diff --git a/.commit_message b/.commit_message new file mode 100644 index 0000000000000000000000000000000000000000..b582e8c0266ca7da3633fce31e1700524fc2ebd9 --- /dev/null +++ b/.commit_message @@ -0,0 +1,4 @@ +{ + "commit_msg": "initial_commit", + "commit_uuid": "e3a9596b-a72c-408f-b75c-92cef6f48957" +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..47500c5fc702df228bfda8a9b1a757c3816b280c --- /dev/null +++ b/README.md @@ -0,0 +1,267 @@ +--- +license: apache-2.0 +language: + - en + - zh +task_categories: + - robotics +tags: + - RobotCoin + - LeRobot +size_categories: <1K +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +## Dataset Authors +contributed by [[RobotCoin](https://RobotCoin.github.io)] +annotated by [[RobotCoin](https://RobotCoin.github.io)] + +## Dataset Description +This dataset uses an extended format based on [LeRobot](https://github.com/huggingface/lerobot) and is fully compatible with LeRobot. + +- **Homepage:** +- **Paper:** +- **License:** apache-2.0 + +## Dataset Tags + +- RobotCoin + +- LeRobot + + +## Task Descriptions +### tasks +build blocks + +### sub_tasks +Place the arch-shaped block in the center of view with the right gripper +Grasp the triangle-shaped block with the right gripper +Grasp the triangle-shaped block with the left gripper +Grasp the box-shaped block with the left gripper +Place the box-shaped block onto the arch-shaped block with the right gripper +Grasp the arch-shaped block with the right gripper +Grasp the box-shaped block with the right gripper +Place the triangle-shaped block onto the box-shaped block with the left gripper +Place the triangle-shaped block onto the box-shaped block with the right gripper +Place the box-shaped block onto the arch-shaped block with the left gripper +Place the arch-shaped block in the center of view with the left gripper +Grasp the arch-shaped block with the left gripper + +## Dataset Structure + +[meta/info.json](meta/info.json): +```json +{ + "codebase_version": "v2.1", + "robot_type": "realman", + "total_episodes": 498, + "total_frames": 595002, + "total_tasks": 1, + "total_videos": 1494, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 25, + "splits": { + "train": "0:498" + }, + "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": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 25.0, + "video.height": 480, + "video.width": 640, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.cam_left_wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 25.0, + "video.height": 480, + "video.width": 640, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.cam_right_wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 25.0, + "video.height": 480, + "video.width": 640, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "states": { + "dtype": "float32", + "shape": [ + 30 + ], + "name": [ + "right_arm_joint_1", + "right_arm_joint_2", + "right_arm_joint_3", + "right_arm_joint_4", + "right_arm_joint_5", + "right_arm_joint_6", + "right_arm_joint_7", + "right_gripper_joint", + "right_end_effector_positions_x", + "right_end_effector_positions_y", + "right_end_effector_positions_z", + "right_end_effector_quat_x", + "right_end_effector_quat_y", + "right_end_effector_quat_z", + "right_end_effector_quat_w", + "left_arm_joint_1", + "left_arm_joint_2", + "left_arm_joint_3", + "left_arm_joint_4", + "left_arm_joint_5", + "left_arm_joint_6", + "left_arm_joint_7", + "left_gripper_joint", + "left_end_effector_positions_x", + "left_end_effector_positions_y", + "left_end_effector_positions_z", + "left_end_effector_quat_x", + "left_end_effector_quat_y", + "left_end_effector_quat_z", + "left_end_effector_quat_w" + ] + }, + "actions": { + "dtype": "float32", + "shape": [ + 30 + ], + "name": [ + "right_arm_joint_1", + "right_arm_joint_2", + "right_arm_joint_3", + "right_arm_joint_4", + "right_arm_joint_5", + "right_arm_joint_6", + "right_arm_joint_7", + "right_gripper_joint", + "right_end_effector_positions_x", + "right_end_effector_positions_y", + "right_end_effector_positions_z", + "right_end_effector_quat_x", + "right_end_effector_quat_y", + "right_end_effector_quat_z", + "right_end_effector_quat_w", + "left_arm_joint_1", + "left_arm_joint_2", + "left_arm_joint_3", + "left_arm_joint_4", + "left_arm_joint_5", + "left_arm_joint_6", + "left_arm_joint_7", + "left_gripper_joint", + "left_end_effector_positions_x", + "left_end_effector_positions_y", + "left_end_effector_positions_z", + "left_end_effector_quat_x", + "left_end_effector_quat_y", + "left_end_effector_quat_z", + "left_end_effector_quat_w" + ] + }, + "next.done": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "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 + } + } +} +``` + +## Citation +```bibtex + +``` \ No newline at end of file diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..583ca6a2cc16cd526836a8d596f9242cc5882832 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0f71352a579306ecad793c8d41e03433c9841f1f8cf1f187ee8827ca5fc6c4 +size 301603 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14185dc9bed1b32d0e1ae68e347cd07868e387a9 --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beadcb561a298ee774ae080326bac7357f0f512a54fe2b1002313a38e3199ceb +size 297875 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21413b75bd38d19124c407d0d387b171fbe7f94c --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1e89594d8573b6d4b33a8ae1fff3f7fe0cda1196166c61e2464175091e3dd0 +size 358787 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00d45f331ca633408f50ac15f44c6a84b73993e9 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385e3c633aa1b77804e8249180b7fe228d5ab8008efe1f39c55bec1bfd95847e +size 366626 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6406b5221ff5a54cef7d060f1b5f0d114c7b115e --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e390b860c9786f0cf7fdf12978322a929e3b3be1aafe8df315c941c61c60bbf3 +size 284437 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10dea996264160066756465ded309b39f9b59b1d --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c98874282860b84a236d04b3369e48210e13748aee5ae46cfcde1c9096c4e7 +size 326861 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8a3c4f6331acdc2e12cd305d40cc433ddb235b2 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521c1107d142734338df440cb3461cc4b150145f8b18dd71aef39f49e66b2f76 +size 463306 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c6abcfea960168da347ed14d0a93bbe50589d4b --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d06146e06a967a5ac5faded9ffead2aaf7811a671a81349c1a28b75036b661 +size 264897 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08c74453580b75b4d14af5972420c6e311603d89 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfa070b898a7e7e1ec35b43a35c3276ba6196ec8c3fcab7fa363453df00401d +size 329799 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..278d9be6eb7603d44152c01b2ae8fec722a48544 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4093b8b20a52fa1191863d27b39ed746116daaf8d5829cdd4527a8f3900a8b +size 298811 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88031d25ff64da09926b8cf52527dd4d045ad407 --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7366d29573a1bd9ed2a8f302278c47395f6f580df95d99fa26f49bea6623f7cf +size 391607 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5365b829c8850bb77cbd7475472bb3a2de96171b --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d92b274f038c49f1ef17aff27dfbbff47d0529a2fcad6e70ff8c5c96910626 +size 548465 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6884ad405d3949f66b78064af7c89445446438b2 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848b5ccb5ac9d7eb834bff7c33aea93956ef9bf79b622bb83cf5c6f46b2cd25f +size 316448 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75b9df0b7903349051cde678faaccd65c0b2fc2d --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b93bb4accf6bc2c587f941c10951843fbd18b59ed42937a8734c791c67fc77 +size 361986 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e399560be6574d7cd088f60046906666ff5df08 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860999563a7f68e22b05f5e8a7b825daf106bd7a9a0c10a19cc003b140255e34 +size 398079 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c19967186646a3f2a5babf61f631a374cb79cdd --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dac95e71899fadb4217276c79ef7763857e8f789128ae894ef4efa6e705e4e +size 504727 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7254174b9462ba9929988ad3b0041455bb78717 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46447967d7af4041e57a3d8ea1161e4671685cf20251af4f9869824f6723e7c8 +size 396561 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83bed7ce50bde52d94ad47f63fef4d175412d968 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1253e79f2fa71d699a0a067838ab27cbdb93c23fbf4eed47cc5baf048fbd75a +size 332861 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7c64562edfa68349f2d4522517466a10164a1dc --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172d8915f6e2c122005877879c5cf4ff33d717993e9e635382d4d33385f92bac +size 353761 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63bb08355975a1ef46edc1ccb1abb6d6c80d6621 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac5f62d8e9eccf5910defbcc036e586acdb24adf56f755108c57621aa77e6c0 +size 689941 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ee7265c1b11bc84f6b58841fa8db85cb4d500fb --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfa1aa718509b0cc28fa3b549af15381005bf4d25a6a6fb2ac60e191fea5883 +size 362858 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6da2cd35b5abd787ed4d2128c93d666ce403c7b --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6cc05061792a13924b551f543ac32e00690d6c63ae79375c80102512d380a5 +size 230789 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74fbe324ba86942996d5e98a628e36fe8ed87353 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28532c792a44e14d4f6837d6caeb7aaad80be0f2da7f743c1a2ee7de35a4340 +size 344949 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b94c717c2779d2be7f7a9769e761f342999430b6 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b99ae9c20d752f55a3bcab8727cc51a4b6e839dd8a189d64741b51909a3cad +size 301446 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e270f459b451d16c181cba2dcbcebe2c77cf141 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cbd718bb87602fa6871b28e466f672375f898a8fd34db751d5f2374f67b2c0 +size 491065 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b0d6d134f377850d40dd98a8dca8f1f4bf854b0 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42140301342b4452b6742111cb0e2421a060209e4c235c953346a3b83b711adc +size 289293 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0be386769931602f0665832c32a4bb94c90db98e --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0602eb0151ae55052ee5457c64fbe030ccbd6db2d92049507db456c88dbf70e2 +size 391723 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74323c33e963fed052bbf4c81ef02192d350182d --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470b2091e5807554af8340c19ccc601e44a2346ee0957c7b6b75ba0121c7d4f8 +size 350927 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d361f1cc2f9cec30fc7c8aecbcecdb907794854 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3bc817005a8232a103d1119f67df49ef6b088bbae3c68d4c00abd61e9bf563 +size 355551 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb380d708f67e9557cb2826fa3010255eae7586d --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227022f5281dfbdb7c9e767de32dd6d6e93f60d239eb0eb8c9e1e76ac65fadc6 +size 379713 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8476550eeb6026eabf4e6c29aef186ff8d4e5dc --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc802e6372414186f86c51a00df2d1787b8740c351dbbdc372f1bd7a05c4a0d4 +size 520624 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1334c85f0560eede3e18bc1a1ee9925938eb6138 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933ed0c9f6c581cfb91b3f9635f8787fbb528fbd1e019a9c513e25ea10f1f5a9 +size 316541 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5de99dfeebac17d3693ce62f3cf135548fd94d62 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc1a4c0a52b910229687fa2a592297bbb39338fb8b429fde54b37930029e64b +size 378525 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14ed8d61b99168a0183f79c9d9c53b634c392989 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27ce5b5832d4e2ffef34e2ecc82f105e1eb9d3a68377c5210950387062298c9 +size 420703 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38abc3be89c3417bb459ae606b260268139e2037 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fd5cf694864ab2436ed6eb3150738909a4b6d5137ca7d9fb4f26d77fa2bfc4 +size 337163 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6706da1f6a9cdeab5419142b0c10b7ad325d26a8 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c177d3afc70eea489c53a49a46d8838bb158b19ed3c0ae96fb85b274e13af2f7 +size 418002 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..681046bdfdaaffdfb627bd22e5e8cb198612797a --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1aefdbba0fe6e801dc2026a4daeaf81fc26f4845a3cd0561df4bc806796db36 +size 356495 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3989a2e530225f8102f3dea146e8270e3afa204 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb65d72298bbf5c53af71debc47d201036d20728097a559502813604dfb3e7c +size 385367 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf3e43cbb459a4319ca8c567b7553615447d2047 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de691b850e81e60e1b283d4393b1c8cfe9e5f0c71a8d743554dbb9685c652a7 +size 338015 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..693278746a451e82bee9afdd10537c5a4ca0b83a --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15f0c1df0c6dc5a57ceedeb1507d01f36e2bcd154eb4f1e3a1c2425f32de77a +size 387807 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a68f583a65f27d7f0f790bf77b2dfe81799d491 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359fe79e1bf37c18350d3ab7743158605029546a2ebeb4bb592ab6763d814cf9 +size 419527 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c5556d0ae6e770aae4d26a56dfb022891e4ae64 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2377d38402e94cb4e4a09c9bf3bfa8c8d199a8a4c163a437940b5d10a90fb152 +size 487365 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db4a27e432ab2aed970c1044974f3a862c6cec08 --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552bbb62a850e1f4bec4aa317a2676443d41f020e7bb6fe1b2af70c04cc77041 +size 493173 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57883760de7862c323858feb3bf4bd6592a91300 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ae2de8fe138aa29ecf1aedcc06f94b6fc89f416f9be5e00237f311ff941d4e +size 363877 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..181d40436724d63c0e06dca99a630dc67fb7e2d4 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb66417b000f6512961771faa41e25bcb5d7b39b17d82075a04868d202ffbe5f +size 310136 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caa5a6b58858e6ca5f17a5fba48726c36f5e2c09 --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8085d826c1eab4088f673aba0177051e065a15ae8ece4cdbe52c776fe6d20841 +size 484888 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eeee52907b336b02ee3ff777e929f09b318ffa53 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abc9e90ad4b70724875bcdb9db4b4d63a00458a51134ee5c3b359b27a3afb66 +size 439432 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0dae72b0eda3be821e8579f7d17b7ec129efa6c --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fcfac618f799cff9f6b0e95f965025b5dc01bb00370d5df0eeafdb8b336ed4 +size 319027 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5665d82415745c1825407bfb2d7de235462acc38 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb4f0b060c3ec1d02fa6cdaf6b45e28c52d6a3cad0275fe79b84e318c4dd242 +size 396561 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d049768b3b4e60b183be811bf27201785c84cecc --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f141ba7a209255dde053e37d1ff8b1c16727b9b9a66fd418473a81bd061797e5 +size 381903 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d08231220a74289046087c1950b6d61371b5e079 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c1be5eb8ece9796eb611876c63e4aac1bc13f0133e6b89e836b48910db49b1 +size 356924 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..565eb5cbba36e7831eb1060562c8002d0ec3969b --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ca9100919cdba374f37aba851ce98184fdc343a63385204c92e3ae73d1710e +size 303008 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca233923451e1bcc6a66f740dfb7061cf3320478 --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d669b6c7358e2a74556288b1ba34de92eac07c9aa1f011c777429d4493cb7b +size 315661 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0df26b8a537c6ff655287056ec9d8f74ae369f4d --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e578df5ce91549160c43a465090c42cdecfe715317b581b805933067bab7ca5 +size 367961 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de5de24fcd52820cfeab1a0b36db8355901639c5 --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4585cd925259f17f443b4af4dce4cfa6094171fe16dfb8e448582f8ff106b3c +size 409836 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad81b80580c7fe4d98a47d055cd1a6ba973cc760 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0033730432c69e646b005e4edf77a8d85c62d4f4d5146973d6e8f89586791421 +size 324926 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6808ff8149e36260223935ae94d7154367dc09c0 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129d8751e1cbc11ec19d14326fd9b5c26ad8deb29a2ef78d658fc0f74fc58022 +size 302438 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..308916685bb591dcafc21e15393380a5afc38bc2 --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f378f902397e85301a1d62b612f24e1ceffbe9ba9466a38f1254f7832e61b87a +size 355951 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b532a9e434ab58ec6cb5e46a5266339f8fa1a627 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceab1fb9ec49dd8e6c9f932efee15f02e21af901d785a9b86154285aeb6df38a +size 372979 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55cfcb9af09a3a5915706ae23c3316c25c7484b7 --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d56819da13f685ec7a0eb3d4f3c4cb0b7e3c7b0e3e5ae4803b76bae7751912 +size 439364 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cb536bd8652cf4a3428cbf4fe0c51ec48497828 --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16c923d12e35b1c1d73fcc7d7886cef29f0bbcf524ba2cc9a39c269fbb2937a +size 265053 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d69bdcc60a667eb24adad0671e68fed2ae58422d --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369cc8cf4407d9498b7960bb4c0f930f1e9657feadd17b0610dfe7abc7bcf2ae +size 372091 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9a79ec4c8b3eb946a9364b6065e8509bb9ef9a9 --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73537075888fd7b27df83ede625f1001dd4d9aad2de52c233cf5f2e6c17f3146 +size 287645 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33053efa1b0e4a6561a395a0ea0ace7ca566d222 --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd4fd8314c074937cd3b399c242d33c987aa10896e392f87a850321c6c10a89 +size 351724 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b46ae962c965968371edbbc40eaeec2198780f --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62ec73d2d9d67cbbb40c9a6a076ea9b4d12d754624b2e94e0b397b74ecb5dd0 +size 289807 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2a36615a92605767bba6ab7540ce0e7cfb89a34 --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0cd6613f3f667eb4ea9ccb5d6b2d950f36d4ffef6a5dcbeba49adc2176adb5 +size 291213 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95e09aa348fb08b00e9a2950e461a40f07efe9e5 --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7126d872382ad259b4187942d2e9fc86a85562b3b157448f346f9cd710ee2f00 +size 260771 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6073a6759624c4a80146397abcdd1ff09a399265 --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199275a8462decc9c5465b806a854bde095e9b9d9c00a024ac5aaeef44173b87 +size 460933 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64899460e054ea6afb8d45c4ced6b7ea805e4dd2 --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c75e78fa9840e3bd8cb3dea95caab29baf602a359f6ebd2d4d2598b13f33748 +size 319817 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93338ba120a57ed065464ab4364d0494c06c0d91 --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd5c68a5ca0bd8ec75d1a09e4847d9387dd72f415ca04ae98fdb3f06cf238c2 +size 368184 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..873dd2ba72f88e511dbdb1866fe706a77fdfc6c0 --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e3fac8110ad193eb8bd644e61873bf0d9ff6948df7582ff6ab68a05827f220 +size 547427 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72d046027734544a72f1854bca53a8ee28e53156 --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74e5ae48a0549eb18f9ac53f16c72cb0ba95dd58bf7c951591eb7207b3578ea +size 334610 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..519f1ffbfa75530c97eece7e01c0457662dfbc8c --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0090fc9ba4f107dad07992d84034a91bf1c28a372da13a012f9a66cc2724ced5 +size 363069 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6fcbab92f85f408b755d8c3a412d2183e25b117 --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09b093ce1842c244f8c96d9514473856537f1944bf4c4c6936dca2c789300f0 +size 378917 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9d2ef3c4597f8602c97908cc1cc19daf0aa204d --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e105e1209ee528d9e70f11cf624378f28a992021d1c9a545597f81aa8ec09c57 +size 319925 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98433ebc61e35253231e14ce30adb9a9349f4054 --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e12ac26c2bd6e042e8709c70cd4ebcfc3cb9eb1f5a9f6e5f6e177d9e93fa9d +size 397949 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..350aba01330b0e4493f30aec0615e28caca919b1 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e71dd0ea5bacbfdba60e2be4a706109fc589bd9bf99ec751fdc4cf93008ee73 +size 336882 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1883b4610f5faa60be238ea1e4c458dd6a82f623 --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac86db679784613c14e13e965801f0c2a81f44cf969cdc1b62c2773a79538a5 +size 244628 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98d475ca2062aae3e2cde4fbdd9016f7334e8257 --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9128e9919c55803873da23da7f8992129165a3145585141d74e30286e6adcb +size 474544 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f11a8507f23ba587c503bb6a3b1b423e4a43187 --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd9619de8c3f1bc3d2f28a82c71dcf2e29a0d11fddaa179f85928a675356ca0 +size 277548 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab690297b59be2268a57c50177fcb01082c6a48a --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1e03ddd58c0576ca31764bd415c58e5668b6ca53502cddc5e7085f811c5695 +size 263521 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41f226fb87fbef5aca88a8d1df79d9e4a63469e2 --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae00d1c9af5d193c4106f605c5aa9bac799dff66f8e8f93e299074f12955f65 +size 327965 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4827f2cb914a2d2b20a2e4b3ef32883c158b7e77 --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50dc2ea111d3753b04c35b9e05d2a644768940dbe356a8c1341a6c5e1fdc4fa6 +size 296903 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd35a41bc51a44f7706224315c725d0358d460f0 --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f4d0b4877b5836738767d63cebe45a10833ff0a2b665f088b5054258105fb0 +size 482588 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e632c645cc35145b9f457556a6599688eb03af35 --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4483d10320c3f524f1d3adf8b14b0bba2dcae4630abbcb79923bc5b9224c7971 +size 401100 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e57fb8cb06aefd38a242f1244fbb352ed270c9f7 --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0e0d1f2294ea8bc276ed10b72a8bda39adca9d299f3265b908c13093e8f60a +size 301248 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4b8d8f025f15db01beeb665da1f5bd2817b691c --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7622191fe14109b6780b73c7bfcb24a7c6e3301b21fb6614b2793a25d2750fd5 +size 298954 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9dadc4b1b52f39a4f0ed1e8efb074583e5e7ea9 --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba032046e55343a2e056d089831a3ead65ad83cec4a3dc9c7a5912461deae3d +size 319077 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2b1508d07a3e77b3a7781fe27eb2627436c959b --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5f9822bc58341e5b7bcb0f663a11889453c6ce15afd0dc90f0d09e23875887 +size 316303 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95579daf2a41b9bfc83da71d3e3103d6d350ec0a --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe743e706a2e98aadbf1047c893565709b36a4c939845568e56b7557a48271d +size 374934 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..576333da6dc9d9e2a58358b12039a2e136fe37ce --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91966f974e1a2c63785c668f12560a4a3d78cb695b0df124abebc4ed090e743 +size 312326 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0be690657f5cff06bd6fa524d182c1414aa5faea --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359eaa9fe369a6eda43740c15cd3124aaa4dd45f034e223acc0982806491cecc +size 390324 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8c9c4b1b15d2cb6c0abde3d5b57943903be4a62 --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f840d4670c8a93a728575db0c80340785178cfb4841121ca17ba1ce0fabb4b76 +size 369632 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ffb5e8679408efc313425057a72f4dc126997bc --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7780f71ad1cfbb1b6081c60f0de568a3bbfa1005015704f031c86bf4b713a4d +size 328771 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cc75db6a7359c8caad271a2d1c8abc6fb614962 --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1332458b703a648a645bb7c576d9804a37f8dd1b7ebbedcf65e5bf2e0daf2916 +size 320143 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4b485172325ff17f0eb6bb914aab0593849dd57 --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b16509e5ff17cd341016828221fcfbf082532b99aca18a70db3f858443ef739 +size 663275 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5df3a2672703227630f4fbf16af8c329686dce1 --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e37031e075403ca718e4c64ce2365c3ef646f15ce991ed0d53233d610e6a79 +size 338337 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3e1e1e526eb26d46c70b37a248cc3a9b43b5de6 --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63744bfc73c4523efb558760247069abd2b9d6e1f4d7c0734fe193f0916b3494 +size 516589 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5c86f78af39fc694568470477586c44d071c509 --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9326dd7ad271df41488b3a6c403222ec05d0b5c93961febc0c2a653759be9070 +size 584580 diff --git a/data/chunk-000/episode_000099.parquet b/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c98de5961d2dc1d154e3292127ba21f4292e5d50 --- /dev/null +++ b/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d603193cfc188acd7a721d0ddf4aa3a56a2e66a0d9a3f59a40a265813486a71 +size 274805 diff --git a/data/chunk-000/episode_000100.parquet b/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..178c9ca6b3e40655cca47a530cd32952f2cff90f --- /dev/null +++ b/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fda3e07560b36d87697d3d1f4f786374cde78983d4886a7475476ada2b4353 +size 345924 diff --git a/data/chunk-000/episode_000101.parquet b/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c6d9dbe458c176ba403fea70070327f01717133 --- /dev/null +++ b/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e739ab80e04eb1f7241a79cd82f627b3b957528242e5b66522175932a0ca86e +size 337835 diff --git a/data/chunk-000/episode_000102.parquet b/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bb42f537e1f3348a8ad14e54d64e279a76b3ef5 --- /dev/null +++ b/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13860b81a3b257a2b5203fbfeaeb802f73cd98891b53b0168923297f43e169e +size 322449 diff --git a/data/chunk-000/episode_000103.parquet b/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aff0de0d563b0c72fe193283352c6e0c3d7d0259 --- /dev/null +++ b/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bd87d5978afd42203a02f7dd442ebba60ab493d2e232cc7835ea7f12b1131f +size 436245 diff --git a/data/chunk-000/episode_000104.parquet b/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..553d76357fd3da675b9a5506414df06ffb8f618e --- /dev/null +++ b/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416f30dd650e0984135a5dc37911c8cf3f9d4a0db46a18cf769ff2c040de05b2 +size 525361 diff --git a/data/chunk-000/episode_000105.parquet b/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41d01dc6c2b0172d01ce1c4f950137a496a33486 --- /dev/null +++ b/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c767966a5ceca4cb64db13a71d69c3b245b004eced4a9239bec00ae8fbbb8f0 +size 400819 diff --git a/data/chunk-000/episode_000106.parquet b/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..794ba228d5d30f6bc1ab0fca05060423cbfd0a85 --- /dev/null +++ b/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea8dc64dcbddcaa19ceb064abc23921be6d45e65cefaf04d5b4528540b418d9 +size 336431 diff --git a/data/chunk-000/episode_000107.parquet b/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c893198dd1f94833ee9f602c1dd2c765869ff481 --- /dev/null +++ b/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b3d15d427946f62baceaed8e62a669b3bb042ebd7f4b670323a53b2f380516 +size 337417 diff --git a/data/chunk-000/episode_000108.parquet b/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a3bda63ae96f8b4e15f2298a5864e6bd34dd492 --- /dev/null +++ b/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049ec7a2628cea347f861699ff14500eaa9335e2c18f9e7dbdaa501f37adab6e +size 272003 diff --git a/data/chunk-000/episode_000109.parquet b/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cee28c4dc1eed463b2f696744ac3b47e67150a6b --- /dev/null +++ b/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756a9aaf9ea54bba17ed6a024e067e6c281696d356440af43ebc2774e0b61f0a +size 332876 diff --git a/data/chunk-000/episode_000110.parquet b/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b2b5bbf39c127adba02693ced5c49d05f4b099f --- /dev/null +++ b/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc815d926a306d2a9f739667feefca89c30276df8e806f3124586595663af382 +size 383497 diff --git a/data/chunk-000/episode_000111.parquet b/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a45ffddf879cdf23c638c908492d09158cdfb3e6 --- /dev/null +++ b/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72eb7048544e3b0a9b3852a88d7e83299672a60a6a7368e8c4ab72f6bc6aac81 +size 355922 diff --git a/data/chunk-000/episode_000112.parquet b/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f317a8e514ddc5f13ed99cde82281d216456095a --- /dev/null +++ b/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06655ccbd5a14cf3cc8cc639bba9a7ee29ad2570cba5b4f1cecd80a8c95bf0e5 +size 394856 diff --git a/data/chunk-000/episode_000113.parquet b/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84198b61a26e51b2e9aa2c52e5edb485acda3474 --- /dev/null +++ b/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2600497b7e3ccc36708faa274fb719829e647a855a8d4b3692e79ce72dba48b +size 256536 diff --git a/data/chunk-000/episode_000114.parquet b/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..036b14bcd26a9f7a2cf4ecc8f1e90c69c6c035b6 --- /dev/null +++ b/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d41a55d1090b6280d154322d3cd16d482ec527a7ed5e5fc79b33c67db855ba7 +size 354300 diff --git a/data/chunk-000/episode_000115.parquet b/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cb6c8bc99e4f81805aecaeb8119af7fb55874d6 --- /dev/null +++ b/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887e3d3539dfb7319ca9644ea5c630ea5cf2ad73626b7fc1d9f8f24111e7f435 +size 386516 diff --git a/data/chunk-000/episode_000116.parquet b/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4841a866d9e69e129b3cf2012888204705773e65 --- /dev/null +++ b/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48b394ffea545ac4a28fc280d9ccd7210fa0dce1ab29ca814758b4885a4a821 +size 362796 diff --git a/data/chunk-000/episode_000117.parquet b/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..413cfa33174b385b092ed45aada8d5dda2f47b50 --- /dev/null +++ b/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f512b064a38df7667fb999a222169be2354deeac7b4c08b9b9d8eb56acbdfb2 +size 395879 diff --git a/data/chunk-000/episode_000118.parquet b/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4131740a3236496df282bc447670a48bf699e2e6 --- /dev/null +++ b/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc136aba40a3bde161927ae39666b440d19ac32d2a811eb94e8ef247996ab35 +size 510737 diff --git a/data/chunk-000/episode_000119.parquet b/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7056e77d4f5b6a439ebf265df5127cc679b230e6 --- /dev/null +++ b/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9133b6435259646f1d7fa4abf31c529c8cfd19bc467cbf7bbf18c3d9191d5f +size 362332 diff --git a/data/chunk-000/episode_000120.parquet b/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1724fa86d4c15b5149bd3464c2b5d6cba0b0e58 --- /dev/null +++ b/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01bdc099e88ebe30c8b23eba83efc38b0db6286de88ccc48da9d75e20519fda +size 348022 diff --git a/data/chunk-000/episode_000121.parquet b/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03b1efb3b1285bbaa41356ab379c8fd4642cd6e8 --- /dev/null +++ b/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e3f1c3ac628f6e29c87639a663e038d29463bbd961f15df0d3a20fbede4ca0 +size 302616 diff --git a/data/chunk-000/episode_000122.parquet b/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b45415a4f12467486734042d39388bcfa67aef95 --- /dev/null +++ b/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7619597a20aca4e8a0b0e07fdf698a68e99324401d0d7136d73fe03263318fc +size 425792 diff --git a/data/chunk-000/episode_000123.parquet b/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f89b6a7e24861b7f92469d6198c716dcab3a9ca6 --- /dev/null +++ b/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41e7d36ebcc68366cdabc83fad3ee359e8336d8417942d5b1bed8677d8111f4 +size 258900 diff --git a/data/chunk-000/episode_000124.parquet b/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fc371403d620d1f20c608460c5c536a5a93073a --- /dev/null +++ b/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5261f19d84d693ebf51bece8059d6891e3b61696c2e760b074d41384b48b6d +size 401214 diff --git a/data/chunk-000/episode_000125.parquet b/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8385e24b3c43d95034bc4131869653845aec606f --- /dev/null +++ b/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8f5f35b86e8f4672f634bbd8febda6fe915b817f8d36d61a56287cf4447996 +size 290225 diff --git a/data/chunk-000/episode_000126.parquet b/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cea5b35c15afc74ee3cebf849d40e3b796f9e667 --- /dev/null +++ b/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe6a23906583ec6ec18db706c4e2f447da31fe5b20393890eb2f4dafaf0ce97 +size 307969 diff --git a/data/chunk-000/episode_000127.parquet b/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..364fc86f25c426e10c978c1f4937fa5f88b8b36c --- /dev/null +++ b/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52053238c077817866a4a2806093b1da9411064ea57d450773bee6b2a4066bee +size 278679 diff --git a/data/chunk-000/episode_000128.parquet b/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a68c8cb6f1abba30e390631ee68573f14a7a767 --- /dev/null +++ b/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f072ee3aef6f370d97189a4ae8aaaebbc30f8f807a4ad6c98d7d31d4bcaee09 +size 401015 diff --git a/data/chunk-000/episode_000129.parquet b/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..066857c880152df08cbc2638dd49fbfb3d4eef21 --- /dev/null +++ b/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2accff8dfd98f04d382137eea571c5bb5d58ea964d14e7910be117f919748e4d +size 353144 diff --git a/data/chunk-000/episode_000130.parquet b/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b50dac6ca0de4ebb483a006218951bc4e1e62fd --- /dev/null +++ b/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd67ca68636cad08a038eb89c3b7d5e75d0262c604d60d4f34a1d14f8139c1f3 +size 348261 diff --git a/data/chunk-000/episode_000131.parquet b/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8edf641e46d9b0f15235a643540fa4ba8b81ac7 --- /dev/null +++ b/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8656b642162c67eade2980a48033762912a2233cb16048f774f670fdce0a62e +size 263861 diff --git a/data/chunk-000/episode_000132.parquet b/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3622804ca9ca564fc0692e0276d365cda3b532e8 --- /dev/null +++ b/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c9449afb1fed7cd943ec93ecc31bdcc68d81258b6b0cbbef4a90e304043823 +size 335778 diff --git a/data/chunk-000/episode_000133.parquet b/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a68ae91a2115b4773c0c268733ea2c95b2c7a23b --- /dev/null +++ b/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60f5e40c74828e58774eb13dfac0b8a47cfbc3d52e269371be0a2aa9ce57ecd +size 305753 diff --git a/data/chunk-000/episode_000134.parquet b/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..331ade26aa7cfa1442bc0e86dde75cec1561d7dc --- /dev/null +++ b/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b77ca9fe9c0310031c1d6fd9d1fcf67cfd35d01f52d43d24a618df16efeeb9 +size 387880 diff --git a/data/chunk-000/episode_000135.parquet b/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..606ca73c0a438ec38fd51c3fe1a02199bbeafc5e --- /dev/null +++ b/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e58af6ec2fe74fc387661c98d51ab4c1af92566b3616f1ce6508af6ade9fa29 +size 364174 diff --git a/data/chunk-000/episode_000136.parquet b/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eafb385c760a24dbcd63bb2eb15342fcd12813c7 --- /dev/null +++ b/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab806eed2d4bb262b10a855add37b41f8c4f53dfadc58f1bcb95497256e0ef3 +size 294720 diff --git a/data/chunk-000/episode_000137.parquet b/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a737b5bd989433d2566a7da972547cf5aed630c --- /dev/null +++ b/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750e6898c5f04cca18acbcdb1c729dd6cd64fa272115348ef17816a71e00480b +size 303936 diff --git a/data/chunk-000/episode_000138.parquet b/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16b5325c3bfb8c22d251f87bfee04321e83a3cc1 --- /dev/null +++ b/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d45887b53b5a65ce771d70cd2d7358f7ab5bbada65056d526ff466e97b447c +size 310051 diff --git a/data/chunk-000/episode_000139.parquet b/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38e435110b9f008985e65bb3879bd9a74eb441a5 --- /dev/null +++ b/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70c9fbb2657eadd1c81fbb81bd96b4145a297fdd80951d85980d7a6eaa76fc3 +size 380675 diff --git a/data/chunk-000/episode_000140.parquet b/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e36c98f44481a9244363d32a5744f1db1e1c27b9 --- /dev/null +++ b/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4ead099b9ded5595735ba33ce674ed2d253f8807bc6a30498416b88608a1f4 +size 299946 diff --git a/data/chunk-000/episode_000141.parquet b/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9a4c960654e0e5f081a41155193cd359c2261d4 --- /dev/null +++ b/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79359300bb1f950ad00a66671787a2784683301b51770b1bc32f07b2ba264f82 +size 276747 diff --git a/data/chunk-000/episode_000142.parquet b/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d84c0b72b18026e3641d0dc52bf1ce53001592d --- /dev/null +++ b/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ccf0370bf357982601139de0832472b48966b6881ec9c953cc28d9a0c8ad27 +size 419163 diff --git a/data/chunk-000/episode_000143.parquet b/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2dc3e0a43adadbefba322990cd29f6db9e77c20 --- /dev/null +++ b/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d97c78c3758dd8c0f296c964a7d75591ff4168fe6ea84a5ce25ca0c216d5b03 +size 420895 diff --git a/data/chunk-000/episode_000144.parquet b/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b524b6fdad86e9ea0c4fec2e82ebe6165b6777ac --- /dev/null +++ b/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb29b6557b79eb7336cb050b2d23f1f7fc5f765c9a655f6a609d60fdbf49981 +size 363562 diff --git a/data/chunk-000/episode_000145.parquet b/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3901c0267f54aeca8d8f35591b86eb491445d560 --- /dev/null +++ b/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ae9ba0a57c43eb14fbdeefd04ff9bab2ac10b77e1954bf36f7413553121b81 +size 343770 diff --git a/data/chunk-000/episode_000146.parquet b/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cf81e1960b5476970825ee21d00f2058f837385 --- /dev/null +++ b/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bd886e4355f2901841e1d1a0a21b08c189dc263902a59ea33df2ce0691f100 +size 599389 diff --git a/data/chunk-000/episode_000147.parquet b/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ecf92fb3e2a28ee17a9fdc560aae2534bea10eb --- /dev/null +++ b/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59ef3207779abc1bf2895066892e90c608cd6ee14cef89305e1a439f5b82902 +size 377334 diff --git a/data/chunk-000/episode_000148.parquet b/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41e4bf7414b992f01ce5b10581e8ea0f0ab6420c --- /dev/null +++ b/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87f5584794cea235742c314728b0ebeaad6b22eed81566cf8975ab2adb020c7 +size 286411 diff --git a/data/chunk-000/episode_000149.parquet b/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80928e8b7a1cd8177515b604a52f073b5540058d --- /dev/null +++ b/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45f9f9d029987fe43e542816c81c005c2495ea8a22bcf0667e0f14639e42f67 +size 395060 diff --git a/data/chunk-000/episode_000150.parquet b/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06d84b4f7ab99c48bf516dfbf40b0017b2acc9ca --- /dev/null +++ b/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5b7929ebe2c23c67cdb324b0e096c6f5cb0b50a7fe448ea0e3fd3475037537 +size 350850 diff --git a/data/chunk-000/episode_000151.parquet b/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49c6972484280e3991c314db5f44000709319451 --- /dev/null +++ b/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f3d86c2a2dc3a51d066c71dfa95f51d94f05571e8b833cbd4a6dd703be4307 +size 273765 diff --git a/data/chunk-000/episode_000152.parquet b/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aa4a4ca16d2f531ce9e2d297667462c02003e89 --- /dev/null +++ b/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a75492fdb7d3560a92523425877ab206a7012845a7efd9f294bd398181ea3d +size 573129 diff --git a/data/chunk-000/episode_000153.parquet b/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..596591ec5d590bd8f2347c1055beae2ecf621cb0 --- /dev/null +++ b/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293c46374b3dc6c9cda02836059eb463403ff1df70da3c230711dde9c40d93e3 +size 349796 diff --git a/data/chunk-000/episode_000154.parquet b/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..302aed9ec789e239c53f597a63868e4771cb83e1 --- /dev/null +++ b/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691ceee823e18e203e456f7e01719d6f2af4446a6f310787236a193c50afe157 +size 531869 diff --git a/data/chunk-000/episode_000155.parquet b/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ecaeb0c51433323d77d141b9b3059239a83aad8 --- /dev/null +++ b/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719daf37e89bcc6a430f428f20ae7f42929682e8d8a7a8b3eb8a6c28739653d4 +size 380499 diff --git a/data/chunk-000/episode_000156.parquet b/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9798f043a29a561468eb5da7e6c7be5b88368b75 --- /dev/null +++ b/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd0e9dbf2992de34a23869c4a4436cec6ad5ff38728e768ed1e02617f5eee81 +size 365581 diff --git a/data/chunk-000/episode_000157.parquet b/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5cf6110ce9108fdebbc295fe2f6b58f2819b93c --- /dev/null +++ b/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d7f9a25e02665445e46abb363224a199b3eb058fd16264a82ec1792c516bd5 +size 447276 diff --git a/data/chunk-000/episode_000158.parquet b/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a137eb849681bdd325981163828b52280cb9f308 --- /dev/null +++ b/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4066e921a588d449c51e8e7ac1f1375f82728950f6738df8859e94c386dc3d6e +size 341823 diff --git a/data/chunk-000/episode_000159.parquet b/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c18cb2c2d6c837bbaef679d3eda8de7d6e29c231 --- /dev/null +++ b/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9520e85d7be801f810db252d874512a26ac7b2e9043438139a1e7709565c28 +size 378445 diff --git a/data/chunk-000/episode_000160.parquet b/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6996c0dc4d3e28d6cae3ad93ea08e5cdec02002 --- /dev/null +++ b/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766346f7b59e81f77d0519fa82ee972f23b1571974d7e505c6af42d7544736ad +size 383269 diff --git a/data/chunk-000/episode_000161.parquet b/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e76cb5f8d06c87a99efcc80fd37826e6adef7d50 --- /dev/null +++ b/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0322a8763d1ca6ba4b6c7eb9cee116d6c77b3ad229791665edd826986537cd85 +size 401083 diff --git a/data/chunk-000/episode_000162.parquet b/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c45765867cf28cd0c624e4b4a717b345b0d44b4c --- /dev/null +++ b/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8783cc9eb9f6e1c86c4b5281f87e62f92d5bc5c28cf20e121f88a129aa54dd81 +size 423361 diff --git a/data/chunk-000/episode_000163.parquet b/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8be89b6a2fb2df2b3c481c442d0d70e57acd6941 --- /dev/null +++ b/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda7e694ad0578d4b82ae8dfb79064967fa3eb826044b41e9ac4a441357c4508 +size 275187 diff --git a/data/chunk-000/episode_000164.parquet b/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24bc8d85137d12394aa9567ca7364a03a671574f --- /dev/null +++ b/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d13819e00594cceb5fcd85cb525e9f3d29ff322f960120553586c1c1fb29aa +size 321065 diff --git a/data/chunk-000/episode_000165.parquet b/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b22b9de6f8fe525c870e947bab56a2dfb989c50 --- /dev/null +++ b/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7822f074910d126cfafdb1a3c95917b2229e3b918d8f103696678b1700a0abf7 +size 382835 diff --git a/data/chunk-000/episode_000166.parquet b/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9317538e68da2903d0378d1da39a172b4030d1ed --- /dev/null +++ b/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d1e1e21b84917e504db78797c8a2e0f34b35699250c1c7c3ab8e64513fdf9d +size 287083 diff --git a/data/chunk-000/episode_000167.parquet b/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64977a7e67eb19150b2d2e27cd8b23b8e42abaf6 --- /dev/null +++ b/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a4dc0c3431b27e01a8300c64f260a0192442c677b99da88cc5d7178d1ff6f4 +size 387107 diff --git a/data/chunk-000/episode_000168.parquet b/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3d89cb1b7650fb792fc8901b9cbaa73a20ba42e --- /dev/null +++ b/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7cc4451f28164449fa3a3d262415714d54307d3ecd7bdf4422780a636a9aa5 +size 386201 diff --git a/data/chunk-000/episode_000169.parquet b/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..481f3b56b955422630b31b30a9389adbb9978da3 --- /dev/null +++ b/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e096174f8643a1d07723be61690c1628436498e16f2ba682535f5599718658e +size 335623 diff --git a/data/chunk-000/episode_000170.parquet b/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..020e440d4587f4800f107ecc869e37666bad53ba --- /dev/null +++ b/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9129c5dea1da7f065dd53e5d470d64aca8d0afcef5bf32a4d7fb2f10a59a0d03 +size 386781 diff --git a/data/chunk-000/episode_000171.parquet b/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5ef4592d58b2026447f235cf3a3406324c95ed3 --- /dev/null +++ b/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c885452dbcc804c07b480491e9efa34ab53699f67bc4c46eff0ab017334baa2f +size 311533 diff --git a/data/chunk-000/episode_000172.parquet b/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eede46acc383adcef020a348de66d1ec7645f807 --- /dev/null +++ b/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a3146be1972de518f747e6d2bd9d927926b8b0ddcf8b0d7c3f0719778ec768 +size 477278 diff --git a/data/chunk-000/episode_000173.parquet b/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5053c61f3697147b413bff50f80f74a49ec7fd8 --- /dev/null +++ b/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23947d170fea806a26891238e6580e9ebc61a92e3a474add31cf4a38819b5a10 +size 329750 diff --git a/data/chunk-000/episode_000174.parquet b/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20ae38c20a74324b4d20ecd2726e66967ff8f789 --- /dev/null +++ b/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1757ed70c9fbc1ff85e50a5c3310a9d2c91ec2bac9c51dab1548c5feaa2884e5 +size 354374 diff --git a/data/chunk-000/episode_000175.parquet b/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cec6a1fae0a36096bb41aa485f3771ec60c9f1b7 --- /dev/null +++ b/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3fc65b50a29367c477a02927563562283a65691fe2a2e238a98e43011527cd +size 374095 diff --git a/data/chunk-000/episode_000176.parquet b/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7b762d3799de8c3c93823ea373cdcf56f0a47fa --- /dev/null +++ b/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace08538e32d1ed16c204cbcf97cdec2aa2c3cf76181afdbab8ae4b23f225486 +size 492149 diff --git a/data/chunk-000/episode_000177.parquet b/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6efbb979688f9d5154d46cff4d535faf3da5a44c --- /dev/null +++ b/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ffba846801234e029f06f2c5166b38e99b1d1b2780024eff7e89c150951d3 +size 414783 diff --git a/data/chunk-000/episode_000178.parquet b/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d21df60df1c749d9979f6e1b35d045282071d330 --- /dev/null +++ b/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328d819cd79dd569b88384c69d184532d5afb826b5629ebd91be7fbad768a761 +size 386239 diff --git a/data/chunk-000/episode_000179.parquet b/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2868e68e2caa7b9609d7feee7b64ac324b8b834 --- /dev/null +++ b/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d715304ccdccdb2ef0d724d31b11f5d2b2f41557ff27d9eaca532747e8f99be8 +size 585625 diff --git a/data/chunk-000/episode_000180.parquet b/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc2890e56b7000785ca749e6a3fb349685129c32 --- /dev/null +++ b/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cde87a8495b10ac6cfb3f226091476df25f476ce534d3d171bf7b322cece68b +size 287799 diff --git a/data/chunk-000/episode_000181.parquet b/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bcdae397069bcfda37fc41c74343bef9d20870d --- /dev/null +++ b/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f937fbb150bffa13ab5ce0620ea794b9d02afbb95831fb5e1b7f8602a60db3 +size 294521 diff --git a/data/chunk-000/episode_000182.parquet b/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c025b111915f190f27544723bea2c7e396e8816f --- /dev/null +++ b/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3686d39d340092eb035d76d36b249ef904976c647c9d476d50957a19a44cd413 +size 243264 diff --git a/data/chunk-000/episode_000183.parquet b/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cda1517be1b7dc52f03354bbcd0affa15ba9343a --- /dev/null +++ b/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a53ea3126bba2233a93515b0f87e0785a16d2aa7c78c6ccabb6bc780090cfcd +size 314831 diff --git a/data/chunk-000/episode_000184.parquet b/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cc8abd74bbfb9efcbde27e017c6f5de521a8a66 --- /dev/null +++ b/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1398f22bcd219bc1f00355376fa6a0b92eb4485d53a41337094747beec1eb8ad +size 307083 diff --git a/data/chunk-000/episode_000185.parquet b/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dea6badad4e02a9c93cd458383201e3688c1ad66 --- /dev/null +++ b/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0394fa16c6a0ba316ea3f4d35bd0890b4417ee78514a9ed8beec5ff8edaace2d +size 391007 diff --git a/data/chunk-000/episode_000186.parquet b/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ee39626522e1c350ccc1f2526dde02a71699511 --- /dev/null +++ b/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966198e16f716361b895adbc118e9115f441d21f514b4c6b7eeedf6554c4a85f +size 330601 diff --git a/data/chunk-000/episode_000187.parquet b/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e15fb76e26c8b2897fe603b7a6069b5fb524e06f --- /dev/null +++ b/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148f137f4a2a9a66f46d5a928f2dfc8f738afbcde7885eef26cd69c3ad5f5e47 +size 359734 diff --git a/data/chunk-000/episode_000188.parquet b/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1024210bf348e842704332d4d2a9524a1a5a93cd --- /dev/null +++ b/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e986a73c3ecd450cd9043809273ba18ec6fc4a4922e8fedc286639a546c5ad +size 301258 diff --git a/data/chunk-000/episode_000189.parquet b/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e9af9798f5f5db351c3a8c2415da129a840c4b6 --- /dev/null +++ b/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae55c7ce17e6d6c5046e4bec8dbed16789db05ec742ece7157b961bb953ccf9 +size 296117 diff --git a/data/chunk-000/episode_000190.parquet b/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15774b49a1efdf696d79bae11efb0a717bddd252 --- /dev/null +++ b/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b8e51e886551c699a58e541969fa54c02c7b41abc354a3ad45bb8bbfead3df +size 423311 diff --git a/data/chunk-000/episode_000191.parquet b/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1e7ae4136c1288c470fc894df394ddbde0e779a --- /dev/null +++ b/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3577bf275717052cbbd9a8b751301c399f5cfcfde1b628d12b3c7da4754f0d +size 282435 diff --git a/data/chunk-000/episode_000192.parquet b/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e087d24f370b9bae75cdb0227373f90e254eafa --- /dev/null +++ b/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1b708d14b6c1c55af0bde2812b44052231b02a8801a2913b3213ac9bbf09ee +size 467734 diff --git a/data/chunk-000/episode_000193.parquet b/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9217b6acd830e405dfa269ab9095c0accdd3ff7f --- /dev/null +++ b/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f952d7c2d78b5a67317eb9b83845e10cf2a18150375b8d9de8dcb137656d48 +size 341065 diff --git a/data/chunk-000/episode_000194.parquet b/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53e1fd47a2be2982aeedc8922712aeef2255d948 --- /dev/null +++ b/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ea24286d9f7312bb5654406255243438bcbdf5360c3a8fef14306a8838cb9a +size 379725 diff --git a/data/chunk-000/episode_000195.parquet b/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83180ae8d0d72ccfcc685bb70cd0ec1e2de1d859 --- /dev/null +++ b/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23646c9227a78bf7d4e047b5507c2b59dca624cf9807e8430af4211fbdd37b32 +size 381796 diff --git a/data/chunk-000/episode_000196.parquet b/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..257471a44b8bd7687fae0ab82e9e4e961555911f --- /dev/null +++ b/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e82e12ee68ef031ff9b1ee8a357f54c25ac8aa17ff330853f76a9b43174fa2 +size 321048 diff --git a/data/chunk-000/episode_000197.parquet b/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e7ab296cc9daacea0879a82d4c7f6e082b5c8af --- /dev/null +++ b/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9341ddd1b4dbe80c6641e91cef85384d7c11d3787eefd5481eb619ff7dc0a8 +size 350362 diff --git a/data/chunk-000/episode_000198.parquet b/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84231ff870d037ae9d2749dc73ea98f9f961b98d --- /dev/null +++ b/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f394211626c705eded40a721c6d23730230fe91d0ad96df8bb92919bdb58ddd +size 302695 diff --git a/data/chunk-000/episode_000199.parquet b/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62ce5e5c2204e4e8eeab2e4b3f976fa63541815c --- /dev/null +++ b/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4c9a2d699b60a86af1336e6b72312309710f7bcdc1816281478f597d030aba +size 418465 diff --git a/data/chunk-000/episode_000200.parquet b/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..baeaad2f6abc05ceb00dbdd6e256ce3e35a9b7b4 --- /dev/null +++ b/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2fb78ccf6ce9d45ccc90c02c329274ef06de7fe35bf68aa355580e6a66ff10 +size 274485 diff --git a/data/chunk-000/episode_000201.parquet b/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8546e40bfbadd8dd747a302fb833ce55e0fc560d --- /dev/null +++ b/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3001414a9abc849d147ddb8a4dca8cff937581453bf7c473e17a1d6f47952ef +size 450724 diff --git a/data/chunk-000/episode_000202.parquet b/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ffb63f952a88cab6ca56f2aafbc74d6c5d251db --- /dev/null +++ b/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe2b1def83f8d24e037b5f82050ba88a9b5187a15394ec0efc515e572a96fb8 +size 316716 diff --git a/data/chunk-000/episode_000203.parquet b/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5631e428af71e51b739d36e90ff65f1b523e409e --- /dev/null +++ b/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5042ce75ef3431132a2549e2d6feeaf6ac0d23fd668cf95ae2f27f26eab36a +size 345332 diff --git a/data/chunk-000/episode_000204.parquet b/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da70d068c60b4868038ba2219e058bb430c4c806 --- /dev/null +++ b/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604d7dd4a145fc89619e7b77fa2d1472bf42ae84861ff58022fa6dee4e0ad1f9 +size 389470 diff --git a/data/chunk-000/episode_000205.parquet b/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecb84f08e0d6f73eea3ce451f241cb183b92877d --- /dev/null +++ b/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d3c21739251fefd8d8033a0b4d99c99993aadeb0963ae862e0184bb2a025e8 +size 360522 diff --git a/data/chunk-000/episode_000206.parquet b/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5aaa29245ae7f3632cd8503ceef10f8c8b24282a --- /dev/null +++ b/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38340b4da92dc29d6e7dc0337cf585c3737d483a11c5b99235ad7690e50b60f1 +size 276303 diff --git a/data/chunk-000/episode_000207.parquet b/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5784d71b43ab53d7e7a4c938effcdd746da618c --- /dev/null +++ b/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5a72b9921f2f74afca1e2ccddeed7ab5d21686f4eb87017bffae7343c58872 +size 317485 diff --git a/data/chunk-000/episode_000208.parquet b/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e99851acdda09d9b2aa3f344ea9d2e733d7c2817 --- /dev/null +++ b/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68616b304c5011bfe1df2c61bde8210bed9ca6314ff2d0ed59058034475e98aa +size 396372 diff --git a/data/chunk-000/episode_000209.parquet b/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..541e51be87bb3dd2b739d2d6e8b41c7ccd0f8585 --- /dev/null +++ b/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7003d480a66e545c0b9a7ddf74480450a8f89dee1382982e691c818e3ca019 +size 332393 diff --git a/data/chunk-000/episode_000210.parquet b/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56e3f9b0c6ceb5372945b767bca5a53575089e58 --- /dev/null +++ b/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032dd85d1fd4fb2aa99cea48460eee5d0e63479face87bf83758ef1e626f4110 +size 441729 diff --git a/data/chunk-000/episode_000211.parquet b/data/chunk-000/episode_000211.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b096db327c8aadcb60067c8a28e4719dcc2ee5fb --- /dev/null +++ b/data/chunk-000/episode_000211.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1254366aa6963f5330d28fed2257c8c71ec0ec4dca90d9ab34ea01b3c17192a +size 310283 diff --git a/data/chunk-000/episode_000212.parquet b/data/chunk-000/episode_000212.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72654518639c38dcd11b2718883eb1b8624316f1 --- /dev/null +++ b/data/chunk-000/episode_000212.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b720bbea4bf12ea4c71d02ab9594a62b3469ffe941bcac38850d9225d22da37e +size 357340 diff --git a/data/chunk-000/episode_000213.parquet b/data/chunk-000/episode_000213.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b189d45a85f5ab2ae1f445f06f857bf1ce0fbfe7 --- /dev/null +++ b/data/chunk-000/episode_000213.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da16d3ff971dc57b7e852a2a187dbe373818090683d435a5c0b4bfd1dc3e8c4 +size 438725 diff --git a/data/chunk-000/episode_000214.parquet b/data/chunk-000/episode_000214.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b55d517d19ca4c1e44819fa86c6f56cc733b8567 --- /dev/null +++ b/data/chunk-000/episode_000214.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0854bb5560690388b5e34c1d21054c0406638712366e3871ecc0febd27159f7a +size 518299 diff --git a/data/chunk-000/episode_000215.parquet b/data/chunk-000/episode_000215.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf410b347d4f7367d9e41a222d745114e5270424 --- /dev/null +++ b/data/chunk-000/episode_000215.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44949f3588557b4a0d7ed6e2785314bdf1f3ac362edc806835a2627a0bccf7ee +size 313007 diff --git a/data/chunk-000/episode_000216.parquet b/data/chunk-000/episode_000216.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae5fd34e75d54831b625ad4d59984fa3334ede48 --- /dev/null +++ b/data/chunk-000/episode_000216.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06843d6742dcda81c9a84d970d1cf16fae1039012214f807f5b576db3424d93 +size 471923 diff --git a/data/chunk-000/episode_000217.parquet b/data/chunk-000/episode_000217.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ad8e17f601d07af00075146b8012fae5a36dd21 --- /dev/null +++ b/data/chunk-000/episode_000217.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a564d9ce6f0b54a8326f35eccd2a1b43e117f22256169c4110711a35f2b63b3 +size 278399 diff --git a/data/chunk-000/episode_000218.parquet b/data/chunk-000/episode_000218.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f397ef2408215935a92fd653a5bc6f4cc45ef94 --- /dev/null +++ b/data/chunk-000/episode_000218.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1d1a2bba2bd3b493e512c1c5732190ed0f0edd5c7f92291715911fd582df7f +size 471962 diff --git a/data/chunk-000/episode_000219.parquet b/data/chunk-000/episode_000219.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65f86ef19dc4b3eee8cebae2757cc5c662a8e585 --- /dev/null +++ b/data/chunk-000/episode_000219.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6bf12cf953b1c7a031f035e3a0db8f48afddf647195ddb523f439833a5489b +size 346412 diff --git a/data/chunk-000/episode_000220.parquet b/data/chunk-000/episode_000220.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c4129f2ad50fc67cff1138359729416372b2428 --- /dev/null +++ b/data/chunk-000/episode_000220.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f51e4588ba19a1679878399ec98cfe104f626e6ff6aa21f3c985b61a8c6d05 +size 376421 diff --git a/data/chunk-000/episode_000221.parquet b/data/chunk-000/episode_000221.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78b0be4bbe09e5ab9cbb248d9a604d81a31a6f06 --- /dev/null +++ b/data/chunk-000/episode_000221.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff7b5fe75ae124863ffc69132524092efc67da3457d3533553d4f914cbbe376 +size 301936 diff --git a/data/chunk-000/episode_000222.parquet b/data/chunk-000/episode_000222.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8859f9131e7ad7c5f0bc85cb09da0784e6ea9808 --- /dev/null +++ b/data/chunk-000/episode_000222.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1034b25fa9b9bf65a15d17f54453809cc3f2785b4e367c8509b36f80d210ee6 +size 357560 diff --git a/data/chunk-000/episode_000223.parquet b/data/chunk-000/episode_000223.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5d2806d6801d933fc0817a1f62e6bf49ac6c26a --- /dev/null +++ b/data/chunk-000/episode_000223.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144924b2d19f5f5dcbeb172dbe1eb28ef088dc8717f793799310ab6828c07368 +size 354335 diff --git a/data/chunk-000/episode_000224.parquet b/data/chunk-000/episode_000224.parquet new file mode 100644 index 0000000000000000000000000000000000000000..643d96a0e58a043b55bc9fc08d5ff0eea6928f21 --- /dev/null +++ b/data/chunk-000/episode_000224.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b5521755ea7a56fb0ecaeead32b541d19dcc154aa69d7f0cfd6f667236ee85 +size 365561 diff --git a/data/chunk-000/episode_000225.parquet b/data/chunk-000/episode_000225.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47f5b93fb1baadeb85eb4b853a281c1dc99161d0 --- /dev/null +++ b/data/chunk-000/episode_000225.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c065d6d509e7c8636c144d75a41f5cf75bd13545d611dbab3d7d990e39f85b +size 340776 diff --git a/data/chunk-000/episode_000226.parquet b/data/chunk-000/episode_000226.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6efb50cf15037b7a525ae09dc8ebde140a9089be --- /dev/null +++ b/data/chunk-000/episode_000226.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e623273dc848b35698a429d20caf4108deaf5577ba6d1b5f333e925dec4f88 +size 350026 diff --git a/data/chunk-000/episode_000227.parquet b/data/chunk-000/episode_000227.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3cb68330cdb28f91128aeecf9086eb4f33f17d38 --- /dev/null +++ b/data/chunk-000/episode_000227.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10eaf78043ac8037a3619a284263e6051eab5f0a861dcbe35f9afe370d3decb +size 339060 diff --git a/data/chunk-000/episode_000228.parquet b/data/chunk-000/episode_000228.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fa4a5e76a181dc4d17ed285fd56c2f1398ede6f --- /dev/null +++ b/data/chunk-000/episode_000228.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbb7641eb33a63174948bb65d9f5ce34bd91a2fe1824f6f15469dc1a648c8cf +size 385641 diff --git a/data/chunk-000/episode_000229.parquet b/data/chunk-000/episode_000229.parquet new file mode 100644 index 0000000000000000000000000000000000000000..431ce962d0872461e89b603c42eb7b34060ef99e --- /dev/null +++ b/data/chunk-000/episode_000229.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2cc2dff0364f63a23f39c5acd4d045ab3e98a4ee80cc3fa4048b971d5b386f +size 322784 diff --git a/data/chunk-000/episode_000230.parquet b/data/chunk-000/episode_000230.parquet new file mode 100644 index 0000000000000000000000000000000000000000..462aca57a56d8ae3fbdda1e43426cbc1c95c63a1 --- /dev/null +++ b/data/chunk-000/episode_000230.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd681a9a9999cf076afa820774c347d83a2a12fb67c4ead6ed160f07d4f6b9ed +size 346027 diff --git a/data/chunk-000/episode_000231.parquet b/data/chunk-000/episode_000231.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0816af69e061fa3dfe0676de24b2822dfdea3b7c --- /dev/null +++ b/data/chunk-000/episode_000231.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf63adc5b0328dd14a1d86ea92c538fd22e9da50e67f91ee0004b957db6227a0 +size 335667 diff --git a/data/chunk-000/episode_000232.parquet b/data/chunk-000/episode_000232.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c21b53b5417896fac7bf2a5e905f511aac17061 --- /dev/null +++ b/data/chunk-000/episode_000232.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c375244e654b42117066b24bcf85167a2a51c55eddfa316f899e7be06ec567d2 +size 348492 diff --git a/data/chunk-000/episode_000233.parquet b/data/chunk-000/episode_000233.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f668eb59a60e519f50c2a17af3f47d19aec2528 --- /dev/null +++ b/data/chunk-000/episode_000233.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6196b3624d92e044e4ab9ea8d321905137ec4078a2c3c558ac6055eca8e7c549 +size 393143 diff --git a/data/chunk-000/episode_000234.parquet b/data/chunk-000/episode_000234.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1dc497bbdfdea54f2fbff73db4ce8428cce0c40 --- /dev/null +++ b/data/chunk-000/episode_000234.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42eb171ac2c63671444e1fc7763043e611d5cc85467e46dfbc1ed673f6fbf14d +size 353395 diff --git a/data/chunk-000/episode_000235.parquet b/data/chunk-000/episode_000235.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7a70ba5a2fe544cdddb31f15009e3d9b5fbfecb --- /dev/null +++ b/data/chunk-000/episode_000235.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed2e6088eab85816767523a605b4bfe3c1a6a58c09df37165f4d9627fe540c5 +size 366570 diff --git a/data/chunk-000/episode_000236.parquet b/data/chunk-000/episode_000236.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0b59d871cc77529644d17bc5517e2d8818da992 --- /dev/null +++ b/data/chunk-000/episode_000236.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917a76a98e8fed04b45331b51aa384b362e015aa216622af9147d6f290e3a4b3 +size 370367 diff --git a/data/chunk-000/episode_000237.parquet b/data/chunk-000/episode_000237.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17744b59e45d4d8d509adb450ff3ae31d6f259a8 --- /dev/null +++ b/data/chunk-000/episode_000237.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8444914cc978024217297846889faddfb4cceaf9cf0a7cbc4d54354a20db516f +size 253635 diff --git a/data/chunk-000/episode_000238.parquet b/data/chunk-000/episode_000238.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ceafcfcbfd0795064326de263bfff4a7f205005a --- /dev/null +++ b/data/chunk-000/episode_000238.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499cbde7fa58f15679eb6a4766f9f340647eb9eb9814606621e0fbf85c42bde6 +size 327063 diff --git a/data/chunk-000/episode_000239.parquet b/data/chunk-000/episode_000239.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23cfddf560930d31c76f6391af93b52d4e454bef --- /dev/null +++ b/data/chunk-000/episode_000239.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee5ff184497bb385c591158ec5ba6c4aa0b4babef41f6c553ab8e0e7aa19175 +size 320154 diff --git a/data/chunk-000/episode_000240.parquet b/data/chunk-000/episode_000240.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3b3a3bd1d235a0c296f80fd931df447926ddf0a --- /dev/null +++ b/data/chunk-000/episode_000240.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9198d07b745908a4051ea8a014cc36787eb428d0bf8a08208869033926427b77 +size 367700 diff --git a/data/chunk-000/episode_000241.parquet b/data/chunk-000/episode_000241.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90a2693717c70e93f44ca4f4e8f3619dcefe90ed --- /dev/null +++ b/data/chunk-000/episode_000241.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0f2a1dca5e64434b750908bad84b569d45d7e8cd5cf7bebac23498f6b8c9a8 +size 312271 diff --git a/data/chunk-000/episode_000242.parquet b/data/chunk-000/episode_000242.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69ee98eb009f9ec1d84dfaf7ee37010f0756533d --- /dev/null +++ b/data/chunk-000/episode_000242.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9d6ef653b0be87e8b714f7980c1ee8a66037d1c318a8b8cd3166f38f992257 +size 387234 diff --git a/data/chunk-000/episode_000243.parquet b/data/chunk-000/episode_000243.parquet new file mode 100644 index 0000000000000000000000000000000000000000..218a2f9114f5943a9173b72b25e47e0724e4908f --- /dev/null +++ b/data/chunk-000/episode_000243.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48be4931ad5c3dc02906d337fc2c2900b49eed4a2ea37e647b6cb5ca120f8adf +size 373996 diff --git a/data/chunk-000/episode_000244.parquet b/data/chunk-000/episode_000244.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0194e64733c054acde43941278edcdca4de051c --- /dev/null +++ b/data/chunk-000/episode_000244.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f62607160bb127454f6f47c1ccc94a2c627f8666641d13b665b9ccfff9ccf8b +size 299214 diff --git a/data/chunk-000/episode_000245.parquet b/data/chunk-000/episode_000245.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ae6eb71d4e0ac14f339e1ddfda39f3d79541b4f --- /dev/null +++ b/data/chunk-000/episode_000245.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a364b34c29226d17e38c950524d8a82ec3be8f4bf36210af85beba3902c248 +size 319905 diff --git a/data/chunk-000/episode_000246.parquet b/data/chunk-000/episode_000246.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2053380028f16a2bcb1f2676a87190155acf71b7 --- /dev/null +++ b/data/chunk-000/episode_000246.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62efb5af47266a89545e011ee4b308c450991f6289cbb1b322d8a6c7553f92a5 +size 407051 diff --git a/data/chunk-000/episode_000247.parquet b/data/chunk-000/episode_000247.parquet new file mode 100644 index 0000000000000000000000000000000000000000..304efb8bb03e434441ef4c66c83987d401b27fdf --- /dev/null +++ b/data/chunk-000/episode_000247.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b07a14d70a480b41fafe0267051c944cac6c777ec3ac2b08b2a4b9f4843ef2f +size 306026 diff --git a/data/chunk-000/episode_000248.parquet b/data/chunk-000/episode_000248.parquet new file mode 100644 index 0000000000000000000000000000000000000000..457bbc6ec7557d6cfaf2bf41b1aefa218c45c0ee --- /dev/null +++ b/data/chunk-000/episode_000248.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4acfc533eb2118715ad927c8ce1b735a494ff5335e9dda723502999531f261e6 +size 376970 diff --git a/data/chunk-000/episode_000249.parquet b/data/chunk-000/episode_000249.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fde2faafb982c2997a569f5365387a967550b6c1 --- /dev/null +++ b/data/chunk-000/episode_000249.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8148fade8fcf5faa5bd0575c1d1c884de43e2c25d6e941918b0d524d8ed2020d +size 285297 diff --git a/data/chunk-000/episode_000250.parquet b/data/chunk-000/episode_000250.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef4425aa8e5054d513b2d011126e932b67f77cf7 --- /dev/null +++ b/data/chunk-000/episode_000250.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d101632c1789cfdfef2d83c2d8a623b25549874c1cd3cce34dc74a94082dff4 +size 392040 diff --git a/data/chunk-000/episode_000251.parquet b/data/chunk-000/episode_000251.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b9eaf936375e994ff61d8f2b17a6716ada73818 --- /dev/null +++ b/data/chunk-000/episode_000251.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab4ddfd31734dd8ac8a04d10e08e2c8761bbb79696fcc5a93d15d6eb6a11f67 +size 391285 diff --git a/data/chunk-000/episode_000252.parquet b/data/chunk-000/episode_000252.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06792205cc94d9ebc8b898b1731408847863a3b0 --- /dev/null +++ b/data/chunk-000/episode_000252.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f9a093d463505c2fecea7c30403a8dab24325cb8da959c08493049ccf24a07 +size 306287 diff --git a/data/chunk-000/episode_000253.parquet b/data/chunk-000/episode_000253.parquet new file mode 100644 index 0000000000000000000000000000000000000000..586f59be08fc3fa9ca18588410863921406a7505 --- /dev/null +++ b/data/chunk-000/episode_000253.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d5ffc5eec8a999cf66e65d01b1dcfb0aad571423040aa1050c9da3fe4e927d +size 368596 diff --git a/data/chunk-000/episode_000254.parquet b/data/chunk-000/episode_000254.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c995ad4101b79e4027def5f2d45bf98e42db568 --- /dev/null +++ b/data/chunk-000/episode_000254.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fc9b20c856c582e3e072e58b212da3c7fbc7d7caa59623ab64715c19dc2fc1 +size 705276 diff --git a/data/chunk-000/episode_000255.parquet b/data/chunk-000/episode_000255.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6e744253070ddba0e51a43b229825aea0bccb7a --- /dev/null +++ b/data/chunk-000/episode_000255.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9c8c619e016dee962aed570ed11995bb300cd1a83c449d0fd2880c49f3ce21 +size 391256 diff --git a/data/chunk-000/episode_000256.parquet b/data/chunk-000/episode_000256.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93b0fb9eb64f8cac2276023932ab4896f24b0148 --- /dev/null +++ b/data/chunk-000/episode_000256.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96071933a82da36bb7f9f3df2edd178433141c038044a7456cb3e7034275258 +size 397422 diff --git a/data/chunk-000/episode_000257.parquet b/data/chunk-000/episode_000257.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b13f2b3c273d39280e939d11b41c81fc36a6a2c --- /dev/null +++ b/data/chunk-000/episode_000257.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef8acc57df8e4d5cc3ec510ba5c7700a9f33c2c39f53bc4771dcef0ded60e42 +size 307983 diff --git a/data/chunk-000/episode_000258.parquet b/data/chunk-000/episode_000258.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b71578b248f48ed48e6444d3e00950b342c28cc2 --- /dev/null +++ b/data/chunk-000/episode_000258.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d623f80442c9909b4e5f5a5288df33862b2c5d45ad64b43bb49e7ce938b8e5c2 +size 306626 diff --git a/data/chunk-000/episode_000259.parquet b/data/chunk-000/episode_000259.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30bd4dbeefe26c7a13fd00b9867dc6fc64507658 --- /dev/null +++ b/data/chunk-000/episode_000259.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0961e0c445968ee0eca9dc9a04f61012ed4836a1ea2bfa2b378d07ca6f9d893b +size 293153 diff --git a/data/chunk-000/episode_000260.parquet b/data/chunk-000/episode_000260.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb66733f7ce51167ab83ba8417fc509e3d9629db --- /dev/null +++ b/data/chunk-000/episode_000260.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b1fc5345915d5044f9e37e698c9089a34421d7d5a63d7539ba4bf6fefe5da7 +size 315543 diff --git a/data/chunk-000/episode_000261.parquet b/data/chunk-000/episode_000261.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3893621ea9cfe9e99bdbbd2a30dc5447f150f95 --- /dev/null +++ b/data/chunk-000/episode_000261.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901f8ed1697e32f35af4a3f4b75d0f076737f53032cc4ea4a0b05a4d6d282e82 +size 385830 diff --git a/data/chunk-000/episode_000262.parquet b/data/chunk-000/episode_000262.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f07685bdfcade5e107eb3c13d015b44d7cb3886c --- /dev/null +++ b/data/chunk-000/episode_000262.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a232e9c6c37b63087cef48aa1a35433bc30c537a691cfa786c7d0e6c19d497 +size 438106 diff --git a/data/chunk-000/episode_000263.parquet b/data/chunk-000/episode_000263.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e17b94edc9b41fbba9c6a82c346e77e84fadefc1 --- /dev/null +++ b/data/chunk-000/episode_000263.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6164a8bc6dd6482faa06f8e99702240d6b246571a2a4317a2bb7872fe8ca33d +size 284559 diff --git a/data/chunk-000/episode_000264.parquet b/data/chunk-000/episode_000264.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a42f6a622c752c327f66307eb2e9419511122c9 --- /dev/null +++ b/data/chunk-000/episode_000264.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba99735409f20099aebdb92313d2ca665eb4c88fc991572e69bdf7d55f3141c2 +size 343232 diff --git a/data/chunk-000/episode_000265.parquet b/data/chunk-000/episode_000265.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cd766681e5f920181c3b15f5fdc98d601da33cf --- /dev/null +++ b/data/chunk-000/episode_000265.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37984fe14a6df9790fed9cc4207475f9bc6856e48eeea586025b603ced65bb4a +size 329645 diff --git a/data/chunk-000/episode_000266.parquet b/data/chunk-000/episode_000266.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72adba6391d13fa59dfea067f2f0a60f7ac6deb4 --- /dev/null +++ b/data/chunk-000/episode_000266.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ead45c673ac68e1fdd2ecc0d1c427b384b3cdb02b8ce5889d476d7c0fb3642 +size 299740 diff --git a/data/chunk-000/episode_000267.parquet b/data/chunk-000/episode_000267.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40e2c1cddf7fdfa35588399b50f86677483bea7d --- /dev/null +++ b/data/chunk-000/episode_000267.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583b3a97fdfcbf0646817bf8fdb0b6dd42f95bcb3f36a6451965cac1f03a0aff +size 321443 diff --git a/data/chunk-000/episode_000268.parquet b/data/chunk-000/episode_000268.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38dfdb2c62f7cffbde82896215cb22787e52a7e5 --- /dev/null +++ b/data/chunk-000/episode_000268.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fe352c299e2149702b4d3718b7487f74f97ddbe0aa3a343106612092ceda15 +size 328644 diff --git a/data/chunk-000/episode_000269.parquet b/data/chunk-000/episode_000269.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b93ba5fc6c98b3617cba8d530a4995b38de3eda --- /dev/null +++ b/data/chunk-000/episode_000269.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbe0522641c5bb43c5f23025aafa32101561c4b2c3629d22c274a03fc27c6f7 +size 357476 diff --git a/data/chunk-000/episode_000270.parquet b/data/chunk-000/episode_000270.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed1c5a687c84c9ceb10b9640c3bba72c6a3cfd5b --- /dev/null +++ b/data/chunk-000/episode_000270.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fa0aa9b733cfec274cecadc62c029ea4bcc9e13ccdd35a1c5881008e88b6f3 +size 436905 diff --git a/data/chunk-000/episode_000271.parquet b/data/chunk-000/episode_000271.parquet new file mode 100644 index 0000000000000000000000000000000000000000..524342583ccc64cc1ace8ca3cfb5147067f53aaf --- /dev/null +++ b/data/chunk-000/episode_000271.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38403b8994eddc216ba22926c6b7d95c2a94490b49ada7be5f5c5eda8d8cb85b +size 350341 diff --git a/data/chunk-000/episode_000272.parquet b/data/chunk-000/episode_000272.parquet new file mode 100644 index 0000000000000000000000000000000000000000..102a8e23ce35c1b3c36ed89affeea1a5b4d955a1 --- /dev/null +++ b/data/chunk-000/episode_000272.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9aa47184a2ed77fc6a5ded917a0b1d6843cdb9696ad4ae90ac38b9a4b7412c5 +size 264471 diff --git a/data/chunk-000/episode_000273.parquet b/data/chunk-000/episode_000273.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7c7be20ba6289c08c27fea575d62026bf18af81 --- /dev/null +++ b/data/chunk-000/episode_000273.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5f27df3065654b52339389f43c9c9af4ebfe20cbc669f0a967ac4b386a7b60 +size 320396 diff --git a/data/chunk-000/episode_000274.parquet b/data/chunk-000/episode_000274.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acfc18ea9eed122e7dd48c9bbcb9bf9735f1355e --- /dev/null +++ b/data/chunk-000/episode_000274.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2936ffe6d04bddbb502ad0e4e28fc81d07eaf15809953d2726feb732ce2a76ec +size 413289 diff --git a/data/chunk-000/episode_000275.parquet b/data/chunk-000/episode_000275.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d0041d0a2beaed2e543d268efe5df2ebbe2a758 --- /dev/null +++ b/data/chunk-000/episode_000275.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98bc1659e13e3724f4a95c10821451a425a1c98520cef0a45247af9d5937efb8 +size 354120 diff --git a/data/chunk-000/episode_000276.parquet b/data/chunk-000/episode_000276.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e621af5ef4f714d63fe027b64ebfd005b7b0ba65 --- /dev/null +++ b/data/chunk-000/episode_000276.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3260a71781e3bb53df520c1419a35ff63add738d04813b44c2287d2d30d3c3e3 +size 381310 diff --git a/data/chunk-000/episode_000277.parquet b/data/chunk-000/episode_000277.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3745723dde15e61fd9f03375fc9f133b6a37adaa --- /dev/null +++ b/data/chunk-000/episode_000277.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58696c0d3ddda7d62c7ce7d0e5803d9fbee0cfb888e406912a7754cd03e6d808 +size 423527 diff --git a/data/chunk-000/episode_000278.parquet b/data/chunk-000/episode_000278.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2761a777e6997255878f5937c12db219f872fc2 --- /dev/null +++ b/data/chunk-000/episode_000278.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e50df06980b925903977336b3d969aea1216a04d089ee7b5ec8cdc71eae4df5 +size 288151 diff --git a/data/chunk-000/episode_000279.parquet b/data/chunk-000/episode_000279.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48bc018e802dbd09fefd0161e96c6310cdaf3507 --- /dev/null +++ b/data/chunk-000/episode_000279.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87900228552cabf6c424d571b45c5e87004d7bb84e28b206a12d2985f169358 +size 386847 diff --git a/data/chunk-000/episode_000280.parquet b/data/chunk-000/episode_000280.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0174f37846dfbeb09cfc49d6b9e2979355bfea61 --- /dev/null +++ b/data/chunk-000/episode_000280.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc758a8159159cfe45bf206bf5b011b9948235d00614040b7ca9ac85754cdd1b +size 296244 diff --git a/data/chunk-000/episode_000281.parquet b/data/chunk-000/episode_000281.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa92602105a511cb91bbdb21b53fd085fc21df6e --- /dev/null +++ b/data/chunk-000/episode_000281.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69a79af4890149671e91c23cf2b7fea0a475f0bb1c2ae34272bcdd9c1d31002 +size 321239 diff --git a/data/chunk-000/episode_000282.parquet b/data/chunk-000/episode_000282.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c63d7a39e76147fd0df0bb9edb21b2c6269b5015 --- /dev/null +++ b/data/chunk-000/episode_000282.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62c181b4482451f55877d8f1558bd0fe76545c9529459dda319a4e6e8a6057b +size 322385 diff --git a/data/chunk-000/episode_000283.parquet b/data/chunk-000/episode_000283.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93fca133f000bcc481f80565cf4355c38b39471f --- /dev/null +++ b/data/chunk-000/episode_000283.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b60b11d7bffebb77ff3b14a75b0e76071bc6295e9d1b71a9e1f28c4bb8a725 +size 360284 diff --git a/data/chunk-000/episode_000284.parquet b/data/chunk-000/episode_000284.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e370a4281115db3ae6fa34d11cbd8e09c870e12 --- /dev/null +++ b/data/chunk-000/episode_000284.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bbc5b122a225c0160c9dd2fb0de620661cabb9cdd1840bd774bb8a31eadcba +size 299864 diff --git a/data/chunk-000/episode_000285.parquet b/data/chunk-000/episode_000285.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d076ed6abadd0ae0931463f8f5177b15a7bf861 --- /dev/null +++ b/data/chunk-000/episode_000285.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b68be0a7d9b8cde30e420ab17a6c41940b911ddc9e30f16ac9507944946d383 +size 277597 diff --git a/data/chunk-000/episode_000286.parquet b/data/chunk-000/episode_000286.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0f9769fbbc054245560982755512a464e20154e --- /dev/null +++ b/data/chunk-000/episode_000286.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e1584b283c3c7d4676f010086df34c338f786da15e1812489ce31186b57d69 +size 314189 diff --git a/data/chunk-000/episode_000287.parquet b/data/chunk-000/episode_000287.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a2d2f33a9bf1c7e8fc35af79c10b4326af075bb --- /dev/null +++ b/data/chunk-000/episode_000287.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612bc6077865f0b24bab43490677e4d3307360b7666464fa1f04462e0c4a4f88 +size 352255 diff --git a/data/chunk-000/episode_000288.parquet b/data/chunk-000/episode_000288.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c5d4516188cf4dedb9737198df26ad9c7ee33ba --- /dev/null +++ b/data/chunk-000/episode_000288.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77d1bd91a0ff4cb59f77ae5416751d89fbcff8500dbfedb858aa2addf46b14a +size 278167 diff --git a/data/chunk-000/episode_000289.parquet b/data/chunk-000/episode_000289.parquet new file mode 100644 index 0000000000000000000000000000000000000000..021da1851e47e26b5ee9c06b3f46a1335e8c3d23 --- /dev/null +++ b/data/chunk-000/episode_000289.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13726bad6c29cdd4d59352ca7a2719d14110c9308993727ac37c764d197b8045 +size 286284 diff --git a/data/chunk-000/episode_000290.parquet b/data/chunk-000/episode_000290.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96c8f6df6952c6f95f32f3033f67202a0fd3615b --- /dev/null +++ b/data/chunk-000/episode_000290.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2d835d34ae214e63865be3fa3a7f6a1f484e0782187e91a0c2023a7655a12c +size 330507 diff --git a/data/chunk-000/episode_000291.parquet b/data/chunk-000/episode_000291.parquet new file mode 100644 index 0000000000000000000000000000000000000000..981a46d8a60d82561a16bb45b70addcfbb88d324 --- /dev/null +++ b/data/chunk-000/episode_000291.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037ed84a10f7379a27c48d552eb6d5116c0ecb87a11fbc278ed1f6d9f9ff0b47 +size 343194 diff --git a/data/chunk-000/episode_000292.parquet b/data/chunk-000/episode_000292.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dbe07369b2558956aebfa157a8b0b1e6316d243 --- /dev/null +++ b/data/chunk-000/episode_000292.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0193ed4435cae077c3c6ee8685e9971c5433f09df9694f6f270d23c2fc32ea8a +size 269173 diff --git a/data/chunk-000/episode_000293.parquet b/data/chunk-000/episode_000293.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0263309484aff0cac4d95129f5b76bbb4fc06ec7 --- /dev/null +++ b/data/chunk-000/episode_000293.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8152f962f11e8e658e8c4379230a731d398f7a2d9328a0e4f50a7bc62b1feeab +size 391424 diff --git a/data/chunk-000/episode_000294.parquet b/data/chunk-000/episode_000294.parquet new file mode 100644 index 0000000000000000000000000000000000000000..814a8a520619f0d19c62a2b84f69c22a836af1ce --- /dev/null +++ b/data/chunk-000/episode_000294.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1b38950c16a02b6d4aedb2c8fa7afced03e9924672abbf25c172ce4660d1d9 +size 343815 diff --git a/data/chunk-000/episode_000295.parquet b/data/chunk-000/episode_000295.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36e77b91b4ae1382419f6c076d15b86626a760b0 --- /dev/null +++ b/data/chunk-000/episode_000295.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec608679783ffb27f3f10395eee4c2cc71e2dedb1b199e167a5a7e10bc666f01 +size 310742 diff --git a/data/chunk-000/episode_000296.parquet b/data/chunk-000/episode_000296.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14ed0fc502c171a22cafe79118af72c695d0253b --- /dev/null +++ b/data/chunk-000/episode_000296.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fed47a0f4d9377dc6a41927ba7d2823f1aee29ec95b64501c604453f1f6beb2 +size 347740 diff --git a/data/chunk-000/episode_000297.parquet b/data/chunk-000/episode_000297.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42ffdb05dd1c31a6830d77e8c5c0cef93bd68e7b --- /dev/null +++ b/data/chunk-000/episode_000297.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c904bfbdfde1e09d2c2909c721f604aed6169e0772e2dfc7bcce23d234b41f1 +size 427618 diff --git a/data/chunk-000/episode_000298.parquet b/data/chunk-000/episode_000298.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ae741d5baa49974c793dc9e027191ae38c8c5e9 --- /dev/null +++ b/data/chunk-000/episode_000298.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fed01ae25eb240da57f6f889b7de2da7d5915577e4235537262ab8488446dc2 +size 335290 diff --git a/data/chunk-000/episode_000299.parquet b/data/chunk-000/episode_000299.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76e9591e20231377e51b4c3484e7126c8c26621a --- /dev/null +++ b/data/chunk-000/episode_000299.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d318c91803fc016a7eefa9b1bc06e77f378e772bbb74a1f32db8cdf9ada00dd1 +size 602737 diff --git a/data/chunk-000/episode_000300.parquet b/data/chunk-000/episode_000300.parquet new file mode 100644 index 0000000000000000000000000000000000000000..314189a71f58582a44e475b42910ef7f234f9f9f --- /dev/null +++ b/data/chunk-000/episode_000300.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06178e3935dabdf2576d75480d6e9d3455e069234ede85c9750c4a010d9372d +size 310804 diff --git a/data/chunk-000/episode_000301.parquet b/data/chunk-000/episode_000301.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6268afa6d36853311899e818d64b58bbcab5e693 --- /dev/null +++ b/data/chunk-000/episode_000301.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f4ec5406d095c5bdf889b21ad17822ee9da3ec906cf2d884ea2d5b50e0ee87 +size 440238 diff --git a/data/chunk-000/episode_000302.parquet b/data/chunk-000/episode_000302.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7db363ceaece3284e2790f5e13edf0869c1d0cce --- /dev/null +++ b/data/chunk-000/episode_000302.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3d67a479c4ffb9142e63d8103d82202efff0d681caeefc0a183ee385e2e5bf +size 339238 diff --git a/data/chunk-000/episode_000303.parquet b/data/chunk-000/episode_000303.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82e8f890529802daeb7c99a763628f59198dbc98 --- /dev/null +++ b/data/chunk-000/episode_000303.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98c4d0185333dd1c5c79f5d411aa7fe2073205d5b5ebbec328b9dff6b4d1a73 +size 274039 diff --git a/data/chunk-000/episode_000304.parquet b/data/chunk-000/episode_000304.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa11414bebc5297ad13640124a8de99076b6c8c0 --- /dev/null +++ b/data/chunk-000/episode_000304.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8e6054f57b42f67a75cfea988690c0f955c7726837a1add27bad4dca4c1a3d +size 310067 diff --git a/data/chunk-000/episode_000305.parquet b/data/chunk-000/episode_000305.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d1bb6c613e346869f7130c596841b6f546857db --- /dev/null +++ b/data/chunk-000/episode_000305.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f725282a378ebd8970f6a852f164495e064b682d626e055ae08d490bf44f5b +size 344465 diff --git a/data/chunk-000/episode_000306.parquet b/data/chunk-000/episode_000306.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b9635ba9fb277b40bb83978af38b2eb6b8b6626 --- /dev/null +++ b/data/chunk-000/episode_000306.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c692f20c0af66f5892bec85301a5b3da7fe36e6868ba23294831d9bcd1549a02 +size 242515 diff --git a/data/chunk-000/episode_000307.parquet b/data/chunk-000/episode_000307.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6387797953159f4de1aecffc4d682e8c4a740ea1 --- /dev/null +++ b/data/chunk-000/episode_000307.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6261dab9e2941d64d55f30212decbc2fcf1935443d8ad5fa4495e29479d83b +size 467870 diff --git a/data/chunk-000/episode_000308.parquet b/data/chunk-000/episode_000308.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d44fea1c22b3eb86d2ee527c4d3d1b622815b771 --- /dev/null +++ b/data/chunk-000/episode_000308.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfcbdb4c202e42c86399bc0cab205ae5fdd84d653e2724e0cfbf5bbd3724a6e +size 443525 diff --git a/data/chunk-000/episode_000309.parquet b/data/chunk-000/episode_000309.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7002064ba62024892817b89020f4e97bb306eda6 --- /dev/null +++ b/data/chunk-000/episode_000309.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb88ce966d9ade5c51c232c154bc05e7fed0bb8f4e56e052c7383cdd7bd4b626 +size 290706 diff --git a/data/chunk-000/episode_000310.parquet b/data/chunk-000/episode_000310.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c93489b4de5d0231c899851cd16ea5428587ab4 --- /dev/null +++ b/data/chunk-000/episode_000310.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10069a1a61ae51668575da5b545a9c6aa5f006d2a31d0befb599a915c803d085 +size 332405 diff --git a/data/chunk-000/episode_000311.parquet b/data/chunk-000/episode_000311.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee7be4d2173d7f29c99594b3db4b12ec1b0a9cad --- /dev/null +++ b/data/chunk-000/episode_000311.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f96b26d04fc66c99983fbf71ebbcddd80b0e110151c75b37f70fdab7e5c636a +size 285229 diff --git a/data/chunk-000/episode_000312.parquet b/data/chunk-000/episode_000312.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89c50e45993e588e68811c2b25a8cf946e5e8cb9 --- /dev/null +++ b/data/chunk-000/episode_000312.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf61cd7f037098cd476f9cbe6538272c2b888922b1884d0597cb0e607d76554 +size 390888 diff --git a/data/chunk-000/episode_000313.parquet b/data/chunk-000/episode_000313.parquet new file mode 100644 index 0000000000000000000000000000000000000000..130f00fe04042de2f8e068fef434bdf7157587ab --- /dev/null +++ b/data/chunk-000/episode_000313.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c79755321ca34c0206c88d5d7ddb4d0fceb068c6b941d815c6cf57c66fbe4dd +size 317742 diff --git a/data/chunk-000/episode_000314.parquet b/data/chunk-000/episode_000314.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0053f55c57e46743dd5d4d9922aa481ca88f26db --- /dev/null +++ b/data/chunk-000/episode_000314.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5caa3be1c551ffccde05f3de6f25bc282e9fac9db8ae176b04482efb1cc97e63 +size 471301 diff --git a/data/chunk-000/episode_000315.parquet b/data/chunk-000/episode_000315.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eefbb0a1e31a606da6b41fd56edb8976a7aa5f82 --- /dev/null +++ b/data/chunk-000/episode_000315.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fa5addb06ff14b53b4a193796ddaa5dd46d74c79db3de79ac91d0e62136a7c +size 307854 diff --git a/data/chunk-000/episode_000316.parquet b/data/chunk-000/episode_000316.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e18dbac1d4cd5f4972e715e65f02da020e77854 --- /dev/null +++ b/data/chunk-000/episode_000316.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b016314dc1ddcf0a67ed6a1bea5e0891992c077ff6cc0e5ec4614926c710d39e +size 592359 diff --git a/data/chunk-000/episode_000317.parquet b/data/chunk-000/episode_000317.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63917c6b5c0dc14b992debaecec4c3c9d5d97583 --- /dev/null +++ b/data/chunk-000/episode_000317.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bc506190d028a145f8fb9729da73ecdb764d72b5772bda870b930a0b72c056 +size 474842 diff --git a/data/chunk-000/episode_000318.parquet b/data/chunk-000/episode_000318.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc93655172cf82bbf22995ffd3de00b5348b7112 --- /dev/null +++ b/data/chunk-000/episode_000318.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282c4f2aff1705175744c47c1693a75916056ff16211fd57897e4f96433da854 +size 265225 diff --git a/data/chunk-000/episode_000319.parquet b/data/chunk-000/episode_000319.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a7504a78432397abfd0e0458c9c97f280973409 --- /dev/null +++ b/data/chunk-000/episode_000319.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc93d007d2e6b92364abff55b95da72b79e6a34a19403c611060037f249cdbc8 +size 296744 diff --git a/data/chunk-000/episode_000320.parquet b/data/chunk-000/episode_000320.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d4efa3c73a2ff23c83ba8c1649d6f0aca8ef308 --- /dev/null +++ b/data/chunk-000/episode_000320.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0baa86fdd7819551e7206d92b05a0638d846d431f23ea8edf612e7c07f50362 +size 428034 diff --git a/data/chunk-000/episode_000321.parquet b/data/chunk-000/episode_000321.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5834a56bd6cbfe6f71c1e0493e56b2915f063612 --- /dev/null +++ b/data/chunk-000/episode_000321.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd100aefb5352296fe84b14680acedbe99dff5c64bb922282258c2d231934bd +size 303310 diff --git a/data/chunk-000/episode_000322.parquet b/data/chunk-000/episode_000322.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b9ef8f84631bfeb4aa1ac87090135018f904de3 --- /dev/null +++ b/data/chunk-000/episode_000322.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b687f378bfb3146ca974fe3e2a1cf3056f8c1a45c1a15f18498bef9d7b5816f6 +size 303186 diff --git a/data/chunk-000/episode_000323.parquet b/data/chunk-000/episode_000323.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09fcd0df287f0a3dd751cf3ed70f278998a86725 --- /dev/null +++ b/data/chunk-000/episode_000323.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6696533b32713efc69b2c068794d4736b8282acc8219e983fbe858a1e33f6cd2 +size 285779 diff --git a/data/chunk-000/episode_000324.parquet b/data/chunk-000/episode_000324.parquet new file mode 100644 index 0000000000000000000000000000000000000000..522d9725750605400a973b2bed6fcea40a582821 --- /dev/null +++ b/data/chunk-000/episode_000324.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14baf793827123ad822771ae08a78443482872959d7d7e81b92bec3c9b5800fc +size 299208 diff --git a/data/chunk-000/episode_000325.parquet b/data/chunk-000/episode_000325.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee4b43eb0fd667fc113cc7dda094bb4ff51b7a5c --- /dev/null +++ b/data/chunk-000/episode_000325.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14142788f00a8f1704c6555cde6435b3b4fbb3645985babe6070b310d1b72db9 +size 272887 diff --git a/data/chunk-000/episode_000326.parquet b/data/chunk-000/episode_000326.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5e7b4ba3af08cbd3ad80b867921352b9f31e7f2 --- /dev/null +++ b/data/chunk-000/episode_000326.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176d5406b582456d51df8fd825b3738a4214d88aa691e780c48dc3ef20aee256 +size 344529 diff --git a/data/chunk-000/episode_000327.parquet b/data/chunk-000/episode_000327.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f87637da1c9bfd4b87b3244f13ff318af9ed41a8 --- /dev/null +++ b/data/chunk-000/episode_000327.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1421815a55013bc46257f187d399ecaf31eee30c3182874cb0a917d97a61cd +size 314170 diff --git a/data/chunk-000/episode_000328.parquet b/data/chunk-000/episode_000328.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aea6cb06cb573cfc8fd67d7a4062b92d7ba9bc9d --- /dev/null +++ b/data/chunk-000/episode_000328.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf40cb5f04c23e7e1c867e87620483f32425d2256b5996df0b0448bc084c064b +size 378046 diff --git a/data/chunk-000/episode_000329.parquet b/data/chunk-000/episode_000329.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed7b420f960a7f8a11e5ad5d6eae26e8e0236402 --- /dev/null +++ b/data/chunk-000/episode_000329.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e27885f6f3296b0b08be8cf914b00f0a232e7578c69e589d39af825af8818f +size 338606 diff --git a/data/chunk-000/episode_000330.parquet b/data/chunk-000/episode_000330.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8043a8966ed0890b1397fff6e7aae3c0cf031df --- /dev/null +++ b/data/chunk-000/episode_000330.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413c91f5832caadf259548469d37f99bfaf102d581829550004959e724d9e3ea +size 300690 diff --git a/data/chunk-000/episode_000331.parquet b/data/chunk-000/episode_000331.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d025dd3a124d5a5fbd3cc21ff1e864b9ec3205e --- /dev/null +++ b/data/chunk-000/episode_000331.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf5a4a0ed00a16b03a63f4fbb22b6391fc6a80bffdafd3e2c60386fe77666de +size 364442 diff --git a/data/chunk-000/episode_000332.parquet b/data/chunk-000/episode_000332.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7635e5716c35212ccb6e3c14e32923f857db338d --- /dev/null +++ b/data/chunk-000/episode_000332.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9c64129399465be036306bb14a07c8b415ffb06c8d581238fc11aea0f162a5 +size 508536 diff --git a/data/chunk-000/episode_000333.parquet b/data/chunk-000/episode_000333.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78d21cfc163dd8831e13384d425a00fcc7793f2e --- /dev/null +++ b/data/chunk-000/episode_000333.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1695f5b7a3fc571bda6724d2874e46cdcbc8f7bbc0dd02565093e122ae7237 +size 366337 diff --git a/data/chunk-000/episode_000334.parquet b/data/chunk-000/episode_000334.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ca385bbabef593ea8795ac5ac38131142cac03a --- /dev/null +++ b/data/chunk-000/episode_000334.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1df511996a89c8660c388e3a3553ca0835a2fb95d0aeea89e6f29a9b1394286 +size 287495 diff --git a/data/chunk-000/episode_000335.parquet b/data/chunk-000/episode_000335.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d806e90d7489360734e5cb65e1eb9346c2771077 --- /dev/null +++ b/data/chunk-000/episode_000335.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e804c2b745068bfd91a459997a429921d308ab460fd42696c8202e2849bb57d +size 387776 diff --git a/data/chunk-000/episode_000336.parquet b/data/chunk-000/episode_000336.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b208f2b43ad2aaae2b95848ab19cd97265f8cad7 --- /dev/null +++ b/data/chunk-000/episode_000336.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae1358e0fa231ebcce4855056b6d45177d7d0dea7947bf5e2516627e6494a2f +size 430795 diff --git a/data/chunk-000/episode_000337.parquet b/data/chunk-000/episode_000337.parquet new file mode 100644 index 0000000000000000000000000000000000000000..138b17470f4a93390e17c5c31b540e8ead1762f0 --- /dev/null +++ b/data/chunk-000/episode_000337.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39231af59d13945b21e6bafbac958e9277f723af4f23ebc25debcb168ac33730 +size 393047 diff --git a/data/chunk-000/episode_000338.parquet b/data/chunk-000/episode_000338.parquet new file mode 100644 index 0000000000000000000000000000000000000000..129fe276b10e654a96ec85611006f4535c6a8573 --- /dev/null +++ b/data/chunk-000/episode_000338.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984cd2bf4823033b7fe88a00e8b1dd7f59899447896b90e712c7056ae1b38217 +size 323290 diff --git a/data/chunk-000/episode_000339.parquet b/data/chunk-000/episode_000339.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2eac7b8eb8b02d56c5aa391a1f71afdf70726f81 --- /dev/null +++ b/data/chunk-000/episode_000339.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2787e7148ec924ccde45fb2bf29062c8e02abf606051a521a891db43cbf2bd34 +size 381693 diff --git a/data/chunk-000/episode_000340.parquet b/data/chunk-000/episode_000340.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18e19d3d939054e49cd7ed9cf0cb8af49bee5126 --- /dev/null +++ b/data/chunk-000/episode_000340.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a109537a7bbaef1302f90e5a694add0921b3a7e5773df14ecc9c0198f0a0f0 +size 367459 diff --git a/data/chunk-000/episode_000341.parquet b/data/chunk-000/episode_000341.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82322d077fedaca23b2c843e7166c45165a3b163 --- /dev/null +++ b/data/chunk-000/episode_000341.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192a671cab3d6430b76cfb41fc339d6333224422cd939d6d79a8a64e5d6a8183 +size 352403 diff --git a/data/chunk-000/episode_000342.parquet b/data/chunk-000/episode_000342.parquet new file mode 100644 index 0000000000000000000000000000000000000000..841b999083ae3a7d56ff1a6715055a148dfb6884 --- /dev/null +++ b/data/chunk-000/episode_000342.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5addf8ba222e9364e6e33d1daa9dc580dfc1f94c77aaf37b19f9f56a16f560b +size 311760 diff --git a/data/chunk-000/episode_000343.parquet b/data/chunk-000/episode_000343.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b2df94f0a0695fb11e30d2b4d5220aacaa8c091 --- /dev/null +++ b/data/chunk-000/episode_000343.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d85a220246c8a08e81a4f6026163ffb86fe1bc57af593196be874a24a9a3b97 +size 361328 diff --git a/data/chunk-000/episode_000344.parquet b/data/chunk-000/episode_000344.parquet new file mode 100644 index 0000000000000000000000000000000000000000..669b529e577aa350b3f2a24c6a4508730e390720 --- /dev/null +++ b/data/chunk-000/episode_000344.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89c266a5a79dcd0d35bc29f64d783750c0b5bee466c990dbec0dc93047e2ba6 +size 288483 diff --git a/data/chunk-000/episode_000345.parquet b/data/chunk-000/episode_000345.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5daadea5928441f995539d4a0661a2a25e012ab1 --- /dev/null +++ b/data/chunk-000/episode_000345.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ae7d35b46a903a267c4ece732bd13422b7b458be9d421ae7a71694508d77a4 +size 354595 diff --git a/data/chunk-000/episode_000346.parquet b/data/chunk-000/episode_000346.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b22c071d4206cac0921a0df15150480b7979f0d0 --- /dev/null +++ b/data/chunk-000/episode_000346.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00327db2657133769c97f7455759f39941586b704b0db74c85b9a5ca5715adf +size 398062 diff --git a/data/chunk-000/episode_000347.parquet b/data/chunk-000/episode_000347.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d28a55c20d918c72ace84d63fd3198b20538b204 --- /dev/null +++ b/data/chunk-000/episode_000347.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47074b00793903912eac14868e3325212ba2c74377632f21b32b13e01ca5e3a1 +size 358238 diff --git a/data/chunk-000/episode_000348.parquet b/data/chunk-000/episode_000348.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2bac6455a16800c4f48f2e8d2acf99a3cc131a4 --- /dev/null +++ b/data/chunk-000/episode_000348.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81aa58677fa415d6acd6e6b936912caebfc812d5fa01cea598336dd07e0cb24f +size 540937 diff --git a/data/chunk-000/episode_000349.parquet b/data/chunk-000/episode_000349.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec191c48d86edff021ca423656acf24ff0758f06 --- /dev/null +++ b/data/chunk-000/episode_000349.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff4923920c1891680cde04aa919dc36b25a26224ee767a31ee2671315803d25 +size 400353 diff --git a/data/chunk-000/episode_000350.parquet b/data/chunk-000/episode_000350.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cd98c41f30940365fff1ba6f83284ae1deb4cdc --- /dev/null +++ b/data/chunk-000/episode_000350.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4027b56b2014043f776032511176667298bf035119646b4ab52efa01e8e3e156 +size 276491 diff --git a/data/chunk-000/episode_000351.parquet b/data/chunk-000/episode_000351.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39d07bf9b439fec756b242154d2364d0584c09a9 --- /dev/null +++ b/data/chunk-000/episode_000351.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1aa0de2b5b9d396a030a7971b7d70bc5922ba8a05e78cb5cb1a46c34aa53b6c +size 334045 diff --git a/data/chunk-000/episode_000352.parquet b/data/chunk-000/episode_000352.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7f97ff99f2e8a3b39401219289c4d1a788fc0dc --- /dev/null +++ b/data/chunk-000/episode_000352.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa8c897b5bbd99c2046a2bfd87befd2b18b116c11be57971431194cfcb195b2 +size 438142 diff --git a/data/chunk-000/episode_000353.parquet b/data/chunk-000/episode_000353.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99de1688dceda03e677a9dda48950af4f4af0cde --- /dev/null +++ b/data/chunk-000/episode_000353.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7ee26715164724f267e31e547f3e68e0784ec99e567a1a91be3a874f888da7 +size 334455 diff --git a/data/chunk-000/episode_000354.parquet b/data/chunk-000/episode_000354.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfbf91adf2cc06bfa1f86065df16018c891c8cc1 --- /dev/null +++ b/data/chunk-000/episode_000354.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235659182b37e09d31e9f8fbae73eb3685474c644c69c3844f01312870f06e31 +size 391819 diff --git a/data/chunk-000/episode_000355.parquet b/data/chunk-000/episode_000355.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2aa48a62030af5668294879f9262a4e31e429b13 --- /dev/null +++ b/data/chunk-000/episode_000355.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21a4ad7166c87b0be90ef9c2117ed52f4d6b7c7f2913a032dfb90c9ea24781d +size 359128 diff --git a/data/chunk-000/episode_000356.parquet b/data/chunk-000/episode_000356.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efd0dbfa938c0535ec8e8a756ce494dd5f8bfc7c --- /dev/null +++ b/data/chunk-000/episode_000356.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd13ebcd6ba9d20d58de2db7eb4a42ebca686d74eb07b7a4c037a98f2f5327e9 +size 348765 diff --git a/data/chunk-000/episode_000357.parquet b/data/chunk-000/episode_000357.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0fb5697b1ad8e89294c77ab34e5376c1fb477d5 --- /dev/null +++ b/data/chunk-000/episode_000357.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe95b4476c588e7bdfa49fba6a37b4ab218d6f5ffc3797ee5b382f00da6639c +size 386972 diff --git a/data/chunk-000/episode_000358.parquet b/data/chunk-000/episode_000358.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7cd5830a3e82056d0fada805cb7ec45cf25b173 --- /dev/null +++ b/data/chunk-000/episode_000358.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4416a5b4fce9f01e6ee1e839f32aeb38748416f8ed1b8d23fab5d0f109e7722b +size 300444 diff --git a/data/chunk-000/episode_000359.parquet b/data/chunk-000/episode_000359.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bfaa11aa5373592fe5b9c35de3d7dec4c51ff6d --- /dev/null +++ b/data/chunk-000/episode_000359.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebfc9942dcf6207d0d4da4ac02403cdc99ea81a6dbacfda1b8752ee2835d3e6 +size 404986 diff --git a/data/chunk-000/episode_000360.parquet b/data/chunk-000/episode_000360.parquet new file mode 100644 index 0000000000000000000000000000000000000000..183b6c8d40e0c841b9c6f47e21ea14217f2eba13 --- /dev/null +++ b/data/chunk-000/episode_000360.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e63ffad90a736cc2aa8073158c7d17dcc6066294f12272a33d6ae502126334 +size 303764 diff --git a/data/chunk-000/episode_000361.parquet b/data/chunk-000/episode_000361.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b270345bf36583bc1265db0ff691d2a182ca6a1 --- /dev/null +++ b/data/chunk-000/episode_000361.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4febfac77e4f3ff287c489bf0af684c93a5ebcfc8a9401684741dd162ce91429 +size 301620 diff --git a/data/chunk-000/episode_000362.parquet b/data/chunk-000/episode_000362.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6de847345124a9ff0cae0e184520bf5f7de5fc9f --- /dev/null +++ b/data/chunk-000/episode_000362.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f48b47400ef736d295449749e8046ce93298c6f5fb0fd97f822c95927d7a22 +size 406845 diff --git a/data/chunk-000/episode_000363.parquet b/data/chunk-000/episode_000363.parquet new file mode 100644 index 0000000000000000000000000000000000000000..768edeb9950b02df0f5963f61adc1726a6f0afa8 --- /dev/null +++ b/data/chunk-000/episode_000363.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e0e3437cd28165ee478c34581adff407aaa41e4da4eda860b2dc4c3bcc304f +size 391924 diff --git a/data/chunk-000/episode_000364.parquet b/data/chunk-000/episode_000364.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd0a6194e7981d42dd6999ce486298cfd83247ee --- /dev/null +++ b/data/chunk-000/episode_000364.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1374b79e41a373903bbe620b4fee1a804d49558bdcaa724999250feaad6557aa +size 662134 diff --git a/data/chunk-000/episode_000365.parquet b/data/chunk-000/episode_000365.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7186b646bc7a4e9b040af9bff73eea1e378c38cb --- /dev/null +++ b/data/chunk-000/episode_000365.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ca09b5823897b5301071054393012feebfa51a7cbe0b3adcc16feb7ab2a009 +size 305054 diff --git a/data/chunk-000/episode_000366.parquet b/data/chunk-000/episode_000366.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a94f9b6327d68183d200787e2d1325deedcda31 --- /dev/null +++ b/data/chunk-000/episode_000366.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3caf1f2ae80a31f0da25df6e3b8c5d1188cbc18b33e2151dd8fdd100b89899 +size 342677 diff --git a/data/chunk-000/episode_000367.parquet b/data/chunk-000/episode_000367.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f164f6571b9033dc382f66117072802c6921750f --- /dev/null +++ b/data/chunk-000/episode_000367.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85eb9004d8ca0dc701bb6d369e85fef74d1c320db3f86ca8d6ee9a93080f5b9 +size 263381 diff --git a/data/chunk-000/episode_000368.parquet b/data/chunk-000/episode_000368.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f06d02816787f221558690600898ee9008704c47 --- /dev/null +++ b/data/chunk-000/episode_000368.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e655dfd2062c3fce4b23e7bb06a8fdcaa264305c5e8d1290ce09d7c49be1df95 +size 397148 diff --git a/data/chunk-000/episode_000369.parquet b/data/chunk-000/episode_000369.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e34838368c76d471898ca89b57ab59862c69a5a --- /dev/null +++ b/data/chunk-000/episode_000369.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3124ef9a18322216602bdcb82c115a43e81d58d4b720bceebdf82617625ee8fc +size 305852 diff --git a/data/chunk-000/episode_000370.parquet b/data/chunk-000/episode_000370.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c76c3d119d52dfdd9e313de39e8f64bcff8a0b3a --- /dev/null +++ b/data/chunk-000/episode_000370.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8644858139a5f49a041e88db06b6f7c9282c63fe9f99018564bfcda0e8cc8493 +size 303554 diff --git a/data/chunk-000/episode_000371.parquet b/data/chunk-000/episode_000371.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5cff3a5a76339a214b33561d3fff8260403508b --- /dev/null +++ b/data/chunk-000/episode_000371.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8e3e1e9b4e13e228c448ce8391d01ee083fc24c14294f75cf589df7a73925e +size 355118 diff --git a/data/chunk-000/episode_000372.parquet b/data/chunk-000/episode_000372.parquet new file mode 100644 index 0000000000000000000000000000000000000000..872d15cf249f44af160dcafed7c66b8cdd66fac0 --- /dev/null +++ b/data/chunk-000/episode_000372.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3509c4570774f81322471209bfaf0a7e4b0ec041ac4d79bb9a3a1308076ba8 +size 317688 diff --git a/data/chunk-000/episode_000373.parquet b/data/chunk-000/episode_000373.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecd9530eead77275a10d1690bc4aee2b8c435b24 --- /dev/null +++ b/data/chunk-000/episode_000373.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4d0c58d05b87f1f65b8f4d32777de501264cae8a965d51da44c80ae9de219d +size 376896 diff --git a/data/chunk-000/episode_000374.parquet b/data/chunk-000/episode_000374.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0f6a138f786c7d330c84a84ba6c6fd485b4d068 --- /dev/null +++ b/data/chunk-000/episode_000374.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c11c4a7d27775ed4d4264e7af6514297cf8245afae4a2f41f9f5816d0d09c5 +size 456100 diff --git a/data/chunk-000/episode_000375.parquet b/data/chunk-000/episode_000375.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6d8b7fb6559ed4d42804ac99ca9bd9efe4dfad8 --- /dev/null +++ b/data/chunk-000/episode_000375.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f23decce3e0703bce2a27f91e7327cd1efa2f7b04c8d1cc5cb83ecb4971e320 +size 407016 diff --git a/data/chunk-000/episode_000376.parquet b/data/chunk-000/episode_000376.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ccacc53d8318cf4438ab3f9abc2fa5b49e7b331 --- /dev/null +++ b/data/chunk-000/episode_000376.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a988f2331ec4d83c0ea96c439e149753be116c7d3ef2d49f8a8e9e4334c2b6fa +size 412017 diff --git a/data/chunk-000/episode_000377.parquet b/data/chunk-000/episode_000377.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df5ccd8815b89b0dfb4f94dd48e9ae8ff602868b --- /dev/null +++ b/data/chunk-000/episode_000377.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43e7ebc6e6dbfe8ff72bff8e0967a6d07cae21cced898c2054c3a839cb75ca1 +size 532409 diff --git a/data/chunk-000/episode_000378.parquet b/data/chunk-000/episode_000378.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4782854da4f8be3f3731613a3689166da53845d9 --- /dev/null +++ b/data/chunk-000/episode_000378.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341271e16b944ecfdf0b7b9daf01028ebb3d0794b6d7c892c9091e8aaabdd724 +size 342040 diff --git a/data/chunk-000/episode_000379.parquet b/data/chunk-000/episode_000379.parquet new file mode 100644 index 0000000000000000000000000000000000000000..012f47a2a9011c551c04ecce4ccd2dab07b93244 --- /dev/null +++ b/data/chunk-000/episode_000379.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696d53f80362c3ad03fc898c31ad0e4b6210079d925835c3bfc3010b958872ac +size 385183 diff --git a/data/chunk-000/episode_000380.parquet b/data/chunk-000/episode_000380.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a18a4d5fd56ab2999275678dac8e3067da4ae83e --- /dev/null +++ b/data/chunk-000/episode_000380.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d9bee853a9c36f8e9ddb021658d2eea75e0c906df0e967fca5419ea8bd0297 +size 369041 diff --git a/data/chunk-000/episode_000381.parquet b/data/chunk-000/episode_000381.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26043231fd478510a62b53540af03ae84ea68c9b --- /dev/null +++ b/data/chunk-000/episode_000381.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aed145e3bb226ef0c9a6eaee9b1322e277904dc219d2ad0f599c9b962691857 +size 375800 diff --git a/data/chunk-000/episode_000382.parquet b/data/chunk-000/episode_000382.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95d8989be943c118e0157aa3f6eafc3f3e6f0a5d --- /dev/null +++ b/data/chunk-000/episode_000382.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cfdd7562ad7241b6387e6329c6911be84f64bb131ade10d1baf62253b9b1fd +size 396618 diff --git a/data/chunk-000/episode_000383.parquet b/data/chunk-000/episode_000383.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0092888c04315b4e1167ce33a1beff26693a9e11 --- /dev/null +++ b/data/chunk-000/episode_000383.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d20a66cc2c0ef80aa1d4f1afefffff1f8ee69e7ae876b21845f7e97c0873aad +size 363964 diff --git a/data/chunk-000/episode_000384.parquet b/data/chunk-000/episode_000384.parquet new file mode 100644 index 0000000000000000000000000000000000000000..087b0dd793b9144a869f7220f1697669639e0c83 --- /dev/null +++ b/data/chunk-000/episode_000384.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dbbe0961236f8b50d71b131c3044fa2c79253265b968ff02846c219824c02f +size 326786 diff --git a/data/chunk-000/episode_000385.parquet b/data/chunk-000/episode_000385.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa679cd7db698f9e22080218363fe8065590a068 --- /dev/null +++ b/data/chunk-000/episode_000385.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ad30a8795761ee3c6b5afd3e68a818a2e8c14da06944db426cd03691e9ecf3 +size 511983 diff --git a/data/chunk-000/episode_000386.parquet b/data/chunk-000/episode_000386.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42b07c21129891a7168bd0836bff18aaecb0103a --- /dev/null +++ b/data/chunk-000/episode_000386.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb868c3efc44f6158f274a03a014f85cca05a92bf06a6ad551beed4b739e703 +size 310979 diff --git a/data/chunk-000/episode_000387.parquet b/data/chunk-000/episode_000387.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd66319c555a90ef1156a672408b9066397989ec --- /dev/null +++ b/data/chunk-000/episode_000387.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f06de1b6bced4a69842e05b918c08158b5794aa7cd3514a05586df7fc71b4a5 +size 301480 diff --git a/data/chunk-000/episode_000388.parquet b/data/chunk-000/episode_000388.parquet new file mode 100644 index 0000000000000000000000000000000000000000..051e2c111d57e18380f80269e7634bf29a6ad541 --- /dev/null +++ b/data/chunk-000/episode_000388.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa84166c21856b5e32b8cffa624d9be977997a1d16765aab02a5d65361f11e5 +size 299724 diff --git a/data/chunk-000/episode_000389.parquet b/data/chunk-000/episode_000389.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97aae5e2ec735395f4034f9c8a4a2b6c424a9027 --- /dev/null +++ b/data/chunk-000/episode_000389.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cfdb8986b63f3bd6bd20d2090f90d50b4ecc6df729070ab3c5b0c755e1f128 +size 316070 diff --git a/data/chunk-000/episode_000390.parquet b/data/chunk-000/episode_000390.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fdaa787aecf2541927011b3def8a019961d0c2d --- /dev/null +++ b/data/chunk-000/episode_000390.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dabe7ce3411de95eecf3fd46e9ca4c91376b0575e5aed95bd86e9c81cac337 +size 299534 diff --git a/data/chunk-000/episode_000391.parquet b/data/chunk-000/episode_000391.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61ec80642d77486a49d1f2103245e0b413c81d01 --- /dev/null +++ b/data/chunk-000/episode_000391.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfec62c55ce571563a6c3c856d601c7c921819b5c29808ceaaa807ebb4e5985 +size 335739 diff --git a/data/chunk-000/episode_000392.parquet b/data/chunk-000/episode_000392.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04e1b14bee0272bfeac457ace524b8ac53f1652b --- /dev/null +++ b/data/chunk-000/episode_000392.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b946e9014d4c777588752a2ca2629a6036e387dc2e66353c912f21114f15af69 +size 346350 diff --git a/data/chunk-000/episode_000393.parquet b/data/chunk-000/episode_000393.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b7b00a5ada553dcd997f740095a22df65a5f9a6 --- /dev/null +++ b/data/chunk-000/episode_000393.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573ef6da8f04c99a47138ac9f608bc10e89727a03a84380b81ca740ff9c3b164 +size 500559 diff --git a/data/chunk-000/episode_000394.parquet b/data/chunk-000/episode_000394.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04df4ee66fdf172d46c78057c29fcc4d4f79aec9 --- /dev/null +++ b/data/chunk-000/episode_000394.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2155c8624212d2e5c1eb99baee2abd7468119d338d59e2b5d743d6d0bfe993a6 +size 354229 diff --git a/data/chunk-000/episode_000395.parquet b/data/chunk-000/episode_000395.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95c569c6c2a3ab043a9375cfbc0d351455f7e885 --- /dev/null +++ b/data/chunk-000/episode_000395.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9866ec59bd38b33dac3d5685dcf5b837d0782197dfe1f63c148f42244f5b8ef2 +size 382201 diff --git a/data/chunk-000/episode_000396.parquet b/data/chunk-000/episode_000396.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9350fb82810c6f617e3afb101ee5f878033df78a --- /dev/null +++ b/data/chunk-000/episode_000396.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3cb2fd34e77194021be94eb78852fd99d0747c54000f59231e7cb13adf0596 +size 395757 diff --git a/data/chunk-000/episode_000397.parquet b/data/chunk-000/episode_000397.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7793656575ebce63be2a4fcae7852e83c7e335d --- /dev/null +++ b/data/chunk-000/episode_000397.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e087bd1584efeaeab52d848ca098cab0ca2bdaf12243e153fe41fc68ff5e77 +size 280825 diff --git a/data/chunk-000/episode_000398.parquet b/data/chunk-000/episode_000398.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd2c4b2e28c95ab64a6678a7380a260164fd715c --- /dev/null +++ b/data/chunk-000/episode_000398.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a334acdb3abd46daf22ba911de9c69273129a08fc000921bbdd6c3c6e9a24eea +size 364438 diff --git a/data/chunk-000/episode_000399.parquet b/data/chunk-000/episode_000399.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc6e2d672951fcd22e33df646a0aca5bb7467bea --- /dev/null +++ b/data/chunk-000/episode_000399.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc61ec1509a78a81058101c5b44ce6bd63e7d3490508232959238ac7b30765f3 +size 462136 diff --git a/data/chunk-000/episode_000400.parquet b/data/chunk-000/episode_000400.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23b742547f99e22ac7f3c6ac046d401404b765a6 --- /dev/null +++ b/data/chunk-000/episode_000400.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923cf5d61263531af857c7ced117d13ac660ecad8fcc64d29f0d134e2085d037 +size 311114 diff --git a/data/chunk-000/episode_000401.parquet b/data/chunk-000/episode_000401.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3be486610df3ba97fed48dcc26e87afabaa8d9e --- /dev/null +++ b/data/chunk-000/episode_000401.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4a7e2d52c2426ccc6bca1f014616b8cf8a451d4cce156043bcebd7d9750aca +size 311081 diff --git a/data/chunk-000/episode_000402.parquet b/data/chunk-000/episode_000402.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48d58668ce0619ead54c93d89a760bceadf08502 --- /dev/null +++ b/data/chunk-000/episode_000402.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd82aa52b4cfefcab2895a5d5b3de5cf941d24cf33747dd7c306b379c47918b7 +size 390528 diff --git a/data/chunk-000/episode_000403.parquet b/data/chunk-000/episode_000403.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88e1af3e47958ad68d8bbe33266e36c24395b02c --- /dev/null +++ b/data/chunk-000/episode_000403.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa4bfaf91f1c438222dedf142b8f6313da3fdb6ae1e8b468e57f547f9854d8c +size 411612 diff --git a/data/chunk-000/episode_000404.parquet b/data/chunk-000/episode_000404.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cd300b139f4a00d9dd4042ae80f44cc1df092b2 --- /dev/null +++ b/data/chunk-000/episode_000404.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f57f9a838a9d55145c7745a039354f3a8c00eb98e733f93b211ffb6481847ff +size 407212 diff --git a/data/chunk-000/episode_000405.parquet b/data/chunk-000/episode_000405.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbc3a210cabf87a685150461e8444c184ea64b7f --- /dev/null +++ b/data/chunk-000/episode_000405.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7b3b80e0f85d8aceacec4bc5204cb7eecb36636d9f48214c3eb6e6181411ad +size 360251 diff --git a/data/chunk-000/episode_000406.parquet b/data/chunk-000/episode_000406.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89aeaf6caccc0e0a126f9b4403814d014b44ea19 --- /dev/null +++ b/data/chunk-000/episode_000406.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3273b242a09165e7d3449adf91e29d51b2a92304f2c18e750c4643d2711db90 +size 554791 diff --git a/data/chunk-000/episode_000407.parquet b/data/chunk-000/episode_000407.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60090a5d4cfe36a125852e1d3aaf4f78b907b509 --- /dev/null +++ b/data/chunk-000/episode_000407.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a9ebb5ff3e4347bda5dddf31164d7e7e870c4a8a2a7e0df68625d0d2feac98 +size 321777 diff --git a/data/chunk-000/episode_000408.parquet b/data/chunk-000/episode_000408.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7019cd5c8397444895f34aade86e0d77bba26ae --- /dev/null +++ b/data/chunk-000/episode_000408.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bfd7eb8660eb7b79cdb9ecdf8594f32ade6e435554d4aea084c8025d4b2450 +size 281284 diff --git a/data/chunk-000/episode_000409.parquet b/data/chunk-000/episode_000409.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7c9107bb77e8e11f0dde453d7f5a68c50aa3ea9 --- /dev/null +++ b/data/chunk-000/episode_000409.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc79a6b8a3b780ef75ca0b1d17b7d0f95852f36950ac0125968aa567bd2bc04 +size 331772 diff --git a/data/chunk-000/episode_000410.parquet b/data/chunk-000/episode_000410.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e4fef4a6d83c99acf9605704e2ae27e57a2b483 --- /dev/null +++ b/data/chunk-000/episode_000410.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b307b8ec82334fd932a9f49da782e6c591448b028a0e008e6b840ca41c1636e +size 311394 diff --git a/data/chunk-000/episode_000411.parquet b/data/chunk-000/episode_000411.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc7bcd9a488f5f1d177fd7a58353e4b71ca3c5f7 --- /dev/null +++ b/data/chunk-000/episode_000411.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6294bfe96634ddad519343c2f9f75d1b3d13cb38a221917f5537973a4e1a8d9 +size 259998 diff --git a/data/chunk-000/episode_000412.parquet b/data/chunk-000/episode_000412.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa76cf5c4e96cde590fd8ba44d10326e22fb29d5 --- /dev/null +++ b/data/chunk-000/episode_000412.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f54b69a8f204ee7b52d6105da6143f9c1a97d1fa16324475046672e71c29916 +size 290581 diff --git a/data/chunk-000/episode_000413.parquet b/data/chunk-000/episode_000413.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c7f60cdb498275813456cb2ea39355434b5cc5c --- /dev/null +++ b/data/chunk-000/episode_000413.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe27c4913f78d4223204510245ea486ab71e872a0f1b914dc9772787d54fe70b +size 326462 diff --git a/data/chunk-000/episode_000414.parquet b/data/chunk-000/episode_000414.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdfa8e3a362e4907bb232ef3109ccf9a9dd06aae --- /dev/null +++ b/data/chunk-000/episode_000414.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56af65cac1187e68d578702ac3c58537a2b45f210d10a66ba4e9a9c5837b6da8 +size 392699 diff --git a/data/chunk-000/episode_000415.parquet b/data/chunk-000/episode_000415.parquet new file mode 100644 index 0000000000000000000000000000000000000000..383d829d1682cbb09d05b223b407add18223a9a0 --- /dev/null +++ b/data/chunk-000/episode_000415.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154cb45f307bdc61e37449e035dffaa1809f7fe91dc06d1b8b1f5eb807d0ea90 +size 330885 diff --git a/data/chunk-000/episode_000416.parquet b/data/chunk-000/episode_000416.parquet new file mode 100644 index 0000000000000000000000000000000000000000..588aca39717a9f7d40641c15e2f89e3faa8fee93 --- /dev/null +++ b/data/chunk-000/episode_000416.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3410f13f95153dcffde15f5264a21b1e3a640db60836763ceef12e6d5c2d79 +size 299394 diff --git a/data/chunk-000/episode_000417.parquet b/data/chunk-000/episode_000417.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ce04487173838edb2c0c05827e93b796ee82e45 --- /dev/null +++ b/data/chunk-000/episode_000417.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f833d9b5ef826e3da96b6e20fcf8402176d7cd057f9dbffff04b3c1bac2ec3a +size 440905 diff --git a/data/chunk-000/episode_000418.parquet b/data/chunk-000/episode_000418.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bebca3a11096044120aa5f63d74be54a2650569 --- /dev/null +++ b/data/chunk-000/episode_000418.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2072d909bb281504bd676d08f256f573c15f2f7592eb0324330ec8fc53ca06b +size 287199 diff --git a/data/chunk-000/episode_000419.parquet b/data/chunk-000/episode_000419.parquet new file mode 100644 index 0000000000000000000000000000000000000000..278eb466b383db037099e0b86e71a8e19c050e2c --- /dev/null +++ b/data/chunk-000/episode_000419.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9da94e45c98440d037bdd82e9f02641935b8447abb4a5a7e1adecd83e7fd21 +size 346568 diff --git a/data/chunk-000/episode_000420.parquet b/data/chunk-000/episode_000420.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fa3043669111ae5dee9bb91c49c92312e2c90bb --- /dev/null +++ b/data/chunk-000/episode_000420.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eee7e1033ae50956cda49b364ea5fbb4b05dea82664f4c1c1551ca31718cb7b +size 373986 diff --git a/data/chunk-000/episode_000421.parquet b/data/chunk-000/episode_000421.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a91f2f9f0c4d401607c0ccb663dea3025aa286f8 --- /dev/null +++ b/data/chunk-000/episode_000421.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cae29f0658f4f66965ced44c5f527712195911449f29bda7c7177435a64e36a +size 318081 diff --git a/data/chunk-000/episode_000422.parquet b/data/chunk-000/episode_000422.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93269f0aea341f834e5559307f517ca55ec96f20 --- /dev/null +++ b/data/chunk-000/episode_000422.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b43c897e889e92a35136c1afcc87f07de0dc9a3ad70c59cd651379715b8a4a +size 340072 diff --git a/data/chunk-000/episode_000423.parquet b/data/chunk-000/episode_000423.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a28922a98ff63b577ccd86d1182089786139a132 --- /dev/null +++ b/data/chunk-000/episode_000423.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac534db9316ae235b925211c8254b32959533bc79b2963e4db9929611f6f47e +size 619233 diff --git a/data/chunk-000/episode_000424.parquet b/data/chunk-000/episode_000424.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7c0f6787bbc60ce33d529dc88df4d4ebe83fdc5 --- /dev/null +++ b/data/chunk-000/episode_000424.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53d05c25f0a4d1012edfe352dfd669c3da903584c9c2af4e712e8a7102005de +size 314770 diff --git a/data/chunk-000/episode_000425.parquet b/data/chunk-000/episode_000425.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f675aacfe0102c14f924a7e8733e9fb8b777caf --- /dev/null +++ b/data/chunk-000/episode_000425.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a825cdd219bd551f396869737ae2404ae9525dde9afbf1477c9fe01487963c8 +size 421318 diff --git a/data/chunk-000/episode_000426.parquet b/data/chunk-000/episode_000426.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57a40abc2659bb3969505fbb6baee2181dbd9a34 --- /dev/null +++ b/data/chunk-000/episode_000426.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbc7b44f0c9d691a7718ce898ee5c9966f5f9b435505e6a0597a56fd8cb1712 +size 484115 diff --git a/data/chunk-000/episode_000427.parquet b/data/chunk-000/episode_000427.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76e1e0e7ab4561f6efd120b5e611c1698be3717d --- /dev/null +++ b/data/chunk-000/episode_000427.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b455adb4ac92e0b6efe4abdc77f97d1c317de3a783336e0f047d44b195922a +size 270455 diff --git a/data/chunk-000/episode_000428.parquet b/data/chunk-000/episode_000428.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33e59168380b7ccabc8dd1e9aac89633395de44e --- /dev/null +++ b/data/chunk-000/episode_000428.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02117dd464973b77ec47b08c5a3f48fa3f1a4c1c83fd45b509d508b2b70aba13 +size 295371 diff --git a/data/chunk-000/episode_000429.parquet b/data/chunk-000/episode_000429.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ce334fdc51df5da98517bb39a0098c99a568f49 --- /dev/null +++ b/data/chunk-000/episode_000429.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50784e4bb8b7a7c54c3584d6e1036119d362b654e4fb109114bb5f61543dc201 +size 389915 diff --git a/data/chunk-000/episode_000430.parquet b/data/chunk-000/episode_000430.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c10ff57c82483c1be3343cc23056bfc107a2a923 --- /dev/null +++ b/data/chunk-000/episode_000430.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d73a5cbe7b846a47833a55037171a38f936303b5a7734ae946f54923855861 +size 319630 diff --git a/data/chunk-000/episode_000431.parquet b/data/chunk-000/episode_000431.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0b88d3742d9ec3b849224470239368085e86d7c --- /dev/null +++ b/data/chunk-000/episode_000431.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b180dc44b334112ae50f6010d90b04ffe6c6d9803ed1677baf2a6d95b03656f +size 346220 diff --git a/data/chunk-000/episode_000432.parquet b/data/chunk-000/episode_000432.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cfcf0e56b0323fe77ebb83cd6d6bf12a14a50fe --- /dev/null +++ b/data/chunk-000/episode_000432.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e85c5965bd2a97b9cda797192e5b276ac1de2b230f51e5b30b617765f06c8e +size 342366 diff --git a/data/chunk-000/episode_000433.parquet b/data/chunk-000/episode_000433.parquet new file mode 100644 index 0000000000000000000000000000000000000000..531fc3176a1d5193ddec9c374fc2f837ba1bb3ac --- /dev/null +++ b/data/chunk-000/episode_000433.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010d80c2e13a2bfbc735e189853ad578245f7a477e673b64ebb83f5bfae92a4f +size 395862 diff --git a/data/chunk-000/episode_000434.parquet b/data/chunk-000/episode_000434.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b4ab6f2fb533f1d2c8051c4657aec27594715f4 --- /dev/null +++ b/data/chunk-000/episode_000434.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3339d0d8865d62ee45e44a2d8ca4f05e8d0b8c2f887b6661d58a3ae5849cee5b +size 333306 diff --git a/data/chunk-000/episode_000435.parquet b/data/chunk-000/episode_000435.parquet new file mode 100644 index 0000000000000000000000000000000000000000..354483e72a96f7bba16f46086e7fea7c275d98d6 --- /dev/null +++ b/data/chunk-000/episode_000435.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a187ae942903017a585546c418c2a219fa7010995e9de5acdf8b43fec45c284 +size 423961 diff --git a/data/chunk-000/episode_000436.parquet b/data/chunk-000/episode_000436.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bbe8073f7d7da966778d635ec73cd537bbd9651 --- /dev/null +++ b/data/chunk-000/episode_000436.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f3d1c16e496f38e2b40d8d179182eecc28ce69129ba65e3ea1a3d9557a407f +size 438299 diff --git a/data/chunk-000/episode_000437.parquet b/data/chunk-000/episode_000437.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5937a2150a984156523c58a350c3d7c663b6c36c --- /dev/null +++ b/data/chunk-000/episode_000437.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0986e1b9391ceb998be2a4f2541560fb02da58521dab196cb3a494cba51b1bde +size 330196 diff --git a/data/chunk-000/episode_000438.parquet b/data/chunk-000/episode_000438.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4a204345585a80ccd54d8de69c83eb3ae1e4dfa --- /dev/null +++ b/data/chunk-000/episode_000438.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9bc4ee6dceab024d50b7d5ddfded58f6767f87946ea33c763a54670baffe6a +size 317819 diff --git a/data/chunk-000/episode_000439.parquet b/data/chunk-000/episode_000439.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad64ec957f6470a0708506689aefc29fbc241cfa --- /dev/null +++ b/data/chunk-000/episode_000439.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66e7ee4cc948869d286d2d8715ab0fe864225590fa2b3b503fd38753174c0e3 +size 294347 diff --git a/data/chunk-000/episode_000440.parquet b/data/chunk-000/episode_000440.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39155daf4df1b829770b85bf1b2f50fab565d781 --- /dev/null +++ b/data/chunk-000/episode_000440.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c4afa619f16d7daf9f40642ef51146905688b5d38ae9693bf586cc22e5cc14 +size 392667 diff --git a/data/chunk-000/episode_000441.parquet b/data/chunk-000/episode_000441.parquet new file mode 100644 index 0000000000000000000000000000000000000000..107d20719417259f45a43b3c1f4048c3408ca781 --- /dev/null +++ b/data/chunk-000/episode_000441.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec754e51c499410276c3653af39365414c224598466338b77b4b91a0277271c0 +size 337455 diff --git a/data/chunk-000/episode_000442.parquet b/data/chunk-000/episode_000442.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b20aa87a61d9343b7c293d356a4068b735ae2f9 --- /dev/null +++ b/data/chunk-000/episode_000442.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8784f74d468eba59c1d211fbd533f3eaca2b000f0022f480f102ed722c96ca07 +size 301444 diff --git a/data/chunk-000/episode_000443.parquet b/data/chunk-000/episode_000443.parquet new file mode 100644 index 0000000000000000000000000000000000000000..202d655e6386a8678dd6f9ad709e3973e7a1d31a --- /dev/null +++ b/data/chunk-000/episode_000443.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d04fd247184c227d3ee06b56948187d62bc6575b1f074f8ee82a0ec9ec5399 +size 472639 diff --git a/data/chunk-000/episode_000444.parquet b/data/chunk-000/episode_000444.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07bf4bdbc14553b7e9ccf591ff5e47480f850ff9 --- /dev/null +++ b/data/chunk-000/episode_000444.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6e02d508a29538e2d57bc4d87815c21a4b226fac2c68f688032e4ba4decc2a +size 374292 diff --git a/data/chunk-000/episode_000445.parquet b/data/chunk-000/episode_000445.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc7347ce95a7d1cb079a2b447a05cdc71471f506 --- /dev/null +++ b/data/chunk-000/episode_000445.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a457ea32ab599b2c2624c96699f1e15a1339abadfd3ca6e4ab829412c92c5a58 +size 495015 diff --git a/data/chunk-000/episode_000446.parquet b/data/chunk-000/episode_000446.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1a9aead148859f22078d3a5c90e93971c00a118 --- /dev/null +++ b/data/chunk-000/episode_000446.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057e4f4ac8bf76da7b104a0f9ad4356f8da41b2d3b9749b8c407c494370ce8a7 +size 327373 diff --git a/data/chunk-000/episode_000447.parquet b/data/chunk-000/episode_000447.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0abb87eab0d4a0ab256ae02a6f4787378369684 --- /dev/null +++ b/data/chunk-000/episode_000447.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0629b9bdf883198500e56cb601ef51558b4b1246f50ce34a0ea7db43e9d34299 +size 282485 diff --git a/data/chunk-000/episode_000448.parquet b/data/chunk-000/episode_000448.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fd0a22488c5a47d1a4af21cfc7fe61ebad726a1 --- /dev/null +++ b/data/chunk-000/episode_000448.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f959f50042b724ce220d6c8553ff6e0db03e7a9ea5675b9e6b37fd6d14e7b451 +size 308498 diff --git a/data/chunk-000/episode_000449.parquet b/data/chunk-000/episode_000449.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47513e9f6cb3d7ada6b6a0e33778fe1f7bb7f81a --- /dev/null +++ b/data/chunk-000/episode_000449.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b4f230aa556142b1360117223beabd650c5d65cdcbc6dadfe48109d762b91c +size 288250 diff --git a/data/chunk-000/episode_000450.parquet b/data/chunk-000/episode_000450.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c6df52faa9aac3c2ef9941673fe1aea9bbd9de8 --- /dev/null +++ b/data/chunk-000/episode_000450.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb0216121211f446f5ae597aa4a067b864fc07ca7008fbdd8396c5e8e137922 +size 358152 diff --git a/data/chunk-000/episode_000451.parquet b/data/chunk-000/episode_000451.parquet new file mode 100644 index 0000000000000000000000000000000000000000..626da2de84f185beffb990a85c2fa6cae55da8a7 --- /dev/null +++ b/data/chunk-000/episode_000451.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46061299fbe57d92c66e8e1515756a81adb67c068864c724c60e678ea878e7e0 +size 304916 diff --git a/data/chunk-000/episode_000452.parquet b/data/chunk-000/episode_000452.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9378725e102f7024ba4377953fdadb62645f9806 --- /dev/null +++ b/data/chunk-000/episode_000452.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2fc84ce89d0e962d9bc9030a29aa9387222e920736e35ce9834aee463f6136 +size 305302 diff --git a/data/chunk-000/episode_000453.parquet b/data/chunk-000/episode_000453.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25c4432933bd513058238c2bb38a5f0a2384abb3 --- /dev/null +++ b/data/chunk-000/episode_000453.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5187fc28f6cc4ef6bced82391f7c1936ff4e643891776076443d62c15dec13aa +size 334445 diff --git a/data/chunk-000/episode_000454.parquet b/data/chunk-000/episode_000454.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff6e36c08d1b59a96e413c0c7b64a2be346f9ab2 --- /dev/null +++ b/data/chunk-000/episode_000454.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810665ba29778b8b6e726b08f70aad6b4b2021a8903a55c7df4d4bb87a1196f4 +size 293273 diff --git a/data/chunk-000/episode_000455.parquet b/data/chunk-000/episode_000455.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4ba061961e6d0dd9eacc76b231bd2b156981890 --- /dev/null +++ b/data/chunk-000/episode_000455.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7517f2e318ac151c56ccf6c09d3b0a6cb992354089dc2a56e05ed3c1ddd7e6 +size 301779 diff --git a/data/chunk-000/episode_000456.parquet b/data/chunk-000/episode_000456.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39c3f1b3bef8685ae53014cd68ca0321a2b23de9 --- /dev/null +++ b/data/chunk-000/episode_000456.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e8668c979df673db375e3be9e5837f6d0907177025bad92906eb11857be8e0 +size 556295 diff --git a/data/chunk-000/episode_000457.parquet b/data/chunk-000/episode_000457.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e2132c3f39a5fc27c0c3ffb64a6817a43f83bd9 --- /dev/null +++ b/data/chunk-000/episode_000457.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce83a4c1bc1d93b7a112eff6006e898a9c6078e1ac1cd9019ab50beea612f5fc +size 343699 diff --git a/data/chunk-000/episode_000458.parquet b/data/chunk-000/episode_000458.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70e8fceeee367d72d4c708192c9893041f06e9af --- /dev/null +++ b/data/chunk-000/episode_000458.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b87a7b421d709ad679461dca106c9d3dc077ae08176c4904acf65b239bef99a +size 352009 diff --git a/data/chunk-000/episode_000459.parquet b/data/chunk-000/episode_000459.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe96349a59a45d8752e1f81b0bda563cc6db4ef5 --- /dev/null +++ b/data/chunk-000/episode_000459.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acca5b0e2a2615ecd4e0203aaec756a8c22c8f02a4e9e05ce75d31ee00d1e475 +size 262785 diff --git a/data/chunk-000/episode_000460.parquet b/data/chunk-000/episode_000460.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a6dc8df0273e08a7f73354f7a7d9b4b67b7aa9f --- /dev/null +++ b/data/chunk-000/episode_000460.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6bdb6a52d18af83485553ced7a2a5479ed00dc6c28641dce51b4963d74add8 +size 403923 diff --git a/data/chunk-000/episode_000461.parquet b/data/chunk-000/episode_000461.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b57dd1a45e157f71b8b11fca1c08d5d5e9f91c61 --- /dev/null +++ b/data/chunk-000/episode_000461.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423fdb602d16fb8c78c488fc771162b9958878a1d4af4675df056f0d5f4a3ab0 +size 433627 diff --git a/data/chunk-000/episode_000462.parquet b/data/chunk-000/episode_000462.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7ed39ee655ed337915ed3994d631917e48ef3b2 --- /dev/null +++ b/data/chunk-000/episode_000462.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdc4be42b9b71e49ab0d14542cc6df3261303f2de66d45c950103c370d4ddef +size 288597 diff --git a/data/chunk-000/episode_000463.parquet b/data/chunk-000/episode_000463.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d77755fca4ccb839dd4f11f79153c6eb7d0f270a --- /dev/null +++ b/data/chunk-000/episode_000463.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663880bd1d98c1caf84bb669e01905c057722780e10694717afaa186967d28e0 +size 330007 diff --git a/data/chunk-000/episode_000464.parquet b/data/chunk-000/episode_000464.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5425eaf0aaad8ad4e8b324d783c2239ab761073c --- /dev/null +++ b/data/chunk-000/episode_000464.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2384f4145d129dff1655b7d6065a2e05210a19af0eddca936c5686974a9d80 +size 352894 diff --git a/data/chunk-000/episode_000465.parquet b/data/chunk-000/episode_000465.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96e4f3fb3cb456792533ec4b2eb0ba9032b60cd0 --- /dev/null +++ b/data/chunk-000/episode_000465.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc812f058400f35bc5c19cb2e827c040ddc08c05d74191e1e60977b8c83e70b7 +size 320388 diff --git a/data/chunk-000/episode_000466.parquet b/data/chunk-000/episode_000466.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3b77ee6168bf2f90ee04fc37aeb4e6b87f84e8e --- /dev/null +++ b/data/chunk-000/episode_000466.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1baf829691e6fad7a15efbf9a510208b2728f7c6bdfa745ba954c5a98ab7a6a +size 342860 diff --git a/data/chunk-000/episode_000467.parquet b/data/chunk-000/episode_000467.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6abe92b3923edbd203003baaee8688e8202d4a93 --- /dev/null +++ b/data/chunk-000/episode_000467.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e37d5acc58f0d5eef42844a16f8199fef9652c40c2af8ce4eb77b0d3052a09 +size 371046 diff --git a/data/chunk-000/episode_000468.parquet b/data/chunk-000/episode_000468.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bb046d93956d78fca3c5a33d657487d7871e5d7 --- /dev/null +++ b/data/chunk-000/episode_000468.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01133318f9a13174649f8f79c2ab86e978b5e5be4137a4fc606fff60841e128 +size 331346 diff --git a/data/chunk-000/episode_000469.parquet b/data/chunk-000/episode_000469.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ac294511cb07355a0190ee4ab7369d86a267ed2 --- /dev/null +++ b/data/chunk-000/episode_000469.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be43dcfc13d4e32a067d5529574af014f37b6919c337de95480c386930d810e +size 273541 diff --git a/data/chunk-000/episode_000470.parquet b/data/chunk-000/episode_000470.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3eb4d9776927846a7f32a043059a0f9ca1279da9 --- /dev/null +++ b/data/chunk-000/episode_000470.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844cf48f2be8ffff9f64d3c780ce10acaac3f6a87ab566af8cc85db79b4925f1 +size 282527 diff --git a/data/chunk-000/episode_000471.parquet b/data/chunk-000/episode_000471.parquet new file mode 100644 index 0000000000000000000000000000000000000000..508e662902203826a0c8a565877d8576d0cbe655 --- /dev/null +++ b/data/chunk-000/episode_000471.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131df71afc7ee01976e6e697f2c3da793a7a143018f8339d872bfe4dac690859 +size 356742 diff --git a/data/chunk-000/episode_000472.parquet b/data/chunk-000/episode_000472.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a98c36a5d1e37e4bf3a0008cb7d2b2a84b140123 --- /dev/null +++ b/data/chunk-000/episode_000472.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093334ce1930abba99673694ed22525218796aa0401e460f6283a2bb44042bc3 +size 362369 diff --git a/data/chunk-000/episode_000473.parquet b/data/chunk-000/episode_000473.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa4729aa338c11390625b8b2e1c2c1f34709469b --- /dev/null +++ b/data/chunk-000/episode_000473.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8a09a26817f106f633b80a74e5e2074ab3d2c1473de50aa76747527c693069 +size 449449 diff --git a/data/chunk-000/episode_000474.parquet b/data/chunk-000/episode_000474.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30af89af9f976dbf2408ae8daa3e657afb0cc779 --- /dev/null +++ b/data/chunk-000/episode_000474.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ff3ac2f9cd46a962ab40083d50e74415b30da7973cc9d4bc1041663704d18d +size 355316 diff --git a/data/chunk-000/episode_000475.parquet b/data/chunk-000/episode_000475.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02a9ba2480b2efe3afab9e2cdcf2fcc9cd25d65c --- /dev/null +++ b/data/chunk-000/episode_000475.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad4580bf4f4fabb1b483c8f86e95beced099021eae329efc44c1366e70294f3 +size 453763 diff --git a/data/chunk-000/episode_000476.parquet b/data/chunk-000/episode_000476.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd756477a89cb110c1b251c68cbe1d844fb1551e --- /dev/null +++ b/data/chunk-000/episode_000476.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35b0fa8167708ffd15d14efbf2bbeb403af7bba12aa4fcc9447744d5b9734d4 +size 360605 diff --git a/data/chunk-000/episode_000477.parquet b/data/chunk-000/episode_000477.parquet new file mode 100644 index 0000000000000000000000000000000000000000..043973b83c63fb6d36782199841570d3657d38b5 --- /dev/null +++ b/data/chunk-000/episode_000477.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fae2c7aafc5566f00b1f1b30f4cf89b99b99a5458e1feada3761960d91d24c +size 296134 diff --git a/data/chunk-000/episode_000478.parquet b/data/chunk-000/episode_000478.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34c7ae41ff94c6d167ba0f01b94e2ab66dfb41ca --- /dev/null +++ b/data/chunk-000/episode_000478.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d033fb7ef5ff044641ecd97837a00b28afc18df92adc86ac99c91dbe37a79ebd +size 474638 diff --git a/data/chunk-000/episode_000479.parquet b/data/chunk-000/episode_000479.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d8c8af0a91ca91591ab25f4f9ca9423948c62d8 --- /dev/null +++ b/data/chunk-000/episode_000479.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48f5fba2bf26eb8d382782ef770fc40184fa2d470e2cd1c48c393b850a18a98 +size 374341 diff --git a/data/chunk-000/episode_000480.parquet b/data/chunk-000/episode_000480.parquet new file mode 100644 index 0000000000000000000000000000000000000000..975dba8068a7f5d41ddbf4b6a542f7295061669e --- /dev/null +++ b/data/chunk-000/episode_000480.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e682b62e02b16bebbf5be60f6cbed6d4fbfac33969be47faa94ebe6e855bdd7 +size 301378 diff --git a/data/chunk-000/episode_000481.parquet b/data/chunk-000/episode_000481.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1e8d84d760c048b03113ff50ec81f9935b34824 --- /dev/null +++ b/data/chunk-000/episode_000481.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e5aefd676b4d94acacaed678ba78d3b1191bc2feb665acbb63444f32b010f8 +size 272022 diff --git a/data/chunk-000/episode_000482.parquet b/data/chunk-000/episode_000482.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d58f0307bd6d3ee2748425501a8f72fa86a048f1 --- /dev/null +++ b/data/chunk-000/episode_000482.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9940f82c4f35bb38e3d9a175f28a5cd19f0ce817396a20f95f68001708890407 +size 328098 diff --git a/data/chunk-000/episode_000483.parquet b/data/chunk-000/episode_000483.parquet new file mode 100644 index 0000000000000000000000000000000000000000..348fbbd82478a37ca26bc46c83d835d7bc3637b3 --- /dev/null +++ b/data/chunk-000/episode_000483.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aabac373e607595166ecc573cd82dd7c6365ac344d4ee1cf1a8ea61906b115e +size 450775 diff --git a/data/chunk-000/episode_000484.parquet b/data/chunk-000/episode_000484.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79897598d65880cab8e424a94c0d58260bd5ae47 --- /dev/null +++ b/data/chunk-000/episode_000484.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b696fb06ea75daed691c1d906ada44d3a08efda92480d4c64ab0f0f4a3c0c03 +size 301952 diff --git a/data/chunk-000/episode_000485.parquet b/data/chunk-000/episode_000485.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25ac1af86344bec394d7039fe5d1699a64caa5c4 --- /dev/null +++ b/data/chunk-000/episode_000485.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b598fd90709ceed3936d53d286c318327d1c2ecd6054fe9a8e8fe00fc3e627fb +size 344864 diff --git a/data/chunk-000/episode_000486.parquet b/data/chunk-000/episode_000486.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edea39e2bba7b820317aff9d9e6e77422d4723e9 --- /dev/null +++ b/data/chunk-000/episode_000486.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3341bbd4bdcd4f4949b5ca7c0444de19da5841b7244e0774163a59f8ac341c6 +size 365941 diff --git a/data/chunk-000/episode_000487.parquet b/data/chunk-000/episode_000487.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5beba4ea6bb8742fb74fabd7c250406371cf6d4a --- /dev/null +++ b/data/chunk-000/episode_000487.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecba4ab151db33b88dd9fb64d311d1d507db80e3f87f15e2f24300f8430961c +size 309938 diff --git a/data/chunk-000/episode_000488.parquet b/data/chunk-000/episode_000488.parquet new file mode 100644 index 0000000000000000000000000000000000000000..387f34f752fee969d74b1121ccff1da0717e3bb6 --- /dev/null +++ b/data/chunk-000/episode_000488.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefe07af0dea9eaafa83a09248523b207994c01f991855c6271670b56aaf2fe1 +size 391406 diff --git a/data/chunk-000/episode_000489.parquet b/data/chunk-000/episode_000489.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b36bf9096bce8cd2dec695849b2552885ce4249 --- /dev/null +++ b/data/chunk-000/episode_000489.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9604c338c1a1978708bdfed25613b8f28d006fccea2dffbf7cf1ac99f3f325c5 +size 377743 diff --git a/data/chunk-000/episode_000490.parquet b/data/chunk-000/episode_000490.parquet new file mode 100644 index 0000000000000000000000000000000000000000..940c059b8a00fa137d987f77f7b62e13fe50b9be --- /dev/null +++ b/data/chunk-000/episode_000490.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0826b389557651c91da5d38cfe4f33eb204fb60999e6dbbf258b35584174b67b +size 422369 diff --git a/data/chunk-000/episode_000491.parquet b/data/chunk-000/episode_000491.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ece0511937dcbb18763505c99feb39d39a0a1f92 --- /dev/null +++ b/data/chunk-000/episode_000491.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b42ea2094f937530e675e6862af73dae10b5997e158056aa72b3982ff55e66 +size 467330 diff --git a/data/chunk-000/episode_000492.parquet b/data/chunk-000/episode_000492.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efcf7d1582f068052a470d17db49f85b4a3142cc --- /dev/null +++ b/data/chunk-000/episode_000492.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c650945a88f0622d4fff37ab2377f4a1acb0b8a874bb781195798dd0bf0c5b14 +size 333739 diff --git a/data/chunk-000/episode_000493.parquet b/data/chunk-000/episode_000493.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f6170db73ba13a744c0f8bbaef04e31ef231b5f --- /dev/null +++ b/data/chunk-000/episode_000493.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351d789c64fa5b3da0104b01ad069014906c93f1cf11acffc6cf90bf9d70ab16 +size 306897 diff --git a/data/chunk-000/episode_000494.parquet b/data/chunk-000/episode_000494.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5114184c23ced5ae61aed546aeb243dd96967517 --- /dev/null +++ b/data/chunk-000/episode_000494.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcb0fa20dbad2b3195dd460373d6047316f1dc8d0cef44c8fe1ae37847a56ff +size 398045 diff --git a/data/chunk-000/episode_000495.parquet b/data/chunk-000/episode_000495.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9ab8cf297a0bc5266bbc7dca5368cd5d5d73db7 --- /dev/null +++ b/data/chunk-000/episode_000495.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77983e934191b932a08380600eb22e0e5e4d90a1676aae5915425d1e8800e332 +size 299870 diff --git a/data/chunk-000/episode_000496.parquet b/data/chunk-000/episode_000496.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ab7cc976c370293986b8ff1b7148cdd2ebb2f3e --- /dev/null +++ b/data/chunk-000/episode_000496.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f689ffefc42a6ab40affa7370d793b8044efd44becb78f6d54fe092ead4316 +size 350406 diff --git a/data/chunk-000/episode_000497.parquet b/data/chunk-000/episode_000497.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe5cd99db2c01b5f51d891e73e447d11f8a776b4 --- /dev/null +++ b/data/chunk-000/episode_000497.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4155a1685579f180c5fdff59a688dcc0b68063793eb19077759c2c58cfcc82fc +size 336244 diff --git a/device/camera_intrinsic.json b/device/camera_intrinsic.json new file mode 100644 index 0000000000000000000000000000000000000000..261a312eedb40a6aafa52212891379c983c29304 --- /dev/null +++ b/device/camera_intrinsic.json @@ -0,0 +1,72 @@ +{ + "device_list": [ + { + "device_id": "7xK992pQ", + "calibration_info": { + "version": "1.0", + "date": "2025-07-17", + "source": "calibration_tool", + "reprojection_error": 0.8 + }, + "camera_intrinsics": { + "top": { + "model": "PINHOLE", + "parameters": { + "width": 640, + "height": 480, + "fx": 605.849, + "fy": 605.742, + "cx": 309.673, + "cy": 245.429 + }, + "distortion": { + "model": "Inverse Brown Conrady", + "k1": 0, + "k2": 0, + "k3": 0, + "p1": 0, + "p2": 0 + } + }, + "right": { + "model": "PINHOLE", + "parameters": { + "width": 640, + "height": 480, + "fx": 606.736, + "fy": 605.451, + "cx": 322.341, + "cy": 255.021 + }, + "distortion": { + "model": "Inverse Brown Conrady", + "k1": 0, + "k2": 0, + "k3": 0, + "p1": 0, + "p2": 0 + } + }, + "left": { + "model": "PINHOLE", + "parameters": { + "width": 640, + "height": 480, + "fx": 607.072, + "fy": 607.943, + "cx": 315.199, + "cy": 245.262 + }, + "distortion": { + "model": "Inverse Brown Conrady", + "k1": 0, + "k2": 0, + "k3": 0, + "p1": 0, + "p2": 0 + } + } + } + } + ] +} \ No newline at end of file diff --git a/device/device_episode.json b/device/device_episode.json new file mode 100644 index 0000000000000000000000000000000000000000..4b4d46e1d03df36784ce2d87d78cb837e2d13486 --- /dev/null +++ b/device/device_episode.json @@ -0,0 +1,1994 @@ +[ + { + "episode_index": 0, + "device_id": "7xK992pQ" + }, + { + "episode_index": 1, + "device_id": "7xK992pQ" + }, + { + "episode_index": 2, + "device_id": "7xK992pQ" + }, + { + "episode_index": 3, + "device_id": "7xK992pQ" + }, + { + "episode_index": 4, + "device_id": "7xK992pQ" + }, + { + "episode_index": 5, + "device_id": "7xK992pQ" + }, + { + "episode_index": 6, + "device_id": "7xK992pQ" + }, + { + "episode_index": 7, + "device_id": "7xK992pQ" + }, + { + "episode_index": 8, + "device_id": "7xK992pQ" + }, + { + "episode_index": 9, + "device_id": "7xK992pQ" + }, + { + "episode_index": 10, + "device_id": "7xK992pQ" + }, + { + "episode_index": 11, + "device_id": "7xK992pQ" + }, + { + "episode_index": 12, + "device_id": "7xK992pQ" + }, + { + "episode_index": 13, + "device_id": "7xK992pQ" + }, + { + "episode_index": 14, + "device_id": "7xK992pQ" + }, + { + "episode_index": 15, + "device_id": "7xK992pQ" + }, + { + "episode_index": 16, + "device_id": "7xK992pQ" + }, + { + "episode_index": 17, + "device_id": "7xK992pQ" + }, + { + "episode_index": 18, + "device_id": "7xK992pQ" + }, + { + "episode_index": 19, + "device_id": "7xK992pQ" + }, + { + "episode_index": 20, + "device_id": "7xK992pQ" + }, + { + "episode_index": 21, + "device_id": "7xK992pQ" + }, + { + "episode_index": 22, + "device_id": "7xK992pQ" + }, + { + "episode_index": 23, + "device_id": "7xK992pQ" + }, + { + "episode_index": 24, + "device_id": "7xK992pQ" + }, + { + "episode_index": 25, + "device_id": "7xK992pQ" + }, + { + "episode_index": 26, + "device_id": "7xK992pQ" + }, + { + "episode_index": 27, + "device_id": "7xK992pQ" + }, + { + "episode_index": 28, + "device_id": "7xK992pQ" + }, + { + "episode_index": 29, + "device_id": "7xK992pQ" + }, + { + "episode_index": 30, + "device_id": "7xK992pQ" + }, + { + "episode_index": 31, + "device_id": "7xK992pQ" + }, + { + "episode_index": 32, + "device_id": "7xK992pQ" + }, + { + "episode_index": 33, + "device_id": "7xK992pQ" + }, + { + "episode_index": 34, + "device_id": "7xK992pQ" + }, + { + "episode_index": 35, + "device_id": "7xK992pQ" + }, + { + "episode_index": 36, + "device_id": "7xK992pQ" + }, + { + "episode_index": 37, + "device_id": "7xK992pQ" + }, + { + "episode_index": 38, + "device_id": "7xK992pQ" + }, + { + "episode_index": 39, + "device_id": "7xK992pQ" + }, + { + "episode_index": 40, + "device_id": "7xK992pQ" + }, + { + "episode_index": 41, + "device_id": "7xK992pQ" + }, + { + "episode_index": 42, + "device_id": "7xK992pQ" + }, + { + "episode_index": 43, + "device_id": "7xK992pQ" + }, + { + "episode_index": 44, + "device_id": "7xK992pQ" + }, + { + "episode_index": 45, + "device_id": "7xK992pQ" + }, + { + "episode_index": 46, + "device_id": "7xK992pQ" + }, + { + "episode_index": 47, + "device_id": "7xK992pQ" + }, + { + "episode_index": 48, + "device_id": "7xK992pQ" + }, + { + "episode_index": 49, + "device_id": "7xK992pQ" + }, + { + "episode_index": 50, + "device_id": "7xK992pQ" + }, + { + "episode_index": 51, + "device_id": "7xK992pQ" + }, + { + "episode_index": 52, + "device_id": "7xK992pQ" + }, + { + "episode_index": 53, + "device_id": "7xK992pQ" + }, + { + "episode_index": 54, + "device_id": "7xK992pQ" + }, + { + "episode_index": 55, + "device_id": "7xK992pQ" + }, + { + "episode_index": 56, + "device_id": "7xK992pQ" + }, + { + "episode_index": 57, + "device_id": "7xK992pQ" + }, + { + "episode_index": 58, + "device_id": "7xK992pQ" + }, + { + "episode_index": 59, + "device_id": "7xK992pQ" + }, + { + "episode_index": 60, + "device_id": "7xK992pQ" + }, + { + "episode_index": 61, + "device_id": "7xK992pQ" + }, + { + "episode_index": 62, + "device_id": "7xK992pQ" + }, + { + "episode_index": 63, + "device_id": "7xK992pQ" + }, + { + "episode_index": 64, + "device_id": "7xK992pQ" + }, + { + "episode_index": 65, + "device_id": "7xK992pQ" + }, + { + "episode_index": 66, + "device_id": "7xK992pQ" + }, + { + "episode_index": 67, + "device_id": "7xK992pQ" + }, + { + "episode_index": 68, + "device_id": "7xK992pQ" + }, + { + "episode_index": 69, + "device_id": "7xK992pQ" + }, + { + "episode_index": 70, + "device_id": "7xK992pQ" + }, + { + "episode_index": 71, + "device_id": "7xK992pQ" + }, + { + "episode_index": 72, + "device_id": "7xK992pQ" + }, + { + "episode_index": 73, + "device_id": "7xK992pQ" + }, + { + "episode_index": 74, + "device_id": "7xK992pQ" + }, + { + "episode_index": 75, + "device_id": "7xK992pQ" + }, + { + "episode_index": 76, + "device_id": "7xK992pQ" + }, + { + "episode_index": 77, + "device_id": "7xK992pQ" + }, + { + "episode_index": 78, + "device_id": "7xK992pQ" + }, + { + "episode_index": 79, + "device_id": "7xK992pQ" + }, + { + "episode_index": 80, + "device_id": "7xK992pQ" + }, + { + "episode_index": 81, + "device_id": "7xK992pQ" + }, + { + "episode_index": 82, + "device_id": "7xK992pQ" + }, + { + "episode_index": 83, + "device_id": "7xK992pQ" + }, + { + "episode_index": 84, + "device_id": "7xK992pQ" + }, + { + "episode_index": 85, + "device_id": "7xK992pQ" + }, + { + "episode_index": 86, + "device_id": "7xK992pQ" + }, + { + "episode_index": 87, + "device_id": "7xK992pQ" + }, + { + "episode_index": 88, + "device_id": "7xK992pQ" + }, + { + "episode_index": 89, + "device_id": "7xK992pQ" + }, + { + "episode_index": 90, + "device_id": "7xK992pQ" + }, + { + "episode_index": 91, + "device_id": "7xK992pQ" + }, + { + "episode_index": 92, + "device_id": "7xK992pQ" + }, + { + "episode_index": 93, + "device_id": "7xK992pQ" + }, + { + "episode_index": 94, + "device_id": "7xK992pQ" + }, + { + "episode_index": 95, + "device_id": "7xK992pQ" + }, + { + "episode_index": 96, + "device_id": "7xK992pQ" + }, + { + "episode_index": 97, + "device_id": "7xK992pQ" + }, + { + "episode_index": 98, + "device_id": "7xK992pQ" + }, + { + "episode_index": 99, + "device_id": "7xK992pQ" + }, + { + "episode_index": 100, + "device_id": "7xK992pQ" + }, + { + "episode_index": 101, + "device_id": "7xK992pQ" + }, + { + "episode_index": 102, + "device_id": "7xK992pQ" + }, + { + "episode_index": 103, + "device_id": "7xK992pQ" + }, + { + "episode_index": 104, + "device_id": "7xK992pQ" + }, + { + "episode_index": 105, + "device_id": "7xK992pQ" + }, + { + "episode_index": 106, + "device_id": "7xK992pQ" + }, + { + "episode_index": 107, + "device_id": "7xK992pQ" + }, + { + "episode_index": 108, + "device_id": "7xK992pQ" + }, + { + "episode_index": 109, + "device_id": "7xK992pQ" + }, + { + "episode_index": 110, + "device_id": "7xK992pQ" + }, + { + "episode_index": 111, + "device_id": "7xK992pQ" + }, + { + "episode_index": 112, + "device_id": "7xK992pQ" + }, + { + "episode_index": 113, + "device_id": "7xK992pQ" + }, + { + "episode_index": 114, + "device_id": "7xK992pQ" + }, + { + "episode_index": 115, + "device_id": "7xK992pQ" + }, + { + "episode_index": 116, + "device_id": "7xK992pQ" + }, + { + "episode_index": 117, + "device_id": "7xK992pQ" + }, + { + "episode_index": 118, + "device_id": "7xK992pQ" + }, + { + "episode_index": 119, + "device_id": "7xK992pQ" + }, + { + "episode_index": 120, + "device_id": "7xK992pQ" + }, + { + "episode_index": 121, + "device_id": "7xK992pQ" + }, + { + "episode_index": 122, + "device_id": "7xK992pQ" + }, + { + "episode_index": 123, + "device_id": "7xK992pQ" + }, + { + "episode_index": 124, + "device_id": "7xK992pQ" + }, + { + "episode_index": 125, + "device_id": "7xK992pQ" + }, + { + "episode_index": 126, + "device_id": "7xK992pQ" + }, + { + "episode_index": 127, + "device_id": "7xK992pQ" + }, + { + "episode_index": 128, + "device_id": "7xK992pQ" + }, + { + "episode_index": 129, + "device_id": "7xK992pQ" + }, + { + "episode_index": 130, + "device_id": "7xK992pQ" + }, + { + "episode_index": 131, + "device_id": "7xK992pQ" + }, + { + "episode_index": 132, + "device_id": "7xK992pQ" + }, + { + "episode_index": 133, + "device_id": "7xK992pQ" + }, + { + "episode_index": 134, + "device_id": "7xK992pQ" + }, + { + "episode_index": 135, + "device_id": "7xK992pQ" + }, + { + "episode_index": 136, + "device_id": "7xK992pQ" + }, + { + "episode_index": 137, + "device_id": "7xK992pQ" + }, + { + "episode_index": 138, + "device_id": "7xK992pQ" + }, + { + "episode_index": 139, + "device_id": "7xK992pQ" + }, + { + "episode_index": 140, + "device_id": "7xK992pQ" + }, + { + "episode_index": 141, + "device_id": "7xK992pQ" + }, + { + "episode_index": 142, + "device_id": "7xK992pQ" + }, + { + "episode_index": 143, + "device_id": "7xK992pQ" + }, + { + "episode_index": 144, + "device_id": "7xK992pQ" + }, + { + "episode_index": 145, + "device_id": "7xK992pQ" + }, + { + "episode_index": 146, + "device_id": "7xK992pQ" + }, + { + "episode_index": 147, + "device_id": "7xK992pQ" + }, + { + "episode_index": 148, + "device_id": "7xK992pQ" + }, + { + "episode_index": 149, + "device_id": "7xK992pQ" + }, + { + "episode_index": 150, + "device_id": "7xK992pQ" + }, + { + "episode_index": 151, + "device_id": "7xK992pQ" + }, + { + "episode_index": 152, + "device_id": "7xK992pQ" + }, + { + "episode_index": 153, + "device_id": "7xK992pQ" + }, + { + "episode_index": 154, + "device_id": "7xK992pQ" + }, + { + "episode_index": 155, + "device_id": "7xK992pQ" + }, + { + "episode_index": 156, + "device_id": "7xK992pQ" + }, + { + "episode_index": 157, + "device_id": "7xK992pQ" + }, + { + "episode_index": 158, + "device_id": "7xK992pQ" + }, + { + "episode_index": 159, + "device_id": "7xK992pQ" + }, + { + "episode_index": 160, + "device_id": "7xK992pQ" + }, + { + "episode_index": 161, + "device_id": "7xK992pQ" + }, + { + "episode_index": 162, + "device_id": "7xK992pQ" + }, + { + "episode_index": 163, + "device_id": "7xK992pQ" + }, + { + "episode_index": 164, + "device_id": "7xK992pQ" + }, + { + "episode_index": 165, + "device_id": "7xK992pQ" + }, + { + "episode_index": 166, + "device_id": "7xK992pQ" + }, + { + "episode_index": 167, + "device_id": "7xK992pQ" + }, + { + "episode_index": 168, + "device_id": "7xK992pQ" + }, + { + "episode_index": 169, + "device_id": "7xK992pQ" + }, + { + "episode_index": 170, + "device_id": "7xK992pQ" + }, + { + "episode_index": 171, + "device_id": "7xK992pQ" + }, + { + "episode_index": 172, + "device_id": "7xK992pQ" + }, + { + "episode_index": 173, + "device_id": "7xK992pQ" + }, + { + "episode_index": 174, + "device_id": "7xK992pQ" + }, + { + "episode_index": 175, + "device_id": "7xK992pQ" + }, + { + "episode_index": 176, + "device_id": "7xK992pQ" + }, + { + "episode_index": 177, + "device_id": "7xK992pQ" + }, + { + "episode_index": 178, + "device_id": "7xK992pQ" + }, + { + "episode_index": 179, + "device_id": "7xK992pQ" + }, + { + "episode_index": 180, + "device_id": "7xK992pQ" + }, + { + "episode_index": 181, + "device_id": "7xK992pQ" + }, + { + "episode_index": 182, + "device_id": "7xK992pQ" + }, + { + "episode_index": 183, + "device_id": "7xK992pQ" + }, + { + "episode_index": 184, + "device_id": "7xK992pQ" + }, + { + "episode_index": 185, + "device_id": "7xK992pQ" + }, + { + "episode_index": 186, + "device_id": "7xK992pQ" + }, + { + "episode_index": 187, + "device_id": "7xK992pQ" + }, + { + "episode_index": 188, + "device_id": "7xK992pQ" + }, + { + "episode_index": 189, + "device_id": "7xK992pQ" + }, + { + "episode_index": 190, + "device_id": "7xK992pQ" + }, + { + "episode_index": 191, + "device_id": "7xK992pQ" + }, + { + "episode_index": 192, + "device_id": "7xK992pQ" + }, + { + "episode_index": 193, + "device_id": "7xK992pQ" + }, + { + "episode_index": 194, + "device_id": "7xK992pQ" + }, + { + "episode_index": 195, + "device_id": "7xK992pQ" + }, + { + "episode_index": 196, + "device_id": "7xK992pQ" + }, + { + "episode_index": 197, + "device_id": "7xK992pQ" + }, + { + "episode_index": 198, + "device_id": "7xK992pQ" + }, + { + "episode_index": 199, + "device_id": "7xK992pQ" + }, + { + "episode_index": 200, + "device_id": "7xK992pQ" + }, + { + "episode_index": 201, + "device_id": "7xK992pQ" + }, + { + "episode_index": 202, + "device_id": "7xK992pQ" + }, + { + "episode_index": 203, + "device_id": "7xK992pQ" + }, + { + "episode_index": 204, + "device_id": "7xK992pQ" + }, + { + "episode_index": 205, + "device_id": "7xK992pQ" + }, + { + "episode_index": 206, + "device_id": "7xK992pQ" + }, + { + "episode_index": 207, + "device_id": "7xK992pQ" + }, + { + "episode_index": 208, + "device_id": "7xK992pQ" + }, + { + "episode_index": 209, + "device_id": "7xK992pQ" + }, + { + "episode_index": 210, + "device_id": "7xK992pQ" + }, + { + "episode_index": 211, + "device_id": "7xK992pQ" + }, + { + "episode_index": 212, + "device_id": "7xK992pQ" + }, + { + "episode_index": 213, + "device_id": "7xK992pQ" + }, + { + "episode_index": 214, + "device_id": "7xK992pQ" + }, + { + "episode_index": 215, + "device_id": "7xK992pQ" + }, + { + "episode_index": 216, + "device_id": "7xK992pQ" + }, + { + "episode_index": 217, + "device_id": "7xK992pQ" + }, + { + "episode_index": 218, + "device_id": "7xK992pQ" + }, + { + "episode_index": 219, + "device_id": "7xK992pQ" + }, + { + "episode_index": 220, + "device_id": "7xK992pQ" + }, + { + "episode_index": 221, + "device_id": "7xK992pQ" + }, + { + "episode_index": 222, + "device_id": "7xK992pQ" + }, + { + "episode_index": 223, + "device_id": "7xK992pQ" + }, + { + "episode_index": 224, + "device_id": "7xK992pQ" + }, + { + "episode_index": 225, + "device_id": "7xK992pQ" + }, + { + "episode_index": 226, + "device_id": "7xK992pQ" + }, + { + "episode_index": 227, + "device_id": "7xK992pQ" + }, + { + "episode_index": 228, + "device_id": "7xK992pQ" + }, + { + "episode_index": 229, + "device_id": "7xK992pQ" + }, + { + "episode_index": 230, + "device_id": "7xK992pQ" + }, + { + "episode_index": 231, + "device_id": "7xK992pQ" + }, + { + "episode_index": 232, + "device_id": "7xK992pQ" + }, + { + "episode_index": 233, + "device_id": "7xK992pQ" + }, + { + "episode_index": 234, + "device_id": "7xK992pQ" + }, + { + "episode_index": 235, + "device_id": "7xK992pQ" + }, + { + "episode_index": 236, + "device_id": "7xK992pQ" + }, + { + "episode_index": 237, + "device_id": "7xK992pQ" + }, + { + "episode_index": 238, + "device_id": "7xK992pQ" + }, + { + "episode_index": 239, + "device_id": "7xK992pQ" + }, + { + "episode_index": 240, + "device_id": "7xK992pQ" + }, + { + "episode_index": 241, + "device_id": "7xK992pQ" + }, + { + "episode_index": 242, + "device_id": "7xK992pQ" + }, + { + "episode_index": 243, + "device_id": "7xK992pQ" + }, + { + "episode_index": 244, + "device_id": "7xK992pQ" + }, + { + "episode_index": 245, + "device_id": "7xK992pQ" + }, + { + "episode_index": 246, + "device_id": "7xK992pQ" + }, + { + "episode_index": 247, + "device_id": "7xK992pQ" + }, + { + "episode_index": 248, + "device_id": "7xK992pQ" + }, + { + "episode_index": 249, + "device_id": "7xK992pQ" + }, + { + "episode_index": 250, + "device_id": "7xK992pQ" + }, + { + "episode_index": 251, + "device_id": "7xK992pQ" + }, + { + "episode_index": 252, + "device_id": "7xK992pQ" + }, + { + "episode_index": 253, + "device_id": "7xK992pQ" + }, + { + "episode_index": 254, + "device_id": "7xK992pQ" + }, + { + "episode_index": 255, + "device_id": "7xK992pQ" + }, + { + "episode_index": 256, + "device_id": "7xK992pQ" + }, + { + "episode_index": 257, + "device_id": "7xK992pQ" + }, + { + "episode_index": 258, + "device_id": "7xK992pQ" + }, + { + "episode_index": 259, + "device_id": "7xK992pQ" + }, + { + "episode_index": 260, + "device_id": "7xK992pQ" + }, + { + "episode_index": 261, + "device_id": "7xK992pQ" + }, + { + "episode_index": 262, + "device_id": "7xK992pQ" + }, + { + "episode_index": 263, + "device_id": "7xK992pQ" + }, + { + "episode_index": 264, + "device_id": "7xK992pQ" + }, + { + "episode_index": 265, + "device_id": "7xK992pQ" + }, + { + "episode_index": 266, + "device_id": "7xK992pQ" + }, + { + "episode_index": 267, + "device_id": "7xK992pQ" + }, + { + "episode_index": 268, + "device_id": "7xK992pQ" + }, + { + "episode_index": 269, + "device_id": "7xK992pQ" + }, + { + "episode_index": 270, + "device_id": "7xK992pQ" + }, + { + "episode_index": 271, + "device_id": "7xK992pQ" + }, + { + "episode_index": 272, + "device_id": "7xK992pQ" + }, + { + "episode_index": 273, + "device_id": "7xK992pQ" + }, + { + "episode_index": 274, + "device_id": "7xK992pQ" + }, + { + "episode_index": 275, + "device_id": "7xK992pQ" + }, + { + "episode_index": 276, + "device_id": "7xK992pQ" + }, + { + "episode_index": 277, + "device_id": "7xK992pQ" + }, + { + "episode_index": 278, + "device_id": "7xK992pQ" + }, + { + "episode_index": 279, + "device_id": "7xK992pQ" + }, + { + "episode_index": 280, + "device_id": "7xK992pQ" + }, + { + "episode_index": 281, + "device_id": "7xK992pQ" + }, + { + "episode_index": 282, + "device_id": "7xK992pQ" + }, + { + "episode_index": 283, + "device_id": "7xK992pQ" + }, + { + "episode_index": 284, + "device_id": "7xK992pQ" + }, + { + "episode_index": 285, + "device_id": "7xK992pQ" + }, + { + "episode_index": 286, + "device_id": "7xK992pQ" + }, + { + "episode_index": 287, + "device_id": "7xK992pQ" + }, + { + "episode_index": 288, + "device_id": "7xK992pQ" + }, + { + "episode_index": 289, + "device_id": "7xK992pQ" + }, + { + "episode_index": 290, + "device_id": "7xK992pQ" + }, + { + "episode_index": 291, + "device_id": "7xK992pQ" + }, + { + "episode_index": 292, + "device_id": "7xK992pQ" + }, + { + "episode_index": 293, + "device_id": "7xK992pQ" + }, + { + "episode_index": 294, + "device_id": "7xK992pQ" + }, + { + "episode_index": 295, + "device_id": "7xK992pQ" + }, + { + "episode_index": 296, + "device_id": "7xK992pQ" + }, + { + "episode_index": 297, + "device_id": "7xK992pQ" + }, + { + "episode_index": 298, + "device_id": "7xK992pQ" + }, + { + "episode_index": 299, + "device_id": "7xK992pQ" + }, + { + "episode_index": 300, + "device_id": "7xK992pQ" + }, + { + "episode_index": 301, + "device_id": "7xK992pQ" + }, + { + "episode_index": 302, + "device_id": "7xK992pQ" + }, + { + "episode_index": 303, + "device_id": "7xK992pQ" + }, + { + "episode_index": 304, + "device_id": "7xK992pQ" + }, + { + "episode_index": 305, + "device_id": "7xK992pQ" + }, + { + "episode_index": 306, + "device_id": "7xK992pQ" + }, + { + "episode_index": 307, + "device_id": "7xK992pQ" + }, + { + "episode_index": 308, + "device_id": "7xK992pQ" + }, + { + "episode_index": 309, + "device_id": "7xK992pQ" + }, + { + "episode_index": 310, + "device_id": "7xK992pQ" + }, + { + "episode_index": 311, + "device_id": "7xK992pQ" + }, + { + "episode_index": 312, + "device_id": "7xK992pQ" + }, + { + "episode_index": 313, + "device_id": "7xK992pQ" + }, + { + "episode_index": 314, + "device_id": "7xK992pQ" + }, + { + "episode_index": 315, + "device_id": "7xK992pQ" + }, + { + "episode_index": 316, + "device_id": "7xK992pQ" + }, + { + "episode_index": 317, + "device_id": "7xK992pQ" + }, + { + "episode_index": 318, + "device_id": "7xK992pQ" + }, + { + "episode_index": 319, + "device_id": "7xK992pQ" + }, + { + "episode_index": 320, + "device_id": "7xK992pQ" + }, + { + "episode_index": 321, + "device_id": "7xK992pQ" + }, + { + "episode_index": 322, + "device_id": "7xK992pQ" + }, + { + "episode_index": 323, + "device_id": "7xK992pQ" + }, + { + "episode_index": 324, + "device_id": "7xK992pQ" + }, + { + "episode_index": 325, + "device_id": "7xK992pQ" + }, + { + "episode_index": 326, + "device_id": "7xK992pQ" + }, + { + "episode_index": 327, + "device_id": "7xK992pQ" + }, + { + "episode_index": 328, + "device_id": "7xK992pQ" + }, + { + "episode_index": 329, + "device_id": "7xK992pQ" + }, + { + "episode_index": 330, + "device_id": "7xK992pQ" + }, + { + "episode_index": 331, + "device_id": "7xK992pQ" + }, + { + "episode_index": 332, + "device_id": "7xK992pQ" + }, + { + "episode_index": 333, + "device_id": "7xK992pQ" + }, + { + "episode_index": 334, + "device_id": "7xK992pQ" + }, + { + "episode_index": 335, + "device_id": "7xK992pQ" + }, + { + "episode_index": 336, + "device_id": "7xK992pQ" + }, + { + "episode_index": 337, + "device_id": "7xK992pQ" + }, + { + "episode_index": 338, + "device_id": "7xK992pQ" + }, + { + "episode_index": 339, + "device_id": "7xK992pQ" + }, + { + "episode_index": 340, + "device_id": "7xK992pQ" + }, + { + "episode_index": 341, + "device_id": "7xK992pQ" + }, + { + "episode_index": 342, + "device_id": "7xK992pQ" + }, + { + "episode_index": 343, + "device_id": "7xK992pQ" + }, + { + "episode_index": 344, + "device_id": "7xK992pQ" + }, + { + "episode_index": 345, + "device_id": "7xK992pQ" + }, + { + "episode_index": 346, + "device_id": "7xK992pQ" + }, + { + "episode_index": 347, + "device_id": "7xK992pQ" + }, + { + "episode_index": 348, + "device_id": "7xK992pQ" + }, + { + "episode_index": 349, + "device_id": "7xK992pQ" + }, + { + "episode_index": 350, + "device_id": "7xK992pQ" + }, + { + "episode_index": 351, + "device_id": "7xK992pQ" + }, + { + "episode_index": 352, + "device_id": "7xK992pQ" + }, + { + "episode_index": 353, + "device_id": "7xK992pQ" + }, + { + "episode_index": 354, + "device_id": "7xK992pQ" + }, + { + "episode_index": 355, + "device_id": "7xK992pQ" + }, + { + "episode_index": 356, + "device_id": "7xK992pQ" + }, + { + "episode_index": 357, + "device_id": "7xK992pQ" + }, + { + "episode_index": 358, + "device_id": "7xK992pQ" + }, + { + "episode_index": 359, + "device_id": "7xK992pQ" + }, + { + "episode_index": 360, + "device_id": "7xK992pQ" + }, + { + "episode_index": 361, + "device_id": "7xK992pQ" + }, + { + "episode_index": 362, + "device_id": "7xK992pQ" + }, + { + "episode_index": 363, + "device_id": "7xK992pQ" + }, + { + "episode_index": 364, + "device_id": "7xK992pQ" + }, + { + "episode_index": 365, + "device_id": "7xK992pQ" + }, + { + "episode_index": 366, + "device_id": "7xK992pQ" + }, + { + "episode_index": 367, + "device_id": "7xK992pQ" + }, + { + "episode_index": 368, + "device_id": "7xK992pQ" + }, + { + "episode_index": 369, + "device_id": "7xK992pQ" + }, + { + "episode_index": 370, + "device_id": "7xK992pQ" + }, + { + "episode_index": 371, + "device_id": "7xK992pQ" + }, + { + "episode_index": 372, + "device_id": "7xK992pQ" + }, + { + "episode_index": 373, + "device_id": "7xK992pQ" + }, + { + "episode_index": 374, + "device_id": "7xK992pQ" + }, + { + "episode_index": 375, + "device_id": "7xK992pQ" + }, + { + "episode_index": 376, + "device_id": "7xK992pQ" + }, + { + "episode_index": 377, + "device_id": "7xK992pQ" + }, + { + "episode_index": 378, + "device_id": "7xK992pQ" + }, + { + "episode_index": 379, + "device_id": "7xK992pQ" + }, + { + "episode_index": 380, + "device_id": "7xK992pQ" + }, + { + "episode_index": 381, + "device_id": "7xK992pQ" + }, + { + "episode_index": 382, + "device_id": "7xK992pQ" + }, + { + "episode_index": 383, + "device_id": "7xK992pQ" + }, + { + "episode_index": 384, + "device_id": "7xK992pQ" + }, + { + "episode_index": 385, + "device_id": "7xK992pQ" + }, + { + "episode_index": 386, + "device_id": "7xK992pQ" + }, + { + "episode_index": 387, + "device_id": "7xK992pQ" + }, + { + "episode_index": 388, + "device_id": "7xK992pQ" + }, + { + "episode_index": 389, + "device_id": "7xK992pQ" + }, + { + "episode_index": 390, + "device_id": "7xK992pQ" + }, + { + "episode_index": 391, + "device_id": "7xK992pQ" + }, + { + "episode_index": 392, + "device_id": "7xK992pQ" + }, + { + "episode_index": 393, + "device_id": "7xK992pQ" + }, + { + "episode_index": 394, + "device_id": "7xK992pQ" + }, + { + "episode_index": 395, + "device_id": "7xK992pQ" + }, + { + "episode_index": 396, + "device_id": "7xK992pQ" + }, + { + "episode_index": 397, + "device_id": "7xK992pQ" + }, + { + "episode_index": 398, + "device_id": "7xK992pQ" + }, + { + "episode_index": 399, + "device_id": "7xK992pQ" + }, + { + "episode_index": 400, + "device_id": "7xK992pQ" + }, + { + "episode_index": 401, + "device_id": "7xK992pQ" + }, + { + "episode_index": 402, + "device_id": "7xK992pQ" + }, + { + "episode_index": 403, + "device_id": "7xK992pQ" + }, + { + "episode_index": 404, + "device_id": "7xK992pQ" + }, + { + "episode_index": 405, + "device_id": "7xK992pQ" + }, + { + "episode_index": 406, + "device_id": "7xK992pQ" + }, + { + "episode_index": 407, + "device_id": "7xK992pQ" + }, + { + "episode_index": 408, + "device_id": "7xK992pQ" + }, + { + "episode_index": 409, + "device_id": "7xK992pQ" + }, + { + "episode_index": 410, + "device_id": "7xK992pQ" + }, + { + "episode_index": 411, + "device_id": "7xK992pQ" + }, + { + "episode_index": 412, + "device_id": "7xK992pQ" + }, + { + "episode_index": 413, + "device_id": "7xK992pQ" + }, + { + "episode_index": 414, + "device_id": "7xK992pQ" + }, + { + "episode_index": 415, + "device_id": "7xK992pQ" + }, + { + "episode_index": 416, + "device_id": "7xK992pQ" + }, + { + "episode_index": 417, + "device_id": "7xK992pQ" + }, + { + "episode_index": 418, + "device_id": "7xK992pQ" + }, + { + "episode_index": 419, + "device_id": "7xK992pQ" + }, + { + "episode_index": 420, + "device_id": "7xK992pQ" + }, + { + "episode_index": 421, + "device_id": "7xK992pQ" + }, + { + "episode_index": 422, + "device_id": "7xK992pQ" + }, + { + "episode_index": 423, + "device_id": "7xK992pQ" + }, + { + "episode_index": 424, + "device_id": "7xK992pQ" + }, + { + "episode_index": 425, + "device_id": "7xK992pQ" + }, + { + "episode_index": 426, + "device_id": "7xK992pQ" + }, + { + "episode_index": 427, + "device_id": "7xK992pQ" + }, + { + "episode_index": 428, + "device_id": "7xK992pQ" + }, + { + "episode_index": 429, + "device_id": "7xK992pQ" + }, + { + "episode_index": 430, + "device_id": "7xK992pQ" + }, + { + "episode_index": 431, + "device_id": "7xK992pQ" + }, + { + "episode_index": 432, + "device_id": "7xK992pQ" + }, + { + "episode_index": 433, + "device_id": "7xK992pQ" + }, + { + "episode_index": 434, + "device_id": "7xK992pQ" + }, + { + "episode_index": 435, + "device_id": "7xK992pQ" + }, + { + "episode_index": 436, + "device_id": "7xK992pQ" + }, + { + "episode_index": 437, + "device_id": "7xK992pQ" + }, + { + "episode_index": 438, + "device_id": "7xK992pQ" + }, + { + "episode_index": 439, + "device_id": "7xK992pQ" + }, + { + "episode_index": 440, + "device_id": "7xK992pQ" + }, + { + "episode_index": 441, + "device_id": "7xK992pQ" + }, + { + "episode_index": 442, + "device_id": "7xK992pQ" + }, + { + "episode_index": 443, + "device_id": "7xK992pQ" + }, + { + "episode_index": 444, + "device_id": "7xK992pQ" + }, + { + "episode_index": 445, + "device_id": "7xK992pQ" + }, + { + "episode_index": 446, + "device_id": "7xK992pQ" + }, + { + "episode_index": 447, + "device_id": "7xK992pQ" + }, + { + "episode_index": 448, + "device_id": "7xK992pQ" + }, + { + "episode_index": 449, + "device_id": "7xK992pQ" + }, + { + "episode_index": 450, + "device_id": "7xK992pQ" + }, + { + "episode_index": 451, + "device_id": "7xK992pQ" + }, + { + "episode_index": 452, + "device_id": "7xK992pQ" + }, + { + "episode_index": 453, + "device_id": "7xK992pQ" + }, + { + "episode_index": 454, + "device_id": "7xK992pQ" + }, + { + "episode_index": 455, + "device_id": "7xK992pQ" + }, + { + "episode_index": 456, + "device_id": "7xK992pQ" + }, + { + "episode_index": 457, + "device_id": "7xK992pQ" + }, + { + "episode_index": 458, + "device_id": "7xK992pQ" + }, + { + "episode_index": 459, + "device_id": "7xK992pQ" + }, + { + "episode_index": 460, + "device_id": "7xK992pQ" + }, + { + "episode_index": 461, + "device_id": "7xK992pQ" + }, + { + "episode_index": 462, + "device_id": "7xK992pQ" + }, + { + "episode_index": 463, + "device_id": "7xK992pQ" + }, + { + "episode_index": 464, + "device_id": "7xK992pQ" + }, + { + "episode_index": 465, + "device_id": "7xK992pQ" + }, + { + "episode_index": 466, + "device_id": "7xK992pQ" + }, + { + "episode_index": 467, + "device_id": "7xK992pQ" + }, + { + "episode_index": 468, + "device_id": "7xK992pQ" + }, + { + "episode_index": 469, + "device_id": "7xK992pQ" + }, + { + "episode_index": 470, + "device_id": "7xK992pQ" + }, + { + "episode_index": 471, + "device_id": "7xK992pQ" + }, + { + "episode_index": 472, + "device_id": "7xK992pQ" + }, + { + "episode_index": 473, + "device_id": "7xK992pQ" + }, + { + "episode_index": 474, + "device_id": "7xK992pQ" + }, + { + "episode_index": 475, + "device_id": "7xK992pQ" + }, + { + "episode_index": 476, + "device_id": "7xK992pQ" + }, + { + "episode_index": 477, + "device_id": "7xK992pQ" + }, + { + "episode_index": 478, + "device_id": "7xK992pQ" + }, + { + "episode_index": 479, + "device_id": "7xK992pQ" + }, + { + "episode_index": 480, + "device_id": "7xK992pQ" + }, + { + "episode_index": 481, + "device_id": "7xK992pQ" + }, + { + "episode_index": 482, + "device_id": "7xK992pQ" + }, + { + "episode_index": 483, + "device_id": "7xK992pQ" + }, + { + "episode_index": 484, + "device_id": "7xK992pQ" + }, + { + "episode_index": 485, + "device_id": "7xK992pQ" + }, + { + "episode_index": 486, + "device_id": "7xK992pQ" + }, + { + "episode_index": 487, + "device_id": "7xK992pQ" + }, + { + "episode_index": 488, + "device_id": "7xK992pQ" + }, + { + "episode_index": 489, + "device_id": "7xK992pQ" + }, + { + "episode_index": 490, + "device_id": "7xK992pQ" + }, + { + "episode_index": 491, + "device_id": "7xK992pQ" + }, + { + "episode_index": 492, + "device_id": "7xK992pQ" + }, + { + "episode_index": 493, + "device_id": "7xK992pQ" + }, + { + "episode_index": 494, + "device_id": "7xK992pQ" + }, + { + "episode_index": 495, + "device_id": "7xK992pQ" + }, + { + "episode_index": 496, + "device_id": "7xK992pQ" + }, + { + "episode_index": 497, + "device_id": "7xK992pQ" + } +] \ No newline at end of file diff --git a/device/device_info.json b/device/device_info.json new file mode 100644 index 0000000000000000000000000000000000000000..c813911751888dbb47ef304d8d2598ae8b519adf --- /dev/null +++ b/device/device_info.json @@ -0,0 +1,94 @@ +{ + "device_list": [ + { + "device_id": "7xK992pQ", + "device_type": "realman", + "device_type_info": "具身双臂升降平台", + "device_info": { + "cam_high": { + "type": "Intel RealSense D435" + }, + "cam_left_wrist": { + "type": "Intel RealSense D435" + }, + "cam_right_wrist": { + "type": "Intel RealSense D435" + }, + "piper_left": { + "type": "RM65-B", + "dimension": { + "left_arm_joint_1": "rad", + "left_arm_joint_2": "rad", + "left_arm_joint_3": "rad", + "left_arm_joint_4": "rad", + "left_arm_joint_5": "rad", + "left_arm_joint_6": "rad", + "left_arm_joint_7": "rad", + "left_gripper_joint": "rad", + "left_end_effector_positions_x": "m", + "left_end_effector_positions_y": "m", + "left_end_effector_positions_z": "m", + "left_end_effector_quat_x": null, + "left_end_effector_quat_y": null, + "left_end_effector_quat_z": null, + "left_end_effector_quat_w": null + }, + "description": { + "left_arm_joint_1": null, + "left_arm_joint_2": null, + "left_arm_joint_3": null, + "left_arm_joint_4": null, + "left_arm_joint_5": null, + "left_arm_joint_6": null, + "left_arm_joint_7": null, + "left_gripper_joint": null, + "left_end_effector_positions_x": null, + "left_end_effector_positions_y": null, + "left_end_effector_positions_z": null, + "left_end_effector_quat_x": null, + "left_end_effector_quat_y": null, + "left_end_effector_quat_z": null, + "left_end_effector_quat_w": null + } + }, + "piper_right": { + "type": "RM65-B", + "dimension": { + "right_arm_joint_1": "rad", + "right_arm_joint_2": "rad", + "right_arm_joint_3": "rad", + "right_arm_joint_4": "rad", + "right_arm_joint_5": "rad", + "right_arm_joint_6": "rad", + "right_arm_joint_7": "rad", + "right_gripper_joint": "rad", + "right_end_effector_positions_x": "m", + "right_end_effector_positions_y": "m", + "right_end_effector_positions_z": "m", + "right_end_effector_quat_x": null, + "right_end_effector_quat_y": null, + "right_end_effector_quat_z": null, + "right_end_effector_quat_w": null + }, + "description": { + "right_arm_joint_1": null, + "right_arm_joint_2": null, + "right_arm_joint_3": null, + "right_arm_joint_4": null, + "right_arm_joint_5": null, + "right_arm_joint_6": null, + "right_arm_joint_7": null, + "right_gripper_joint": null, + "right_end_effector_positions_x": null, + "right_end_effector_positions_y": null, + "right_end_effector_positions_z": null, + "right_end_effector_quat_x": null, + "right_end_effector_quat_y": null, + "right_end_effector_quat_z": null, + "right_end_effector_quat_w": null + } + } + } + } + ] +} \ No newline at end of file diff --git a/label/data_annotation.json b/label/data_annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..b812e65f7968e45253093233258eb2ac9db26d90 --- /dev/null +++ b/label/data_annotation.json @@ -0,0 +1,46261 @@ +[ + { + "episode_index": 0, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_240.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/016a0055c2db2b820940e8c7c5622ba3_cam_high.mp4", + "id": 96891, + "videoLabels": [ + { + "ranges": [ + { + "end": 188, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 277, + "start": 188 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 443, + "start": 277 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 544, + "start": 443 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 695, + "start": 544 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 770, + "start": 695 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 967, + "start": 770 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 39, + "annotation_id": 79485, + "created_at": "2025-07-04T02:41:30.572084Z", + "updated_at": "2025-07-16T09:48:59.998246Z", + "lead_time": 1000.309, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_240.hdf5" + } + }, + { + "episode_index": 1, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_140.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/018c839f0cf844416c99bfdad6a51cb2_cam_high.mp4", + "id": 96892, + "videoLabels": [ + { + "ranges": [ + { + "end": 134, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 134 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 470, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 572, + "start": 470 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 703, + "start": 572 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 810, + "start": 703 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1013, + "start": 810 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79509, + "created_at": "2025-07-04T02:48:37.232289Z", + "updated_at": "2025-07-16T09:49:00.868362Z", + "lead_time": 304.63, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_140.hdf5" + } + }, + { + "episode_index": 2, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_67.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/023326ff6f3ab2c82816e3db41af2ac4_cam_high.mp4", + "id": 96893, + "videoLabels": [ + { + "ranges": [ + { + "end": 100, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 202, + "start": 100 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 383, + "start": 202 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 638, + "start": 383 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 729, + "start": 638 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 835, + "start": 729 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1209, + "start": 835 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79531, + "created_at": "2025-07-04T02:53:14.414871Z", + "updated_at": "2025-07-16T09:49:01.738507Z", + "lead_time": 366.52, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_67.hdf5" + } + }, + { + "episode_index": 3, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_204.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0259350f17ae46a29746ab34f0343139_cam_high.mp4", + "id": 96894, + "videoLabels": [ + { + "ranges": [ + { + "end": 124, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 242, + "start": 124 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 398, + "start": 242 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 622, + "start": 398 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 810, + "start": 622 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 963, + "start": 810 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1198, + "start": 963 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79548, + "created_at": "2025-07-04T02:56:48.211773Z", + "updated_at": "2025-07-16T09:49:02.748594Z", + "lead_time": 277.1, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_204.hdf5" + } + }, + { + "episode_index": 4, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_118.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/038b7651992537059704c0d2a2553000_cam_high.mp4", + "id": 96895, + "videoLabels": [ + { + "ranges": [ + { + "end": 140, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 268, + "start": 140 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 393, + "start": 268 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 505, + "start": 393 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 655, + "start": 505 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 767, + "start": 655 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 913, + "start": 767 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79560, + "created_at": "2025-07-04T03:00:25.185330Z", + "updated_at": "2025-07-16T09:49:03.663312Z", + "lead_time": 631.471, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_118.hdf5" + } + }, + { + "episode_index": 5, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_192.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/03d435d8fdb85fe3c24a6f290ee88e9d_cam_high.mp4", + "id": 96896, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 234, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 405, + "start": 234 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 618, + "start": 405 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 723, + "start": 618 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 856, + "start": 723 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1090, + "start": 856 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79567, + "created_at": "2025-07-04T03:02:36.714802Z", + "updated_at": "2025-07-16T09:49:04.560609Z", + "lead_time": 237.686, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_192.hdf5" + } + }, + { + "episode_index": 6, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_43.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0404f47002c0d1e967847b38069edc1d_cam_high.mp4", + "id": 96897, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 390, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 676, + "start": 390 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 855, + "start": 676 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1028, + "start": 855 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1587, + "start": 1028 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79575, + "created_at": "2025-07-04T03:04:37.052505Z", + "updated_at": "2025-07-16T09:49:05.446187Z", + "lead_time": 185.601, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_43.hdf5" + } + }, + { + "episode_index": 7, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_220.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0490a5b87130b37b690d815a3ada9149_cam_high.mp4", + "id": 96898, + "videoLabels": [ + { + "ranges": [ + { + "end": 160, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 196, + "start": 160 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 281, + "start": 196 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 386, + "start": 281 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 524, + "start": 386 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 634, + "start": 524 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 849, + "start": 634 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79584, + "created_at": "2025-07-04T03:06:41.071448Z", + "updated_at": "2025-07-17T09:16:26.645435Z", + "lead_time": 331.522, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_220.hdf5" + } + }, + { + "episode_index": 8, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_215.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/04a5e9d026444629a8c71b922016d0cf_cam_high.mp4", + "id": 96899, + "videoLabels": [ + { + "ranges": [ + { + "end": 148, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 229, + "start": 148 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 338, + "start": 229 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 460, + "start": 338 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 640, + "start": 460 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 819, + "start": 640 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1058, + "start": 819 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79591, + "created_at": "2025-07-04T03:08:15.347295Z", + "updated_at": "2025-07-17T09:17:16.139822Z", + "lead_time": 200.75900000000001, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_215.hdf5" + } + }, + { + "episode_index": 9, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_243.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/04d835212d37850c39933e0076664d34_cam_high.mp4", + "id": 96900, + "videoLabels": [ + { + "ranges": [ + { + "end": 123, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 175, + "start": 123 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 366, + "start": 175 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 472, + "start": 366 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 617, + "start": 472 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 692, + "start": 617 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 946, + "start": 692 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79603, + "created_at": "2025-07-04T03:10:28.503270Z", + "updated_at": "2025-07-17T09:18:16.741203Z", + "lead_time": 267.764, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_243.hdf5" + } + }, + { + "episode_index": 10, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_182.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/05c460ed8bc434bda419bf36bf27cd8e_cam_high.mp4", + "id": 96901, + "videoLabels": [ + { + "ranges": [ + { + "end": 170, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 246, + "start": 170 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 405, + "start": 246 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 523, + "start": 405 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 864, + "start": 523 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1013, + "start": 864 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1295, + "start": 1013 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79614, + "created_at": "2025-07-04T03:12:53.004986Z", + "updated_at": "2025-07-17T09:18:44.272266Z", + "lead_time": 244.053, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_182.hdf5" + } + }, + { + "episode_index": 11, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_31.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0672ee6cf94d42fe13dc6f94a0372c64_cam_high.mp4", + "id": 96902, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 282, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 731, + "start": 282 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 975, + "start": 731 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1363, + "start": 975 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1532, + "start": 1363 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1853, + "start": 1532 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79624, + "created_at": "2025-07-04T03:15:13.591665Z", + "updated_at": "2025-07-16T09:49:10.339142Z", + "lead_time": 223.86200000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_31.hdf5" + } + }, + { + "episode_index": 12, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_225.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/07612e2814b930c2fdf58afa089b0bc2_cam_high.mp4", + "id": 96903, + "videoLabels": [ + { + "ranges": [ + { + "end": 1023, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 176, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 405, + "start": 176 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 570, + "start": 405 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 691, + "start": 570 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 749, + "start": 691 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1023, + "start": 749 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79637, + "created_at": "2025-07-04T03:17:13.118828Z", + "updated_at": "2025-07-16T09:49:11.384091Z", + "lead_time": 227.178, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_225.hdf5" + } + }, + { + "episode_index": 13, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_173.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0763c4d05298d8cd839894c92744fee5_cam_high.mp4", + "id": 96904, + "videoLabels": [ + { + "ranges": [ + { + "end": 145, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 298, + "start": 145 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 515, + "start": 298 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 625, + "start": 515 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 796, + "start": 625 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 885, + "start": 796 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1185, + "start": 885 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79642, + "created_at": "2025-07-04T03:18:14.951298Z", + "updated_at": "2025-07-16T09:49:12.256909Z", + "lead_time": 166.037, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_173.hdf5" + } + }, + { + "episode_index": 14, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_237.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/07e664a38a232686140e9a39570f1253_cam_high.mp4", + "id": 96905, + "videoLabels": [ + { + "ranges": [ + { + "end": 176, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 226, + "start": 176 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 372, + "start": 226 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 448, + "start": 372 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 573, + "start": 448 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 903, + "start": 573 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1254, + "start": 903 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79652, + "created_at": "2025-07-04T03:19:57.781558Z", + "updated_at": "2025-07-17T09:20:10.088704Z", + "lead_time": 211.186, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_237.hdf5" + } + }, + { + "episode_index": 15, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_119.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0844a3b891c3f134fd2654064ef4e4c9_cam_high.mp4", + "id": 96906, + "videoLabels": [ + { + "ranges": [ + { + "end": 155, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 436, + "start": 155 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 730, + "start": 436 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1078, + "start": 730 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1323, + "start": 1078 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1438, + "start": 1323 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1824, + "start": 1438 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79665, + "created_at": "2025-07-04T03:22:03.434919Z", + "updated_at": "2025-07-16T09:49:14.046338Z", + "lead_time": 213.66, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_119.hdf5" + } + }, + { + "episode_index": 16, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_140.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/08457eaa61773c57d4e99f839d992906_cam_high.mp4", + "id": 96907, + "videoLabels": [ + { + "ranges": [ + { + "end": 155, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 222, + "start": 155 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 373, + "start": 222 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 470, + "start": 373 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 880, + "start": 470 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1069, + "start": 880 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1310, + "start": 1069 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79674, + "created_at": "2025-07-04T03:23:30.097946Z", + "updated_at": "2025-07-17T09:22:06.878224Z", + "lead_time": 181.901, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_140.hdf5" + } + }, + { + "episode_index": 17, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_152.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/09ea6f31cc3e25d8d99d11cbe4a94e11_cam_high.mp4", + "id": 96908, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 203, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 448, + "start": 203 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 596, + "start": 448 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 786, + "start": 596 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 855, + "start": 786 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1085, + "start": 855 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79689, + "created_at": "2025-07-04T03:25:32.763832Z", + "updated_at": "2025-07-16T09:49:15.843720Z", + "lead_time": 202.93599999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_152.hdf5" + } + }, + { + "episode_index": 18, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_60.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/09f57845081b5046f8bfa56ffd66d2f4_cam_high.mp4", + "id": 96909, + "videoLabels": [ + { + "ranges": [ + { + "end": 142, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 229, + "start": 142 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 470, + "start": 229 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 587, + "start": 470 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 833, + "start": 587 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 897, + "start": 833 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1168, + "start": 897 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79702, + "created_at": "2025-07-04T03:27:55.503785Z", + "updated_at": "2025-07-16T09:49:16.721952Z", + "lead_time": 304.462, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_60.hdf5" + } + }, + { + "episode_index": 19, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_7.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0a2bec4a8ed064f2dc0af2615d21f466_cam_high.mp4", + "id": 96910, + "videoLabels": [ + { + "ranges": [ + { + "end": 293, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 413, + "start": 293 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 783, + "start": 413 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1050, + "start": 783 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1692, + "start": 1050 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1892, + "start": 1692 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 2368, + "start": 1892 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79713, + "created_at": "2025-07-04T03:29:58.935853Z", + "updated_at": "2025-07-16T09:49:17.590704Z", + "lead_time": 290.972, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_7.hdf5" + } + }, + { + "episode_index": 20, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_202.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0a3a064dea4a6a2907d3110ba2856c0c_cam_high.mp4", + "id": 96911, + "videoLabels": [ + { + "ranges": [ + { + "end": 108, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 223, + "start": 108 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 550, + "start": 223 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 747, + "start": 550 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 886, + "start": 747 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 990, + "start": 886 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1195, + "start": 990 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79726, + "created_at": "2025-07-04T03:31:39.247435Z", + "updated_at": "2025-07-16T09:49:18.532438Z", + "lead_time": 172.453, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_202.hdf5" + } + }, + { + "episode_index": 21, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_120.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0ad968283fcc0668418e0a6921235acd_cam_high.mp4", + "id": 96912, + "videoLabels": [ + { + "ranges": [ + { + "end": 131, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 250, + "start": 131 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 430, + "start": 250 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 555, + "start": 430 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 836, + "start": 555 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1036, + "start": 836 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1337, + "start": 1036 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79737, + "created_at": "2025-07-04T03:33:18.674220Z", + "updated_at": "2025-07-17T09:23:23.847847Z", + "lead_time": 231.828, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_120.hdf5" + } + }, + { + "episode_index": 22, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_100.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0c3f1537ff0c99293c70e1d0b1daeb13_cam_high.mp4", + "id": 96913, + "videoLabels": [ + { + "ranges": [ + { + "end": 169, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 263, + "start": 169 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 387, + "start": 263 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 499, + "start": 387 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 688, + "start": 499 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 819, + "start": 688 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1120, + "start": 819 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79744, + "created_at": "2025-07-04T03:34:47.874890Z", + "updated_at": "2025-07-17T09:23:42.688932Z", + "lead_time": 197.287, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_100.hdf5" + } + }, + { + "episode_index": 23, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_249.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0c4af0c8ac13d16ebeafee228845428e_cam_high.mp4", + "id": 96914, + "videoLabels": [ + { + "ranges": [ + { + "end": 154, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 216, + "start": 154 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 350, + "start": 216 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 466, + "start": 350 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 618, + "start": 466 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 706, + "start": 618 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 980, + "start": 706 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79753, + "created_at": "2025-07-04T03:36:19.993362Z", + "updated_at": "2025-07-17T09:24:09.744899Z", + "lead_time": 217.713, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_249.hdf5" + } + }, + { + "episode_index": 24, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_83.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0c4ccee66d27c6710ffedf55182a3097_cam_high.mp4", + "id": 96915, + "videoLabels": [ + { + "ranges": [ + { + "end": 100, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 198, + "start": 100 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 483, + "start": 198 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 844, + "start": 483 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 999, + "start": 844 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1104, + "start": 999 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1640, + "start": 1104 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79765, + "created_at": "2025-07-04T03:38:04.343066Z", + "updated_at": "2025-07-16T09:49:22.294949Z", + "lead_time": 222.412, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_83.hdf5" + } + }, + { + "episode_index": 25, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_63.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0df0f20ece2f9a210e0136c1e6d08e91_cam_high.mp4", + "id": 96916, + "videoLabels": [ + { + "ranges": [ + { + "end": 161, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 256, + "start": 161 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 372, + "start": 256 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 524, + "start": 372 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 636, + "start": 524 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 749, + "start": 636 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 938, + "start": 749 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79773, + "created_at": "2025-07-04T03:39:12.855771Z", + "updated_at": "2025-07-17T09:26:39.798313Z", + "lead_time": 309.517, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_63.hdf5" + } + }, + { + "episode_index": 26, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_2.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0e50070e2bf66eb7231096461d6a7c3f_cam_high.mp4", + "id": 96917, + "videoLabels": [ + { + "ranges": [ + { + "end": 154, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 395, + "start": 154 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 534, + "start": 395 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 668, + "start": 534 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 829, + "start": 668 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 964, + "start": 829 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1281, + "start": 964 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79817, + "created_at": "2025-07-04T03:47:42.664881Z", + "updated_at": "2025-07-17T09:46:14.527974Z", + "lead_time": 415.13800000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_2.hdf5" + } + }, + { + "episode_index": 27, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_43.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/0f8601272650098cde605a5f1240d0f9_cam_high.mp4", + "id": 96918, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 259, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 455, + "start": 259 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 533, + "start": 455 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 533 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 816, + "start": 725 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1123, + "start": 816 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79825, + "created_at": "2025-07-04T03:48:56.969120Z", + "updated_at": "2025-07-17T09:47:21.833468Z", + "lead_time": 250.77000000000004, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_43.hdf5" + } + }, + { + "episode_index": 28, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_172.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/10328e7fff1672e590407d8eda35f800_cam_high.mp4", + "id": 96919, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 270, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 472, + "start": 270 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 600, + "start": 472 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 600 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 846, + "start": 742 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1163, + "start": 846 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79834, + "created_at": "2025-07-04T03:50:14.905297Z", + "updated_at": "2025-07-16T09:49:25.782950Z", + "lead_time": 180.782, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_172.hdf5" + } + }, + { + "episode_index": 29, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_77.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/105b7527af9f3ec098410aacd783e8c6_cam_high.mp4", + "id": 96920, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 239, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 412, + "start": 239 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 488, + "start": 412 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 735, + "start": 488 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 890, + "start": 735 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1261, + "start": 890 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79842, + "created_at": "2025-07-04T03:51:23.437435Z", + "updated_at": "2025-07-17T09:48:19.459386Z", + "lead_time": 187.382, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_77.hdf5" + } + }, + { + "episode_index": 30, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_37.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/11168fcbbdca5fc16ac0522509509dd4_cam_high.mp4", + "id": 96921, + "videoLabels": [ + { + "ranges": [ + { + "end": 112, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 270, + "start": 112 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 435, + "start": 270 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 728, + "start": 435 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1223, + "start": 728 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1406, + "start": 1223 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1750, + "start": 1406 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79856, + "created_at": "2025-07-04T05:05:36.767482Z", + "updated_at": "2025-07-16T09:49:27.555955Z", + "lead_time": 423.908, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_37.hdf5" + } + }, + { + "episode_index": 31, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_177.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/111ee2a1ee1e89b3ba066bd643623816_cam_high.mp4", + "id": 96922, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 231, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 372, + "start": 231 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 453, + "start": 372 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 609, + "start": 453 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 716, + "start": 609 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1010, + "start": 716 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79867, + "created_at": "2025-07-04T05:07:09.311968Z", + "updated_at": "2025-07-17T09:49:04.244174Z", + "lead_time": 424.861, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_177.hdf5" + } + }, + { + "episode_index": 32, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_164.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1220e9797d3cac347dff45d44b305479_cam_high.mp4", + "id": 96923, + "videoLabels": [ + { + "ranges": [ + { + "end": 156, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 156 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 523, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 629, + "start": 523 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 853, + "start": 629 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 930, + "start": 853 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1232, + "start": 930 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79879, + "created_at": "2025-07-04T05:08:52.451983Z", + "updated_at": "2025-07-16T09:49:29.351027Z", + "lead_time": 328.286, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_164.hdf5" + } + }, + { + "episode_index": 33, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_72.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/12286e0d7f1880a3327bb423045169e4_cam_high.mp4", + "id": 96924, + "videoLabels": [ + { + "ranges": [ + { + "end": 100, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 296, + "start": 100 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 462, + "start": 296 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 773, + "start": 462 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 898, + "start": 773 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1041, + "start": 898 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1387, + "start": 1041 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79890, + "created_at": "2025-07-04T05:10:43.074464Z", + "updated_at": "2025-07-16T09:49:30.235365Z", + "lead_time": 272.89099999999996, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_72.hdf5" + } + }, + { + "episode_index": 34, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_131.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/125cf1d28e0366a99816697bf8b9547e_cam_high.mp4", + "id": 96925, + "videoLabels": [ + { + "ranges": [ + { + "end": 149, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 273, + "start": 149 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 385, + "start": 273 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 485, + "start": 385 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 621, + "start": 485 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 848, + "start": 621 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1093, + "start": 848 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79901, + "created_at": "2025-07-04T05:12:11.147597Z", + "updated_at": "2025-07-17T09:50:01.895826Z", + "lead_time": 209.396, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_131.hdf5" + } + }, + { + "episode_index": 35, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_36.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/12ab1d8207c081bc503fddbc7dc58c03_cam_high.mp4", + "id": 96926, + "videoLabels": [ + { + "ranges": [ + { + "end": 128, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 307, + "start": 128 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 522, + "start": 307 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 762, + "start": 522 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 941, + "start": 762 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1148, + "start": 941 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1378, + "start": 1148 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79913, + "created_at": "2025-07-04T05:13:50.779686Z", + "updated_at": "2025-07-16T09:49:31.999724Z", + "lead_time": 159.424, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_36.hdf5" + } + }, + { + "episode_index": 36, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_224.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/12bdbdb430027fa36597a70e3aa1a88c_cam_high.mp4", + "id": 96927, + "videoLabels": [ + { + "ranges": [ + { + "end": 211, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 272, + "start": 211 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 421, + "start": 272 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 512, + "start": 421 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 654, + "start": 512 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 727, + "start": 654 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1162, + "start": 727 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79923, + "created_at": "2025-07-04T05:15:24.167724Z", + "updated_at": "2025-07-16T09:49:32.880806Z", + "lead_time": 205.561, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_224.hdf5" + } + }, + { + "episode_index": 37, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_153.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/13c2a585b4d346eecc7b8e60bdfe4dcb_cam_high.mp4", + "id": 96928, + "videoLabels": [ + { + "ranges": [ + { + "end": 130, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 228, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 412, + "start": 228 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 738, + "start": 412 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 862, + "start": 738 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 985, + "start": 862 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1293, + "start": 985 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79936, + "created_at": "2025-07-04T05:17:01.065864Z", + "updated_at": "2025-07-16T09:49:33.840007Z", + "lead_time": 334.88800000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_153.hdf5" + } + }, + { + "episode_index": 38, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_49.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/13fe0768a268b84770ecea3adf0f5455_cam_high.mp4", + "id": 96929, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 216, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 393, + "start": 216 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 493, + "start": 393 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 650, + "start": 493 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 744, + "start": 650 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1093, + "start": 744 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79948, + "created_at": "2025-07-04T05:18:43.473142Z", + "updated_at": "2025-07-17T09:52:02.469368Z", + "lead_time": 348.426, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_49.hdf5" + } + }, + { + "episode_index": 39, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_207.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/14379887f29167fbadbbcfbe5dab4f4e_cam_high.mp4", + "id": 96930, + "videoLabels": [ + { + "ranges": [ + { + "end": 100, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 198, + "start": 100 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 355, + "start": 198 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 586, + "start": 355 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 689, + "start": 586 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 814, + "start": 689 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1275, + "start": 814 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79962, + "created_at": "2025-07-04T05:20:34.181864Z", + "updated_at": "2025-07-16T09:49:35.764137Z", + "lead_time": 181.293, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_207.hdf5" + } + }, + { + "episode_index": 40, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_30.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/14b9dc0734c642f8a063c4eceff7e174_cam_high.mp4", + "id": 96931, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 297, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 469, + "start": 297 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 469 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 888, + "start": 742 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1042, + "start": 888 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1430, + "start": 1042 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79974, + "created_at": "2025-07-04T05:21:56.322729Z", + "updated_at": "2025-07-16T09:49:36.666130Z", + "lead_time": 240.536, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_30.hdf5" + } + }, + { + "episode_index": 41, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_28.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/14d058b64258089dfae5f829691461e2_cam_high.mp4", + "id": 96932, + "videoLabels": [ + { + "ranges": [ + { + "end": 178, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 347, + "start": 178 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 575, + "start": 347 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 926, + "start": 575 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1092, + "start": 926 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1264, + "start": 1092 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1644, + "start": 1264 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79985, + "created_at": "2025-07-04T05:23:20.435806Z", + "updated_at": "2025-07-16T09:49:37.549106Z", + "lead_time": 222.131, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_28.hdf5" + } + }, + { + "episode_index": 42, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_81.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/153297b7eb8ff534401cd4736eba5f0a_cam_high.mp4", + "id": 96933, + "videoLabels": [ + { + "ranges": [ + { + "end": 122, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 235, + "start": 122 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 482, + "start": 235 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 737, + "start": 482 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 877, + "start": 737 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1051, + "start": 877 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1678, + "start": 1051 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 79999, + "created_at": "2025-07-04T05:24:54.310581Z", + "updated_at": "2025-07-16T09:49:38.453154Z", + "lead_time": 226.336, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_81.hdf5" + } + }, + { + "episode_index": 43, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_115.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/156540f627e9fb819b73b5225e428cca_cam_high.mp4", + "id": 96934, + "videoLabels": [ + { + "ranges": [ + { + "end": 100, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 205, + "start": 100 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 384, + "start": 205 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 580, + "start": 384 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 782, + "start": 580 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 897, + "start": 782 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1246, + "start": 897 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80009, + "created_at": "2025-07-04T05:26:21.006886Z", + "updated_at": "2025-07-16T09:49:39.374627Z", + "lead_time": 213.05599999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_115.hdf5" + } + }, + { + "episode_index": 44, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_190.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/160d051bd4421b09c6ea2f371a9132ae_cam_high.mp4", + "id": 96935, + "videoLabels": [ + { + "ranges": [ + { + "end": 176, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 233, + "start": 176 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 432, + "start": 233 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 533, + "start": 432 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 673, + "start": 533 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 763, + "start": 673 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 983, + "start": 763 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80021, + "created_at": "2025-07-04T05:27:26.739752Z", + "updated_at": "2025-07-17T09:53:35.506064Z", + "lead_time": 202.025, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_190.hdf5" + } + }, + { + "episode_index": 45, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_122.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/16105910e0ee2cbcd93b75dc3d18049d_cam_high.mp4", + "id": 96936, + "videoLabels": [ + { + "ranges": [ + { + "end": 180, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 358, + "start": 180 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 522, + "start": 358 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 676, + "start": 522 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1154, + "start": 676 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1302, + "start": 1154 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1578, + "start": 1302 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80032, + "created_at": "2025-07-04T05:28:55.223183Z", + "updated_at": "2025-07-17T09:54:11.497744Z", + "lead_time": 201.774, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_122.hdf5" + } + }, + { + "episode_index": 46, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_84.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1721faa53c3f26e6cef93adfd1250d14_cam_high.mp4", + "id": 96937, + "videoLabels": [ + { + "ranges": [ + { + "end": 175, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 270, + "start": 175 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 593, + "start": 270 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 721, + "start": 593 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 942, + "start": 721 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1057, + "start": 942 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1428, + "start": 1057 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80043, + "created_at": "2025-07-04T05:30:27.070232Z", + "updated_at": "2025-07-17T09:54:56.501327Z", + "lead_time": 218.591, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_84.hdf5" + } + }, + { + "episode_index": 47, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_113.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/175607ddae2fea7473412ff40cf31b26_cam_high.mp4", + "id": 96938, + "videoLabels": [ + { + "ranges": [ + { + "end": 90, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 164, + "start": 90 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 310, + "start": 164 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 486, + "start": 310 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 599, + "start": 486 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 673, + "start": 599 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1014, + "start": 673 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80054, + "created_at": "2025-07-04T05:31:36.949295Z", + "updated_at": "2025-07-16T09:49:43.227275Z", + "lead_time": 201.897, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_113.hdf5" + } + }, + { + "episode_index": 48, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_122.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/17922a7638a0752883945b73041823f5_cam_high.mp4", + "id": 96939, + "videoLabels": [ + { + "ranges": [ + { + "end": 136, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 217, + "start": 136 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 438, + "start": 217 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 677, + "start": 438 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 941, + "start": 677 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1105, + "start": 941 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1354, + "start": 1105 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80064, + "created_at": "2025-07-04T05:33:03.164881Z", + "updated_at": "2025-07-16T09:49:44.125938Z", + "lead_time": 203.67000000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_122.hdf5" + } + }, + { + "episode_index": 49, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_132.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/18ba3ab0b72afb933453a57038490197_cam_high.mp4", + "id": 96940, + "videoLabels": [ + { + "ranges": [ + { + "end": 243, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 366, + "start": 243 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 509, + "start": 366 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 597, + "start": 509 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 825, + "start": 597 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1030, + "start": 825 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1257, + "start": 1030 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80076, + "created_at": "2025-07-04T05:34:53.559599Z", + "updated_at": "2025-07-17T09:56:17.058678Z", + "lead_time": 312.18899999999996, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_132.hdf5" + } + }, + { + "episode_index": 50, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_53.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1901982cc59844629dc3a9c0d6464fda_cam_high.mp4", + "id": 96941, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 199, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 446, + "start": 199 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 628, + "start": 446 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 800, + "start": 628 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 918, + "start": 800 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1200, + "start": 918 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80085, + "created_at": "2025-07-04T05:36:12.356428Z", + "updated_at": "2025-07-16T09:49:45.989403Z", + "lead_time": 214.411, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_53.hdf5" + } + }, + { + "episode_index": 51, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_222.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/197e1b2bcd683da82941fb008ae8575f_cam_high.mp4", + "id": 96942, + "videoLabels": [ + { + "ranges": [ + { + "end": 159, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 258, + "start": 159 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 375, + "start": 258 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 505, + "start": 375 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 663, + "start": 505 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 771, + "start": 663 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 979, + "start": 771 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80093, + "created_at": "2025-07-04T05:37:54.949739Z", + "updated_at": "2025-07-17T09:57:13.154996Z", + "lead_time": 216.79399999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_222.hdf5" + } + }, + { + "episode_index": 52, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_143.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1a057dc249e14522f28dabb3d083d832_cam_high.mp4", + "id": 96943, + "videoLabels": [ + { + "ranges": [ + { + "end": 148, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 148 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 365, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 518, + "start": 365 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 672, + "start": 518 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 791, + "start": 672 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1037, + "start": 791 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80097, + "created_at": "2025-07-04T05:39:07.794914Z", + "updated_at": "2025-07-17T09:57:56.473122Z", + "lead_time": 198.147, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_143.hdf5" + } + }, + { + "episode_index": 53, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_51.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1a1a546529dfc40e90b3da58e3731679_cam_high.mp4", + "id": 96944, + "videoLabels": [ + { + "ranges": [ + { + "end": 167, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 261, + "start": 167 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 362, + "start": 261 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 646, + "start": 362 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 831, + "start": 646 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 964, + "start": 831 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1239, + "start": 964 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80099, + "created_at": "2025-07-04T05:40:34.842240Z", + "updated_at": "2025-07-17T10:06:06.856957Z", + "lead_time": 252.36399999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_51.hdf5" + } + }, + { + "episode_index": 54, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_30.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1a63070173263d8ec081fb8b54acd050_cam_high.mp4", + "id": 96945, + "videoLabels": [ + { + "ranges": [ + { + "end": 164, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 293, + "start": 164 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 502, + "start": 293 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 623, + "start": 502 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 909, + "start": 623 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1056, + "start": 909 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1345, + "start": 1056 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80197, + "created_at": "2025-07-04T06:01:40.194946Z", + "updated_at": "2025-07-17T10:07:05.225720Z", + "lead_time": 238.172, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_30.hdf5" + } + }, + { + "episode_index": 55, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_181.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1ad4fdc9e7fc42b4b238be1179327ea8_cam_high.mp4", + "id": 96946, + "videoLabels": [ + { + "ranges": [ + { + "end": 175, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 237, + "start": 175 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 399, + "start": 237 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 512, + "start": 399 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 664, + "start": 512 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 817, + "start": 664 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1061, + "start": 817 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80205, + "created_at": "2025-07-04T06:03:11.425640Z", + "updated_at": "2025-07-17T10:07:55.184537Z", + "lead_time": 190.245, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_181.hdf5" + } + }, + { + "episode_index": 56, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_65.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1c43edb6e82f93939aab4e6c5d9e7766_cam_high.mp4", + "id": 96947, + "videoLabels": [ + { + "ranges": [ + { + "end": 87, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 168, + "start": 87 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 306, + "start": 168 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 461, + "start": 306 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 584, + "start": 461 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 685, + "start": 584 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 985, + "start": 685 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80211, + "created_at": "2025-07-04T06:04:18.065262Z", + "updated_at": "2025-07-16T09:49:51.480283Z", + "lead_time": 149.229, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_65.hdf5" + } + }, + { + "episode_index": 57, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_99.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1cb19327d9f37e2ea05284f03d1bc674_cam_high.mp4", + "id": 96948, + "videoLabels": [ + { + "ranges": [ + { + "end": 216, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 338, + "start": 216 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 496, + "start": 338 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 571, + "start": 496 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 729, + "start": 571 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 822, + "start": 729 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1171, + "start": 822 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80217, + "created_at": "2025-07-04T06:05:18.493718Z", + "updated_at": "2025-07-17T10:08:41.669088Z", + "lead_time": 215.123, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_99.hdf5" + } + }, + { + "episode_index": 58, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_128.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1e281f8205af8a6e54cb37d1c3051378_cam_high.mp4", + "id": 96949, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 299, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 435, + "start": 299 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 525, + "start": 435 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 525 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 895, + "start": 776 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1195, + "start": 895 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80225, + "created_at": "2025-07-04T06:06:32.277118Z", + "updated_at": "2025-07-17T10:09:23.458153Z", + "lead_time": 174.09900000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_128.hdf5" + } + }, + { + "episode_index": 59, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_171.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1fa31ac5a685053d1c311df04614dcd4_cam_high.mp4", + "id": 96950, + "videoLabels": [ + { + "ranges": [ + { + "end": 232, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 321, + "start": 232 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 489, + "start": 321 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 652, + "start": 489 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 861, + "start": 652 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1076, + "start": 861 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1440, + "start": 1076 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80232, + "created_at": "2025-07-04T06:07:42.696654Z", + "updated_at": "2025-07-17T10:10:00.442289Z", + "lead_time": 189.269, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_171.hdf5" + } + }, + { + "episode_index": 60, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_226.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1fb560080bea6ab9283ee8fdfbaef581_cam_high.mp4", + "id": 96951, + "videoLabels": [ + { + "ranges": [ + { + "end": 100, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 161, + "start": 100 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 323, + "start": 161 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 421, + "start": 323 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 547, + "start": 421 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 612, + "start": 547 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 866, + "start": 612 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80239, + "created_at": "2025-07-04T06:08:40.912831Z", + "updated_at": "2025-07-16T09:49:55.140856Z", + "lead_time": 140.824, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_226.hdf5" + } + }, + { + "episode_index": 61, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_8.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/1ff404505a51287b664b35df8f173f62_cam_high.mp4", + "id": 96952, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 301, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 440, + "start": 301 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 583, + "start": 440 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 733, + "start": 583 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 875, + "start": 733 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1193, + "start": 875 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80245, + "created_at": "2025-07-04T06:09:36.332358Z", + "updated_at": "2025-07-17T10:20:41.404100Z", + "lead_time": 212.38600000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_8.hdf5" + } + }, + { + "episode_index": 62, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_13.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/200dbe682be2294a7920e206ebd9c8be_cam_high.mp4", + "id": 96953, + "videoLabels": [ + { + "ranges": [ + { + "end": 171, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 288, + "start": 171 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 382, + "start": 288 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 520, + "start": 382 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 639, + "start": 520 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 731, + "start": 639 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 936, + "start": 731 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80253, + "created_at": "2025-07-04T06:10:41.847804Z", + "updated_at": "2025-07-17T10:21:35.132574Z", + "lead_time": 272.703, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_13.hdf5" + } + }, + { + "episode_index": 63, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_46.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2089a5475466592fd09e343f1e7d0f33_cam_high.mp4", + "id": 96954, + "videoLabels": [ + { + "ranges": [ + { + "end": 157, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 157 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 391, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 518, + "start": 391 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 679, + "start": 518 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 806, + "start": 679 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1136, + "start": 806 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80260, + "created_at": "2025-07-04T06:11:50.505138Z", + "updated_at": "2025-07-17T10:22:25.178357Z", + "lead_time": 202.44799999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_46.hdf5" + } + }, + { + "episode_index": 64, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_87.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/21570ed3d77f60db267934bb70746aab_cam_high.mp4", + "id": 96955, + "videoLabels": [ + { + "ranges": [ + { + "end": 94, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 179, + "start": 94 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 326, + "start": 179 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 548, + "start": 326 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 651, + "start": 548 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 775, + "start": 651 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 959, + "start": 775 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80269, + "created_at": "2025-07-04T06:12:56.386996Z", + "updated_at": "2025-07-16T09:49:59.019682Z", + "lead_time": 165.251, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_87.hdf5" + } + }, + { + "episode_index": 65, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_72.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/21de1db823ae4bf1f0a24d74505c69d3_cam_high.mp4", + "id": 96956, + "videoLabels": [ + { + "ranges": [ + { + "end": 146, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 228, + "start": 146 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 334, + "start": 228 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 466, + "start": 334 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 593, + "start": 466 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 700, + "start": 593 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 946, + "start": 700 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80275, + "created_at": "2025-07-04T06:13:45.477550Z", + "updated_at": "2025-07-17T10:23:19.049775Z", + "lead_time": 173.53699999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_72.hdf5" + } + }, + { + "episode_index": 66, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_192.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/22ea89b4a9887e375828629d35b89a42_cam_high.mp4", + "id": 96957, + "videoLabels": [ + { + "ranges": [ + { + "end": 128, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 165, + "start": 128 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 290, + "start": 165 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 367, + "start": 290 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 484, + "start": 367 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 570, + "start": 484 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 825, + "start": 570 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80292, + "created_at": "2025-07-04T06:16:24.159531Z", + "updated_at": "2025-07-17T10:23:59.526875Z", + "lead_time": 203.848, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_192.hdf5" + } + }, + { + "episode_index": 67, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_159.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/231354d556df4b98ba376f6bc047e911_cam_high.mp4", + "id": 96958, + "videoLabels": [ + { + "ranges": [ + { + "end": 205, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 324, + "start": 205 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 613, + "start": 324 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 728, + "start": 613 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1208, + "start": 728 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1361, + "start": 1208 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1564, + "start": 1361 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80284, + "created_at": "2025-07-04T06:15:04.475535Z", + "updated_at": "2025-07-17T10:25:01.824697Z", + "lead_time": 270.049, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_159.hdf5" + } + }, + { + "episode_index": 68, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_227.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/231396b1f2ecc3b57b0631978aaa83ea_cam_high.mp4", + "id": 96959, + "videoLabels": [ + { + "ranges": [ + { + "end": 128, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 195, + "start": 128 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 358, + "start": 195 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 522, + "start": 358 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 660, + "start": 522 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 762, + "start": 660 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1033, + "start": 762 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80296, + "created_at": "2025-07-04T06:17:29.552038Z", + "updated_at": "2025-07-16T09:50:02.785924Z", + "lead_time": 221.848, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_227.hdf5" + } + }, + { + "episode_index": 69, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_169.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/24ce3353f642618b735142da0a2e15a1_cam_high.mp4", + "id": 96960, + "videoLabels": [ + { + "ranges": [ + { + "end": 126, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 223, + "start": 126 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 474, + "start": 223 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 598, + "start": 474 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 765, + "start": 598 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 882, + "start": 765 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1186, + "start": 882 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80304, + "created_at": "2025-07-04T06:18:25.704477Z", + "updated_at": "2025-07-16T09:50:03.841243Z", + "lead_time": 167.549, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_169.hdf5" + } + }, + { + "episode_index": 70, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_79.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2534ba97fdf2cf3bef9642a1c74f6979_cam_high.mp4", + "id": 96961, + "videoLabels": [ + { + "ranges": [ + { + "end": 186, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 331, + "start": 186 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 560, + "start": 331 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 636, + "start": 560 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1290, + "start": 636 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1459, + "start": 1290 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1829, + "start": 1459 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80313, + "created_at": "2025-07-04T06:19:51.197078Z", + "updated_at": "2025-07-17T10:26:55.509268Z", + "lead_time": 224.20000000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_79.hdf5" + } + }, + { + "episode_index": 71, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_180.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/25716a95212e420fbc1c5f8cdffaf306_cam_high.mp4", + "id": 96962, + "videoLabels": [ + { + "ranges": [ + { + "end": 185, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 265, + "start": 185 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 424, + "start": 265 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 505, + "start": 424 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 705, + "start": 505 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 796, + "start": 705 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1071, + "start": 796 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80318, + "created_at": "2025-07-04T06:20:47.285557Z", + "updated_at": "2025-07-17T10:27:48.120568Z", + "lead_time": 209.331, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_180.hdf5" + } + }, + { + "episode_index": 72, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_31.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/25ff7e4f61e4fcfdd3824acc85ae3695_cam_high.mp4", + "id": 96963, + "videoLabels": [ + { + "ranges": [ + { + "end": 200, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 256, + "start": 200 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 428, + "start": 256 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 551, + "start": 428 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 763, + "start": 551 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 854, + "start": 763 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1173, + "start": 854 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80326, + "created_at": "2025-07-04T06:22:19.263411Z", + "updated_at": "2025-07-17T10:28:43.314417Z", + "lead_time": 243.55200000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_31.hdf5" + } + }, + { + "episode_index": 73, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_29.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2611a08f1bb1f6076131b93f3d8f0b47_cam_high.mp4", + "id": 96964, + "videoLabels": [ + { + "ranges": [ + { + "end": 151, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 232, + "start": 151 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 445, + "start": 232 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 611, + "start": 445 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 810, + "start": 611 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 901, + "start": 810 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1222, + "start": 901 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80333, + "created_at": "2025-07-04T06:23:32.626301Z", + "updated_at": "2025-07-17T10:29:12.865161Z", + "lead_time": 254.823, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_29.hdf5" + } + }, + { + "episode_index": 74, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_183.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/261aa19af466181f6e9c9f20ff2d12e8_cam_high.mp4", + "id": 96965, + "videoLabels": [ + { + "ranges": [ + { + "end": 160, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 241, + "start": 160 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 446, + "start": 241 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 577, + "start": 446 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 713, + "start": 577 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 810, + "start": 713 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1063, + "start": 810 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80339, + "created_at": "2025-07-04T06:24:41.280360Z", + "updated_at": "2025-07-16T09:50:08.537499Z", + "lead_time": 157.951, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_183.hdf5" + } + }, + { + "episode_index": 75, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_4.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/275a2f634f5d1ce0676fb1a40ed8e4db_cam_high.mp4", + "id": 96966, + "videoLabels": [ + { + "ranges": [ + { + "end": 161, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 227, + "start": 161 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 455, + "start": 227 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 642, + "start": 455 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 835, + "start": 642 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 977, + "start": 835 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1387, + "start": 977 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80346, + "created_at": "2025-07-04T06:25:55.782350Z", + "updated_at": "2025-07-16T09:50:09.480576Z", + "lead_time": 165.368, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_4.hdf5" + } + }, + { + "episode_index": 76, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_106.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/28e9518b84f6b6088d459bb9b6730070_cam_high.mp4", + "id": 96967, + "videoLabels": [ + { + "ranges": [ + { + "end": 81, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 205, + "start": 81 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 361, + "start": 205 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 653, + "start": 361 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 734, + "start": 653 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 830, + "start": 734 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1107, + "start": 830 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80355, + "created_at": "2025-07-04T06:27:16.524079Z", + "updated_at": "2025-07-16T09:50:10.414099Z", + "lead_time": 200.744, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_106.hdf5" + } + }, + { + "episode_index": 77, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_248.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/296a8edcbc050e2dac7fc93a2262140f_cam_high.mp4", + "id": 96968, + "videoLabels": [ + { + "ranges": [ + { + "end": 115, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 173, + "start": 115 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 293, + "start": 173 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 364, + "start": 293 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 485, + "start": 364 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 556, + "start": 485 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 556 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80362, + "created_at": "2025-07-04T06:28:21.720534Z", + "updated_at": "2025-07-17T10:33:53.703260Z", + "lead_time": 188.058, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_248.hdf5" + } + }, + { + "episode_index": 78, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_23.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2b605d44bf313713d8148e2e769d7db4_cam_high.mp4", + "id": 96969, + "videoLabels": [ + { + "ranges": [ + { + "end": 177, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 414, + "start": 177 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 559, + "start": 414 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 769, + "start": 559 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 918, + "start": 769 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1120, + "start": 918 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1601, + "start": 1120 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80369, + "created_at": "2025-07-04T06:29:34.062156Z", + "updated_at": "2025-07-16T09:50:12.339693Z", + "lead_time": 136.99, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_23.hdf5" + } + }, + { + "episode_index": 79, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_226.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2bc4477d80fa3ad364083096a7590e03_cam_high.mp4", + "id": 96970, + "videoLabels": [ + { + "ranges": [ + { + "end": 166, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 222, + "start": 166 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 352, + "start": 222 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 512, + "start": 352 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 652, + "start": 512 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 712, + "start": 652 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 909, + "start": 712 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80376, + "created_at": "2025-07-04T06:30:55.229180Z", + "updated_at": "2025-07-17T10:42:01.153854Z", + "lead_time": 567.48, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_226.hdf5" + } + }, + { + "episode_index": 80, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_110.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2be93a24f6832d78126620ecc5744f2c_cam_high.mp4", + "id": 96971, + "videoLabels": [ + { + "ranges": [ + { + "end": 128, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 238, + "start": 128 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 335, + "start": 238 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 455, + "start": 335 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 569, + "start": 455 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 682, + "start": 569 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 855, + "start": 682 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80383, + "created_at": "2025-07-04T06:31:56.096534Z", + "updated_at": "2025-07-17T10:43:47.858954Z", + "lead_time": 323.9, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_110.hdf5" + } + }, + { + "episode_index": 81, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_74.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2c01648a32e5434cb29f77cf47d27cf7_cam_high.mp4", + "id": 96972, + "videoLabels": [ + { + "ranges": [ + { + "end": 112, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 197, + "start": 112 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 399, + "start": 197 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 551, + "start": 399 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 690, + "start": 551 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 860, + "start": 690 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1103, + "start": 860 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80389, + "created_at": "2025-07-04T06:32:52.716418Z", + "updated_at": "2025-07-16T09:50:15.317099Z", + "lead_time": 164.725, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_74.hdf5" + } + }, + { + "episode_index": 82, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_221.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2c018ac2697e44886159ac71adf410a7_cam_high.mp4", + "id": 96973, + "videoLabels": [ + { + "ranges": [ + { + "end": 154, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 245, + "start": 154 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 381, + "start": 245 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 513, + "start": 381 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 611, + "start": 513 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 748, + "start": 611 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 948, + "start": 748 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80400, + "created_at": "2025-07-04T06:34:42.852582Z", + "updated_at": "2025-07-17T10:57:14.413984Z", + "lead_time": 454.07, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_221.hdf5" + } + }, + { + "episode_index": 83, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_39.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2c0c5b644d423d11f1a1515a316f3ab6_cam_high.mp4", + "id": 96974, + "videoLabels": [ + { + "ranges": [ + { + "end": 146, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 279, + "start": 146 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 567, + "start": 279 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 751, + "start": 567 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1091, + "start": 751 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1184, + "start": 1091 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1611, + "start": 1184 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80412, + "created_at": "2025-07-04T06:36:34.374553Z", + "updated_at": "2025-07-16T09:50:17.158323Z", + "lead_time": 216.89200000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_39.hdf5" + } + }, + { + "episode_index": 84, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_120.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2d4a66bdcb6d597e9097ee5a3cb20dbf_cam_high.mp4", + "id": 96975, + "videoLabels": [ + { + "ranges": [ + { + "end": 233, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 297, + "start": 233 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 638, + "start": 297 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 782, + "start": 638 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 948, + "start": 782 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1048, + "start": 948 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1347, + "start": 1048 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80424, + "created_at": "2025-07-04T06:38:04.030921Z", + "updated_at": "2025-07-16T09:50:18.080478Z", + "lead_time": 163.44, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_120.hdf5" + } + }, + { + "episode_index": 85, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_149.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2d50e99ffe75ebdc84be7dfc2bdcbdb7_cam_high.mp4", + "id": 96976, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 218, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 411, + "start": 218 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 522, + "start": 411 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 694, + "start": 522 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 750, + "start": 694 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1008, + "start": 750 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80434, + "created_at": "2025-07-04T06:39:25.412789Z", + "updated_at": "2025-07-16T09:50:19.040880Z", + "lead_time": 164.233, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_149.hdf5" + } + }, + { + "episode_index": 86, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_207.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2d5216991fc6cce9fce06c2adfc94f97_cam_high.mp4", + "id": 96977, + "videoLabels": [ + { + "ranges": [ + { + "end": 122, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 206, + "start": 122 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 417, + "start": 206 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 540, + "start": 417 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 677, + "start": 540 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 775, + "start": 677 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 973, + "start": 775 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80443, + "created_at": "2025-07-04T06:40:47.307436Z", + "updated_at": "2025-07-17T11:00:51.034925Z", + "lead_time": 320.97, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_207.hdf5" + } + }, + { + "episode_index": 87, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_137.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2e45d5901c0e345f5b607a0f4b46bd0d_cam_high.mp4", + "id": 96978, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 254, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 408, + "start": 254 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 501, + "start": 408 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 694, + "start": 501 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 815, + "start": 694 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1030, + "start": 815 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80451, + "created_at": "2025-07-04T06:42:11.992587Z", + "updated_at": "2025-07-17T11:28:38.401609Z", + "lead_time": 264.688, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_137.hdf5" + } + }, + { + "episode_index": 88, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_174.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2e588734479a02343364fcce2e493420_cam_high.mp4", + "id": 96979, + "videoLabels": [ + { + "ranges": [ + { + "end": 142, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 210, + "start": 142 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 309, + "start": 210 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 468, + "start": 309 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 598, + "start": 468 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 803, + "start": 598 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1049, + "start": 803 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80459, + "created_at": "2025-07-04T06:43:15.291758Z", + "updated_at": "2025-07-17T11:29:59.411751Z", + "lead_time": 174.69400000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_174.hdf5" + } + }, + { + "episode_index": 89, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_132.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2f1de5d9687f9aa0810026b01f384d2d_cam_high.mp4", + "id": 96980, + "videoLabels": [ + { + "ranges": [ + { + "end": 140, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 220, + "start": 140 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 415, + "start": 220 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 536, + "start": 415 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 826, + "start": 536 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 925, + "start": 826 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1270, + "start": 925 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80470, + "created_at": "2025-07-04T06:44:47.399360Z", + "updated_at": "2025-07-16T09:50:22.695725Z", + "lead_time": 175.31, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_132.hdf5" + } + }, + { + "episode_index": 90, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_201.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/2f3caee6e24d901e9e9a351b4b8bbc41_cam_high.mp4", + "id": 96981, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 380, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 610, + "start": 380 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 610 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 842, + "start": 725 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1012, + "start": 842 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80478, + "created_at": "2025-07-04T06:46:03.321380Z", + "updated_at": "2025-07-16T09:50:23.649192Z", + "lead_time": 154.527, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_201.hdf5" + } + }, + { + "episode_index": 91, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_19.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/311a0f8ed397f60e65f7149ac5534ea1_cam_high.mp4", + "id": 96982, + "videoLabels": [ + { + "ranges": [ + { + "end": 209, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 345, + "start": 209 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 486, + "start": 345 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 655, + "start": 486 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 827, + "start": 655 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 954, + "start": 827 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1305, + "start": 954 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80485, + "created_at": "2025-07-04T06:47:27.686813Z", + "updated_at": "2025-07-17T11:31:12.980664Z", + "lead_time": 253.32500000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_19.hdf5" + } + }, + { + "episode_index": 92, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_78.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/31380b3c00d118d81d6451fa90aec49c_cam_high.mp4", + "id": 96983, + "videoLabels": [ + { + "ranges": [ + { + "end": 83, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 198, + "start": 83 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 300, + "start": 198 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 584, + "start": 300 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 683, + "start": 584 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 788, + "start": 683 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1228, + "start": 788 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80493, + "created_at": "2025-07-04T06:49:00.253192Z", + "updated_at": "2025-07-16T09:50:25.591539Z", + "lead_time": 164.58, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_78.hdf5" + } + }, + { + "episode_index": 93, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_73.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/314e7cb6cbe729ed497ca9ce7e747aa8_cam_high.mp4", + "id": 96984, + "videoLabels": [ + { + "ranges": [ + { + "end": 85, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 211, + "start": 85 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 388, + "start": 211 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 539, + "start": 388 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 764, + "start": 539 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 862, + "start": 764 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1079, + "start": 862 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80497, + "created_at": "2025-07-04T06:50:24.277696Z", + "updated_at": "2025-07-16T09:50:26.570796Z", + "lead_time": 167.335, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_73.hdf5" + } + }, + { + "episode_index": 94, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_6.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/31bed08a96e7b60f6f48deb623098b70_cam_high.mp4", + "id": 96985, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 241, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 363, + "start": 241 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 482, + "start": 363 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 646, + "start": 482 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 754, + "start": 646 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1004, + "start": 754 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80503, + "created_at": "2025-07-04T06:52:06.271574Z", + "updated_at": "2025-07-17T11:32:04.470677Z", + "lead_time": 292.259, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_6.hdf5" + } + }, + { + "episode_index": 95, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_12.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/31d12dc45206b32aee0984ba14e07692_cam_high.mp4", + "id": 96986, + "videoLabels": [ + { + "ranges": [ + { + "end": 350, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 474, + "start": 350 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 879, + "start": 474 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1048, + "start": 879 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1227, + "start": 1048 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1423, + "start": 1227 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 2247, + "start": 1423 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80509, + "created_at": "2025-07-04T06:54:41.564770Z", + "updated_at": "2025-07-16T09:50:28.512670Z", + "lead_time": 250.45, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_12.hdf5" + } + }, + { + "episode_index": 96, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_200.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3257b7e3fb68041eb09f7e767eb2a64a_cam_high.mp4", + "id": 96987, + "videoLabels": [ + { + "ranges": [ + { + "end": 330, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 424, + "start": 330 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 583, + "start": 424 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 703, + "start": 583 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 828, + "start": 703 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 924, + "start": 828 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1092, + "start": 924 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80512, + "created_at": "2025-07-04T06:56:33.838374Z", + "updated_at": "2025-07-17T11:33:10.051415Z", + "lead_time": 281.816, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_200.hdf5" + } + }, + { + "episode_index": 97, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_70.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/349aff67e08ba8c5a5a3cbb45698642b_cam_high.mp4", + "id": 96988, + "videoLabels": [ + { + "ranges": [ + { + "end": 113, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 225, + "start": 113 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 426, + "start": 225 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 808, + "start": 426 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 993, + "start": 808 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1126, + "start": 993 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1724, + "start": 1126 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80517, + "created_at": "2025-07-04T06:58:17.040628Z", + "updated_at": "2025-07-16T09:50:30.610133Z", + "lead_time": 283.494, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_70.hdf5" + } + }, + { + "episode_index": 98, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_126.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/350ff03258ae084fb7e4574e0c27c6fd_cam_high.mp4", + "id": 96989, + "videoLabels": [ + { + "ranges": [ + { + "end": 263, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 379, + "start": 263 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 676, + "start": 379 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 924, + "start": 676 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1156, + "start": 924 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1299, + "start": 1156 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1979, + "start": 1299 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80523, + "created_at": "2025-07-04T07:00:51.825784Z", + "updated_at": "2025-07-16T09:50:31.535302Z", + "lead_time": 177.434, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_126.hdf5" + } + }, + { + "episode_index": 99, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_146.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3528e21b18a8c4353c2d40ce4b0dfd8f_cam_high.mp4", + "id": 96990, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 158, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 291, + "start": 158 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 465, + "start": 291 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 575, + "start": 465 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 659, + "start": 575 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 897, + "start": 659 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80520, + "created_at": "2025-07-04T06:59:28.654331Z", + "updated_at": "2025-07-16T09:50:32.459989Z", + "lead_time": 119.663, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_146.hdf5" + } + }, + { + "episode_index": 100, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_163.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/35483221a8b70da6c4aec26806929351_cam_high.mp4", + "id": 96991, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 238, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 462, + "start": 238 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 597, + "start": 462 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 792, + "start": 597 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 907, + "start": 792 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1157, + "start": 907 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80529, + "created_at": "2025-07-04T07:03:24.698843Z", + "updated_at": "2025-07-16T09:50:33.346707Z", + "lead_time": 147.242, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_163.hdf5" + } + }, + { + "episode_index": 101, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_236.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/35f2853c403463268f805b53c539cfcd_cam_high.mp4", + "id": 96992, + "videoLabels": [ + { + "ranges": [ + { + "end": 123, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 179, + "start": 123 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 390, + "start": 179 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 521, + "start": 390 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 637, + "start": 521 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 739, + "start": 637 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1115, + "start": 739 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80537, + "created_at": "2025-07-04T07:07:46.280410Z", + "updated_at": "2025-07-16T09:50:34.256705Z", + "lead_time": 146.364, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_236.hdf5" + } + }, + { + "episode_index": 102, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_191.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/35f73996ab14389f607093654b4ea038_cam_high.mp4", + "id": 96993, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 239, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 533, + "start": 239 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 578, + "start": 533 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 651, + "start": 578 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 774, + "start": 651 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1029, + "start": 774 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80543, + "created_at": "2025-07-04T07:10:08.825165Z", + "updated_at": "2025-07-17T11:34:00.976764Z", + "lead_time": 177.442, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_191.hdf5" + } + }, + { + "episode_index": 103, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_116.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/361825039b595c3cf6b3d2ef87573747_cam_high.mp4", + "id": 96994, + "videoLabels": [ + { + "ranges": [ + { + "end": 105, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 105 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 685, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 926, + "start": 685 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1033, + "start": 926 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1147, + "start": 1033 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1478, + "start": 1147 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80547, + "created_at": "2025-07-04T07:11:42.238417Z", + "updated_at": "2025-07-16T09:50:36.062461Z", + "lead_time": 204.281, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_116.hdf5" + } + }, + { + "episode_index": 104, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_71.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/366f9cd512d628a93ed35f2771ea7cc6_cam_high.mp4", + "id": 96995, + "videoLabels": [ + { + "ranges": [ + { + "end": 117, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 259, + "start": 117 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 449, + "start": 259 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 942, + "start": 449 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1063, + "start": 942 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1166, + "start": 1063 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1752, + "start": 1166 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80550, + "created_at": "2025-07-04T07:13:16.978763Z", + "updated_at": "2025-07-16T09:50:36.985854Z", + "lead_time": 157.253, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_71.hdf5" + } + }, + { + "episode_index": 105, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_91.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/378497cf46f55d1a6c4117b51a8c8488_cam_high.mp4", + "id": 96996, + "videoLabels": [ + { + "ranges": [ + { + "end": 119, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 210, + "start": 119 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 337, + "start": 210 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 519, + "start": 337 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 769, + "start": 519 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 875, + "start": 769 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1321, + "start": 875 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80555, + "created_at": "2025-07-04T07:14:29.869433Z", + "updated_at": "2025-07-16T09:50:37.965481Z", + "lead_time": 211.876, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_91.hdf5" + } + }, + { + "episode_index": 106, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_68.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/37e67b7f27d1bdc52aa08690af9ccf4a_cam_high.mp4", + "id": 96997, + "videoLabels": [ + { + "ranges": [ + { + "end": 80, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 197, + "start": 80 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 349, + "start": 197 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 608, + "start": 349 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 720, + "start": 608 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 831, + "start": 720 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1121, + "start": 831 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80562, + "created_at": "2025-07-04T07:16:10.743129Z", + "updated_at": "2025-07-16T09:50:38.944662Z", + "lead_time": 137.00099999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_68.hdf5" + } + }, + { + "episode_index": 107, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_235.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3881fbddc3edb2372d81e706b2a9b454_cam_high.mp4", + "id": 96998, + "videoLabels": [ + { + "ranges": [ + { + "end": 121, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 176, + "start": 121 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 497, + "start": 176 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 657, + "start": 497 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 784, + "start": 657 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 863, + "start": 784 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1104, + "start": 863 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80568, + "created_at": "2025-07-04T07:18:10.505588Z", + "updated_at": "2025-07-16T09:50:39.919415Z", + "lead_time": 169.4, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_235.hdf5" + } + }, + { + "episode_index": 108, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_208.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3962233b0512eddd5e53ba3862742ec9_cam_high.mp4", + "id": 96999, + "videoLabels": [ + { + "ranges": [ + { + "end": 130, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 191, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 322, + "start": 191 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 424, + "start": 322 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 567, + "start": 424 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 667, + "start": 567 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 873, + "start": 667 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80577, + "created_at": "2025-07-04T07:19:33.448247Z", + "updated_at": "2025-07-17T11:34:51.383824Z", + "lead_time": 161.766, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_208.hdf5" + } + }, + { + "episode_index": 109, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_42.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3996118ad077b50e27b2fad7ecb1b6b0_cam_high.mp4", + "id": 97000, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 228, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 379, + "start": 228 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 491, + "start": 379 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 491 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 805, + "start": 725 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1074, + "start": 805 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80587, + "created_at": "2025-07-04T07:21:41.061216Z", + "updated_at": "2025-07-17T11:35:21.048614Z", + "lead_time": 211.786, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_42.hdf5" + } + }, + { + "episode_index": 110, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_241.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/39afef4ce4baf84db484254edb15593d_cam_high.mp4", + "id": 97001, + "videoLabels": [ + { + "ranges": [ + { + "end": 130, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 450, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 584, + "start": 450 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 694, + "start": 584 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 789, + "start": 694 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1288, + "start": 789 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80593, + "created_at": "2025-07-04T07:23:07.779685Z", + "updated_at": "2025-07-16T09:50:42.740470Z", + "lead_time": 136.841, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_241.hdf5" + } + }, + { + "episode_index": 111, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_95.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/39be9c8da8eee49c5e5ea0fbafbd93af_cam_high.mp4", + "id": 97002, + "videoLabels": [ + { + "ranges": [ + { + "end": 80, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 166, + "start": 80 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 294, + "start": 166 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 575, + "start": 294 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 787, + "start": 575 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 886, + "start": 787 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1171, + "start": 886 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80615, + "created_at": "2025-07-04T07:29:13.405333Z", + "updated_at": "2025-07-16T09:50:43.652720Z", + "lead_time": 417.68100000000004, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_95.hdf5" + } + }, + { + "episode_index": 112, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_41.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3ac53487c1ed75d24d5e1472780dd4eb_cam_high.mp4", + "id": 97003, + "videoLabels": [ + { + "ranges": [ + { + "end": 161, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 268, + "start": 161 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 519, + "start": 268 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 674, + "start": 519 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 852, + "start": 674 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 991, + "start": 852 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1365, + "start": 991 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80622, + "created_at": "2025-07-04T07:31:10.706642Z", + "updated_at": "2025-07-16T09:50:44.567987Z", + "lead_time": 177.007, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_41.hdf5" + } + }, + { + "episode_index": 113, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_242.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3ad88da103d47341243d7c83f0a32411_cam_high.mp4", + "id": 97004, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 182, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 307, + "start": 182 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 379, + "start": 307 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 490, + "start": 379 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 559, + "start": 490 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 807, + "start": 559 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80629, + "created_at": "2025-07-04T07:33:00.885502Z", + "updated_at": "2025-07-17T11:35:56.357154Z", + "lead_time": 131.62300000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_242.hdf5" + } + }, + { + "episode_index": 114, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_247.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3af94f8639a9a6eb9f91af837f0fba99_cam_high.mp4", + "id": 97005, + "videoLabels": [ + { + "ranges": [ + { + "end": 161, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 215, + "start": 161 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 366, + "start": 215 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 526, + "start": 366 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 656, + "start": 526 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 747, + "start": 656 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1181, + "start": 747 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80637, + "created_at": "2025-07-04T07:34:27.599200Z", + "updated_at": "2025-07-16T09:50:46.380294Z", + "lead_time": 130.111, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_247.hdf5" + } + }, + { + "episode_index": 115, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_89.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3b17675c8410b35c5ac2fe0440dba46f_cam_high.mp4", + "id": 97006, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 306, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 489, + "start": 306 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 598, + "start": 489 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 808, + "start": 598 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 899, + "start": 808 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1264, + "start": 899 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80644, + "created_at": "2025-07-04T07:37:03.306920Z", + "updated_at": "2025-07-17T11:36:37.073132Z", + "lead_time": 241.43200000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_89.hdf5" + } + }, + { + "episode_index": 116, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_69.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3da961a82b2ff9313ab22f353c01e84b_cam_high.mp4", + "id": 97007, + "videoLabels": [ + { + "ranges": [ + { + "end": 92, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 184, + "start": 92 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 443, + "start": 184 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 714, + "start": 443 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 840, + "start": 714 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 947, + "start": 840 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1236, + "start": 947 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80651, + "created_at": "2025-07-04T07:39:28.303745Z", + "updated_at": "2025-07-16T09:50:48.154134Z", + "lead_time": 208.56300000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_69.hdf5" + } + }, + { + "episode_index": 117, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_159.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3df5121bd01cccb3b249de0e768de58d_cam_high.mp4", + "id": 97008, + "videoLabels": [ + { + "ranges": [ + { + "end": 116, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 189, + "start": 116 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 445, + "start": 189 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 445 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 787, + "start": 604 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 866, + "start": 787 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1342, + "start": 866 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80657, + "created_at": "2025-07-04T07:41:07.329151Z", + "updated_at": "2025-07-16T09:50:49.042240Z", + "lead_time": 137.388, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_159.hdf5" + } + }, + { + "episode_index": 118, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_34.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3e036361254dd93e2f9e3112788ba09c_cam_high.mp4", + "id": 97009, + "videoLabels": [ + { + "ranges": [ + { + "end": 118, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 316, + "start": 118 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 537, + "start": 316 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 800, + "start": 537 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 988, + "start": 800 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1147, + "start": 988 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1705, + "start": 1147 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80667, + "created_at": "2025-07-04T07:43:52.538023Z", + "updated_at": "2025-07-16T09:50:49.928814Z", + "lead_time": 195.50100000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_34.hdf5" + } + }, + { + "episode_index": 119, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_39.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3e170af9de9d4167aeb99e3aed7b8e05_cam_high.mp4", + "id": 97010, + "videoLabels": [ + { + "ranges": [ + { + "end": 201, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 338, + "start": 201 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 497, + "start": 338 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 592, + "start": 497 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 756, + "start": 592 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 854, + "start": 756 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1180, + "start": 854 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80672, + "created_at": "2025-07-04T07:45:26.157439Z", + "updated_at": "2025-07-17T11:37:49.785503Z", + "lead_time": 219.911, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_39.hdf5" + } + }, + { + "episode_index": 120, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_17.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3e9e3e19564046876449e572d1a53a32_cam_high.mp4", + "id": 97011, + "videoLabels": [ + { + "ranges": [ + { + "end": 188, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 337, + "start": 188 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 511, + "start": 337 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 673, + "start": 511 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 804, + "start": 673 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 940, + "start": 804 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1140, + "start": 940 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80682, + "created_at": "2025-07-04T07:47:00.678619Z", + "updated_at": "2025-07-17T11:38:14.277448Z", + "lead_time": 226.781, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_17.hdf5" + } + }, + { + "episode_index": 121, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_113.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3ee878879e318d01d626b9a0705f9a04_cam_high.mp4", + "id": 97012, + "videoLabels": [ + { + "ranges": [ + { + "end": 140, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 259, + "start": 140 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 375, + "start": 259 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 491, + "start": 375 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 620, + "start": 491 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 737, + "start": 620 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 972, + "start": 737 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80692, + "created_at": "2025-07-04T07:49:18.266346Z", + "updated_at": "2025-07-17T11:38:46.923218Z", + "lead_time": 215.05700000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_113.hdf5" + } + }, + { + "episode_index": 122, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_85.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/3f57ac3d0b8a49a3131ecfc5746ca006_cam_high.mp4", + "id": 97013, + "videoLabels": [ + { + "ranges": [ + { + "end": 299, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 409, + "start": 299 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 624, + "start": 409 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 624 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 932, + "start": 725 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1048, + "start": 932 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1382, + "start": 1048 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80714, + "created_at": "2025-07-04T07:54:00.555331Z", + "updated_at": "2025-07-17T11:39:15.545621Z", + "lead_time": 261.56699999999995, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_85.hdf5" + } + }, + { + "episode_index": 123, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_119.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4046bdb1a0403c9fd9f32b84a424a568_cam_high.mp4", + "id": 97014, + "videoLabels": [ + { + "ranges": [ + { + "end": 336, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 473, + "start": 336 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 765, + "start": 473 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 953, + "start": 765 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1141, + "start": 953 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1271, + "start": 1141 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1558, + "start": 1271 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80722, + "created_at": "2025-07-04T07:55:26.508487Z", + "updated_at": "2025-07-17T11:39:40.082524Z", + "lead_time": 177.369, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_119.hdf5" + } + }, + { + "episode_index": 124, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_168.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/40b71bcd4c533549d435c18156f0365e_cam_high.mp4", + "id": 97015, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 223, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 489, + "start": 223 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 667, + "start": 489 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 870, + "start": 667 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 957, + "start": 870 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1310, + "start": 957 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80736, + "created_at": "2025-07-04T07:58:14.980878Z", + "updated_at": "2025-07-16T09:50:55.439297Z", + "lead_time": 250.125, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_168.hdf5" + } + }, + { + "episode_index": 125, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_75.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/40ce89cff1f70df46b57909738ab1dd6_cam_high.mp4", + "id": 97016, + "videoLabels": [ + { + "ranges": [ + { + "end": 137, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 247, + "start": 137 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 331, + "start": 247 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 473, + "start": 331 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 577, + "start": 473 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 719, + "start": 577 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 942, + "start": 719 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80746, + "created_at": "2025-07-04T08:00:04.328703Z", + "updated_at": "2025-07-17T11:40:12.953069Z", + "lead_time": 312.75299999999993, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_75.hdf5" + } + }, + { + "episode_index": 126, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_220.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/41104c1e4e4f8e0dfb4b70a90c5daca7_cam_high.mp4", + "id": 97017, + "videoLabels": [ + { + "ranges": [ + { + "end": 110, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 207, + "start": 110 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 400, + "start": 207 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 560, + "start": 400 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 641, + "start": 560 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 757, + "start": 641 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1004, + "start": 757 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80755, + "created_at": "2025-07-04T08:01:43.173608Z", + "updated_at": "2025-07-16T09:50:57.327065Z", + "lead_time": 300.588, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_220.hdf5" + } + }, + { + "episode_index": 127, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_212.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/415f61ed731af733469967e1ee36628c_cam_high.mp4", + "id": 97018, + "videoLabels": [ + { + "ranges": [ + { + "end": 146, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 217, + "start": 146 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 342, + "start": 217 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 515, + "start": 342 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 656, + "start": 515 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 761, + "start": 656 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 922, + "start": 761 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80769, + "created_at": "2025-07-04T08:04:32.013043Z", + "updated_at": "2025-07-17T11:40:42.281522Z", + "lead_time": 271.99, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_212.hdf5" + } + }, + { + "episode_index": 128, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_100.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/42843cfa76ea30af9cc02d74f4fbfbc2_cam_high.mp4", + "id": 97019, + "videoLabels": [ + { + "ranges": [ + { + "end": 103, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 259, + "start": 103 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 468, + "start": 259 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 828, + "start": 468 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 918, + "start": 828 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1065, + "start": 918 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1357, + "start": 1065 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80776, + "created_at": "2025-07-04T08:06:03.461018Z", + "updated_at": "2025-07-16T09:50:59.471848Z", + "lead_time": 237.059, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_100.hdf5" + } + }, + { + "episode_index": 129, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_5.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/42b2f756c3325fe8a44eebba7c0fd224_cam_high.mp4", + "id": 97020, + "videoLabels": [ + { + "ranges": [ + { + "end": 170, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 267, + "start": 170 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 428, + "start": 267 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 670, + "start": 428 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 826, + "start": 670 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 950, + "start": 826 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1212, + "start": 950 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80782, + "created_at": "2025-07-04T08:07:12.382412Z", + "updated_at": "2025-07-16T09:51:00.945619Z", + "lead_time": 242.088, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_5.hdf5" + } + }, + { + "episode_index": 130, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_62.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/42babba18f3b1e956b16e5a40d35a2cb_cam_high.mp4", + "id": 97021, + "videoLabels": [ + { + "ranges": [ + { + "end": 176, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 260, + "start": 176 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 403, + "start": 260 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 561, + "start": 403 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 736, + "start": 561 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 909, + "start": 736 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1159, + "start": 909 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80788, + "created_at": "2025-07-04T08:08:15.211179Z", + "updated_at": "2025-07-16T09:51:01.898207Z", + "lead_time": 154.543, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_62.hdf5" + } + }, + { + "episode_index": 131, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_239.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/43780d795d0086e8d1c2baf4daa47163_cam_high.mp4", + "id": 97022, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 199, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 292, + "start": 199 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 370, + "start": 292 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 499, + "start": 370 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 583, + "start": 499 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 840, + "start": 583 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80797, + "created_at": "2025-07-04T08:10:10.889648Z", + "updated_at": "2025-07-17T11:41:17.958274Z", + "lead_time": 250.839, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_239.hdf5" + } + }, + { + "episode_index": 132, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_177.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/43d5cb85f8e13a9b472a1468f282ee74_cam_high.mp4", + "id": 97023, + "videoLabels": [ + { + "ranges": [ + { + "end": 152, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 152 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 444, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 529, + "start": 444 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 694, + "start": 529 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 806, + "start": 694 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1097, + "start": 806 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80803, + "created_at": "2025-07-04T08:11:48.267903Z", + "updated_at": "2025-07-16T09:51:03.796979Z", + "lead_time": 249.26800000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_177.hdf5" + } + }, + { + "episode_index": 133, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_103.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/44962845ead8953fde48e5d26c453093_cam_high.mp4", + "id": 97024, + "videoLabels": [ + { + "ranges": [ + { + "end": 92, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 92 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 378, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 581, + "start": 378 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 655, + "start": 581 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 777, + "start": 655 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 976, + "start": 777 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80812, + "created_at": "2025-07-04T08:14:01.948662Z", + "updated_at": "2025-07-16T09:51:04.735851Z", + "lead_time": 219.663, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_103.hdf5" + } + }, + { + "episode_index": 134, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_102.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/45baf57881ed43fe84d4e0cd9157a7dd_cam_high.mp4", + "id": 97025, + "videoLabels": [ + { + "ranges": [ + { + "end": 172, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 286, + "start": 172 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 442, + "start": 286 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 639, + "start": 441 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 769, + "start": 639 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 923, + "start": 769 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1281, + "start": 923 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80819, + "created_at": "2025-07-04T08:15:43.815956Z", + "updated_at": "2025-07-17T11:42:21.374829Z", + "lead_time": 250.02799999999996, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_102.hdf5" + } + }, + { + "episode_index": 135, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_144.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/45eedb50204793e8297086cdd1091e7e_cam_high.mp4", + "id": 97026, + "videoLabels": [ + { + "ranges": [ + { + "end": 114, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 205, + "start": 114 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 348, + "start": 205 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 565, + "start": 348 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 751, + "start": 565 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 845, + "start": 751 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1230, + "start": 845 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80828, + "created_at": "2025-07-04T08:17:12.118499Z", + "updated_at": "2025-07-16T09:51:06.689461Z", + "lead_time": 221.273, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_144.hdf5" + } + }, + { + "episode_index": 136, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_55.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/462474095672abdbb1865b2667642910_cam_high.mp4", + "id": 97027, + "videoLabels": [ + { + "ranges": [ + { + "end": 126, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 126 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 332, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 500, + "start": 332 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 594, + "start": 500 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 694, + "start": 594 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 966, + "start": 694 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80840, + "created_at": "2025-07-04T08:20:05.626399Z", + "updated_at": "2025-07-17T11:42:48.303801Z", + "lead_time": 289.67699999999996, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_55.hdf5" + } + }, + { + "episode_index": 137, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_230.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4720bf4b3497a8f28544f84e329b60fa_cam_high.mp4", + "id": 97028, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 364, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 537, + "start": 364 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 638, + "start": 537 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 707, + "start": 638 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 982, + "start": 707 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80850, + "created_at": "2025-07-04T08:22:36.039888Z", + "updated_at": "2025-07-16T09:51:08.474675Z", + "lead_time": 276.163, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_230.hdf5" + } + }, + { + "episode_index": 138, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_116.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/473ec4ff0d72f1593d763f87914317cd_cam_high.mp4", + "id": 97029, + "videoLabels": [ + { + "ranges": [ + { + "end": 125, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 234, + "start": 125 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 398, + "start": 234 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 538, + "start": 398 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 647, + "start": 538 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 750, + "start": 647 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1002, + "start": 750 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80857, + "created_at": "2025-07-04T08:23:46.711151Z", + "updated_at": "2025-07-17T11:43:15.034372Z", + "lead_time": 223.55, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_116.hdf5" + } + }, + { + "episode_index": 139, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_188.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/48f58c55942bd1a216a7362b89baa211_cam_high.mp4", + "id": 97030, + "videoLabels": [ + { + "ranges": [ + { + "end": 158, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 263, + "start": 158 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 589, + "start": 263 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 728, + "start": 589 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 872, + "start": 728 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 967, + "start": 872 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1251, + "start": 967 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80870, + "created_at": "2025-07-04T08:26:15.097180Z", + "updated_at": "2025-07-16T09:51:10.407364Z", + "lead_time": 312.497, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_188.hdf5" + } + }, + { + "episode_index": 140, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_60.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/49340ed2873c0069c70a704105f0048b_cam_high.mp4", + "id": 97031, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 210, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 316, + "start": 210 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 465, + "start": 316 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 624, + "start": 465 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 737, + "start": 624 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 974, + "start": 737 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80878, + "created_at": "2025-07-04T08:28:23.963686Z", + "updated_at": "2025-07-17T11:43:45.450859Z", + "lead_time": 247.56099999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_60.hdf5" + } + }, + { + "episode_index": 141, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_223.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4a9a53672d9b3cf88f24e03914d909d1_cam_high.mp4", + "id": 97032, + "videoLabels": [ + { + "ranges": [ + { + "end": 132, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 197, + "start": 132 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 301, + "start": 197 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 433, + "start": 301 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 546, + "start": 433 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 691, + "start": 546 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 894, + "start": 691 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80887, + "created_at": "2025-07-04T08:30:02.447703Z", + "updated_at": "2025-07-17T11:44:12.300480Z", + "lead_time": 249.675, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_223.hdf5" + } + }, + { + "episode_index": 142, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_98.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4af4cc51817176632c94d50efc0ecfa5_cam_high.mp4", + "id": 97033, + "videoLabels": [ + { + "ranges": [ + { + "end": 107, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 224, + "start": 107 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 295, + "start": 224 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 602, + "start": 295 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1032, + "start": 602 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1111, + "start": 1032 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1369, + "start": 1111 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80901, + "created_at": "2025-07-04T08:32:30.163681Z", + "updated_at": "2025-07-16T09:51:13.365801Z", + "lead_time": 296.176, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_98.hdf5" + } + }, + { + "episode_index": 143, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_145.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4b0f7094ad105babde8d9cc8d5c74608_cam_high.mp4", + "id": 97034, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 287, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 479, + "start": 287 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 577, + "start": 479 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 903, + "start": 577 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1148, + "start": 903 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1386, + "start": 1148 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80933, + "created_at": "2025-07-04T08:38:50.477420Z", + "updated_at": "2025-07-17T11:44:47.115877Z", + "lead_time": 240.29299999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_145.hdf5" + } + }, + { + "episode_index": 144, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_76.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4b4b444bcda50922fcd553bb0dd80471_cam_high.mp4", + "id": 97035, + "videoLabels": [ + { + "ranges": [ + { + "end": 166, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 248, + "start": 166 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 390, + "start": 248 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 578, + "start": 390 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 578 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 871, + "start": 742 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1206, + "start": 871 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80941, + "created_at": "2025-07-04T08:40:40.750240Z", + "updated_at": "2025-07-17T11:45:08.864762Z", + "lead_time": 283.036, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_76.hdf5" + } + }, + { + "episode_index": 145, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_168.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4c3a23af04d9a240b2652edaf9bae568_cam_high.mp4", + "id": 97036, + "videoLabels": [ + { + "ranges": [ + { + "end": 246, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 350, + "start": 246 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 493, + "start": 350 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 580, + "start": 493 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 580 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 885, + "start": 742 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1136, + "start": 885 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80953, + "created_at": "2025-07-04T08:42:44.432787Z", + "updated_at": "2025-07-17T11:46:00.886206Z", + "lead_time": 302.36699999999996, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_168.hdf5" + } + }, + { + "episode_index": 146, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_9.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4cdd95cbb830b792834f30046a60068f_cam_high.mp4", + "id": 97037, + "videoLabels": [ + { + "ranges": [ + { + "end": 203, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 339, + "start": 203 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 544, + "start": 339 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 863, + "start": 544 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1146, + "start": 863 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1306, + "start": 1146 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 2041, + "start": 1306 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80963, + "created_at": "2025-07-04T08:44:37.656089Z", + "updated_at": "2025-07-16T09:51:16.942812Z", + "lead_time": 274.081, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_9.hdf5" + } + }, + { + "episode_index": 147, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_204.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4d08c08b49556cce231fb902acc15f3d_cam_high.mp4", + "id": 97038, + "videoLabels": [ + { + "ranges": [ + { + "end": 370, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 481, + "start": 370 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 481 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 604 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 910, + "start": 776 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1064, + "start": 910 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1266, + "start": 1064 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80971, + "created_at": "2025-07-04T08:46:29.643974Z", + "updated_at": "2025-07-17T11:46:49.986014Z", + "lead_time": 264.459, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_204.hdf5" + } + }, + { + "episode_index": 148, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_109.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4d0e1fabb95933f59932bfd5e941c7b6_cam_high.mp4", + "id": 97039, + "videoLabels": [ + { + "ranges": [ + { + "end": 191, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 286, + "start": 191 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 394, + "start": 286 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 533, + "start": 394 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 650, + "start": 533 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 650 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 932, + "start": 776 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80979, + "created_at": "2025-07-04T08:47:55.584290Z", + "updated_at": "2025-07-17T11:47:10.314769Z", + "lead_time": 296.966, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_109.hdf5" + } + }, + { + "episode_index": 149, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_92.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4d14c1619ee94eae31b0c0d6799df151_cam_high.mp4", + "id": 97040, + "videoLabels": [ + { + "ranges": [ + { + "end": 221, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 338, + "start": 221 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 497, + "start": 338 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 610, + "start": 497 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 801, + "start": 610 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 921, + "start": 801 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1287, + "start": 921 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80990, + "created_at": "2025-07-04T08:50:31.873606Z", + "updated_at": "2025-07-17T11:47:35.634716Z", + "lead_time": 309.951, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_92.hdf5" + } + }, + { + "episode_index": 150, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_165.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4daf763c550fddd7913a54f93d212a13_cam_high.mp4", + "id": 97041, + "videoLabels": [ + { + "ranges": [ + { + "end": 169, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 169 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 524, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 686, + "start": 524 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 821, + "start": 686 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 916, + "start": 821 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1160, + "start": 916 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 80998, + "created_at": "2025-07-04T08:52:41.931811Z", + "updated_at": "2025-07-16T09:51:20.575289Z", + "lead_time": 300.778, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_165.hdf5" + } + }, + { + "episode_index": 151, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_193.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4dcdba8c76d1048429b3945e6a8f2d3f_cam_high.mp4", + "id": 97042, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 196, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 328, + "start": 196 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 428, + "start": 328 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 543, + "start": 428 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 663, + "start": 543 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 891, + "start": 663 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81016, + "created_at": "2025-07-04T08:56:56.139149Z", + "updated_at": "2025-07-17T11:48:00.300152Z", + "lead_time": 385.40999999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_193.hdf5" + } + }, + { + "episode_index": 152, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_18.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4e52087a1be54c40613464be46fb1f0e_cam_high.mp4", + "id": 97043, + "videoLabels": [ + { + "ranges": [ + { + "end": 190, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 470, + "start": 190 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 623, + "start": 470 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 829, + "start": 623 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1007, + "start": 829 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1171, + "start": 1007 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1931, + "start": 1171 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81025, + "created_at": "2025-07-04T08:58:27.770714Z", + "updated_at": "2025-07-16T09:51:22.476973Z", + "lead_time": 245.086, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_18.hdf5" + } + }, + { + "episode_index": 153, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_123.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4f41f15adbbe5b0717e440dddeef8ab3_cam_high.mp4", + "id": 97044, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 289, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 493, + "start": 289 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 665, + "start": 493 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 757, + "start": 665 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 933, + "start": 757 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1131, + "start": 933 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81043, + "created_at": "2025-07-04T09:01:41.497138Z", + "updated_at": "2025-07-17T11:48:27.351004Z", + "lead_time": 383.29100000000005, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_123.hdf5" + } + }, + { + "episode_index": 154, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_89.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/4fa1b60ade6790d6bf34cc373f02518c_cam_high.mp4", + "id": 97045, + "videoLabels": [ + { + "ranges": [ + { + "end": 136, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 201, + "start": 136 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 323, + "start": 201 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 738, + "start": 323 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 918, + "start": 738 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1046, + "start": 918 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1784, + "start": 1046 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81058, + "created_at": "2025-07-04T09:04:02.483117Z", + "updated_at": "2025-07-16T09:51:24.393883Z", + "lead_time": 343.788, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_89.hdf5" + } + }, + { + "episode_index": 155, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_54.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/510dadd1bc55ef3a234d1683f9e7a333_cam_high.mp4", + "id": 97046, + "videoLabels": [ + { + "ranges": [ + { + "end": 158, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 256, + "start": 158 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 455, + "start": 256 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 638, + "start": 455 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 799, + "start": 638 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 947, + "start": 799 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1295, + "start": 947 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81071, + "created_at": "2025-07-04T09:06:53.581992Z", + "updated_at": "2025-07-16T09:51:26.305959Z", + "lead_time": 601.566, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_54.hdf5" + } + }, + { + "episode_index": 156, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_118.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5122dc2f17943634a9c64b73a62cc88c_cam_high.mp4", + "id": 97047, + "videoLabels": [ + { + "ranges": [ + { + "end": 102, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 263, + "start": 102 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 424, + "start": 263 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 657, + "start": 424 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 755, + "start": 657 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 903, + "start": 755 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1192, + "start": 903 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81078, + "created_at": "2025-07-04T09:08:05.987838Z", + "updated_at": "2025-07-16T09:51:27.206256Z", + "lead_time": 246.392, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_118.hdf5" + } + }, + { + "episode_index": 157, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_167.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/512d5b20c28b518ee503fa252f241f4d_cam_high.mp4", + "id": 97048, + "videoLabels": [ + { + "ranges": [ + { + "end": 180, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 308, + "start": 180 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 453, + "start": 308 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 618, + "start": 453 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 795, + "start": 618 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1058, + "start": 795 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1508, + "start": 1058 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81086, + "created_at": "2025-07-04T09:09:35.562479Z", + "updated_at": "2025-07-17T11:49:04.087364Z", + "lead_time": 289.104, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_167.hdf5" + } + }, + { + "episode_index": 158, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_185.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/517378e6ca837e29deeaa6490d616dc5_cam_high.mp4", + "id": 97049, + "videoLabels": [ + { + "ranges": [ + { + "end": 190, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 294, + "start": 190 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 491, + "start": 294 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 627, + "start": 491 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 774, + "start": 627 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 897, + "start": 774 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1118, + "start": 897 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81100, + "created_at": "2025-07-04T09:12:14.051771Z", + "updated_at": "2025-07-17T11:49:25.552000Z", + "lead_time": 299.131, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_185.hdf5" + } + }, + { + "episode_index": 159, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_157.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/52f5ecb10f6110c0d8029808af141495_cam_high.mp4", + "id": 97050, + "videoLabels": [ + { + "ranges": [ + { + "end": 161, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 161 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 649, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 734, + "start": 649 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 896, + "start": 734 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1076, + "start": 896 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1264, + "start": 1076 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81135, + "created_at": "2025-07-04T09:15:47.853376Z", + "updated_at": "2025-07-17T11:49:45.121273Z", + "lead_time": 247.298, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_157.hdf5" + } + }, + { + "episode_index": 160, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_133.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/53039dbcc082c284e428cd929b7d5354_cam_high.mp4", + "id": 97051, + "videoLabels": [ + { + "ranges": [ + { + "end": 183, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 280, + "start": 183 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 605, + "start": 280 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 605 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 961, + "start": 742 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1058, + "start": 961 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1246, + "start": 1058 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81139, + "created_at": "2025-07-04T09:17:44.743393Z", + "updated_at": "2025-07-16T09:51:30.861740Z", + "lead_time": 227.94, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_133.hdf5" + } + }, + { + "episode_index": 161, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_191.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5359d5ec29c4d8938aeec3d70aeaec70_cam_high.mp4", + "id": 97052, + "videoLabels": [ + { + "ranges": [ + { + "end": 215, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 299, + "start": 215 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 617, + "start": 299 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 750, + "start": 617 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 932, + "start": 750 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1057, + "start": 932 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1321, + "start": 1057 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81149, + "created_at": "2025-07-04T09:19:33.787461Z", + "updated_at": "2025-07-16T09:51:31.764009Z", + "lead_time": 284.334, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_191.hdf5" + } + }, + { + "episode_index": 162, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_156.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/53ee97f200d32bde6ce519bf01c44f94_cam_high.mp4", + "id": 97053, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 248, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 349, + "start": 248 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 622, + "start": 349 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 955, + "start": 622 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1123, + "start": 955 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1466, + "start": 1123 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81160, + "created_at": "2025-07-04T09:22:17.155007Z", + "updated_at": "2025-07-16T09:51:32.646290Z", + "lead_time": 311.111, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_156.hdf5" + } + }, + { + "episode_index": 163, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_185.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/552e754e4837ee1600de29a78ab7a919_cam_high.mp4", + "id": 97054, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 254, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 404, + "start": 254 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 483, + "start": 404 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 612, + "start": 483 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 703, + "start": 612 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 889, + "start": 703 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81168, + "created_at": "2025-07-04T09:23:39.838386Z", + "updated_at": "2025-07-16T09:51:33.572015Z", + "lead_time": 206.119, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_185.hdf5" + } + }, + { + "episode_index": 164, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_26.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/553034380685f88d6970de67562ebb36_cam_high.mp4", + "id": 97055, + "videoLabels": [ + { + "ranges": [ + { + "end": 178, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 289, + "start": 178 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 414, + "start": 289 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 523, + "start": 414 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 710, + "start": 523 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 837, + "start": 710 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1038, + "start": 837 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81172, + "created_at": "2025-07-04T09:25:08.236440Z", + "updated_at": "2025-07-17T11:50:20.626534Z", + "lead_time": 4835.705, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_26.hdf5" + } + }, + { + "episode_index": 165, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_171.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/570240a8b269fa67c342e1ba688daddf_cam_high.mp4", + "id": 97056, + "videoLabels": [ + { + "ranges": [ + { + "end": 186, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 339, + "start": 186 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 558, + "start": 339 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 718, + "start": 558 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 889, + "start": 718 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1013, + "start": 889 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1278, + "start": 1013 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81181, + "created_at": "2025-07-04T09:29:17.833128Z", + "updated_at": "2025-07-16T09:51:35.350201Z", + "lead_time": 394.921, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_171.hdf5" + } + }, + { + "episode_index": 166, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_214.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/573bf3855084fa820fb1024e432383c4_cam_high.mp4", + "id": 97057, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 235, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 358, + "start": 235 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 480, + "start": 358 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 617, + "start": 480 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 713, + "start": 617 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 928, + "start": 713 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81188, + "created_at": "2025-07-04T09:31:33.933401Z", + "updated_at": "2025-07-17T11:50:45.744169Z", + "lead_time": 415.72299999999996, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_214.hdf5" + } + }, + { + "episode_index": 167, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_165.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/57c51cad5069bd47d50100e2372b8a0a_cam_high.mp4", + "id": 97058, + "videoLabels": [ + { + "ranges": [ + { + "end": 308, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 443, + "start": 308 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 584, + "start": 443 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 687, + "start": 584 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 848, + "start": 687 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1053, + "start": 848 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1289, + "start": 1053 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81192, + "created_at": "2025-07-04T09:33:19.269229Z", + "updated_at": "2025-07-17T11:51:09.587006Z", + "lead_time": 302.42900000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_165.hdf5" + } + }, + { + "episode_index": 168, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_29.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/580a98fadb0096962a05c3054b7059cd_cam_high.mp4", + "id": 97059, + "videoLabels": [ + { + "ranges": [ + { + "end": 120, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 314, + "start": 120 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 457, + "start": 314 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 631, + "start": 457 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 781, + "start": 631 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 972, + "start": 781 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1272, + "start": 972 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81199, + "created_at": "2025-07-04T09:35:37.097444Z", + "updated_at": "2025-07-16T09:51:38.066002Z", + "lead_time": 218.86599999999999, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_29.hdf5" + } + }, + { + "episode_index": 169, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_62.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5956e8e396e8e199d17e2d5ff9376575_cam_high.mp4", + "id": 97060, + "videoLabels": [ + { + "ranges": [ + { + "end": 154, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 321, + "start": 154 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 453, + "start": 321 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 632, + "start": 453 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 790, + "start": 632 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 894, + "start": 790 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1102, + "start": 894 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81204, + "created_at": "2025-07-04T09:38:05.484039Z", + "updated_at": "2025-07-17T11:51:36.147367Z", + "lead_time": 300.043, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_62.hdf5" + } + }, + { + "episode_index": 170, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_27.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/59b608c7a024994ed8bc8025cba14550_cam_high.mp4", + "id": 97061, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 245, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 451, + "start": 245 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 574, + "start": 451 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 758, + "start": 574 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 888, + "start": 758 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1236, + "start": 888 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81208, + "created_at": "2025-07-04T09:39:50.604884Z", + "updated_at": "2025-07-17T11:51:58.830396Z", + "lead_time": 248.12900000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_27.hdf5" + } + }, + { + "episode_index": 171, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_234.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/59ff02d8aea4b571be7871215439c4d4_cam_high.mp4", + "id": 97062, + "videoLabels": [ + { + "ranges": [ + { + "end": 209, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 271, + "start": 209 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 426, + "start": 271 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 539, + "start": 426 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 639, + "start": 539 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 714, + "start": 639 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1013, + "start": 714 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81210, + "created_at": "2025-07-04T09:41:30.134166Z", + "updated_at": "2025-07-16T09:51:40.801328Z", + "lead_time": 234.785, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_234.hdf5" + } + }, + { + "episode_index": 172, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_37.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5a8fbad96e7543f8f9a39b029a315b69_cam_high.mp4", + "id": 97063, + "videoLabels": [ + { + "ranges": [ + { + "end": 249, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 356, + "start": 249 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 542, + "start": 356 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 748, + "start": 542 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 987, + "start": 748 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1084, + "start": 987 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1545, + "start": 1084 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81215, + "created_at": "2025-07-04T09:43:53.862379Z", + "updated_at": "2025-07-17T11:52:25.928704Z", + "lead_time": 306.836, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_37.hdf5" + } + }, + { + "episode_index": 173, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_213.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5b7d337f243b7e4e15cc66f8063c5350_cam_high.mp4", + "id": 97064, + "videoLabels": [ + { + "ranges": [ + { + "end": 157, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 252, + "start": 157 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 375, + "start": 252 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 514, + "start": 375 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 682, + "start": 514 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 860, + "start": 682 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1076, + "start": 860 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81217, + "created_at": "2025-07-04T09:45:04.724069Z", + "updated_at": "2025-07-17T11:52:48.289592Z", + "lead_time": 319.154, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_213.hdf5" + } + }, + { + "episode_index": 174, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_114.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5b987dddc2373b1575b2d1fffacedd27_cam_high.mp4", + "id": 97065, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 246, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 401, + "start": 246 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 634, + "start": 401 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 771, + "start": 634 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 927, + "start": 771 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1190, + "start": 927 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81224, + "created_at": "2025-07-04T09:47:46.537188Z", + "updated_at": "2025-07-16T09:51:43.691629Z", + "lead_time": 291.442, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_114.hdf5" + } + }, + { + "episode_index": 175, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_136.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5d2fec16fbd9cd61ac17519ef71acb99_cam_high.mp4", + "id": 97066, + "videoLabels": [ + { + "ranges": [ + { + "end": 277, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 418, + "start": 277 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 562, + "start": 418 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 673, + "start": 562 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 873, + "start": 673 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1061, + "start": 873 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1243, + "start": 1061 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81228, + "created_at": "2025-07-04T09:49:24.652514Z", + "updated_at": "2025-07-17T11:53:30.230247Z", + "lead_time": 293.26300000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_136.hdf5" + } + }, + { + "episode_index": 176, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_124.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5d5cd1e347cc5061061d434f0b8b8cb8_cam_high.mp4", + "id": 97067, + "videoLabels": [ + { + "ranges": [ + { + "end": 179, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 279, + "start": 179 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 497, + "start": 279 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 820, + "start": 497 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 956, + "start": 820 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1090, + "start": 956 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1802, + "start": 1090 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81233, + "created_at": "2025-07-04T09:51:09.734268Z", + "updated_at": "2025-07-16T09:51:45.686747Z", + "lead_time": 327.401, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_124.hdf5" + } + }, + { + "episode_index": 177, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_170.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5e08c822f5a964cbd71d63ad36975248_cam_high.mp4", + "id": 97068, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 269, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 474, + "start": 268 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 474 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 797, + "start": 604 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 885, + "start": 797 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1357, + "start": 885 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81237, + "created_at": "2025-07-04T09:53:10.338680Z", + "updated_at": "2025-07-16T09:51:46.599347Z", + "lead_time": 420.196, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_170.hdf5" + } + }, + { + "episode_index": 178, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_24.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5fe481c2fd94c811660e42b29544e756_cam_high.mp4", + "id": 97069, + "videoLabels": [ + { + "ranges": [ + { + "end": 165, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 365, + "start": 165 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 517, + "start": 365 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 642, + "start": 517 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 830, + "start": 642 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 973, + "start": 830 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1249, + "start": 973 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81243, + "created_at": "2025-07-04T09:55:41.463416Z", + "updated_at": "2025-07-17T11:54:03.519011Z", + "lead_time": 4221.545000000001, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_24.hdf5" + } + }, + { + "episode_index": 179, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_19.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/5ff01c45589934834dc0c00c6b3c4a89_cam_high.mp4", + "id": 97070, + "videoLabels": [ + { + "ranges": [ + { + "end": 121, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 372, + "start": 121 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 583, + "start": 372 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 905, + "start": 583 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1092, + "start": 905 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1257, + "start": 1092 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1981, + "start": 1257 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81246, + "created_at": "2025-07-04T10:00:11.412947Z", + "updated_at": "2025-07-16T09:51:48.614591Z", + "lead_time": 205.325, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_19.hdf5" + } + }, + { + "episode_index": 180, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_229.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/603b31083649b832f911d63fcd942a8f_cam_high.mp4", + "id": 97071, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 175, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 307, + "start": 175 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 473, + "start": 307 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 602, + "start": 473 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 664, + "start": 602 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 930, + "start": 664 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81247, + "created_at": "2025-07-04T10:01:27.409606Z", + "updated_at": "2025-07-16T09:51:49.690093Z", + "lead_time": 173.941, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_229.hdf5" + } + }, + { + "episode_index": 181, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_199.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6047570cf265f9e93d34171149b1adbf_cam_high.mp4", + "id": 97072, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 405, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 483, + "start": 405 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 613, + "start": 483 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 698, + "start": 613 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 921, + "start": 698 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81249, + "created_at": "2025-07-04T10:03:09.027193Z", + "updated_at": "2025-07-17T11:54:32.410989Z", + "lead_time": 207.63800000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_199.hdf5" + } + }, + { + "episode_index": 182, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_218.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/60481927460b80056f2dd6005786ad28_cam_high.mp4", + "id": 97073, + "videoLabels": [ + { + "ranges": [ + { + "end": 106, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 178, + "start": 106 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 319, + "start": 178 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 447, + "start": 319 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 539, + "start": 447 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 647, + "start": 539 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 771, + "start": 647 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81250, + "created_at": "2025-07-04T10:04:23.203556Z", + "updated_at": "2025-07-16T09:51:51.570213Z", + "lead_time": 145.627, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_218.hdf5" + } + }, + { + "episode_index": 183, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_174.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/60dfa5bafc52dfdc20016c7ec749ebc2_cam_high.mp4", + "id": 97074, + "videoLabels": [ + { + "ranges": [ + { + "end": 119, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 244, + "start": 119 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 468, + "start": 244 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 589, + "start": 468 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 735, + "start": 589 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 828, + "start": 735 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1018, + "start": 828 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81257, + "created_at": "2025-07-04T10:06:51.100340Z", + "updated_at": "2025-07-16T09:51:52.470628Z", + "lead_time": 219.277, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_174.hdf5" + } + }, + { + "episode_index": 184, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_202.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/613726fb87c632b756cf1f9b4492be52_cam_high.mp4", + "id": 97075, + "videoLabels": [ + { + "ranges": [ + { + "end": 178, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 250, + "start": 178 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 412, + "start": 250 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 525, + "start": 412 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 669, + "start": 525 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 770, + "start": 669 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 992, + "start": 770 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81258, + "created_at": "2025-07-04T10:08:33.020475Z", + "updated_at": "2025-07-17T11:54:59.467042Z", + "lead_time": 193.31, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_202.hdf5" + } + }, + { + "episode_index": 185, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_51.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6157677bf1a002ca4283dfa201ec358a_cam_high.mp4", + "id": 97076, + "videoLabels": [ + { + "ranges": [ + { + "end": 170, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 275, + "start": 170 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 516, + "start": 275 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 655, + "start": 516 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 810, + "start": 655 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 959, + "start": 810 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1342, + "start": 959 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81264, + "created_at": "2025-07-04T10:11:02.846580Z", + "updated_at": "2025-07-16T09:51:54.389042Z", + "lead_time": 206.016, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_51.hdf5" + } + }, + { + "episode_index": 186, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_70.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/615d5bfa886e1d53d51527e30a21bfd1_cam_high.mp4", + "id": 97077, + "videoLabels": [ + { + "ranges": [ + { + "end": 129, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 222, + "start": 129 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 382, + "start": 222 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 555, + "start": 382 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 668, + "start": 555 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 846, + "start": 668 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1097, + "start": 846 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81267, + "created_at": "2025-07-04T10:12:05.847916Z", + "updated_at": "2025-07-17T11:55:29.025932Z", + "lead_time": 160.89399999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_70.hdf5" + } + }, + { + "episode_index": 187, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_200.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/616eca39bc693e1f1268de4a96c42687_cam_high.mp4", + "id": 97078, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 381, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 595, + "start": 381 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 724, + "start": 595 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 836, + "start": 724 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1180, + "start": 836 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81279, + "created_at": "2025-07-04T10:15:00.136936Z", + "updated_at": "2025-07-16T09:51:56.247650Z", + "lead_time": 227.662, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_200.hdf5" + } + }, + { + "episode_index": 188, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_105.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/63b1af12c2d6ae4025460b8ab6362ee7_cam_high.mp4", + "id": 97079, + "videoLabels": [ + { + "ranges": [ + { + "end": 105, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 168, + "start": 105 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 351, + "start": 168 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 499, + "start": 351 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 612, + "start": 499 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 735, + "start": 612 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 980, + "start": 735 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81286, + "created_at": "2025-07-04T10:16:55.309235Z", + "updated_at": "2025-07-16T09:51:57.187652Z", + "lead_time": 194.777, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_105.hdf5" + } + }, + { + "episode_index": 189, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_203.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6534279c8829535ac6a27049bd1358e3_cam_high.mp4", + "id": 97080, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 191, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 362, + "start": 191 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 464, + "start": 362 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 556, + "start": 464 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 720, + "start": 556 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 944, + "start": 720 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81297, + "created_at": "2025-07-04T10:19:16.219320Z", + "updated_at": "2025-07-17T11:55:58.814936Z", + "lead_time": 264.097, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_203.hdf5" + } + }, + { + "episode_index": 190, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_35.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/658fa29bf503c3485eaa90e0bc4fb084_cam_high.mp4", + "id": 97081, + "videoLabels": [ + { + "ranges": [ + { + "end": 134, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 356, + "start": 134 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 544, + "start": 356 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 831, + "start": 544 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 973, + "start": 831 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1136, + "start": 973 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1406, + "start": 1136 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81307, + "created_at": "2025-07-04T10:21:39.139392Z", + "updated_at": "2025-07-16T09:51:59.058983Z", + "lead_time": 201.687, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_35.hdf5" + } + }, + { + "episode_index": 191, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_197.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/666b64dee0592b0793e6853ede300a3e_cam_high.mp4", + "id": 97082, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 206, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 356, + "start": 206 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 414, + "start": 356 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 549, + "start": 414 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 709, + "start": 549 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 914, + "start": 709 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81316, + "created_at": "2025-07-04T10:23:33.744277Z", + "updated_at": "2025-07-17T11:56:21.904912Z", + "lead_time": 205.14, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_197.hdf5" + } + }, + { + "episode_index": 192, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_66.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/66717beb065b3dbe4b8c817078fd940b_cam_high.mp4", + "id": 97083, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 303, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 465, + "start": 303 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 767, + "start": 465 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1084, + "start": 767 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1232, + "start": 1084 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1585, + "start": 1232 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81321, + "created_at": "2025-07-04T10:25:14.939982Z", + "updated_at": "2025-07-16T09:52:00.976310Z", + "lead_time": 205.713, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_66.hdf5" + } + }, + { + "episode_index": 193, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_246.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/66bc14d820def086f8365812d0246f35_cam_high.mp4", + "id": 97084, + "videoLabels": [ + { + "ranges": [ + { + "end": 187, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 244, + "start": 187 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 527, + "start": 244 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 669, + "start": 527 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 782, + "start": 669 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 846, + "start": 782 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1133, + "start": 846 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81331, + "created_at": "2025-07-04T10:28:00.562640Z", + "updated_at": "2025-07-16T09:52:01.927261Z", + "lead_time": 248.68400000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_246.hdf5" + } + }, + { + "episode_index": 194, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_93.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/67d7a6528fb0c934356acd0c0f07dc1d_cam_high.mp4", + "id": 97085, + "videoLabels": [ + { + "ranges": [ + { + "end": 160, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 251, + "start": 160 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 425, + "start": 251 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 499, + "start": 425 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 684, + "start": 499 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 848, + "start": 684 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1250, + "start": 848 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81341, + "created_at": "2025-07-04T10:30:53.961721Z", + "updated_at": "2025-07-17T11:56:53.415268Z", + "lead_time": 291.211, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_93.hdf5" + } + }, + { + "episode_index": 195, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_7.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/68173cd4c2e360cc967518ed773083a2_cam_high.mp4", + "id": 97086, + "videoLabels": [ + { + "ranges": [ + { + "end": 156, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 352, + "start": 156 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 484, + "start": 352 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 684, + "start": 484 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 848, + "start": 684 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1030, + "start": 848 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1253, + "start": 1030 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81348, + "created_at": "2025-07-04T10:32:36.756318Z", + "updated_at": "2025-07-17T11:57:14.681463Z", + "lead_time": 200.73399999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_7.hdf5" + } + }, + { + "episode_index": 196, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_20.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/695450dc0299dc4dc499c5dc15d4dda5_cam_high.mp4", + "id": 97087, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 263, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 393, + "start": 263 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 524, + "start": 393 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 715, + "start": 524 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 853, + "start": 715 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1050, + "start": 853 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81359, + "created_at": "2025-07-04T10:34:44.457210Z", + "updated_at": "2025-07-17T11:57:36.449971Z", + "lead_time": 251.374, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_20.hdf5" + } + }, + { + "episode_index": 197, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_179.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6b6cb39d00636b465601571f7dd18b8e_cam_high.mp4", + "id": 97088, + "videoLabels": [ + { + "ranges": [ + { + "end": 180, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 258, + "start": 180 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 425, + "start": 258 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 532, + "start": 425 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 642, + "start": 532 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 846, + "start": 642 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1154, + "start": 846 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81366, + "created_at": "2025-07-04T10:36:10.189933Z", + "updated_at": "2025-07-17T11:58:00.794692Z", + "lead_time": 188.204, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_179.hdf5" + } + }, + { + "episode_index": 198, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_233.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6dfd0ea9c71e758f69bbd89c20510aad_cam_high.mp4", + "id": 97089, + "videoLabels": [ + { + "ranges": [ + { + "end": 121, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 169, + "start": 121 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 343, + "start": 169 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 496, + "start": 343 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 625, + "start": 496 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 707, + "start": 625 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 954, + "start": 707 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81395, + "created_at": "2025-07-04T10:38:14.960081Z", + "updated_at": "2025-07-16T09:52:06.626923Z", + "lead_time": 212.409, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_233.hdf5" + } + }, + { + "episode_index": 199, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_50.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6e8a783b9401dd33cb38876b09b14143_cam_high.mp4", + "id": 97090, + "videoLabels": [ + { + "ranges": [ + { + "end": 140, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 140 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 485, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 566, + "start": 485 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 863, + "start": 566 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 974, + "start": 863 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1374, + "start": 974 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81419, + "created_at": "2025-07-07T02:06:26.039531Z", + "updated_at": "2025-07-17T11:58:24.795411Z", + "lead_time": 179.823, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_50.hdf5" + } + }, + { + "episode_index": 200, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_209.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6e9626f062bb2259175292f00ae701d1_cam_high.mp4", + "id": 97091, + "videoLabels": [ + { + "ranges": [ + { + "end": 152, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 216, + "start": 152 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 337, + "start": 216 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 463, + "start": 337 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 607, + "start": 463 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 607 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 883, + "start": 725 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81420, + "created_at": "2025-07-07T02:07:49.992124Z", + "updated_at": "2025-07-17T11:58:47.671412Z", + "lead_time": 179.595, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_209.hdf5" + } + }, + { + "episode_index": 201, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_56.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/6f0d66c0dc96a49ef97327744d3e24d1_cam_high.mp4", + "id": 97092, + "videoLabels": [ + { + "ranges": [ + { + "end": 172, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 270, + "start": 172 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 523, + "start": 270 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 674, + "start": 523 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1079, + "start": 674 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1244, + "start": 1079 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1516, + "start": 1244 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81426, + "created_at": "2025-07-07T02:09:33.571195Z", + "updated_at": "2025-07-16T09:52:09.365350Z", + "lead_time": 180.62900000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_56.hdf5" + } + }, + { + "episode_index": 202, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_139.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7033d6bbfb762804cbeb5c10a714041f_cam_high.mp4", + "id": 97093, + "videoLabels": [ + { + "ranges": [ + { + "end": 225, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 314, + "start": 225 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 462, + "start": 314 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 516, + "start": 462 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 666, + "start": 516 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 792, + "start": 666 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1023, + "start": 792 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81431, + "created_at": "2025-07-07T02:11:25.873937Z", + "updated_at": "2025-07-17T11:59:11.602262Z", + "lead_time": 201.263, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_139.hdf5" + } + }, + { + "episode_index": 203, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_34.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7149e0a53dc4d3fbd05fa4c4bf64f02d_cam_high.mp4", + "id": 97094, + "videoLabels": [ + { + "ranges": [ + { + "end": 177, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 248, + "start": 177 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 430, + "start": 248 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 537, + "start": 430 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 719, + "start": 537 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 820, + "start": 719 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1126, + "start": 820 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81434, + "created_at": "2025-07-07T02:12:48.030110Z", + "updated_at": "2025-07-17T11:59:32.295587Z", + "lead_time": 171.51500000000001, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_34.hdf5" + } + }, + { + "episode_index": 204, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_94.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/714cc308f5788822757784b6267833f5_cam_high.mp4", + "id": 97095, + "videoLabels": [ + { + "ranges": [ + { + "end": 101, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 204, + "start": 101 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 481, + "start": 204 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 693, + "start": 481 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 838, + "start": 693 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 951, + "start": 838 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1302, + "start": 951 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81440, + "created_at": "2025-07-07T02:15:04.199479Z", + "updated_at": "2025-07-16T09:52:12.172315Z", + "lead_time": 192.16199999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_94.hdf5" + } + }, + { + "episode_index": 205, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_193.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/71b828f46e0c2b9654c1c5c9441095c0_cam_high.mp4", + "id": 97096, + "videoLabels": [ + { + "ranges": [ + { + "end": 131, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 240, + "start": 131 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 443, + "start": 240 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 661, + "start": 443 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 830, + "start": 661 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 976, + "start": 830 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1200, + "start": 976 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81446, + "created_at": "2025-07-07T02:17:02.876246Z", + "updated_at": "2025-07-16T09:52:13.097199Z", + "lead_time": 154.909, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_193.hdf5" + } + }, + { + "episode_index": 206, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_247.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/71e18a72c7cf16dfc0b2d72e72cc425d_cam_high.mp4", + "id": 97097, + "videoLabels": [ + { + "ranges": [ + { + "end": 165, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 165 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 350, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 438, + "start": 350 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 576, + "start": 438 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 653, + "start": 576 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 887, + "start": 653 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81453, + "created_at": "2025-07-07T02:19:23.099813Z", + "updated_at": "2025-07-17T12:00:01.299822Z", + "lead_time": 172.59, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_247.hdf5" + } + }, + { + "episode_index": 207, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_63.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/721f45b14828330926deab60a26b4fa5_cam_high.mp4", + "id": 97098, + "videoLabels": [ + { + "ranges": [ + { + "end": 120, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 178, + "start": 120 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 389, + "start": 178 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 524, + "start": 389 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 705, + "start": 524 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 803, + "start": 705 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1054, + "start": 803 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81458, + "created_at": "2025-07-07T02:20:50.552063Z", + "updated_at": "2025-07-16T09:52:14.939181Z", + "lead_time": 167.435, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_63.hdf5" + } + }, + { + "episode_index": 208, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_197.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/72236f504b2036f6e78826cf2ce5180a_cam_high.mp4", + "id": 97099, + "videoLabels": [ + { + "ranges": [ + { + "end": 114, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 217, + "start": 114 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 403, + "start": 217 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 695, + "start": 403 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 827, + "start": 695 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1020, + "start": 827 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1347, + "start": 1020 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81478, + "created_at": "2025-07-07T02:24:47.057980Z", + "updated_at": "2025-07-16T09:52:15.859356Z", + "lead_time": 253.79, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_197.hdf5" + } + }, + { + "episode_index": 209, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_160.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/725a1fff678b36a42ced5968074885e2_cam_high.mp4", + "id": 97100, + "videoLabels": [ + { + "ranges": [ + { + "end": 159, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 159 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 536, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 629, + "start": 536 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 783, + "start": 629 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 903, + "start": 783 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1111, + "start": 903 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81483, + "created_at": "2025-07-07T02:26:13.887975Z", + "updated_at": "2025-07-16T09:52:16.753471Z", + "lead_time": 132.01000000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_160.hdf5" + } + }, + { + "episode_index": 210, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_10.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/72a39903e6c9b7afcca797d2dc680ca8_cam_high.mp4", + "id": 97101, + "videoLabels": [ + { + "ranges": [ + { + "end": 175, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 247, + "start": 175 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 539, + "start": 247 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 539 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 982, + "start": 742 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1181, + "start": 982 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1474, + "start": 1181 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81491, + "created_at": "2025-07-07T02:27:29.419878Z", + "updated_at": "2025-07-16T09:52:17.765278Z", + "lead_time": 203.809, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_10.hdf5" + } + }, + { + "episode_index": 211, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_198.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7449354722c0d87158c18073fbe07dd1_cam_high.mp4", + "id": 97102, + "videoLabels": [ + { + "ranges": [ + { + "end": 145, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 145 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 430, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 588, + "start": 430 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 722, + "start": 588 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 860, + "start": 722 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1035, + "start": 860 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81500, + "created_at": "2025-07-07T02:29:38.150191Z", + "updated_at": "2025-07-16T09:52:18.658232Z", + "lead_time": 211.782, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_198.hdf5" + } + }, + { + "episode_index": 212, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_80.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/75126060bffcccbdc6e4f7be8c1385ad_cam_high.mp4", + "id": 97103, + "videoLabels": [ + { + "ranges": [ + { + "end": 171, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 297, + "start": 171 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 473, + "start": 297 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 558, + "start": 473 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 735, + "start": 558 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 865, + "start": 735 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1165, + "start": 865 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81505, + "created_at": "2025-07-07T02:30:58.989789Z", + "updated_at": "2025-07-17T12:00:38.664926Z", + "lead_time": 182.74699999999999, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_80.hdf5" + } + }, + { + "episode_index": 213, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_44.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7568d6fa1163f97fa7e3309f530bfd66_cam_high.mp4", + "id": 97104, + "videoLabels": [ + { + "ranges": [ + { + "end": 246, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 351, + "start": 246 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 606, + "start": 351 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 818, + "start": 606 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 966, + "start": 818 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1091, + "start": 966 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1527, + "start": 1091 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81512, + "created_at": "2025-07-07T02:32:55.686051Z", + "updated_at": "2025-07-16T09:52:20.475250Z", + "lead_time": 184.909, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_44.hdf5" + } + }, + { + "episode_index": 214, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_83.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/75a664d099fd643164327dd77cc5602a_cam_high.mp4", + "id": 97105, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 275, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 519, + "start": 275 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 581, + "start": 519 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1085, + "start": 581 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1215, + "start": 1085 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1719, + "start": 1215 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81518, + "created_at": "2025-07-07T02:34:24.883947Z", + "updated_at": "2025-07-17T12:01:01.360771Z", + "lead_time": 181.483, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_83.hdf5" + } + }, + { + "episode_index": 215, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_52.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/75bfe5ae477069afdb40adaf5db85582_cam_high.mp4", + "id": 97106, + "videoLabels": [ + { + "ranges": [ + { + "end": 181, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 253, + "start": 181 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 376, + "start": 253 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 552, + "start": 376 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 710, + "start": 552 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 837, + "start": 710 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1019, + "start": 837 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81525, + "created_at": "2025-07-07T02:36:32.762089Z", + "updated_at": "2025-07-17T12:01:20.344337Z", + "lead_time": 219.15800000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_52.hdf5" + } + }, + { + "episode_index": 216, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_88.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/75cc3c993e0c904282169d36f8400f8e_cam_high.mp4", + "id": 97107, + "videoLabels": [ + { + "ranges": [ + { + "end": 113, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 251, + "start": 113 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 547, + "start": 251 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 893, + "start": 547 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1098, + "start": 893 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1314, + "start": 1098 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1605, + "start": 1314 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81534, + "created_at": "2025-07-07T02:38:08.196701Z", + "updated_at": "2025-07-16T09:52:23.296844Z", + "lead_time": 173.501, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_88.hdf5" + } + }, + { + "episode_index": 217, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_57.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/76018458eaf2e48dafec0cc745edeb08_cam_high.mp4", + "id": 97108, + "videoLabels": [ + { + "ranges": [ + { + "end": 118, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 208, + "start": 118 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 310, + "start": 208 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 434, + "start": 310 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 543, + "start": 434 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 653, + "start": 543 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 889, + "start": 653 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81538, + "created_at": "2025-07-07T02:39:19.883091Z", + "updated_at": "2025-07-17T12:01:47.612551Z", + "lead_time": 177.662, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_57.hdf5" + } + }, + { + "episode_index": 218, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_6.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/76282b4a603dd1495dffc150bbd3ae83_cam_high.mp4", + "id": 97109, + "videoLabels": [ + { + "ranges": [ + { + "end": 212, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 281, + "start": 212 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 516, + "start": 281 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 800, + "start": 516 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1041, + "start": 800 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1216, + "start": 1041 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1610, + "start": 1216 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81544, + "created_at": "2025-07-07T02:41:10.463464Z", + "updated_at": "2025-07-16T09:52:25.125474Z", + "lead_time": 189.341, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_6.hdf5" + } + }, + { + "episode_index": 219, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_78.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/76aa2ef74abc5cd71eec10c694fe0900_cam_high.mp4", + "id": 97110, + "videoLabels": [ + { + "ranges": [ + { + "end": 189, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 269, + "start": 189 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 507, + "start": 269 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 570, + "start": 507 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 773, + "start": 570 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 877, + "start": 773 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1115, + "start": 877 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81553, + "created_at": "2025-07-07T02:43:02.325996Z", + "updated_at": "2025-07-17T12:02:17.926444Z", + "lead_time": 229.68, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_78.hdf5" + } + }, + { + "episode_index": 220, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_42.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/76d008201bbe7e3418e2415bd176fe8b_cam_high.mp4", + "id": 97111, + "videoLabels": [ + { + "ranges": [ + { + "end": 113, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 189, + "start": 113 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 303, + "start": 189 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 538, + "start": 303 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 763, + "start": 538 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 951, + "start": 763 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1286, + "start": 951 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81565, + "created_at": "2025-07-07T02:45:09.664440Z", + "updated_at": "2025-07-16T09:52:26.968076Z", + "lead_time": 210.91000000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_42.hdf5" + } + }, + { + "episode_index": 221, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_195.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/76df5521b916c7ba66dcf19e1a40d799_cam_high.mp4", + "id": 97112, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 214, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 386, + "start": 214 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 551, + "start": 386 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 650, + "start": 549 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 824, + "start": 650 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 980, + "start": 824 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81573, + "created_at": "2025-07-07T02:46:28.116109Z", + "updated_at": "2025-07-16T09:52:27.920276Z", + "lead_time": 154.12400000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_195.hdf5" + } + }, + { + "episode_index": 222, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_127.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/773f95ecc276e4da3ebf4f0c9777ad12_cam_high.mp4", + "id": 97113, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 218, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 471, + "start": 218 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 620, + "start": 471 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 838, + "start": 620 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 955, + "start": 838 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1178, + "start": 955 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81580, + "created_at": "2025-07-07T02:48:13.646220Z", + "updated_at": "2025-07-16T09:52:28.835522Z", + "lead_time": 248.99699999999999, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_127.hdf5" + } + }, + { + "episode_index": 223, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_179.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/77f75f0e226c683e720dec39ba7f30ed_cam_high.mp4", + "id": 97114, + "videoLabels": [ + { + "ranges": [ + { + "end": 119, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 237, + "start": 119 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 444, + "start": 237 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 593, + "start": 444 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 720, + "start": 593 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 820, + "start": 720 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1168, + "start": 820 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81588, + "created_at": "2025-07-07T02:49:34.698230Z", + "updated_at": "2025-07-16T09:52:29.724436Z", + "lead_time": 134.992, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_179.hdf5" + } + }, + { + "episode_index": 224, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_111.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/784b2f3513793f5409f0e6d2ab03db92_cam_high.mp4", + "id": 97115, + "videoLabels": [ + { + "ranges": [ + { + "end": 177, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 391, + "start": 177 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 571, + "start": 391 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 680, + "start": 571 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 835, + "start": 680 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 970, + "start": 835 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1198, + "start": 970 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81598, + "created_at": "2025-07-07T02:51:09.296504Z", + "updated_at": "2025-07-17T12:02:49.423482Z", + "lead_time": 174.199, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_111.hdf5" + } + }, + { + "episode_index": 225, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_167.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/786b70936186f14b2588d86a23dbd177_cam_high.mp4", + "id": 97116, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 450, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 583, + "start": 450 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 741, + "start": 583 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 854, + "start": 741 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1109, + "start": 854 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81604, + "created_at": "2025-07-07T02:52:16.116107Z", + "updated_at": "2025-07-16T09:52:31.525085Z", + "lead_time": 125.951, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_167.hdf5" + } + }, + { + "episode_index": 226, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_157.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/79c701a9208f9ce162beae8486fd1050_cam_high.mp4", + "id": 97117, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 277, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 416, + "start": 277 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 649, + "start": 416 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 794, + "start": 649 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 910, + "start": 794 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1175, + "start": 910 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81612, + "created_at": "2025-07-07T02:54:25.967958Z", + "updated_at": "2025-07-16T09:52:32.430126Z", + "lead_time": 191.357, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_157.hdf5" + } + }, + { + "episode_index": 227, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_156.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7a9b0626bafd1125fafe912e4ee75ba4_cam_high.mp4", + "id": 97118, + "videoLabels": [ + { + "ranges": [ + { + "end": 188, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 356, + "start": 188 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 514, + "start": 356 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 599, + "start": 514 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 708, + "start": 599 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 871, + "start": 708 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1125, + "start": 871 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81618, + "created_at": "2025-07-07T02:56:20.219127Z", + "updated_at": "2025-07-17T12:03:15.166723Z", + "lead_time": 194.861, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_156.hdf5" + } + }, + { + "episode_index": 228, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_52.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7b3c83324ebec9f278be877d6f34c00a_cam_high.mp4", + "id": 97119, + "videoLabels": [ + { + "ranges": [ + { + "end": 142, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 229, + "start": 142 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 422, + "start": 229 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 649, + "start": 422 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 831, + "start": 649 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 960, + "start": 831 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1353, + "start": 960 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81625, + "created_at": "2025-07-07T02:57:32.809094Z", + "updated_at": "2025-07-16T09:52:34.228139Z", + "lead_time": 132.325, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_52.hdf5" + } + }, + { + "episode_index": 229, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_112.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7bd56debb429e4e6d720a4a78da11657_cam_high.mp4", + "id": 97120, + "videoLabels": [ + { + "ranges": [ + { + "end": 155, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 290, + "start": 155 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 447, + "start": 290 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 556, + "start": 447 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 699, + "start": 556 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 827, + "start": 699 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1041, + "start": 827 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81647, + "created_at": "2025-07-07T03:04:56.689373Z", + "updated_at": "2025-07-17T12:03:37.318912Z", + "lead_time": 203.542, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_112.hdf5" + } + }, + { + "episode_index": 230, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_150.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7c1454c082fd329aaea1fe3be3cc92a9_cam_high.mp4", + "id": 97121, + "videoLabels": [ + { + "ranges": [ + { + "end": 162, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 267, + "start": 162 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 462, + "start": 267 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 560, + "start": 462 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 692, + "start": 560 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 795, + "start": 692 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1164, + "start": 795 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81650, + "created_at": "2025-07-07T03:07:01.086544Z", + "updated_at": "2025-07-16T09:52:36.022961Z", + "lead_time": 175.789, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_150.hdf5" + } + }, + { + "episode_index": 231, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_1.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7c8c0c4e52e915f00c7e7e285ba60232_cam_high.mp4", + "id": 97122, + "videoLabels": [ + { + "ranges": [ + { + "end": 175, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 262, + "start": 175 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 443, + "start": 262 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 590, + "start": 443 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 724, + "start": 590 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 885, + "start": 724 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1169, + "start": 885 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81655, + "created_at": "2025-07-07T03:08:24.871958Z", + "updated_at": "2025-07-16T09:52:37.122330Z", + "lead_time": 157.88899999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_1.hdf5" + } + }, + { + "episode_index": 232, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_181.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7d1c3140451225a22bbea2cf40702655_cam_high.mp4", + "id": 97123, + "videoLabels": [ + { + "ranges": [ + { + "end": 134, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 239, + "start": 134 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 399, + "start": 239 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 536, + "start": 399 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 652, + "start": 536 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 764, + "start": 652 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1156, + "start": 764 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81662, + "created_at": "2025-07-07T03:09:30.787852Z", + "updated_at": "2025-07-16T09:52:37.998451Z", + "lead_time": 145.907, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_181.hdf5" + } + }, + { + "episode_index": 233, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_82.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7d3362aaeb90e0af08b0b4d45028517a_cam_high.mp4", + "id": 97124, + "videoLabels": [ + { + "ranges": [ + { + "end": 123, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 240, + "start": 123 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 443, + "start": 240 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 546, + "start": 443 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 749, + "start": 546 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 853, + "start": 749 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1279, + "start": 853 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81672, + "created_at": "2025-07-07T03:11:26.125079Z", + "updated_at": "2025-07-17T12:04:08.155764Z", + "lead_time": 201.924, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_82.hdf5" + } + }, + { + "episode_index": 234, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_184.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7e4e97bb48a9cbe516aec950e247d04c_cam_high.mp4", + "id": 97125, + "videoLabels": [ + { + "ranges": [ + { + "end": 177, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 281, + "start": 177 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 531, + "start": 281 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 708, + "start": 531 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 822, + "start": 708 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 931, + "start": 822 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1167, + "start": 931 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81678, + "created_at": "2025-07-07T03:13:08.732012Z", + "updated_at": "2025-07-16T09:52:39.731852Z", + "lead_time": 166.557, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_184.hdf5" + } + }, + { + "episode_index": 235, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_57.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7fa267f55673f93ce53d687e73636f94_cam_high.mp4", + "id": 97126, + "videoLabels": [ + { + "ranges": [ + { + "end": 215, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 311, + "start": 215 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 543, + "start": 311 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 724, + "start": 543 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 945, + "start": 724 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1031, + "start": 945 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1213, + "start": 1031 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81692, + "created_at": "2025-07-07T03:16:37.013365Z", + "updated_at": "2025-07-16T09:52:40.621989Z", + "lead_time": 267.365, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_57.hdf5" + } + }, + { + "episode_index": 236, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_161.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/7fca0bd23bc92aeb3d9561d5e870bc69_cam_high.mp4", + "id": 97127, + "videoLabels": [ + { + "ranges": [ + { + "end": 176, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 291, + "start": 176 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 545, + "start": 291 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 633, + "start": 545 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 773, + "start": 633 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 915, + "start": 773 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1263, + "start": 915 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81699, + "created_at": "2025-07-07T03:18:12.666114Z", + "updated_at": "2025-07-17T12:04:34.480810Z", + "lead_time": 176.45999999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_161.hdf5" + } + }, + { + "episode_index": 237, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_32.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/80b625845ea395bb2157785d356c934a_cam_high.mp4", + "id": 97128, + "videoLabels": [ + { + "ranges": [ + { + "end": 151, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 854, + "start": 151 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81850, + "created_at": "2025-07-07T05:26:54.796522Z", + "updated_at": "2025-07-16T09:52:41.684146Z", + "lead_time": 193.977, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_32.hdf5" + } + }, + { + "episode_index": 238, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_158.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8108b607d2c520cfb053ce564fdc52d9_cam_high.mp4", + "id": 97129, + "videoLabels": [ + { + "ranges": [ + { + "end": 155, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 251, + "start": 155 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 465, + "start": 251 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 569, + "start": 465 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 717, + "start": 569 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 811, + "start": 717 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1081, + "start": 811 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81713, + "created_at": "2025-07-07T03:20:43.966542Z", + "updated_at": "2025-07-16T09:52:42.572392Z", + "lead_time": 159.62800000000001, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_158.hdf5" + } + }, + { + "episode_index": 239, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_148.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/81ae407a49e1600e96ea2dd0e9214c4c_cam_high.mp4", + "id": 97130, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 247, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 360, + "start": 247 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 447, + "start": 360 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 630, + "start": 447 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 847, + "start": 630 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1086, + "start": 847 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81722, + "created_at": "2025-07-07T03:24:33.109666Z", + "updated_at": "2025-07-17T12:06:03.602242Z", + "lead_time": 296.824, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_148.hdf5" + } + }, + { + "episode_index": 240, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_231.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/81c7321113f33178682012682dfaa68b_cam_high.mp4", + "id": 97131, + "videoLabels": [ + { + "ranges": [ + { + "end": 180, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 243, + "start": 180 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 402, + "start": 243 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 552, + "start": 402 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 706, + "start": 552 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 827, + "start": 706 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1184, + "start": 827 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81729, + "created_at": "2025-07-07T03:25:54.478022Z", + "updated_at": "2025-07-17T12:06:23.122597Z", + "lead_time": 187.20399999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_231.hdf5" + } + }, + { + "episode_index": 241, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_102.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/84ef2a624a912414eaa7f7773a6ae80c_cam_high.mp4", + "id": 97132, + "videoLabels": [ + { + "ranges": [ + { + "end": 96, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 96 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 362, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 624, + "start": 362 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 788, + "start": 624 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 876, + "start": 788 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1032, + "start": 876 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81736, + "created_at": "2025-07-07T03:27:49.452655Z", + "updated_at": "2025-07-16T09:52:45.331804Z", + "lead_time": 135.34300000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_102.hdf5" + } + }, + { + "episode_index": 242, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_36.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/852194a9ca015b206b66a86620b84e10_cam_high.mp4", + "id": 97133, + "videoLabels": [ + { + "ranges": [ + { + "end": 171, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 269, + "start": 171 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 542, + "start": 269 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 721, + "start": 542 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 888, + "start": 721 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 969, + "start": 888 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1240, + "start": 969 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81744, + "created_at": "2025-07-07T03:30:37.619412Z", + "updated_at": "2025-07-17T12:06:49.362984Z", + "lead_time": 166.28200000000004, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_36.hdf5" + } + }, + { + "episode_index": 243, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_38.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/85defc49b894d2ca145f398ac6f11874_cam_high.mp4", + "id": 97134, + "videoLabels": [ + { + "ranges": [ + { + "end": 118, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 290, + "start": 118 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 457, + "start": 290 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 703, + "start": 457 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 831, + "start": 703 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 975, + "start": 831 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1236, + "start": 975 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81757, + "created_at": "2025-07-07T03:37:02.427785Z", + "updated_at": "2025-07-16T09:52:47.092991Z", + "lead_time": 432.043, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_38.hdf5" + } + }, + { + "episode_index": 244, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_206.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/865a8c6f841e0a4c487fa1b328cb3405_cam_high.mp4", + "id": 97135, + "videoLabels": [ + { + "ranges": [ + { + "end": 121, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 193, + "start": 121 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 325, + "start": 193 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 454, + "start": 325 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 454 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 765, + "start": 604 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 963, + "start": 765 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81761, + "created_at": "2025-07-07T03:38:11.864697Z", + "updated_at": "2025-07-17T12:10:39.165115Z", + "lead_time": 354.188, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_206.hdf5" + } + }, + { + "episode_index": 245, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_86.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/868a68dfebf565d2a55d2901cec81652_cam_high.mp4", + "id": 97136, + "videoLabels": [ + { + "ranges": [ + { + "end": 91, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 166, + "start": 91 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 296, + "start": 166 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 581, + "start": 296 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 695, + "start": 581 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 820, + "start": 695 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1084, + "start": 820 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81766, + "created_at": "2025-07-07T03:39:32.228107Z", + "updated_at": "2025-07-16T09:52:48.805306Z", + "lead_time": 138.915, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_86.hdf5" + } + }, + { + "episode_index": 246, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_163.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/878587973de7c38fdd67c596966b5505_cam_high.mp4", + "id": 97137, + "videoLabels": [ + { + "ranges": [ + { + "end": 299, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 433, + "start": 299 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 652, + "start": 433 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 729, + "start": 652 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 892, + "start": 729 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1065, + "start": 892 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1363, + "start": 1065 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81774, + "created_at": "2025-07-07T03:41:49.660826Z", + "updated_at": "2025-07-17T12:11:04.174219Z", + "lead_time": 166.43, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_163.hdf5" + } + }, + { + "episode_index": 247, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_231.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/892219605b0b278b916e48d1a90a8fe2_cam_high.mp4", + "id": 97138, + "videoLabels": [ + { + "ranges": [ + { + "end": 155, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 206, + "start": 155 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 367, + "start": 206 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 508, + "start": 367 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 625, + "start": 508 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 708, + "start": 625 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 993, + "start": 708 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81783, + "created_at": "2025-07-07T03:43:57.653445Z", + "updated_at": "2025-07-16T09:52:51.806831Z", + "lead_time": 172.483, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_231.hdf5" + } + }, + { + "episode_index": 248, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_20.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/898c567fc736189c1d2616de30581c08_cam_high.mp4", + "id": 97139, + "videoLabels": [ + { + "ranges": [ + { + "end": 108, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 285, + "start": 108 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 444, + "start": 285 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 658, + "start": 444 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 830, + "start": 658 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1027, + "start": 830 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1263, + "start": 1027 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81789, + "created_at": "2025-07-07T03:45:33.426615Z", + "updated_at": "2025-07-17T12:11:48.446169Z", + "lead_time": 180.991, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_20.hdf5" + } + }, + { + "episode_index": 249, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_173.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8a54f61632c2bdace75fcd49ee7c9423_cam_high.mp4", + "id": 97140, + "videoLabels": [ + { + "ranges": [ + { + "end": 141, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 211, + "start": 141 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 320, + "start": 211 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 433, + "start": 320 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 537, + "start": 433 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 703, + "start": 537 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 907, + "start": 703 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 94, + "annotation_id": 81790, + "created_at": "2025-07-07T03:46:31.216764Z", + "updated_at": "2025-07-17T12:12:10.089344Z", + "lead_time": 292.468, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_173.hdf5" + } + }, + { + "episode_index": 250, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_92.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8a98669bee3ef58aee56b1573525ad9b_cam_high.mp4", + "id": 97141, + "videoLabels": [ + { + "ranges": [ + { + "end": 192, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 299, + "start": 192 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 543, + "start": 299 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 664, + "start": 543 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 920, + "start": 664 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1035, + "start": 920 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1297, + "start": 1035 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81793, + "created_at": "2025-07-07T03:46:47.325900Z", + "updated_at": "2025-07-16T09:52:54.421793Z", + "lead_time": 341.286, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_92.hdf5" + } + }, + { + "episode_index": 251, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_87.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8bb04d3a7db71fe7223eac1b5227b5f2_cam_high.mp4", + "id": 97142, + "videoLabels": [ + { + "ranges": [ + { + "end": 171, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 268, + "start": 171 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 441, + "start": 268 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 574, + "start": 441 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 765, + "start": 574 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 902, + "start": 765 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1273, + "start": 902 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81786, + "created_at": "2025-07-07T03:44:42.148535Z", + "updated_at": "2025-07-17T12:12:45.809518Z", + "lead_time": 260.178, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_87.hdf5" + } + }, + { + "episode_index": 252, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_146.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8c39a07a66e96c89e8aec8cb9d4a70cc_cam_high.mp4", + "id": 97143, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 285, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 406, + "start": 285 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 503, + "start": 406 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 654, + "start": 503 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 804, + "start": 654 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 998, + "start": 804 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81780, + "created_at": "2025-07-07T03:43:16.859520Z", + "updated_at": "2025-07-17T12:13:30.983899Z", + "lead_time": 232.079, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_146.hdf5" + } + }, + { + "episode_index": 253, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_95.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8c3f01a481a676479c03de96f8f02568_cam_high.mp4", + "id": 97144, + "videoLabels": [ + { + "ranges": [ + { + "end": 242, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 396, + "start": 242 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 545, + "start": 396 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 671, + "start": 545 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 794, + "start": 671 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 933, + "start": 794 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1203, + "start": 933 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81776, + "created_at": "2025-07-07T03:42:04.356077Z", + "updated_at": "2025-07-17T12:13:55.797190Z", + "lead_time": 352.85699999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_95.hdf5" + } + }, + { + "episode_index": 254, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_13.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8c69ae8b04ce53942754c62ac19e43f0_cam_high.mp4", + "id": 97145, + "videoLabels": [ + { + "ranges": [ + { + "end": 324, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 455, + "start": 324 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 860, + "start": 455 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1163, + "start": 860 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1334, + "start": 1163 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1554, + "start": 1334 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 2415, + "start": 1554 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81769, + "created_at": "2025-07-07T03:40:31.005139Z", + "updated_at": "2025-07-16T09:52:58.004451Z", + "lead_time": 352.597, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_13.hdf5" + } + }, + { + "episode_index": 255, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_243.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8c74de273f72481f7351c59be0fec640_cam_high.mp4", + "id": 97146, + "videoLabels": [ + { + "ranges": [ + { + "end": 107, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 175, + "start": 107 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 478, + "start": 175 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 755, + "start": 478 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 859, + "start": 755 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 967, + "start": 859 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1352, + "start": 967 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81764, + "created_at": "2025-07-07T03:38:30.932600Z", + "updated_at": "2025-07-16T09:52:58.938435Z", + "lead_time": 221.019, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_243.hdf5" + } + }, + { + "episode_index": 256, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_162.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8d67fd2b6f3d824eabac18b1d417dd3a_cam_high.mp4", + "id": 97147, + "videoLabels": [ + { + "ranges": [ + { + "end": 195, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 333, + "start": 195 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 526, + "start": 333 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 620, + "start": 526 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 848, + "start": 620 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1008, + "start": 848 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1318, + "start": 1008 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81756, + "created_at": "2025-07-07T03:36:51.015176Z", + "updated_at": "2025-07-17T12:17:30.615120Z", + "lead_time": 318.91700000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_162.hdf5" + } + }, + { + "episode_index": 257, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_11.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8e1813bd949e6ad7b5f8d17ebdd33384_cam_high.mp4", + "id": 97148, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 273, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 381, + "start": 273 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 543, + "start": 381 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 673, + "start": 543 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 799, + "start": 673 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1002, + "start": 799 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81750, + "created_at": "2025-07-07T03:33:40.870427Z", + "updated_at": "2025-07-17T12:17:56.858280Z", + "lead_time": 234.481, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_11.hdf5" + } + }, + { + "episode_index": 258, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_187.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8e364f7cf99b6453ac3341fe3a3ee3c8_cam_high.mp4", + "id": 97149, + "videoLabels": [ + { + "ranges": [ + { + "end": 181, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 262, + "start": 181 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 413, + "start": 262 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 542, + "start": 413 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 668, + "start": 542 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 747, + "start": 668 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 976, + "start": 747 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81747, + "created_at": "2025-07-07T03:32:23.862749Z", + "updated_at": "2025-07-16T09:53:01.893598Z", + "lead_time": 185.60000000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_187.hdf5" + } + }, + { + "episode_index": 259, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_111.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8ec4147c9e654a35067e528f866b5000_cam_high.mp4", + "id": 97150, + "videoLabels": [ + { + "ranges": [ + { + "end": 76, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 184, + "start": 76 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 276, + "start": 184 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 450, + "start": 276 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 553, + "start": 450 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 679, + "start": 553 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 959, + "start": 679 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81745, + "created_at": "2025-07-07T03:30:56.160924Z", + "updated_at": "2025-07-16T09:53:02.848909Z", + "lead_time": 153.18099999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_111.hdf5" + } + }, + { + "episode_index": 260, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_194.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8f301ff295e0cf1c24026b0cb6ec22e6_cam_high.mp4", + "id": 97151, + "videoLabels": [ + { + "ranges": [ + { + "end": 114, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 287, + "start": 114 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 461, + "start": 287 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 660, + "start": 461 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 753, + "start": 660 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 877, + "start": 753 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1022, + "start": 877 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81740, + "created_at": "2025-07-07T03:29:26.910975Z", + "updated_at": "2025-07-16T09:53:03.789088Z", + "lead_time": 177.063, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_194.hdf5" + } + }, + { + "episode_index": 261, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_101.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8f4403dd0b0dec1c8fb06cdb1d9b5983_cam_high.mp4", + "id": 97152, + "videoLabels": [ + { + "ranges": [ + { + "end": 80, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 197, + "start": 80 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 306, + "start": 197 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 559, + "start": 306 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 675, + "start": 559 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 799, + "start": 675 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1286, + "start": 799 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81734, + "created_at": "2025-07-07T03:27:18.144991Z", + "updated_at": "2025-07-16T09:53:04.728040Z", + "lead_time": 206.059, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_101.hdf5" + } + }, + { + "episode_index": 262, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_33.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8fa98d7e5dcf23e5dd1acacadd2f1a4e_cam_high.mp4", + "id": 97153, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 299, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 635, + "start": 299 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 743, + "start": 635 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 963, + "start": 743 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1072, + "start": 963 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1392, + "start": 1072 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81727, + "created_at": "2025-07-07T03:25:26.891903Z", + "updated_at": "2025-07-17T12:18:40.067602Z", + "lead_time": 265.959, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_33.hdf5" + } + }, + { + "episode_index": 263, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_211.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/8ffae290515b071db1c74e8d05659615_cam_high.mp4", + "id": 97154, + "videoLabels": [ + { + "ranges": [ + { + "end": 92, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 92 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 345, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 541, + "start": 345 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 635, + "start": 541 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 765, + "start": 635 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 927, + "start": 765 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81717, + "created_at": "2025-07-07T03:23:00.985799Z", + "updated_at": "2025-07-16T09:53:06.573616Z", + "lead_time": 180.68200000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_211.hdf5" + } + }, + { + "episode_index": 264, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_239.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9052e9ce520c72ab52ff51c5eaebdac9_cam_high.mp4", + "id": 97155, + "videoLabels": [ + { + "ranges": [ + { + "end": 126, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 206, + "start": 126 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 437, + "start": 206 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 578, + "start": 437 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 731, + "start": 578 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 824, + "start": 731 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1129, + "start": 824 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81714, + "created_at": "2025-07-07T03:21:31.082134Z", + "updated_at": "2025-07-16T09:53:07.483523Z", + "lead_time": 172.69799999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_239.hdf5" + } + }, + { + "episode_index": 265, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_241.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9074640965a357fabeef1315ac8a6e2f_cam_high.mp4", + "id": 97156, + "videoLabels": [ + { + "ranges": [ + { + "end": 137, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 210, + "start": 137 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 323, + "start": 210 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 467, + "start": 323 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 638, + "start": 467 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 721, + "start": 638 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1034, + "start": 721 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81711, + "created_at": "2025-07-07T03:20:00.970235Z", + "updated_at": "2025-07-17T12:19:18.485569Z", + "lead_time": 208.75, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_241.hdf5" + } + }, + { + "episode_index": 266, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_61.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9091feec1d30e8f2c3f9d0e509da8493_cam_high.mp4", + "id": 97157, + "videoLabels": [ + { + "ranges": [ + { + "end": 141, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 237, + "start": 141 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 359, + "start": 237 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 501, + "start": 359 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 626, + "start": 501 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 732, + "start": 626 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 963, + "start": 732 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81700, + "created_at": "2025-07-07T03:18:18.944996Z", + "updated_at": "2025-07-17T12:19:39.095735Z", + "lead_time": 207.033, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_61.hdf5" + } + }, + { + "episode_index": 267, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_198.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/90b3669e8b6576911ade5b49696774cd_cam_high.mp4", + "id": 97158, + "videoLabels": [ + { + "ranges": [ + { + "end": 172, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 326, + "start": 172 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 434, + "start": 326 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 561, + "start": 434 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 669, + "start": 561 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 795, + "start": 669 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1025, + "start": 795 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81691, + "created_at": "2025-07-07T03:16:36.310336Z", + "updated_at": "2025-07-17T12:20:00.444526Z", + "lead_time": 196.136, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_198.hdf5" + } + }, + { + "episode_index": 268, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_125.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/91ed8ba603f8f21beae651e1973bf36d_cam_high.mp4", + "id": 97159, + "videoLabels": [ + { + "ranges": [ + { + "end": 156, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 288, + "start": 156 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 420, + "start": 288 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 579, + "start": 420 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 674, + "start": 579 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 835, + "start": 674 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1070, + "start": 835 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81644, + "created_at": "2025-07-07T03:03:40.176247Z", + "updated_at": "2025-07-17T12:20:28.281472Z", + "lead_time": 209.961, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_125.hdf5" + } + }, + { + "episode_index": 269, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_94.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/920e94ae045ae1f3ccb71cca59dd30c8_cam_high.mp4", + "id": 97160, + "videoLabels": [ + { + "ranges": [ + { + "end": 172, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 280, + "start": 172 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 480, + "start": 280 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 562, + "start": 480 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 753, + "start": 562 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 863, + "start": 753 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1169, + "start": 863 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81684, + "created_at": "2025-07-07T03:14:43.749205Z", + "updated_at": "2025-07-17T12:20:52.716065Z", + "lead_time": 313.691, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_94.hdf5" + } + }, + { + "episode_index": 270, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_79.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/92f2b1af928fad9d7d87c2ae4d3e6d9c_cam_high.mp4", + "id": 97161, + "videoLabels": [ + { + "ranges": [ + { + "end": 95, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 220, + "start": 95 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 496, + "start": 220 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 983, + "start": 496 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1111, + "start": 983 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1203, + "start": 1111 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1457, + "start": 1203 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81664, + "created_at": "2025-07-07T03:10:00.925985Z", + "updated_at": "2025-07-16T09:53:13.019403Z", + "lead_time": 317.714, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_79.hdf5" + } + }, + { + "episode_index": 271, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_104.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/934fdd709f3489c01e5f83c0c295bdef_cam_high.mp4", + "id": 97162, + "videoLabels": [ + { + "ranges": [ + { + "end": 137, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 282, + "start": 137 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 423, + "start": 282 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 613, + "start": 423 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 744, + "start": 613 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 857, + "start": 744 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1153, + "start": 857 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81652, + "created_at": "2025-07-07T03:07:21.295753Z", + "updated_at": "2025-07-17T12:26:03.797239Z", + "lead_time": 514.1669999999999, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_104.hdf5" + } + }, + { + "episode_index": 272, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_244.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/93fe9a6782fee7527ca1f0090cd014e1_cam_high.mp4", + "id": 97163, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 162, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 272, + "start": 162 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 376, + "start": 272 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 494, + "start": 376 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 606, + "start": 494 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 841, + "start": 606 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81643, + "created_at": "2025-07-07T03:03:23.218913Z", + "updated_at": "2025-07-17T12:26:24.567443Z", + "lead_time": 223.44600000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_244.hdf5" + } + }, + { + "episode_index": 273, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_206.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/959ee4d6103a194a52d0d9ff2baacdbf_cam_high.mp4", + "id": 97164, + "videoLabels": [ + { + "ranges": [ + { + "end": 126, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 278, + "start": 126 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 447, + "start": 278 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 639, + "start": 447 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 743, + "start": 639 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 873, + "start": 743 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1042, + "start": 873 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81637, + "created_at": "2025-07-07T03:01:08.832806Z", + "updated_at": "2025-07-16T09:53:16.007715Z", + "lead_time": 183.839, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_206.hdf5" + } + }, + { + "episode_index": 274, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_153.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/965d7577ba0b5075774effb5d49d677e_cam_high.mp4", + "id": 97165, + "videoLabels": [ + { + "ranges": [ + { + "end": 262, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 380, + "start": 262 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 578, + "start": 380 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 686, + "start": 578 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 981, + "start": 686 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1106, + "start": 981 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1355, + "start": 1106 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81632, + "created_at": "2025-07-07T02:59:17.036622Z", + "updated_at": "2025-07-17T12:35:22.145873Z", + "lead_time": 754.5550000000001, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_153.hdf5" + } + }, + { + "episode_index": 275, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_166.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/96f9447e464421536b5373da7f46572c_cam_high.mp4", + "id": 97166, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 264, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 443, + "start": 264 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 639, + "start": 443 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 837, + "start": 639 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 950, + "start": 837 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1179, + "start": 950 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81622, + "created_at": "2025-07-07T02:57:09.872945Z", + "updated_at": "2025-07-16T09:53:17.956581Z", + "lead_time": 226.818, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_166.hdf5" + } + }, + { + "episode_index": 276, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_14.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/96fdc9964a2c15e8e5f532ad159ae3c3_cam_high.mp4", + "id": 97167, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 306, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 403, + "start": 306 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 566, + "start": 403 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 857, + "start": 566 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1006, + "start": 857 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1237, + "start": 1006 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81615, + "created_at": "2025-07-07T02:55:24.474767Z", + "updated_at": "2025-07-17T12:35:55.951664Z", + "lead_time": 279.676, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_14.hdf5" + } + }, + { + "episode_index": 277, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_12.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9742524861b39264ff28caec41dc3ebd_cam_high.mp4", + "id": 97168, + "videoLabels": [ + { + "ranges": [ + { + "end": 172, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 318, + "start": 172 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 465, + "start": 318 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 647, + "start": 465 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1009, + "start": 647 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1136, + "start": 1009 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1380, + "start": 1136 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81609, + "created_at": "2025-07-07T02:53:31.024936Z", + "updated_at": "2025-07-17T12:36:26.466712Z", + "lead_time": 243.97299999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_12.hdf5" + } + }, + { + "episode_index": 278, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_205.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/976c550f40e17c3b7b4adb21303d55c2_cam_high.mp4", + "id": 97169, + "videoLabels": [ + { + "ranges": [ + { + "end": 146, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 215, + "start": 146 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 330, + "start": 215 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 515, + "start": 330 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 628, + "start": 515 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 736, + "start": 628 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 910, + "start": 736 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81600, + "created_at": "2025-07-07T02:51:22.343135Z", + "updated_at": "2025-07-17T12:36:56.630177Z", + "lead_time": 225.31300000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_205.hdf5" + } + }, + { + "episode_index": 279, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_154.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/977fb9ad73deff3c3a8d3c01179b7c14_cam_high.mp4", + "id": 97170, + "videoLabels": [ + { + "ranges": [ + { + "end": 164, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 287, + "start": 164 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 450, + "start": 287 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 609, + "start": 450 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 851, + "start": 609 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 988, + "start": 851 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1287, + "start": 988 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81590, + "created_at": "2025-07-07T02:49:46.375641Z", + "updated_at": "2025-07-17T12:37:16.523181Z", + "lead_time": 216.592, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_154.hdf5" + } + }, + { + "episode_index": 280, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_56.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9784e217e0fd51d45bc73f3a4fc667fd_cam_high.mp4", + "id": 97171, + "videoLabels": [ + { + "ranges": [ + { + "end": 118, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 215, + "start": 118 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 336, + "start": 215 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 507, + "start": 336 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 617, + "start": 507 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 737, + "start": 617 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 966, + "start": 737 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81579, + "created_at": "2025-07-07T02:48:07.276801Z", + "updated_at": "2025-07-17T12:37:42.530256Z", + "lead_time": 218.30599999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_56.hdf5" + } + }, + { + "episode_index": 281, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_184.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/990e8f4eb1c7ef3a1da0c8fd75e5513c_cam_high.mp4", + "id": 97172, + "videoLabels": [ + { + "ranges": [ + { + "end": 174, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 245, + "start": 174 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 390, + "start": 245 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 477, + "start": 390 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 569, + "start": 477 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 569 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1044, + "start": 725 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81571, + "created_at": "2025-07-07T02:46:25.127698Z", + "updated_at": "2025-07-17T12:38:12.127397Z", + "lead_time": 194.96800000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_184.hdf5" + } + }, + { + "episode_index": 282, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_210.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/998408ed916393e155c2fcd0b8a40781_cam_high.mp4", + "id": 97173, + "videoLabels": [ + { + "ranges": [ + { + "end": 75, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 186, + "start": 75 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 326, + "start": 186 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 520, + "start": 326 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 650, + "start": 520 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 834, + "start": 650 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1043, + "start": 834 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81563, + "created_at": "2025-07-07T02:45:00.810343Z", + "updated_at": "2025-07-16T09:53:24.536367Z", + "lead_time": 202.268, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_210.hdf5" + } + }, + { + "episode_index": 283, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_138.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/99a3dc43336200d32488b159eccf172c_cam_high.mp4", + "id": 97174, + "videoLabels": [ + { + "ranges": [ + { + "end": 179, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 292, + "start": 179 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 445, + "start": 292 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 533, + "start": 445 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 686, + "start": 533 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 855, + "start": 686 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1170, + "start": 855 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81555, + "created_at": "2025-07-07T02:43:23.799430Z", + "updated_at": "2025-07-17T12:38:35.578215Z", + "lead_time": 238.167, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_138.hdf5" + } + }, + { + "episode_index": 284, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_216.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/99e142ac49f57065e8b9d2aed56abce2_cam_high.mp4", + "id": 97175, + "videoLabels": [ + { + "ranges": [ + { + "end": 150, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 270, + "start": 150 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 406, + "start": 270 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 530, + "start": 406 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 635, + "start": 530 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 794, + "start": 635 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 986, + "start": 794 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81546, + "created_at": "2025-07-07T02:41:36.893436Z", + "updated_at": "2025-07-17T12:38:56.972531Z", + "lead_time": 200.019, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_216.hdf5" + } + }, + { + "episode_index": 285, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_212.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/99f1d467f015be7215a9780d189e262c_cam_high.mp4", + "id": 97176, + "videoLabels": [ + { + "ranges": [ + { + "end": 83, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 190, + "start": 83 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 321, + "start": 190 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 499, + "start": 321 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 596, + "start": 499 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 596 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 896, + "start": 742 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81539, + "created_at": "2025-07-07T02:39:42.533573Z", + "updated_at": "2025-07-16T09:53:27.229107Z", + "lead_time": 190.08, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_212.hdf5" + } + }, + { + "episode_index": 286, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_147.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9aa333fa8e6c048cfd557a9680ce6b01_cam_high.mp4", + "id": 97177, + "videoLabels": [ + { + "ranges": [ + { + "end": 97, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 197, + "start": 97 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 420, + "start": 197 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 567, + "start": 420 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 707, + "start": 567 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 804, + "start": 707 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1059, + "start": 804 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81533, + "created_at": "2025-07-07T02:38:07.575077Z", + "updated_at": "2025-07-16T09:53:28.149563Z", + "lead_time": 228.94, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_147.hdf5" + } + }, + { + "episode_index": 287, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_144.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9ae8c2dc9824ac4d757c5c660c5e9ce9_cam_high.mp4", + "id": 97178, + "videoLabels": [ + { + "ranges": [ + { + "end": 181, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 333, + "start": 181 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 466, + "start": 333 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 541, + "start": 466 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 834, + "start": 541 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 972, + "start": 834 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1182, + "start": 972 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81526, + "created_at": "2025-07-07T02:36:41.158360Z", + "updated_at": "2025-07-17T12:39:24.318038Z", + "lead_time": 205.928, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_144.hdf5" + } + }, + { + "episode_index": 288, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_214.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9c356588bbc7f454ee0d69aa0db7b561_cam_high.mp4", + "id": 97179, + "videoLabels": [ + { + "ranges": [ + { + "end": 93, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 193, + "start": 93 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 314, + "start": 193 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 475, + "start": 314 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 600, + "start": 475 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 727, + "start": 600 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 899, + "start": 727 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81521, + "created_at": "2025-07-07T02:34:54.777492Z", + "updated_at": "2025-07-16T09:53:29.968646Z", + "lead_time": 173.14, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_214.hdf5" + } + }, + { + "episode_index": 289, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_240.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9c7775a0a3850c3fa82155a1ed0ff18e_cam_high.mp4", + "id": 97180, + "videoLabels": [ + { + "ranges": [ + { + "end": 132, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 190, + "start": 132 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 301, + "start": 190 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 379, + "start": 301 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 469, + "start": 379 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 544, + "start": 469 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 912, + "start": 544 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81515, + "created_at": "2025-07-07T02:33:31.133497Z", + "updated_at": "2025-07-17T12:39:51.209710Z", + "lead_time": 200.817, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_240.hdf5" + } + }, + { + "episode_index": 290, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_54.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9ca3c2a0f9d212294fec697343c36ada_cam_high.mp4", + "id": 97181, + "videoLabels": [ + { + "ranges": [ + { + "end": 128, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 128 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 314, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 429, + "start": 314 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 609, + "start": 429 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 713, + "start": 609 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1113, + "start": 713 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81508, + "created_at": "2025-07-07T02:31:48.967981Z", + "updated_at": "2025-07-17T12:40:17.352802Z", + "lead_time": 194.459, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_54.hdf5" + } + }, + { + "episode_index": 291, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_182.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/9f5757db26100b241dacae7426fb1b8e_cam_high.mp4", + "id": 97182, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 207, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 441, + "start": 207 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 552, + "start": 441 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 675, + "start": 552 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 799, + "start": 675 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1112, + "start": 799 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81503, + "created_at": "2025-07-07T02:30:23.910527Z", + "updated_at": "2025-07-16T09:53:32.705526Z", + "lead_time": 223.903, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_182.hdf5" + } + }, + { + "episode_index": 292, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_234.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a01cbb02641857546304a942c444f824_cam_high.mp4", + "id": 97183, + "videoLabels": [ + { + "ranges": [ + { + "end": 115, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 175, + "start": 115 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 292, + "start": 175 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 376, + "start": 292 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 477, + "start": 376 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 552, + "start": 477 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 843, + "start": 552 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81496, + "created_at": "2025-07-07T02:28:36.027931Z", + "updated_at": "2025-07-17T12:40:44.311880Z", + "lead_time": 220.697, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_234.hdf5" + } + }, + { + "episode_index": 293, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_55.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a1d674ada3d047eeaf87d64e5240eaf1_cam_high.mp4", + "id": 97184, + "videoLabels": [ + { + "ranges": [ + { + "end": 194, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 318, + "start": 194 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 521, + "start": 318 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 521 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 905, + "start": 742 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1044, + "start": 905 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1345, + "start": 1044 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81489, + "created_at": "2025-07-07T02:27:18.946625Z", + "updated_at": "2025-07-16T09:53:34.542050Z", + "lead_time": 206.751, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_55.hdf5" + } + }, + { + "episode_index": 294, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_25.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a213408cb242548a6f1a7c2a1e316f90_cam_high.mp4", + "id": 97185, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 303, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 416, + "start": 303 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 590, + "start": 416 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 689, + "start": 590 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 841, + "start": 689 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1119, + "start": 841 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81481, + "created_at": "2025-07-07T02:25:48.462954Z", + "updated_at": "2025-07-17T12:41:16.475059Z", + "lead_time": 202.24400000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_25.hdf5" + } + }, + { + "episode_index": 295, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_141.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a21a95861a318f085c00c8c9c062960e_cam_high.mp4", + "id": 97186, + "videoLabels": [ + { + "ranges": [ + { + "end": 130, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 369, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 503, + "start": 369 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 619, + "start": 503 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 797, + "start": 619 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1011, + "start": 797 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81473, + "created_at": "2025-07-07T02:24:19.642884Z", + "updated_at": "2025-07-17T12:41:39.795458Z", + "lead_time": 425.79299999999995, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_141.hdf5" + } + }, + { + "episode_index": 296, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_47.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a2c6acd89c5dcd4d4c5112157fe42ce4_cam_high.mp4", + "id": 97187, + "videoLabels": [ + { + "ranges": [ + { + "end": 118, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 240, + "start": 118 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 379, + "start": 240 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 695, + "start": 379 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 819, + "start": 695 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 924, + "start": 819 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1180, + "start": 924 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81466, + "created_at": "2025-07-07T02:22:53.386699Z", + "updated_at": "2025-07-16T09:53:37.235562Z", + "lead_time": 289.526, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_47.hdf5" + } + }, + { + "episode_index": 297, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_32.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a3ae29a6bdae0c7512a1096a38ed4830_cam_high.mp4", + "id": 97188, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 269, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 482, + "start": 269 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 591, + "start": 482 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 930, + "start": 591 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1054, + "start": 930 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1393, + "start": 1054 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81459, + "created_at": "2025-07-07T02:21:00.783303Z", + "updated_at": "2025-07-17T12:42:01.916584Z", + "lead_time": 211.46400000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_32.hdf5" + } + }, + { + "episode_index": 298, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_114.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a3c11a76cd20530fa214ae21649cedcf_cam_high.mp4", + "id": 97189, + "videoLabels": [ + { + "ranges": [ + { + "end": 209, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 375, + "start": 209 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 510, + "start": 375 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 624, + "start": 510 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 751, + "start": 624 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 868, + "start": 751 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1111, + "start": 868 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81451, + "created_at": "2025-07-07T02:19:11.801913Z", + "updated_at": "2025-07-17T12:42:22.742483Z", + "lead_time": 227.226, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_114.hdf5" + } + }, + { + "episode_index": 299, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_11.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a3e32d9301cc520e3f944c38767babda_cam_high.mp4", + "id": 97190, + "videoLabels": [ + { + "ranges": [ + { + "end": 152, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 289, + "start": 152 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 758, + "start": 289 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 954, + "start": 758 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1516, + "start": 954 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1659, + "start": 1516 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 2028, + "start": 1659 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81448, + "created_at": "2025-07-07T02:17:37.625401Z", + "updated_at": "2025-07-16T09:53:39.879843Z", + "lead_time": 4827.735000000001, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_11.hdf5" + } + }, + { + "episode_index": 300, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_155.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a3e82b1e085b15bf2260ff2eb432988c_cam_high.mp4", + "id": 97191, + "videoLabels": [ + { + "ranges": [ + { + "end": 116, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 195, + "start": 116 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 405, + "start": 195 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 537, + "start": 405 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 675, + "start": 537 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 813, + "start": 675 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1012, + "start": 813 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81441, + "created_at": "2025-07-07T02:15:33.051278Z", + "updated_at": "2025-07-16T09:53:40.853990Z", + "lead_time": 194.18200000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_155.hdf5" + } + }, + { + "episode_index": 301, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_151.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a3f959abb6b5f31461179182f3abc733_cam_high.mp4", + "id": 97192, + "videoLabels": [ + { + "ranges": [ + { + "end": 161, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 310, + "start": 161 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 429, + "start": 310 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 561, + "start": 429 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 811, + "start": 561 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1005, + "start": 811 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1410, + "start": 1005 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81437, + "created_at": "2025-07-07T02:13:49.775440Z", + "updated_at": "2025-07-17T12:49:25.962601Z", + "lead_time": 221.816, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_151.hdf5" + } + }, + { + "episode_index": 302, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_28.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a3fcdcc3d10180a17873d74d924bf4e6_cam_high.mp4", + "id": 97193, + "videoLabels": [ + { + "ranges": [ + { + "end": 155, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 260, + "start": 155 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 381, + "start": 260 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 490, + "start": 381 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 619, + "start": 490 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 748, + "start": 619 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1104, + "start": 748 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81433, + "created_at": "2025-07-07T02:12:02.620021Z", + "updated_at": "2025-07-17T12:49:04.412707Z", + "lead_time": 226.79799999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_28.hdf5" + } + }, + { + "episode_index": 303, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_110.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a4348503234fe9e272188049447d5388_cam_high.mp4", + "id": 97194, + "videoLabels": [ + { + "ranges": [ + { + "end": 77, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 169, + "start": 77 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 277, + "start": 169 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 508, + "start": 277 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 587, + "start": 508 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 656, + "start": 587 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 881, + "start": 656 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81429, + "created_at": "2025-07-07T02:10:26.017924Z", + "updated_at": "2025-07-16T09:53:44.538019Z", + "lead_time": 190.12, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_110.hdf5" + } + }, + { + "episode_index": 304, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_188.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a53a81b2be2e8e419f4ec35b839e26f6_cam_high.mp4", + "id": 97195, + "videoLabels": [ + { + "ranges": [ + { + "end": 174, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 174 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 343, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 465, + "start": 343 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 682, + "start": 465 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 795, + "start": 682 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1004, + "start": 795 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81423, + "created_at": "2025-07-07T02:08:30.818599Z", + "updated_at": "2025-07-17T12:48:32.709711Z", + "lead_time": 319.356, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_188.hdf5" + } + }, + { + "episode_index": 305, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_150.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a5747546672e3b660d736fbfb3a16417_cam_high.mp4", + "id": 97196, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 241, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 368, + "start": 241 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 468, + "start": 368 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 704, + "start": 468 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 890, + "start": 704 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1163, + "start": 890 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81411, + "created_at": "2025-07-04T10:41:54.990010Z", + "updated_at": "2025-07-17T12:48:11.887798Z", + "lead_time": 215.861, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_150.hdf5" + } + }, + { + "episode_index": 306, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_238.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a5aee57c221a6fa173dec3a8de0fc75d_cam_high.mp4", + "id": 97197, + "videoLabels": [ + { + "ranges": [ + { + "end": 118, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 178, + "start": 118 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 280, + "start": 178 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 342, + "start": 280 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 426, + "start": 342 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 519, + "start": 426 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 747, + "start": 519 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81407, + "created_at": "2025-07-04T10:39:53.095036Z", + "updated_at": "2025-07-17T12:47:51.900137Z", + "lead_time": 299.646, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_238.hdf5" + } + }, + { + "episode_index": 307, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_59.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a6518f9f301d0234e55415df963dfc84_cam_high.mp4", + "id": 97198, + "videoLabels": [ + { + "ranges": [ + { + "end": 174, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 313, + "start": 174 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 610, + "start": 313 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 897, + "start": 610 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1227, + "start": 897 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1379, + "start": 1227 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1587, + "start": 1379 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81396, + "created_at": "2025-07-04T10:38:22.535294Z", + "updated_at": "2025-07-16T09:53:48.321354Z", + "lead_time": 484.564, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_59.hdf5" + } + }, + { + "episode_index": 308, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_133.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a6e97d9f2aa49fdb409dbf28f86fd9d4_cam_high.mp4", + "id": 97199, + "videoLabels": [ + { + "ranges": [ + { + "end": 238, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 377, + "start": 238 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 631, + "start": 377 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 770, + "start": 631 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 929, + "start": 770 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1142, + "start": 929 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1487, + "start": 1142 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81368, + "created_at": "2025-07-04T10:36:27.393733Z", + "updated_at": "2025-07-17T12:47:27.794797Z", + "lead_time": 196.555, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_133.hdf5" + } + }, + { + "episode_index": 309, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_74.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a70b4281e73f99d69fba9ceb1173ed2f_cam_high.mp4", + "id": 97200, + "videoLabels": [ + { + "ranges": [ + { + "end": 148, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 254, + "start": 148 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 371, + "start": 254 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 513, + "start": 371 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 623, + "start": 513 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 756, + "start": 623 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 966, + "start": 756 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81361, + "created_at": "2025-07-04T10:34:55.938927Z", + "updated_at": "2025-07-17T12:47:05.919354Z", + "lead_time": 215.655, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_74.hdf5" + } + }, + { + "episode_index": 310, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_223.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a7480951f3530209d6e4d7a695aaa4b4_cam_high.mp4", + "id": 97201, + "videoLabels": [ + { + "ranges": [ + { + "end": 172, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 234, + "start": 172 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 406, + "start": 234 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 525, + "start": 406 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 684, + "start": 525 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 810, + "start": 684 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1098, + "start": 810 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81352, + "created_at": "2025-07-04T10:33:14.078608Z", + "updated_at": "2025-07-16T09:53:51.120150Z", + "lead_time": 171.207, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_223.hdf5" + } + }, + { + "episode_index": 311, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_199.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a7d97c5f41085e2a45d8aeb953331150_cam_high.mp4", + "id": 97202, + "videoLabels": [ + { + "ranges": [ + { + "end": 100, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 235, + "start": 100 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 364, + "start": 235 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 536, + "start": 364 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 642, + "start": 536 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 793, + "start": 642 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 954, + "start": 793 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81345, + "created_at": "2025-07-04T10:31:47.719532Z", + "updated_at": "2025-07-16T09:53:52.041340Z", + "lead_time": 226.286, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_199.hdf5" + } + }, + { + "episode_index": 312, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_48.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a82894c7cc17269143c688581fab8126_cam_high.mp4", + "id": 97203, + "videoLabels": [ + { + "ranges": [ + { + "end": 179, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 179 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 401, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 514, + "start": 401 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 676, + "start": 514 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 762, + "start": 676 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1271, + "start": 762 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81339, + "created_at": "2025-07-04T10:30:09.181003Z", + "updated_at": "2025-07-17T12:46:36.947106Z", + "lead_time": 203.679, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_48.hdf5" + } + }, + { + "episode_index": 313, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_131.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a856353fb4bfc55066f26171069233d1_cam_high.mp4", + "id": 97204, + "videoLabels": [ + { + "ranges": [ + { + "end": 109, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 189, + "start": 109 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 446, + "start": 189 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 593, + "start": 446 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 738, + "start": 593 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 847, + "start": 738 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1051, + "start": 847 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81334, + "created_at": "2025-07-04T10:28:26.697645Z", + "updated_at": "2025-07-16T09:53:53.868199Z", + "lead_time": 169.448, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_131.hdf5" + } + }, + { + "episode_index": 314, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_3.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a8654dd76f0c37bcd8531f93245d50b3_cam_high.mp4", + "id": 97205, + "videoLabels": [ + { + "ranges": [ + { + "end": 128, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 231, + "start": 128 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 467, + "start": 231 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 813, + "start": 467 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 974, + "start": 813 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1150, + "start": 974 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1656, + "start": 1150 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81328, + "created_at": "2025-07-04T10:26:59.735538Z", + "updated_at": "2025-07-16T09:53:54.893181Z", + "lead_time": 183.968, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_3.hdf5" + } + }, + { + "episode_index": 315, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_67.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a8828e1ecdef5791d9e7881c823a61c4_cam_high.mp4", + "id": 97206, + "videoLabels": [ + { + "ranges": [ + { + "end": 156, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 293, + "start": 156 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 388, + "start": 293 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 505, + "start": 388 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 635, + "start": 505 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 782, + "start": 635 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 996, + "start": 782 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81322, + "created_at": "2025-07-04T10:25:16.454651Z", + "updated_at": "2025-07-17T12:46:07.989169Z", + "lead_time": 248.29899999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_67.hdf5" + } + }, + { + "episode_index": 316, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_24.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a8d300f53e1410d70836d77d9da9adba_cam_high.mp4", + "id": 97207, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 354, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 553, + "start": 354 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 853, + "start": 553 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1427, + "start": 853 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1623, + "start": 1427 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1997, + "start": 1623 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81315, + "created_at": "2025-07-04T10:23:28.809390Z", + "updated_at": "2025-07-16T09:53:56.686319Z", + "lead_time": 242.662, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_24.hdf5" + } + }, + { + "episode_index": 317, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_76.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/a9c2fa86181bfff0bbdac5eaff5ed414_cam_high.mp4", + "id": 97208, + "videoLabels": [ + { + "ranges": [ + { + "end": 84, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 199, + "start": 84 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 389, + "start": 199 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 609, + "start": 389 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1140, + "start": 609 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1297, + "start": 1140 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1594, + "start": 1297 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81306, + "created_at": "2025-07-04T10:21:09.491484Z", + "updated_at": "2025-07-16T09:53:57.587226Z", + "lead_time": 201.905, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_76.hdf5" + } + }, + { + "episode_index": 318, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_209.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/aa3b52147c98c0310bbed552e1cc5b49_cam_high.mp4", + "id": 97209, + "videoLabels": [ + { + "ranges": [ + { + "end": 86, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 163, + "start": 86 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 259, + "start": 163 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 444, + "start": 259 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 531, + "start": 444 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 657, + "start": 531 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 836, + "start": 657 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81296, + "created_at": "2025-07-04T10:19:09.582261Z", + "updated_at": "2025-07-16T09:53:58.534536Z", + "lead_time": 334.456, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_209.hdf5" + } + }, + { + "episode_index": 319, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_112.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/aa9fe6994873348baf559f536fb01b83_cam_high.mp4", + "id": 97210, + "videoLabels": [ + { + "ranges": [ + { + "end": 86, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 174, + "start": 86 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 345, + "start": 174 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 526, + "start": 345 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 688, + "start": 526 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 785, + "start": 688 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 970, + "start": 785 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81289, + "created_at": "2025-07-04T10:17:40.617311Z", + "updated_at": "2025-07-16T09:53:59.455105Z", + "lead_time": 206.841, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_112.hdf5" + } + }, + { + "episode_index": 320, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_1.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ab4a421bfe18921bed26ad0015c031cd_cam_high.mp4", + "id": 97211, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 377, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 497, + "start": 377 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 666, + "start": 497 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 994, + "start": 666 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1156, + "start": 994 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1403, + "start": 1156 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81283, + "created_at": "2025-07-04T10:15:56.452194Z", + "updated_at": "2025-07-17T12:45:26.987504Z", + "lead_time": 371.332, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_1.hdf5" + } + }, + { + "episode_index": 321, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_175.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/aca292be913d1edb6e218942409f0ee9_cam_high.mp4", + "id": 97212, + "videoLabels": [ + { + "ranges": [ + { + "end": 110, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 202, + "start": 110 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 421, + "start": 202 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 532, + "start": 421 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 638, + "start": 532 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 751, + "start": 638 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 974, + "start": 751 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81275, + "created_at": "2025-07-04T10:14:02.211853Z", + "updated_at": "2025-07-16T09:54:01.723901Z", + "lead_time": 355.68, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_175.hdf5" + } + }, + { + "episode_index": 322, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_217.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/acb9d51d93d592629f294e3163efd20a_cam_high.mp4", + "id": 97213, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 327, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 481, + "start": 327 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 611, + "start": 481 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 749, + "start": 611 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 978, + "start": 749 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81268, + "created_at": "2025-07-04T10:12:10.902136Z", + "updated_at": "2025-07-17T12:44:59.232883Z", + "lead_time": 183.75099999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_217.hdf5" + } + }, + { + "episode_index": 323, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_64.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ad506e1d92ea4e09412d8c1273d433f3_cam_high.mp4", + "id": 97214, + "videoLabels": [ + { + "ranges": [ + { + "end": 121, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 247, + "start": 121 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 345, + "start": 247 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 475, + "start": 345 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 590, + "start": 475 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 710, + "start": 590 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 933, + "start": 710 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81263, + "created_at": "2025-07-04T10:10:42.957079Z", + "updated_at": "2025-07-17T12:44:38.063741Z", + "lead_time": 295.911, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_64.hdf5" + } + }, + { + "episode_index": 324, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_221.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ad5abbe73b62602afcd8319a1b6e81aa_cam_high.mp4", + "id": 97215, + "videoLabels": [ + { + "ranges": [ + { + "end": 101, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 199, + "start": 101 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 351, + "start": 199 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 500, + "start": 351 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 599, + "start": 500 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 705, + "start": 599 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 982, + "start": 705 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81260, + "created_at": "2025-07-04T10:09:06.849144Z", + "updated_at": "2025-07-16T09:54:04.520917Z", + "lead_time": 267.636, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_221.hdf5" + } + }, + { + "episode_index": 325, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_117.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/aea4684928126b0f0c954e94d347827c_cam_high.mp4", + "id": 97216, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 279, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 386, + "start": 279 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 514, + "start": 386 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 623, + "start": 514 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 757, + "start": 623 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 884, + "start": 757 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81256, + "created_at": "2025-07-04T10:06:06.805360Z", + "updated_at": "2025-07-17T12:44:12.628219Z", + "lead_time": 208.82899999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_117.hdf5" + } + }, + { + "episode_index": 326, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_203.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b07db911eae9d8209af2677348903fa0_cam_high.mp4", + "id": 97217, + "videoLabels": [ + { + "ranges": [ + { + "end": 121, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 285, + "start": 121 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 455, + "start": 285 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 671, + "start": 455 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 785, + "start": 671 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 948, + "start": 785 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1153, + "start": 948 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81252, + "created_at": "2025-07-04T10:04:36.832980Z", + "updated_at": "2025-07-16T09:54:06.320766Z", + "lead_time": 195.054, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_203.hdf5" + } + }, + { + "episode_index": 327, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_236.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b1e38b7bc87aba9245809079b39977a4_cam_high.mp4", + "id": 97218, + "videoLabels": [ + { + "ranges": [ + { + "end": 130, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 187, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 272, + "start": 187 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 345, + "start": 272 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 436, + "start": 345 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 550, + "start": 436 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 976, + "start": 550 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81248, + "created_at": "2025-07-04T10:02:46.367346Z", + "updated_at": "2025-07-17T12:43:48.056670Z", + "lead_time": 208.105, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_236.hdf5" + } + }, + { + "episode_index": 328, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_81.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b20c8fc8e423f877d63be46ad4aaec8d_cam_high.mp4", + "id": 97219, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 276, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 423, + "start": 276 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 545, + "start": 423 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 712, + "start": 545 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 862, + "start": 712 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1240, + "start": 862 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81245, + "created_at": "2025-07-04T09:58:25.039882Z", + "updated_at": "2025-07-17T12:43:24.108646Z", + "lead_time": 327.721, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_81.hdf5" + } + }, + { + "episode_index": 329, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_82.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b2125d2afa45a540b909d67d2481fc46_cam_high.mp4", + "id": 97220, + "videoLabels": [ + { + "ranges": [ + { + "end": 96, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 198, + "start": 96 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 376, + "start": 198 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 662, + "start": 376 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 765, + "start": 662 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 891, + "start": 765 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1125, + "start": 891 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81244, + "created_at": "2025-07-04T09:56:41.479471Z", + "updated_at": "2025-07-16T09:54:09.969132Z", + "lead_time": 181.66, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_82.hdf5" + } + }, + { + "episode_index": 330, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_224.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b24da553ae3390736f317481fda064b2_cam_high.mp4", + "id": 97221, + "videoLabels": [ + { + "ranges": [ + { + "end": 166, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 293, + "start": 166 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 393, + "start": 293 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 522, + "start": 393 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 637, + "start": 522 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 747, + "start": 637 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 969, + "start": 747 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81240, + "created_at": "2025-07-04T09:54:36.890666Z", + "updated_at": "2025-07-17T12:42:56.077227Z", + "lead_time": 213.561, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_224.hdf5" + } + }, + { + "episode_index": 331, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_141.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b33ec66600962ae048312b94b48af199_cam_high.mp4", + "id": 97222, + "videoLabels": [ + { + "ranges": [ + { + "end": 343, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 436, + "start": 343 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 659, + "start": 436 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 749, + "start": 659 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 868, + "start": 749 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1021, + "start": 868 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1240, + "start": 1021 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81238, + "created_at": "2025-07-04T09:53:12.295563Z", + "updated_at": "2025-07-16T09:54:11.720048Z", + "lead_time": 194.356, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_141.hdf5" + } + }, + { + "episode_index": 332, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_152.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b343a77cd78e47c76ba686fe16963b0f_cam_high.mp4", + "id": 97223, + "videoLabels": [ + { + "ranges": [ + { + "end": 156, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 398, + "start": 156 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 545, + "start": 398 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 649, + "start": 545 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1040, + "start": 649 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1284, + "start": 1040 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1620, + "start": 1284 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81234, + "created_at": "2025-07-04T09:51:24.969753Z", + "updated_at": "2025-07-17T12:42:23.810999Z", + "lead_time": 196.97899999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_152.hdf5" + } + }, + { + "episode_index": 333, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_162.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b350b7e4a34603d2fe369d5c0ea4a122_cam_high.mp4", + "id": 97224, + "videoLabels": [ + { + "ranges": [ + { + "end": 135, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 229, + "start": 135 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 547, + "start": 229 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 655, + "start": 547 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 808, + "start": 655 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 930, + "start": 808 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1208, + "start": 930 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81230, + "created_at": "2025-07-04T09:49:30.058892Z", + "updated_at": "2025-07-16T09:54:13.469702Z", + "lead_time": 179.011, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_162.hdf5" + } + }, + { + "episode_index": 334, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_237.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b35465333eac23cfab1ba2b9115704cc_cam_high.mp4", + "id": 97225, + "videoLabels": [ + { + "ranges": [ + { + "end": 130, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 197, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 308, + "start": 197 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 412, + "start": 308 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 519, + "start": 412 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 620, + "start": 519 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 923, + "start": 620 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81223, + "created_at": "2025-07-04T09:47:36.826134Z", + "updated_at": "2025-07-16T09:54:14.373567Z", + "lead_time": 197.18, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_237.hdf5" + } + }, + { + "episode_index": 335, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_45.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b564c4b60c7cbb5fc2ade0b64a4e0cf6_cam_high.mp4", + "id": 97226, + "videoLabels": [ + { + "ranges": [ + { + "end": 160, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 285, + "start": 160 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 450, + "start": 285 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 781, + "start": 450 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 928, + "start": 781 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1071, + "start": 928 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1331, + "start": 1071 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81219, + "created_at": "2025-07-04T09:45:47.830804Z", + "updated_at": "2025-07-16T09:54:15.656382Z", + "lead_time": 188.32299999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_45.hdf5" + } + }, + { + "episode_index": 336, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_97.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b626287177f3ac85e69476dc7588c35c_cam_high.mp4", + "id": 97227, + "videoLabels": [ + { + "ranges": [ + { + "end": 192, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 324, + "start": 192 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 633, + "start": 324 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 770, + "start": 633 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 980, + "start": 770 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1122, + "start": 980 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1435, + "start": 1122 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81213, + "created_at": "2025-07-04T09:43:38.253803Z", + "updated_at": "2025-07-17T12:41:47.144901Z", + "lead_time": 210.372, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_97.hdf5" + } + }, + { + "episode_index": 337, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_35.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b72d7ce2034ee71908eb5476ccbed1b1_cam_high.mp4", + "id": 97228, + "videoLabels": [ + { + "ranges": [ + { + "end": 146, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 256, + "start": 146 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 409, + "start": 256 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 560, + "start": 409 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 741, + "start": 560 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 860, + "start": 741 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1278, + "start": 860 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81209, + "created_at": "2025-07-04T09:41:29.901354Z", + "updated_at": "2025-07-17T12:41:26.658063Z", + "lead_time": 200.03400000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_35.hdf5" + } + }, + { + "episode_index": 338, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_161.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b781742d1f1bd6a1a66ef12fa607e219_cam_high.mp4", + "id": 97229, + "videoLabels": [ + { + "ranges": [ + { + "end": 132, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 212, + "start": 132 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 395, + "start": 212 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 558, + "start": 395 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 707, + "start": 558 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 789, + "start": 707 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1045, + "start": 789 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81207, + "created_at": "2025-07-04T09:39:28.524786Z", + "updated_at": "2025-07-16T09:54:18.346937Z", + "lead_time": 227.83299999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_161.hdf5" + } + }, + { + "episode_index": 339, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_155.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b7f736193dbb2a26a4e6a069c28aea3d_cam_high.mp4", + "id": 97230, + "videoLabels": [ + { + "ranges": [ + { + "end": 203, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 296, + "start": 203 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 458, + "start": 296 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 556, + "start": 458 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 779, + "start": 556 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 989, + "start": 779 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1255, + "start": 989 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81202, + "created_at": "2025-07-04T09:37:22.806621Z", + "updated_at": "2025-07-17T12:40:57.591203Z", + "lead_time": 224.11, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_155.hdf5" + } + }, + { + "episode_index": 340, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_77.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b80e0c1082c42e79c0b0a0d233601035_cam_high.mp4", + "id": 97231, + "videoLabels": [ + { + "ranges": [ + { + "end": 85, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 200, + "start": 85 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 329, + "start": 200 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 744, + "start": 329 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 819, + "start": 744 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 926, + "start": 819 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1199, + "start": 926 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81198, + "created_at": "2025-07-04T09:35:15.827100Z", + "updated_at": "2025-07-16T09:54:20.287851Z", + "lead_time": 337.67, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_77.hdf5" + } + }, + { + "episode_index": 341, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_61.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b8225f498d6440dc2d4e1924a3fa3006_cam_high.mp4", + "id": 97232, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 195, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 477, + "start": 195 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 658, + "start": 477 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 779, + "start": 658 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 869, + "start": 779 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1166, + "start": 869 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81193, + "created_at": "2025-07-04T09:33:24.651622Z", + "updated_at": "2025-07-16T09:54:21.231371Z", + "lead_time": 193.84099999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_61.hdf5" + } + }, + { + "episode_index": 342, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_115.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b8ebc0c71f1f3909ca390ced3fcf4e2b_cam_high.mp4", + "id": 97233, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 273, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 395, + "start": 273 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 503, + "start": 395 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 671, + "start": 503 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 805, + "start": 671 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1006, + "start": 805 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81187, + "created_at": "2025-07-04T09:31:28.626164Z", + "updated_at": "2025-07-17T12:40:18.247804Z", + "lead_time": 233.07999999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_115.hdf5" + } + }, + { + "episode_index": 343, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_147.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/b98a943cc1cf749dbed7da3e856218fa_cam_high.mp4", + "id": 97234, + "videoLabels": [ + { + "ranges": [ + { + "end": 173, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 357, + "start": 173 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 523, + "start": 357 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 643, + "start": 523 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 837, + "start": 643 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 956, + "start": 837 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1197, + "start": 956 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81182, + "created_at": "2025-07-04T09:29:23.497900Z", + "updated_at": "2025-07-17T12:39:55.067014Z", + "lead_time": 269.406, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_147.hdf5" + } + }, + { + "episode_index": 344, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_250.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ba9b06b709620c57efefdcd8965f42ec_cam_high.mp4", + "id": 97235, + "videoLabels": [ + { + "ranges": [ + { + "end": 103, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 172, + "start": 103 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 295, + "start": 172 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 431, + "start": 295 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 602, + "start": 431 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 688, + "start": 602 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 936, + "start": 688 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81176, + "created_at": "2025-07-04T09:26:28.074971Z", + "updated_at": "2025-07-17T12:39:34.344499Z", + "lead_time": 269.592, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_250.hdf5" + } + }, + { + "episode_index": 345, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_126.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/bb09e8f4204f476f3ab9f502cefbf7a9_cam_high.mp4", + "id": 97236, + "videoLabels": [ + { + "ranges": [ + { + "end": 219, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 377, + "start": 219 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 520, + "start": 377 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 627, + "start": 520 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 752, + "start": 627 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 877, + "start": 752 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1145, + "start": 877 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81171, + "created_at": "2025-07-04T09:24:41.894075Z", + "updated_at": "2025-07-17T12:39:10.882068Z", + "lead_time": 187.59, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_126.hdf5" + } + }, + { + "episode_index": 346, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_46.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/bbdd610ccc28115cdb68c859393f0ecf_cam_high.mp4", + "id": 97237, + "videoLabels": [ + { + "ranges": [ + { + "end": 156, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 271, + "start": 156 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 461, + "start": 271 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 761, + "start": 461 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 947, + "start": 761 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1121, + "start": 947 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1380, + "start": 1121 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81167, + "created_at": "2025-07-04T09:22:55.387885Z", + "updated_at": "2025-07-16T09:54:25.953750Z", + "lead_time": 240.89600000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_46.hdf5" + } + }, + { + "episode_index": 347, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_91.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/bc26eab6f5ed2170c0abcac7818b1dbe_cam_high.mp4", + "id": 97238, + "videoLabels": [ + { + "ranges": [ + { + "end": 137, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 288, + "start": 137 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 477, + "start": 288 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 577, + "start": 477 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 739, + "start": 577 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 853, + "start": 739 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1156, + "start": 853 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81154, + "created_at": "2025-07-04T09:20:43.708147Z", + "updated_at": "2025-07-17T12:38:43.487957Z", + "lead_time": 179.894, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_91.hdf5" + } + }, + { + "episode_index": 348, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_64.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/bcc133a886af8cc6998c1ae0969d3aee_cam_high.mp4", + "id": 97239, + "videoLabels": [ + { + "ranges": [ + { + "end": 116, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 355, + "start": 116 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 628, + "start": 355 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 935, + "start": 628 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1269, + "start": 935 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1478, + "start": 1269 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1851, + "start": 1478 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81145, + "created_at": "2025-07-04T09:19:13.402751Z", + "updated_at": "2025-07-16T09:54:27.985519Z", + "lead_time": 205.025, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_64.hdf5" + } + }, + { + "episode_index": 349, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_53.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/bd338eab6cd46ab6f13545cb97c73185_cam_high.mp4", + "id": 97240, + "videoLabels": [ + { + "ranges": [ + { + "end": 154, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 154 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 396, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 516, + "start": 396 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 941, + "start": 516 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1101, + "start": 941 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1355, + "start": 1101 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81136, + "created_at": "2025-07-04T09:16:59.024576Z", + "updated_at": "2025-07-17T12:38:18.241872Z", + "lead_time": 225.552, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_53.hdf5" + } + }, + { + "episode_index": 350, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_194.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/bead778d0d322b05531d5a07133f95de_cam_high.mp4", + "id": 97241, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 191, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 282, + "start": 191 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 374, + "start": 282 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 555, + "start": 374 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 674, + "start": 555 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 902, + "start": 674 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81132, + "created_at": "2025-07-04T09:14:37.756423Z", + "updated_at": "2025-07-17T12:37:33.537003Z", + "lead_time": 238.681, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_194.hdf5" + } + }, + { + "episode_index": 351, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_178.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/bf541a9bd58e59a82ff3d124c77cc98a_cam_high.mp4", + "id": 97242, + "videoLabels": [ + { + "ranges": [ + { + "end": 184, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 277, + "start": 184 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 425, + "start": 277 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 530, + "start": 425 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 678, + "start": 530 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 794, + "start": 678 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1079, + "start": 794 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81098, + "created_at": "2025-07-04T09:11:59.844654Z", + "updated_at": "2025-07-17T12:37:08.855143Z", + "lead_time": 222.301, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_178.hdf5" + } + }, + { + "episode_index": 352, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_169.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c0dd99ecf8d219b5500ae1bce5d744a5_cam_high.mp4", + "id": 97243, + "videoLabels": [ + { + "ranges": [ + { + "end": 389, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 567, + "start": 389 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 715, + "start": 567 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 799, + "start": 715 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1003, + "start": 799 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1150, + "start": 1003 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1450, + "start": 1150 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81088, + "created_at": "2025-07-04T09:09:59.874064Z", + "updated_at": "2025-07-17T12:36:36.746759Z", + "lead_time": 281.919, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_169.hdf5" + } + }, + { + "episode_index": 353, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_130.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c0e8d155d0052ef45c6962a1accd86b4_cam_high.mp4", + "id": 97244, + "videoLabels": [ + { + "ranges": [ + { + "end": 211, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 376, + "start": 211 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 480, + "start": 376 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 562, + "start": 480 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 662, + "start": 562 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 812, + "start": 662 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1078, + "start": 812 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81073, + "created_at": "2025-07-04T09:07:28.670150Z", + "updated_at": "2025-07-17T12:36:11.324085Z", + "lead_time": 208.565, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_130.hdf5" + } + }, + { + "episode_index": 354, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_44.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c1a59ac039f698772d6eca435c6d7167_cam_high.mp4", + "id": 97245, + "videoLabels": [ + { + "ranges": [ + { + "end": 223, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 325, + "start": 223 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 548, + "start": 325 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 636, + "start": 548 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 783, + "start": 636 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 864, + "start": 783 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1261, + "start": 864 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81063, + "created_at": "2025-07-04T09:05:45.851277Z", + "updated_at": "2025-07-17T12:35:44.964874Z", + "lead_time": 246.662, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_44.hdf5" + } + }, + { + "episode_index": 355, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_124.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c1af049d4c81977bd47089fbea20f01e_cam_high.mp4", + "id": 97246, + "videoLabels": [ + { + "ranges": [ + { + "end": 121, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 300, + "start": 121 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 453, + "start": 300 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 645, + "start": 453 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 751, + "start": 645 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 949, + "start": 751 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1161, + "start": 949 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81052, + "created_at": "2025-07-04T09:03:22.512057Z", + "updated_at": "2025-07-17T12:35:09.621476Z", + "lead_time": 223.34499999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_124.hdf5" + } + }, + { + "episode_index": 356, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_189.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c1c24e22d621953dc6a934db44bfa902_cam_high.mp4", + "id": 97247, + "videoLabels": [ + { + "ranges": [ + { + "end": 162, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 264, + "start": 162 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 487, + "start": 264 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 607, + "start": 487 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 750, + "start": 607 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 860, + "start": 750 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1134, + "start": 860 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81040, + "created_at": "2025-07-04T09:01:09.973503Z", + "updated_at": "2025-07-16T09:54:36.047891Z", + "lead_time": 164.239, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_189.hdf5" + } + }, + { + "episode_index": 357, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_22.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c21b466b314345628cd340fa28e584e0_cam_high.mp4", + "id": 97248, + "videoLabels": [ + { + "ranges": [ + { + "end": 149, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 254, + "start": 149 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 374, + "start": 254 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 520, + "start": 374 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 759, + "start": 520 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 919, + "start": 759 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1249, + "start": 919 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81031, + "created_at": "2025-07-04T08:59:41.972194Z", + "updated_at": "2025-07-17T12:34:37.404524Z", + "lead_time": 262.791, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_22.hdf5" + } + }, + { + "episode_index": 358, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_176.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c2c5990ca4af431346c1320aead43e6a_cam_high.mp4", + "id": 97249, + "videoLabels": [ + { + "ranges": [ + { + "end": 141, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 244, + "start": 141 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 433, + "start": 244 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 518, + "start": 433 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 616, + "start": 518 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 717, + "start": 616 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 985, + "start": 717 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81020, + "created_at": "2025-07-04T08:57:57.828402Z", + "updated_at": "2025-07-16T09:54:37.888316Z", + "lead_time": 158.597, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_176.hdf5" + } + }, + { + "episode_index": 359, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_121.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c364cc3875587df38ff2e6420ff7aec2_cam_high.mp4", + "id": 97250, + "videoLabels": [ + { + "ranges": [ + { + "end": 193, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 410, + "start": 193 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 560, + "start": 410 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 701, + "start": 560 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 862, + "start": 701 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1067, + "start": 862 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1334, + "start": 1067 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81012, + "created_at": "2025-07-04T08:56:25.855465Z", + "updated_at": "2025-07-17T12:34:02.766789Z", + "lead_time": 272.95300000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_121.hdf5" + } + }, + { + "episode_index": 360, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_104.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c37da4474069a3576802fa740e8135f0_cam_high.mp4", + "id": 97251, + "videoLabels": [ + { + "ranges": [ + { + "end": 80, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 173, + "start": 80 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 342, + "start": 173 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 505, + "start": 342 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 577, + "start": 505 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 664, + "start": 577 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 983, + "start": 664 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 81005, + "created_at": "2025-07-04T08:54:51.428755Z", + "updated_at": "2025-07-16T09:54:39.755475Z", + "lead_time": 177.493, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_104.hdf5" + } + }, + { + "episode_index": 361, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_149.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c3bb9cf74e576fc80df66048a75d4d89_cam_high.mp4", + "id": 97252, + "videoLabels": [ + { + "ranges": [ + { + "end": 171, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 298, + "start": 171 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 408, + "start": 298 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 498, + "start": 408 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 608, + "start": 498 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 608 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 979, + "start": 725 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80991, + "created_at": "2025-07-04T08:50:38.021741Z", + "updated_at": "2025-07-17T12:33:07.333615Z", + "lead_time": 209.694, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_149.hdf5" + } + }, + { + "episode_index": 362, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_166.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c484b6ffb11576710f6079152dd64bc1_cam_high.mp4", + "id": 97253, + "videoLabels": [ + { + "ranges": [ + { + "end": 388, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 526, + "start": 388 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 667, + "start": 526 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 756, + "start": 667 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 915, + "start": 756 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1077, + "start": 915 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1360, + "start": 1077 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80987, + "created_at": "2025-07-04T08:50:07.240386Z", + "updated_at": "2025-07-17T12:32:00.025502Z", + "lead_time": 206.73899999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_166.hdf5" + } + }, + { + "episode_index": 363, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_108.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c61c453ce307bec6f9af6b92fd83bacd_cam_high.mp4", + "id": 97254, + "videoLabels": [ + { + "ranges": [ + { + "end": 87, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 310, + "start": 87 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 508, + "start": 310 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 837, + "start": 508 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 908, + "start": 837 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1006, + "start": 908 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1290, + "start": 1006 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80980, + "created_at": "2025-07-04T08:48:12.497597Z", + "updated_at": "2025-07-16T09:54:42.484514Z", + "lead_time": 472.985, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_108.hdf5" + } + }, + { + "episode_index": 364, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_26.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c6f2afbd00376d6e9dd7f68f5b0c4c77_cam_high.mp4", + "id": 97255, + "videoLabels": [ + { + "ranges": [ + { + "end": 123, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 333, + "start": 123 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 535, + "start": 333 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 879, + "start": 535 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1307, + "start": 879 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1481, + "start": 1307 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 2276, + "start": 1481 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80969, + "created_at": "2025-07-04T08:45:55.433637Z", + "updated_at": "2025-07-16T09:54:43.357784Z", + "lead_time": 184.774, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_26.hdf5" + } + }, + { + "episode_index": 365, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_23.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c7547d9616c2b0a65d85d63c6e8f57de_cam_high.mp4", + "id": 97256, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 295, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 402, + "start": 295 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 555, + "start": 402 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 699, + "start": 555 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 820, + "start": 699 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 989, + "start": 820 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80958, + "created_at": "2025-07-04T08:43:52.879934Z", + "updated_at": "2025-07-17T12:31:02.100404Z", + "lead_time": 178.16299999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_23.hdf5" + } + }, + { + "episode_index": 366, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_47.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c8bcea942733d9f80ef84e82e22f14c8_cam_high.mp4", + "id": 97257, + "videoLabels": [ + { + "ranges": [ + { + "end": 162, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 279, + "start": 162 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 486, + "start": 279 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 570, + "start": 486 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 722, + "start": 570 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 803, + "start": 722 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1095, + "start": 803 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80950, + "created_at": "2025-07-04T08:42:22.128956Z", + "updated_at": "2025-07-17T12:30:14.241016Z", + "lead_time": 217.018, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_47.hdf5" + } + }, + { + "episode_index": 367, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_219.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c90f32a333183b53ad80c553b86a9b9a_cam_high.mp4", + "id": 97258, + "videoLabels": [ + { + "ranges": [ + { + "end": 85, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 178, + "start": 85 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 304, + "start": 178 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 478, + "start": 304 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 556, + "start": 478 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 658, + "start": 556 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 846, + "start": 658 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80938, + "created_at": "2025-07-04T08:40:06.703636Z", + "updated_at": "2025-07-16T09:54:46.196539Z", + "lead_time": 167.65500000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_219.hdf5" + } + }, + { + "episode_index": 368, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_40.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c95e06124120c4f5350327d5016d717e_cam_high.mp4", + "id": 97259, + "videoLabels": [ + { + "ranges": [ + { + "end": 244, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 378, + "start": 244 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 527, + "start": 378 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 680, + "start": 527 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 849, + "start": 680 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 989, + "start": 849 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1352, + "start": 989 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80930, + "created_at": "2025-07-04T08:38:32.301081Z", + "updated_at": "2025-07-16T09:54:47.056957Z", + "lead_time": 194.318, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_40.hdf5" + } + }, + { + "episode_index": 369, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_246.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c9709577f56c4683904d86529ce03f21_cam_high.mp4", + "id": 97260, + "videoLabels": [ + { + "ranges": [ + { + "end": 117, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 182, + "start": 117 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 377, + "start": 182 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 480, + "start": 377 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 600, + "start": 480 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 695, + "start": 600 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 980, + "start": 695 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80919, + "created_at": "2025-07-04T08:36:12.133291Z", + "updated_at": "2025-07-17T12:29:31.222395Z", + "lead_time": 192.06900000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_246.hdf5" + } + }, + { + "episode_index": 370, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_216.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/c9d95c1c3f87e97539cfb709b796393c_cam_high.mp4", + "id": 97261, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 224, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 377, + "start": 224 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 538, + "start": 377 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 626, + "start": 538 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 756, + "start": 626 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 972, + "start": 756 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80899, + "created_at": "2025-07-04T08:32:21.495257Z", + "updated_at": "2025-07-16T09:54:48.781315Z", + "lead_time": 157.721, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_216.hdf5" + } + }, + { + "episode_index": 371, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_106.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ca244e0dfbd039ac34497e3a559054c4_cam_high.mp4", + "id": 97262, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 256, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 432, + "start": 256 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 622, + "start": 432 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 774, + "start": 622 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 892, + "start": 774 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1169, + "start": 892 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80890, + "created_at": "2025-07-04T08:30:48.784136Z", + "updated_at": "2025-07-17T12:28:55.784661Z", + "lead_time": 654.66, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_106.hdf5" + } + }, + { + "episode_index": 372, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_10.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/caa80e3a44a5b3692c67e6900bb86d9a_cam_high.mp4", + "id": 97263, + "videoLabels": [ + { + "ranges": [ + { + "end": 129, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 238, + "start": 129 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 353, + "start": 238 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 484, + "start": 353 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 700, + "start": 484 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 817, + "start": 700 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1013, + "start": 817 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80882, + "created_at": "2025-07-04T08:29:17.581260Z", + "updated_at": "2025-07-17T12:20:33.741780Z", + "lead_time": 211.41900000000004, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_10.hdf5" + } + }, + { + "episode_index": 373, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_16.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cab339566df0c611207038fab539be4c_cam_high.mp4", + "id": 97264, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 313, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 487, + "start": 313 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 693, + "start": 487 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 817, + "start": 693 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 964, + "start": 817 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1286, + "start": 964 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80875, + "created_at": "2025-07-04T08:27:47.615725Z", + "updated_at": "2025-07-16T09:54:51.458384Z", + "lead_time": 223.27100000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_16.hdf5" + } + }, + { + "episode_index": 374, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_96.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cc0a74aca18060ed815943aaceebcdcc_cam_high.mp4", + "id": 97265, + "videoLabels": [ + { + "ranges": [ + { + "end": 274, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 400, + "start": 274 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 622, + "start": 400 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 708, + "start": 622 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1019, + "start": 708 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1140, + "start": 1019 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1506, + "start": 1140 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80866, + "created_at": "2025-07-04T08:25:49.069125Z", + "updated_at": "2025-07-17T12:19:44.413888Z", + "lead_time": 187.533, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_96.hdf5" + } + }, + { + "episode_index": 375, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_86.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cca0c257e9b48124322b63826ba83c65_cam_high.mp4", + "id": 97266, + "videoLabels": [ + { + "ranges": [ + { + "end": 181, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 268, + "start": 181 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 548, + "start": 268 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 675, + "start": 548 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 928, + "start": 675 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1015, + "start": 928 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1338, + "start": 1015 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80858, + "created_at": "2025-07-04T08:23:56.693042Z", + "updated_at": "2025-07-17T12:19:10.791307Z", + "lead_time": 234.032, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_86.hdf5" + } + }, + { + "episode_index": 376, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_130.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ccda9e426f0eca7a2c56e65ac1987b54_cam_high.mp4", + "id": 97267, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 196, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 543, + "start": 196 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 706, + "start": 543 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1075, + "start": 706 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1125, + "start": 1075 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1359, + "start": 1125 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80846, + "created_at": "2025-07-04T08:21:36.736314Z", + "updated_at": "2025-07-16T09:54:54.111421Z", + "lead_time": 218.552, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_130.hdf5" + } + }, + { + "episode_index": 377, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_21.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ccfef8695256aef3b77d2c4c7861cc40_cam_high.mp4", + "id": 97268, + "videoLabels": [ + { + "ranges": [ + { + "end": 157, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 379, + "start": 157 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 619, + "start": 379 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 827, + "start": 619 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1160, + "start": 827 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1336, + "start": 1160 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1817, + "start": 1336 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80832, + "created_at": "2025-07-04T08:18:06.755831Z", + "updated_at": "2025-07-16T09:54:55.008782Z", + "lead_time": 174.182, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_21.hdf5" + } + }, + { + "episode_index": 378, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_242.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cd1d6c9d4372fcaf210414f3ed044f4e_cam_high.mp4", + "id": 97269, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 468, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 550, + "start": 468 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 670, + "start": 550 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 732, + "start": 670 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1128, + "start": 732 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80836, + "created_at": "2025-07-04T08:19:38.414404Z", + "updated_at": "2025-07-16T09:54:55.914770Z", + "lead_time": 125.83000000000001, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_242.hdf5" + } + }, + { + "episode_index": 379, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_164.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cd57caf4b6aed50f5913ba83bdfd6139_cam_high.mp4", + "id": 97270, + "videoLabels": [ + { + "ranges": [ + { + "end": 202, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 306, + "start": 202 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 492, + "start": 306 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 622, + "start": 492 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 839, + "start": 622 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 983, + "start": 839 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1281, + "start": 983 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80823, + "created_at": "2025-07-04T08:16:07.675071Z", + "updated_at": "2025-07-16T09:54:56.903697Z", + "lead_time": 134.68300000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_164.hdf5" + } + }, + { + "episode_index": 380, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_205.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cdaa5328e8c6893f1d154b173f9b0687_cam_high.mp4", + "id": 97271, + "videoLabels": [ + { + "ranges": [ + { + "end": 125, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 283, + "start": 125 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 447, + "start": 283 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 676, + "start": 447 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 829, + "start": 676 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 975, + "start": 829 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1227, + "start": 975 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80815, + "created_at": "2025-07-04T08:14:36.697725Z", + "updated_at": "2025-07-16T09:54:57.788062Z", + "lead_time": 138.44500000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_205.hdf5" + } + }, + { + "episode_index": 381, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_139.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cdf3a6b7e047e54f8d32c6e656251680_cam_high.mp4", + "id": 97272, + "videoLabels": [ + { + "ranges": [ + { + "end": 218, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 304, + "start": 218 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 546, + "start": 304 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 680, + "start": 546 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 966, + "start": 680 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1101, + "start": 966 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1309, + "start": 1101 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80808, + "created_at": "2025-07-04T08:13:06.662300Z", + "updated_at": "2025-07-16T09:54:58.701319Z", + "lead_time": 140.929, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_139.hdf5" + } + }, + { + "episode_index": 382, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_93.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cdfa2a54cf323cd26066779c62425b0f_cam_high.mp4", + "id": 97273, + "videoLabels": [ + { + "ranges": [ + { + "end": 94, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 178, + "start": 94 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 506, + "start": 178 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 735, + "start": 506 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 851, + "start": 735 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 965, + "start": 851 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1301, + "start": 965 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80801, + "created_at": "2025-07-04T08:11:24.472937Z", + "updated_at": "2025-07-16T09:54:59.642196Z", + "lead_time": 148.226, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_93.hdf5" + } + }, + { + "episode_index": 383, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_123.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cecee59f23f6e152d6b7607e663677d8_cam_high.mp4", + "id": 97274, + "videoLabels": [ + { + "ranges": [ + { + "end": 136, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 203, + "start": 136 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 471, + "start": 203 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 670, + "start": 471 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 909, + "start": 670 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1009, + "start": 909 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1200, + "start": 1009 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80794, + "created_at": "2025-07-04T08:09:37.909017Z", + "updated_at": "2025-07-16T09:55:00.602702Z", + "lead_time": 160.668, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_123.hdf5" + } + }, + { + "episode_index": 384, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_176.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ceda9bd8863c7fe8abd773350d7da8f8_cam_high.mp4", + "id": 97275, + "videoLabels": [ + { + "ranges": [ + { + "end": 183, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 293, + "start": 183 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 431, + "start": 293 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 534, + "start": 431 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 652, + "start": 534 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 760, + "start": 652 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1058, + "start": 760 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80784, + "created_at": "2025-07-04T08:07:41.910975Z", + "updated_at": "2025-07-17T12:16:21.129020Z", + "lead_time": 166.886, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_176.hdf5" + } + }, + { + "episode_index": 385, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_228.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cf37b9153578b24d7087ea1c53167b9b_cam_high.mp4", + "id": 97276, + "videoLabels": [ + { + "ranges": [ + { + "end": 227, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 341, + "start": 227 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 694, + "start": 341 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 934, + "start": 694 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1096, + "start": 934 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1213, + "start": 1096 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1653, + "start": 1213 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80771, + "created_at": "2025-07-04T08:05:14.531070Z", + "updated_at": "2025-07-17T12:15:47.933018Z", + "lead_time": 316.752, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_228.hdf5" + } + }, + { + "episode_index": 386, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_211.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/cfc3a609476c48d04aa6b9aa549c5fc1_cam_high.mp4", + "id": 97277, + "videoLabels": [ + { + "ranges": [ + { + "end": 127, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 222, + "start": 127 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 356, + "start": 222 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 487, + "start": 356 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 617, + "start": 487 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 774, + "start": 617 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 990, + "start": 774 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80757, + "created_at": "2025-07-04T08:02:08.214214Z", + "updated_at": "2025-07-17T12:15:19.271782Z", + "lead_time": 177.09300000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_211.hdf5" + } + }, + { + "episode_index": 387, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_233.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d04162b0b53a8679f53995052c04f2b8_cam_high.mp4", + "id": 97278, + "videoLabels": [ + { + "ranges": [ + { + "end": 138, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 176, + "start": 138 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 297, + "start": 176 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 403, + "start": 297 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 496, + "start": 403 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 597, + "start": 496 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 969, + "start": 597 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80749, + "created_at": "2025-07-04T08:00:24.213019Z", + "updated_at": "2025-07-17T12:14:48.165179Z", + "lead_time": 157.38, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_233.hdf5" + } + }, + { + "episode_index": 388, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_128.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d0615b05c59bc3dcdd3f1101a236f1d6_cam_high.mp4", + "id": 97279, + "videoLabels": [ + { + "ranges": [ + { + "end": 129, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 129 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 436, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 535, + "start": 436 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 716, + "start": 535 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 782, + "start": 716 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 964, + "start": 782 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80741, + "created_at": "2025-07-04T07:58:54.542729Z", + "updated_at": "2025-07-16T09:55:05.343616Z", + "lead_time": 157.16, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_128.hdf5" + } + }, + { + "episode_index": 389, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_154.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d0a4fd728aa8e8166c0f45f259da60fa_cam_high.mp4", + "id": 97280, + "videoLabels": [ + { + "ranges": [ + { + "end": 154, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 154 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 461, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 534, + "start": 461 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 679, + "start": 534 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 773, + "start": 679 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1006, + "start": 773 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80730, + "created_at": "2025-07-04T07:57:06.663651Z", + "updated_at": "2025-07-16T09:55:06.291460Z", + "lead_time": 129.166, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_154.hdf5" + } + }, + { + "episode_index": 390, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_59.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d0d89b1f8337382b52e1d3c8d483942b_cam_high.mp4", + "id": 97281, + "videoLabels": [ + { + "ranges": [ + { + "end": 144, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 246, + "start": 144 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 403, + "start": 246 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 493, + "start": 403 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 680, + "start": 493 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 775, + "start": 680 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 975, + "start": 775 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80723, + "created_at": "2025-07-04T07:55:26.839244Z", + "updated_at": "2025-07-17T12:12:50.284748Z", + "lead_time": 156.89, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_59.hdf5" + } + }, + { + "episode_index": 391, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_186.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d0e9954c287ab1ea2d52b63cb84c2606_cam_high.mp4", + "id": 97282, + "videoLabels": [ + { + "ranges": [ + { + "end": 152, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 211, + "start": 152 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 413, + "start": 211 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 529, + "start": 413 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 529 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 798, + "start": 725 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1084, + "start": 798 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80713, + "created_at": "2025-07-04T07:53:49.394991Z", + "updated_at": "2025-07-16T09:55:08.083968Z", + "lead_time": 124.882, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_186.hdf5" + } + }, + { + "episode_index": 392, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_250.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d1acb24c6fd12bdf263ed0e593c6eb02_cam_high.mp4", + "id": 97283, + "videoLabels": [ + { + "ranges": [ + { + "end": 124, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 195, + "start": 124 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 380, + "start": 195 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 532, + "start": 380 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 673, + "start": 532 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 753, + "start": 673 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1145, + "start": 753 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80704, + "created_at": "2025-07-04T07:52:21.793652Z", + "updated_at": "2025-07-16T09:55:09.006650Z", + "lead_time": 121.977, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_250.hdf5" + } + }, + { + "episode_index": 393, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_17.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d242ca541671876c7967a131acc597b8_cam_high.mp4", + "id": 97284, + "videoLabels": [ + { + "ranges": [ + { + "end": 226, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 473, + "start": 226 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 696, + "start": 473 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 851, + "start": 696 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1141, + "start": 851 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1350, + "start": 1141 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1682, + "start": 1350 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80697, + "created_at": "2025-07-04T07:50:53.172393Z", + "updated_at": "2025-07-16T09:55:09.959132Z", + "lead_time": 163.489, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_17.hdf5" + } + }, + { + "episode_index": 394, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_105.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d25b72738a8b7b3ecdccf9c4693981e0_cam_high.mp4", + "id": 97285, + "videoLabels": [ + { + "ranges": [ + { + "end": 157, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 249, + "start": 157 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 421, + "start": 249 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 573, + "start": 421 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 703, + "start": 573 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 834, + "start": 703 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1162, + "start": 834 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80687, + "created_at": "2025-07-04T07:48:23.906765Z", + "updated_at": "2025-07-17T12:12:01.644622Z", + "lead_time": 171.792, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_105.hdf5" + } + }, + { + "episode_index": 395, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_129.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d2639638db89dd85adfd56e91cd41a71_cam_high.mp4", + "id": 97286, + "videoLabels": [ + { + "ranges": [ + { + "end": 146, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 228, + "start": 146 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 461, + "start": 228 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 619, + "start": 461 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 777, + "start": 619 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 878, + "start": 777 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1291, + "start": 878 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80680, + "created_at": "2025-07-04T07:46:48.353432Z", + "updated_at": "2025-07-16T09:55:11.763944Z", + "lead_time": 351.34799999999996, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_129.hdf5" + } + }, + { + "episode_index": 396, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_88.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d28c936506b58bdee3d3cf2433060610_cam_high.mp4", + "id": 97287, + "videoLabels": [ + { + "ranges": [ + { + "end": 177, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 317, + "start": 177 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 508, + "start": 317 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 639, + "start": 508 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 861, + "start": 639 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 989, + "start": 861 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1306, + "start": 989 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80671, + "created_at": "2025-07-04T07:44:56.039145Z", + "updated_at": "2025-07-17T12:07:00.756549Z", + "lead_time": 178.945, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_88.hdf5" + } + }, + { + "episode_index": 397, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_195.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d29b80e315ea7da5cee82faf2b01f672_cam_high.mp4", + "id": 97288, + "videoLabels": [ + { + "ranges": [ + { + "end": 138, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 187, + "start": 138 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 350, + "start": 187 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 440, + "start": 350 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 580, + "start": 440 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 672, + "start": 580 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 926, + "start": 672 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80664, + "created_at": "2025-07-04T07:43:00.094768Z", + "updated_at": "2025-07-17T12:06:35.582314Z", + "lead_time": 396.516, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_195.hdf5" + } + }, + { + "episode_index": 398, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_121.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d2cd3662573d06279e1392e28abf215f_cam_high.mp4", + "id": 97289, + "videoLabels": [ + { + "ranges": [ + { + "end": 144, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 229, + "start": 144 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 481, + "start": 229 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 631, + "start": 481 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 829, + "start": 631 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 958, + "start": 829 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1226, + "start": 958 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80646, + "created_at": "2025-07-04T07:37:21.924791Z", + "updated_at": "2025-07-16T09:55:14.550101Z", + "lead_time": 204.248, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_121.hdf5" + } + }, + { + "episode_index": 399, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_8.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d31ab4b3759d2632c8c912dd4e36c3bf_cam_high.mp4", + "id": 97290, + "videoLabels": [ + { + "ranges": [ + { + "end": 266, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 364, + "start": 266 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 627, + "start": 364 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 818, + "start": 627 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1072, + "start": 818 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1294, + "start": 1072 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1583, + "start": 1294 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80640, + "created_at": "2025-07-04T07:35:36.725383Z", + "updated_at": "2025-07-16T09:55:15.487120Z", + "lead_time": 177.718, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_8.hdf5" + } + }, + { + "episode_index": 400, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_137.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d322f5b7a5791cffb5177e4500a78d49_cam_high.mp4", + "id": 97291, + "videoLabels": [ + { + "ranges": [ + { + "end": 136, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 254, + "start": 136 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 448, + "start": 254 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 600, + "start": 448 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 739, + "start": 600 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 834, + "start": 739 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1068, + "start": 834 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80632, + "created_at": "2025-07-04T07:33:06.656166Z", + "updated_at": "2025-07-16T09:55:16.417889Z", + "lead_time": 134.8, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_137.hdf5" + } + }, + { + "episode_index": 401, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_109.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d32b2ee09f31937ddbe316490014d64c_cam_high.mp4", + "id": 97292, + "videoLabels": [ + { + "ranges": [ + { + "end": 86, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 163, + "start": 86 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 276, + "start": 163 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 548, + "start": 276 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 650, + "start": 548 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 748, + "start": 650 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1024, + "start": 748 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80625, + "created_at": "2025-07-04T07:31:32.902913Z", + "updated_at": "2025-07-16T09:55:17.336936Z", + "lead_time": 133.439, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_109.hdf5" + } + }, + { + "episode_index": 402, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_148.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d331c30bc3367837da49f8b26412b631_cam_high.mp4", + "id": 97293, + "videoLabels": [ + { + "ranges": [ + { + "end": 126, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 192, + "start": 126 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 361, + "start": 192 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 509, + "start": 361 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 674, + "start": 509 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 674 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1303, + "start": 776 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80619, + "created_at": "2025-07-04T07:29:57.165480Z", + "updated_at": "2025-07-16T09:55:18.270050Z", + "lead_time": 173.48600000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_148.hdf5" + } + }, + { + "episode_index": 403, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_134.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d33d9bd3639c980990589661e667388f_cam_high.mp4", + "id": 97294, + "videoLabels": [ + { + "ranges": [ + { + "end": 170, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 292, + "start": 170 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 606, + "start": 292 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 784, + "start": 606 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 965, + "start": 784 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1123, + "start": 965 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1365, + "start": 1123 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80610, + "created_at": "2025-07-04T07:27:43.873823Z", + "updated_at": "2025-07-17T12:04:28.499244Z", + "lead_time": 174.56500000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_134.hdf5" + } + }, + { + "episode_index": 404, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_98.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d33ea32c28f9869eea6de5855c9bb1b7_cam_high.mp4", + "id": 97295, + "videoLabels": [ + { + "ranges": [ + { + "end": 243, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 410, + "start": 243 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 630, + "start": 410 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 705, + "start": 630 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 878, + "start": 705 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1058, + "start": 878 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1347, + "start": 1058 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80604, + "created_at": "2025-07-04T07:25:51.958996Z", + "updated_at": "2025-07-17T12:03:59.977064Z", + "lead_time": 231.52899999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_98.hdf5" + } + }, + { + "episode_index": 405, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_38.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d370c9c94847254cac44fcdcd838e813_cam_high.mp4", + "id": 97296, + "videoLabels": [ + { + "ranges": [ + { + "end": 192, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 275, + "start": 192 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 471, + "start": 275 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 563, + "start": 471 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 563 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 846, + "start": 776 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1161, + "start": 846 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80592, + "created_at": "2025-07-04T07:23:06.647293Z", + "updated_at": "2025-07-17T12:03:29.741660Z", + "lead_time": 162.757, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_38.hdf5" + } + }, + { + "episode_index": 406, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_33.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d38c83ded1d28e9a5c843e0fdee59e40_cam_high.mp4", + "id": 97297, + "videoLabels": [ + { + "ranges": [ + { + "end": 98, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 259, + "start": 98 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 413, + "start": 259 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 732, + "start": 413 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1424, + "start": 732 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1541, + "start": 1424 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1854, + "start": 1541 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80585, + "created_at": "2025-07-04T07:21:31.490583Z", + "updated_at": "2025-07-16T09:55:22.010033Z", + "lead_time": 158.994, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_33.hdf5" + } + }, + { + "episode_index": 407, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_117.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d3db12e8a7eb415b981ffecf49d6354d_cam_high.mp4", + "id": 97298, + "videoLabels": [ + { + "ranges": [ + { + "end": 90, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 227, + "start": 90 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 379, + "start": 227 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 638, + "start": 379 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 760, + "start": 638 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 944, + "start": 760 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1075, + "start": 944 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80575, + "created_at": "2025-07-04T07:19:18.297960Z", + "updated_at": "2025-07-16T09:55:22.977363Z", + "lead_time": 142.154, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_117.hdf5" + } + }, + { + "episode_index": 408, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_217.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d3ef3ed2aeebf8f6d1863350032b223b_cam_high.mp4", + "id": 97299, + "videoLabels": [ + { + "ranges": [ + { + "end": 103, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 189, + "start": 103 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 354, + "start": 189 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 525, + "start": 353 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 644, + "start": 525 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 762, + "start": 644 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 924, + "start": 762 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80567, + "created_at": "2025-07-04T07:17:32.338871Z", + "updated_at": "2025-07-16T09:55:23.903290Z", + "lead_time": 130.435, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_217.hdf5" + } + }, + { + "episode_index": 409, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_136.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d6faec536e6742385109a7f1d4d4ea0a_cam_high.mp4", + "id": 97300, + "videoLabels": [ + { + "ranges": [ + { + "end": 126, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 256, + "start": 126 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 470, + "start": 256 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 614, + "start": 470 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 787, + "start": 614 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 886, + "start": 787 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1113, + "start": 886 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80560, + "created_at": "2025-07-04T07:15:52.287000Z", + "updated_at": "2025-07-16T09:55:24.809614Z", + "lead_time": 147.235, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_136.hdf5" + } + }, + { + "episode_index": 410, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_84.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d7320a9be897160441bc1f6152dd6dfc_cam_high.mp4", + "id": 97301, + "videoLabels": [ + { + "ranges": [ + { + "end": 106, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 206, + "start": 106 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 326, + "start": 206 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 587, + "start": 326 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 694, + "start": 587 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 828, + "start": 694 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1045, + "start": 828 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80552, + "created_at": "2025-07-04T07:14:01.761459Z", + "updated_at": "2025-07-16T09:55:25.745755Z", + "lead_time": 120.61, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_84.hdf5" + } + }, + { + "episode_index": 411, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_227.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d89c4d3c362c53ffdb9027911eb0d79e_cam_high.mp4", + "id": 97302, + "videoLabels": [ + { + "ranges": [ + { + "end": 161, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 227, + "start": 161 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 338, + "start": 227 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 436, + "start": 338 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 541, + "start": 436 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 666, + "start": 541 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 847, + "start": 666 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80545, + "created_at": "2025-07-04T07:11:18.016488Z", + "updated_at": "2025-07-17T12:01:46.594391Z", + "lead_time": 264.98400000000004, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_227.hdf5" + } + }, + { + "episode_index": 412, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_235.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d8f3763abc544c8b7890f82bdadbe515_cam_high.mp4", + "id": 97303, + "videoLabels": [ + { + "ranges": [ + { + "end": 111, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 173, + "start": 111 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 273, + "start": 173 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 331, + "start": 273 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 417, + "start": 331 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 522, + "start": 417 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 900, + "start": 522 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80542, + "created_at": "2025-07-04T07:09:45.264127Z", + "updated_at": "2025-07-17T12:01:15.610975Z", + "lead_time": 131.038, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_235.hdf5" + } + }, + { + "episode_index": 413, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_201.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d92593bfa2c0e92d5208cf8cf1595d30_cam_high.mp4", + "id": 97304, + "videoLabels": [ + { + "ranges": [ + { + "end": 120, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 179, + "start": 120 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 318, + "start": 179 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 422, + "start": 318 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 422 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 717, + "start": 604 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1039, + "start": 717 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80539, + "created_at": "2025-07-04T07:08:21.553429Z", + "updated_at": "2025-07-17T12:00:47.510434Z", + "lead_time": 257.53400000000005, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_201.hdf5" + } + }, + { + "episode_index": 414, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_160.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d95c4bbccd7126dee99eb8cacbb17592_cam_high.mp4", + "id": 97305, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 288, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 470, + "start": 288 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 549, + "start": 470 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 891, + "start": 549 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1051, + "start": 891 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1323, + "start": 1051 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80513, + "created_at": "2025-07-04T06:56:36.606365Z", + "updated_at": "2025-07-17T12:00:19.821228Z", + "lead_time": 225.902, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_160.hdf5" + } + }, + { + "episode_index": 415, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_138.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d9c4e83b3ac741f38d321e0f4bd5584b_cam_high.mp4", + "id": 97306, + "videoLabels": [ + { + "ranges": [ + { + "end": 177, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 260, + "start": 177 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 461, + "start": 260 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 565, + "start": 461 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 732, + "start": 565 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 836, + "start": 732 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1102, + "start": 836 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80508, + "created_at": "2025-07-04T06:54:22.821171Z", + "updated_at": "2025-07-16T09:55:30.452813Z", + "lead_time": 131.255, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_138.hdf5" + } + }, + { + "episode_index": 416, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_180.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/d9ed1a6640a8354fa78bb4d2fe7c5996_cam_high.mp4", + "id": 97307, + "videoLabels": [ + { + "ranges": [ + { + "end": 119, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 197, + "start": 119 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 405, + "start": 197 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 509, + "start": 405 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 616, + "start": 509 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 712, + "start": 616 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 973, + "start": 712 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80505, + "created_at": "2025-07-04T06:52:49.849077Z", + "updated_at": "2025-07-16T09:55:31.382955Z", + "lead_time": 142.165, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_180.hdf5" + } + }, + { + "episode_index": 417, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_50.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/da2127c05ebe6782b5df1ab9468798f6_cam_high.mp4", + "id": 97308, + "videoLabels": [ + { + "ranges": [ + { + "end": 189, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 313, + "start": 189 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 558, + "start": 313 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 891, + "start": 558 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1092, + "start": 891 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1206, + "start": 1092 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1492, + "start": 1206 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80499, + "created_at": "2025-07-04T06:50:42.834752Z", + "updated_at": "2025-07-16T09:55:32.308315Z", + "lead_time": 131.225, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_50.hdf5" + } + }, + { + "episode_index": 418, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_145.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/da84ac809584cd84ca56447951615312_cam_high.mp4", + "id": 97309, + "videoLabels": [ + { + "ranges": [ + { + "end": 112, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 208, + "start": 112 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 394, + "start": 208 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 470, + "start": 394 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 470 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 707, + "start": 604 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 936, + "start": 707 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80495, + "created_at": "2025-07-04T06:49:16.093161Z", + "updated_at": "2025-07-16T09:55:33.184214Z", + "lead_time": 123.756, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_145.hdf5" + } + }, + { + "episode_index": 419, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_103.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/db3e9fe3b39e8993d03e53898f5e0844_cam_high.mp4", + "id": 97310, + "videoLabels": [ + { + "ranges": [ + { + "end": 167, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 254, + "start": 167 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 417, + "start": 254 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 574, + "start": 417 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 741, + "start": 574 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 865, + "start": 741 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1137, + "start": 865 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80488, + "created_at": "2025-07-04T06:47:51.547805Z", + "updated_at": "2025-07-16T09:55:34.057039Z", + "lead_time": 125.319, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_103.hdf5" + } + }, + { + "episode_index": 420, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_248.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/dc2e85b3ac95fe559434cd0d2e8cf204_cam_high.mp4", + "id": 97311, + "videoLabels": [ + { + "ranges": [ + { + "end": 125, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 205, + "start": 125 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 387, + "start": 205 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 546, + "start": 387 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 680, + "start": 546 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 754, + "start": 680 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1226, + "start": 754 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80480, + "created_at": "2025-07-04T06:46:14.438056Z", + "updated_at": "2025-07-16T09:55:35.142290Z", + "lead_time": 170.062, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_248.hdf5" + } + }, + { + "episode_index": 421, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_228.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/dc9c253507768cda025de8d3006b61f3_cam_high.mp4", + "id": 97312, + "videoLabels": [ + { + "ranges": [ + { + "end": 112, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 186, + "start": 112 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 374, + "start": 186 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 530, + "start": 374 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 649, + "start": 530 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 649 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1041, + "start": 776 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80469, + "created_at": "2025-07-04T06:44:40.960665Z", + "updated_at": "2025-07-16T09:55:36.302185Z", + "lead_time": 125.145, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_228.hdf5" + } + }, + { + "episode_index": 422, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_208.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/dd00041576dfd3bf53ae32974704dfcd_cam_high.mp4", + "id": 97313, + "videoLabels": [ + { + "ranges": [ + { + "end": 92, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 172, + "start": 92 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 341, + "start": 172 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 527, + "start": 341 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 688, + "start": 527 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 811, + "start": 688 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1102, + "start": 811 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80458, + "created_at": "2025-07-04T06:43:08.031014Z", + "updated_at": "2025-07-16T09:55:37.249399Z", + "lead_time": 143.177, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_208.hdf5" + } + }, + { + "episode_index": 423, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_27.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/dd9f406bc7740fe88792298c8cfa5db1_cam_high.mp4", + "id": 97314, + "videoLabels": [ + { + "ranges": [ + { + "end": 128, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 384, + "start": 128 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 384 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 920, + "start": 604 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1173, + "start": 920 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1337, + "start": 1173 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 2080, + "start": 1337 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80445, + "created_at": "2025-07-04T06:41:17.198496Z", + "updated_at": "2025-07-16T09:55:38.143520Z", + "lead_time": 171.089, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_27.hdf5" + } + }, + { + "episode_index": 424, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_151.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/deb0f4cdfe3cebbc43e59327d0b8b02a_cam_high.mp4", + "id": 97315, + "videoLabels": [ + { + "ranges": [ + { + "end": 154, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 154 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 345, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 509, + "start": 345 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 663, + "start": 509 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 779, + "start": 663 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1027, + "start": 779 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80431, + "created_at": "2025-07-04T06:39:07.453130Z", + "updated_at": "2025-07-16T09:55:39.024131Z", + "lead_time": 127.137, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_151.hdf5" + } + }, + { + "episode_index": 425, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_48.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/defa8052f5a7ff4638abda2f556c9f2f_cam_high.mp4", + "id": 97316, + "videoLabels": [ + { + "ranges": [ + { + "end": 169, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 256, + "start": 169 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 425, + "start": 256 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 770, + "start": 425 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 962, + "start": 770 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1060, + "start": 962 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1447, + "start": 1060 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80418, + "created_at": "2025-07-04T06:37:30.308782Z", + "updated_at": "2025-07-16T09:55:39.879638Z", + "lead_time": 143.32100000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_48.hdf5" + } + }, + { + "episode_index": 426, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_2.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/df4282fb3a33ae2e09f473294bcc769e_cam_high.mp4", + "id": 97317, + "videoLabels": [ + { + "ranges": [ + { + "end": 165, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 269, + "start": 165 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 411, + "start": 269 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 797, + "start": 411 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 949, + "start": 797 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1049, + "start": 949 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1680, + "start": 1049 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80406, + "created_at": "2025-07-04T06:35:36.563006Z", + "updated_at": "2025-07-16T09:55:40.807661Z", + "lead_time": 148.20499999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_2.hdf5" + } + }, + { + "episode_index": 427, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_218.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/df9963b2c2cfb87f4bddf228fd5f9a5f_cam_high.mp4", + "id": 97318, + "videoLabels": [ + { + "ranges": [ + { + "end": 122, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 188, + "start": 122 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 294, + "start": 188 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 397, + "start": 294 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 580, + "start": 397 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 684, + "start": 580 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 863, + "start": 684 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80395, + "created_at": "2025-07-04T06:33:46.428362Z", + "updated_at": "2025-07-17T11:57:21.863909Z", + "lead_time": 202.622, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_218.hdf5" + } + }, + { + "episode_index": 428, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_232.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e01b09f94b5e947fb091568378715fa5_cam_high.mp4", + "id": 97319, + "videoLabels": [ + { + "ranges": [ + { + "end": 129, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 183, + "start": 129 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 336, + "start": 183 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 438, + "start": 336 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 546, + "start": 438 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 624, + "start": 546 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 923, + "start": 624 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80381, + "created_at": "2025-07-04T06:31:36.562392Z", + "updated_at": "2025-07-17T11:56:40.782000Z", + "lead_time": 164.30100000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_232.hdf5" + } + }, + { + "episode_index": 429, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_41.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e02397840eb6e69cadda70903f05b615_cam_high.mp4", + "id": 97320, + "videoLabels": [ + { + "ranges": [ + { + "end": 187, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 280, + "start": 187 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 588, + "start": 280 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 684, + "start": 588 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 864, + "start": 684 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 927, + "start": 864 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1246, + "start": 927 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80372, + "created_at": "2025-07-04T06:30:07.540182Z", + "updated_at": "2025-07-17T11:56:11.139600Z", + "lead_time": 174.237, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_41.hdf5" + } + }, + { + "episode_index": 430, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_225.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e05da872d88debc1cf399bcdd563b804_cam_high.mp4", + "id": 97321, + "videoLabels": [ + { + "ranges": [ + { + "end": 162, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 266, + "start": 162 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 394, + "start": 266 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 563, + "start": 394 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 699, + "start": 563 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 818, + "start": 699 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1057, + "start": 818 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80361, + "created_at": "2025-07-04T06:28:20.481768Z", + "updated_at": "2025-07-17T11:55:43.100636Z", + "lead_time": 2273.009, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_225.hdf5" + } + }, + { + "episode_index": 431, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_90.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e09658b30ef87ec15a7d53d1271bf126_cam_high.mp4", + "id": 97322, + "videoLabels": [ + { + "ranges": [ + { + "end": 187, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 325, + "start": 187 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 485, + "start": 325 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 599, + "start": 485 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 780, + "start": 599 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 853, + "start": 780 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1121, + "start": 853 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80352, + "created_at": "2025-07-04T06:26:54.103577Z", + "updated_at": "2025-07-17T11:54:56.319263Z", + "lead_time": 149.29199999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_90.hdf5" + } + }, + { + "episode_index": 432, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_186.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e19808490fc401676b965b198314097c_cam_high.mp4", + "id": 97323, + "videoLabels": [ + { + "ranges": [ + { + "end": 216, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 328, + "start": 216 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 510, + "start": 328 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 608, + "start": 510 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 791, + "start": 608 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 880, + "start": 791 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1119, + "start": 880 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80343, + "created_at": "2025-07-04T06:25:26.223518Z", + "updated_at": "2025-07-17T11:54:26.744893Z", + "lead_time": 147.499, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_186.hdf5" + } + }, + { + "episode_index": 433, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_97.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e1cc8cfdd4a380d85fa39ca2536a0302_cam_high.mp4", + "id": 97324, + "videoLabels": [ + { + "ranges": [ + { + "end": 209, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 327, + "start": 209 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 549, + "start": 327 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 765, + "start": 549 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 894, + "start": 765 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1013, + "start": 894 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1317, + "start": 1013 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80335, + "created_at": "2025-07-04T06:23:52.836394Z", + "updated_at": "2025-07-16T09:55:47.192408Z", + "lead_time": 174.82100000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_97.hdf5" + } + }, + { + "episode_index": 434, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_68.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e1e6c4d235aeda869f912334609f85b6_cam_high.mp4", + "id": 97325, + "videoLabels": [ + { + "ranges": [ + { + "end": 138, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 210, + "start": 138 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 371, + "start": 210 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 489, + "start": 371 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 608, + "start": 489 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 761, + "start": 608 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1081, + "start": 761 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80323, + "created_at": "2025-07-04T06:21:39.222965Z", + "updated_at": "2025-07-17T11:53:33.155629Z", + "lead_time": 146.536, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_68.hdf5" + } + }, + { + "episode_index": 435, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_5.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e2142257073b6b23f9de4c86cab42029_cam_high.mp4", + "id": 97326, + "videoLabels": [ + { + "ranges": [ + { + "end": 119, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 119 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 391, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 521, + "start": 391 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 892, + "start": 521 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1122, + "start": 892 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1391, + "start": 1122 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80314, + "created_at": "2025-07-04T06:20:09.462571Z", + "updated_at": "2025-07-17T11:53:08.980801Z", + "lead_time": 214.66700000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_5.hdf5" + } + }, + { + "episode_index": 436, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_99.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e3a24667193bc3c3969252f4f30a1538_cam_high.mp4", + "id": 97327, + "videoLabels": [ + { + "ranges": [ + { + "end": 97, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 179, + "start": 97 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 295, + "start": 179 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 602, + "start": 295 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 844, + "start": 602 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 926, + "start": 844 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1435, + "start": 926 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80299, + "created_at": "2025-07-04T06:17:36.595804Z", + "updated_at": "2025-07-16T09:55:49.957079Z", + "lead_time": 159.436, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_99.hdf5" + } + }, + { + "episode_index": 437, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_127.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e3c6fcce4b21b294272ca57387dad233_cam_high.mp4", + "id": 97328, + "videoLabels": [ + { + "ranges": [ + { + "end": 184, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 327, + "start": 184 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 441, + "start": 327 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 500, + "start": 441 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 631, + "start": 500 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 792, + "start": 631 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1044, + "start": 792 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80287, + "created_at": "2025-07-04T06:15:36.579787Z", + "updated_at": "2025-07-17T11:52:20.610322Z", + "lead_time": 162.55800000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_127.hdf5" + } + }, + { + "episode_index": 438, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_66.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e3f7708e2b86f1752b925159de80051d_cam_high.mp4", + "id": 97329, + "videoLabels": [ + { + "ranges": [ + { + "end": 144, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 275, + "start": 144 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 439, + "start": 275 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 586, + "start": 439 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 710, + "start": 586 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 811, + "start": 710 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1033, + "start": 811 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80276, + "created_at": "2025-07-04T06:13:55.388243Z", + "updated_at": "2025-07-17T11:51:51.042981Z", + "lead_time": 170.01899999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_66.hdf5" + } + }, + { + "episode_index": 439, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_90.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e438d0ce55fb284e16ee57f5285d0ef0_cam_high.mp4", + "id": 97330, + "videoLabels": [ + { + "ranges": [ + { + "end": 152, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 152 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 353, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 523, + "start": 353 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 637, + "start": 523 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 730, + "start": 637 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 965, + "start": 730 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80264, + "created_at": "2025-07-04T06:12:10.878158Z", + "updated_at": "2025-07-16T09:55:52.707053Z", + "lead_time": 121.505, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_90.hdf5" + } + }, + { + "episode_index": 440, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_45.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e50f15934c7cb0eac13a323582166f8e_cam_high.mp4", + "id": 97331, + "videoLabels": [ + { + "ranges": [ + { + "end": 192, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 276, + "start": 192 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 477, + "start": 276 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 572, + "start": 477 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 825, + "start": 572 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 909, + "start": 825 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1255, + "start": 909 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80252, + "created_at": "2025-07-04T06:10:38.907346Z", + "updated_at": "2025-07-17T11:51:10.563233Z", + "lead_time": 176.215, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_45.hdf5" + } + }, + { + "episode_index": 441, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_71.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e57ee236f480098b9c5ba54fed84c6d0_cam_high.mp4", + "id": 97332, + "videoLabels": [ + { + "ranges": [ + { + "end": 160, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 285, + "start": 160 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 410, + "start": 285 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 554, + "start": 410 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 692, + "start": 554 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 803, + "start": 692 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1118, + "start": 803 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80242, + "created_at": "2025-07-04T06:09:00.850625Z", + "updated_at": "2025-07-17T11:50:39.905184Z", + "lead_time": 157.713, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_71.hdf5" + } + }, + { + "episode_index": 442, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_238.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e5a5ec213abd674be71e986d868ddcb4_cam_high.mp4", + "id": 97333, + "videoLabels": [ + { + "ranges": [ + { + "end": 165, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 252, + "start": 165 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 421, + "start": 252 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 542, + "start": 421 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 637, + "start": 542 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 720, + "start": 637 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 975, + "start": 720 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80227, + "created_at": "2025-07-04T06:06:48.752525Z", + "updated_at": "2025-07-16T09:55:55.464870Z", + "lead_time": 166.505, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_238.hdf5" + } + }, + { + "episode_index": 443, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_15.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e5a7620df43f9c95e7de455bd072f80c_cam_high.mp4", + "id": 97334, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 286, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 487, + "start": 286 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 790, + "start": 487 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 993, + "start": 790 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1156, + "start": 993 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1625, + "start": 1156 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80213, + "created_at": "2025-07-04T06:04:36.690099Z", + "updated_at": "2025-07-16T09:55:56.380203Z", + "lead_time": 140.638, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_15.hdf5" + } + }, + { + "episode_index": 444, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_244.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e5ac6437fb3c65db3420890f785414bb_cam_high.mp4", + "id": 97335, + "videoLabels": [ + { + "ranges": [ + { + "end": 138, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 230, + "start": 138 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 407, + "start": 230 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 568, + "start": 407 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 757, + "start": 568 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 841, + "start": 757 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1253, + "start": 841 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80202, + "created_at": "2025-07-04T06:02:50.623488Z", + "updated_at": "2025-07-16T09:55:57.288624Z", + "lead_time": 153.733, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_244.hdf5" + } + }, + { + "episode_index": 445, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_22.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e5d12e5d5401c98ee5a6424e89969f3d_cam_high.mp4", + "id": 97336, + "videoLabels": [ + { + "ranges": [ + { + "end": 155, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 336, + "start": 155 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 495, + "start": 336 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 708, + "start": 495 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1251, + "start": 708 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1405, + "start": 1251 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1645, + "start": 1405 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80190, + "created_at": "2025-07-04T06:00:54.856954Z", + "updated_at": "2025-07-16T09:55:58.202672Z", + "lead_time": 155.096, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_22.hdf5" + } + }, + { + "episode_index": 446, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_18.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e5de54fdf8582af6857deb928c457672_cam_high.mp4", + "id": 97337, + "videoLabels": [ + { + "ranges": [ + { + "end": 199, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 352, + "start": 199 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 472, + "start": 352 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 607, + "start": 472 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 757, + "start": 607 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 866, + "start": 757 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1067, + "start": 866 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80180, + "created_at": "2025-07-04T05:58:57.637206Z", + "updated_at": "2025-07-17T11:48:23.082740Z", + "lead_time": 176.63899999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_18.hdf5" + } + }, + { + "episode_index": 447, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_108.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e70400324840f201cef0f52fbb8598b6_cam_high.mp4", + "id": 97338, + "videoLabels": [ + { + "ranges": [ + { + "end": 119, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 185, + "start": 119 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 304, + "start": 185 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 448, + "start": 304 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 548, + "start": 448 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 686, + "start": 548 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 919, + "start": 686 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80167, + "created_at": "2025-07-04T05:56:23.479923Z", + "updated_at": "2025-07-17T11:47:13.392030Z", + "lead_time": 257.544, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_108.hdf5" + } + }, + { + "episode_index": 448, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_65.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e722e60e17e254d3c9b1777352e160c8_cam_high.mp4", + "id": 97339, + "videoLabels": [ + { + "ranges": [ + { + "end": 119, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 201, + "start": 119 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 336, + "start": 201 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 484, + "start": 336 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 598, + "start": 484 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 720, + "start": 598 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1013, + "start": 720 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80155, + "created_at": "2025-07-04T05:53:54.984775Z", + "updated_at": "2025-07-17T11:45:52.610313Z", + "lead_time": 184.941, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_65.hdf5" + } + }, + { + "episode_index": 449, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_232.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e8b34110e5b188e08257ee4625ed96c6_cam_high.mp4", + "id": 97340, + "videoLabels": [ + { + "ranges": [ + { + "end": 106, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 158, + "start": 106 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 320, + "start": 158 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 424, + "start": 320 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 607, + "start": 424 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 651, + "start": 607 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 924, + "start": 651 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80144, + "created_at": "2025-07-04T05:51:53.965187Z", + "updated_at": "2025-07-16T09:56:02.006190Z", + "lead_time": 159.382, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_232.hdf5" + } + }, + { + "episode_index": 450, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_135.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e90945c12f5b92fa9a36e29745a72c8f_cam_high.mp4", + "id": 97341, + "videoLabels": [ + { + "ranges": [ + { + "end": 211, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 307, + "start": 211 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 446, + "start": 307 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 531, + "start": 446 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 818, + "start": 531 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 954, + "start": 818 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1167, + "start": 954 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80134, + "created_at": "2025-07-04T05:49:47.024618Z", + "updated_at": "2025-07-17T11:45:02.051400Z", + "lead_time": 206.16199999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_135.hdf5" + } + }, + { + "episode_index": 451, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_196.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e953b89d670950235865e936cbcce247_cam_high.mp4", + "id": 97342, + "videoLabels": [ + { + "ranges": [ + { + "end": 102, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 225, + "start": 102 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 368, + "start": 225 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 567, + "start": 368 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 677, + "start": 567 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 796, + "start": 677 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 982, + "start": 796 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80120, + "created_at": "2025-07-04T05:47:17.547831Z", + "updated_at": "2025-07-16T09:56:03.818386Z", + "lead_time": 146.427, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_196.hdf5" + } + }, + { + "episode_index": 452, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_196.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/e9c7739845a4b46d441865a945c6caff_cam_high.mp4", + "id": 97343, + "videoLabels": [ + { + "ranges": [ + { + "end": 130, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 213, + "start": 130 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 405, + "start": 213 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 496, + "start": 405 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 588, + "start": 496 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 716, + "start": 588 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1007, + "start": 716 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80115, + "created_at": "2025-07-04T05:45:20.430854Z", + "updated_at": "2025-07-17T11:44:21.875909Z", + "lead_time": 207.405, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_196.hdf5" + } + }, + { + "episode_index": 453, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_183.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ea60c077dda7ee992da45de60551f5cc_cam_high.mp4", + "id": 97344, + "videoLabels": [ + { + "ranges": [ + { + "end": 190, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 254, + "start": 190 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 437, + "start": 254 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 535, + "start": 437 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 699, + "start": 535 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 824, + "start": 699 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1090, + "start": 824 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80108, + "created_at": "2025-07-04T05:43:18.926940Z", + "updated_at": "2025-07-17T11:43:13.718169Z", + "lead_time": 180.76399999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_183.hdf5" + } + }, + { + "episode_index": 454, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_143.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ea9aa011b53838ccabaf02568695ee58_cam_high.mp4", + "id": 97345, + "videoLabels": [ + { + "ranges": [ + { + "end": 129, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 191, + "start": 129 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 402, + "start": 191 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 515, + "start": 402 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 661, + "start": 515 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 741, + "start": 661 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 956, + "start": 741 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80102, + "created_at": "2025-07-04T05:41:24.442326Z", + "updated_at": "2025-07-16T09:56:06.730996Z", + "lead_time": 154.391, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_143.hdf5" + } + }, + { + "episode_index": 455, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_134.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/eacf4c0b85d846760e83274fa68db55e_cam_high.mp4", + "id": 97346, + "videoLabels": [ + { + "ranges": [ + { + "end": 117, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 180, + "start": 117 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 393, + "start": 180 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 547, + "start": 393 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 706, + "start": 547 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 788, + "start": 706 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1001, + "start": 788 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80098, + "created_at": "2025-07-04T05:39:28.373928Z", + "updated_at": "2025-07-16T09:56:07.737806Z", + "lead_time": 152.417, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_134.hdf5" + } + }, + { + "episode_index": 456, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_229.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/eacf787acc746d1e3e383c2996f4975b_cam_high.mp4", + "id": 97347, + "videoLabels": [ + { + "ranges": [ + { + "end": 190, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 345, + "start": 190 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 725, + "start": 345 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 901, + "start": 725 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1074, + "start": 901 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1263, + "start": 1074 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1786, + "start": 1263 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80091, + "created_at": "2025-07-04T05:37:28.821864Z", + "updated_at": "2025-07-17T11:42:07.255654Z", + "lead_time": 199.99099999999999, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_229.hdf5" + } + }, + { + "episode_index": 457, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_125.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/eb0d86e1d065da54dbfbb9de88571723_cam_high.mp4", + "id": 97348, + "videoLabels": [ + { + "ranges": [ + { + "end": 135, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 223, + "start": 135 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 451, + "start": 223 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 630, + "start": 451 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 796, + "start": 630 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 907, + "start": 796 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1143, + "start": 907 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80081, + "created_at": "2025-07-04T05:35:30.434843Z", + "updated_at": "2025-07-16T09:56:09.675856Z", + "lead_time": 175.252, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_125.hdf5" + } + }, + { + "episode_index": 458, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_249.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ebc5b6e3863c3de5d323baec57abae63_cam_high.mp4", + "id": 97349, + "videoLabels": [ + { + "ranges": [ + { + "end": 167, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 271, + "start": 167 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 439, + "start": 271 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 574, + "start": 439 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 713, + "start": 574 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 806, + "start": 713 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1150, + "start": 806 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80068, + "created_at": "2025-07-04T05:33:19.801919Z", + "updated_at": "2025-07-16T09:56:10.589964Z", + "lead_time": 130.59, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_249.hdf5" + } + }, + { + "episode_index": 459, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_73.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ed5b901ba19ccc49948bddea243c622e_cam_high.mp4", + "id": 97350, + "videoLabels": [ + { + "ranges": [ + { + "end": 126, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 189, + "start": 126 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 288, + "start": 189 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 380, + "start": 288 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 488, + "start": 380 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 629, + "start": 488 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 852, + "start": 629 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80053, + "created_at": "2025-07-04T05:31:36.498913Z", + "updated_at": "2025-07-17T11:40:29.726302Z", + "lead_time": 178.558, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_73.hdf5" + } + }, + { + "episode_index": 460, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_96.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ed619e0d8b5dcddb3950ee4747a9992a_cam_high.mp4", + "id": 97351, + "videoLabels": [ + { + "ranges": [ + { + "end": 102, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 102 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 407, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 711, + "start": 407 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 943, + "start": 711 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1091, + "start": 943 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1374, + "start": 1091 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80038, + "created_at": "2025-07-04T05:29:37.943638Z", + "updated_at": "2025-07-16T09:56:12.401879Z", + "lead_time": 174.117, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_96.hdf5" + } + }, + { + "episode_index": 461, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_230.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ed6bd14499cbb3c12b3f1c6d6fc175f5_cam_high.mp4", + "id": 97352, + "videoLabels": [ + { + "ranges": [ + { + "end": 175, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 255, + "start": 175 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 438, + "start": 255 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 588, + "start": 438 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 751, + "start": 588 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 871, + "start": 751 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1362, + "start": 871 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80020, + "created_at": "2025-07-04T05:27:25.550042Z", + "updated_at": "2025-07-17T11:39:23.453931Z", + "lead_time": 312.54800000000006, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_230.hdf5" + } + }, + { + "episode_index": 462, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_58.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ed9248e126fa0f8d817f6fe88dccff40_cam_high.mp4", + "id": 97353, + "videoLabels": [ + { + "ranges": [ + { + "end": 133, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 222, + "start": 133 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 348, + "start": 222 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 462, + "start": 348 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 610, + "start": 462 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 700, + "start": 610 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 936, + "start": 700 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 80005, + "created_at": "2025-07-04T05:25:51.505881Z", + "updated_at": "2025-07-17T11:38:00.767146Z", + "lead_time": 178.45999999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_58.hdf5" + } + }, + { + "episode_index": 463, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_129.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/eef5db24fc4459a92bc3452301b7d939_cam_high.mp4", + "id": 97354, + "videoLabels": [ + { + "ranges": [ + { + "end": 157, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 302, + "start": 157 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 473, + "start": 302 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 573, + "start": 473 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 711, + "start": 573 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 800, + "start": 711 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1067, + "start": 800 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79992, + "created_at": "2025-07-04T05:24:10.309628Z", + "updated_at": "2025-07-17T11:37:13.418920Z", + "lead_time": 228.37399999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_129.hdf5" + } + }, + { + "episode_index": 464, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_222.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ef0138c94d78e7a05d755ca5a29de2a5_cam_high.mp4", + "id": 97355, + "videoLabels": [ + { + "ranges": [ + { + "end": 99, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 215, + "start": 99 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 550, + "start": 215 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 740, + "start": 550 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 869, + "start": 740 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 971, + "start": 869 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1165, + "start": 971 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79976, + "created_at": "2025-07-04T05:22:06.912365Z", + "updated_at": "2025-07-16T09:56:16.075454Z", + "lead_time": 185.794, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_222.hdf5" + } + }, + { + "episode_index": 465, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_215.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f052838cc9e122dc1c1871abd57740c7_cam_high.mp4", + "id": 97356, + "videoLabels": [ + { + "ranges": [ + { + "end": 106, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 210, + "start": 106 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 403, + "start": 210 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 535, + "start": 403 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 632, + "start": 535 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 726, + "start": 632 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1032, + "start": 726 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79959, + "created_at": "2025-07-04T05:20:10.560521Z", + "updated_at": "2025-07-16T09:56:17.005157Z", + "lead_time": 148.751, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_215.hdf5" + } + }, + { + "episode_index": 466, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_58.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f0f4a1dcba9710ff476f90444183b600_cam_high.mp4", + "id": 97357, + "videoLabels": [ + { + "ranges": [ + { + "end": 158, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 262, + "start": 158 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 414, + "start": 262 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 624, + "start": 414 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 795, + "start": 624 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 911, + "start": 795 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1137, + "start": 911 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79946, + "created_at": "2025-07-04T05:18:15.212051Z", + "updated_at": "2025-07-16T09:56:17.951657Z", + "lead_time": 151.987, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_58.hdf5" + } + }, + { + "episode_index": 467, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_245.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f16398d272e248047344e027f13770df_cam_high.mp4", + "id": 97358, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 237, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 428, + "start": 237 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 535, + "start": 428 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 701, + "start": 535 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 777, + "start": 701 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1223, + "start": 777 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79928, + "created_at": "2025-07-04T05:15:56.474754Z", + "updated_at": "2025-07-16T09:56:18.886194Z", + "lead_time": 171.36199999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_245.hdf5" + } + }, + { + "episode_index": 468, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_40.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f1f230c4924aeaef8d2cc3e21ec1f680_cam_high.mp4", + "id": 97359, + "videoLabels": [ + { + "ranges": [ + { + "end": 151, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 279, + "start": 151 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 420, + "start": 279 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 518, + "start": 420 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 695, + "start": 518 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 767, + "start": 695 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1077, + "start": 767 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79916, + "created_at": "2025-07-04T05:14:13.584229Z", + "updated_at": "2025-07-17T11:35:04.954188Z", + "lead_time": 228.82299999999998, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_40.hdf5" + } + }, + { + "episode_index": 469, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_189.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f2350311b64194ac124abd89de46fe8c_cam_high.mp4", + "id": 97360, + "videoLabels": [ + { + "ranges": [ + { + "end": 168, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 204, + "start": 168 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 367, + "start": 204 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 430, + "start": 367 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 575, + "start": 430 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 616, + "start": 575 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 861, + "start": 616 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79900, + "created_at": "2025-07-04T05:11:56.813073Z", + "updated_at": "2025-07-17T11:34:13.348030Z", + "lead_time": 187.042, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_189.hdf5" + } + }, + { + "episode_index": 470, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_219.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f3d1998dbe53c83f5123e7ed3aa9c403_cam_high.mp4", + "id": 97361, + "videoLabels": [ + { + "ranges": [ + { + "end": 162, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 232, + "start": 162 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 368, + "start": 232 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 480, + "start": 368 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 600, + "start": 480 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 708, + "start": 600 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 910, + "start": 708 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79885, + "created_at": "2025-07-04T05:09:36.600742Z", + "updated_at": "2025-07-17T11:33:35.898833Z", + "lead_time": 201.064, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_219.hdf5" + } + }, + { + "episode_index": 471, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_80.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f4db955784c498006b35aff47b3d8669_cam_high.mp4", + "id": 97362, + "videoLabels": [ + { + "ranges": [ + { + "end": 84, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 209, + "start": 84 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 492, + "start": 209 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 710, + "start": 492 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 825, + "start": 710 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 934, + "start": 825 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1212, + "start": 934 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79868, + "created_at": "2025-07-04T05:07:11.713460Z", + "updated_at": "2025-07-16T09:56:22.604220Z", + "lead_time": 199.7, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_80.hdf5" + } + }, + { + "episode_index": 472, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_178.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f5692de9484e446b5e35e3d324d78f4f_cam_high.mp4", + "id": 97363, + "videoLabels": [ + { + "ranges": [ + { + "end": 140, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 228, + "start": 140 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 452, + "start": 228 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 590, + "start": 452 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 761, + "start": 590 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 842, + "start": 761 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1202, + "start": 842 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79850, + "created_at": "2025-07-04T05:04:31.565979Z", + "updated_at": "2025-07-16T09:56:23.530533Z", + "lead_time": 223.18499999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_178.hdf5" + } + }, + { + "episode_index": 473, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_49.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f5f8f0bc27a9442720f1ddb6dbd91051_cam_high.mp4", + "id": 97364, + "videoLabels": [ + { + "ranges": [ + { + "end": 147, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 147 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 374, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 636, + "start": 374 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 776, + "start": 636 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 900, + "start": 776 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1538, + "start": 900 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79845, + "created_at": "2025-07-04T05:02:10.952970Z", + "updated_at": "2025-07-16T09:56:24.454822Z", + "lead_time": 4401.72, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_49.hdf5" + } + }, + { + "episode_index": 474, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_15.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f600219ade24a1e0c33890e02ba7a8ad_cam_high.mp4", + "id": 97365, + "videoLabels": [ + { + "ranges": [ + { + "end": 185, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 330, + "start": 185 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 521, + "start": 330 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 629, + "start": 521 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 805, + "start": 629 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 922, + "start": 805 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1160, + "start": 922 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79828, + "created_at": "2025-07-04T03:49:19.063135Z", + "updated_at": "2025-07-17T11:32:04.356221Z", + "lead_time": 407.33199999999994, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_15.hdf5" + } + }, + { + "episode_index": 475, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_170.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f691e5033adc44dce734c88781908cc7_cam_high.mp4", + "id": 97366, + "videoLabels": [ + { + "ranges": [ + { + "end": 382, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 516, + "start": 382 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 740, + "start": 516 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 878, + "start": 740 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1117, + "start": 878 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1265, + "start": 1117 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1510, + "start": 1265 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79816, + "created_at": "2025-07-04T03:47:36.567250Z", + "updated_at": "2025-07-17T11:31:16.698478Z", + "lead_time": 207.92000000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_170.hdf5" + } + }, + { + "episode_index": 476, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_107.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f72676ff5efc74a6f8ff15bafde5b3ea_cam_high.mp4", + "id": 97367, + "videoLabels": [ + { + "ranges": [ + { + "end": 131, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 257, + "start": 131 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 381, + "start": 257 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 541, + "start": 381 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 746, + "start": 541 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 880, + "start": 746 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1182, + "start": 880 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79803, + "created_at": "2025-07-04T03:44:59.585583Z", + "updated_at": "2025-07-17T11:30:42.413852Z", + "lead_time": 198.13099999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_107.hdf5" + } + }, + { + "episode_index": 477, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_245.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f7a7aca4faf33c99173041415012fc5d_cam_high.mp4", + "id": 97368, + "videoLabels": [ + { + "ranges": [ + { + "end": 124, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 195, + "start": 124 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 342, + "start": 195 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 434, + "start": 342 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 577, + "start": 434 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 649, + "start": 577 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 964, + "start": 649 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79792, + "created_at": "2025-07-04T03:43:00.173155Z", + "updated_at": "2025-07-17T11:29:58.422099Z", + "lead_time": 214.856, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_245.hdf5" + } + }, + { + "episode_index": 478, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_14.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f7b995167ed02daadb24243f28cbb6da_cam_high.mp4", + "id": 97369, + "videoLabels": [ + { + "ranges": [ + { + "end": 153, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 338, + "start": 153 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 552, + "start": 338 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 771, + "start": 552 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1020, + "start": 771 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1245, + "start": 1020 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1579, + "start": 1245 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79779, + "created_at": "2025-07-04T03:39:55.756470Z", + "updated_at": "2025-07-16T09:56:29.083298Z", + "lead_time": 213.271, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_14.hdf5" + } + }, + { + "episode_index": 479, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_21.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f7d2ed0aeee8b5623a0690ccebd97abd_cam_high.mp4", + "id": 97370, + "videoLabels": [ + { + "ranges": [ + { + "end": 143, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 320, + "start": 143 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 442, + "start": 320 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 636, + "start": 442 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 859, + "start": 636 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 975, + "start": 859 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1227, + "start": 975 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79759, + "created_at": "2025-07-04T03:37:06.321138Z", + "updated_at": "2025-07-17T11:29:08.108786Z", + "lead_time": 284.79200000000003, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_21.hdf5" + } + }, + { + "episode_index": 480, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_142.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f8746e46122ecd3262d51cd21884b945_cam_high.mp4", + "id": 97371, + "videoLabels": [ + { + "ranges": [ + { + "end": 191, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 329, + "start": 191 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 465, + "start": 329 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 528, + "start": 465 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 667, + "start": 528 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 769, + "start": 667 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 999, + "start": 769 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79743, + "created_at": "2025-07-04T03:34:45.087254Z", + "updated_at": "2025-07-17T11:27:36.412229Z", + "lead_time": 246.54000000000002, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_142.hdf5" + } + }, + { + "episode_index": 481, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_213.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/f88549622cf2486d0884fa5b42a92432_cam_high.mp4", + "id": 97372, + "videoLabels": [ + { + "ranges": [ + { + "end": 110, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 240, + "start": 110 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 381, + "start": 240 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 515, + "start": 381 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 604, + "start": 515 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 689, + "start": 604 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 881, + "start": 689 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79732, + "created_at": "2025-07-04T03:32:36.420125Z", + "updated_at": "2025-07-16T09:56:31.801210Z", + "lead_time": 166.077, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_213.hdf5" + } + }, + { + "episode_index": 482, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_3.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fa1811f4f5ad4a243d5ca94c518c11a1_cam_high.mp4", + "id": 97373, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 269, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 400, + "start": 269 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 500, + "start": 400 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 655, + "start": 500 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 799, + "start": 655 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1063, + "start": 799 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79717, + "created_at": "2025-07-04T03:30:19.965861Z", + "updated_at": "2025-07-17T11:26:02.006163Z", + "lead_time": 196.034, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_3.hdf5" + } + }, + { + "episode_index": 483, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_4.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fa7310e84c7bc6a0a206bcbc1b5959c3_cam_high.mp4", + "id": 97374, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 231, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 458, + "start": 231 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 579, + "start": 458 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 962, + "start": 579 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1180, + "start": 962 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1450, + "start": 1180 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79704, + "created_at": "2025-07-04T03:28:23.820400Z", + "updated_at": "2025-07-17T11:25:24.634846Z", + "lead_time": 183.947, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_4.hdf5" + } + }, + { + "episode_index": 484, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_190.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fbb76dc28a3c3722b25b0d2aa69a6a2e_cam_high.mp4", + "id": 97375, + "videoLabels": [ + { + "ranges": [ + { + "end": 163, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 219, + "start": 163 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 445, + "start": 219 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 563, + "start": 445 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 668, + "start": 563 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 743, + "start": 668 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 980, + "start": 743 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79693, + "created_at": "2025-07-04T03:26:13.631686Z", + "updated_at": "2025-07-16T09:56:34.527312Z", + "lead_time": 158.062, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_190.hdf5" + } + }, + { + "episode_index": 485, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_175.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fbe48c0ece4072f50be6102e285fbfca_cam_high.mp4", + "id": 97376, + "videoLabels": [ + { + "ranges": [ + { + "end": 139, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 208, + "start": 139 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 359, + "start": 208 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 452, + "start": 359 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 648, + "start": 452 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 826, + "start": 648 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1126, + "start": 826 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79680, + "created_at": "2025-07-04T03:24:06.383976Z", + "updated_at": "2025-07-17T11:24:34.860560Z", + "lead_time": 179.725, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_175.hdf5" + } + }, + { + "episode_index": 486, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_107.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fc27114240970c0fe63dfb469279c2bb_cam_high.mp4", + "id": 97377, + "videoLabels": [ + { + "ranges": [ + { + "end": 82, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 164, + "start": 82 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 328, + "start": 164 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 583, + "start": 328 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 684, + "start": 583 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 799, + "start": 684 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1251, + "start": 799 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79667, + "created_at": "2025-07-04T03:22:16.747927Z", + "updated_at": "2025-07-16T09:56:36.375871Z", + "lead_time": 175.613, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_107.hdf5" + } + }, + { + "episode_index": 487, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_142.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fc2e13c1a063ffc6ab02ec262326bcb5_cam_high.mp4", + "id": 97378, + "videoLabels": [ + { + "ranges": [ + { + "end": 152, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 236, + "start": 152 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 431, + "start": 236 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 492, + "start": 431 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 675, + "start": 492 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 733, + "start": 675 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 992, + "start": 733 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79654, + "created_at": "2025-07-04T03:19:58.495859Z", + "updated_at": "2025-07-16T09:56:37.304448Z", + "lead_time": 186.076, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_142.hdf5" + } + }, + { + "episode_index": 488, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_9.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fc349b67952aabc4074c175355b2f472_cam_high.mp4", + "id": 97379, + "videoLabels": [ + { + "ranges": [ + { + "end": 136, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 251, + "start": 136 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 406, + "start": 251 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 591, + "start": 406 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 716, + "start": 591 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 940, + "start": 716 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1285, + "start": 940 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79639, + "created_at": "2025-07-04T03:17:21.874703Z", + "updated_at": "2025-07-17T11:21:23.186506Z", + "lead_time": 180.662, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_9.hdf5" + } + }, + { + "episode_index": 489, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_16.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fcac93ecd57c377c988c7cfbed8fc69d_cam_high.mp4", + "id": 97380, + "videoLabels": [ + { + "ranges": [ + { + "end": 169, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 334, + "start": 169 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 494, + "start": 334 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 663, + "start": 494 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 840, + "start": 663 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 961, + "start": 840 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1238, + "start": 961 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79626, + "created_at": "2025-07-04T03:15:24.969284Z", + "updated_at": "2025-07-17T11:20:53.796100Z", + "lead_time": 209.041, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_16.hdf5" + } + }, + { + "episode_index": 490, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_158.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fd2d269f11e0a2f83f30d1101b81027c_cam_high.mp4", + "id": 97381, + "videoLabels": [ + { + "ranges": [ + { + "end": 194, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 302, + "start": 194 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 540, + "start": 302 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 652, + "start": 540 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 903, + "start": 652 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1060, + "start": 903 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1409, + "start": 1060 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79602, + "created_at": "2025-07-04T03:10:15.388188Z", + "updated_at": "2025-07-17T11:20:09.603928Z", + "lead_time": 222.04199999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_158.hdf5" + } + }, + { + "episode_index": 491, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_135.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fd57fb357bbb13311f64f0c4fd1c0322_cam_high.mp4", + "id": 97382, + "videoLabels": [ + { + "ranges": [ + { + "end": 129, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 213, + "start": 129 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 610, + "start": 213 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 741, + "start": 610 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 954, + "start": 741 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1111, + "start": 954 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1585, + "start": 1111 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79588, + "created_at": "2025-07-04T03:07:46.915192Z", + "updated_at": "2025-07-16T09:56:41.098901Z", + "lead_time": 188.941, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_135.hdf5" + } + }, + { + "episode_index": 492, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_187.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fde0131571ed3cc5813ea5e8a78937ba_cam_high.mp4", + "id": 97383, + "videoLabels": [ + { + "ranges": [ + { + "end": 172, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 227, + "start": 172 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 371, + "start": 227 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 445, + "start": 371 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 699, + "start": 445 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 793, + "start": 699 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1082, + "start": 793 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79578, + "created_at": "2025-07-04T03:05:15.941997Z", + "updated_at": "2025-07-17T11:19:11.709413Z", + "lead_time": 277.69, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_187.hdf5" + } + }, + { + "episode_index": 493, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_101.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fe3d6df3a5222441e729915eea3dce2c_cam_high.mp4", + "id": 97384, + "videoLabels": [ + { + "ranges": [ + { + "end": 197, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 340, + "start": 197 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 450, + "start": 340 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 545, + "start": 450 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 662, + "start": 545 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 754, + "start": 662 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1015, + "start": 754 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79550, + "created_at": "2025-07-04T02:57:20.089286Z", + "updated_at": "2025-07-17T11:18:21.962185Z", + "lead_time": 248.65499999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_101.hdf5" + } + }, + { + "episode_index": 494, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_25.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/fe7fbcdba1f868a41e5fe8ab7bedb569_cam_high.mp4", + "id": 97385, + "videoLabels": [ + { + "ranges": [ + { + "end": 123, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 295, + "start": 123 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 507, + "start": 295 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 745, + "start": 507 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 865, + "start": 745 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 994, + "start": 865 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1341, + "start": 994 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79544, + "created_at": "2025-07-04T02:55:36.259264Z", + "updated_at": "2025-07-16T09:56:43.963445Z", + "lead_time": 219.235, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_25.hdf5" + } + }, + { + "episode_index": 495, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_85.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/feae2322807ae43b7e807225202876c7_cam_high.mp4", + "id": 97386, + "videoLabels": [ + { + "ranges": [ + { + "end": 106, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 193, + "start": 106 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 313, + "start": 193 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 552, + "start": 313 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 691, + "start": 552 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 781, + "start": 691 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 975, + "start": 781 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79535, + "created_at": "2025-07-04T02:53:39.641745Z", + "updated_at": "2025-07-16T09:56:44.921455Z", + "lead_time": 219.866, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_85.hdf5" + } + }, + { + "episode_index": 496, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _right_250_4.19/episode_75.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ff39834c81da7a481c339eba03884bb8_cam_high.mp4", + "id": 97387, + "videoLabels": [ + { + "ranges": [ + { + "end": 104, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 237, + "start": 104 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 362, + "start": 237 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 742, + "start": 362 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 857, + "start": 742 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 952, + "start": 857 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the right gripper" + ] + }, + { + "ranges": [ + { + "end": 1157, + "start": 952 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79525, + "created_at": "2025-07-04T02:51:31.625285Z", + "updated_at": "2025-07-16T09:56:45.812861Z", + "lead_time": 175.49399999999997, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _right_250_4.19/episode_75.hdf5" + } + }, + { + "episode_index": 497, + "annotation": { + "path": "/root/data/raw_data/构建块(realman)/task_build_blocks _left_250_4.20/episode_69.hdf5", + "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/ffc00afe2c0a78d15cb0860a1258a7e6_cam_high.mp4", + "id": 97388, + "videoLabels": [ + { + "ranges": [ + { + "end": 134, + "start": 1 + } + ], + "timelinelabels": [ + "Grasp the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 203, + "start": 134 + } + ], + "timelinelabels": [ + "Place the arch-shaped block in the center of view with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 354, + "start": 203 + } + ], + "timelinelabels": [ + "Grasp the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 518, + "start": 354 + } + ], + "timelinelabels": [ + "Place the box-shaped block onto the arch-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 633, + "start": 518 + } + ], + "timelinelabels": [ + "Grasp the triangle-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 779, + "start": 633 + } + ], + "timelinelabels": [ + "Place the triangle-shaped block onto the box-shaped block with the left gripper" + ] + }, + { + "ranges": [ + { + "end": 1092, + "start": 779 + } + ], + "timelinelabels": [ + "end" + ] + } + ], + "annotator": 95, + "annotation_id": 79506, + "created_at": "2025-07-04T02:48:11.706447Z", + "updated_at": "2025-07-17T11:17:43.144538Z", + "lead_time": 498.115, + "nas_path": "/docker/1.上传数据/data4/realman/task_build_blocks _500_4.18/task_build_blocks _left_250_4.20/episode_69.hdf5" + } + } +] \ No newline at end of file diff --git a/label/dataset_info.yml b/label/dataset_info.yml new file mode 100644 index 0000000000000000000000000000000000000000..34053ce2567d86323e6337abd47e0384b6b976fc --- /dev/null +++ b/label/dataset_info.yml @@ -0,0 +1,154 @@ +license: apache-2.0 +language: +- en +- zh +task_categories: +- robotics +tags: +- RobotCoin +- LeRobot +size_categories: <1K +configs: +- config_name: default + data_files: data/*/*.parquet +authors: + contributed_by: + - name: RobotCoin + url: https://RobotCoin.github.io + annotated_by: + - name: RobotCoin + url: https://RobotCoin.github.io +dataset_description: This dataset uses an extended format based on [LeRobot](https://github.com/huggingface/lerobot) + and is fully compatible with LeRobot. +links: + Homepage: https://RobotCoin.github.io/ + Paper: in comming + License: apache-2.0 +tasks: +- build blocks +sub_tasks: +- Grasp the arch-shaped block with the left gripper +- Grasp the arch-shaped block with the right gripper +- Grasp the box-shaped block with the left gripper +- Grasp the box-shaped block with the right gripper +- Grasp the triangle-shaped block with the left gripper +- Grasp the triangle-shaped block with the right gripper +- Place the arch-shaped block in the center of view with the left gripper +- Place the arch-shaped block in the center of view with the right gripper +- Place the box-shaped block onto the arch-shaped block with the left gripper +- Place the box-shaped block onto the arch-shaped block with the right gripper +- Place the triangle-shaped block onto the box-shaped block with the left gripper +- Place the triangle-shaped block onto the box-shaped block with the right gripper +- end +episodes_num: 0 +frames_num: 0 +dataset_tags: + 场景类型: + - 卧室 + - 学校 + - 客厅 + 采集本体: realman + 末端类型: 二指夹爪 + 相机数量: 3 + 相机类型: + - RGBD + - fisheye + 声音传感器数量: 0 + 触觉传感器数量: 0 + 原子动作: + - 抓 + - 拿 + - 放 + - 堆叠 + - 移动 + 物品: + level1: 玩具 + level2: 积木 + level3: 拱形积木 + level4: null + level5: null + 桌面高度: 77.2cm +structure: + file: meta/info.json + content: "{\n \"codebase_version\": \"v2.1\",\n \"robot_type\": \"realman\"\ + ,\n \"total_episodes\": 498,\n \"total_frames\": 595002,\n \"total_tasks\"\ + : 1,\n \"total_videos\": 1494,\n \"total_chunks\": 1,\n \"chunks_size\"\ + : 1000,\n \"fps\": 25,\n \"splits\": {\n \"train\": \"0:498\"\n \ + \ },\n \"data_path\": \"data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet\"\ + ,\n \"video_path\": \"videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4\"\ + ,\n \"features\": {\n \"observation.images.cam_high\": {\n \ + \ \"dtype\": \"video\",\n \"shape\": [\n 480,\n \ + \ 640,\n 3\n ],\n \"names\"\ + : [\n \"height\",\n \"width\",\n \ + \ \"channels\"\n ],\n \"info\": {\n \"video.fps\"\ + : 25.0,\n \"video.height\": 480,\n \"video.width\"\ + : 640,\n \"video.channels\": 3,\n \"video.codec\"\ + : \"h264\",\n \"video.pix_fmt\": \"yuv420p\",\n \ + \ \"video.is_depth_map\": false,\n \"has_audio\": false\n \ + \ }\n },\n \"observation.images.cam_left_wrist\": {\n \ + \ \"dtype\": \"video\",\n \"shape\": [\n 480,\n\ + \ 640,\n 3\n ],\n \"names\"\ + : [\n \"height\",\n \"width\",\n \ + \ \"channels\"\n ],\n \"info\": {\n \"video.fps\"\ + : 25.0,\n \"video.height\": 480,\n \"video.width\"\ + : 640,\n \"video.channels\": 3,\n \"video.codec\"\ + : \"h264\",\n \"video.pix_fmt\": \"yuv420p\",\n \ + \ \"video.is_depth_map\": false,\n \"has_audio\": false\n \ + \ }\n },\n \"observation.images.cam_right_wrist\": {\n \ + \ \"dtype\": \"video\",\n \"shape\": [\n 480,\n\ + \ 640,\n 3\n ],\n \"names\"\ + : [\n \"height\",\n \"width\",\n \ + \ \"channels\"\n ],\n \"info\": {\n \"video.fps\"\ + : 25.0,\n \"video.height\": 480,\n \"video.width\"\ + : 640,\n \"video.channels\": 3,\n \"video.codec\"\ + : \"h264\",\n \"video.pix_fmt\": \"yuv420p\",\n \ + \ \"video.is_depth_map\": false,\n \"has_audio\": false\n \ + \ }\n },\n \"states\": {\n \"dtype\": \"float32\"\ + ,\n \"shape\": [\n 30\n ],\n \"\ + name\": [\n \"right_arm_joint_1\",\n \"right_arm_joint_2\"\ + ,\n \"right_arm_joint_3\",\n \"right_arm_joint_4\"\ + ,\n \"right_arm_joint_5\",\n \"right_arm_joint_6\"\ + ,\n \"right_arm_joint_7\",\n \"right_gripper_joint\"\ + ,\n \"right_end_effector_positions_x\",\n \"right_end_effector_positions_y\"\ + ,\n \"right_end_effector_positions_z\",\n \"right_end_effector_quat_x\"\ + ,\n \"right_end_effector_quat_y\",\n \"right_end_effector_quat_z\"\ + ,\n \"right_end_effector_quat_w\",\n \"left_arm_joint_1\"\ + ,\n \"left_arm_joint_2\",\n \"left_arm_joint_3\"\ + ,\n \"left_arm_joint_4\",\n \"left_arm_joint_5\"\ + ,\n \"left_arm_joint_6\",\n \"left_arm_joint_7\"\ + ,\n \"left_gripper_joint\",\n \"left_end_effector_positions_x\"\ + ,\n \"left_end_effector_positions_y\",\n \"left_end_effector_positions_z\"\ + ,\n \"left_end_effector_quat_x\",\n \"left_end_effector_quat_y\"\ + ,\n \"left_end_effector_quat_z\",\n \"left_end_effector_quat_w\"\ + \n ]\n },\n \"actions\": {\n \"dtype\": \"\ + float32\",\n \"shape\": [\n 30\n ],\n \ + \ \"name\": [\n \"right_arm_joint_1\",\n \ + \ \"right_arm_joint_2\",\n \"right_arm_joint_3\",\n \ + \ \"right_arm_joint_4\",\n \"right_arm_joint_5\",\n \ + \ \"right_arm_joint_6\",\n \"right_arm_joint_7\",\n \ + \ \"right_gripper_joint\",\n \"right_end_effector_positions_x\"\ + ,\n \"right_end_effector_positions_y\",\n \"right_end_effector_positions_z\"\ + ,\n \"right_end_effector_quat_x\",\n \"right_end_effector_quat_y\"\ + ,\n \"right_end_effector_quat_z\",\n \"right_end_effector_quat_w\"\ + ,\n \"left_arm_joint_1\",\n \"left_arm_joint_2\"\ + ,\n \"left_arm_joint_3\",\n \"left_arm_joint_4\"\ + ,\n \"left_arm_joint_5\",\n \"left_arm_joint_6\"\ + ,\n \"left_arm_joint_7\",\n \"left_gripper_joint\"\ + ,\n \"left_end_effector_positions_x\",\n \"left_end_effector_positions_y\"\ + ,\n \"left_end_effector_positions_z\",\n \"left_end_effector_quat_x\"\ + ,\n \"left_end_effector_quat_y\",\n \"left_end_effector_quat_z\"\ + ,\n \"left_end_effector_quat_w\"\n ]\n },\n \ + \ \"next.done\": {\n \"dtype\": \"bool\",\n \"shape\"\ + : [\n 1\n ],\n \"names\": null\n },\n\ + \ \"timestamp\": {\n \"dtype\": \"float32\",\n \"\ + shape\": [\n 1\n ],\n \"names\": null\n \ + \ },\n \"frame_index\": {\n \"dtype\": \"int64\",\n \ + \ \"shape\": [\n 1\n ],\n \"names\"\ + : null\n },\n \"episode_index\": {\n \"dtype\": \"int64\"\ + ,\n \"shape\": [\n 1\n ],\n \"\ + names\": null\n },\n \"index\": {\n \"dtype\": \"int64\"\ + ,\n \"shape\": [\n 1\n ],\n \"\ + names\": null\n },\n \"task_index\": {\n \"dtype\": \"\ + int64\",\n \"shape\": [\n 1\n ],\n \ + \ \"names\": null\n }\n }\n}" +citation: in comming diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e423c4a365bf3e4899d6873f62157a20408ed9e6 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,498 @@ +{"episode_index": 0, "tasks": ["task_stack_basket"], "length": 967} +{"episode_index": 1, "tasks": ["task_stack_basket"], "length": 1013} +{"episode_index": 2, "tasks": ["task_stack_basket"], "length": 1209} +{"episode_index": 3, "tasks": ["task_stack_basket"], "length": 1198} +{"episode_index": 4, "tasks": ["task_stack_basket"], "length": 913} +{"episode_index": 5, "tasks": ["task_stack_basket"], "length": 1090} +{"episode_index": 6, "tasks": ["task_stack_basket"], "length": 1587} +{"episode_index": 7, "tasks": ["task_stack_basket"], "length": 849} +{"episode_index": 8, "tasks": ["task_stack_basket"], "length": 1058} +{"episode_index": 9, "tasks": ["task_stack_basket"], "length": 946} +{"episode_index": 10, "tasks": ["task_stack_basket"], "length": 1295} +{"episode_index": 11, "tasks": ["task_stack_basket"], "length": 1853} +{"episode_index": 12, "tasks": ["task_stack_basket"], "length": 1023} +{"episode_index": 13, "tasks": ["task_stack_basket"], "length": 1185} +{"episode_index": 14, "tasks": ["task_stack_basket"], "length": 1254} +{"episode_index": 15, "tasks": ["task_stack_basket"], "length": 1824} +{"episode_index": 16, "tasks": ["task_stack_basket"], "length": 1310} +{"episode_index": 17, "tasks": ["task_stack_basket"], "length": 1085} +{"episode_index": 18, "tasks": ["task_stack_basket"], "length": 1168} +{"episode_index": 19, "tasks": ["task_stack_basket"], "length": 2368} +{"episode_index": 20, "tasks": ["task_stack_basket"], "length": 1195} +{"episode_index": 21, "tasks": ["task_stack_basket"], "length": 1337} +{"episode_index": 22, "tasks": ["task_stack_basket"], "length": 1120} +{"episode_index": 23, "tasks": ["task_stack_basket"], "length": 980} +{"episode_index": 24, "tasks": ["task_stack_basket"], "length": 1640} +{"episode_index": 25, "tasks": ["task_stack_basket"], "length": 938} +{"episode_index": 26, "tasks": ["task_stack_basket"], "length": 1281} +{"episode_index": 27, "tasks": ["task_stack_basket"], "length": 1123} +{"episode_index": 28, "tasks": ["task_stack_basket"], "length": 1163} +{"episode_index": 29, "tasks": ["task_stack_basket"], "length": 1261} +{"episode_index": 30, "tasks": ["task_stack_basket"], "length": 1750} +{"episode_index": 31, "tasks": ["task_stack_basket"], "length": 1010} +{"episode_index": 32, "tasks": ["task_stack_basket"], "length": 1232} +{"episode_index": 33, "tasks": ["task_stack_basket"], "length": 1387} +{"episode_index": 34, "tasks": ["task_stack_basket"], "length": 1093} +{"episode_index": 35, "tasks": ["task_stack_basket"], "length": 1378} +{"episode_index": 36, "tasks": ["task_stack_basket"], "length": 1162} +{"episode_index": 37, "tasks": ["task_stack_basket"], "length": 1293} +{"episode_index": 38, "tasks": ["task_stack_basket"], "length": 1093} +{"episode_index": 39, "tasks": ["task_stack_basket"], "length": 1275} +{"episode_index": 40, "tasks": ["task_stack_basket"], "length": 1430} +{"episode_index": 41, "tasks": ["task_stack_basket"], "length": 1644} +{"episode_index": 42, "tasks": ["task_stack_basket"], "length": 1678} +{"episode_index": 43, "tasks": ["task_stack_basket"], "length": 1246} +{"episode_index": 44, "tasks": ["task_stack_basket"], "length": 983} +{"episode_index": 45, "tasks": ["task_stack_basket"], "length": 1578} +{"episode_index": 46, "tasks": ["task_stack_basket"], "length": 1428} +{"episode_index": 47, "tasks": ["task_stack_basket"], "length": 1014} +{"episode_index": 48, "tasks": ["task_stack_basket"], "length": 1354} +{"episode_index": 49, "tasks": ["task_stack_basket"], "length": 1257} +{"episode_index": 50, "tasks": ["task_stack_basket"], "length": 1200} +{"episode_index": 51, "tasks": ["task_stack_basket"], "length": 979} +{"episode_index": 52, "tasks": ["task_stack_basket"], "length": 1037} +{"episode_index": 53, "tasks": ["task_stack_basket"], "length": 1239} +{"episode_index": 54, "tasks": ["task_stack_basket"], "length": 1345} +{"episode_index": 55, "tasks": ["task_stack_basket"], "length": 1061} +{"episode_index": 56, "tasks": ["task_stack_basket"], "length": 985} +{"episode_index": 57, "tasks": ["task_stack_basket"], "length": 1171} +{"episode_index": 58, "tasks": ["task_stack_basket"], "length": 1195} +{"episode_index": 59, "tasks": ["task_stack_basket"], "length": 1440} +{"episode_index": 60, "tasks": ["task_stack_basket"], "length": 866} +{"episode_index": 61, "tasks": ["task_stack_basket"], "length": 1193} +{"episode_index": 62, "tasks": ["task_stack_basket"], "length": 936} +{"episode_index": 63, "tasks": ["task_stack_basket"], "length": 1136} +{"episode_index": 64, "tasks": ["task_stack_basket"], "length": 959} +{"episode_index": 65, "tasks": ["task_stack_basket"], "length": 946} +{"episode_index": 66, "tasks": ["task_stack_basket"], "length": 825} +{"episode_index": 67, "tasks": ["task_stack_basket"], "length": 1564} +{"episode_index": 68, "tasks": ["task_stack_basket"], "length": 1033} +{"episode_index": 69, "tasks": ["task_stack_basket"], "length": 1186} +{"episode_index": 70, "tasks": ["task_stack_basket"], "length": 1829} +{"episode_index": 71, "tasks": ["task_stack_basket"], "length": 1071} +{"episode_index": 72, "tasks": ["task_stack_basket"], "length": 1173} +{"episode_index": 73, "tasks": ["task_stack_basket"], "length": 1222} +{"episode_index": 74, "tasks": ["task_stack_basket"], "length": 1063} +{"episode_index": 75, "tasks": ["task_stack_basket"], "length": 1387} +{"episode_index": 76, "tasks": ["task_stack_basket"], "length": 1107} +{"episode_index": 77, "tasks": ["task_stack_basket"], "length": 776} +{"episode_index": 78, "tasks": ["task_stack_basket"], "length": 1601} +{"episode_index": 79, "tasks": ["task_stack_basket"], "length": 909} +{"episode_index": 80, "tasks": ["task_stack_basket"], "length": 855} +{"episode_index": 81, "tasks": ["task_stack_basket"], "length": 1103} +{"episode_index": 82, "tasks": ["task_stack_basket"], "length": 948} +{"episode_index": 83, "tasks": ["task_stack_basket"], "length": 1611} +{"episode_index": 84, "tasks": ["task_stack_basket"], "length": 1347} +{"episode_index": 85, "tasks": ["task_stack_basket"], "length": 1008} +{"episode_index": 86, "tasks": ["task_stack_basket"], "length": 973} +{"episode_index": 87, "tasks": ["task_stack_basket"], "length": 1030} +{"episode_index": 88, "tasks": ["task_stack_basket"], "length": 1049} +{"episode_index": 89, "tasks": ["task_stack_basket"], "length": 1270} +{"episode_index": 90, "tasks": ["task_stack_basket"], "length": 1012} +{"episode_index": 91, "tasks": ["task_stack_basket"], "length": 1305} +{"episode_index": 92, "tasks": ["task_stack_basket"], "length": 1228} +{"episode_index": 93, "tasks": ["task_stack_basket"], "length": 1079} +{"episode_index": 94, "tasks": ["task_stack_basket"], "length": 1004} +{"episode_index": 95, "tasks": ["task_stack_basket"], "length": 2247} +{"episode_index": 96, "tasks": ["task_stack_basket"], "length": 1092} +{"episode_index": 97, "tasks": ["task_stack_basket"], "length": 1724} +{"episode_index": 98, "tasks": ["task_stack_basket"], "length": 1979} +{"episode_index": 99, "tasks": ["task_stack_basket"], "length": 897} +{"episode_index": 100, "tasks": ["task_stack_basket"], "length": 1157} +{"episode_index": 101, "tasks": ["task_stack_basket"], "length": 1115} +{"episode_index": 102, "tasks": ["task_stack_basket"], "length": 1029} +{"episode_index": 103, "tasks": ["task_stack_basket"], "length": 1478} +{"episode_index": 104, "tasks": ["task_stack_basket"], "length": 1752} +{"episode_index": 105, "tasks": ["task_stack_basket"], "length": 1321} +{"episode_index": 106, "tasks": ["task_stack_basket"], "length": 1121} +{"episode_index": 107, "tasks": ["task_stack_basket"], "length": 1104} +{"episode_index": 108, "tasks": ["task_stack_basket"], "length": 873} +{"episode_index": 109, "tasks": ["task_stack_basket"], "length": 1074} +{"episode_index": 110, "tasks": ["task_stack_basket"], "length": 1288} +{"episode_index": 111, "tasks": ["task_stack_basket"], "length": 1171} +{"episode_index": 112, "tasks": ["task_stack_basket"], "length": 1365} +{"episode_index": 113, "tasks": ["task_stack_basket"], "length": 807} +{"episode_index": 114, "tasks": ["task_stack_basket"], "length": 1181} +{"episode_index": 115, "tasks": ["task_stack_basket"], "length": 1264} +{"episode_index": 116, "tasks": ["task_stack_basket"], "length": 1236} +{"episode_index": 117, "tasks": ["task_stack_basket"], "length": 1342} +{"episode_index": 118, "tasks": ["task_stack_basket"], "length": 1705} +{"episode_index": 119, "tasks": ["task_stack_basket"], "length": 1180} +{"episode_index": 120, "tasks": ["task_stack_basket"], "length": 1140} +{"episode_index": 121, "tasks": ["task_stack_basket"], "length": 972} +{"episode_index": 122, "tasks": ["task_stack_basket"], "length": 1382} +{"episode_index": 123, "tasks": ["task_stack_basket"], "length": 1558} +{"episode_index": 124, "tasks": ["task_stack_basket"], "length": 1310} +{"episode_index": 125, "tasks": ["task_stack_basket"], "length": 942} +{"episode_index": 126, "tasks": ["task_stack_basket"], "length": 1004} +{"episode_index": 127, "tasks": ["task_stack_basket"], "length": 922} +{"episode_index": 128, "tasks": ["task_stack_basket"], "length": 1357} +{"episode_index": 129, "tasks": ["task_stack_basket"], "length": 1212} +{"episode_index": 130, "tasks": ["task_stack_basket"], "length": 1159} +{"episode_index": 131, "tasks": ["task_stack_basket"], "length": 840} +{"episode_index": 132, "tasks": ["task_stack_basket"], "length": 1097} +{"episode_index": 133, "tasks": ["task_stack_basket"], "length": 976} +{"episode_index": 134, "tasks": ["task_stack_basket"], "length": 1281} +{"episode_index": 135, "tasks": ["task_stack_basket"], "length": 1230} +{"episode_index": 136, "tasks": ["task_stack_basket"], "length": 966} +{"episode_index": 137, "tasks": ["task_stack_basket"], "length": 982} +{"episode_index": 138, "tasks": ["task_stack_basket"], "length": 1002} +{"episode_index": 139, "tasks": ["task_stack_basket"], "length": 1251} +{"episode_index": 140, "tasks": ["task_stack_basket"], "length": 974} +{"episode_index": 141, "tasks": ["task_stack_basket"], "length": 894} +{"episode_index": 142, "tasks": ["task_stack_basket"], "length": 1369} +{"episode_index": 143, "tasks": ["task_stack_basket"], "length": 1386} +{"episode_index": 144, "tasks": ["task_stack_basket"], "length": 1206} +{"episode_index": 145, "tasks": ["task_stack_basket"], "length": 1136} +{"episode_index": 146, "tasks": ["task_stack_basket"], "length": 2041} +{"episode_index": 147, "tasks": ["task_stack_basket"], "length": 1266} +{"episode_index": 148, "tasks": ["task_stack_basket"], "length": 932} +{"episode_index": 149, "tasks": ["task_stack_basket"], "length": 1287} +{"episode_index": 150, "tasks": ["task_stack_basket"], "length": 1160} +{"episode_index": 151, "tasks": ["task_stack_basket"], "length": 891} +{"episode_index": 152, "tasks": ["task_stack_basket"], "length": 1931} +{"episode_index": 153, "tasks": ["task_stack_basket"], "length": 1131} +{"episode_index": 154, "tasks": ["task_stack_basket"], "length": 1784} +{"episode_index": 155, "tasks": ["task_stack_basket"], "length": 1295} +{"episode_index": 156, "tasks": ["task_stack_basket"], "length": 1192} +{"episode_index": 157, "tasks": ["task_stack_basket"], "length": 1508} +{"episode_index": 158, "tasks": ["task_stack_basket"], "length": 1118} +{"episode_index": 159, "tasks": ["task_stack_basket"], "length": 1264} +{"episode_index": 160, "tasks": ["task_stack_basket"], "length": 1246} +{"episode_index": 161, "tasks": ["task_stack_basket"], "length": 1321} +{"episode_index": 162, "tasks": ["task_stack_basket"], "length": 1466} +{"episode_index": 163, "tasks": ["task_stack_basket"], "length": 889} +{"episode_index": 164, "tasks": ["task_stack_basket"], "length": 1038} +{"episode_index": 165, "tasks": ["task_stack_basket"], "length": 1278} +{"episode_index": 166, "tasks": ["task_stack_basket"], "length": 928} +{"episode_index": 167, "tasks": ["task_stack_basket"], "length": 1289} +{"episode_index": 168, "tasks": ["task_stack_basket"], "length": 1272} +{"episode_index": 169, "tasks": ["task_stack_basket"], "length": 1102} +{"episode_index": 170, "tasks": ["task_stack_basket"], "length": 1236} +{"episode_index": 171, "tasks": ["task_stack_basket"], "length": 1013} +{"episode_index": 172, "tasks": ["task_stack_basket"], "length": 1545} +{"episode_index": 173, "tasks": ["task_stack_basket"], "length": 1076} +{"episode_index": 174, "tasks": ["task_stack_basket"], "length": 1190} +{"episode_index": 175, "tasks": ["task_stack_basket"], "length": 1243} +{"episode_index": 176, "tasks": ["task_stack_basket"], "length": 1802} +{"episode_index": 177, "tasks": ["task_stack_basket"], "length": 1357} +{"episode_index": 178, "tasks": ["task_stack_basket"], "length": 1249} +{"episode_index": 179, "tasks": ["task_stack_basket"], "length": 1981} +{"episode_index": 180, "tasks": ["task_stack_basket"], "length": 930} +{"episode_index": 181, "tasks": ["task_stack_basket"], "length": 921} +{"episode_index": 182, "tasks": ["task_stack_basket"], "length": 771} +{"episode_index": 183, "tasks": ["task_stack_basket"], "length": 1018} +{"episode_index": 184, "tasks": ["task_stack_basket"], "length": 992} +{"episode_index": 185, "tasks": ["task_stack_basket"], "length": 1342} +{"episode_index": 186, "tasks": ["task_stack_basket"], "length": 1097} +{"episode_index": 187, "tasks": ["task_stack_basket"], "length": 1180} +{"episode_index": 188, "tasks": ["task_stack_basket"], "length": 980} +{"episode_index": 189, "tasks": ["task_stack_basket"], "length": 944} +{"episode_index": 190, "tasks": ["task_stack_basket"], "length": 1406} +{"episode_index": 191, "tasks": ["task_stack_basket"], "length": 914} +{"episode_index": 192, "tasks": ["task_stack_basket"], "length": 1585} +{"episode_index": 193, "tasks": ["task_stack_basket"], "length": 1133} +{"episode_index": 194, "tasks": ["task_stack_basket"], "length": 1250} +{"episode_index": 195, "tasks": ["task_stack_basket"], "length": 1253} +{"episode_index": 196, "tasks": ["task_stack_basket"], "length": 1050} +{"episode_index": 197, "tasks": ["task_stack_basket"], "length": 1154} +{"episode_index": 198, "tasks": ["task_stack_basket"], "length": 954} +{"episode_index": 199, "tasks": ["task_stack_basket"], "length": 1374} +{"episode_index": 200, "tasks": ["task_stack_basket"], "length": 883} +{"episode_index": 201, "tasks": ["task_stack_basket"], "length": 1516} +{"episode_index": 202, "tasks": ["task_stack_basket"], "length": 1023} +{"episode_index": 203, "tasks": ["task_stack_basket"], "length": 1126} +{"episode_index": 204, "tasks": ["task_stack_basket"], "length": 1302} +{"episode_index": 205, "tasks": ["task_stack_basket"], "length": 1200} +{"episode_index": 206, "tasks": ["task_stack_basket"], "length": 887} +{"episode_index": 207, "tasks": ["task_stack_basket"], "length": 1054} +{"episode_index": 208, "tasks": ["task_stack_basket"], "length": 1347} +{"episode_index": 209, "tasks": ["task_stack_basket"], "length": 1111} +{"episode_index": 210, "tasks": ["task_stack_basket"], "length": 1474} +{"episode_index": 211, "tasks": ["task_stack_basket"], "length": 1035} +{"episode_index": 212, "tasks": ["task_stack_basket"], "length": 1165} +{"episode_index": 213, "tasks": ["task_stack_basket"], "length": 1527} +{"episode_index": 214, "tasks": ["task_stack_basket"], "length": 1719} +{"episode_index": 215, "tasks": ["task_stack_basket"], "length": 1019} +{"episode_index": 216, "tasks": ["task_stack_basket"], "length": 1605} +{"episode_index": 217, "tasks": ["task_stack_basket"], "length": 889} +{"episode_index": 218, "tasks": ["task_stack_basket"], "length": 1610} +{"episode_index": 219, "tasks": ["task_stack_basket"], "length": 1115} +{"episode_index": 220, "tasks": ["task_stack_basket"], "length": 1286} +{"episode_index": 221, "tasks": ["task_stack_basket"], "length": 980} +{"episode_index": 222, "tasks": ["task_stack_basket"], "length": 1178} +{"episode_index": 223, "tasks": ["task_stack_basket"], "length": 1168} +{"episode_index": 224, "tasks": ["task_stack_basket"], "length": 1198} +{"episode_index": 225, "tasks": ["task_stack_basket"], "length": 1109} +{"episode_index": 226, "tasks": ["task_stack_basket"], "length": 1175} +{"episode_index": 227, "tasks": ["task_stack_basket"], "length": 1125} +{"episode_index": 228, "tasks": ["task_stack_basket"], "length": 1353} +{"episode_index": 229, "tasks": ["task_stack_basket"], "length": 1041} +{"episode_index": 230, "tasks": ["task_stack_basket"], "length": 1164} +{"episode_index": 231, "tasks": ["task_stack_basket"], "length": 1169} +{"episode_index": 232, "tasks": ["task_stack_basket"], "length": 1156} +{"episode_index": 233, "tasks": ["task_stack_basket"], "length": 1279} +{"episode_index": 234, "tasks": ["task_stack_basket"], "length": 1167} +{"episode_index": 235, "tasks": ["task_stack_basket"], "length": 1213} +{"episode_index": 236, "tasks": ["task_stack_basket"], "length": 1263} +{"episode_index": 237, "tasks": ["task_stack_basket"], "length": 854} +{"episode_index": 238, "tasks": ["task_stack_basket"], "length": 1081} +{"episode_index": 239, "tasks": ["task_stack_basket"], "length": 1086} +{"episode_index": 240, "tasks": ["task_stack_basket"], "length": 1184} +{"episode_index": 241, "tasks": ["task_stack_basket"], "length": 1032} +{"episode_index": 242, "tasks": ["task_stack_basket"], "length": 1240} +{"episode_index": 243, "tasks": ["task_stack_basket"], "length": 1236} +{"episode_index": 244, "tasks": ["task_stack_basket"], "length": 963} +{"episode_index": 245, "tasks": ["task_stack_basket"], "length": 1084} +{"episode_index": 246, "tasks": ["task_stack_basket"], "length": 1363} +{"episode_index": 247, "tasks": ["task_stack_basket"], "length": 993} +{"episode_index": 248, "tasks": ["task_stack_basket"], "length": 1263} +{"episode_index": 249, "tasks": ["task_stack_basket"], "length": 907} +{"episode_index": 250, "tasks": ["task_stack_basket"], "length": 1297} +{"episode_index": 251, "tasks": ["task_stack_basket"], "length": 1273} +{"episode_index": 252, "tasks": ["task_stack_basket"], "length": 998} +{"episode_index": 253, "tasks": ["task_stack_basket"], "length": 1203} +{"episode_index": 254, "tasks": ["task_stack_basket"], "length": 2415} +{"episode_index": 255, "tasks": ["task_stack_basket"], "length": 1352} +{"episode_index": 256, "tasks": ["task_stack_basket"], "length": 1318} +{"episode_index": 257, "tasks": ["task_stack_basket"], "length": 1002} +{"episode_index": 258, "tasks": ["task_stack_basket"], "length": 976} +{"episode_index": 259, "tasks": ["task_stack_basket"], "length": 959} +{"episode_index": 260, "tasks": ["task_stack_basket"], "length": 1022} +{"episode_index": 261, "tasks": ["task_stack_basket"], "length": 1286} +{"episode_index": 262, "tasks": ["task_stack_basket"], "length": 1392} +{"episode_index": 263, "tasks": ["task_stack_basket"], "length": 927} +{"episode_index": 264, "tasks": ["task_stack_basket"], "length": 1129} +{"episode_index": 265, "tasks": ["task_stack_basket"], "length": 1034} +{"episode_index": 266, "tasks": ["task_stack_basket"], "length": 963} +{"episode_index": 267, "tasks": ["task_stack_basket"], "length": 1025} +{"episode_index": 268, "tasks": ["task_stack_basket"], "length": 1070} +{"episode_index": 269, "tasks": ["task_stack_basket"], "length": 1169} +{"episode_index": 270, "tasks": ["task_stack_basket"], "length": 1457} +{"episode_index": 271, "tasks": ["task_stack_basket"], "length": 1153} +{"episode_index": 272, "tasks": ["task_stack_basket"], "length": 841} +{"episode_index": 273, "tasks": ["task_stack_basket"], "length": 1042} +{"episode_index": 274, "tasks": ["task_stack_basket"], "length": 1355} +{"episode_index": 275, "tasks": ["task_stack_basket"], "length": 1179} +{"episode_index": 276, "tasks": ["task_stack_basket"], "length": 1237} +{"episode_index": 277, "tasks": ["task_stack_basket"], "length": 1380} +{"episode_index": 278, "tasks": ["task_stack_basket"], "length": 910} +{"episode_index": 279, "tasks": ["task_stack_basket"], "length": 1287} +{"episode_index": 280, "tasks": ["task_stack_basket"], "length": 966} +{"episode_index": 281, "tasks": ["task_stack_basket"], "length": 1044} +{"episode_index": 282, "tasks": ["task_stack_basket"], "length": 1043} +{"episode_index": 283, "tasks": ["task_stack_basket"], "length": 1170} +{"episode_index": 284, "tasks": ["task_stack_basket"], "length": 986} +{"episode_index": 285, "tasks": ["task_stack_basket"], "length": 896} +{"episode_index": 286, "tasks": ["task_stack_basket"], "length": 1059} +{"episode_index": 287, "tasks": ["task_stack_basket"], "length": 1182} +{"episode_index": 288, "tasks": ["task_stack_basket"], "length": 899} +{"episode_index": 289, "tasks": ["task_stack_basket"], "length": 912} +{"episode_index": 290, "tasks": ["task_stack_basket"], "length": 1113} +{"episode_index": 291, "tasks": ["task_stack_basket"], "length": 1112} +{"episode_index": 292, "tasks": ["task_stack_basket"], "length": 843} +{"episode_index": 293, "tasks": ["task_stack_basket"], "length": 1345} +{"episode_index": 294, "tasks": ["task_stack_basket"], "length": 1119} +{"episode_index": 295, "tasks": ["task_stack_basket"], "length": 1011} +{"episode_index": 296, "tasks": ["task_stack_basket"], "length": 1180} +{"episode_index": 297, "tasks": ["task_stack_basket"], "length": 1393} +{"episode_index": 298, "tasks": ["task_stack_basket"], "length": 1111} +{"episode_index": 299, "tasks": ["task_stack_basket"], "length": 2028} +{"episode_index": 300, "tasks": ["task_stack_basket"], "length": 1012} +{"episode_index": 301, "tasks": ["task_stack_basket"], "length": 1410} +{"episode_index": 302, "tasks": ["task_stack_basket"], "length": 1104} +{"episode_index": 303, "tasks": ["task_stack_basket"], "length": 881} +{"episode_index": 304, "tasks": ["task_stack_basket"], "length": 1004} +{"episode_index": 305, "tasks": ["task_stack_basket"], "length": 1163} +{"episode_index": 306, "tasks": ["task_stack_basket"], "length": 747} +{"episode_index": 307, "tasks": ["task_stack_basket"], "length": 1587} +{"episode_index": 308, "tasks": ["task_stack_basket"], "length": 1487} +{"episode_index": 309, "tasks": ["task_stack_basket"], "length": 966} +{"episode_index": 310, "tasks": ["task_stack_basket"], "length": 1098} +{"episode_index": 311, "tasks": ["task_stack_basket"], "length": 954} +{"episode_index": 312, "tasks": ["task_stack_basket"], "length": 1271} +{"episode_index": 313, "tasks": ["task_stack_basket"], "length": 1051} +{"episode_index": 314, "tasks": ["task_stack_basket"], "length": 1656} +{"episode_index": 315, "tasks": ["task_stack_basket"], "length": 996} +{"episode_index": 316, "tasks": ["task_stack_basket"], "length": 1997} +{"episode_index": 317, "tasks": ["task_stack_basket"], "length": 1594} +{"episode_index": 318, "tasks": ["task_stack_basket"], "length": 836} +{"episode_index": 319, "tasks": ["task_stack_basket"], "length": 970} +{"episode_index": 320, "tasks": ["task_stack_basket"], "length": 1403} +{"episode_index": 321, "tasks": ["task_stack_basket"], "length": 974} +{"episode_index": 322, "tasks": ["task_stack_basket"], "length": 978} +{"episode_index": 323, "tasks": ["task_stack_basket"], "length": 933} +{"episode_index": 324, "tasks": ["task_stack_basket"], "length": 982} +{"episode_index": 325, "tasks": ["task_stack_basket"], "length": 884} +{"episode_index": 326, "tasks": ["task_stack_basket"], "length": 1153} +{"episode_index": 327, "tasks": ["task_stack_basket"], "length": 976} +{"episode_index": 328, "tasks": ["task_stack_basket"], "length": 1240} +{"episode_index": 329, "tasks": ["task_stack_basket"], "length": 1125} +{"episode_index": 330, "tasks": ["task_stack_basket"], "length": 969} +{"episode_index": 331, "tasks": ["task_stack_basket"], "length": 1240} +{"episode_index": 332, "tasks": ["task_stack_basket"], "length": 1620} +{"episode_index": 333, "tasks": ["task_stack_basket"], "length": 1208} +{"episode_index": 334, "tasks": ["task_stack_basket"], "length": 923} +{"episode_index": 335, "tasks": ["task_stack_basket"], "length": 1331} +{"episode_index": 336, "tasks": ["task_stack_basket"], "length": 1435} +{"episode_index": 337, "tasks": ["task_stack_basket"], "length": 1278} +{"episode_index": 338, "tasks": ["task_stack_basket"], "length": 1045} +{"episode_index": 339, "tasks": ["task_stack_basket"], "length": 1255} +{"episode_index": 340, "tasks": ["task_stack_basket"], "length": 1199} +{"episode_index": 341, "tasks": ["task_stack_basket"], "length": 1166} +{"episode_index": 342, "tasks": ["task_stack_basket"], "length": 1006} +{"episode_index": 343, "tasks": ["task_stack_basket"], "length": 1197} +{"episode_index": 344, "tasks": ["task_stack_basket"], "length": 936} +{"episode_index": 345, "tasks": ["task_stack_basket"], "length": 1145} +{"episode_index": 346, "tasks": ["task_stack_basket"], "length": 1380} +{"episode_index": 347, "tasks": ["task_stack_basket"], "length": 1156} +{"episode_index": 348, "tasks": ["task_stack_basket"], "length": 1851} +{"episode_index": 349, "tasks": ["task_stack_basket"], "length": 1355} +{"episode_index": 350, "tasks": ["task_stack_basket"], "length": 902} +{"episode_index": 351, "tasks": ["task_stack_basket"], "length": 1079} +{"episode_index": 352, "tasks": ["task_stack_basket"], "length": 1450} +{"episode_index": 353, "tasks": ["task_stack_basket"], "length": 1078} +{"episode_index": 354, "tasks": ["task_stack_basket"], "length": 1261} +{"episode_index": 355, "tasks": ["task_stack_basket"], "length": 1161} +{"episode_index": 356, "tasks": ["task_stack_basket"], "length": 1134} +{"episode_index": 357, "tasks": ["task_stack_basket"], "length": 1249} +{"episode_index": 358, "tasks": ["task_stack_basket"], "length": 985} +{"episode_index": 359, "tasks": ["task_stack_basket"], "length": 1334} +{"episode_index": 360, "tasks": ["task_stack_basket"], "length": 983} +{"episode_index": 361, "tasks": ["task_stack_basket"], "length": 979} +{"episode_index": 362, "tasks": ["task_stack_basket"], "length": 1360} +{"episode_index": 363, "tasks": ["task_stack_basket"], "length": 1290} +{"episode_index": 364, "tasks": ["task_stack_basket"], "length": 2276} +{"episode_index": 365, "tasks": ["task_stack_basket"], "length": 989} +{"episode_index": 366, "tasks": ["task_stack_basket"], "length": 1095} +{"episode_index": 367, "tasks": ["task_stack_basket"], "length": 846} +{"episode_index": 368, "tasks": ["task_stack_basket"], "length": 1352} +{"episode_index": 369, "tasks": ["task_stack_basket"], "length": 980} +{"episode_index": 370, "tasks": ["task_stack_basket"], "length": 972} +{"episode_index": 371, "tasks": ["task_stack_basket"], "length": 1169} +{"episode_index": 372, "tasks": ["task_stack_basket"], "length": 1013} +{"episode_index": 373, "tasks": ["task_stack_basket"], "length": 1286} +{"episode_index": 374, "tasks": ["task_stack_basket"], "length": 1506} +{"episode_index": 375, "tasks": ["task_stack_basket"], "length": 1338} +{"episode_index": 376, "tasks": ["task_stack_basket"], "length": 1359} +{"episode_index": 377, "tasks": ["task_stack_basket"], "length": 1817} +{"episode_index": 378, "tasks": ["task_stack_basket"], "length": 1128} +{"episode_index": 379, "tasks": ["task_stack_basket"], "length": 1281} +{"episode_index": 380, "tasks": ["task_stack_basket"], "length": 1227} +{"episode_index": 381, "tasks": ["task_stack_basket"], "length": 1309} +{"episode_index": 382, "tasks": ["task_stack_basket"], "length": 1301} +{"episode_index": 383, "tasks": ["task_stack_basket"], "length": 1200} +{"episode_index": 384, "tasks": ["task_stack_basket"], "length": 1058} +{"episode_index": 385, "tasks": ["task_stack_basket"], "length": 1653} +{"episode_index": 386, "tasks": ["task_stack_basket"], "length": 990} +{"episode_index": 387, "tasks": ["task_stack_basket"], "length": 969} +{"episode_index": 388, "tasks": ["task_stack_basket"], "length": 964} +{"episode_index": 389, "tasks": ["task_stack_basket"], "length": 1006} +{"episode_index": 390, "tasks": ["task_stack_basket"], "length": 975} +{"episode_index": 391, "tasks": ["task_stack_basket"], "length": 1084} +{"episode_index": 392, "tasks": ["task_stack_basket"], "length": 1145} +{"episode_index": 393, "tasks": ["task_stack_basket"], "length": 1682} +{"episode_index": 394, "tasks": ["task_stack_basket"], "length": 1162} +{"episode_index": 395, "tasks": ["task_stack_basket"], "length": 1291} +{"episode_index": 396, "tasks": ["task_stack_basket"], "length": 1306} +{"episode_index": 397, "tasks": ["task_stack_basket"], "length": 926} +{"episode_index": 398, "tasks": ["task_stack_basket"], "length": 1226} +{"episode_index": 399, "tasks": ["task_stack_basket"], "length": 1583} +{"episode_index": 400, "tasks": ["task_stack_basket"], "length": 1068} +{"episode_index": 401, "tasks": ["task_stack_basket"], "length": 1024} +{"episode_index": 402, "tasks": ["task_stack_basket"], "length": 1303} +{"episode_index": 403, "tasks": ["task_stack_basket"], "length": 1365} +{"episode_index": 404, "tasks": ["task_stack_basket"], "length": 1347} +{"episode_index": 405, "tasks": ["task_stack_basket"], "length": 1161} +{"episode_index": 406, "tasks": ["task_stack_basket"], "length": 1854} +{"episode_index": 407, "tasks": ["task_stack_basket"], "length": 1075} +{"episode_index": 408, "tasks": ["task_stack_basket"], "length": 924} +{"episode_index": 409, "tasks": ["task_stack_basket"], "length": 1113} +{"episode_index": 410, "tasks": ["task_stack_basket"], "length": 1045} +{"episode_index": 411, "tasks": ["task_stack_basket"], "length": 847} +{"episode_index": 412, "tasks": ["task_stack_basket"], "length": 900} +{"episode_index": 413, "tasks": ["task_stack_basket"], "length": 1039} +{"episode_index": 414, "tasks": ["task_stack_basket"], "length": 1323} +{"episode_index": 415, "tasks": ["task_stack_basket"], "length": 1102} +{"episode_index": 416, "tasks": ["task_stack_basket"], "length": 973} +{"episode_index": 417, "tasks": ["task_stack_basket"], "length": 1492} +{"episode_index": 418, "tasks": ["task_stack_basket"], "length": 936} +{"episode_index": 419, "tasks": ["task_stack_basket"], "length": 1137} +{"episode_index": 420, "tasks": ["task_stack_basket"], "length": 1226} +{"episode_index": 421, "tasks": ["task_stack_basket"], "length": 1041} +{"episode_index": 422, "tasks": ["task_stack_basket"], "length": 1102} +{"episode_index": 423, "tasks": ["task_stack_basket"], "length": 2080} +{"episode_index": 424, "tasks": ["task_stack_basket"], "length": 1027} +{"episode_index": 425, "tasks": ["task_stack_basket"], "length": 1447} +{"episode_index": 426, "tasks": ["task_stack_basket"], "length": 1680} +{"episode_index": 427, "tasks": ["task_stack_basket"], "length": 863} +{"episode_index": 428, "tasks": ["task_stack_basket"], "length": 923} +{"episode_index": 429, "tasks": ["task_stack_basket"], "length": 1246} +{"episode_index": 430, "tasks": ["task_stack_basket"], "length": 1057} +{"episode_index": 431, "tasks": ["task_stack_basket"], "length": 1121} +{"episode_index": 432, "tasks": ["task_stack_basket"], "length": 1119} +{"episode_index": 433, "tasks": ["task_stack_basket"], "length": 1317} +{"episode_index": 434, "tasks": ["task_stack_basket"], "length": 1081} +{"episode_index": 435, "tasks": ["task_stack_basket"], "length": 1391} +{"episode_index": 436, "tasks": ["task_stack_basket"], "length": 1435} +{"episode_index": 437, "tasks": ["task_stack_basket"], "length": 1044} +{"episode_index": 438, "tasks": ["task_stack_basket"], "length": 1033} +{"episode_index": 439, "tasks": ["task_stack_basket"], "length": 965} +{"episode_index": 440, "tasks": ["task_stack_basket"], "length": 1255} +{"episode_index": 441, "tasks": ["task_stack_basket"], "length": 1118} +{"episode_index": 442, "tasks": ["task_stack_basket"], "length": 975} +{"episode_index": 443, "tasks": ["task_stack_basket"], "length": 1625} +{"episode_index": 444, "tasks": ["task_stack_basket"], "length": 1253} +{"episode_index": 445, "tasks": ["task_stack_basket"], "length": 1645} +{"episode_index": 446, "tasks": ["task_stack_basket"], "length": 1067} +{"episode_index": 447, "tasks": ["task_stack_basket"], "length": 919} +{"episode_index": 448, "tasks": ["task_stack_basket"], "length": 1013} +{"episode_index": 449, "tasks": ["task_stack_basket"], "length": 924} +{"episode_index": 450, "tasks": ["task_stack_basket"], "length": 1167} +{"episode_index": 451, "tasks": ["task_stack_basket"], "length": 982} +{"episode_index": 452, "tasks": ["task_stack_basket"], "length": 1007} +{"episode_index": 453, "tasks": ["task_stack_basket"], "length": 1090} +{"episode_index": 454, "tasks": ["task_stack_basket"], "length": 956} +{"episode_index": 455, "tasks": ["task_stack_basket"], "length": 1001} +{"episode_index": 456, "tasks": ["task_stack_basket"], "length": 1786} +{"episode_index": 457, "tasks": ["task_stack_basket"], "length": 1143} +{"episode_index": 458, "tasks": ["task_stack_basket"], "length": 1150} +{"episode_index": 459, "tasks": ["task_stack_basket"], "length": 852} +{"episode_index": 460, "tasks": ["task_stack_basket"], "length": 1374} +{"episode_index": 461, "tasks": ["task_stack_basket"], "length": 1362} +{"episode_index": 462, "tasks": ["task_stack_basket"], "length": 936} +{"episode_index": 463, "tasks": ["task_stack_basket"], "length": 1067} +{"episode_index": 464, "tasks": ["task_stack_basket"], "length": 1165} +{"episode_index": 465, "tasks": ["task_stack_basket"], "length": 1032} +{"episode_index": 466, "tasks": ["task_stack_basket"], "length": 1137} +{"episode_index": 467, "tasks": ["task_stack_basket"], "length": 1223} +{"episode_index": 468, "tasks": ["task_stack_basket"], "length": 1077} +{"episode_index": 469, "tasks": ["task_stack_basket"], "length": 861} +{"episode_index": 470, "tasks": ["task_stack_basket"], "length": 910} +{"episode_index": 471, "tasks": ["task_stack_basket"], "length": 1212} +{"episode_index": 472, "tasks": ["task_stack_basket"], "length": 1202} +{"episode_index": 473, "tasks": ["task_stack_basket"], "length": 1538} +{"episode_index": 474, "tasks": ["task_stack_basket"], "length": 1160} +{"episode_index": 475, "tasks": ["task_stack_basket"], "length": 1510} +{"episode_index": 476, "tasks": ["task_stack_basket"], "length": 1182} +{"episode_index": 477, "tasks": ["task_stack_basket"], "length": 964} +{"episode_index": 478, "tasks": ["task_stack_basket"], "length": 1579} +{"episode_index": 479, "tasks": ["task_stack_basket"], "length": 1227} +{"episode_index": 480, "tasks": ["task_stack_basket"], "length": 999} +{"episode_index": 481, "tasks": ["task_stack_basket"], "length": 881} +{"episode_index": 482, "tasks": ["task_stack_basket"], "length": 1063} +{"episode_index": 483, "tasks": ["task_stack_basket"], "length": 1450} +{"episode_index": 484, "tasks": ["task_stack_basket"], "length": 980} +{"episode_index": 485, "tasks": ["task_stack_basket"], "length": 1126} +{"episode_index": 486, "tasks": ["task_stack_basket"], "length": 1251} +{"episode_index": 487, "tasks": ["task_stack_basket"], "length": 992} +{"episode_index": 488, "tasks": ["task_stack_basket"], "length": 1285} +{"episode_index": 489, "tasks": ["task_stack_basket"], "length": 1238} +{"episode_index": 490, "tasks": ["task_stack_basket"], "length": 1409} +{"episode_index": 491, "tasks": ["task_stack_basket"], "length": 1585} +{"episode_index": 492, "tasks": ["task_stack_basket"], "length": 1082} +{"episode_index": 493, "tasks": ["task_stack_basket"], "length": 1015} +{"episode_index": 494, "tasks": ["task_stack_basket"], "length": 1341} +{"episode_index": 495, "tasks": ["task_stack_basket"], "length": 975} +{"episode_index": 496, "tasks": ["task_stack_basket"], "length": 1157} +{"episode_index": 497, "tasks": ["task_stack_basket"], "length": 1092} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c5213c93958e4ecd2fb1415f2587dad7be2e61d4 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,498 @@ +{"episode_index": 0, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46563176380860627]], [[0.47176289598209226]], [[0.465033382211266]]], "std": [[[0.1386433769947013]], [[0.13571969931895575]], [[0.13733271189193194]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7843137254901961]], [[0.7843137254901961]], [[0.792156862745098]]], "mean": [[[0.47101630563111563]], [[0.47333785867429823]], [[0.4677651438947448]]], "std": [[[0.06669784293634105]], [[0.0651011827487655]], [[0.06938016320812829]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4761741884374173]], [[0.4759210644999811]], [[0.4718623968132532]]], "std": [[[0.10942101832924217]], [[0.10795082236899109]], [[0.11166563614244772]]], "count": [173]}, "states": {"min": [0.25762805342674255, 1.7467952966690063, -1.9532679319381714, -1.3377948999404907, -2.196723699569702, -1.5674278736114502, 0.41109487414360046, 0.0, -0.003951000049710274, 0.2828789949417114, -0.28733599185943604, -0.40857258439064026, -0.6795061826705933, -0.4927672743797302, -0.6766156554222107, -0.8164824843406677, -2.0525596141815186, 0.6417052149772644, -0.136537104845047, 0.30051082372665405, 0.17580701410770416, -2.72381329536438, 24.0, -0.34692201018333435, 0.27702200412750244, -0.2949430048465729, -0.4998784065246582, -0.5204688906669617, -0.490807443857193, -0.6437520980834961], "max": [0.8615818619728088, 2.0462589263916016, -1.2935856580734253, -0.22558382153511047, 0.1489114910364151, -0.8270940780639648, 1.8592644929885864, 754.0, 0.26370498538017273, 0.3743410110473633, -0.15815499424934387, 0.411796897649765, 0.9509363770484924, 0.4544668197631836, 0.6853244304656982, 0.0524296909570694, -2.009502410888672, 1.743043065071106, 1.7238967418670654, 2.766765832901001, 1.6431752443313599, -0.2529505789279938, 912.0, -0.03412200137972832, 0.3948970139026642, -0.0650859996676445, 0.5380778312683105, 0.9896060824394226, 0.594347357749939, 0.6873230934143066], "mean": [0.46460938453674316, 2.0094046592712402, -1.58426034450531, -0.532263994216919, -1.0466052293777466, -1.094627857208252, 0.9750284552574158, 475.14373779296875, 0.15653707087039948, 0.3365779519081116, -0.22971804440021515, -0.12733040750026703, 0.6534642577171326, -0.15435808897018433, -0.3800336718559265, -0.4614467918872833, -2.04099178314209, 1.0103851556777954, 0.36262398958206177, 1.2117338180541992, 1.3243235349655151, -1.0426199436187744, 667.1240844726562, -0.22466474771499634, 0.3272761106491089, -0.2114272117614746, -0.09692314267158508, 0.42176946997642517, 0.22883257269859314, 0.21748872101306915], "std": [0.16814292967319489, 0.057132214307785034, 0.20579852163791656, 0.3109377920627594, 0.6548472046852112, 0.18347163498401642, 0.4606264531612396, 214.4394073486328, 0.0845317393541336, 0.021891705691814423, 0.031227566301822662, 0.2168695032596588, 0.413372665643692, 0.2504242956638336, 0.3284778296947479, 0.19782988727092743, 0.005330570042133331, 0.3512248396873474, 0.5639196634292603, 0.8567211627960205, 0.24581143260002136, 0.8630528450012207, 279.3247375488281, 0.08421113342046738, 0.0314212404191494, 0.05438445135951042, 0.35355401039123535, 0.4668113887310028, 0.3884800672531128, 0.468209832906723], "count": [967]}, "actions": {"min": [0.25762805342674255, 1.7467952966690063, -1.9532679319381714, -1.3377948999404907, -2.196723699569702, -1.5674278736114502, 0.41109487414360046, 0.0, -0.003951000049710274, 0.2828789949417114, -0.28733599185943604, -0.40857258439064026, -0.6795061826705933, -0.4927672743797302, -0.6766156554222107, -0.8164824843406677, -2.0525596141815186, 0.6417052149772644, -0.136537104845047, 0.30051082372665405, 0.17580701410770416, -2.72381329536438, 24.0, -0.34692201018333435, 0.27702200412750244, -0.2949430048465729, -0.4998784065246582, -0.5204688906669617, -0.490807443857193, -0.6437520980834961], "max": [0.8615818619728088, 2.0462589263916016, -1.2935856580734253, -0.22558382153511047, 0.1489114910364151, -0.8270940780639648, 1.8592644929885864, 754.0, 0.26370498538017273, 0.3743410110473633, -0.15815499424934387, 0.411796897649765, 0.9509363770484924, 0.4544668197631836, 0.6853244304656982, 0.0524296909570694, -2.009502410888672, 1.743043065071106, 1.7238967418670654, 2.766765832901001, 1.6431752443313599, -0.2529505789279938, 912.0, -0.03412200137972832, 0.3948970139026642, -0.0650859996676445, 0.5380778312683105, 0.9896060824394226, 0.594347357749939, 0.6873230934143066], "mean": [0.46460938453674316, 2.0094046592712402, -1.58426034450531, -0.532263994216919, -1.0466052293777466, -1.094627857208252, 0.9750284552574158, 475.14373779296875, 0.15653707087039948, 0.3365779519081116, -0.22971804440021515, -0.12733040750026703, 0.6534642577171326, -0.15435808897018433, -0.3800336718559265, -0.4614467918872833, -2.04099178314209, 1.0103851556777954, 0.36262398958206177, 1.2117338180541992, 1.3243235349655151, -1.0426199436187744, 667.1240844726562, -0.22466474771499634, 0.3272761106491089, -0.2114272117614746, -0.09692314267158508, 0.42176946997642517, 0.22883257269859314, 0.21748872101306915], "std": [0.16814292967319489, 0.057132214307785034, 0.20579852163791656, 0.3109377920627594, 0.6548472046852112, 0.18347163498401642, 0.4606264531612396, 214.4394073486328, 0.0845317393541336, 0.021891705691814423, 0.031227566301822662, 0.2168695032596588, 0.413372665643692, 0.2504242956638336, 0.3284778296947479, 0.19782988727092743, 0.005330570042133331, 0.3512248396873474, 0.5639196634292603, 0.8567211627960205, 0.24581143260002136, 0.8630528450012207, 279.3247375488281, 0.08421113342046738, 0.0314212404191494, 0.05438445135951042, 0.35355401039123535, 0.4668113887310028, 0.3884800672531128, 0.468209832906723], "count": [967]}, "next.done": {"min": [false], "max": [true], "mean": [0.001034126163391934], "std": [0.032141200140475806], "count": [967]}, "timestamp": {"min": [0.0], "max": [38.64], "mean": [19.320000000000004], "std": [11.165948235595577], "count": [967]}, "frame_index": {"min": [0], "max": [966], "mean": [483.0], "std": [279.14870588988947], "count": [967]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [967]}, "index": {"min": [0], "max": [966], "mean": [483.0], "std": [279.14870588988947], "count": [967]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [967]}}} +{"episode_index": 1, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4750076838463505]], [[0.4802462664767956]], [[0.4755529128783729]]], "std": [[[0.11090566507105876]], [[0.11164077372831452]], [[0.11191641882254305]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6705882352941176]], [[0.6745098039215687]]], "mean": [[[0.47529944978456934]], [[0.47645212714974255]], [[0.4707475376090846]]], "std": [[[0.05460984116920355]], [[0.05634653551145435]], [[0.06261741812010961]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4760939017599591]], [[0.47607827276627596]], [[0.47180955722605616]]], "std": [[[0.0850783121863915]], [[0.08681908565980027]], [[0.09187733131957487]]], "count": [179]}, "states": {"min": [0.10121164470911026, 1.7693450450897217, 0.16826719045639038, -0.09339256584644318, -2.8965134620666504, -1.3975374698638916, -2.6342430114746094, 0.0, -0.023370999842882156, 0.31891998648643494, -0.27687200903892517, -0.4720178544521332, -0.649851381778717, -0.5309751629829407, -0.6562753915786743, -0.7746469378471375, -2.051861524581909, 0.9311157464981079, 0.07810348272323608, 0.018849557265639305, 0.45785221457481384, -1.9671955108642578, 46.0, -0.32362499833106995, 0.2937059998512268, -0.2800540030002594, -0.46821701526641846, 0.3970101773738861, -0.0505656898021698, 0.22638431191444397], "max": [0.9558296203613281, 2.0295212268829346, 1.9863591194152832, 1.5077550411224365, -0.42329469323158264, 1.3762619495391846, 0.870448112487793, 828.0, 0.28773999214172363, 0.37202000617980957, -0.134210005402565, 0.485019713640213, 0.9628550410270691, 0.5691852569580078, 0.6663972735404968, -0.0504051111638546, -1.8717784881591797, 1.545785903930664, 1.284178376197815, 2.5039193630218506, 1.4930070638656616, -0.4478165805339813, 897.0, -0.06168000027537346, 0.4166960120201111, -0.12691299617290497, -0.0681692510843277, 0.961758553981781, 0.5541092157363892, 0.6319316625595093], "mean": [0.43811681866645813, 2.00044846534729, 0.9625422954559326, 0.6563590168952942, -2.5663936138153076, -0.36616358160972595, -0.07589200884103775, 417.1391906738281, 0.14550016820430756, 0.3436721861362457, -0.21998608112335205, 0.0368758924305439, 0.35406526923179626, 0.06210217997431755, -0.07936529070138931, -0.3954908549785614, -2.035817861557007, 1.3225116729736328, 0.43929800391197205, 0.9153442978858948, 1.2205802202224731, -0.9396553635597229, 584.9871826171875, -0.22974514961242676, 0.331779807806015, -0.21748042106628418, -0.32190456986427307, 0.6242524981498718, 0.36877501010894775, 0.4955747425556183], "std": [0.2836310863494873, 0.04362204298377037, 0.4938088059425354, 0.4663252830505371, 0.4958318769931793, 0.8771885633468628, 0.8386083245277405, 184.2737274169922, 0.08797711133956909, 0.01185427326709032, 0.03195056691765785, 0.3194434344768524, 0.6369326710700989, 0.3463549315929413, 0.4852150082588196, 0.21710173785686493, 0.019373256713151932, 0.1022825837135315, 0.3891267776489258, 0.9432883858680725, 0.14766396582126617, 0.576577365398407, 263.6799621582031, 0.08465637266635895, 0.0416802279651165, 0.038882747292518616, 0.15024623274803162, 0.21988198161125183, 0.18427681922912598, 0.14218631386756897], "count": [1013]}, "actions": {"min": [0.10121164470911026, 1.7693450450897217, 0.16826719045639038, -0.09339256584644318, -2.8965134620666504, -1.3975374698638916, -2.6342430114746094, 0.0, -0.023370999842882156, 0.31891998648643494, -0.27687200903892517, -0.4720178544521332, -0.649851381778717, -0.5309751629829407, -0.6562753915786743, -0.7746469378471375, -2.051861524581909, 0.9311157464981079, 0.07810348272323608, 0.018849557265639305, 0.45785221457481384, -1.9671955108642578, 46.0, -0.32362499833106995, 0.2937059998512268, -0.2800540030002594, -0.46821701526641846, 0.3970101773738861, -0.0505656898021698, 0.22638431191444397], "max": [0.9558296203613281, 2.0295212268829346, 1.9863591194152832, 1.5077550411224365, -0.42329469323158264, 1.3762619495391846, 0.870448112487793, 828.0, 0.28773999214172363, 0.37202000617980957, -0.134210005402565, 0.485019713640213, 0.9628550410270691, 0.5691852569580078, 0.6663972735404968, -0.0504051111638546, -1.8717784881591797, 1.545785903930664, 1.284178376197815, 2.5039193630218506, 1.4930070638656616, -0.4478165805339813, 897.0, -0.06168000027537346, 0.4166960120201111, -0.12691299617290497, -0.0681692510843277, 0.961758553981781, 0.5541092157363892, 0.6319316625595093], "mean": [0.43811681866645813, 2.00044846534729, 0.9625422954559326, 0.6563590168952942, -2.5663936138153076, -0.36616358160972595, -0.07589200884103775, 417.1391906738281, 0.14550016820430756, 0.3436721861362457, -0.21998608112335205, 0.0368758924305439, 0.35406526923179626, 0.06210217997431755, -0.07936529070138931, -0.3954908549785614, -2.035817861557007, 1.3225116729736328, 0.43929800391197205, 0.9153442978858948, 1.2205802202224731, -0.9396553635597229, 584.9871826171875, -0.22974514961242676, 0.331779807806015, -0.21748042106628418, -0.32190456986427307, 0.6242524981498718, 0.36877501010894775, 0.4955747425556183], "std": [0.2836310863494873, 0.04362204298377037, 0.4938088059425354, 0.4663252830505371, 0.4958318769931793, 0.8771885633468628, 0.8386083245277405, 184.2737274169922, 0.08797711133956909, 0.01185427326709032, 0.03195056691765785, 0.3194434344768524, 0.6369326710700989, 0.3463549315929413, 0.4852150082588196, 0.21710173785686493, 0.019373256713151932, 0.1022825837135315, 0.3891267776489258, 0.9432883858680725, 0.14766396582126617, 0.576577365398407, 263.6799621582031, 0.08465637266635895, 0.0416802279651165, 0.038882747292518616, 0.15024623274803162, 0.21988198161125183, 0.18427681922912598, 0.14218631386756897], "count": [1013]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009871668311944718], "std": [0.031403699349628555], "count": [1013]}, "timestamp": {"min": [0.0], "max": [40.48], "mean": [20.24], "std": [11.69711075437007], "count": [1013]}, "frame_index": {"min": [0], "max": [1012], "mean": [506.0], "std": [292.4277688592518], "count": [1013]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1013]}, "index": {"min": [967], "max": [1979], "mean": [1473.0], "std": [292.4277688592518], "count": [1013]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1013]}}} +{"episode_index": 2, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4719136637175195]], [[0.4757913139646102]], [[0.4717426400844891]]], "std": [[[0.13407068853805973]], [[0.13489758455825288]], [[0.13448434458990055]]], "count": [205]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.4795201109915511]], [[0.48080842399968116]], [[0.47415817989797543]]], "std": [[[0.08961066317581119]], [[0.08899278393986763]], [[0.09360036907537707]]], "count": [205]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.473706248007333]], [[0.4751639367128966]], [[0.4699124262713215]]], "std": [[[0.11508694028984776]], [[0.11559364688239646]], [[0.11871806609252421]]], "count": [205]}, "states": {"min": [0.4767192304134369, 1.970389485359192, 0.19624483585357666, -0.09112364798784256, -2.8953616619110107, -1.2649972438812256, 0.02897246740758419, 1.0, 0.012736000120639801, 0.336775004863739, -0.2824830114841461, -0.4384227693080902, -0.6015384197235107, -0.4150834381580353, -0.6205302476882935, -0.8214915990829468, -2.058162212371826, 0.7935140132904053, -0.1442514806985855, 0.41713371872901917, 0.892125129699707, -1.6805601119995117, 37.0, -0.2563270032405853, 0.31663599610328674, -0.28750699758529663, -0.44086402654647827, 0.5138089656829834, -0.2163015455007553, 0.19421923160552979], "max": [0.9301557540893555, 2.0375497341156006, 0.8145800828933716, 0.38667771220207214, -2.2686314582824707, -0.6161710619926453, 0.8480380773544312, 882.0, 0.1723719984292984, 0.40706300735473633, -0.21461400389671326, 0.3814838230609894, 0.8783656358718872, 0.38144516944885254, 0.6023961901664734, -0.30026644468307495, -1.9899895191192627, 1.46878182888031, 1.2209277153015137, 2.5856356620788574, 1.571529507637024, -0.2629687488079071, 908.0, -0.08872199803590775, 0.40995100140571594, -0.13121899962425232, -0.08166597038507462, 0.9738867282867432, 0.5109826922416687, 0.6048996448516846], "mean": [0.7360934615135193, 2.0192251205444336, 0.5794098973274231, 0.23936425149440765, -2.8639416694641113, -0.7856706380844116, 0.6587704420089722, 457.8196716308594, 0.08928509801626205, 0.37850597500801086, -0.2508900463581085, -0.19395886361598969, 0.7603282332420349, -0.2789843678474426, -0.5161190629005432, -0.5639699697494507, -2.042145013809204, 1.1899807453155518, 0.3778685927391052, 1.2724508047103882, 1.1841808557510376, -0.7393068075180054, 513.317626953125, -0.1783551424741745, 0.364229679107666, -0.22251839935779572, -0.286442369222641, 0.7463699579238892, 0.21267259120941162, 0.45267266035079956], "std": [0.09922589361667633, 0.008702410385012627, 0.21560049057006836, 0.10143280774354935, 0.10822451114654541, 0.1503007858991623, 0.13014920055866241, 283.8103332519531, 0.049622807651758194, 0.021715223789215088, 0.01447321567684412, 0.0723448395729065, 0.11055698990821838, 0.1277160942554474, 0.07938418537378311, 0.12201603502035141, 0.007667230442166328, 0.21284595131874084, 0.4410652816295624, 0.783450186252594, 0.18319834768772125, 0.42063087224960327, 308.3157043457031, 0.04935454577207565, 0.025176869705319405, 0.04371591657400131, 0.1067652776837349, 0.15638498961925507, 0.23771101236343384, 0.13557183742523193], "count": [1209]}, "actions": {"min": [0.4767192304134369, 1.970389485359192, 0.19624483585357666, -0.09112364798784256, -2.8953616619110107, -1.2649972438812256, 0.02897246740758419, 1.0, 0.012736000120639801, 0.336775004863739, -0.2824830114841461, -0.4384227693080902, -0.6015384197235107, -0.4150834381580353, -0.6205302476882935, -0.8214915990829468, -2.058162212371826, 0.7935140132904053, -0.1442514806985855, 0.41713371872901917, 0.892125129699707, -1.6805601119995117, 37.0, -0.2563270032405853, 0.31663599610328674, -0.28750699758529663, -0.44086402654647827, 0.5138089656829834, -0.2163015455007553, 0.19421923160552979], "max": [0.9301557540893555, 2.0375497341156006, 0.8145800828933716, 0.38667771220207214, -2.2686314582824707, -0.6161710619926453, 0.8480380773544312, 882.0, 0.1723719984292984, 0.40706300735473633, -0.21461400389671326, 0.3814838230609894, 0.8783656358718872, 0.38144516944885254, 0.6023961901664734, -0.30026644468307495, -1.9899895191192627, 1.46878182888031, 1.2209277153015137, 2.5856356620788574, 1.571529507637024, -0.2629687488079071, 908.0, -0.08872199803590775, 0.40995100140571594, -0.13121899962425232, -0.08166597038507462, 0.9738867282867432, 0.5109826922416687, 0.6048996448516846], "mean": [0.7360934615135193, 2.0192251205444336, 0.5794098973274231, 0.23936425149440765, -2.8639416694641113, -0.7856706380844116, 0.6587704420089722, 457.8196716308594, 0.08928509801626205, 0.37850597500801086, -0.2508900463581085, -0.19395886361598969, 0.7603282332420349, -0.2789843678474426, -0.5161190629005432, -0.5639699697494507, -2.042145013809204, 1.1899807453155518, 0.3778685927391052, 1.2724508047103882, 1.1841808557510376, -0.7393068075180054, 513.317626953125, -0.1783551424741745, 0.364229679107666, -0.22251839935779572, -0.286442369222641, 0.7463699579238892, 0.21267259120941162, 0.45267266035079956], "std": [0.09922589361667633, 0.008702410385012627, 0.21560049057006836, 0.10143280774354935, 0.10822451114654541, 0.1503007858991623, 0.13014920055866241, 283.8103332519531, 0.049622807651758194, 0.021715223789215088, 0.01447321567684412, 0.0723448395729065, 0.11055698990821838, 0.1277160942554474, 0.07938418537378311, 0.12201603502035141, 0.007667230442166328, 0.21284595131874084, 0.4410652816295624, 0.783450186252594, 0.18319834768772125, 0.42063087224960327, 308.3157043457031, 0.04935454577207565, 0.025176869705319405, 0.04371591657400131, 0.1067652776837349, 0.15638498961925507, 0.23771101236343384, 0.13557183742523193], "count": [1209]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008271298593879239], "std": [0.028747968894926], "count": [1209]}, "timestamp": {"min": [0.0], "max": [48.32], "mean": [24.160000000000004], "std": [13.960324733567864], "count": [1209]}, "frame_index": {"min": [0], "max": [1208], "mean": [604.0], "std": [349.00811833919664], "count": [1209]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [1209]}, "index": {"min": [1980], "max": [3188], "mean": [2584.0], "std": [349.00811833919664], "count": [1209]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1209]}}} +{"episode_index": 3, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4670611688640973]], [[0.47422377169258506]], [[0.4679472566325381]]], "std": [[[0.15028376527018938]], [[0.14864299773798328]], [[0.14992093357334096]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4729897584033613]], [[0.4724573915773206]], [[0.4673659225184327]]], "std": [[[0.0747247658120297]], [[0.07065208914726387]], [[0.07267462153923532]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46929317890949485]], [[0.4706870130236003]], [[0.4672073704481793]]], "std": [[[0.1145721384648485]], [[0.1131595073328217]], [[0.11553904339361633]]], "count": [203]}, "states": {"min": [0.4295080900192261, 1.8284244537353516, -1.8668041229248047, -0.5035973191261292, -1.5280358791351318, -1.292346477508545, 0.239633709192276, 6.0, 0.02995000034570694, 0.31758400797843933, -0.27064698934555054, -0.3569471538066864, -0.6658110022544861, -0.43855002522468567, -0.6647994518280029, -0.860988438129425, -2.0582668781280518, 0.6871361136436462, -0.20408134162425995, 0.3614402413368225, 0.8550891280174255, -2.346543073654175, 39.0, -0.2872540056705475, 0.32860898971557617, -0.2845900058746338, -0.49958518147468567, 0.40651047229766846, -0.20765067636966705, 0.08741936832666397], "max": [0.8360825181007385, 2.050848960876465, -0.9524959921836853, 0.08182103931903839, -0.3214024007320404, -0.8733277916908264, 1.3672386407852173, 892.0, 0.2446260005235672, 0.4018239974975586, -0.1767289936542511, 0.49973374605178833, 0.9222461581230164, 0.45246395468711853, 0.6671398878097534, -0.3217165768146515, -1.815317153930664, 1.6914160251617432, 1.4424099922180176, 2.873178482055664, 1.6026486158370972, -0.29279643297195435, 911.0, -0.030410999432206154, 0.40829700231552124, -0.09998500347137451, 0.007176348939538002, 0.9740942716598511, 0.5755388736724854, 0.7001768946647644], "mean": [0.612930417060852, 2.009533643722534, -1.515729546546936, -0.3260386884212494, -0.9872588515281677, -1.0404378175735474, 1.0489150285720825, 482.0091857910156, 0.13330724835395813, 0.3722017705440521, -0.22401726245880127, -0.04486222565174103, 0.5193524956703186, -0.14099770784378052, -0.326029896736145, -0.6105054020881653, -2.0329344272613525, 1.0188167095184326, 0.40803077816963196, 1.4885410070419312, 1.2412101030349731, -1.1479591131210327, 655.742919921875, -0.17735719680786133, 0.3680439591407776, -0.2078154981136322, -0.20850491523742676, 0.6892314553260803, 0.33089351654052734, 0.46216055750846863], "std": [0.12245646119117737, 0.050075676292181015, 0.17855149507522583, 0.09133132547140121, 0.3900531828403473, 0.0909203290939331, 0.24029280245304108, 243.2508087158203, 0.06409157067537308, 0.022090444341301918, 0.016070622950792313, 0.184925839304924, 0.535420298576355, 0.27802109718322754, 0.4515713155269623, 0.14197781682014465, 0.03231184929609299, 0.28986790776252747, 0.5061701536178589, 0.7668011784553528, 0.15648163855075836, 0.5881366729736328, 308.21405029296875, 0.07101137936115265, 0.017188988626003265, 0.049489427357912064, 0.12611177563667297, 0.19303053617477417, 0.26389747858047485, 0.18867194652557373], "count": [1198]}, "actions": {"min": [0.4295080900192261, 1.8284244537353516, -1.8668041229248047, -0.5035973191261292, -1.5280358791351318, -1.292346477508545, 0.239633709192276, 6.0, 0.02995000034570694, 0.31758400797843933, -0.27064698934555054, -0.3569471538066864, -0.6658110022544861, -0.43855002522468567, -0.6647994518280029, -0.860988438129425, -2.0582668781280518, 0.6871361136436462, -0.20408134162425995, 0.3614402413368225, 0.8550891280174255, -2.346543073654175, 39.0, -0.2872540056705475, 0.32860898971557617, -0.2845900058746338, -0.49958518147468567, 0.40651047229766846, -0.20765067636966705, 0.08741936832666397], "max": [0.8360825181007385, 2.050848960876465, -0.9524959921836853, 0.08182103931903839, -0.3214024007320404, -0.8733277916908264, 1.3672386407852173, 892.0, 0.2446260005235672, 0.4018239974975586, -0.1767289936542511, 0.49973374605178833, 0.9222461581230164, 0.45246395468711853, 0.6671398878097534, -0.3217165768146515, -1.815317153930664, 1.6914160251617432, 1.4424099922180176, 2.873178482055664, 1.6026486158370972, -0.29279643297195435, 911.0, -0.030410999432206154, 0.40829700231552124, -0.09998500347137451, 0.007176348939538002, 0.9740942716598511, 0.5755388736724854, 0.7001768946647644], "mean": [0.612930417060852, 2.009533643722534, -1.515729546546936, -0.3260386884212494, -0.9872588515281677, -1.0404378175735474, 1.0489150285720825, 482.0091857910156, 0.13330724835395813, 0.3722017705440521, -0.22401726245880127, -0.04486222565174103, 0.5193524956703186, -0.14099770784378052, -0.326029896736145, -0.6105054020881653, -2.0329344272613525, 1.0188167095184326, 0.40803077816963196, 1.4885410070419312, 1.2412101030349731, -1.1479591131210327, 655.742919921875, -0.17735719680786133, 0.3680439591407776, -0.2078154981136322, -0.20850491523742676, 0.6892314553260803, 0.33089351654052734, 0.46216055750846863], "std": [0.12245646119117737, 0.050075676292181015, 0.17855149507522583, 0.09133132547140121, 0.3900531828403473, 0.0909203290939331, 0.24029280245304108, 243.2508087158203, 0.06409157067537308, 0.022090444341301918, 0.016070622950792313, 0.184925839304924, 0.535420298576355, 0.27802109718322754, 0.4515713155269623, 0.14197781682014465, 0.03231184929609299, 0.28986790776252747, 0.5061701536178589, 0.7668011784553528, 0.15648163855075836, 0.5881366729736328, 308.21405029296875, 0.07101137936115265, 0.017188988626003265, 0.049489427357912064, 0.12611177563667297, 0.19303053617477417, 0.26389747858047485, 0.18867194652557373], "count": [1198]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008347245409015025], "std": [0.02887953905176326], "count": [1198]}, "timestamp": {"min": [0.0], "max": [47.88], "mean": [23.94], "std": [13.83330763049821], "count": [1198]}, "frame_index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [1198]}, "index": {"min": [3189], "max": [4386], "mean": [3787.5], "std": [345.83269076245523], "count": [1198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}}} +{"episode_index": 4, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.46400723974328684]], [[0.4701838776675329]], [[0.46457433164028666]]], "std": [[[0.14875525721580762]], [[0.14608989119281568]], [[0.14754449481878879]]], "count": [166]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4611947520474053]], [[0.46816428458933773]], [[0.4619710902433262]]], "std": [[[0.09197832645435379]], [[0.09031951940892397]], [[0.09360424102587937]]], "count": [166]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4720144413438066]], [[0.4719109944680684]], [[0.47074996308764466]]], "std": [[[0.1101501530882842]], [[0.10701939969879926]], [[0.10904198853544096]]], "count": [166]}, "states": {"min": [0.3225543200969696, 1.9201239347457886, -1.4805454015731812, -0.34981635212898254, -1.8133273124694824, -1.3860357999801636, 0.15137241780757904, -1.0, 0.06608299911022186, 0.2880139946937561, -0.2875550091266632, -0.4851018488407135, -0.5520560145378113, -0.48378753662109375, -0.600043773651123, -0.9800896644592285, -2.059890031814575, 0.9623571634292603, 0.05503023415803909, 0.1315978318452835, 0.7951371073722839, -2.516817331314087, 5.0, -0.24046100676059723, 0.33455199003219604, -0.25042200088500977, -0.38237035274505615, 0.45953819155693054, -0.031227437779307365, 0.1103256568312645], "max": [0.7792720198631287, 2.044792890548706, -0.8466767072677612, 0.032131511718034744, -0.34180527925491333, -0.9576971530914307, 1.0273183584213257, 884.0, 0.2828269898891449, 0.4125489890575409, -0.20404699444770813, 0.49277475476264954, 0.876428484916687, 0.5079426169395447, 0.5553961992263794, -0.29302331805229187, -1.8442370891571045, 1.6935279369354248, 1.3048431873321533, 2.742889642715454, 1.659354329109192, -0.641670286655426, 889.0, -0.006004000082612038, 0.4397920072078705, -0.1143689975142479, 0.0854516550898552, 0.9765326976776123, 0.5186111330986023, 0.7181949019432068], "mean": [0.5798514485359192, 2.0178515911102295, -1.144129991531372, -0.20978157222270966, -1.0048744678497314, -1.1167441606521606, 0.7347477078437805, 607.5772094726562, 0.19046592712402344, 0.37018999457359314, -0.22670632600784302, 0.02772779017686844, 0.35630282759666443, -0.015199307352304459, -0.1977335661649704, -0.6461279988288879, -2.031688928604126, 1.3549307584762573, 0.6343854665756226, 1.5364593267440796, 1.2453160285949707, -1.4743233919143677, 570.047119140625, -0.13622057437896729, 0.3779517710208893, -0.1813672035932541, -0.13481909036636353, 0.767081081867218, 0.25846511125564575, 0.44708141684532166], "std": [0.10314138978719711, 0.02503194846212864, 0.14568732678890228, 0.14061623811721802, 0.5169296264648438, 0.09810096770524979, 0.3147399127483368, 258.9684753417969, 0.06802881509065628, 0.03196416795253754, 0.016964685171842575, 0.31949418783187866, 0.5949087142944336, 0.35491010546684265, 0.5009946227073669, 0.1874449998140335, 0.034877195954322815, 0.20355674624443054, 0.31486156582832336, 0.8801432847976685, 0.1645001769065857, 0.5928218364715576, 267.1574401855469, 0.07237210869789124, 0.020337415859103203, 0.028714869171380997, 0.15315262973308563, 0.19294624030590057, 0.17659088969230652, 0.18669846653938293], "count": [913]}, "actions": {"min": [0.3225543200969696, 1.9201239347457886, -1.4805454015731812, -0.34981635212898254, -1.8133273124694824, -1.3860357999801636, 0.15137241780757904, -1.0, 0.06608299911022186, 0.2880139946937561, -0.2875550091266632, -0.4851018488407135, -0.5520560145378113, -0.48378753662109375, -0.600043773651123, -0.9800896644592285, -2.059890031814575, 0.9623571634292603, 0.05503023415803909, 0.1315978318452835, 0.7951371073722839, -2.516817331314087, 5.0, -0.24046100676059723, 0.33455199003219604, -0.25042200088500977, -0.38237035274505615, 0.45953819155693054, -0.031227437779307365, 0.1103256568312645], "max": [0.7792720198631287, 2.044792890548706, -0.8466767072677612, 0.032131511718034744, -0.34180527925491333, -0.9576971530914307, 1.0273183584213257, 884.0, 0.2828269898891449, 0.4125489890575409, -0.20404699444770813, 0.49277475476264954, 0.876428484916687, 0.5079426169395447, 0.5553961992263794, -0.29302331805229187, -1.8442370891571045, 1.6935279369354248, 1.3048431873321533, 2.742889642715454, 1.659354329109192, -0.641670286655426, 889.0, -0.006004000082612038, 0.4397920072078705, -0.1143689975142479, 0.0854516550898552, 0.9765326976776123, 0.5186111330986023, 0.7181949019432068], "mean": [0.5798514485359192, 2.0178515911102295, -1.144129991531372, -0.20978157222270966, -1.0048744678497314, -1.1167441606521606, 0.7347477078437805, 607.5772094726562, 0.19046592712402344, 0.37018999457359314, -0.22670632600784302, 0.02772779017686844, 0.35630282759666443, -0.015199307352304459, -0.1977335661649704, -0.6461279988288879, -2.031688928604126, 1.3549307584762573, 0.6343854665756226, 1.5364593267440796, 1.2453160285949707, -1.4743233919143677, 570.047119140625, -0.13622057437896729, 0.3779517710208893, -0.1813672035932541, -0.13481909036636353, 0.767081081867218, 0.25846511125564575, 0.44708141684532166], "std": [0.10314138978719711, 0.02503194846212864, 0.14568732678890228, 0.14061623811721802, 0.5169296264648438, 0.09810096770524979, 0.3147399127483368, 258.9684753417969, 0.06802881509065628, 0.03196416795253754, 0.016964685171842575, 0.31949418783187866, 0.5949087142944336, 0.35491010546684265, 0.5009946227073669, 0.1874449998140335, 0.034877195954322815, 0.20355674624443054, 0.31486156582832336, 0.8801432847976685, 0.1645001769065857, 0.5928218364715576, 267.1574401855469, 0.07237210869789124, 0.020337415859103203, 0.028714869171380997, 0.15315262973308563, 0.19294624030590057, 0.17659088969230652, 0.18669846653938293], "count": [913]}, "next.done": {"min": [false], "max": [true], "mean": [0.001095290251916758], "std": [0.03307704024215005], "count": [913]}, "timestamp": {"min": [0.0], "max": [36.48], "mean": [18.240000000000002], "std": [10.542409591739451], "count": [913]}, "frame_index": {"min": [0], "max": [912], "mean": [456.0], "std": [263.5602397934863], "count": [913]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [913]}, "index": {"min": [4387], "max": [5299], "mean": [4843.0], "std": [263.5602397934863], "count": [913]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [913]}}} +{"episode_index": 5, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4772109474962825]], [[0.48129934813431546]], [[0.47761181355258153]]], "std": [[[0.13099886712435593]], [[0.13161169517318153]], [[0.13141437869803693]]], "count": [189]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4697813710360687]], [[0.4751609855361898]], [[0.46943185345125704]]], "std": [[[0.09955167214983474]], [[0.09548225091316602]], [[0.09753263550856571]]], "count": [189]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.47474101631393295]], [[0.4761760264290901]], [[0.47150975637168446]]], "std": [[[0.11508388974480213]], [[0.11607432508964875]], [[0.11916322180104053]]], "count": [189]}, "states": {"min": [0.5532868504524231, 2.000042676925659, -0.7524637579917908, -0.2760063707828522, -2.1154439449310303, -1.3610601425170898, 0.17664478719234467, 4.0, 0.045708999037742615, 0.3405199944972992, -0.2733969986438751, -0.41979098320007324, -0.6072760820388794, -0.4691452085971832, -0.6239830255508423, -0.8037241697311401, -2.0568881034851074, 0.027314404025673866, -0.17954200506210327, 0.2733360230922699, 0.8098328709602356, -1.7808468341827393, 39.0, -0.2818720042705536, 0.3502129912376404, -0.2677310109138489, -0.41335710883140564, 0.4728436768054962, -0.15434229373931885, 0.22432923316955566], "max": [1.031803846359253, 2.0435361862182617, -0.058136917650699615, 0.11051424592733383, -1.2056211233139038, -0.8266403079032898, 1.0677051544189453, 894.0, 0.21752800047397614, 0.42321398854255676, -0.18457600474357605, 0.47948938608169556, 0.893853485584259, 0.46509507298469543, 0.6135307550430298, -0.3836233913898468, -2.0203232765197754, 1.4559013843536377, 1.2799023389816284, 2.5080032348632812, 1.399562120437622, -0.2790781557559967, 897.0, -0.058938998728990555, 0.4266839921474457, -0.13030500710010529, -0.15199780464172363, 0.9303750395774841, 0.5482715964317322, 0.6328787803649902], "mean": [0.8027905225753784, 2.0205044746398926, -0.5181611180305481, -0.05513319745659828, -1.94102144241333, -1.022836685180664, 0.9185126423835754, 599.8963012695312, 0.1253938525915146, 0.39006343483924866, -0.23494206368923187, -0.12087731063365936, 0.732422411441803, -0.2425428181886673, -0.4632517695426941, -0.6306572556495667, -2.0440516471862793, 0.9075173735618591, 0.37714478373527527, 1.5217376947402954, 1.0067471265792847, -0.8586485981941223, 564.428466796875, -0.16122518479824066, 0.3929643929004669, -0.2179582118988037, -0.2681920528411865, 0.74365234375, 0.27203744649887085, 0.4539293348789215], "std": [0.11826041340827942, 0.009850484319031239, 0.15835639834403992, 0.10281166434288025, 0.1813257932662964, 0.1168806403875351, 0.18360038101673126, 319.9573974609375, 0.04963993653655052, 0.020443277433514595, 0.018855860456824303, 0.1362711787223816, 0.28041934967041016, 0.16246426105499268, 0.22785530984401703, 0.12465071678161621, 0.004608407150954008, 0.5362266302108765, 0.4599113166332245, 0.5563581585884094, 0.1555738002061844, 0.47289514541625977, 292.0660705566406, 0.05786633491516113, 0.017183642834424973, 0.03585594519972801, 0.07430750876665115, 0.14616481959819794, 0.23400163650512695, 0.11556647717952728], "count": [1090]}, "actions": {"min": [0.5532868504524231, 2.000042676925659, -0.7524637579917908, -0.2760063707828522, -2.1154439449310303, -1.3610601425170898, 0.17664478719234467, 4.0, 0.045708999037742615, 0.3405199944972992, -0.2733969986438751, -0.41979098320007324, -0.6072760820388794, -0.4691452085971832, -0.6239830255508423, -0.8037241697311401, -2.0568881034851074, 0.027314404025673866, -0.17954200506210327, 0.2733360230922699, 0.8098328709602356, -1.7808468341827393, 39.0, -0.2818720042705536, 0.3502129912376404, -0.2677310109138489, -0.41335710883140564, 0.4728436768054962, -0.15434229373931885, 0.22432923316955566], "max": [1.031803846359253, 2.0435361862182617, -0.058136917650699615, 0.11051424592733383, -1.2056211233139038, -0.8266403079032898, 1.0677051544189453, 894.0, 0.21752800047397614, 0.42321398854255676, -0.18457600474357605, 0.47948938608169556, 0.893853485584259, 0.46509507298469543, 0.6135307550430298, -0.3836233913898468, -2.0203232765197754, 1.4559013843536377, 1.2799023389816284, 2.5080032348632812, 1.399562120437622, -0.2790781557559967, 897.0, -0.058938998728990555, 0.4266839921474457, -0.13030500710010529, -0.15199780464172363, 0.9303750395774841, 0.5482715964317322, 0.6328787803649902], "mean": [0.8027905225753784, 2.0205044746398926, -0.5181611180305481, -0.05513319745659828, -1.94102144241333, -1.022836685180664, 0.9185126423835754, 599.8963012695312, 0.1253938525915146, 0.39006343483924866, -0.23494206368923187, -0.12087731063365936, 0.732422411441803, -0.2425428181886673, -0.4632517695426941, -0.6306572556495667, -2.0440516471862793, 0.9075173735618591, 0.37714478373527527, 1.5217376947402954, 1.0067471265792847, -0.8586485981941223, 564.428466796875, -0.16122518479824066, 0.3929643929004669, -0.2179582118988037, -0.2681920528411865, 0.74365234375, 0.27203744649887085, 0.4539293348789215], "std": [0.11826041340827942, 0.009850484319031239, 0.15835639834403992, 0.10281166434288025, 0.1813257932662964, 0.1168806403875351, 0.18360038101673126, 319.9573974609375, 0.04963993653655052, 0.020443277433514595, 0.018855860456824303, 0.1362711787223816, 0.28041934967041016, 0.16246426105499268, 0.22785530984401703, 0.12465071678161621, 0.004608407150954008, 0.5362266302108765, 0.4599113166332245, 0.5563581585884094, 0.1555738002061844, 0.47289514541625977, 292.0660705566406, 0.05786633491516113, 0.017183642834424973, 0.03585594519972801, 0.07430750876665115, 0.14616481959819794, 0.23400163650512695, 0.11556647717952728], "count": [1090]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009174311926605505], "std": [0.030275229357798167], "count": [1090]}, "timestamp": {"min": [0.0], "max": [43.56], "mean": [21.78], "std": [12.586230571541268], "count": [1090]}, "frame_index": {"min": [0], "max": [1089], "mean": [544.5], "std": [314.65576428853166], "count": [1090]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [1090]}, "index": {"min": [5300], "max": [6389], "mean": [5844.5], "std": [314.65576428853166], "count": [1090]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1090]}}} +{"episode_index": 6, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.4768533732716194]], [[0.48004100753847356]], [[0.47770555523006014]]], "std": [[[0.1140149243337469]], [[0.11438120176292557]], [[0.11490147020873664]]], "count": [251]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4731395325560503]], [[0.4745048449990886]], [[0.4685255945173554]]], "std": [[[0.08992828291887817]], [[0.08994105663920131]], [[0.09415457558956138]]], "count": [251]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47795794518006407]], [[0.4768445214241075]], [[0.47302573366664064]]], "std": [[[0.08609653959159512]], [[0.08766925441612075]], [[0.09160536804151466]]], "count": [251]}, "states": {"min": [0.4953942596912384, 1.9925552606582642, -0.6719517707824707, -0.45036476850509644, -2.7597146034240723, -1.6305389404296875, 0.4910483956336975, 0.0, 0.04005499929189682, 0.3260830044746399, -0.27157700061798096, -0.45409804582595825, -0.6460157632827759, -0.5103614330291748, -0.6528487801551819, -0.8439888954162598, -2.0498194694519043, -0.05331980809569359, -0.18107791244983673, 0.2753431499004364, 1.053620457649231, -0.8567123413085938, 26.0, -0.29854801297187805, 0.27094799280166626, -0.29146701097488403, -0.4999808371067047, -0.6021336317062378, -0.4905891716480255, -0.6262177228927612], "max": [1.0190976858139038, 2.02950382232666, 0.25930356979370117, 0.11053171008825302, -1.6181296110153198, -0.5889613628387451, 1.0679495334625244, 871.0, 0.29996299743652344, 0.44113001227378845, -0.17315199971199036, 0.45477721095085144, 0.8894559144973755, 0.5486646294593811, 0.6678112745285034, -0.3047344982624054, -1.9644031524658203, 1.3161877393722534, 0.4000469148159027, 2.0157155990600586, 1.7012771368026733, -0.07707373797893524, 902.0, -0.09194300323724747, 0.3889150023460388, -0.17375700175762177, 0.6161803603172302, 0.8600712418556213, 0.5072652697563171, 0.646608829498291], "mean": [0.6989322304725647, 2.0139811038970947, -0.24075351655483246, -0.18989017605781555, -2.0712902545928955, -1.211092472076416, 0.9380210638046265, 430.0081787109375, 0.18124450743198395, 0.37369203567504883, -0.21651694178581238, 0.03962087258696556, 0.3438522219657898, -0.00814929697662592, -0.11961471289396286, -0.555536150932312, -2.029869794845581, 0.775780439376831, -0.027094678953289986, 1.1234102249145508, 1.3677297830581665, -0.3540056049823761, 450.0453796386719, -0.19657915830612183, 0.3320506811141968, -0.22929775714874268, -0.02514656074345112, 0.35931530594825745, -0.019606633111834526, 0.1711798459291458], "std": [0.1750272959470749, 0.008942426182329655, 0.30239927768707275, 0.13507340848445892, 0.32899853587150574, 0.20671872794628143, 0.11588428914546967, 306.7352600097656, 0.0812278762459755, 0.023319628089666367, 0.030214490368962288, 0.23545892536640167, 0.6410879492759705, 0.32384592294692993, 0.5426884889602661, 0.14192520081996918, 0.011828924529254436, 0.42347773909568787, 0.15443812310695648, 0.475268691778183, 0.18433049321174622, 0.18878351151943207, 314.07562255859375, 0.06470280885696411, 0.03162840008735657, 0.028956986963748932, 0.40793225169181824, 0.5369765162467957, 0.31912246346473694, 0.5328992605209351], "count": [1587]}, "actions": {"min": [0.4953942596912384, 1.9925552606582642, -0.6719517707824707, -0.45036476850509644, -2.7597146034240723, -1.6305389404296875, 0.4910483956336975, 0.0, 0.04005499929189682, 0.3260830044746399, -0.27157700061798096, -0.45409804582595825, -0.6460157632827759, -0.5103614330291748, -0.6528487801551819, -0.8439888954162598, -2.0498194694519043, -0.05331980809569359, -0.18107791244983673, 0.2753431499004364, 1.053620457649231, -0.8567123413085938, 26.0, -0.29854801297187805, 0.27094799280166626, -0.29146701097488403, -0.4999808371067047, -0.6021336317062378, -0.4905891716480255, -0.6262177228927612], "max": [1.0190976858139038, 2.02950382232666, 0.25930356979370117, 0.11053171008825302, -1.6181296110153198, -0.5889613628387451, 1.0679495334625244, 871.0, 0.29996299743652344, 0.44113001227378845, -0.17315199971199036, 0.45477721095085144, 0.8894559144973755, 0.5486646294593811, 0.6678112745285034, -0.3047344982624054, -1.9644031524658203, 1.3161877393722534, 0.4000469148159027, 2.0157155990600586, 1.7012771368026733, -0.07707373797893524, 902.0, -0.09194300323724747, 0.3889150023460388, -0.17375700175762177, 0.6161803603172302, 0.8600712418556213, 0.5072652697563171, 0.646608829498291], "mean": [0.6989322304725647, 2.0139811038970947, -0.24075351655483246, -0.18989017605781555, -2.0712902545928955, -1.211092472076416, 0.9380210638046265, 430.0081787109375, 0.18124450743198395, 0.37369203567504883, -0.21651694178581238, 0.03962087258696556, 0.3438522219657898, -0.00814929697662592, -0.11961471289396286, -0.555536150932312, -2.029869794845581, 0.775780439376831, -0.027094678953289986, 1.1234102249145508, 1.3677297830581665, -0.3540056049823761, 450.0453796386719, -0.19657915830612183, 0.3320506811141968, -0.22929775714874268, -0.02514656074345112, 0.35931530594825745, -0.019606633111834526, 0.1711798459291458], "std": [0.1750272959470749, 0.008942426182329655, 0.30239927768707275, 0.13507340848445892, 0.32899853587150574, 0.20671872794628143, 0.11588428914546967, 306.7352600097656, 0.0812278762459755, 0.023319628089666367, 0.030214490368962288, 0.23545892536640167, 0.6410879492759705, 0.32384592294692993, 0.5426884889602661, 0.14192520081996918, 0.011828924529254436, 0.42347773909568787, 0.15443812310695648, 0.475268691778183, 0.18433049321174622, 0.18878351151943207, 314.07562255859375, 0.06470280885696411, 0.03162840008735657, 0.028956986963748932, 0.40793225169181824, 0.5369765162467957, 0.31912246346473694, 0.5328992605209351], "count": [1587]}, "next.done": {"min": [false], "max": [true], "mean": [0.000630119722747322], "std": [0.025094275679571364], "count": [1587]}, "timestamp": {"min": [0.0], "max": [63.44], "mean": [31.72], "std": [18.325093906080443], "count": [1587]}, "frame_index": {"min": [0], "max": [1586], "mean": [793.0], "std": [458.1273476520111], "count": [1587]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [1587]}, "index": {"min": [6390], "max": [7976], "mean": [7183.0], "std": [458.1273476520111], "count": [1587]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1587]}}} +{"episode_index": 7, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4676040886099663]], [[0.4722815153927813]], [[0.4677966141605262]]], "std": [[[0.132046078425912]], [[0.13129026853345335]], [[0.1321475390288471]]], "count": [157]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47154026684983974]], [[0.4734136744931518]], [[0.46572879199450484]]], "std": [[[0.10752809406785187]], [[0.10630688156412535]], [[0.11221338995062186]]], "count": [157]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47922057912867905]], [[0.4789879779671954]], [[0.4740905626847342]]], "std": [[[0.11323650620685954]], [[0.11455028050122426]], [[0.1192449223575657]]], "count": [157]}, "states": {"min": [0.5681919455528259, 1.9217995405197144, -1.6245176792144775, -0.5311385989189148, 0.9882578253746033, 0.9496859908103943, -2.9421017169952393, -5.0, 0.03514200076460838, 0.32461899518966675, -0.26144400238990784, -0.4669549763202667, -0.583577573299408, -0.4563313126564026, -0.6115418076515198, -1.0986323356628418, -2.052454948425293, -2.536242723464966, -1.169946551322937, 0.858789324760437, -1.7934131622314453, 0.770143985748291, 9.0, -0.2244880050420761, 0.31042298674583435, -0.24413299560546875, -0.4063801169395447, 0.48290884494781494, 0.04868057370185852, 0.07806273549795151], "max": [0.925600528717041, 2.035560131072998, -0.870832085609436, 0.019984019920229912, 2.5834712982177734, 1.5481070280075073, -1.8112677335739136, 897.0, 0.2187490016222, 0.4344170093536377, -0.15234200656414032, 0.34388092160224915, 0.9242088794708252, 0.4661840498447418, 0.5925740599632263, -0.4704011380672455, -1.9782085418701172, -1.4925357103347778, 0.09974557161331177, 2.562056064605713, -0.9746965765953064, 2.729119300842285, 893.0, -0.0040710000321269035, 0.4086889922618866, -0.08285900205373764, 0.14341743290424347, 0.9907697439193726, 0.5150391459465027, 0.7357780337333679], "mean": [0.7201154232025146, 2.0139546394348145, -1.1426777839660645, -0.3075340688228607, 1.7231056690216064, 1.112130045890808, -2.1763150691986084, 589.4240112304688, 0.13616421818733215, 0.39035141468048096, -0.20819221436977386, -0.18029344081878662, 0.7737131714820862, -0.20503312349319458, -0.48242518305778503, -0.7025963068008423, -2.0335757732391357, -1.9855756759643555, -0.5410894751548767, 1.7842683792114258, -1.3186441659927368, 1.5364097356796265, 586.9693603515625, -0.13065752387046814, 0.368918240070343, -0.19335922598838806, -0.03992479294538498, 0.790026843547821, 0.29759010672569275, 0.43274712562561035], "std": [0.09976847469806671, 0.019022896885871887, 0.23738186061382294, 0.1988907754421234, 0.45199307799339294, 0.16302718222141266, 0.46429911255836487, 303.3753967285156, 0.06163830682635307, 0.02876085601747036, 0.02133183181285858, 0.18814323842525482, 0.1483527272939682, 0.16333487629890442, 0.10002385824918747, 0.1895834356546402, 0.015464786440134048, 0.24247188866138458, 0.2745419144630432, 0.5702365636825562, 0.24123330414295197, 0.4946998059749603, 302.69482421875, 0.05762724205851555, 0.02551392652094364, 0.04004667326807976, 0.1302964687347412, 0.15438809990882874, 0.12637542188167572, 0.20408260822296143], "count": [849]}, "actions": {"min": [0.5681919455528259, 1.9217995405197144, -1.6245176792144775, -0.5311385989189148, 0.9882578253746033, 0.9496859908103943, -2.9421017169952393, -5.0, 0.03514200076460838, 0.32461899518966675, -0.26144400238990784, -0.4669549763202667, -0.583577573299408, -0.4563313126564026, -0.6115418076515198, -1.0986323356628418, -2.052454948425293, -2.536242723464966, -1.169946551322937, 0.858789324760437, -1.7934131622314453, 0.770143985748291, 9.0, -0.2244880050420761, 0.31042298674583435, -0.24413299560546875, -0.4063801169395447, 0.48290884494781494, 0.04868057370185852, 0.07806273549795151], "max": [0.925600528717041, 2.035560131072998, -0.870832085609436, 0.019984019920229912, 2.5834712982177734, 1.5481070280075073, -1.8112677335739136, 897.0, 0.2187490016222, 0.4344170093536377, -0.15234200656414032, 0.34388092160224915, 0.9242088794708252, 0.4661840498447418, 0.5925740599632263, -0.4704011380672455, -1.9782085418701172, -1.4925357103347778, 0.09974557161331177, 2.562056064605713, -0.9746965765953064, 2.729119300842285, 893.0, -0.0040710000321269035, 0.4086889922618866, -0.08285900205373764, 0.14341743290424347, 0.9907697439193726, 0.5150391459465027, 0.7357780337333679], "mean": [0.7201154232025146, 2.0139546394348145, -1.1426777839660645, -0.3075340688228607, 1.7231056690216064, 1.112130045890808, -2.1763150691986084, 589.4240112304688, 0.13616421818733215, 0.39035141468048096, -0.20819221436977386, -0.18029344081878662, 0.7737131714820862, -0.20503312349319458, -0.48242518305778503, -0.7025963068008423, -2.0335757732391357, -1.9855756759643555, -0.5410894751548767, 1.7842683792114258, -1.3186441659927368, 1.5364097356796265, 586.9693603515625, -0.13065752387046814, 0.368918240070343, -0.19335922598838806, -0.03992479294538498, 0.790026843547821, 0.29759010672569275, 0.43274712562561035], "std": [0.09976847469806671, 0.019022896885871887, 0.23738186061382294, 0.1988907754421234, 0.45199307799339294, 0.16302718222141266, 0.46429911255836487, 303.3753967285156, 0.06163830682635307, 0.02876085601747036, 0.02133183181285858, 0.18814323842525482, 0.1483527272939682, 0.16333487629890442, 0.10002385824918747, 0.1895834356546402, 0.015464786440134048, 0.24247188866138458, 0.2745419144630432, 0.5702365636825562, 0.24123330414295197, 0.4946998059749603, 302.69482421875, 0.05762724205851555, 0.02551392652094364, 0.04004667326807976, 0.1302964687347412, 0.15438809990882874, 0.12637542188167572, 0.20408260822296143], "count": [849]}, "next.done": {"min": [false], "max": [true], "mean": [0.001177856301531213], "std": [0.034299693235715044], "count": [849]}, "timestamp": {"min": [0.0], "max": [33.92], "mean": [16.96], "std": [9.80340077048096], "count": [849]}, "frame_index": {"min": [0], "max": [848], "mean": [424.0], "std": [245.085019262024], "count": [849]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [849]}, "index": {"min": [7977], "max": [8825], "mean": [8401.0], "std": [245.085019262024], "count": [849]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [849]}}} +{"episode_index": 8, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4641394000618265]], [[0.4686673511747041]], [[0.4645121069599011]]], "std": [[[0.1298836114667477]], [[0.1297247943168414]], [[0.13062491563202408]]], "count": [185]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47234864975269386]], [[0.47500570680975096]], [[0.467999093578873]]], "std": [[[0.08219538297070852]], [[0.0829145691298669]], [[0.08954828534804476]]], "count": [185]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4764243088676912]], [[0.4782839637431549]], [[0.4742239180356827]]], "std": [[[0.1009688276031491]], [[0.09981480621452439]], [[0.10407142892670478]]], "count": [185]}, "states": {"min": [0.5475796461105347, 1.880382776260376, -1.4022325277328491, -0.5255709886550903, 1.011173963546753, 0.8621402978897095, -2.879234790802002, -4.0, 0.05691799893975258, 0.3422499895095825, -0.26061901450157166, -0.49309784173965454, -0.5893826484680176, -0.48121240735054016, -0.602419912815094, -1.1796505451202393, -2.0524024963378906, -2.549786329269409, -1.0838669538497925, 0.6532593369483948, -1.7936224937438965, 0.5071926712989807, 2.0, -0.20507800579071045, 0.30266401171684265, -0.22440700232982635, -0.3900536894798279, 0.4579567313194275, 0.017440935596823692, 0.010972613468766212], "max": [0.8989318609237671, 2.0355427265167236, -0.49235737323760986, -0.022794000804424286, 2.6047468185424805, 1.4858686923980713, -1.8359817266464233, 894.0, 0.2602500021457672, 0.4604890048503876, -0.16734899580478668, 0.46578940749168396, 0.9271920919418335, 0.5117722749710083, 0.5901119112968445, -0.4878544211387634, -2.009746551513672, -1.3881652355194092, 0.09051277488470078, 2.647995948791504, -1.0489778518676758, 2.6369481086730957, 893.0, 0.012574000284075737, 0.43481600284576416, -0.07641399651765823, 0.12795390188694, 0.9964478015899658, 0.47914808988571167, 0.7470554709434509], "mean": [0.7171555161476135, 1.9914472103118896, -0.9605236053466797, -0.2989793121814728, 1.6678019762039185, 1.1140151023864746, -2.169219732284546, 614.8478393554688, 0.16703084111213684, 0.40377894043922424, -0.1960986703634262, -0.20338323712348938, 0.722849428653717, -0.239931121468544, -0.48277926445007324, -0.8088314533233643, -2.040757417678833, -2.0270776748657227, -0.5569829940795898, 1.9176983833312988, -1.4065883159637451, 1.505470633506775, 586.5302734375, -0.12118339538574219, 0.3796958923339844, -0.17259438335895538, -0.07271230220794678, 0.8053110837936401, 0.2613677978515625, 0.3731763958930969], "std": [0.09405015408992767, 0.03836492821574211, 0.28188982605934143, 0.16489416360855103, 0.4288734197616577, 0.15998932719230652, 0.4138614237308502, 285.6250305175781, 0.06477828323841095, 0.0369204506278038, 0.020737916231155396, 0.19790369272232056, 0.21144098043441772, 0.19928143918514252, 0.14797157049179077, 0.19420300424098969, 0.007755930535495281, 0.3538442850112915, 0.33417198061943054, 0.6953133940696716, 0.21928945183753967, 0.6913425922393799, 314.435302734375, 0.06504090875387192, 0.03156709671020508, 0.03540105000138283, 0.16411226987838745, 0.1808902621269226, 0.14347048103809357, 0.24161101877689362], "count": [1058]}, "actions": {"min": [0.5475796461105347, 1.880382776260376, -1.4022325277328491, -0.5255709886550903, 1.011173963546753, 0.8621402978897095, -2.879234790802002, -4.0, 0.05691799893975258, 0.3422499895095825, -0.26061901450157166, -0.49309784173965454, -0.5893826484680176, -0.48121240735054016, -0.602419912815094, -1.1796505451202393, -2.0524024963378906, -2.549786329269409, -1.0838669538497925, 0.6532593369483948, -1.7936224937438965, 0.5071926712989807, 2.0, -0.20507800579071045, 0.30266401171684265, -0.22440700232982635, -0.3900536894798279, 0.4579567313194275, 0.017440935596823692, 0.010972613468766212], "max": [0.8989318609237671, 2.0355427265167236, -0.49235737323760986, -0.022794000804424286, 2.6047468185424805, 1.4858686923980713, -1.8359817266464233, 894.0, 0.2602500021457672, 0.4604890048503876, -0.16734899580478668, 0.46578940749168396, 0.9271920919418335, 0.5117722749710083, 0.5901119112968445, -0.4878544211387634, -2.009746551513672, -1.3881652355194092, 0.09051277488470078, 2.647995948791504, -1.0489778518676758, 2.6369481086730957, 893.0, 0.012574000284075737, 0.43481600284576416, -0.07641399651765823, 0.12795390188694, 0.9964478015899658, 0.47914808988571167, 0.7470554709434509], "mean": [0.7171555161476135, 1.9914472103118896, -0.9605236053466797, -0.2989793121814728, 1.6678019762039185, 1.1140151023864746, -2.169219732284546, 614.8478393554688, 0.16703084111213684, 0.40377894043922424, -0.1960986703634262, -0.20338323712348938, 0.722849428653717, -0.239931121468544, -0.48277926445007324, -0.8088314533233643, -2.040757417678833, -2.0270776748657227, -0.5569829940795898, 1.9176983833312988, -1.4065883159637451, 1.505470633506775, 586.5302734375, -0.12118339538574219, 0.3796958923339844, -0.17259438335895538, -0.07271230220794678, 0.8053110837936401, 0.2613677978515625, 0.3731763958930969], "std": [0.09405015408992767, 0.03836492821574211, 0.28188982605934143, 0.16489416360855103, 0.4288734197616577, 0.15998932719230652, 0.4138614237308502, 285.6250305175781, 0.06477828323841095, 0.0369204506278038, 0.020737916231155396, 0.19790369272232056, 0.21144098043441772, 0.19928143918514252, 0.14797157049179077, 0.19420300424098969, 0.007755930535495281, 0.3538442850112915, 0.33417198061943054, 0.6953133940696716, 0.21928945183753967, 0.6913425922393799, 314.435302734375, 0.06504090875387192, 0.03156709671020508, 0.03540105000138283, 0.16411226987838745, 0.1808902621269226, 0.14347048103809357, 0.24161101877689362], "count": [1058]}, "next.done": {"min": [false], "max": [true], "mean": [0.000945179584120983], "std": [0.03072924046693546], "count": [1058]}, "timestamp": {"min": [0.0], "max": [42.28], "mean": [21.14], "std": [12.216726239054388], "count": [1058]}, "frame_index": {"min": [0], "max": [1057], "mean": [528.5], "std": [305.41815597635974], "count": [1058]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [1058]}, "index": {"min": [8826], "max": [9883], "mean": [9354.5], "std": [305.41815597635974], "count": [1058]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1058]}}} +{"episode_index": 9, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4612607326509035]], [[0.46542258866782005]], [[0.46014525543060364]]], "std": [[[0.12702984281120153]], [[0.12489981217438607]], [[0.12684523504682585]]], "count": [170]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[1.0]], [[1.0]]], "mean": [[[0.4810924596309112]], [[0.4843135428681276]], [[0.4790327614379085]]], "std": [[[0.07356238545654938]], [[0.0725037847223927]], [[0.07861885035281914]]], "count": [170]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7254901960784313]], [[0.6784313725490196]], [[0.6862745098039216]]], "mean": [[[0.47873271097654746]], [[0.47892129829873126]], [[0.4753971765667051]]], "std": [[[0.08364214772405892]], [[0.08437883454659062]], [[0.08927073894051361]]], "count": [170]}, "states": {"min": [0.5359557271003723, 1.9825021028518677, -1.9466356039047241, -1.3635733127593994, 0.37081265449523926, 1.0828372240066528, -2.845811605453491, 34.0, 0.01696000061929226, 0.3150849938392639, -0.2355789989233017, -0.3370424211025238, -0.6359133720397949, -0.441964715719223, -0.6350957751274109, -1.0882127285003662, -2.041668653488159, 0.16578881442546844, -0.1272868663072586, 0.9658303260803223, 0.9663539528846741, -2.561933994293213, 64.0, -0.232354998588562, 0.33606699109077454, -0.21958699822425842, -0.4981110394001007, -0.5078781843185425, -0.3891097903251648, -0.6708760857582092], "max": [1.0322924852371216, 2.0714964866638184, 0.7099651098251343, -0.0950506329536438, 1.1843456029891968, 1.6501215696334839, -0.6393490433692932, 891.0, 0.31134700775146484, 0.4159420132637024, -0.0803930014371872, 0.5600025057792664, 0.9741759896278381, 0.5449546575546265, 0.6487450003623962, -0.41266563534736633, -1.891081690788269, 1.8852523565292358, 1.4245377779006958, 2.4819977283477783, 1.6738232374191284, 0.07792895287275314, 859.0, -0.006012999918311834, 0.4280489981174469, -0.10049699991941452, 0.6166390180587769, 0.9805361032485962, 0.3956252932548523, 0.7508302330970764], "mean": [0.674800455570221, 2.0249621868133545, -0.4187377095222473, -0.6557201743125916, 0.8873628973960876, 1.3594584465026855, -1.704482913017273, 602.701904296875, 0.1901916116476059, 0.3732713758945465, -0.1701817810535431, 0.08375959098339081, 0.5026993155479431, -0.045128751546144485, -0.17863301932811737, -0.6617950201034546, -1.9956191778182983, 1.0431227684020996, 0.5495522022247314, 1.7419278621673584, 1.381456971168518, -1.4263159036636353, 597.170166015625, -0.14902734756469727, 0.3709109127521515, -0.16514849662780762, -0.09238911420106888, 0.7074388265609741, 0.2033836841583252, 0.4334011673927307], "std": [0.1334681212902069, 0.014713991433382034, 0.8177710175514221, 0.4426613748073578, 0.27581092715263367, 0.19076116383075714, 0.6616830825805664, 313.79840087890625, 0.09079369902610779, 0.023920051753520966, 0.05057360231876373, 0.25003886222839355, 0.5786388516426086, 0.3389101028442383, 0.44060006737709045, 0.17691417038440704, 0.03905275836586952, 0.40634405612945557, 0.43449175357818604, 0.4935508370399475, 0.16454213857650757, 0.6424562931060791, 297.16259765625, 0.07124608755111694, 0.022788511589169502, 0.029349958524107933, 0.22388838231563568, 0.3095024824142456, 0.15837007761001587, 0.3013225495815277], "count": [946]}, "actions": {"min": [0.5359557271003723, 1.9825021028518677, -1.9466356039047241, -1.3635733127593994, 0.37081265449523926, 1.0828372240066528, -2.845811605453491, 34.0, 0.01696000061929226, 0.3150849938392639, -0.2355789989233017, -0.3370424211025238, -0.6359133720397949, -0.441964715719223, -0.6350957751274109, -1.0882127285003662, -2.041668653488159, 0.16578881442546844, -0.1272868663072586, 0.9658303260803223, 0.9663539528846741, -2.561933994293213, 64.0, -0.232354998588562, 0.33606699109077454, -0.21958699822425842, -0.4981110394001007, -0.5078781843185425, -0.3891097903251648, -0.6708760857582092], "max": [1.0322924852371216, 2.0714964866638184, 0.7099651098251343, -0.0950506329536438, 1.1843456029891968, 1.6501215696334839, -0.6393490433692932, 891.0, 0.31134700775146484, 0.4159420132637024, -0.0803930014371872, 0.5600025057792664, 0.9741759896278381, 0.5449546575546265, 0.6487450003623962, -0.41266563534736633, -1.891081690788269, 1.8852523565292358, 1.4245377779006958, 2.4819977283477783, 1.6738232374191284, 0.07792895287275314, 859.0, -0.006012999918311834, 0.4280489981174469, -0.10049699991941452, 0.6166390180587769, 0.9805361032485962, 0.3956252932548523, 0.7508302330970764], "mean": [0.674800455570221, 2.0249621868133545, -0.4187377095222473, -0.6557201743125916, 0.8873628973960876, 1.3594584465026855, -1.704482913017273, 602.701904296875, 0.1901916116476059, 0.3732713758945465, -0.1701817810535431, 0.08375959098339081, 0.5026993155479431, -0.045128751546144485, -0.17863301932811737, -0.6617950201034546, -1.9956191778182983, 1.0431227684020996, 0.5495522022247314, 1.7419278621673584, 1.381456971168518, -1.4263159036636353, 597.170166015625, -0.14902734756469727, 0.3709109127521515, -0.16514849662780762, -0.09238911420106888, 0.7074388265609741, 0.2033836841583252, 0.4334011673927307], "std": [0.1334681212902069, 0.014713991433382034, 0.8177710175514221, 0.4426613748073578, 0.27581092715263367, 0.19076116383075714, 0.6616830825805664, 313.79840087890625, 0.09079369902610779, 0.023920051753520966, 0.05057360231876373, 0.25003886222839355, 0.5786388516426086, 0.3389101028442383, 0.44060006737709045, 0.17691417038440704, 0.03905275836586952, 0.40634405612945557, 0.43449175357818604, 0.4935508370399475, 0.16454213857650757, 0.6424562931060791, 297.16259765625, 0.07124608755111694, 0.022788511589169502, 0.029349958524107933, 0.22388838231563568, 0.3095024824142456, 0.15837007761001587, 0.3013225495815277], "count": [946]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010570824524312897], "std": [0.03249561553686976], "count": [946]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.92346098999763], "count": [946]}, "frame_index": {"min": [0], "max": [945], "mean": [472.5], "std": [273.08652474994074], "count": [946]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [946]}, "index": {"min": [9884], "max": [10829], "mean": [10356.5], "std": [273.08652474994074], "count": [946]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [946]}}} +{"episode_index": 10, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4689826455388357]], [[0.47431810970512234]], [[0.47030952177382584]]], "std": [[[0.14199159443145823]], [[0.1427808972935678]], [[0.14445920890448838]]], "count": [215]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8]], [[1.0]], [[1.0]]], "mean": [[[0.4722523208314333]], [[0.4751009727922177]], [[0.4691000227998176]]], "std": [[[0.08039462593992024]], [[0.07779380101316895]], [[0.08307355014317518]]], "count": [215]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48263117875057]], [[0.4832569833941328]], [[0.47719759081927343]]], "std": [[[0.08988954268083932]], [[0.09134651749263589]], [[0.09658734805858449]]], "count": [215]}, "states": {"min": [0.21064378321170807, 1.9727630615234375, -2.1645050048828125, -1.7849133014678955, 0.4922875761985779, 1.015293002128601, -2.644069194793701, 49.0, -0.02049900032579899, 0.25808200240135193, -0.25754600763320923, -0.4570556581020355, -0.5851855874061584, -0.4800613224506378, -0.5885441899299622, -0.740211546421051, -2.049610137939453, -2.4278578758239746, -1.500948190689087, 0.48453831672668457, -1.7466208934783936, 0.7482227087020874, 78.0, -0.305637001991272, 0.2897529900074005, -0.27081099152565, -0.44099265336990356, 0.44520363211631775, -0.022317999973893166, 0.09014222770929337], "max": [0.7168591022491455, 2.0340940952301025, -0.467189759016037, -0.17332863807678223, 1.9742467403411865, 1.4234555959701538, -0.4554087817668915, 894.0, 0.30547499656677246, 0.4022420048713684, -0.08569899946451187, 0.4219520688056946, 0.9887565970420837, 0.4419613182544708, 0.595337986946106, -0.2539803087711334, -2.0256640911102295, -1.2468807697296143, -0.004241150338202715, 2.5801901817321777, -1.1015995740890503, 2.6644718647003174, 879.0, -0.017582999542355537, 0.3831549882888794, -0.07750999927520752, 0.0864606499671936, 0.9869900941848755, 0.5957639217376709, 0.7328047752380371], "mean": [0.5078956484794617, 2.021085500717163, -1.3382641077041626, -0.9018397331237793, 1.3101508617401123, 1.163860559463501, -1.5023388862609863, 562.5003662109375, 0.13250720500946045, 0.3436483144760132, -0.18440879881381989, -0.14024507999420166, 0.769414484500885, -0.20510730147361755, -0.39477768540382385, -0.4522199034690857, -2.0375795364379883, -2.0075697898864746, -0.7182899713516235, 1.6874089241027832, -1.4545869827270508, 1.6666539907455444, 498.46099853515625, -0.16979335248470306, 0.3220651149749756, -0.1877395510673523, -0.13627268373966217, 0.7435576915740967, 0.2704542279243469, 0.49409475922584534], "std": [0.12291454523801804, 0.010181112214922905, 0.5831373333930969, 0.5124390721321106, 0.4626207947731018, 0.13276934623718262, 0.6566658020019531, 270.8559875488281, 0.1013653427362442, 0.04295794665813446, 0.04155069589614868, 0.15946026146411896, 0.2635212242603302, 0.19779004156589508, 0.2375352829694748, 0.15808406472206116, 0.0035439657513052225, 0.3471809923648834, 0.41165679693222046, 0.5644521713256836, 0.1507568359375, 0.6490954756736755, 208.8843994140625, 0.07576798647642136, 0.025299983099102974, 0.04033839330077171, 0.1670195460319519, 0.175534188747406, 0.10560577362775803, 0.20351026952266693], "count": [1295]}, "actions": {"min": [0.21064378321170807, 1.9727630615234375, -2.1645050048828125, -1.7849133014678955, 0.4922875761985779, 1.015293002128601, -2.644069194793701, 49.0, -0.02049900032579899, 0.25808200240135193, -0.25754600763320923, -0.4570556581020355, -0.5851855874061584, -0.4800613224506378, -0.5885441899299622, -0.740211546421051, -2.049610137939453, -2.4278578758239746, -1.500948190689087, 0.48453831672668457, -1.7466208934783936, 0.7482227087020874, 78.0, -0.305637001991272, 0.2897529900074005, -0.27081099152565, -0.44099265336990356, 0.44520363211631775, -0.022317999973893166, 0.09014222770929337], "max": [0.7168591022491455, 2.0340940952301025, -0.467189759016037, -0.17332863807678223, 1.9742467403411865, 1.4234555959701538, -0.4554087817668915, 894.0, 0.30547499656677246, 0.4022420048713684, -0.08569899946451187, 0.4219520688056946, 0.9887565970420837, 0.4419613182544708, 0.595337986946106, -0.2539803087711334, -2.0256640911102295, -1.2468807697296143, -0.004241150338202715, 2.5801901817321777, -1.1015995740890503, 2.6644718647003174, 879.0, -0.017582999542355537, 0.3831549882888794, -0.07750999927520752, 0.0864606499671936, 0.9869900941848755, 0.5957639217376709, 0.7328047752380371], "mean": [0.5078956484794617, 2.021085500717163, -1.3382641077041626, -0.9018397331237793, 1.3101508617401123, 1.163860559463501, -1.5023388862609863, 562.5003662109375, 0.13250720500946045, 0.3436483144760132, -0.18440879881381989, -0.14024507999420166, 0.769414484500885, -0.20510730147361755, -0.39477768540382385, -0.4522199034690857, -2.0375795364379883, -2.0075697898864746, -0.7182899713516235, 1.6874089241027832, -1.4545869827270508, 1.6666539907455444, 498.46099853515625, -0.16979335248470306, 0.3220651149749756, -0.1877395510673523, -0.13627268373966217, 0.7435576915740967, 0.2704542279243469, 0.49409475922584534], "std": [0.12291454523801804, 0.010181112214922905, 0.5831373333930969, 0.5124390721321106, 0.4626207947731018, 0.13276934623718262, 0.6566658020019531, 270.8559875488281, 0.1013653427362442, 0.04295794665813446, 0.04155069589614868, 0.15946026146411896, 0.2635212242603302, 0.19779004156589508, 0.2375352829694748, 0.15808406472206116, 0.0035439657513052225, 0.3471809923648834, 0.41165679693222046, 0.5644521713256836, 0.1507568359375, 0.6490954756736755, 208.8843994140625, 0.07576798647642136, 0.025299983099102974, 0.04033839330077171, 0.1670195460319519, 0.175534188747406, 0.10560577362775803, 0.20351026952266693], "count": [1295]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007722007722007722], "std": [0.02777776949591498], "count": [1295]}, "timestamp": {"min": [0.0], "max": [51.76], "mean": [25.880000000000006], "std": [14.953367513707406], "count": [1295]}, "frame_index": {"min": [0], "max": [1294], "mean": [647.0], "std": [373.83418784268514], "count": [1295]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [1295]}, "index": {"min": [10830], "max": [12124], "mean": [11477.0], "std": [373.83418784268514], "count": [1295]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1295]}}} +{"episode_index": 11, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4677240691489362]], [[0.47282260594840775]], [[0.4677989102408103]]], "std": [[[0.12763754495797977]], [[0.12647926147675215]], [[0.12671765900566634]]], "count": [282]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.47066033134589536]], [[0.47500944467621564]], [[0.4685688070736569]]], "std": [[[0.08970786972126231]], [[0.08708727842766675]], [[0.09040524038634644]]], "count": [282]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.478903943876605]], [[0.4776827088548185]], [[0.47353273333565105]]], "std": [[[0.09173344298809843]], [[0.0939687841921145]], [[0.09819479921073583]]], "count": [282]}, "states": {"min": [0.625159502029419, 1.9155513048171997, -1.7673203945159912, -0.8299389481544495, -2.5422465801239014, -1.4108020067214966, 0.2877873480319977, 0.0, 0.028846999630331993, 0.3854149878025055, -0.23218999803066254, -0.3647216260433197, -0.632623016834259, -0.3840705156326294, -0.6354451775550842, -1.1489851474761963, -2.043588638305664, 2.781007766723633, -0.8629257082939148, -1.577254056930542, 1.066029667854309, -1.7128312587738037, 69.0, -0.32118499279022217, 0.3529070019721985, -0.24898900091648102, -0.49769705533981323, -0.44227346777915955, -0.5121431946754456, -0.551738977432251], "max": [1.0142457485198975, 2.039539337158203, -0.5936737656593323, 0.01961749978363514, -0.40301400423049927, -0.5245587229728699, 1.5897157192230225, 882.0, 0.24526500701904297, 0.4605720043182373, -0.14373500645160675, 0.5171177387237549, 0.9457058906555176, 0.4899790287017822, 0.634739100933075, -0.5138773322105408, -1.964490294456482, 2.8645741939544678, 0.07384487986564636, 0.171670600771904, 1.6051270961761475, -0.2301391214132309, 885.0, -0.0859609991312027, 0.4487540125846863, -0.1311279982328415, 0.5159554481506348, 0.9209904074668884, 0.5832224488258362, 0.6802747845649719], "mean": [0.7925398349761963, 2.0129690170288086, -1.3182790279388428, -0.48585712909698486, -1.632391095161438, -0.9131506085395813, 1.4274559020996094, 558.3021850585938, 0.09900450706481934, 0.4282640516757965, -0.1844344586133957, -0.12339787930250168, 0.7873284220695496, -0.19779276847839355, -0.41615620255470276, -0.751187264919281, -2.0266530513763428, 2.8469457626342773, -0.30687111616134644, -0.6677011847496033, 1.2671394348144531, -0.7941485047340393, 627.6907958984375, -0.2178601771593094, 0.38903844356536865, -0.2048199325799942, -0.2585359811782837, 0.6770633459091187, 0.2965320646762848, 0.49056294560432434], "std": [0.09461068361997604, 0.014093471691012383, 0.27072280645370483, 0.1617756187915802, 0.33892256021499634, 0.16482259333133698, 0.23631757497787476, 235.71670532226562, 0.04102806746959686, 0.022705497220158577, 0.02406032383441925, 0.12491025775671005, 0.2591274380683899, 0.14707084000110626, 0.21954447031021118, 0.20893722772598267, 0.01616774871945381, 0.022929709404706955, 0.25503477454185486, 0.5535860061645508, 0.12780535221099854, 0.232310488820076, 265.2524719238281, 0.05259386822581291, 0.019535209983587265, 0.0290827676653862, 0.13865572214126587, 0.22100220620632172, 0.21960929036140442, 0.1728149950504303], "count": [1853]}, "actions": {"min": [0.625159502029419, 1.9155513048171997, -1.7673203945159912, -0.8299389481544495, -2.5422465801239014, -1.4108020067214966, 0.2877873480319977, 0.0, 0.028846999630331993, 0.3854149878025055, -0.23218999803066254, -0.3647216260433197, -0.632623016834259, -0.3840705156326294, -0.6354451775550842, -1.1489851474761963, -2.043588638305664, 2.781007766723633, -0.8629257082939148, -1.577254056930542, 1.066029667854309, -1.7128312587738037, 69.0, -0.32118499279022217, 0.3529070019721985, -0.24898900091648102, -0.49769705533981323, -0.44227346777915955, -0.5121431946754456, -0.551738977432251], "max": [1.0142457485198975, 2.039539337158203, -0.5936737656593323, 0.01961749978363514, -0.40301400423049927, -0.5245587229728699, 1.5897157192230225, 882.0, 0.24526500701904297, 0.4605720043182373, -0.14373500645160675, 0.5171177387237549, 0.9457058906555176, 0.4899790287017822, 0.634739100933075, -0.5138773322105408, -1.964490294456482, 2.8645741939544678, 0.07384487986564636, 0.171670600771904, 1.6051270961761475, -0.2301391214132309, 885.0, -0.0859609991312027, 0.4487540125846863, -0.1311279982328415, 0.5159554481506348, 0.9209904074668884, 0.5832224488258362, 0.6802747845649719], "mean": [0.7925398349761963, 2.0129690170288086, -1.3182790279388428, -0.48585712909698486, -1.632391095161438, -0.9131506085395813, 1.4274559020996094, 558.3021850585938, 0.09900450706481934, 0.4282640516757965, -0.1844344586133957, -0.12339787930250168, 0.7873284220695496, -0.19779276847839355, -0.41615620255470276, -0.751187264919281, -2.0266530513763428, 2.8469457626342773, -0.30687111616134644, -0.6677011847496033, 1.2671394348144531, -0.7941485047340393, 627.6907958984375, -0.2178601771593094, 0.38903844356536865, -0.2048199325799942, -0.2585359811782837, 0.6770633459091187, 0.2965320646762848, 0.49056294560432434], "std": [0.09461068361997604, 0.014093471691012383, 0.27072280645370483, 0.1617756187915802, 0.33892256021499634, 0.16482259333133698, 0.23631757497787476, 235.71670532226562, 0.04102806746959686, 0.022705497220158577, 0.02406032383441925, 0.12491025775671005, 0.2591274380683899, 0.14707084000110626, 0.21954447031021118, 0.20893722772598267, 0.01616774871945381, 0.022929709404706955, 0.25503477454185486, 0.5535860061645508, 0.12780535221099854, 0.232310488820076, 265.2524719238281, 0.05259386822581291, 0.019535209983587265, 0.0290827676653862, 0.13865572214126587, 0.22100220620632172, 0.21960929036140442, 0.1728149950504303], "count": [1853]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005396654074473826], "std": [0.02322443042779278], "count": [1853]}, "timestamp": {"min": [0.0], "max": [74.08], "mean": [37.04], "std": [21.39659786040762], "count": [1853]}, "frame_index": {"min": [0], "max": [1852], "mean": [926.0], "std": [534.9149465101906], "count": [1853]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [1853]}, "index": {"min": [12125], "max": [13977], "mean": [13051.0], "std": [534.9149465101906], "count": [1853]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1853]}}} +{"episode_index": 12, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646934039124909]], [[0.4705399521151053]], [[0.4638497265341322]]], "std": [[[0.13960883407948455]], [[0.13634032071395222]], [[0.13825133318511965]]], "count": [180]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.7294117647058823]], [[0.7372549019607844]]], "mean": [[[0.47311261687545386]], [[0.4742154808914307]], [[0.46835271650326793]]], "std": [[[0.08775928193508012]], [[0.08574825759119535]], [[0.09053103038815097]]], "count": [180]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47464619530682645]], [[0.47525287649782133]], [[0.4719577228576616]]], "std": [[[0.09792137640545669]], [[0.09735953263746486]], [[0.10040109282957498]]], "count": [180]}, "states": {"min": [0.2853787839412689, 2.0109684467315674, -1.8806097507476807, -1.5099366903305054, -2.5543417930603027, -1.6261581182479858, 0.35561081767082214, 10.0, 0.005590999964624643, 0.2817620038986206, -0.29541900753974915, -0.3924507200717926, -0.6695193648338318, -0.5411896705627441, -0.6512911915779114, -0.9029809832572937, -2.0680058002471924, 1.0608634948730469, 0.024975663051009178, 0.008953539654612541, 0.5333901047706604, -2.6427254676818848, 60.0, -0.30189400911331177, 0.30424201488494873, -0.2802720069885254, -0.4231207072734833, 0.4020169675350189, -0.09588142484426498, 0.0907340794801712], "max": [0.8609709739685059, 2.0432395935058594, -0.4997052550315857, 0.004642575979232788, -0.3833616077899933, -0.9519375562667847, 2.3216543197631836, 888.0, 0.3400450050830841, 0.4224889874458313, -0.14248600602149963, 0.4051549434661865, 0.9857392311096191, 0.6339343190193176, 0.7026257514953613, -0.10056588053703308, -2.0076348781585693, 1.7279458045959473, 1.5230965614318848, 2.873178482055664, 1.5827168226242065, -0.37770673632621765, 903.0, -0.009248999878764153, 0.4311729967594147, -0.08362399786710739, -0.00270616402849555, 0.9751254320144653, 0.5981914401054382, 0.7118340730667114], "mean": [0.4411885142326355, 2.0254292488098145, -1.026110291481018, -0.47071003913879395, -1.3843674659729004, -1.1531745195388794, 1.1093854904174805, 540.9276733398438, 0.22315861284732819, 0.3304726779460907, -0.23496517539024353, 0.07451815903186798, 0.28769955039024353, 0.11812881380319595, -0.011583534069359303, -0.5397244691848755, -2.0383362770080566, 1.3590774536132812, 0.48116233944892883, 1.2450934648513794, 1.1820696592330933, -1.1602004766464233, 579.5523071289062, -0.1850246787071228, 0.35092440247535706, -0.21654771268367767, -0.23773272335529327, 0.7079312801361084, 0.3299775719642639, 0.4370873272418976], "std": [0.1214718446135521, 0.008503498509526253, 0.4249582588672638, 0.4882018566131592, 0.6118598580360413, 0.18208427727222443, 0.6741271018981934, 291.52423095703125, 0.09647621214389801, 0.024814680218696594, 0.04472940415143967, 0.2725151479244232, 0.6421872973442078, 0.4302349388599396, 0.4752013683319092, 0.20991019904613495, 0.01427848357707262, 0.1905226707458496, 0.46011480689048767, 0.9780745506286621, 0.18594537675380707, 0.7871835231781006, 300.56658935546875, 0.09347604960203171, 0.02926567569375038, 0.05187664553523064, 0.14394433796405792, 0.18842609226703644, 0.23238253593444824, 0.1793317347764969], "count": [1023]}, "actions": {"min": [0.2853787839412689, 2.0109684467315674, -1.8806097507476807, -1.5099366903305054, -2.5543417930603027, -1.6261581182479858, 0.35561081767082214, 10.0, 0.005590999964624643, 0.2817620038986206, -0.29541900753974915, -0.3924507200717926, -0.6695193648338318, -0.5411896705627441, -0.6512911915779114, -0.9029809832572937, -2.0680058002471924, 1.0608634948730469, 0.024975663051009178, 0.008953539654612541, 0.5333901047706604, -2.6427254676818848, 60.0, -0.30189400911331177, 0.30424201488494873, -0.2802720069885254, -0.4231207072734833, 0.4020169675350189, -0.09588142484426498, 0.0907340794801712], "max": [0.8609709739685059, 2.0432395935058594, -0.4997052550315857, 0.004642575979232788, -0.3833616077899933, -0.9519375562667847, 2.3216543197631836, 888.0, 0.3400450050830841, 0.4224889874458313, -0.14248600602149963, 0.4051549434661865, 0.9857392311096191, 0.6339343190193176, 0.7026257514953613, -0.10056588053703308, -2.0076348781585693, 1.7279458045959473, 1.5230965614318848, 2.873178482055664, 1.5827168226242065, -0.37770673632621765, 903.0, -0.009248999878764153, 0.4311729967594147, -0.08362399786710739, -0.00270616402849555, 0.9751254320144653, 0.5981914401054382, 0.7118340730667114], "mean": [0.4411885142326355, 2.0254292488098145, -1.026110291481018, -0.47071003913879395, -1.3843674659729004, -1.1531745195388794, 1.1093854904174805, 540.9276733398438, 0.22315861284732819, 0.3304726779460907, -0.23496517539024353, 0.07451815903186798, 0.28769955039024353, 0.11812881380319595, -0.011583534069359303, -0.5397244691848755, -2.0383362770080566, 1.3590774536132812, 0.48116233944892883, 1.2450934648513794, 1.1820696592330933, -1.1602004766464233, 579.5523071289062, -0.1850246787071228, 0.35092440247535706, -0.21654771268367767, -0.23773272335529327, 0.7079312801361084, 0.3299775719642639, 0.4370873272418976], "std": [0.1214718446135521, 0.008503498509526253, 0.4249582588672638, 0.4882018566131592, 0.6118598580360413, 0.18208427727222443, 0.6741271018981934, 291.52423095703125, 0.09647621214389801, 0.024814680218696594, 0.04472940415143967, 0.2725151479244232, 0.6421872973442078, 0.4302349388599396, 0.4752013683319092, 0.20991019904613495, 0.01427848357707262, 0.1905226707458496, 0.46011480689048767, 0.9780745506286621, 0.18594537675380707, 0.7871835231781006, 300.56658935546875, 0.09347604960203171, 0.02926567569375038, 0.05187664553523064, 0.14394433796405792, 0.18842609226703644, 0.23238253593444824, 0.1793317347764969], "count": [1023]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009775171065493646], "std": [0.03124998506968872], "count": [1023]}, "timestamp": {"min": [0.0], "max": [40.88], "mean": [20.439999999999998], "std": [11.812580863920749], "count": [1023]}, "frame_index": {"min": [0], "max": [1022], "mean": [511.0], "std": [295.31452159801876], "count": [1023]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [1023]}, "index": {"min": [13978], "max": [15000], "mean": [14489.0], "std": [295.31452159801876], "count": [1023]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1023]}}} +{"episode_index": 13, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4693015711881768]], [[0.4760573307888661]], [[0.4691468555913244]]], "std": [[[0.13668170530348467]], [[0.13513309003061863]], [[0.13628227907522134]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.8509803921568627]], [[1.0]]], "mean": [[[0.46649567420251686]], [[0.47488400115435897]], [[0.4692625638149123]]], "std": [[[0.08149023692289117]], [[0.07645514680930844]], [[0.07973038951287113]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642980288508438]], [[0.4649064999756121]], [[0.46142924775631644]]], "std": [[[0.12016326864133768]], [[0.1176647755124628]], [[0.12088562465811342]]], "count": [201]}, "states": {"min": [0.20607103407382965, 1.95524001121521, -1.5173544883728027, -0.7001737952232361, -1.656282663345337, -1.3861056566238403, 0.33430036902427673, 4.0, 0.07315400242805481, 0.2917749881744385, -0.29765599966049194, -0.44896602630615234, 0.5534045100212097, -0.5182138085365295, -0.6320205926895142, -0.9505587220191956, -2.06626033782959, 1.09458327293396, 0.24380503594875336, -2.899498224258423, -1.4695671796798706, -0.4527384340763092, 47.0, -0.29319998621940613, 0.3316749930381775, -0.267194002866745, -0.4410087466239929, 0.3851327896118164, -0.04280207306146622, 0.14436525106430054], "max": [0.8222246766090393, 2.067866086959839, -0.43704792857170105, -0.05005604401230812, -0.2084970474243164, -0.7897440791130066, 1.0763620138168335, 900.0, 0.2720780074596405, 0.37414899468421936, -0.20024000108242035, -0.10353115200996399, 0.8728687763214111, 0.03678954392671585, -0.44055604934692383, -0.22563618421554565, -1.8817791938781738, 1.977318525314331, 1.563501000404358, -0.3266034722328186, 1.0185742378234863, 2.50610089302063, 877.0, -0.010882000438869, 0.4383389949798584, -0.07301799952983856, -0.04546000808477402, 0.9810776114463806, 0.6142690181732178, 0.7353123426437378], "mean": [0.5391147136688232, 2.0357820987701416, -0.9999861121177673, -0.17956657707691193, -1.2527492046356201, -1.1320089101791382, 0.5676735043525696, 447.4354553222656, 0.1797008514404297, 0.3442429006099701, -0.2497837245464325, -0.28167957067489624, 0.7326679229736328, -0.24820126593112946, -0.5198675394058228, -0.48006758093833923, -2.036733627319336, 1.5569154024124146, 0.5913220643997192, -1.4399842023849487, -0.45624762773513794, 1.152172327041626, 559.1839599609375, -0.18600107729434967, 0.3720776438713074, -0.2052786499261856, -0.2652992904186249, 0.6260232925415039, 0.392630934715271, 0.49306121468544006], "std": [0.13681010901927948, 0.017697513103485107, 0.40838339924812317, 0.17099380493164062, 0.3415587246417999, 0.12931112945079803, 0.22843852639198303, 257.5421447753906, 0.061691366136074066, 0.023187072947621346, 0.025831980630755424, 0.12425541877746582, 0.10222559422254562, 0.1570858359336853, 0.03772488608956337, 0.23036403954029083, 0.020630091428756714, 0.28572341799736023, 0.2856723964214325, 0.9612073302268982, 0.9251237511634827, 1.1512705087661743, 288.7283020019531, 0.07913869619369507, 0.02951541170477867, 0.045704152435064316, 0.12864208221435547, 0.22895298898220062, 0.20936867594718933, 0.16625306010246277], "count": [1185]}, "actions": {"min": [0.20607103407382965, 1.95524001121521, -1.5173544883728027, -0.7001737952232361, -1.656282663345337, -1.3861056566238403, 0.33430036902427673, 4.0, 0.07315400242805481, 0.2917749881744385, -0.29765599966049194, -0.44896602630615234, 0.5534045100212097, -0.5182138085365295, -0.6320205926895142, -0.9505587220191956, -2.06626033782959, 1.09458327293396, 0.24380503594875336, -2.899498224258423, -1.4695671796798706, -0.4527384340763092, 47.0, -0.29319998621940613, 0.3316749930381775, -0.267194002866745, -0.4410087466239929, 0.3851327896118164, -0.04280207306146622, 0.14436525106430054], "max": [0.8222246766090393, 2.067866086959839, -0.43704792857170105, -0.05005604401230812, -0.2084970474243164, -0.7897440791130066, 1.0763620138168335, 900.0, 0.2720780074596405, 0.37414899468421936, -0.20024000108242035, -0.10353115200996399, 0.8728687763214111, 0.03678954392671585, -0.44055604934692383, -0.22563618421554565, -1.8817791938781738, 1.977318525314331, 1.563501000404358, -0.3266034722328186, 1.0185742378234863, 2.50610089302063, 877.0, -0.010882000438869, 0.4383389949798584, -0.07301799952983856, -0.04546000808477402, 0.9810776114463806, 0.6142690181732178, 0.7353123426437378], "mean": [0.5391147136688232, 2.0357820987701416, -0.9999861121177673, -0.17956657707691193, -1.2527492046356201, -1.1320089101791382, 0.5676735043525696, 447.4354553222656, 0.1797008514404297, 0.3442429006099701, -0.2497837245464325, -0.28167957067489624, 0.7326679229736328, -0.24820126593112946, -0.5198675394058228, -0.48006758093833923, -2.036733627319336, 1.5569154024124146, 0.5913220643997192, -1.4399842023849487, -0.45624762773513794, 1.152172327041626, 559.1839599609375, -0.18600107729434967, 0.3720776438713074, -0.2052786499261856, -0.2652992904186249, 0.6260232925415039, 0.392630934715271, 0.49306121468544006], "std": [0.13681010901927948, 0.017697513103485107, 0.40838339924812317, 0.17099380493164062, 0.3415587246417999, 0.12931112945079803, 0.22843852639198303, 257.5421447753906, 0.061691366136074066, 0.023187072947621346, 0.025831980630755424, 0.12425541877746582, 0.10222559422254562, 0.1570858359336853, 0.03772488608956337, 0.23036403954029083, 0.020630091428756714, 0.28572341799736023, 0.2856723964214325, 0.9612073302268982, 0.9251237511634827, 1.1512705087661743, 288.7283020019531, 0.07913869619369507, 0.02951541170477867, 0.045704152435064316, 0.12864208221435547, 0.22895298898220062, 0.20936867594718933, 0.16625306010246277], "count": [1185]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008438818565400844], "std": [0.029037384867654437], "count": [1185]}, "timestamp": {"min": [0.0], "max": [47.36], "mean": [23.680000000000003], "std": [13.683196507639092], "count": [1185]}, "frame_index": {"min": [0], "max": [1184], "mean": [592.0], "std": [342.0799126909773], "count": [1185]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [1185]}, "index": {"min": [15001], "max": [16185], "mean": [15593.0], "std": [342.0799126909773], "count": [1185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1185]}}} +{"episode_index": 14, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4610103758169935]], [[0.46673115176626206]], [[0.4618347864145658]]], "std": [[[0.12347346529454951]], [[0.11992103423021934]], [[0.1221449280400694]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4735521757314037]], [[0.47717977454870836]], [[0.4706970247821351]]], "std": [[[0.09125049828781316]], [[0.09006136291784554]], [[0.09585717137510759]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[1.0]], [[0.9411764705882353]]], "mean": [[[0.47729678941020853]], [[0.47874152174758794]], [[0.4729569327731093]]], "std": [[[0.09172545069259365]], [[0.09059207949367179]], [[0.09567314484991768]]], "count": [210]}, "states": {"min": [0.5054647922515869, 1.9351164102554321, -1.9701975584030151, -1.4198079109191895, 0.5896943807601929, 1.0303202867507935, -2.618464946746826, 63.0, 0.007389000151306391, 0.3117690086364746, -0.23356999456882477, -0.1797332465648651, -0.6588501930236816, -0.4369477331638336, -0.64959317445755, -1.5757181644439697, -2.0509016513824463, 1.0184520483016968, -0.7807381749153137, -1.1365234851837158, 0.9679770469665527, -2.090188980102539, 52.0, -0.30248400568962097, 0.3306899964809418, -0.21244800090789795, -0.47860780358314514, 0.3577823340892792, -0.05899304524064064, 0.09052173048257828], "max": [1.056936502456665, 2.0480217933654785, 0.6912900805473328, -0.01984439231455326, 1.272903561592102, 1.7352064847946167, -0.669403612613678, 850.0, 0.26089799404144287, 0.4563649892807007, -0.09299899637699127, 0.4578019976615906, 0.9759242534637451, 0.4281318783760071, 0.742254912853241, -0.5227959752082825, -1.7027781009674072, 2.8655686378479004, 0.14898131787776947, 0.9050230383872986, 1.9697438478469849, -0.4509407579898834, 826.0, 0.03193100169301033, 0.44673100113868713, -0.06822799891233444, 0.20797745883464813, 0.9910309314727783, 0.4979466497898102, 0.7799011468887329], "mean": [0.7085371613502502, 2.0067150592803955, -0.8093893527984619, -0.7345473170280457, 1.0003204345703125, 1.339393138885498, -1.3302053213119507, 605.2982177734375, 0.16072534024715424, 0.39537525177001953, -0.1486811637878418, -0.01612580567598343, 0.6648395657539368, -0.24428221583366394, -0.3375230133533478, -1.0989052057266235, -1.973400592803955, 2.7698354721069336, -0.25290802121162415, 0.1336260586977005, 1.5110975503921509, -1.475701928138733, 450.87957763671875, -0.12823963165283203, 0.3845491409301758, -0.14850394427776337, -0.0173192098736763, 0.8095682859420776, 0.20723149180412292, 0.3997691869735718], "std": [0.1256146878004074, 0.028661098331212997, 0.5191757082939148, 0.32654622197151184, 0.2320566326379776, 0.1533781886100769, 0.3462996780872345, 301.1351013183594, 0.059419602155685425, 0.03726338595151901, 0.040622662752866745, 0.13747306168079376, 0.42530208826065063, 0.22162406146526337, 0.3677436113357544, 0.3411106467247009, 0.07566244900226593, 0.29502466320991516, 0.19747458398342133, 0.6160303950309753, 0.2472153753042221, 0.4200381338596344, 267.2226257324219, 0.10045717656612396, 0.030026283115148544, 0.037779949605464935, 0.19774526357650757, 0.18754762411117554, 0.13893848657608032, 0.21899153292179108], "count": [1254]}, "actions": {"min": [0.5054647922515869, 1.9351164102554321, -1.9701975584030151, -1.4198079109191895, 0.5896943807601929, 1.0303202867507935, -2.618464946746826, 63.0, 0.007389000151306391, 0.3117690086364746, -0.23356999456882477, -0.1797332465648651, -0.6588501930236816, -0.4369477331638336, -0.64959317445755, -1.5757181644439697, -2.0509016513824463, 1.0184520483016968, -0.7807381749153137, -1.1365234851837158, 0.9679770469665527, -2.090188980102539, 52.0, -0.30248400568962097, 0.3306899964809418, -0.21244800090789795, -0.47860780358314514, 0.3577823340892792, -0.05899304524064064, 0.09052173048257828], "max": [1.056936502456665, 2.0480217933654785, 0.6912900805473328, -0.01984439231455326, 1.272903561592102, 1.7352064847946167, -0.669403612613678, 850.0, 0.26089799404144287, 0.4563649892807007, -0.09299899637699127, 0.4578019976615906, 0.9759242534637451, 0.4281318783760071, 0.742254912853241, -0.5227959752082825, -1.7027781009674072, 2.8655686378479004, 0.14898131787776947, 0.9050230383872986, 1.9697438478469849, -0.4509407579898834, 826.0, 0.03193100169301033, 0.44673100113868713, -0.06822799891233444, 0.20797745883464813, 0.9910309314727783, 0.4979466497898102, 0.7799011468887329], "mean": [0.7085371613502502, 2.0067150592803955, -0.8093893527984619, -0.7345473170280457, 1.0003204345703125, 1.339393138885498, -1.3302053213119507, 605.2982177734375, 0.16072534024715424, 0.39537525177001953, -0.1486811637878418, -0.01612580567598343, 0.6648395657539368, -0.24428221583366394, -0.3375230133533478, -1.0989052057266235, -1.973400592803955, 2.7698354721069336, -0.25290802121162415, 0.1336260586977005, 1.5110975503921509, -1.475701928138733, 450.87957763671875, -0.12823963165283203, 0.3845491409301758, -0.14850394427776337, -0.0173192098736763, 0.8095682859420776, 0.20723149180412292, 0.3997691869735718], "std": [0.1256146878004074, 0.028661098331212997, 0.5191757082939148, 0.32654622197151184, 0.2320566326379776, 0.1533781886100769, 0.3462996780872345, 301.1351013183594, 0.059419602155685425, 0.03726338595151901, 0.040622662752866745, 0.13747306168079376, 0.42530208826065063, 0.22162406146526337, 0.3677436113357544, 0.3411106467247009, 0.07566244900226593, 0.29502466320991516, 0.19747458398342133, 0.6160303950309753, 0.2472153753042221, 0.4200381338596344, 267.2226257324219, 0.10045717656612396, 0.030026283115148544, 0.037779949605464935, 0.19774526357650757, 0.18754762411117554, 0.13893848657608032, 0.21899153292179108], "count": [1254]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007974481658692185], "std": [0.028227862871495785], "count": [1254]}, "timestamp": {"min": [0.0], "max": [50.12], "mean": [25.06], "std": [14.479940147205951], "count": [1254]}, "frame_index": {"min": [0], "max": [1253], "mean": [626.5], "std": [361.99850368014876], "count": [1254]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [1254]}, "index": {"min": [16186], "max": [17439], "mean": [16812.5], "std": [361.99850368014876], "count": [1254]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1254]}}} +{"episode_index": 15, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.47063560920186476]], [[0.47506263030899337]], [[0.4701742977955818]]], "std": [[[0.10269826540549426]], [[0.10288258541827978]], [[0.10311315809434746]]], "count": [279]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[1.0]], [[1.0]]], "mean": [[[0.4696056908426453]], [[0.4684636437908497]], [[0.462111136733666]]], "std": [[[0.058374293838157565]], [[0.05974271307610871]], [[0.06272301493215149]]], "count": [279]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4771972526764589]], [[0.47855734913439685]], [[0.4733777006172839]]], "std": [[[0.08603536943225398]], [[0.08782420688007424]], [[0.09235670557663807]]], "count": [279]}, "states": {"min": [0.5213996767997742, 2.007896661758423, -0.7501949071884155, -0.4458967447280884, -2.811882495880127, -1.6358097791671753, 0.31586968898773193, -5.0, 0.04258299991488457, 0.3032500147819519, -0.27263200283050537, -0.46113601326942444, -0.6213701367378235, -0.5282353758811951, -0.6252216100692749, -0.9410117268562317, -2.053990602493286, 0.5076465010643005, -0.29710742831230164, 0.2309943288564682, 0.558592677116394, -2.488246202468872, 37.0, -0.33465999364852905, 0.2704859972000122, -0.2795889973640442, -0.4996781647205353, -0.44008827209472656, -0.5527623295783997, -0.5750455856323242], "max": [0.9593027830123901, 2.0356125831604004, 0.61175537109375, 0.10360275208950043, -1.6841555833816528, -0.8551065921783447, 0.9004852175712585, 873.0, 0.2868660092353821, 0.411965012550354, -0.19084599614143372, 0.4578563868999481, 0.8890535235404968, 0.4930351972579956, 0.6238824725151062, -0.2909638285636902, -1.8673452138900757, 1.3546198606491089, 1.2360421419143677, 2.628919839859009, 1.6324414014816284, -0.12927654385566711, 874.0, -0.04847399890422821, 0.4647420048713684, -0.1029760017991066, 0.5770074725151062, 0.9272297620773315, 0.5720117092132568, 0.5908790826797485], "mean": [0.6864211559295654, 2.0182888507843018, 0.01197335496544838, -0.06617054343223572, -2.086317539215088, -1.0998997688293457, 0.5382279753684998, 543.9512329101562, 0.18678805232048035, 0.3757536709308624, -0.2348310947418213, -0.28352394700050354, 0.6712613701820374, -0.26489686965942383, -0.48337236046791077, -0.5485844612121582, -2.025808572769165, 0.8150800466537476, 0.17738154530525208, 1.1129746437072754, 1.3257523775100708, -0.7590864896774292, 572.8042602539062, -0.23445731401443481, 0.3450060784816742, -0.20923079550266266, 0.19696255028247833, 0.18355432152748108, -0.17547130584716797, -0.09043519198894501], "std": [0.13544604182243347, 0.005442741792649031, 0.4086916148662567, 0.09821595251560211, 0.3089273273944855, 0.15763799846172333, 0.16167397797107697, 234.51324462890625, 0.08014948666095734, 0.021006576716899872, 0.01813841611146927, 0.16816866397857666, 0.2304784059524536, 0.2365155667066574, 0.16691580414772034, 0.16508446633815765, 0.03348029777407646, 0.2594812214374542, 0.5086891055107117, 0.833699107170105, 0.21085669100284576, 0.7319733500480652, 292.0252685546875, 0.08521546423435211, 0.052414070814847946, 0.04496782273054123, 0.3864756226539612, 0.585386335849762, 0.41880059242248535, 0.4702231287956238], "count": [1824]}, "actions": {"min": [0.5213996767997742, 2.007896661758423, -0.7501949071884155, -0.4458967447280884, -2.811882495880127, -1.6358097791671753, 0.31586968898773193, -5.0, 0.04258299991488457, 0.3032500147819519, -0.27263200283050537, -0.46113601326942444, -0.6213701367378235, -0.5282353758811951, -0.6252216100692749, -0.9410117268562317, -2.053990602493286, 0.5076465010643005, -0.29710742831230164, 0.2309943288564682, 0.558592677116394, -2.488246202468872, 37.0, -0.33465999364852905, 0.2704859972000122, -0.2795889973640442, -0.4996781647205353, -0.44008827209472656, -0.5527623295783997, -0.5750455856323242], "max": [0.9593027830123901, 2.0356125831604004, 0.61175537109375, 0.10360275208950043, -1.6841555833816528, -0.8551065921783447, 0.9004852175712585, 873.0, 0.2868660092353821, 0.411965012550354, -0.19084599614143372, 0.4578563868999481, 0.8890535235404968, 0.4930351972579956, 0.6238824725151062, -0.2909638285636902, -1.8673452138900757, 1.3546198606491089, 1.2360421419143677, 2.628919839859009, 1.6324414014816284, -0.12927654385566711, 874.0, -0.04847399890422821, 0.4647420048713684, -0.1029760017991066, 0.5770074725151062, 0.9272297620773315, 0.5720117092132568, 0.5908790826797485], "mean": [0.6864211559295654, 2.0182888507843018, 0.01197335496544838, -0.06617054343223572, -2.086317539215088, -1.0998997688293457, 0.5382279753684998, 543.9512329101562, 0.18678805232048035, 0.3757536709308624, -0.2348310947418213, -0.28352394700050354, 0.6712613701820374, -0.26489686965942383, -0.48337236046791077, -0.5485844612121582, -2.025808572769165, 0.8150800466537476, 0.17738154530525208, 1.1129746437072754, 1.3257523775100708, -0.7590864896774292, 572.8042602539062, -0.23445731401443481, 0.3450060784816742, -0.20923079550266266, 0.19696255028247833, 0.18355432152748108, -0.17547130584716797, -0.09043519198894501], "std": [0.13544604182243347, 0.005442741792649031, 0.4086916148662567, 0.09821595251560211, 0.3089273273944855, 0.15763799846172333, 0.16167397797107697, 234.51324462890625, 0.08014948666095734, 0.021006576716899872, 0.01813841611146927, 0.16816866397857666, 0.2304784059524536, 0.2365155667066574, 0.16691580414772034, 0.16508446633815765, 0.03348029777407646, 0.2594812214374542, 0.5086891055107117, 0.833699107170105, 0.21085669100284576, 0.7319733500480652, 292.0252685546875, 0.08521546423435211, 0.052414070814847946, 0.04496782273054123, 0.3864756226539612, 0.585386335849762, 0.41880059242248535, 0.4702231287956238], "count": [1824]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005482456140350877], "std": [0.02340822592128201], "count": [1824]}, "timestamp": {"min": [0.0], "max": [72.92], "mean": [36.46000000000001], "std": [21.061734654739784], "count": [1824]}, "frame_index": {"min": [0], "max": [1823], "mean": [911.5], "std": [526.5433663684945], "count": [1824]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [1824]}, "index": {"min": [17440], "max": [19263], "mean": [18351.5], "std": [526.5433663684945], "count": [1824]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1824]}}} +{"episode_index": 16, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4725764754826662]], [[0.47407584485407067]], [[0.4696588958163911]]], "std": [[[0.12140308497608399]], [[0.1215594357173285]], [[0.12306258430530102]]], "count": [217]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4738625295548327]], [[0.4756371400710822]], [[0.4702479650462335]]], "std": [[[0.08215213798682854]], [[0.08170110160036899]], [[0.08641171763299446]]], "count": [217]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4812917739676516]], [[0.48279054188879855]], [[0.47938496110809914]]], "std": [[[0.06885865784157284]], [[0.06946787656710539]], [[0.07300523155713415]]], "count": [217]}, "states": {"min": [0.17812830209732056, 2.0001821517944336, -1.9689059257507324, -1.5093258619308472, 0.6257529258728027, 0.8191179037094116, -2.785720109939575, 115.0, 0.030811000615358353, 0.2866179943084717, -0.2788800001144409, -0.46323904395103455, 0.5314196944236755, -0.5317814350128174, -0.6082693934440613, -0.866364061832428, -2.0549681186676025, 0.8742179870605469, -0.09365437924861908, -2.9008419513702393, -1.687017798423767, 0.432003915309906, 64.0, -0.29727301001548767, 0.2537029981613159, -0.2958090007305145, -0.49986356496810913, -0.4744671881198883, -0.5191152095794678, -0.6421857476234436], "max": [0.5955063104629517, 2.040167808532715, -0.4279896318912506, -0.09974557161331177, 2.8732831478118896, 1.4087600708007812, -0.6271317005157471, 829.0, 0.2960669994354248, 0.40813300013542175, -0.11406400054693222, -0.06305090337991714, 0.9576209783554077, -0.04119586944580078, -0.23676109313964844, 0.13924238085746765, -2.0250182151794434, 1.5759625434875488, 1.643803358078003, -0.6701540350914001, -1.0754369497299194, 2.8402788639068604, 878.0, -0.06492900103330612, 0.3705559968948364, -0.08721700310707092, 0.5130667090415955, 0.9279724955558777, 0.4942748546600342, 0.702248752117157], "mean": [0.3957967162132263, 2.018442392349243, -1.1656571626663208, -0.7260512113571167, 1.7287750244140625, 1.0894248485565186, -1.8872612714767456, 685.00537109375, 0.20435190200805664, 0.35632002353668213, -0.19101867079734802, -0.25607237219810486, 0.7103545069694519, -0.3273468613624573, -0.5077909827232361, -0.38176921010017395, -2.040400266647339, 1.2646504640579224, 0.6320147514343262, -1.698060154914856, -1.374326467514038, 1.8558796644210815, 573.336669921875, -0.17894384264945984, 0.30563199520111084, -0.21025525033473969, -0.08898968994617462, 0.6503888368606567, 0.23018614947795868, 0.3822652995586395], "std": [0.07776815444231033, 0.008955668658018112, 0.36259832978248596, 0.4650508761405945, 0.6484442353248596, 0.10974641889333725, 0.6645178198814392, 230.04652404785156, 0.07682245224714279, 0.037411149591207504, 0.052521899342536926, 0.12449948489665985, 0.12796156108379364, 0.14861714839935303, 0.1041872501373291, 0.245300754904747, 0.006792600266635418, 0.19595973193645477, 0.5949099063873291, 0.7717875242233276, 0.177366703748703, 0.8151575326919556, 253.78369140625, 0.07150974124670029, 0.0347258597612381, 0.0418282113969326, 0.25807619094848633, 0.37140247225761414, 0.24957333505153656, 0.32114267349243164], "count": [1310]}, "actions": {"min": [0.17812830209732056, 2.0001821517944336, -1.9689059257507324, -1.5093258619308472, 0.6257529258728027, 0.8191179037094116, -2.785720109939575, 115.0, 0.030811000615358353, 0.2866179943084717, -0.2788800001144409, -0.46323904395103455, 0.5314196944236755, -0.5317814350128174, -0.6082693934440613, -0.866364061832428, -2.0549681186676025, 0.8742179870605469, -0.09365437924861908, -2.9008419513702393, -1.687017798423767, 0.432003915309906, 64.0, -0.29727301001548767, 0.2537029981613159, -0.2958090007305145, -0.49986356496810913, -0.4744671881198883, -0.5191152095794678, -0.6421857476234436], "max": [0.5955063104629517, 2.040167808532715, -0.4279896318912506, -0.09974557161331177, 2.8732831478118896, 1.4087600708007812, -0.6271317005157471, 829.0, 0.2960669994354248, 0.40813300013542175, -0.11406400054693222, -0.06305090337991714, 0.9576209783554077, -0.04119586944580078, -0.23676109313964844, 0.13924238085746765, -2.0250182151794434, 1.5759625434875488, 1.643803358078003, -0.6701540350914001, -1.0754369497299194, 2.8402788639068604, 878.0, -0.06492900103330612, 0.3705559968948364, -0.08721700310707092, 0.5130667090415955, 0.9279724955558777, 0.4942748546600342, 0.702248752117157], "mean": [0.3957967162132263, 2.018442392349243, -1.1656571626663208, -0.7260512113571167, 1.7287750244140625, 1.0894248485565186, -1.8872612714767456, 685.00537109375, 0.20435190200805664, 0.35632002353668213, -0.19101867079734802, -0.25607237219810486, 0.7103545069694519, -0.3273468613624573, -0.5077909827232361, -0.38176921010017395, -2.040400266647339, 1.2646504640579224, 0.6320147514343262, -1.698060154914856, -1.374326467514038, 1.8558796644210815, 573.336669921875, -0.17894384264945984, 0.30563199520111084, -0.21025525033473969, -0.08898968994617462, 0.6503888368606567, 0.23018614947795868, 0.3822652995586395], "std": [0.07776815444231033, 0.008955668658018112, 0.36259832978248596, 0.4650508761405945, 0.6484442353248596, 0.10974641889333725, 0.6645178198814392, 230.04652404785156, 0.07682245224714279, 0.037411149591207504, 0.052521899342536926, 0.12449948489665985, 0.12796156108379364, 0.14861714839935303, 0.1041872501373291, 0.245300754904747, 0.006792600266635418, 0.19595973193645477, 0.5949099063873291, 0.7717875242233276, 0.177366703748703, 0.8151575326919556, 253.78369140625, 0.07150974124670029, 0.0347258597612381, 0.0418282113969326, 0.25807619094848633, 0.37140247225761414, 0.24957333505153656, 0.32114267349243164], "count": [1310]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007633587786259542], "std": [0.027618400786451214], "count": [1310]}, "timestamp": {"min": [0.0], "max": [52.36], "mean": [26.180000000000003], "std": [15.12657264551359], "count": [1310]}, "frame_index": {"min": [0], "max": [1309], "mean": [654.5], "std": [378.16431613783976], "count": [1310]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [1310]}, "index": {"min": [19264], "max": [20573], "mean": [19918.5], "std": [378.16431613783976], "count": [1310]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1310]}}} +{"episode_index": 17, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.47991588425493653]], [[0.4849837314555452]], [[0.4812474993083653]]], "std": [[[0.11902617864084424]], [[0.11849147169806475]], [[0.1192548812759471]]], "count": [189]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6627450980392157]], [[0.6627450980392157]]], "mean": [[[0.47524954719542134]], [[0.47963974046408686]], [[0.4738915354722136]]], "std": [[[0.05823962902459647]], [[0.056834265062503664]], [[0.061846781693317913]]], "count": [189]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[0.9450980392156862]], [[0.6666666666666666]]], "mean": [[[0.46970099660234466]], [[0.4722238064979078]], [[0.4676964318134661]]], "std": [[[0.07151898908807333]], [[0.0706642105142949]], [[0.07532800660094342]]], "count": [189]}, "states": {"min": [0.2436130791902542, 2.0108985900878906, -2.1241183280944824, -1.5404101610183716, -2.651888132095337, -1.385128140449524, 0.4338016211986542, 0.0, -0.03745799884200096, 0.3493559956550598, -0.2514120042324066, -0.3987058997154236, -0.6028117537498474, -0.4428826570510864, -0.6060799360275269, -0.75248122215271, -2.0586156845092773, -2.1366145610809326, -1.2504236698150635, -0.16093681752681732, -1.4517823457717896, 0.7962890863418579, 6.0, -0.321152001619339, 0.28132200241088867, -0.2840009927749634, -0.4998994469642639, -0.35570037364959717, -0.554958164691925, -0.5761095881462097], "max": [0.9790773987770081, 2.0341639518737793, -0.5936388373374939, -0.13870131969451904, -0.44626325368881226, -0.2352878302335739, 2.397454261779785, 788.0, 0.32058000564575195, 0.43505099415779114, -0.09930399805307388, 0.5054115653038025, 0.9782423973083496, 0.5372965335845947, 0.6092066764831543, -0.21593214571475983, -2.015576124191284, -1.6305389404296875, -0.0029146999586373568, 2.6630234718322754, -0.7578917741775513, 2.6784870624542236, 879.0, -0.05463000014424324, 0.4218499958515167, -0.12202499806880951, 0.508026123046875, 0.952266275882721, 0.5541909337043762, 0.6401053071022034], "mean": [0.49956217408180237, 2.020490884780884, -1.5577563047409058, -0.9751582145690918, -1.871254801750183, -0.6632260680198669, 1.828882098197937, 526.954833984375, 0.1438692808151245, 0.4011966586112976, -0.17425310611724854, -0.20607885718345642, 0.7039104700088501, -0.2154855579137802, -0.28758805990219116, -0.49430787563323975, -2.0416746139526367, -1.8341147899627686, -0.43300172686576843, 1.074642300605774, -1.231184482574463, 2.115741491317749, 617.135498046875, -0.2047017514705658, 0.3517202138900757, -0.21235892176628113, -0.28303441405296326, 0.6545328497886658, 0.3348255455493927, 0.46090269088745117], "std": [0.21249333024024963, 0.004807329270988703, 0.30847129225730896, 0.30014556646347046, 0.485149621963501, 0.38621214032173157, 0.4209257662296295, 234.00146484375, 0.08530496060848236, 0.02437196858227253, 0.035309597849845886, 0.2254568338394165, 0.3699176609516144, 0.2682397961616516, 0.2706992030143738, 0.16693727672100067, 0.007780747022479773, 0.10954536497592926, 0.44518977403640747, 0.9993832111358643, 0.11666006594896317, 0.6826403141021729, 274.3751525878906, 0.07823480665683746, 0.03646181523799896, 0.041311316192150116, 0.1708194762468338, 0.2394014149904251, 0.20802094042301178, 0.19280749559402466], "count": [1085]}, "actions": {"min": [0.2436130791902542, 2.0108985900878906, -2.1241183280944824, -1.5404101610183716, -2.651888132095337, -1.385128140449524, 0.4338016211986542, 0.0, -0.03745799884200096, 0.3493559956550598, -0.2514120042324066, -0.3987058997154236, -0.6028117537498474, -0.4428826570510864, -0.6060799360275269, -0.75248122215271, -2.0586156845092773, -2.1366145610809326, -1.2504236698150635, -0.16093681752681732, -1.4517823457717896, 0.7962890863418579, 6.0, -0.321152001619339, 0.28132200241088867, -0.2840009927749634, -0.4998994469642639, -0.35570037364959717, -0.554958164691925, -0.5761095881462097], "max": [0.9790773987770081, 2.0341639518737793, -0.5936388373374939, -0.13870131969451904, -0.44626325368881226, -0.2352878302335739, 2.397454261779785, 788.0, 0.32058000564575195, 0.43505099415779114, -0.09930399805307388, 0.5054115653038025, 0.9782423973083496, 0.5372965335845947, 0.6092066764831543, -0.21593214571475983, -2.015576124191284, -1.6305389404296875, -0.0029146999586373568, 2.6630234718322754, -0.7578917741775513, 2.6784870624542236, 879.0, -0.05463000014424324, 0.4218499958515167, -0.12202499806880951, 0.508026123046875, 0.952266275882721, 0.5541909337043762, 0.6401053071022034], "mean": [0.49956217408180237, 2.020490884780884, -1.5577563047409058, -0.9751582145690918, -1.871254801750183, -0.6632260680198669, 1.828882098197937, 526.954833984375, 0.1438692808151245, 0.4011966586112976, -0.17425310611724854, -0.20607885718345642, 0.7039104700088501, -0.2154855579137802, -0.28758805990219116, -0.49430787563323975, -2.0416746139526367, -1.8341147899627686, -0.43300172686576843, 1.074642300605774, -1.231184482574463, 2.115741491317749, 617.135498046875, -0.2047017514705658, 0.3517202138900757, -0.21235892176628113, -0.28303441405296326, 0.6545328497886658, 0.3348255455493927, 0.46090269088745117], "std": [0.21249333024024963, 0.004807329270988703, 0.30847129225730896, 0.30014556646347046, 0.485149621963501, 0.38621214032173157, 0.4209257662296295, 234.00146484375, 0.08530496060848236, 0.02437196858227253, 0.035309597849845886, 0.2254568338394165, 0.3699176609516144, 0.2682397961616516, 0.2706992030143738, 0.16693727672100067, 0.007780747022479773, 0.10954536497592926, 0.44518977403640747, 0.9993832111358643, 0.11666006594896317, 0.6826403141021729, 274.3751525878906, 0.07823480665683746, 0.03646181523799896, 0.041311316192150116, 0.1708194762468338, 0.2394014149904251, 0.20802094042301178, 0.19280749559402466], "count": [1085]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009216589861751152], "std": [0.030344843563418114], "count": [1085]}, "timestamp": {"min": [0.0], "max": [43.36], "mean": [21.679999999999996], "std": [12.528495520213111], "count": [1085]}, "frame_index": {"min": [0], "max": [1084], "mean": [542.0], "std": [313.2123880053278], "count": [1085]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [1085]}, "index": {"min": [20574], "max": [21658], "mean": [21116.0], "std": [313.2123880053278], "count": [1085]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1085]}}} +{"episode_index": 18, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.472966700331724]], [[0.47887239506355306]], [[0.47452741854698327]]], "std": [[[0.11592722131681027]], [[0.1164148991378054]], [[0.11653305885624539]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6666666666666666]], [[0.6666666666666666]]], "mean": [[[0.47031885941143625]], [[0.4753054529181857]], [[0.46906171892961535]]], "std": [[[0.06897842356069589]], [[0.06712934383316421]], [[0.0716628752912504]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4759450941389956]], [[0.4774817705767399]], [[0.4729622448434985]]], "std": [[[0.095761686429456]], [[0.0970639953812241]], [[0.1015565299123105]]], "count": [199]}, "states": {"min": [0.3844437003135681, 1.8902615308761597, -0.9524262547492981, -0.4461585283279419, -2.6467745304107666, -1.4614166021347046, 0.46160468459129333, -4.0, 0.043021999299526215, 0.2918980121612549, -0.28064799308776855, -0.34160521626472473, -0.650723934173584, -0.528038501739502, -0.6590067148208618, -0.9108000993728638, -2.0665221214294434, -0.19252727925777435, -0.3965213894844055, -0.512603223323822, 0.09260717779397964, -2.468139886856079, 57.0, -0.3041990101337433, 0.28810301423072815, -0.2751399874687195, -0.4994252026081085, -0.5090762972831726, -0.6433281898498535, -0.5291743278503418], "max": [0.9680294394493103, 2.060081958770752, 0.9465095400810242, 0.1748470813035965, -0.49693015217781067, -0.644166111946106, 1.0783865451812744, 827.0, 0.2885049879550934, 0.4148060083389282, -0.21163800358772278, 0.4445395767688751, 0.879134476184845, 0.5772172212600708, 0.6549572944641113, -0.03897320479154587, -1.8792134523391724, 1.9513654708862305, 1.4720807075500488, 2.638170003890991, 1.5739729404449463, 0.09334021806716919, 903.0, -0.024191999807953835, 0.4272119998931885, -0.11293599754571915, 0.537834882736206, 0.9791745543479919, 0.710422694683075, 0.705952525138855], "mean": [0.6651087999343872, 2.0159099102020264, -0.21665728092193604, -0.021486233919858932, -2.0201473236083984, -1.074936032295227, 0.6546635627746582, 559.8673095703125, 0.16003452241420746, 0.36207976937294006, -0.24744918942451477, -0.1924751102924347, 0.6749714016914368, -0.2278144806623459, -0.47035086154937744, -0.4840759336948395, -2.0313446521759033, 1.1787256002426147, 0.3920632004737854, 1.1002389192581177, 1.1790872812271118, -0.9753753542900085, 516.7200317382812, -0.20248468220233917, 0.34583115577697754, -0.21547047793865204, -0.015106212347745895, 0.37444692850112915, 0.0941234827041626, 0.15626965463161469], "std": [0.15919232368469238, 0.02547229453921318, 0.41526171565055847, 0.1330011636018753, 0.46922531723976135, 0.18500949442386627, 0.14678820967674255, 272.5452880859375, 0.0673467293381691, 0.023991908878087997, 0.017666691914200783, 0.17004884779453278, 0.3073697090148926, 0.22045637667179108, 0.24948935210704803, 0.22094058990478516, 0.02372976392507553, 0.8197869658470154, 0.5525424480438232, 1.0633069276809692, 0.2828005850315094, 0.9489832520484924, 239.71807861328125, 0.08180047571659088, 0.03703583776950836, 0.05172174423933029, 0.3637782037258148, 0.5516209006309509, 0.43719398975372314, 0.44555941224098206], "count": [1168]}, "actions": {"min": [0.3844437003135681, 1.8902615308761597, -0.9524262547492981, -0.4461585283279419, -2.6467745304107666, -1.4614166021347046, 0.46160468459129333, -4.0, 0.043021999299526215, 0.2918980121612549, -0.28064799308776855, -0.34160521626472473, -0.650723934173584, -0.528038501739502, -0.6590067148208618, -0.9108000993728638, -2.0665221214294434, -0.19252727925777435, -0.3965213894844055, -0.512603223323822, 0.09260717779397964, -2.468139886856079, 57.0, -0.3041990101337433, 0.28810301423072815, -0.2751399874687195, -0.4994252026081085, -0.5090762972831726, -0.6433281898498535, -0.5291743278503418], "max": [0.9680294394493103, 2.060081958770752, 0.9465095400810242, 0.1748470813035965, -0.49693015217781067, -0.644166111946106, 1.0783865451812744, 827.0, 0.2885049879550934, 0.4148060083389282, -0.21163800358772278, 0.4445395767688751, 0.879134476184845, 0.5772172212600708, 0.6549572944641113, -0.03897320479154587, -1.8792134523391724, 1.9513654708862305, 1.4720807075500488, 2.638170003890991, 1.5739729404449463, 0.09334021806716919, 903.0, -0.024191999807953835, 0.4272119998931885, -0.11293599754571915, 0.537834882736206, 0.9791745543479919, 0.710422694683075, 0.705952525138855], "mean": [0.6651087999343872, 2.0159099102020264, -0.21665728092193604, -0.021486233919858932, -2.0201473236083984, -1.074936032295227, 0.6546635627746582, 559.8673095703125, 0.16003452241420746, 0.36207976937294006, -0.24744918942451477, -0.1924751102924347, 0.6749714016914368, -0.2278144806623459, -0.47035086154937744, -0.4840759336948395, -2.0313446521759033, 1.1787256002426147, 0.3920632004737854, 1.1002389192581177, 1.1790872812271118, -0.9753753542900085, 516.7200317382812, -0.20248468220233917, 0.34583115577697754, -0.21547047793865204, -0.015106212347745895, 0.37444692850112915, 0.0941234827041626, 0.15626965463161469], "std": [0.15919232368469238, 0.02547229453921318, 0.41526171565055847, 0.1330011636018753, 0.46922531723976135, 0.18500949442386627, 0.14678820967674255, 272.5452880859375, 0.0673467293381691, 0.023991908878087997, 0.017666691914200783, 0.17004884779453278, 0.3073697090148926, 0.22045637667179108, 0.24948935210704803, 0.22094058990478516, 0.02372976392507553, 0.8197869658470154, 0.5525424480438232, 1.0633069276809692, 0.2828005850315094, 0.9489832520484924, 239.71807861328125, 0.08180047571659088, 0.03703583776950836, 0.05172174423933029, 0.3637782037258148, 0.5516209006309509, 0.43719398975372314, 0.44555941224098206], "count": [1168]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008561643835616438], "std": [0.02924775830914165], "count": [1168]}, "timestamp": {"min": [0.0], "max": [46.68], "mean": [23.34], "std": [13.48689734520138], "count": [1168]}, "frame_index": {"min": [0], "max": [1167], "mean": [583.5], "std": [337.17243363003445], "count": [1168]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [1168]}, "index": {"min": [21659], "max": [22826], "mean": [22242.5], "std": [337.17243363003445], "count": [1168]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1168]}}} +{"episode_index": 19, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4814001683392138]], [[0.4860247170648003]], [[0.48130311542020937]]], "std": [[[0.10554995431165304]], [[0.10669453527793507]], [[0.10748180038296351]]], "count": [339]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6745098039215687]], [[0.6509803921568628]], [[0.6352941176470588]]], "mean": [[[0.47459752467850463]], [[0.4769206184809223]], [[0.4718299273863921]]], "std": [[[0.04815447625866682]], [[0.04696912430778392]], [[0.049407901988135224]]], "count": [339]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48258906976015575]], [[0.47431715975475736]], [[0.4669044702074537]]], "std": [[[0.07683005485463992]], [[0.09325059869461166]], [[0.10489377851266667]]], "count": [339]}, "states": {"min": [0.3876376152038574, 1.9863766431808472, -2.39825701713562, -1.7536195516586304, -2.6078710556030273, -1.6880825757980347, 0.8096233606338501, -5.0, -0.061246998608112335, 0.23145799338817596, -0.2499369978904724, -0.45477989315986633, -0.6568945050239563, -0.5580675601959229, -0.6594601273536682, -1.1363141536712646, -2.0450196266174316, -0.370481014251709, -1.7314889430999756, -1.9629195928573608, 0.6268699169158936, -1.3156641721725464, 17.0, -0.37589800357818604, 0.2287060022354126, -0.2603890001773834, -0.4941006898880005, -0.5525429248809814, -0.6556514501571655, -0.5288412570953369], "max": [1.0955955982208252, 2.0496273040771484, 0.04167846217751503, 0.0319744311273098, -1.297984004020691, 0.7130019068717957, 2.831308126449585, 904.0, 0.3460269868373871, 0.45120900869369507, -0.135126993060112, 0.39398515224456787, 0.9783076047897339, 0.5624274611473083, 0.6570733189582825, -0.3026226758956909, -1.3522636890411377, 2.8624796867370605, 0.02307325415313244, 1.3686000108718872, 1.928868055343628, 0.9614145755767822, 896.0, -0.13396500051021576, 0.44438499212265015, -0.11010099947452545, 0.6633487939834595, 0.9352402687072754, 0.6491045355796814, 0.6593811511993408], "mean": [0.661027193069458, 2.016892910003662, -1.247754693031311, -0.7180792093276978, -1.972725510597229, -1.0473569631576538, 1.6082885265350342, 549.8348999023438, 0.1285913586616516, 0.35615187883377075, -0.1883820742368698, 0.03363034129142761, 0.44545817375183105, 0.12282650172710419, -0.013123792596161366, -0.553648829460144, -1.9864208698272705, 2.0564491748809814, -0.3603816330432892, -0.4219590723514557, 1.3593428134918213, -0.4064962863922119, 339.28631591796875, -0.26277539134025574, 0.33125823736190796, -0.21829555928707123, -0.09700088202953339, 0.32616135478019714, 0.25257834792137146, 0.29255619645118713], "std": [0.2324187457561493, 0.01648341678082943, 0.8232352137565613, 0.48019838333129883, 0.4480828642845154, 0.37766385078430176, 0.5589256286621094, 306.9488220214844, 0.14366187155246735, 0.05627809464931488, 0.023585868999361992, 0.2452414482831955, 0.664992094039917, 0.291140615940094, 0.44503578543663025, 0.25012028217315674, 0.12421347200870514, 1.2611491680145264, 0.4111502766609192, 1.132665991783142, 0.2540004849433899, 0.6665472984313965, 372.4869689941406, 0.05899657681584358, 0.03893735259771347, 0.03672030568122864, 0.4300369918346405, 0.463914692401886, 0.43411940336227417, 0.38238295912742615], "count": [2368]}, "actions": {"min": [0.3876376152038574, 1.9863766431808472, -2.39825701713562, -1.7536195516586304, -2.6078710556030273, -1.6880825757980347, 0.8096233606338501, -5.0, -0.061246998608112335, 0.23145799338817596, -0.2499369978904724, -0.45477989315986633, -0.6568945050239563, -0.5580675601959229, -0.6594601273536682, -1.1363141536712646, -2.0450196266174316, -0.370481014251709, -1.7314889430999756, -1.9629195928573608, 0.6268699169158936, -1.3156641721725464, 17.0, -0.37589800357818604, 0.2287060022354126, -0.2603890001773834, -0.4941006898880005, -0.5525429248809814, -0.6556514501571655, -0.5288412570953369], "max": [1.0955955982208252, 2.0496273040771484, 0.04167846217751503, 0.0319744311273098, -1.297984004020691, 0.7130019068717957, 2.831308126449585, 904.0, 0.3460269868373871, 0.45120900869369507, -0.135126993060112, 0.39398515224456787, 0.9783076047897339, 0.5624274611473083, 0.6570733189582825, -0.3026226758956909, -1.3522636890411377, 2.8624796867370605, 0.02307325415313244, 1.3686000108718872, 1.928868055343628, 0.9614145755767822, 896.0, -0.13396500051021576, 0.44438499212265015, -0.11010099947452545, 0.6633487939834595, 0.9352402687072754, 0.6491045355796814, 0.6593811511993408], "mean": [0.661027193069458, 2.016892910003662, -1.247754693031311, -0.7180792093276978, -1.972725510597229, -1.0473569631576538, 1.6082885265350342, 549.8348999023438, 0.1285913586616516, 0.35615187883377075, -0.1883820742368698, 0.03363034129142761, 0.44545817375183105, 0.12282650172710419, -0.013123792596161366, -0.553648829460144, -1.9864208698272705, 2.0564491748809814, -0.3603816330432892, -0.4219590723514557, 1.3593428134918213, -0.4064962863922119, 339.28631591796875, -0.26277539134025574, 0.33125823736190796, -0.21829555928707123, -0.09700088202953339, 0.32616135478019714, 0.25257834792137146, 0.29255619645118713], "std": [0.2324187457561493, 0.01648341678082943, 0.8232352137565613, 0.48019838333129883, 0.4480828642845154, 0.37766385078430176, 0.5589256286621094, 306.9488220214844, 0.14366187155246735, 0.05627809464931488, 0.023585868999361992, 0.2452414482831955, 0.664992094039917, 0.291140615940094, 0.44503578543663025, 0.25012028217315674, 0.12421347200870514, 1.2611491680145264, 0.4111502766609192, 1.132665991783142, 0.2540004849433899, 0.6665472984313965, 372.4869689941406, 0.05899657681584358, 0.03893735259771347, 0.03672030568122864, 0.4300369918346405, 0.463914692401886, 0.43411940336227417, 0.38238295912742615], "count": [2368]}, "next.done": {"min": [false], "max": [true], "mean": [0.0004222972972972973], "std": [0.020545533876976593], "count": [2368]}, "timestamp": {"min": [0.0], "max": [94.68], "mean": [47.339999999999996], "std": [27.343306310685985], "count": [2368]}, "frame_index": {"min": [0], "max": [2367], "mean": [1183.5], "std": [683.5826577671496], "count": [2368]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [2368]}, "index": {"min": [22827], "max": [25194], "mean": [24010.5], "std": [683.5826577671496], "count": [2368]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2368]}}} +{"episode_index": 20, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4680455695209118]], [[0.47411306404745807]], [[0.46792747472552243]]], "std": [[[0.14995241152234556]], [[0.1477632018364315]], [[0.14940415532919002]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7215686274509804]], [[0.7176470588235294]]], "mean": [[[0.46711862503622137]], [[0.4734551941466242]], [[0.46802254076918126]]], "std": [[[0.07422296832528492]], [[0.06754613065490908]], [[0.07044673553591085]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47063922997359864]], [[0.4720526004942207]], [[0.4687852454200071]]], "std": [[[0.11049598227688136]], [[0.10770861830827078]], [[0.10966444496549471]]], "count": [203]}, "states": {"min": [0.4850444793701172, 1.945728063583374, -1.7794854640960693, -0.5337915420532227, -1.6829339265823364, -1.3167288303375244, 0.25761061906814575, -6.0, 0.04447299987077713, 0.33771800994873047, -0.2766079902648926, -0.3904247283935547, -0.6140936017036438, -0.4629056453704834, -0.6201151609420776, -1.0110867023468018, -2.0640437602996826, 0.9247976541519165, -0.11252138018608093, 0.04354596510529518, 0.5962393879890442, -2.5670127868652344, 68.0, -0.296656996011734, 0.3208320140838623, -0.2736380100250244, -0.4754573106765747, 0.41059860587120056, -0.11665567010641098, 0.019120732322335243], "max": [0.8330107927322388, 2.055509328842163, -1.0819470882415771, 0.03104940801858902, -0.19186405837535858, -0.6961595416069031, 1.3790545463562012, 897.0, 0.22823399305343628, 0.4199349880218506, -0.16063199937343597, 0.5097798109054565, 0.9190311431884766, 0.46202725172042847, 0.6279455423355103, -0.31635838747024536, -1.7216976881027222, 1.683300256729126, 1.472254991531372, 2.8732659816741943, 1.600292444229126, -0.41346850991249084, 918.0, -0.001550000044517219, 0.4502910077571869, -0.06723199784755707, 0.04578905180096626, 0.9839358925819397, 0.5764109492301941, 0.6956035494804382], "mean": [0.6301466226577759, 2.023508310317993, -1.3546810150146484, -0.3275545537471771, -1.1500446796417236, -1.005814790725708, 1.073612928390503, 493.4041748046875, 0.13886712491512299, 0.3842734396457672, -0.22339658439159393, -0.12853451073169708, 0.699985921382904, -0.26843464374542236, -0.4953591227531433, -0.6776711940765381, -2.0209579467773438, 1.2113795280456543, 0.40581968426704407, 1.471305251121521, 1.29021155834198, -1.3225150108337402, 509.7129821777344, -0.17520670592784882, 0.37311282753944397, -0.19870245456695557, -0.19507986307144165, 0.711637020111084, 0.35357192158699036, 0.4036063849925995], "std": [0.09141074866056442, 0.015811027958989143, 0.22390992939472198, 0.09661052376031876, 0.3038417398929596, 0.1060502827167511, 0.19811496138572693, 225.75314331054688, 0.04873151704668999, 0.024579333141446114, 0.022661568596959114, 0.14361977577209473, 0.2639625072479248, 0.17996102571487427, 0.2310248166322708, 0.21201451122760773, 0.05517071485519409, 0.18324197828769684, 0.4333226978778839, 1.0188624858856201, 0.1796128749847412, 0.8018432855606079, 210.5199737548828, 0.0752708688378334, 0.027279991656541824, 0.05346871539950371, 0.1540365219116211, 0.19846037030220032, 0.21995006501674652, 0.23688258230686188], "count": [1195]}, "actions": {"min": [0.4850444793701172, 1.945728063583374, -1.7794854640960693, -0.5337915420532227, -1.6829339265823364, -1.3167288303375244, 0.25761061906814575, -6.0, 0.04447299987077713, 0.33771800994873047, -0.2766079902648926, -0.3904247283935547, -0.6140936017036438, -0.4629056453704834, -0.6201151609420776, -1.0110867023468018, -2.0640437602996826, 0.9247976541519165, -0.11252138018608093, 0.04354596510529518, 0.5962393879890442, -2.5670127868652344, 68.0, -0.296656996011734, 0.3208320140838623, -0.2736380100250244, -0.4754573106765747, 0.41059860587120056, -0.11665567010641098, 0.019120732322335243], "max": [0.8330107927322388, 2.055509328842163, -1.0819470882415771, 0.03104940801858902, -0.19186405837535858, -0.6961595416069031, 1.3790545463562012, 897.0, 0.22823399305343628, 0.4199349880218506, -0.16063199937343597, 0.5097798109054565, 0.9190311431884766, 0.46202725172042847, 0.6279455423355103, -0.31635838747024536, -1.7216976881027222, 1.683300256729126, 1.472254991531372, 2.8732659816741943, 1.600292444229126, -0.41346850991249084, 918.0, -0.001550000044517219, 0.4502910077571869, -0.06723199784755707, 0.04578905180096626, 0.9839358925819397, 0.5764109492301941, 0.6956035494804382], "mean": [0.6301466226577759, 2.023508310317993, -1.3546810150146484, -0.3275545537471771, -1.1500446796417236, -1.005814790725708, 1.073612928390503, 493.4041748046875, 0.13886712491512299, 0.3842734396457672, -0.22339658439159393, -0.12853451073169708, 0.699985921382904, -0.26843464374542236, -0.4953591227531433, -0.6776711940765381, -2.0209579467773438, 1.2113795280456543, 0.40581968426704407, 1.471305251121521, 1.29021155834198, -1.3225150108337402, 509.7129821777344, -0.17520670592784882, 0.37311282753944397, -0.19870245456695557, -0.19507986307144165, 0.711637020111084, 0.35357192158699036, 0.4036063849925995], "std": [0.09141074866056442, 0.015811027958989143, 0.22390992939472198, 0.09661052376031876, 0.3038417398929596, 0.1060502827167511, 0.19811496138572693, 225.75314331054688, 0.04873151704668999, 0.024579333141446114, 0.022661568596959114, 0.14361977577209473, 0.2639625072479248, 0.17996102571487427, 0.2310248166322708, 0.21201451122760773, 0.05517071485519409, 0.18324197828769684, 0.4333226978778839, 1.0188624858856201, 0.1796128749847412, 0.8018432855606079, 210.5199737548828, 0.0752708688378334, 0.027279991656541824, 0.05346871539950371, 0.1540365219116211, 0.19846037030220032, 0.21995006501674652, 0.23688258230686188], "count": [1195]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008368200836820083], "std": [0.028915736473926354], "count": [1195]}, "timestamp": {"min": [0.0], "max": [47.76], "mean": [23.88], "std": [13.798666602248206], "count": [1195]}, "frame_index": {"min": [0], "max": [1194], "mean": [597.0], "std": [344.9666650562051], "count": [1195]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [1195]}, "index": {"min": [25195], "max": [26389], "mean": [25792.0], "std": [344.9666650562051], "count": [1195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1195]}}} +{"episode_index": 21, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613068854804365]], [[0.46897125643243726]], [[0.462896733504865]]], "std": [[[0.14623009131170325]], [[0.14389952070076373]], [[0.14575547461402416]]], "count": [221]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4681739355055748]], [[0.4679809938115518]], [[0.4628903140064472]]], "std": [[[0.08421851509934583]], [[0.08295292416618813]], [[0.08696616230005409]]], "count": [221]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4691089512539556]], [[0.47260869709874903]], [[0.4679018581980304]]], "std": [[[0.08682675893378675]], [[0.084680931491106]], [[0.08774471851524483]]], "count": [221]}, "states": {"min": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -1.0535681247711182, -2.0541303157806396, 0.4956386089324951, -0.16980308294296265, 0.41196751594543457, 0.5873382091522217, -2.1993768215179443, 12.0, -0.25895899534225464, 0.34710198640823364, -0.23771099746227264, -0.45720037817955017, 0.3919282853603363, -0.053088411688804626, 0.14611677825450897], "max": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -0.513807475566864, -1.8277961015701294, 1.819889783859253, 1.4054089784622192, 2.87040376663208, 1.6248667240142822, -0.2839999794960022, 872.0, 0.0064119999296963215, 0.44928601384162903, -0.05243099853396416, 0.027211740612983704, 0.9850170016288757, 0.5345470309257507, 0.714695155620575], "mean": [0.5807303190231323, 2.0295584201812744, 0.03745530918240547, 0.05862490087747574, -1.5485538244247437, -1.0870790481567383, 0.3926774263381958, 855.0, 0.2245054543018341, 0.38358309864997864, -0.23335851728916168, 0.40740785002708435, -0.5426037907600403, 0.47493308782577515, 0.5603843331336975, -0.680054247379303, -2.031719446182251, 1.2258251905441284, 0.7280049920082092, 1.7945148944854736, 1.1370078325271606, -1.482633113861084, 541.304443359375, -0.13978464901447296, 0.39577531814575195, -0.17552617192268372, -0.1633598357439041, 0.815735936164856, 0.23210884630680084, 0.3947112560272217], "std": [6.9141387939453125e-06, 1.52587890625e-05, 5.438923835754395e-07, 7.078051567077637e-07, 2.7775568014476448e-05, 1.680835339357145e-05, 4.202088348392863e-06, 0.0, 4.470348358154297e-07, 6.9141387939453125e-06, 1.4901161193847656e-06, 5.5133787100203335e-06, 5.0067901611328125e-06, 1.9371509552001953e-06, 7.927352271508425e-06, 0.13448727130889893, 0.033396631479263306, 0.34421777725219727, 0.3414723575115204, 0.7397061586380005, 0.302476167678833, 0.5436729788780212, 277.2409973144531, 0.07672838866710663, 0.03070959262549877, 0.0390077568590641, 0.12970703840255737, 0.15812578797340393, 0.17679157853126526, 0.15853829681873322], "count": [1337]}, "actions": {"min": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -1.0535681247711182, -2.0541303157806396, 0.4956386089324951, -0.16980308294296265, 0.41196751594543457, 0.5873382091522217, -2.1993768215179443, 12.0, -0.25895899534225464, 0.34710198640823364, -0.23771099746227264, -0.45720037817955017, 0.3919282853603363, -0.053088411688804626, 0.14611677825450897], "max": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -0.513807475566864, -1.8277961015701294, 1.819889783859253, 1.4054089784622192, 2.87040376663208, 1.6248667240142822, -0.2839999794960022, 872.0, 0.0064119999296963215, 0.44928601384162903, -0.05243099853396416, 0.027211740612983704, 0.9850170016288757, 0.5345470309257507, 0.714695155620575], "mean": [0.5807303190231323, 2.0295584201812744, 0.03745530918240547, 0.05862490087747574, -1.5485538244247437, -1.0870790481567383, 0.3926774263381958, 855.0, 0.2245054543018341, 0.38358309864997864, -0.23335851728916168, 0.40740785002708435, -0.5426037907600403, 0.47493308782577515, 0.5603843331336975, -0.680054247379303, -2.031719446182251, 1.2258251905441284, 0.7280049920082092, 1.7945148944854736, 1.1370078325271606, -1.482633113861084, 541.304443359375, -0.13978464901447296, 0.39577531814575195, -0.17552617192268372, -0.1633598357439041, 0.815735936164856, 0.23210884630680084, 0.3947112560272217], "std": [6.9141387939453125e-06, 1.52587890625e-05, 5.438923835754395e-07, 7.078051567077637e-07, 2.7775568014476448e-05, 1.680835339357145e-05, 4.202088348392863e-06, 0.0, 4.470348358154297e-07, 6.9141387939453125e-06, 1.4901161193847656e-06, 5.5133787100203335e-06, 5.0067901611328125e-06, 1.9371509552001953e-06, 7.927352271508425e-06, 0.13448727130889893, 0.033396631479263306, 0.34421777725219727, 0.3414723575115204, 0.7397061586380005, 0.302476167678833, 0.5436729788780212, 277.2409973144531, 0.07672838866710663, 0.03070959262549877, 0.0390077568590641, 0.12970703840255737, 0.15812578797340393, 0.17679157853126526, 0.15853829681873322], "count": [1337]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007479431563201197], "std": [0.02733831994389987], "count": [1337]}, "timestamp": {"min": [0.0], "max": [53.44], "mean": [26.72], "std": [15.438341879878163], "count": [1337]}, "frame_index": {"min": [0], "max": [1336], "mean": [668.0], "std": [385.95854699695406], "count": [1337]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [1337]}, "index": {"min": [26390], "max": [27726], "mean": [27058.0], "std": [385.95854699695406], "count": [1337]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1337]}}} +{"episode_index": 22, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4672780899708761]], [[0.47423599152528023]], [[0.4686515850943141]]], "std": [[[0.14391518229127054]], [[0.1406280975155758]], [[0.14314197150823119]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7490196078431373]], [[1.0]], [[1.0]]], "mean": [[[0.46824796280774833]], [[0.4675448341037624]], [[0.4632214274526737]]], "std": [[[0.07510480200890417]], [[0.07273448588118682]], [[0.07712401998841364]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.4670762227386637]], [[0.4682209713332656]], [[0.4641681789512005]]], "std": [[[0.08117334286731143]], [[0.07987287639727036]], [[0.08511040498310805]]], "count": [193]}, "states": {"min": [0.4702789783477783, 2.0166232585906982, -1.997285008430481, -1.3875716924667358, -2.80715274810791, -1.5717214345932007, 0.34204962849617004, 3.0, -0.013549000024795532, 0.29302701354026794, -0.28454500436782837, -0.4393693208694458, -0.6069270968437195, -0.5059745907783508, -0.6054197549819946, -1.0965205430984497, -2.055509328842163, 0.379085510969162, -0.12278391420841217, 0.4723559021949768, 0.8666432499885559, -2.756643056869507, 29.0, -0.27777498960494995, 0.2967880070209503, -0.28108999133110046, -0.49927395582199097, -0.5267355442047119, -0.417553186416626, -0.5503775477409363], "max": [0.9546078443527222, 2.0448453426361084, 0.03378957509994507, 0.08452629297971725, -0.8969945311546326, -0.9317615032196045, 2.403667449951172, 904.0, 0.27292099595069885, 0.4652630090713501, -0.1119140014052391, 0.441650390625, 0.9964596629142761, 0.5557370781898499, 0.6473871469497681, -0.38111013174057007, -1.9432846307754517, 1.834567904472351, 1.2801291942596436, 2.6338589191436768, 1.6320749521255493, -0.12335987389087677, 868.0, 0.015502000227570534, 0.43306899070739746, -0.06835100054740906, 0.5222825407981873, 0.9824578166007996, 0.5754882097244263, 0.722759485244751], "mean": [0.6328650712966919, 2.029324531555176, -0.7732953429222107, -0.2329280823469162, -1.4621922969818115, -1.1497048139572144, 0.842057466506958, 577.8732299804688, 0.18767514824867249, 0.3677889406681061, -0.2249271422624588, -0.04482085257768631, 0.3524341881275177, -0.022946739569306374, -0.11357218772172928, -0.6925738453865051, -2.0370726585388184, 1.140727162361145, 0.4797932207584381, 1.5931334495544434, 1.2543456554412842, -1.3348968029022217, 554.9830322265625, -0.1450125277042389, 0.3716083765029907, -0.1904342770576477, -0.18026641011238098, 0.7189956307411194, 0.27616164088249207, 0.40476423501968384], "std": [0.1418551653623581, 0.00585968280211091, 0.526366651058197, 0.466420978307724, 0.6416277885437012, 0.15584322810173035, 0.7824898958206177, 300.8183898925781, 0.08224233239889145, 0.039471257477998734, 0.04523715376853943, 0.33505159616470337, 0.6005045771598816, 0.40836581587791443, 0.46981704235076904, 0.1987929493188858, 0.013711311854422092, 0.3760320544242859, 0.48677563667297363, 0.7956628799438477, 0.1659095734357834, 0.8392142653465271, 275.73138427734375, 0.09764324128627777, 0.03172645345330238, 0.05643520876765251, 0.18253493309020996, 0.26931658387184143, 0.22590886056423187, 0.23143868148326874], "count": [1120]}, "actions": {"min": [0.4702789783477783, 2.0166232585906982, -1.997285008430481, -1.3875716924667358, -2.80715274810791, -1.5717214345932007, 0.34204962849617004, 3.0, -0.013549000024795532, 0.29302701354026794, -0.28454500436782837, -0.4393693208694458, -0.6069270968437195, -0.5059745907783508, -0.6054197549819946, -1.0965205430984497, -2.055509328842163, 0.379085510969162, -0.12278391420841217, 0.4723559021949768, 0.8666432499885559, -2.756643056869507, 29.0, -0.27777498960494995, 0.2967880070209503, -0.28108999133110046, -0.49927395582199097, -0.5267355442047119, -0.417553186416626, -0.5503775477409363], "max": [0.9546078443527222, 2.0448453426361084, 0.03378957509994507, 0.08452629297971725, -0.8969945311546326, -0.9317615032196045, 2.403667449951172, 904.0, 0.27292099595069885, 0.4652630090713501, -0.1119140014052391, 0.441650390625, 0.9964596629142761, 0.5557370781898499, 0.6473871469497681, -0.38111013174057007, -1.9432846307754517, 1.834567904472351, 1.2801291942596436, 2.6338589191436768, 1.6320749521255493, -0.12335987389087677, 868.0, 0.015502000227570534, 0.43306899070739746, -0.06835100054740906, 0.5222825407981873, 0.9824578166007996, 0.5754882097244263, 0.722759485244751], "mean": [0.6328650712966919, 2.029324531555176, -0.7732953429222107, -0.2329280823469162, -1.4621922969818115, -1.1497048139572144, 0.842057466506958, 577.8732299804688, 0.18767514824867249, 0.3677889406681061, -0.2249271422624588, -0.04482085257768631, 0.3524341881275177, -0.022946739569306374, -0.11357218772172928, -0.6925738453865051, -2.0370726585388184, 1.140727162361145, 0.4797932207584381, 1.5931334495544434, 1.2543456554412842, -1.3348968029022217, 554.9830322265625, -0.1450125277042389, 0.3716083765029907, -0.1904342770576477, -0.18026641011238098, 0.7189956307411194, 0.27616164088249207, 0.40476423501968384], "std": [0.1418551653623581, 0.00585968280211091, 0.526366651058197, 0.466420978307724, 0.6416277885437012, 0.15584322810173035, 0.7824898958206177, 300.8183898925781, 0.08224233239889145, 0.039471257477998734, 0.04523715376853943, 0.33505159616470337, 0.6005045771598816, 0.40836581587791443, 0.46981704235076904, 0.1987929493188858, 0.013711311854422092, 0.3760320544242859, 0.48677563667297363, 0.7956628799438477, 0.1659095734357834, 0.8392142653465271, 275.73138427734375, 0.09764324128627777, 0.03172645345330238, 0.05643520876765251, 0.18253493309020996, 0.26931658387184143, 0.22590886056423187, 0.23143868148326874], "count": [1120]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008928571428571428], "std": [0.02986737264942452], "count": [1120]}, "timestamp": {"min": [0.0], "max": [44.76], "mean": [22.380000000000003], "std": [12.932640874933472], "count": [1120]}, "frame_index": {"min": [0], "max": [1119], "mean": [559.5], "std": [323.3160218733368], "count": [1120]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [1120]}, "index": {"min": [27727], "max": [28846], "mean": [28286.5], "std": [323.3160218733368], "count": [1120]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1120]}}} +{"episode_index": 23, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4614432516339869]], [[0.4655025922035481]], [[0.46076743814192345]]], "std": [[[0.126311744906502]], [[0.12363887344164466]], [[0.12576049422815697]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4793032843137255]], [[0.4817154796918767]], [[0.4766203839869281]]], "std": [[[0.07555745884410008]], [[0.07472005406756438]], [[0.07941458697156577]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8352941176470589]], [[1.0]], [[0.9176470588235294]]], "mean": [[[0.4774979119981326]], [[0.47836002217553686]], [[0.47374898926237163]]], "std": [[[0.08705552792549662]], [[0.08744456889709053]], [[0.09264337250907369]]], "count": [175]}, "states": {"min": [0.5406506657600403, 1.9678064584732056, -2.009624481201172, -1.447925090789795, 0.6201329231262207, 0.9504191279411316, -2.850052833557129, 32.0, 0.010092999786138535, 0.296671986579895, -0.23236599564552307, -0.31511378288269043, -0.6401153206825256, -0.32828056812286377, -0.6355741620063782, -1.1346560716629028, -2.039085626602173, 0.022863812744617462, -0.06602580845355988, 1.1902446746826172, 0.8152084350585938, -2.308494806289673, 37.0, -0.2635659873485565, 0.32564300298690796, -0.22582699358463287, -0.4835391044616699, -0.4522080719470978, -0.4170396029949188, -0.681067943572998], "max": [1.0172826051712036, 2.0371832847595215, 0.6715852618217468, -0.05967280641198158, 1.2594820261001587, 1.6189849376678467, -0.83400559425354, 894.0, 0.2866080105304718, 0.4387519955635071, -0.061066001653671265, 0.5666126012802124, 0.9804167747497559, 0.41420120000839233, 0.6499687433242798, -0.3562915027141571, -1.834969401359558, 1.8883416652679443, 1.638480305671692, 2.45440411567688, 1.6687268018722534, -0.0820828378200531, 897.0, -0.0039059999398887157, 0.44262298941612244, -0.09345600008964539, 0.5981180667877197, 0.9745941758155823, 0.4296836853027344, 0.7648888826370239], "mean": [0.6932744979858398, 2.020125389099121, -0.4788386821746826, -0.595509946346283, 0.9791992902755737, 1.387510895729065, -1.8216472864151, 643.2142944335938, 0.17839837074279785, 0.3785787522792816, -0.15789619088172913, 0.11873012036085129, 0.43989744782447815, 0.00471979845315218, -0.10077133029699326, -0.6724434494972229, -2.0003252029418945, 0.9661453366279602, 0.5450257658958435, 1.8768882751464844, 1.339455008506775, -1.4356595277786255, 569.1347045898438, -0.15273496508598328, 0.37012797594070435, -0.17491641640663147, -0.06790147721767426, 0.7011733651161194, 0.188436359167099, 0.35953256487846375], "std": [0.1334344893693924, 0.012904257513582706, 0.8299299478530884, 0.4563133716583252, 0.2520752251148224, 0.15242904424667358, 0.6862614750862122, 321.6855773925781, 0.08323219418525696, 0.03342435881495476, 0.05206906422972679, 0.28363457322120667, 0.6240419745445251, 0.2787821888923645, 0.4843760132789612, 0.1923413723707199, 0.04250073432922363, 0.5162284970283508, 0.4501899480819702, 0.41809624433517456, 0.19925729930400848, 0.6435621380805969, 325.0751647949219, 0.08215039223432541, 0.03318579122424126, 0.02930329740047455, 0.24912016093730927, 0.3575610816478729, 0.20587275922298431, 0.32661792635917664], "count": [980]}, "actions": {"min": [0.5406506657600403, 1.9678064584732056, -2.009624481201172, -1.447925090789795, 0.6201329231262207, 0.9504191279411316, -2.850052833557129, 32.0, 0.010092999786138535, 0.296671986579895, -0.23236599564552307, -0.31511378288269043, -0.6401153206825256, -0.32828056812286377, -0.6355741620063782, -1.1346560716629028, -2.039085626602173, 0.022863812744617462, -0.06602580845355988, 1.1902446746826172, 0.8152084350585938, -2.308494806289673, 37.0, -0.2635659873485565, 0.32564300298690796, -0.22582699358463287, -0.4835391044616699, -0.4522080719470978, -0.4170396029949188, -0.681067943572998], "max": [1.0172826051712036, 2.0371832847595215, 0.6715852618217468, -0.05967280641198158, 1.2594820261001587, 1.6189849376678467, -0.83400559425354, 894.0, 0.2866080105304718, 0.4387519955635071, -0.061066001653671265, 0.5666126012802124, 0.9804167747497559, 0.41420120000839233, 0.6499687433242798, -0.3562915027141571, -1.834969401359558, 1.8883416652679443, 1.638480305671692, 2.45440411567688, 1.6687268018722534, -0.0820828378200531, 897.0, -0.0039059999398887157, 0.44262298941612244, -0.09345600008964539, 0.5981180667877197, 0.9745941758155823, 0.4296836853027344, 0.7648888826370239], "mean": [0.6932744979858398, 2.020125389099121, -0.4788386821746826, -0.595509946346283, 0.9791992902755737, 1.387510895729065, -1.8216472864151, 643.2142944335938, 0.17839837074279785, 0.3785787522792816, -0.15789619088172913, 0.11873012036085129, 0.43989744782447815, 0.00471979845315218, -0.10077133029699326, -0.6724434494972229, -2.0003252029418945, 0.9661453366279602, 0.5450257658958435, 1.8768882751464844, 1.339455008506775, -1.4356595277786255, 569.1347045898438, -0.15273496508598328, 0.37012797594070435, -0.17491641640663147, -0.06790147721767426, 0.7011733651161194, 0.188436359167099, 0.35953256487846375], "std": [0.1334344893693924, 0.012904257513582706, 0.8299299478530884, 0.4563133716583252, 0.2520752251148224, 0.15242904424667358, 0.6862614750862122, 321.6855773925781, 0.08323219418525696, 0.03342435881495476, 0.05206906422972679, 0.28363457322120667, 0.6240419745445251, 0.2787821888923645, 0.4843760132789612, 0.1923413723707199, 0.04250073432922363, 0.5162284970283508, 0.4501899480819702, 0.41809624433517456, 0.19925729930400848, 0.6435621380805969, 325.0751647949219, 0.08215039223432541, 0.03318579122424126, 0.02930329740047455, 0.24912016093730927, 0.3575610816478729, 0.20587275922298431, 0.32661792635917664], "count": [980]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010204081632653062], "std": [0.031927526218697995], "count": [980]}, "timestamp": {"min": [0.0], "max": [39.16], "mean": [19.58], "std": [11.316059384785854], "count": [980]}, "frame_index": {"min": [0], "max": [979], "mean": [489.5], "std": [282.90148461964634], "count": [980]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [980]}, "index": {"min": [28847], "max": [29826], "mean": [29336.5], "std": [282.90148461964634], "count": [980]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [980]}}} +{"episode_index": 24, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4641995045586328]], [[0.4691896116261031]], [[0.4641082985236896]]], "std": [[[0.13321733627861138]], [[0.134958245570816]], [[0.13386760588035163]]], "count": [257]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47293769312199585]], [[0.4745519013377076]], [[0.46751356860837723]]], "std": [[[0.1180374558202449]], [[0.11638174685771562]], [[0.12078635625513053]]], "count": [257]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4788697141794461]], [[0.4780689985948984]], [[0.47449828336003663]]], "std": [[[0.11393699734382888]], [[0.11676120474528415]], [[0.11950324761209394]]], "count": [257]}, "states": {"min": [0.42353904247283936, 1.9730948209762573, 0.1362054944038391, -0.1823170930147171, -2.8958330154418945, -1.501367211341858, 0.026720993220806122, -1.0, 0.06018799915909767, 0.28690600395202637, -0.28428998589515686, -0.4630068242549896, -0.6259163022041321, -0.43380075693130493, -0.6303865909576416, -0.8778657913208008, -2.0541303157806396, -0.19795526564121246, -0.3073350191116333, 0.9646783471107483, 1.0415252447128296, -1.6099439859390259, 17.0, -0.26825499534606934, 0.26737499237060547, -0.29991400241851807, -0.496718168258667, -0.6098132133483887, -0.3569777011871338, -0.5276556611061096], "max": [0.8453676700592041, 2.03824782371521, 0.9394060969352722, 0.3044203221797943, -2.1489367485046387, -0.7608413696289062, 0.8728566765785217, 881.0, 0.21128599345684052, 0.3818489909172058, -0.22357599437236786, 0.3608122766017914, 0.8583123087882996, 0.45101797580718994, 0.6278902292251587, -0.37627553939819336, -1.9014315605163574, 1.1102912425994873, 0.9569117426872253, 2.3639962673187256, 1.5912516117095947, 0.16580627858638763, 893.0, -0.09166499972343445, 0.4017859995365143, -0.12059800326824188, 0.5046725869178772, 0.9160184860229492, 0.5169965624809265, 0.673207700252533], "mean": [0.6748183369636536, 2.0162270069122314, 0.5093333721160889, 0.13715876638889313, -2.824394464492798, -1.0071460008621216, 0.6862314343452454, 493.6054992675781, 0.11250200122594833, 0.3573676645755768, -0.2533300817012787, -0.16993702948093414, 0.7434488534927368, -0.2709200084209442, -0.5487964749336243, -0.5850907564163208, -2.039883852005005, 0.5693888664245605, 0.10998861491680145, 1.7000038623809814, 1.2366843223571777, -0.49434277415275574, 436.4756164550781, -0.16378888487815857, 0.34202757477760315, -0.24289023876190186, -0.27319031953811646, 0.7354140877723694, 0.21617303788661957, 0.49304628372192383], "std": [0.07596878707408905, 0.007463124580681324, 0.15295735001564026, 0.09483052790164948, 0.10415277630090714, 0.13115303218364716, 0.12447146326303482, 330.1461486816406, 0.034356411546468735, 0.01899612881243229, 0.014111863449215889, 0.07375017553567886, 0.13381049036979675, 0.08701787889003754, 0.11363954097032547, 0.14301753044128418, 0.019378049299120903, 0.38794344663619995, 0.3837571442127228, 0.4267483949661255, 0.12167106568813324, 0.5217562317848206, 310.3747253417969, 0.0406305231153965, 0.03149804472923279, 0.038784127682447433, 0.13950541615486145, 0.14931359887123108, 0.2126609981060028, 0.08790364116430283], "count": [1640]}, "actions": {"min": [0.42353904247283936, 1.9730948209762573, 0.1362054944038391, -0.1823170930147171, -2.8958330154418945, -1.501367211341858, 0.026720993220806122, -1.0, 0.06018799915909767, 0.28690600395202637, -0.28428998589515686, -0.4630068242549896, -0.6259163022041321, -0.43380075693130493, -0.6303865909576416, -0.8778657913208008, -2.0541303157806396, -0.19795526564121246, -0.3073350191116333, 0.9646783471107483, 1.0415252447128296, -1.6099439859390259, 17.0, -0.26825499534606934, 0.26737499237060547, -0.29991400241851807, -0.496718168258667, -0.6098132133483887, -0.3569777011871338, -0.5276556611061096], "max": [0.8453676700592041, 2.03824782371521, 0.9394060969352722, 0.3044203221797943, -2.1489367485046387, -0.7608413696289062, 0.8728566765785217, 881.0, 0.21128599345684052, 0.3818489909172058, -0.22357599437236786, 0.3608122766017914, 0.8583123087882996, 0.45101797580718994, 0.6278902292251587, -0.37627553939819336, -1.9014315605163574, 1.1102912425994873, 0.9569117426872253, 2.3639962673187256, 1.5912516117095947, 0.16580627858638763, 893.0, -0.09166499972343445, 0.4017859995365143, -0.12059800326824188, 0.5046725869178772, 0.9160184860229492, 0.5169965624809265, 0.673207700252533], "mean": [0.6748183369636536, 2.0162270069122314, 0.5093333721160889, 0.13715876638889313, -2.824394464492798, -1.0071460008621216, 0.6862314343452454, 493.6054992675781, 0.11250200122594833, 0.3573676645755768, -0.2533300817012787, -0.16993702948093414, 0.7434488534927368, -0.2709200084209442, -0.5487964749336243, -0.5850907564163208, -2.039883852005005, 0.5693888664245605, 0.10998861491680145, 1.7000038623809814, 1.2366843223571777, -0.49434277415275574, 436.4756164550781, -0.16378888487815857, 0.34202757477760315, -0.24289023876190186, -0.27319031953811646, 0.7354140877723694, 0.21617303788661957, 0.49304628372192383], "std": [0.07596878707408905, 0.007463124580681324, 0.15295735001564026, 0.09483052790164948, 0.10415277630090714, 0.13115303218364716, 0.12447146326303482, 330.1461486816406, 0.034356411546468735, 0.01899612881243229, 0.014111863449215889, 0.07375017553567886, 0.13381049036979675, 0.08701787889003754, 0.11363954097032547, 0.14301753044128418, 0.019378049299120903, 0.38794344663619995, 0.3837571442127228, 0.4267483949661255, 0.12167106568813324, 0.5217562317848206, 310.3747253417969, 0.0406305231153965, 0.03149804472923279, 0.038784127682447433, 0.13950541615486145, 0.14931359887123108, 0.2126609981060028, 0.08790364116430283], "count": [1640]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006097560975609756], "std": [0.02468571034145995], "count": [1640]}, "timestamp": {"min": [0.0], "max": [65.56], "mean": [32.78], "std": [18.937085308990927], "count": [1640]}, "frame_index": {"min": [0], "max": [1639], "mean": [819.5], "std": [473.4271327247732], "count": [1640]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [1640]}, "index": {"min": [29827], "max": [31466], "mean": [30646.5], "std": [473.4271327247732], "count": [1640]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1640]}}} +{"episode_index": 25, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46195330447267663]], [[0.4692912472928027]], [[0.4633308859786518]]], "std": [[[0.1532390078023847]], [[0.15083477283361454]], [[0.15190899820905124]]], "count": [169]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673433463375488]], [[0.47391200883706536]], [[0.4675600731910121]]], "std": [[[0.0898217529174947]], [[0.08638344954502543]], [[0.09004470942937158]]], "count": [169]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.4697821165448428]], [[0.4707769354043393]], [[0.467607667894574]]], "std": [[[0.11054230233432077]], [[0.1076784982797819]], [[0.10980996183886603]]], "count": [169]}, "states": {"min": [0.41521385312080383, 1.9653280973434448, -0.92505943775177, -0.39697515964508057, -2.126142740249634, -1.4378546476364136, -0.008621926419436932, 5.0, 0.08221100270748138, 0.29394298791885376, -0.28422701358795166, -0.49679410457611084, -0.5774352550506592, -0.44474154710769653, -0.6041283011436462, -0.9313774704933167, -2.0479519367218018, 0.42938587069511414, -0.18254399299621582, 0.5285381078720093, 1.0704628229141235, -1.9226022958755493, 28.0, -0.26191601157188416, 0.34321001172065735, -0.23711900413036346, -0.47157207131385803, 0.4461498260498047, -0.08963730186223984, 0.2662501037120819], "max": [0.8621577620506287, 2.0424890518188477, -0.4547979235649109, 0.18524926900863647, -0.7732855677604675, -0.9553059935569763, 1.169283390045166, 884.0, 0.21590399742126465, 0.43751299381256104, -0.18654899299144745, 0.5200665593147278, 0.8850089907646179, 0.4410736858844757, 0.5733534097671509, -0.5018694400787354, -1.7281204462051392, 1.6628973484039307, 1.0854028463363647, 2.505228281021118, 1.6080591678619385, -0.21760766208171844, 908.0, -0.015417000278830528, 0.4063499867916107, -0.10343000292778015, 0.05216270685195923, 0.9577398896217346, 0.4908580482006073, 0.699334442615509], "mean": [0.7340715527534485, 2.0212812423706055, -0.7297117710113525, -0.08485951274633408, -1.4923745393753052, -1.133610486984253, 0.7383335828781128, 590.8901977539062, 0.15337632596492767, 0.3889373540878296, -0.22116829454898834, -0.21392996609210968, 0.7046542167663574, -0.2765892744064331, -0.5223469138145447, -0.7042636871337891, -2.017970085144043, 1.1150407791137695, 0.43705108761787415, 1.5980377197265625, 1.3031657934188843, -1.3009696006774902, 596.755859375, -0.14101873338222504, 0.3777436912059784, -0.18902623653411865, -0.12138334661722183, 0.7543264031410217, 0.2493409961462021, 0.4828067719936371], "std": [0.10529100149869919, 0.014431392773985863, 0.14050233364105225, 0.12802201509475708, 0.5194835066795349, 0.1231895163655281, 0.36142396926879883, 281.21380615234375, 0.04012128338217735, 0.0419691726565361, 0.02126571349799633, 0.1827704757452011, 0.18652887642383575, 0.14529623091220856, 0.13798373937606812, 0.15288305282592773, 0.05704046040773392, 0.312260240316391, 0.32467660307884216, 0.699283242225647, 0.11041165143251419, 0.49014538526535034, 264.8011779785156, 0.07230950146913528, 0.012685040012001991, 0.029271654784679413, 0.15247571468353271, 0.1876942664384842, 0.1886412501335144, 0.16407306492328644], "count": [938]}, "actions": {"min": [0.41521385312080383, 1.9653280973434448, -0.92505943775177, -0.39697515964508057, -2.126142740249634, -1.4378546476364136, -0.008621926419436932, 5.0, 0.08221100270748138, 0.29394298791885376, -0.28422701358795166, -0.49679410457611084, -0.5774352550506592, -0.44474154710769653, -0.6041283011436462, -0.9313774704933167, -2.0479519367218018, 0.42938587069511414, -0.18254399299621582, 0.5285381078720093, 1.0704628229141235, -1.9226022958755493, 28.0, -0.26191601157188416, 0.34321001172065735, -0.23711900413036346, -0.47157207131385803, 0.4461498260498047, -0.08963730186223984, 0.2662501037120819], "max": [0.8621577620506287, 2.0424890518188477, -0.4547979235649109, 0.18524926900863647, -0.7732855677604675, -0.9553059935569763, 1.169283390045166, 884.0, 0.21590399742126465, 0.43751299381256104, -0.18654899299144745, 0.5200665593147278, 0.8850089907646179, 0.4410736858844757, 0.5733534097671509, -0.5018694400787354, -1.7281204462051392, 1.6628973484039307, 1.0854028463363647, 2.505228281021118, 1.6080591678619385, -0.21760766208171844, 908.0, -0.015417000278830528, 0.4063499867916107, -0.10343000292778015, 0.05216270685195923, 0.9577398896217346, 0.4908580482006073, 0.699334442615509], "mean": [0.7340715527534485, 2.0212812423706055, -0.7297117710113525, -0.08485951274633408, -1.4923745393753052, -1.133610486984253, 0.7383335828781128, 590.8901977539062, 0.15337632596492767, 0.3889373540878296, -0.22116829454898834, -0.21392996609210968, 0.7046542167663574, -0.2765892744064331, -0.5223469138145447, -0.7042636871337891, -2.017970085144043, 1.1150407791137695, 0.43705108761787415, 1.5980377197265625, 1.3031657934188843, -1.3009696006774902, 596.755859375, -0.14101873338222504, 0.3777436912059784, -0.18902623653411865, -0.12138334661722183, 0.7543264031410217, 0.2493409961462021, 0.4828067719936371], "std": [0.10529100149869919, 0.014431392773985863, 0.14050233364105225, 0.12802201509475708, 0.5194835066795349, 0.1231895163655281, 0.36142396926879883, 281.21380615234375, 0.04012128338217735, 0.0419691726565361, 0.02126571349799633, 0.1827704757452011, 0.18652887642383575, 0.14529623091220856, 0.13798373937606812, 0.15288305282592773, 0.05704046040773392, 0.312260240316391, 0.32467660307884216, 0.699283242225647, 0.11041165143251419, 0.49014538526535034, 264.8011779785156, 0.07230950146913528, 0.012685040012001991, 0.029271654784679413, 0.15247571468353271, 0.1876942664384842, 0.1886412501335144, 0.16407306492328644], "count": [938]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010660980810234541], "std": [0.032633748113036175], "count": [938]}, "timestamp": {"min": [0.0], "max": [37.48], "mean": [18.74], "std": [10.83108489487549], "count": [938]}, "frame_index": {"min": [0], "max": [937], "mean": [468.5], "std": [270.77712237188723], "count": [938]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [938]}, "index": {"min": [31467], "max": [32404], "mean": [31935.5], "std": [270.77712237188723], "count": [938]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [938]}}} +{"episode_index": 26, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667350411932686]], [[0.4744831752794576]], [[0.4688064994884246]]], "std": [[[0.14788792505978463]], [[0.1469546922083553]], [[0.1472308927416759]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46884308571559463]], [[0.47528396726681327]], [[0.46908520974589213]]], "std": [[[0.10938106910890211]], [[0.10647965522155216]], [[0.10940391412812998]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.46726148276678275]], [[0.468460902663246]], [[0.46508789360759883]]], "std": [[[0.10662137971067076]], [[0.10497005782235541]], [[0.10724040270207698]]], "count": [214]}, "states": {"min": [0.37859684228897095, 2.010601758956909, -1.014088749885559, -0.45231956243515015, -2.1232104301452637, -1.5672358274459839, 0.2307499796152115, 4.0, 0.09034799784421921, 0.2879210114479065, -0.2826650142669678, -0.40761539340019226, -0.6304861903190613, -0.49308592081069946, -0.6563374996185303, -1.0079799890518188, -2.0654752254486084, 0.7455348372459412, -0.05377360060811043, 0.17407914996147156, 0.9730210900306702, -2.0501511096954346, 65.0, -0.27498099207878113, 0.2867409884929657, -0.277195006608963, -0.4240588843822479, 0.45558035373687744, -0.0798986479640007, 0.2736862301826477], "max": [0.7915067672729492, 2.03371000289917, -0.17057102918624878, 0.08155923336744308, -1.154936671257019, -0.9831265211105347, 0.9922895431518555, 873.0, 0.25602400302886963, 0.40069499611854553, -0.19536100327968597, 0.4642159640789032, 0.8525259494781494, 0.48570677638053894, 0.6587812900543213, -0.34348079562187195, -1.7988412380218506, 1.4696370363235474, 1.2447514533996582, 2.6057939529418945, 1.5629425048828125, -0.2952573597431183, 912.0, -0.044718001037836075, 0.4141409993171692, -0.13027599453926086, 0.05331283062696457, 0.9378771781921387, 0.4860178828239441, 0.7326388359069824], "mean": [0.5919126272201538, 2.0228848457336426, -0.6248046159744263, -0.08876439929008484, -1.4677480459213257, -1.162742257118225, 0.6581148505210876, 551.8204345703125, 0.189454585313797, 0.35754522681236267, -0.24235019087791443, -0.2245071679353714, 0.6427153944969177, -0.31425583362579346, -0.5112950801849365, -0.6304348707199097, -2.0373454093933105, 1.092187523841858, 0.4048110842704773, 1.6156189441680908, 1.3243776559829712, -1.0989501476287842, 464.2927551269531, -0.15196265280246735, 0.3492245674133301, -0.21176820993423462, -0.1432059407234192, 0.7774768471717834, 0.2143278270959854, 0.48912015557289124], "std": [0.09102197736501694, 0.004917491227388382, 0.23558062314987183, 0.13275282084941864, 0.32046666741371155, 0.1496027708053589, 0.2300683706998825, 313.0287170410156, 0.043898455798625946, 0.037134137004613876, 0.020859146490693092, 0.17788654565811157, 0.25078123807907104, 0.18748371303081512, 0.2159809172153473, 0.19705769419670105, 0.028075840324163437, 0.2728378176689148, 0.37297123670578003, 0.6628435254096985, 0.10886131227016449, 0.5743792653083801, 243.05543518066406, 0.07229781895875931, 0.028378870338201523, 0.03822635859251022, 0.14197863638401031, 0.1329265683889389, 0.19340360164642334, 0.12089025229215622], "count": [1281]}, "actions": {"min": [0.37859684228897095, 2.010601758956909, -1.014088749885559, -0.45231956243515015, -2.1232104301452637, -1.5672358274459839, 0.2307499796152115, 4.0, 0.09034799784421921, 0.2879210114479065, -0.2826650142669678, -0.40761539340019226, -0.6304861903190613, -0.49308592081069946, -0.6563374996185303, -1.0079799890518188, -2.0654752254486084, 0.7455348372459412, -0.05377360060811043, 0.17407914996147156, 0.9730210900306702, -2.0501511096954346, 65.0, -0.27498099207878113, 0.2867409884929657, -0.277195006608963, -0.4240588843822479, 0.45558035373687744, -0.0798986479640007, 0.2736862301826477], "max": [0.7915067672729492, 2.03371000289917, -0.17057102918624878, 0.08155923336744308, -1.154936671257019, -0.9831265211105347, 0.9922895431518555, 873.0, 0.25602400302886963, 0.40069499611854553, -0.19536100327968597, 0.4642159640789032, 0.8525259494781494, 0.48570677638053894, 0.6587812900543213, -0.34348079562187195, -1.7988412380218506, 1.4696370363235474, 1.2447514533996582, 2.6057939529418945, 1.5629425048828125, -0.2952573597431183, 912.0, -0.044718001037836075, 0.4141409993171692, -0.13027599453926086, 0.05331283062696457, 0.9378771781921387, 0.4860178828239441, 0.7326388359069824], "mean": [0.5919126272201538, 2.0228848457336426, -0.6248046159744263, -0.08876439929008484, -1.4677480459213257, -1.162742257118225, 0.6581148505210876, 551.8204345703125, 0.189454585313797, 0.35754522681236267, -0.24235019087791443, -0.2245071679353714, 0.6427153944969177, -0.31425583362579346, -0.5112950801849365, -0.6304348707199097, -2.0373454093933105, 1.092187523841858, 0.4048110842704773, 1.6156189441680908, 1.3243776559829712, -1.0989501476287842, 464.2927551269531, -0.15196265280246735, 0.3492245674133301, -0.21176820993423462, -0.1432059407234192, 0.7774768471717834, 0.2143278270959854, 0.48912015557289124], "std": [0.09102197736501694, 0.004917491227388382, 0.23558062314987183, 0.13275282084941864, 0.32046666741371155, 0.1496027708053589, 0.2300683706998825, 313.0287170410156, 0.043898455798625946, 0.037134137004613876, 0.020859146490693092, 0.17788654565811157, 0.25078123807907104, 0.18748371303081512, 0.2159809172153473, 0.19705769419670105, 0.028075840324163437, 0.2728378176689148, 0.37297123670578003, 0.6628435254096985, 0.10886131227016449, 0.5743792653083801, 243.05543518066406, 0.07229781895875931, 0.028378870338201523, 0.03822635859251022, 0.14197863638401031, 0.1329265683889389, 0.19340360164642334, 0.12089025229215622], "count": [1281]}, "next.done": {"min": [false], "max": [true], "mean": [0.00078064012490242], "std": [0.0279290301639318], "count": [1281]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.791709389609663], "count": [1281]}, "frame_index": {"min": [0], "max": [1280], "mean": [640.0], "std": [369.79273474024154], "count": [1281]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [1281]}, "index": {"min": [32405], "max": [33685], "mean": [33045.0], "std": [369.79273474024154], "count": [1281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1281]}}} +{"episode_index": 27, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.46379199579227204]], [[0.4700843450506282]], [[0.46285549481018656]]], "std": [[[0.14141453727680098]], [[0.13778680748345798]], [[0.1400514978149876]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46557725138846556]], [[0.465975028785262]], [[0.4611779299586847]]], "std": [[[0.08353871273504018]], [[0.08178596380186826]], [[0.08664305202819901]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47555952834501675]], [[0.4727629110366081]], [[0.4689946800179484]]], "std": [[[0.08592685005320418]], [[0.08486760470636544]], [[0.08913365818552202]]], "count": [193]}, "states": {"min": [0.4161562919616699, 2.0123298168182373, -1.8638720512390137, -1.5183840990066528, -2.696848154067993, -1.7195509672164917, 0.07506661117076874, 1.0, 9.40000027185306e-05, 0.2978230118751526, -0.2873550057411194, -0.3503592312335968, -0.6555213928222656, -0.42263123393058777, -0.6698659658432007, -0.985447883605957, -2.0463290214538574, 0.5582436323165894, 0.0014311701525002718, 0.3467620313167572, 0.6103067398071289, -2.612304210662842, 54.0, -0.2904919981956482, 0.31372201442718506, -0.26340699195861816, -0.4998815357685089, -0.5656914114952087, -0.3469424545764923, -0.6064155697822571], "max": [0.9602103233337402, 2.0501160621643066, 0.32848840951919556, 0.11051424592733383, -1.0754718780517578, -0.8033401370048523, 2.598620891571045, 754.0, 0.30921998620033264, 0.4630559980869293, -0.08885599672794342, 0.5655626058578491, 0.9942662119865417, 0.5912530422210693, 0.757629930973053, -0.2543468475341797, -1.972902774810791, 1.9374377727508545, 1.8338176012039185, 2.832913637161255, 1.938624382019043, -0.2269277125597, 893.0, 0.021399000659585, 0.4996879994869232, -0.009244999848306179, 0.5141012668609619, 0.9828531742095947, 0.4967723786830902, 0.7541897296905518], "mean": [0.6242557168006897, 2.0272200107574463, -0.3731706142425537, -0.27300772070884705, -1.760408639907837, -1.246040940284729, 0.8607105016708374, 475.33837890625, 0.19942936301231384, 0.3722565770149231, -0.20456337928771973, 0.23501171171665192, 0.051580414175987244, 0.19592009484767914, 0.19469961524009705, -0.722221314907074, -2.021207094192505, 1.0314112901687622, 0.5880630612373352, 1.8354864120483398, 1.2620238065719604, -1.3910164833068848, 524.474609375, -0.14456714689731598, 0.384492963552475, -0.1665237545967102, -0.10160649567842484, 0.6567381024360657, 0.16419976949691772, 0.28483277559280396], "std": [0.10966484248638153, 0.008288107812404633, 0.6257382035255432, 0.511252760887146, 0.5039288997650146, 0.18881437182426453, 0.7966565489768982, 273.4205017089844, 0.0701785460114479, 0.040121614933013916, 0.04361013323068619, 0.27232614159584045, 0.6653093695640564, 0.3574923574924469, 0.47033819556236267, 0.19981497526168823, 0.021358830854296684, 0.4480583667755127, 0.46693846583366394, 0.6585909128189087, 0.20650683343410492, 0.8636190295219421, 276.6246032714844, 0.09844792634248734, 0.03898264467716217, 0.05618849769234657, 0.26300138235092163, 0.45314252376556396, 0.23065711557865143, 0.35010093450546265], "count": [1123]}, "actions": {"min": [0.4161562919616699, 2.0123298168182373, -1.8638720512390137, -1.5183840990066528, -2.696848154067993, -1.7195509672164917, 0.07506661117076874, 1.0, 9.40000027185306e-05, 0.2978230118751526, -0.2873550057411194, -0.3503592312335968, -0.6555213928222656, -0.42263123393058777, -0.6698659658432007, -0.985447883605957, -2.0463290214538574, 0.5582436323165894, 0.0014311701525002718, 0.3467620313167572, 0.6103067398071289, -2.612304210662842, 54.0, -0.2904919981956482, 0.31372201442718506, -0.26340699195861816, -0.4998815357685089, -0.5656914114952087, -0.3469424545764923, -0.6064155697822571], "max": [0.9602103233337402, 2.0501160621643066, 0.32848840951919556, 0.11051424592733383, -1.0754718780517578, -0.8033401370048523, 2.598620891571045, 754.0, 0.30921998620033264, 0.4630559980869293, -0.08885599672794342, 0.5655626058578491, 0.9942662119865417, 0.5912530422210693, 0.757629930973053, -0.2543468475341797, -1.972902774810791, 1.9374377727508545, 1.8338176012039185, 2.832913637161255, 1.938624382019043, -0.2269277125597, 893.0, 0.021399000659585, 0.4996879994869232, -0.009244999848306179, 0.5141012668609619, 0.9828531742095947, 0.4967723786830902, 0.7541897296905518], "mean": [0.6242557168006897, 2.0272200107574463, -0.3731706142425537, -0.27300772070884705, -1.760408639907837, -1.246040940284729, 0.8607105016708374, 475.33837890625, 0.19942936301231384, 0.3722565770149231, -0.20456337928771973, 0.23501171171665192, 0.051580414175987244, 0.19592009484767914, 0.19469961524009705, -0.722221314907074, -2.021207094192505, 1.0314112901687622, 0.5880630612373352, 1.8354864120483398, 1.2620238065719604, -1.3910164833068848, 524.474609375, -0.14456714689731598, 0.384492963552475, -0.1665237545967102, -0.10160649567842484, 0.6567381024360657, 0.16419976949691772, 0.28483277559280396], "std": [0.10966484248638153, 0.008288107812404633, 0.6257382035255432, 0.511252760887146, 0.5039288997650146, 0.18881437182426453, 0.7966565489768982, 273.4205017089844, 0.0701785460114479, 0.040121614933013916, 0.04361013323068619, 0.27232614159584045, 0.6653093695640564, 0.3574923574924469, 0.47033819556236267, 0.19981497526168823, 0.021358830854296684, 0.4480583667755127, 0.46693846583366394, 0.6585909128189087, 0.20650683343410492, 0.8636190295219421, 276.6246032714844, 0.09844792634248734, 0.03898264467716217, 0.05618849769234657, 0.26300138235092163, 0.45314252376556396, 0.23065711557865143, 0.35010093450546265], "count": [1123]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008904719501335708], "std": [0.0298274874878793], "count": [1123]}, "timestamp": {"min": [0.0], "max": [44.88], "mean": [22.44], "std": [12.967281904855774], "count": [1123]}, "frame_index": {"min": [0], "max": [1122], "mean": [561.0], "std": [324.18204762139436], "count": [1123]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [1123]}, "index": {"min": [33686], "max": [34808], "mean": [34247.0], "std": [324.18204762139436], "count": [1123]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1123]}}} +{"episode_index": 28, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.46866092615857063]], [[0.47481091014714094]], [[0.4682572010378691]]], "std": [[[0.1418520685598315]], [[0.14021515553303582]], [[0.14128716290169863]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7254901960784313]], [[0.7215686274509804]]], "mean": [[[0.4662207524550859]], [[0.4727336016274182]], [[0.46709704979144084]]], "std": [[[0.0676091167676008]], [[0.06437772594865014]], [[0.06896091192821399]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.47320443106053145]], [[0.47318887020888756]], [[0.46990298715801226]]], "std": [[[0.1087494949886712]], [[0.10703591921200488]], [[0.11001203041299783]]], "count": [199]}, "states": {"min": [0.18594740331172943, 1.8950610160827637, -2.200319290161133, -1.1794761419296265, -2.119161367416382, -1.264054775238037, 0.3557853698730469, -5.0, 0.03311900049448013, 0.304720014333725, -0.2995679974555969, -0.44027575850486755, -0.6095408201217651, -0.5378939509391785, -0.6523962020874023, -0.8929104208946228, -2.046363592147827, 1.120257019996643, 0.23308873176574707, -0.28845056891441345, -1.2462522983551025, -2.9913547039031982, 46.0, -0.25465700030326843, 0.2783600091934204, -0.29660099744796753, -0.49252262711524963, -0.49691617488861084, -0.5311161875724792, -0.5016789436340332], "max": [0.7694982886314392, 2.045316457748413, -1.2696921825408936, -0.1731192022562027, -0.07358308136463165, -0.5921378135681152, 1.8508344888687134, 903.0, 0.2810240089893341, 0.41111499071121216, -0.1629440039396286, 0.3695184886455536, 0.9142136573791504, 0.3884461522102356, 0.6108431816101074, -0.11430160701274872, -1.7481741905212402, 2.7321383953094482, 1.5785281658172607, 2.587555170059204, 1.4944555759429932, -0.44111451506614685, 897.0, -0.0110489996150136, 0.41086000204086304, -0.07526300102472305, 0.547868013381958, 0.9820641875267029, 0.6103506684303284, 0.692168116569519], "mean": [0.4897138178348541, 2.027747392654419, -1.5049597024917603, -0.4625563323497772, -0.9786670804023743, -0.9948969483375549, 0.8740378022193909, 490.566650390625, 0.1602320522069931, 0.36181873083114624, -0.22918462753295898, -0.24375268816947937, 0.7432462573051453, -0.2573069930076599, -0.5101535320281982, -0.39943912625312805, -2.03002667427063, 1.9947268962860107, 0.6655279994010925, 1.5550421476364136, 0.31924840807914734, -2.063999891281128, 556.3714599609375, -0.16639594733715057, 0.3405131995677948, -0.21091757714748383, -0.30078136920928955, 0.6042977571487427, 0.3485347032546997, 0.4489354193210602], "std": [0.13448014855384827, 0.014528464525938034, 0.25937792658805847, 0.24712122976779938, 0.5550684928894043, 0.1307954490184784, 0.367326557636261, 269.8880920410156, 0.06148733198642731, 0.029129719361662865, 0.03442809730768204, 0.11291806399822235, 0.12732520699501038, 0.15489818155765533, 0.09354249387979507, 0.2476319670677185, 0.03956184536218643, 0.3957175016403198, 0.348165899515152, 1.1548779010772705, 1.0704691410064697, 1.0462535619735718, 280.9246826171875, 0.07553616911172867, 0.03587833046913147, 0.049124982208013535, 0.20937055349349976, 0.27076247334480286, 0.22391235828399658, 0.2324857860803604], "count": [1163]}, "actions": {"min": [0.18594740331172943, 1.8950610160827637, -2.200319290161133, -1.1794761419296265, -2.119161367416382, -1.264054775238037, 0.3557853698730469, -5.0, 0.03311900049448013, 0.304720014333725, -0.2995679974555969, -0.44027575850486755, -0.6095408201217651, -0.5378939509391785, -0.6523962020874023, -0.8929104208946228, -2.046363592147827, 1.120257019996643, 0.23308873176574707, -0.28845056891441345, -1.2462522983551025, -2.9913547039031982, 46.0, -0.25465700030326843, 0.2783600091934204, -0.29660099744796753, -0.49252262711524963, -0.49691617488861084, -0.5311161875724792, -0.5016789436340332], "max": [0.7694982886314392, 2.045316457748413, -1.2696921825408936, -0.1731192022562027, -0.07358308136463165, -0.5921378135681152, 1.8508344888687134, 903.0, 0.2810240089893341, 0.41111499071121216, -0.1629440039396286, 0.3695184886455536, 0.9142136573791504, 0.3884461522102356, 0.6108431816101074, -0.11430160701274872, -1.7481741905212402, 2.7321383953094482, 1.5785281658172607, 2.587555170059204, 1.4944555759429932, -0.44111451506614685, 897.0, -0.0110489996150136, 0.41086000204086304, -0.07526300102472305, 0.547868013381958, 0.9820641875267029, 0.6103506684303284, 0.692168116569519], "mean": [0.4897138178348541, 2.027747392654419, -1.5049597024917603, -0.4625563323497772, -0.9786670804023743, -0.9948969483375549, 0.8740378022193909, 490.566650390625, 0.1602320522069931, 0.36181873083114624, -0.22918462753295898, -0.24375268816947937, 0.7432462573051453, -0.2573069930076599, -0.5101535320281982, -0.39943912625312805, -2.03002667427063, 1.9947268962860107, 0.6655279994010925, 1.5550421476364136, 0.31924840807914734, -2.063999891281128, 556.3714599609375, -0.16639594733715057, 0.3405131995677948, -0.21091757714748383, -0.30078136920928955, 0.6042977571487427, 0.3485347032546997, 0.4489354193210602], "std": [0.13448014855384827, 0.014528464525938034, 0.25937792658805847, 0.24712122976779938, 0.5550684928894043, 0.1307954490184784, 0.367326557636261, 269.8880920410156, 0.06148733198642731, 0.029129719361662865, 0.03442809730768204, 0.11291806399822235, 0.12732520699501038, 0.15489818155765533, 0.09354249387979507, 0.2476319670677185, 0.03956184536218643, 0.3957175016403198, 0.348165899515152, 1.1548779010772705, 1.0704691410064697, 1.0462535619735718, 280.9246826171875, 0.07553616911172867, 0.03587833046913147, 0.049124982208013535, 0.20937055349349976, 0.27076247334480286, 0.22391235828399658, 0.2324857860803604], "count": [1163]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008598452278589854], "std": [0.029310508252896494], "count": [1163]}, "timestamp": {"min": [0.0], "max": [46.48], "mean": [23.24], "std": [13.429162297031041], "count": [1163]}, "frame_index": {"min": [0], "max": [1162], "mean": [581.0], "std": [335.729057425776], "count": [1163]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [1163]}, "index": {"min": [34809], "max": [35971], "mean": [35390.0], "std": [335.729057425776], "count": [1163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1163]}}} +{"episode_index": 29, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46693114410061026]], [[0.4736358106433727]], [[0.4676901242527026]]], "std": [[[0.13876653171620115]], [[0.13567498596203573]], [[0.1372611389299391]]], "count": [211]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46664099332466]], [[0.4665898141049469]], [[0.46202820757054797]]], "std": [[[0.08329007963404375]], [[0.08012755660001546]], [[0.08299010153732465]]], "count": [211]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47327791039401546]], [[0.4727651802032029]], [[0.4708993984837221]]], "std": [[[0.08150992799204491]], [[0.07870675071083681]], [[0.08296464897876792]]], "count": [211]}, "states": {"min": [0.3436204195022583, 2.000234603881836, -1.9312418699264526, -1.3940643072128296, -2.69716215133667, -1.7148557901382446, 0.17332863807678223, 4.0, -0.02641499973833561, 0.3004089891910553, -0.27713701128959656, -0.429301917552948, -0.6777889728546143, -0.4568220376968384, -0.6680565476417542, -0.8871683478355408, -2.048318386077881, -2.444822311401367, -1.720510721206665, 0.10447541624307632, -1.6415694952011108, 0.16844172775745392, 52.0, -0.4080280065536499, 0.3139370083808899, -0.2805190086364746, -0.49271920323371887, -0.7774195075035095, -0.5217998027801514, -0.5324789881706238], "max": [0.9662491679191589, 2.0433268547058105, 0.5799031853675842, 0.2393370121717453, -0.9722182154655457, -1.0670245885849, 2.816455364227295, 880.0, 0.29550901055336, 0.41378000378608704, -0.0705609992146492, 0.4868760108947754, 0.9894751906394958, 0.5708778500556946, 0.763388991355896, -0.05794493481516838, -1.9076974391937256, -0.7561988234519958, -0.06902777403593063, 2.6500906944274902, 1.0814932584762573, 2.8398776054382324, 891.0, 0.01130599994212389, 0.4671280086040497, -0.06607499718666077, 0.796416163444519, 0.97978276014328, 0.7394562363624573, 0.7271968126296997], "mean": [0.5316241979598999, 2.025134563446045, -0.5246090888977051, -0.24505102634429932, -1.6153984069824219, -1.2571895122528076, 0.949146032333374, 567.9603271484375, 0.20770151913166046, 0.35211724042892456, -0.21156924962997437, 0.22038601338863373, -0.02650018408894539, 0.27039799094200134, 0.28713417053222656, -0.4591485559940338, -2.022747755050659, -1.6178327798843384, -0.6734021306037903, 1.3952473402023315, -0.8551040887832642, 1.5854952335357666, 504.984130859375, -0.1776222139596939, 0.3513490557670593, -0.19933176040649414, -0.18165798485279083, 0.5753231048583984, 0.32243552803993225, 0.4374489486217499], "std": [0.15585821866989136, 0.008354654535651207, 0.7163001298904419, 0.4408627450466156, 0.5715829133987427, 0.13418900966644287, 0.7331448793411255, 317.35272216796875, 0.08080266416072845, 0.02766643464565277, 0.041259076446294785, 0.23398731648921967, 0.6304554343223572, 0.33706194162368774, 0.47888612747192383, 0.1987905651330948, 0.024918559938669205, 0.3834245502948761, 0.5083115696907043, 0.8998361229896545, 0.6863119602203369, 0.9211137294769287, 276.5091247558594, 0.10420249402523041, 0.026683678850531578, 0.049566712230443954, 0.2549547255039215, 0.39329013228416443, 0.26289013028144836, 0.22778844833374023], "count": [1261]}, "actions": {"min": [0.3436204195022583, 2.000234603881836, -1.9312418699264526, -1.3940643072128296, -2.69716215133667, -1.7148557901382446, 0.17332863807678223, 4.0, -0.02641499973833561, 0.3004089891910553, -0.27713701128959656, -0.429301917552948, -0.6777889728546143, -0.4568220376968384, -0.6680565476417542, -0.8871683478355408, -2.048318386077881, -2.444822311401367, -1.720510721206665, 0.10447541624307632, -1.6415694952011108, 0.16844172775745392, 52.0, -0.4080280065536499, 0.3139370083808899, -0.2805190086364746, -0.49271920323371887, -0.7774195075035095, -0.5217998027801514, -0.5324789881706238], "max": [0.9662491679191589, 2.0433268547058105, 0.5799031853675842, 0.2393370121717453, -0.9722182154655457, -1.0670245885849, 2.816455364227295, 880.0, 0.29550901055336, 0.41378000378608704, -0.0705609992146492, 0.4868760108947754, 0.9894751906394958, 0.5708778500556946, 0.763388991355896, -0.05794493481516838, -1.9076974391937256, -0.7561988234519958, -0.06902777403593063, 2.6500906944274902, 1.0814932584762573, 2.8398776054382324, 891.0, 0.01130599994212389, 0.4671280086040497, -0.06607499718666077, 0.796416163444519, 0.97978276014328, 0.7394562363624573, 0.7271968126296997], "mean": [0.5316241979598999, 2.025134563446045, -0.5246090888977051, -0.24505102634429932, -1.6153984069824219, -1.2571895122528076, 0.949146032333374, 567.9603271484375, 0.20770151913166046, 0.35211724042892456, -0.21156924962997437, 0.22038601338863373, -0.02650018408894539, 0.27039799094200134, 0.28713417053222656, -0.4591485559940338, -2.022747755050659, -1.6178327798843384, -0.6734021306037903, 1.3952473402023315, -0.8551040887832642, 1.5854952335357666, 504.984130859375, -0.1776222139596939, 0.3513490557670593, -0.19933176040649414, -0.18165798485279083, 0.5753231048583984, 0.32243552803993225, 0.4374489486217499], "std": [0.15585821866989136, 0.008354654535651207, 0.7163001298904419, 0.4408627450466156, 0.5715829133987427, 0.13418900966644287, 0.7331448793411255, 317.35272216796875, 0.08080266416072845, 0.02766643464565277, 0.041259076446294785, 0.23398731648921967, 0.6304554343223572, 0.33706194162368774, 0.47888612747192383, 0.1987905651330948, 0.024918559938669205, 0.3834245502948761, 0.5083115696907043, 0.8998361229896545, 0.6863119602203369, 0.9211137294769287, 276.5091247558594, 0.10420249402523041, 0.026683678850531578, 0.049566712230443954, 0.2549547255039215, 0.39329013228416443, 0.26289013028144836, 0.22778844833374023], "count": [1261]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007930214115781126], "std": [0.02814946764361435], "count": [1261]}, "timestamp": {"min": [0.0], "max": [50.4], "mean": [25.2], "std": [14.560769210450387], "count": [1261]}, "frame_index": {"min": [0], "max": [1260], "mean": [630.0], "std": [364.0192302612597], "count": [1261]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [1261]}, "index": {"min": [35972], "max": [37232], "mean": [36602.0], "std": [364.0192302612597], "count": [1261]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1261]}}} +{"episode_index": 30, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.46857735717743887]], [[0.47502574285887195]], [[0.47037689799685306]]], "std": [[[0.13504115941663647]], [[0.13402298323176673]], [[0.13435216879003228]]], "count": [270]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4758251717199225]], [[0.4788911817659162]], [[0.4730023110324376]]], "std": [[[0.1020824792861943]], [[0.09860059394979262]], [[0.10197032693782397]]], "count": [270]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47875384970346163]], [[0.478620142671266]], [[0.47345011725369157]]], "std": [[[0.11190876737346506]], [[0.11368338737638888]], [[0.11745687333957826]]], "count": [270]}, "states": {"min": [0.573742151260376, 1.945169448852539, -1.5354011058807373, -0.6637487411499023, -2.1981375217437744, -1.3239893913269043, 0.20551250874996185, 3.0, 0.0452210009098053, 0.34779900312423706, -0.2542459964752197, -0.4774325489997864, -0.5892788171768188, -0.46081647276878357, -0.6168985366821289, -1.1358253955841064, -2.04390287399292, 2.591674566268921, -0.8304800391197205, -1.249184489250183, 0.9969844222068787, -1.4480124711990356, 65.0, -0.3128730058670044, 0.3416390120983124, -0.2553499937057495, -0.4439551830291748, 0.5360776782035828, -0.12528017163276672, 0.29920893907546997], "max": [0.9924290776252747, 2.055788516998291, -0.9228079915046692, 0.05948081985116005, -0.6043028235435486, -0.41174063086509705, 1.796851396560669, 887.0, 0.2027139961719513, 0.4633220136165619, -0.15984800457954407, 0.4816166162490845, 0.9342815279960632, 0.3674450218677521, 0.6056585311889648, -0.5164952874183655, -1.9148355722427368, 2.8640329837799072, 0.11835078150033951, 0.1350710391998291, 1.6003448963165283, -0.23001694679260254, 908.0, -0.05688999965786934, 0.42146098613739014, -0.13327500224113464, -0.10037415474653244, 0.9041460752487183, 0.5049322843551636, 0.6851503252983093], "mean": [0.8292135000228882, 2.018673896789551, -1.2420512437820435, -0.306843101978302, -1.606818675994873, -0.9448692202568054, 1.2917518615722656, 511.9485778808594, 0.09928878396749496, 0.41785794496536255, -0.20458464324474335, -0.1296020746231079, 0.8155965805053711, -0.22461088001728058, -0.45961228013038635, -0.7103278636932373, -2.0261423587799072, 2.8174307346343994, -0.1328788697719574, -0.6755280494689941, 1.282698631286621, -0.6390864253044128, 495.6600036621094, -0.1789390593767166, 0.37501147389411926, -0.2122737467288971, -0.27652841806411743, 0.6868647933006287, 0.2720590829849243, 0.5536090135574341], "std": [0.08891929686069489, 0.015350007452070713, 0.14704670011997223, 0.13339416682720184, 0.29435649514198303, 0.19689539074897766, 0.22191233932971954, 273.92242431640625, 0.03319189324975014, 0.02735879085958004, 0.023601563647389412, 0.09278322011232376, 0.13558979332447052, 0.10947371274232864, 0.13166537880897522, 0.2122391313314438, 0.02329324185848236, 0.08358224481344223, 0.21120041608810425, 0.45754027366638184, 0.16878382861614227, 0.2646235227584839, 240.88807678222656, 0.054381273686885834, 0.02281365543603897, 0.028226254507899284, 0.10306407511234283, 0.128566175699234, 0.18048124015331268, 0.10735399276018143], "count": [1750]}, "actions": {"min": [0.573742151260376, 1.945169448852539, -1.5354011058807373, -0.6637487411499023, -2.1981375217437744, -1.3239893913269043, 0.20551250874996185, 3.0, 0.0452210009098053, 0.34779900312423706, -0.2542459964752197, -0.4774325489997864, -0.5892788171768188, -0.46081647276878357, -0.6168985366821289, -1.1358253955841064, -2.04390287399292, 2.591674566268921, -0.8304800391197205, -1.249184489250183, 0.9969844222068787, -1.4480124711990356, 65.0, -0.3128730058670044, 0.3416390120983124, -0.2553499937057495, -0.4439551830291748, 0.5360776782035828, -0.12528017163276672, 0.29920893907546997], "max": [0.9924290776252747, 2.055788516998291, -0.9228079915046692, 0.05948081985116005, -0.6043028235435486, -0.41174063086509705, 1.796851396560669, 887.0, 0.2027139961719513, 0.4633220136165619, -0.15984800457954407, 0.4816166162490845, 0.9342815279960632, 0.3674450218677521, 0.6056585311889648, -0.5164952874183655, -1.9148355722427368, 2.8640329837799072, 0.11835078150033951, 0.1350710391998291, 1.6003448963165283, -0.23001694679260254, 908.0, -0.05688999965786934, 0.42146098613739014, -0.13327500224113464, -0.10037415474653244, 0.9041460752487183, 0.5049322843551636, 0.6851503252983093], "mean": [0.8292135000228882, 2.018673896789551, -1.2420512437820435, -0.306843101978302, -1.606818675994873, -0.9448692202568054, 1.2917518615722656, 511.9485778808594, 0.09928878396749496, 0.41785794496536255, -0.20458464324474335, -0.1296020746231079, 0.8155965805053711, -0.22461088001728058, -0.45961228013038635, -0.7103278636932373, -2.0261423587799072, 2.8174307346343994, -0.1328788697719574, -0.6755280494689941, 1.282698631286621, -0.6390864253044128, 495.6600036621094, -0.1789390593767166, 0.37501147389411926, -0.2122737467288971, -0.27652841806411743, 0.6868647933006287, 0.2720590829849243, 0.5536090135574341], "std": [0.08891929686069489, 0.015350007452070713, 0.14704670011997223, 0.13339416682720184, 0.29435649514198303, 0.19689539074897766, 0.22191233932971954, 273.92242431640625, 0.03319189324975014, 0.02735879085958004, 0.023601563647389412, 0.09278322011232376, 0.13558979332447052, 0.10947371274232864, 0.13166537880897522, 0.2122391313314438, 0.02329324185848236, 0.08358224481344223, 0.21120041608810425, 0.45754027366638184, 0.16878382861614227, 0.2646235227584839, 240.88807678222656, 0.054381273686885834, 0.02281365543603897, 0.028226254507899284, 0.10306407511234283, 0.128566175699234, 0.18048124015331268, 0.10735399276018143], "count": [1750]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005714285714285715], "std": [0.023897741332944554], "count": [1750]}, "timestamp": {"min": [0.0], "max": [69.96], "mean": [34.98], "std": [20.20725612249224], "count": [1750]}, "frame_index": {"min": [0], "max": [1749], "mean": [874.5], "std": [505.18140306230595], "count": [1750]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [1750]}, "index": {"min": [37233], "max": [38982], "mean": [38107.5], "std": [505.18140306230595], "count": [1750]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1750]}}} +{"episode_index": 31, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4716823618413846]], [[0.47598564898491985]], [[0.47262436443385547]]], "std": [[[0.1364042357935263]], [[0.13736449604953643]], [[0.13810583187076725]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4715734198707416]], [[0.4734602217749297]], [[0.4674367799959835]]], "std": [[[0.08624324020773196]], [[0.08459396385818836]], [[0.08954273555587386]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4711891921805967]], [[0.47226362302369734]], [[0.467585180697046]]], "std": [[[0.0979808656308382]], [[0.09945187231161534]], [[0.10537159570163998]]], "count": [179]}, "states": {"min": [0.23162265121936798, 1.9942830801010132, -2.103121757507324, -1.6524255275726318, 0.46045276522636414, 0.6119124889373779, -2.6599690914154053, 35.0, -0.011188999749720097, 0.2970519959926605, -0.2736699879169464, -0.42424073815345764, 0.6174383163452148, -0.4745611846446991, -0.5614306330680847, -0.6729990243911743, -2.0493481159210205, -2.291809320449829, -1.6239590644836426, 0.5751383304595947, -1.5658745765686035, 0.6038839221000671, 81.0, -0.2857440114021301, 0.2897639870643616, -0.2684380114078522, -0.4461911618709564, 0.46897464990615845, 0.002687228610739112, 0.1908172219991684], "max": [0.711448609828949, 2.0314061641693115, -0.08887216448783875, -0.14995869994163513, 2.130767822265625, 1.3604143857955933, -0.09239773452281952, 905.0, 0.273624986410141, 0.4266589879989624, -0.09849700331687927, -0.019804401323199272, 0.9810460209846497, -0.0025140612851828337, -0.15146970748901367, -0.11512192338705063, -1.9782085418701172, -1.335857629776001, 0.012234757654368877, 2.503901720046997, -1.0431485176086426, 2.6169466972351074, 854.0, -0.03307799994945526, 0.3836660087108612, -0.1355780065059662, 0.04129154607653618, 0.9668678045272827, 0.49587351083755493, 0.6811186671257019], "mean": [0.5102761387825012, 2.0206291675567627, -1.2868225574493408, -0.8155696392059326, 1.3140846490859985, 1.0340667963027954, -1.603890299797058, 662.1831665039062, 0.15235593914985657, 0.3602517247200012, -0.1961943805217743, -0.2232668101787567, 0.793515682220459, -0.2800793945789337, -0.407518595457077, -0.4319398105144501, -2.0361392498016357, -1.935948133468628, -0.7397604584693909, 1.6313756704330444, -1.2977620363235474, 1.7655268907546997, 554.2396240234375, -0.17026086151599884, 0.33365151286125183, -0.20056699216365814, -0.13712178170681, 0.7681474685668945, 0.2600662410259247, 0.48211348056793213], "std": [0.10065758973360062, 0.005819612182676792, 0.503084659576416, 0.5835340023040771, 0.5709410309791565, 0.24710389971733093, 0.8748558759689331, 327.8647766113281, 0.09068220853805542, 0.04627189412713051, 0.05107834190130234, 0.14086273312568665, 0.12420816719532013, 0.16448572278022766, 0.11680612713098526, 0.17512348294258118, 0.009654291905462742, 0.24021433293819427, 0.40296491980552673, 0.6206064820289612, 0.11506343632936478, 0.5311390161514282, 273.9071960449219, 0.06401248276233673, 0.021863512694835663, 0.03437263146042824, 0.15068376064300537, 0.16329848766326904, 0.14389076828956604, 0.14492154121398926], "count": [1010]}, "actions": {"min": [0.23162265121936798, 1.9942830801010132, -2.103121757507324, -1.6524255275726318, 0.46045276522636414, 0.6119124889373779, -2.6599690914154053, 35.0, -0.011188999749720097, 0.2970519959926605, -0.2736699879169464, -0.42424073815345764, 0.6174383163452148, -0.4745611846446991, -0.5614306330680847, -0.6729990243911743, -2.0493481159210205, -2.291809320449829, -1.6239590644836426, 0.5751383304595947, -1.5658745765686035, 0.6038839221000671, 81.0, -0.2857440114021301, 0.2897639870643616, -0.2684380114078522, -0.4461911618709564, 0.46897464990615845, 0.002687228610739112, 0.1908172219991684], "max": [0.711448609828949, 2.0314061641693115, -0.08887216448783875, -0.14995869994163513, 2.130767822265625, 1.3604143857955933, -0.09239773452281952, 905.0, 0.273624986410141, 0.4266589879989624, -0.09849700331687927, -0.019804401323199272, 0.9810460209846497, -0.0025140612851828337, -0.15146970748901367, -0.11512192338705063, -1.9782085418701172, -1.335857629776001, 0.012234757654368877, 2.503901720046997, -1.0431485176086426, 2.6169466972351074, 854.0, -0.03307799994945526, 0.3836660087108612, -0.1355780065059662, 0.04129154607653618, 0.9668678045272827, 0.49587351083755493, 0.6811186671257019], "mean": [0.5102761387825012, 2.0206291675567627, -1.2868225574493408, -0.8155696392059326, 1.3140846490859985, 1.0340667963027954, -1.603890299797058, 662.1831665039062, 0.15235593914985657, 0.3602517247200012, -0.1961943805217743, -0.2232668101787567, 0.793515682220459, -0.2800793945789337, -0.407518595457077, -0.4319398105144501, -2.0361392498016357, -1.935948133468628, -0.7397604584693909, 1.6313756704330444, -1.2977620363235474, 1.7655268907546997, 554.2396240234375, -0.17026086151599884, 0.33365151286125183, -0.20056699216365814, -0.13712178170681, 0.7681474685668945, 0.2600662410259247, 0.48211348056793213], "std": [0.10065758973360062, 0.005819612182676792, 0.503084659576416, 0.5835340023040771, 0.5709410309791565, 0.24710389971733093, 0.8748558759689331, 327.8647766113281, 0.09068220853805542, 0.04627189412713051, 0.05107834190130234, 0.14086273312568665, 0.12420816719532013, 0.16448572278022766, 0.11680612713098526, 0.17512348294258118, 0.009654291905462742, 0.24021433293819427, 0.40296491980552673, 0.6206064820289612, 0.11506343632936478, 0.5311390161514282, 273.9071960449219, 0.06401248276233673, 0.021863512694835663, 0.03437263146042824, 0.15068376064300537, 0.16329848766326904, 0.14389076828956604, 0.14492154121398926], "count": [1010]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009900990099009901], "std": [0.03145025777082889], "count": [1010]}, "timestamp": {"min": [0.0], "max": [40.36], "mean": [20.179999999999996], "std": [11.66246972128974], "count": [1010]}, "frame_index": {"min": [0], "max": [1009], "mean": [504.5], "std": [291.5617430322435], "count": [1010]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [1010]}, "index": {"min": [38983], "max": [39992], "mean": [39487.5], "std": [291.5617430322435], "count": [1010]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1010]}}} +{"episode_index": 32, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4860420840437624]], [[0.49055068023586246]], [[0.48646314057023776]]], "std": [[[0.11729223288009172]], [[0.11818512427151955]], [[0.11830972823377492]]], "count": [207]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.47496740018471156]], [[0.4775922571121846]], [[0.4728165869407344]]], "std": [[[0.059373694535670825]], [[0.05954088055450142]], [[0.06663687335469563]]], "count": [207]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.47974460764579585]], [[0.481256050487828]], [[0.4766245382210855]]], "std": [[[0.08045611679602631]], [[0.08217490851976358]], [[0.08602859396736068]]], "count": [207]}, "states": {"min": [0.30832988023757935, 1.922288179397583, -2.061844825744629, -1.4150606393814087, -2.6294782161712646, -1.4045014381408691, 0.3297799825668335, -5.0, -0.020611999556422234, 0.3354809880256653, -0.28170299530029297, -0.46677955985069275, -0.6522499918937683, -0.586125373840332, -0.6554825901985168, -0.7793942093849182, -2.0585286617279053, 1.1343942880630493, 0.1808859258890152, -0.8624894022941589, 0.2912081778049469, -2.2619121074676514, 39.0, -0.2711719870567322, 0.3110769987106323, -0.2865920066833496, -0.49562740325927734, 0.4065196216106415, -0.010192911140620708, 0.2033376544713974], "max": [0.8367457985877991, 2.050848960876465, -1.3306390047073364, -0.15592771768569946, 0.04305727407336235, 0.36362189054489136, 2.6771433353424072, 650.0, 0.2697109878063202, 0.44010698795318604, -0.10663200169801712, 0.4638127088546753, 0.955485463142395, 0.6170244812965393, 0.7260524034500122, -0.05658357962965965, -1.782400131225586, 2.234998941421509, 1.3939945697784424, 2.5096614360809326, 1.4103657007217407, -0.18338176608085632, 883.0, -0.04337700083851814, 0.43173500895500183, -0.09181299805641174, -0.017700985074043274, 0.9697964787483215, 0.5660393238067627, 0.6508739590644836], "mean": [0.5365341901779175, 2.0198452472686768, -1.7521053552627563, -0.7410048246383667, -1.647702693939209, -0.4830431640148163, 1.8624435663223267, 466.66802978515625, 0.1491633504629135, 0.3916456997394562, -0.21297043561935425, 0.022466259077191353, 0.3454497158527374, 0.05697007104754448, -0.08582571893930435, -0.43705570697784424, -2.0346853733062744, 1.7395223379135132, 0.5277937650680542, 0.5516856908798218, 1.0546464920043945, -0.9734416007995605, 572.6753540039062, -0.19661802053451538, 0.35742196440696716, -0.2174333781003952, -0.28992462158203125, 0.6371457576751709, 0.3889361619949341, 0.4921354353427887], "std": [0.16478967666625977, 0.014294742606580257, 0.188352569937706, 0.3004589080810547, 0.7257863879203796, 0.6204541325569153, 0.8080819845199585, 229.4990997314453, 0.08641122281551361, 0.024397751316428185, 0.03974810987710953, 0.31414419412612915, 0.6674334406852722, 0.418957382440567, 0.38712796568870544, 0.19466547667980194, 0.03923659771680832, 0.3623157739639282, 0.3730819523334503, 1.203337550163269, 0.19864825904369354, 0.6886988282203674, 305.93963623046875, 0.0698980763554573, 0.029925674200057983, 0.04698067530989647, 0.135496586561203, 0.20337322354316711, 0.18763068318367004, 0.14695382118225098], "count": [1232]}, "actions": {"min": [0.30832988023757935, 1.922288179397583, -2.061844825744629, -1.4150606393814087, -2.6294782161712646, -1.4045014381408691, 0.3297799825668335, -5.0, -0.020611999556422234, 0.3354809880256653, -0.28170299530029297, -0.46677955985069275, -0.6522499918937683, -0.586125373840332, -0.6554825901985168, -0.7793942093849182, -2.0585286617279053, 1.1343942880630493, 0.1808859258890152, -0.8624894022941589, 0.2912081778049469, -2.2619121074676514, 39.0, -0.2711719870567322, 0.3110769987106323, -0.2865920066833496, -0.49562740325927734, 0.4065196216106415, -0.010192911140620708, 0.2033376544713974], "max": [0.8367457985877991, 2.050848960876465, -1.3306390047073364, -0.15592771768569946, 0.04305727407336235, 0.36362189054489136, 2.6771433353424072, 650.0, 0.2697109878063202, 0.44010698795318604, -0.10663200169801712, 0.4638127088546753, 0.955485463142395, 0.6170244812965393, 0.7260524034500122, -0.05658357962965965, -1.782400131225586, 2.234998941421509, 1.3939945697784424, 2.5096614360809326, 1.4103657007217407, -0.18338176608085632, 883.0, -0.04337700083851814, 0.43173500895500183, -0.09181299805641174, -0.017700985074043274, 0.9697964787483215, 0.5660393238067627, 0.6508739590644836], "mean": [0.5365341901779175, 2.0198452472686768, -1.7521053552627563, -0.7410048246383667, -1.647702693939209, -0.4830431640148163, 1.8624435663223267, 466.66802978515625, 0.1491633504629135, 0.3916456997394562, -0.21297043561935425, 0.022466259077191353, 0.3454497158527374, 0.05697007104754448, -0.08582571893930435, -0.43705570697784424, -2.0346853733062744, 1.7395223379135132, 0.5277937650680542, 0.5516856908798218, 1.0546464920043945, -0.9734416007995605, 572.6753540039062, -0.19661802053451538, 0.35742196440696716, -0.2174333781003952, -0.28992462158203125, 0.6371457576751709, 0.3889361619949341, 0.4921354353427887], "std": [0.16478967666625977, 0.014294742606580257, 0.188352569937706, 0.3004589080810547, 0.7257863879203796, 0.6204541325569153, 0.8080819845199585, 229.4990997314453, 0.08641122281551361, 0.024397751316428185, 0.03974810987710953, 0.31414419412612915, 0.6674334406852722, 0.418957382440567, 0.38712796568870544, 0.19466547667980194, 0.03923659771680832, 0.3623157739639282, 0.3730819523334503, 1.203337550163269, 0.19864825904369354, 0.6886988282203674, 305.93963623046875, 0.0698980763554573, 0.029925674200057983, 0.04698067530989647, 0.135496586561203, 0.20337322354316711, 0.18763068318367004, 0.14695382118225098], "count": [1232]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008116883116883117], "std": [0.02847857920917018], "count": [1232]}, "timestamp": {"min": [0.0], "max": [49.24], "mean": [24.62], "std": [14.225905946546954], "count": [1232]}, "frame_index": {"min": [0], "max": [1231], "mean": [615.5], "std": [355.64764866367386], "count": [1232]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [1232]}, "index": {"min": [39993], "max": [41224], "mean": [40608.5], "std": [355.64764866367386], "count": [1232]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1232]}}} +{"episode_index": 33, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4728296829561487]], [[0.4780102754023783]], [[0.47368784911174455]]], "std": [[[0.1350615502438629]], [[0.13570196126512407]], [[0.1358470265104022]]], "count": [227]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[1.0]], [[1.0]]], "mean": [[[0.477199532658144]], [[0.4783589930465578]], [[0.4724270752353805]]], "std": [[[0.10120319208164402]], [[0.09983310993961582]], [[0.10375358694439067]]], "count": [227]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.474009573579799]], [[0.4744797668149492]], [[0.4707074065676197]]], "std": [[[0.1222392059107708]], [[0.12331465912613071]], [[0.12632768239104583]]], "count": [227]}, "states": {"min": [0.5230227708816528, 2.0034635066986084, 0.23493878543376923, -0.12433726340532303, -2.8953793048858643, -1.3188581466674805, 0.3695909380912781, -1.0, 0.038635000586509705, 0.30652499198913574, -0.28344300389289856, -0.3507609963417053, 0.6074854135513306, -0.46767503023147583, -0.6359660625457764, -0.9540144205093384, -2.06465482711792, -0.02802998758852482, -0.38753291964530945, 0.6042330265045166, 0.9172578454017639, -2.010793924331665, 50.0, -0.25681400299072266, 0.288765013217926, -0.29256099462509155, -0.4920012056827545, 0.4731307923793793, -0.23951008915901184, 0.14583778381347656], "max": [0.8732056617736816, 2.02905011177063, 0.9656034708023071, 0.25921630859375, -2.452396869659424, -0.803706705570221, 0.9367706179618835, 877.0, 0.18515700101852417, 0.3884289860725403, -0.22188700735569, -0.06627830862998962, 0.8607137799263, -0.06045312434434891, -0.4678732454776764, -0.3560123145580292, -1.8864566087722778, 1.4176610708236694, 1.1358603239059448, 2.816699504852295, 1.591286540031433, 0.10592403262853622, 902.0, -0.06634800136089325, 0.41965198516845703, -0.11835599690675735, -0.07054680585861206, 0.968377947807312, 0.48304036259651184, 0.6770608425140381], "mean": [0.6969016790390015, 2.0180277824401855, 0.5553278923034668, 0.17328542470932007, -2.8716394901275635, -0.9415701031684875, 0.7070205211639404, 472.18170166015625, 0.10270418971776962, 0.36370959877967834, -0.25252676010131836, -0.16959571838378906, 0.7541332244873047, -0.283573180437088, -0.5513310432434082, -0.6213240623474121, -2.0421054363250732, 0.8363219499588013, 0.218541219830513, 1.5765258073806763, 1.1869621276855469, -0.6570196747779846, 524.9149169921875, -0.16453363001346588, 0.3627212345600128, -0.2278188019990921, -0.2816025912761688, 0.7450359463691711, 0.23165926337242126, 0.43529459834098816], "std": [0.08183567970991135, 0.005146489478647709, 0.20585496723651886, 0.0799788236618042, 0.05460386350750923, 0.10947544872760773, 0.11059311777353287, 256.7524719238281, 0.03844859451055527, 0.0207950621843338, 0.014345059171319008, 0.06553991883993149, 0.059594716876745224, 0.09565796703100204, 0.03382263705134392, 0.18488867580890656, 0.015449476428329945, 0.5019710659980774, 0.4763816297054291, 0.6718959212303162, 0.17844665050506592, 0.6217379570007324, 298.05633544921875, 0.05378425493836403, 0.03908713161945343, 0.04924614727497101, 0.13043546676635742, 0.15552188456058502, 0.2529929578304291, 0.13140833377838135], "count": [1387]}, "actions": {"min": [0.5230227708816528, 2.0034635066986084, 0.23493878543376923, -0.12433726340532303, -2.8953793048858643, -1.3188581466674805, 0.3695909380912781, -1.0, 0.038635000586509705, 0.30652499198913574, -0.28344300389289856, -0.3507609963417053, 0.6074854135513306, -0.46767503023147583, -0.6359660625457764, -0.9540144205093384, -2.06465482711792, -0.02802998758852482, -0.38753291964530945, 0.6042330265045166, 0.9172578454017639, -2.010793924331665, 50.0, -0.25681400299072266, 0.288765013217926, -0.29256099462509155, -0.4920012056827545, 0.4731307923793793, -0.23951008915901184, 0.14583778381347656], "max": [0.8732056617736816, 2.02905011177063, 0.9656034708023071, 0.25921630859375, -2.452396869659424, -0.803706705570221, 0.9367706179618835, 877.0, 0.18515700101852417, 0.3884289860725403, -0.22188700735569, -0.06627830862998962, 0.8607137799263, -0.06045312434434891, -0.4678732454776764, -0.3560123145580292, -1.8864566087722778, 1.4176610708236694, 1.1358603239059448, 2.816699504852295, 1.591286540031433, 0.10592403262853622, 902.0, -0.06634800136089325, 0.41965198516845703, -0.11835599690675735, -0.07054680585861206, 0.968377947807312, 0.48304036259651184, 0.6770608425140381], "mean": [0.6969016790390015, 2.0180277824401855, 0.5553278923034668, 0.17328542470932007, -2.8716394901275635, -0.9415701031684875, 0.7070205211639404, 472.18170166015625, 0.10270418971776962, 0.36370959877967834, -0.25252676010131836, -0.16959571838378906, 0.7541332244873047, -0.283573180437088, -0.5513310432434082, -0.6213240623474121, -2.0421054363250732, 0.8363219499588013, 0.218541219830513, 1.5765258073806763, 1.1869621276855469, -0.6570196747779846, 524.9149169921875, -0.16453363001346588, 0.3627212345600128, -0.2278188019990921, -0.2816025912761688, 0.7450359463691711, 0.23165926337242126, 0.43529459834098816], "std": [0.08183567970991135, 0.005146489478647709, 0.20585496723651886, 0.0799788236618042, 0.05460386350750923, 0.10947544872760773, 0.11059311777353287, 256.7524719238281, 0.03844859451055527, 0.0207950621843338, 0.014345059171319008, 0.06553991883993149, 0.059594716876745224, 0.09565796703100204, 0.03382263705134392, 0.18488867580890656, 0.015449476428329945, 0.5019710659980774, 0.4763816297054291, 0.6718959212303162, 0.17844665050506592, 0.6217379570007324, 298.05633544921875, 0.05378425493836403, 0.03908713161945343, 0.04924614727497101, 0.13043546676635742, 0.15552188456058502, 0.2529929578304291, 0.13140833377838135], "count": [1387]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007209805335255948], "std": [0.026841399378495005], "count": [1387]}, "timestamp": {"min": [0.0], "max": [55.44], "mean": [27.72], "std": [16.01569230473663], "count": [1387]}, "frame_index": {"min": [0], "max": [1386], "mean": [693.0], "std": [400.39230761841566], "count": [1387]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [1387]}, "index": {"min": [41225], "max": [42611], "mean": [41918.0], "std": [400.39230761841566], "count": [1387]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1387]}}} +{"episode_index": 34, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.47417599866701066]], [[0.4782940789473684]], [[0.47258822776917786]]], "std": [[[0.12478664585255986]], [[0.12596394678827452]], [[0.12550628550718748]]], "count": [190]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668890157378741]], [[0.46992071508427935]], [[0.4638044880890953]]], "std": [[[0.10389731189104769]], [[0.10245488149083233]], [[0.10715738840071337]]], "count": [190]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.4748323798159615]], [[0.47732272424320604]], [[0.47359245893532853]]], "std": [[[0.07506693374801628]], [[0.0738485870621305]], [[0.07776212660285567]]], "count": [190]}, "states": {"min": [0.13877113163471222, 2.0111429691314697, -2.034024238586426, -1.7611244916915894, -2.681838035583496, -1.3067455291748047, 0.14449581503868103, 86.0, 0.001639000023715198, 0.2942569851875305, -0.2684600055217743, -0.4987342655658722, -0.5899651646614075, -0.4568312466144562, -0.6316308379173279, -0.849608838558197, -2.0533626079559326, 0.7287971377372742, -0.05873033031821251, -2.9005978107452393, -1.668674349784851, 0.34955453872680664, 66.0, -0.31508299708366394, 0.25324198603630066, -0.29284098744392395, -0.49712154269218445, -0.5960970520973206, -0.5056930780410767, -0.633588969707489], "max": [0.6085439920425415, 2.042576313018799, -1.1626336574554443, -0.09526007622480392, -0.2099631130695343, -0.22970280051231384, 2.815652370452881, 870.0, 0.3111009895801544, 0.4187549948692322, -0.07865499705076218, 0.535861611366272, 0.9727288484573364, 0.4582616984844208, 0.5839138627052307, 0.08799950033426285, -1.9918919801712036, 1.551021695137024, 1.6122828722000122, -0.6308667063713074, -1.0207383632659912, 2.844066619873047, 876.0, -0.057992998510599136, 0.3612329959869385, -0.11507000029087067, 0.5616204738616943, 0.9295207262039185, 0.5472344756126404, 0.712698221206665], "mean": [0.3434586226940155, 2.0205535888671875, -1.54392671585083, -0.9112210273742676, -1.4227230548858643, -0.8782646059989929, 1.4267762899398804, 679.8087768554688, 0.1711844503879547, 0.35460084676742554, -0.1808256208896637, -0.0029009520076215267, 0.3837319016456604, -0.026131190359592438, -0.1074289008975029, -0.48771411180496216, -2.0392439365386963, 1.2915788888931274, 0.3324768841266632, -1.9709073305130005, -1.3766008615493774, 2.3415889739990234, 498.2406311035156, -0.16425946354866028, 0.31128478050231934, -0.22119705379009247, 0.007849358022212982, 0.4974057972431183, 0.026391997933387756, 0.25220707058906555], "std": [0.09427405148744583, 0.0053089093416929245, 0.26750120520591736, 0.5506378412246704, 0.8662701845169067, 0.3621476888656616, 0.8926125764846802, 279.809814453125, 0.09627867490053177, 0.038230426609516144, 0.04871901124715805, 0.36825886368751526, 0.620364785194397, 0.33960363268852234, 0.4524596929550171, 0.21708190441131592, 0.010908366180956364, 0.15673013031482697, 0.46542537212371826, 0.6531985998153687, 0.1732896864414215, 0.715819776058197, 260.710693359375, 0.07899169623851776, 0.027836687862873077, 0.0371423214673996, 0.3096429109573364, 0.5313552021980286, 0.27979058027267456, 0.4813738167285919], "count": [1093]}, "actions": {"min": [0.13877113163471222, 2.0111429691314697, -2.034024238586426, -1.7611244916915894, -2.681838035583496, -1.3067455291748047, 0.14449581503868103, 86.0, 0.001639000023715198, 0.2942569851875305, -0.2684600055217743, -0.4987342655658722, -0.5899651646614075, -0.4568312466144562, -0.6316308379173279, -0.849608838558197, -2.0533626079559326, 0.7287971377372742, -0.05873033031821251, -2.9005978107452393, -1.668674349784851, 0.34955453872680664, 66.0, -0.31508299708366394, 0.25324198603630066, -0.29284098744392395, -0.49712154269218445, -0.5960970520973206, -0.5056930780410767, -0.633588969707489], "max": [0.6085439920425415, 2.042576313018799, -1.1626336574554443, -0.09526007622480392, -0.2099631130695343, -0.22970280051231384, 2.815652370452881, 870.0, 0.3111009895801544, 0.4187549948692322, -0.07865499705076218, 0.535861611366272, 0.9727288484573364, 0.4582616984844208, 0.5839138627052307, 0.08799950033426285, -1.9918919801712036, 1.551021695137024, 1.6122828722000122, -0.6308667063713074, -1.0207383632659912, 2.844066619873047, 876.0, -0.057992998510599136, 0.3612329959869385, -0.11507000029087067, 0.5616204738616943, 0.9295207262039185, 0.5472344756126404, 0.712698221206665], "mean": [0.3434586226940155, 2.0205535888671875, -1.54392671585083, -0.9112210273742676, -1.4227230548858643, -0.8782646059989929, 1.4267762899398804, 679.8087768554688, 0.1711844503879547, 0.35460084676742554, -0.1808256208896637, -0.0029009520076215267, 0.3837319016456604, -0.026131190359592438, -0.1074289008975029, -0.48771411180496216, -2.0392439365386963, 1.2915788888931274, 0.3324768841266632, -1.9709073305130005, -1.3766008615493774, 2.3415889739990234, 498.2406311035156, -0.16425946354866028, 0.31128478050231934, -0.22119705379009247, 0.007849358022212982, 0.4974057972431183, 0.026391997933387756, 0.25220707058906555], "std": [0.09427405148744583, 0.0053089093416929245, 0.26750120520591736, 0.5506378412246704, 0.8662701845169067, 0.3621476888656616, 0.8926125764846802, 279.809814453125, 0.09627867490053177, 0.038230426609516144, 0.04871901124715805, 0.36825886368751526, 0.620364785194397, 0.33960363268852234, 0.4524596929550171, 0.21708190441131592, 0.010908366180956364, 0.15673013031482697, 0.46542537212371826, 0.6531985998153687, 0.1732896864414215, 0.715819776058197, 260.710693359375, 0.07899169623851776, 0.027836687862873077, 0.0371423214673996, 0.3096429109573364, 0.5313552021980286, 0.27979058027267456, 0.4813738167285919], "count": [1093]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009149130832570906], "std": [0.030233690104040815], "count": [1093]}, "timestamp": {"min": [0.0], "max": [43.68], "mean": [21.84], "std": [12.620871602230965], "count": [1093]}, "frame_index": {"min": [0], "max": [1092], "mean": [546.0], "std": [315.52179005577415], "count": [1093]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [1093]}, "index": {"min": [42612], "max": [43704], "mean": [43158.0], "std": [315.52179005577415], "count": [1093]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1093]}}} +{"episode_index": 35, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.47406412043062063]], [[0.47881341369512403]], [[0.47415903175429464]]], "std": [[[0.13156112876337295]], [[0.13095303222066945]], [[0.13091329369537572]]], "count": [226]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4772970168893516]], [[0.4790284375180751]], [[0.4732672526606513]]], "std": [[[0.08801363894902663]], [[0.08663009182179879]], [[0.08980485947708683]]], "count": [226]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4753556415929204]], [[0.47698722905460117]], [[0.4719169468303545]]], "std": [[[0.10589893940066449]], [[0.10659994420420456]], [[0.10939418537834328]]], "count": [226]}, "states": {"min": [0.6098878383636475, 1.8840481042861938, -1.6103978157043457, -0.6081600189208984, -2.304532766342163, -1.2931842803955078, 0.19849631190299988, -3.0, 0.03880300000309944, 0.3606399893760681, -0.24672600626945496, -0.4163729250431061, -0.6269910335540771, -0.37770357728004456, -0.633029580116272, -1.173280119895935, -2.0433268547058105, 2.636599063873291, -1.1009361743927002, -1.3330998420715332, 1.0415252447128296, -1.5103206634521484, 40.0, -0.30785998702049255, 0.3309899866580963, -0.26055800914764404, -0.4690946340560913, 0.46032556891441345, -0.09043826162815094, 0.28954026103019714], "max": [1.0453999042510986, 2.054182767868042, -0.7799004316329956, 0.03316125646233559, -0.5786464810371399, -0.6991090774536133, 1.537111520767212, 884.0, 0.20314200222492218, 0.46804800629615784, -0.14230400323867798, 0.49290570616722107, 0.9323033690452576, 0.3731901943683624, 0.632049024105072, -0.5242969393730164, -1.964088797569275, 2.862689256668091, 0.07291985303163528, 0.20875884592533112, 1.7701653242111206, -0.19111356139183044, 845.0, -0.0767429992556572, 0.42487698793411255, -0.11754400283098221, -0.09246236830949783, 0.9243221282958984, 0.5291404128074646, 0.6527041792869568], "mean": [0.8444375991821289, 2.0160961151123047, -1.0472805500030518, -0.2564830780029297, -1.5980067253112793, -1.0236947536468506, 1.1170659065246582, 490.2119140625, 0.10180722922086716, 0.42014753818511963, -0.1915576457977295, -0.14054928719997406, 0.766639769077301, -0.1982695609331131, -0.48105496168136597, -0.7386712431907654, -2.031026840209961, 2.8153114318847656, -0.18331696093082428, -0.7058411836624146, 1.255703330039978, -0.6110737323760986, 530.6915893554688, -0.19407962262630463, 0.3845730721950531, -0.20739617943763733, -0.30525100231170654, 0.68576580286026, 0.28762364387512207, 0.514279305934906], "std": [0.11260106414556503, 0.026949739083647728, 0.22381576895713806, 0.17340055108070374, 0.3179716169834137, 0.10161109268665314, 0.2567952573299408, 222.33804321289062, 0.04266616329550743, 0.028342248871922493, 0.02534370683133602, 0.12046398967504501, 0.2315693497657776, 0.12540924549102783, 0.1947360336780548, 0.22942768037319183, 0.010880964808166027, 0.056758224964141846, 0.30798104405403137, 0.5765203833580017, 0.14927715063095093, 0.3126658499240875, 235.9207000732422, 0.05874752625823021, 0.020680783316493034, 0.03110339492559433, 0.12378310412168503, 0.1577528566122055, 0.19500672817230225, 0.10536511242389679], "count": [1378]}, "actions": {"min": [0.6098878383636475, 1.8840481042861938, -1.6103978157043457, -0.6081600189208984, -2.304532766342163, -1.2931842803955078, 0.19849631190299988, -3.0, 0.03880300000309944, 0.3606399893760681, -0.24672600626945496, -0.4163729250431061, -0.6269910335540771, -0.37770357728004456, -0.633029580116272, -1.173280119895935, -2.0433268547058105, 2.636599063873291, -1.1009361743927002, -1.3330998420715332, 1.0415252447128296, -1.5103206634521484, 40.0, -0.30785998702049255, 0.3309899866580963, -0.26055800914764404, -0.4690946340560913, 0.46032556891441345, -0.09043826162815094, 0.28954026103019714], "max": [1.0453999042510986, 2.054182767868042, -0.7799004316329956, 0.03316125646233559, -0.5786464810371399, -0.6991090774536133, 1.537111520767212, 884.0, 0.20314200222492218, 0.46804800629615784, -0.14230400323867798, 0.49290570616722107, 0.9323033690452576, 0.3731901943683624, 0.632049024105072, -0.5242969393730164, -1.964088797569275, 2.862689256668091, 0.07291985303163528, 0.20875884592533112, 1.7701653242111206, -0.19111356139183044, 845.0, -0.0767429992556572, 0.42487698793411255, -0.11754400283098221, -0.09246236830949783, 0.9243221282958984, 0.5291404128074646, 0.6527041792869568], "mean": [0.8444375991821289, 2.0160961151123047, -1.0472805500030518, -0.2564830780029297, -1.5980067253112793, -1.0236947536468506, 1.1170659065246582, 490.2119140625, 0.10180722922086716, 0.42014753818511963, -0.1915576457977295, -0.14054928719997406, 0.766639769077301, -0.1982695609331131, -0.48105496168136597, -0.7386712431907654, -2.031026840209961, 2.8153114318847656, -0.18331696093082428, -0.7058411836624146, 1.255703330039978, -0.6110737323760986, 530.6915893554688, -0.19407962262630463, 0.3845730721950531, -0.20739617943763733, -0.30525100231170654, 0.68576580286026, 0.28762364387512207, 0.514279305934906], "std": [0.11260106414556503, 0.026949739083647728, 0.22381576895713806, 0.17340055108070374, 0.3179716169834137, 0.10161109268665314, 0.2567952573299408, 222.33804321289062, 0.04266616329550743, 0.028342248871922493, 0.02534370683133602, 0.12046398967504501, 0.2315693497657776, 0.12540924549102783, 0.1947360336780548, 0.22942768037319183, 0.010880964808166027, 0.056758224964141846, 0.30798104405403137, 0.5765203833580017, 0.14927715063095093, 0.3126658499240875, 235.9207000732422, 0.05874752625823021, 0.020680783316493034, 0.03110339492559433, 0.12378310412168503, 0.1577528566122055, 0.19500672817230225, 0.10536511242389679], "count": [1378]}, "next.done": {"min": [false], "max": [true], "mean": [0.000725689404934688], "std": [0.0269288466114361], "count": [1378]}, "timestamp": {"min": [0.0], "max": [55.08], "mean": [27.539999999999996], "std": [15.911769229095801], "count": [1378]}, "frame_index": {"min": [0], "max": [1377], "mean": [688.5], "std": [397.794230727395], "count": [1378]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [1378]}, "index": {"min": [43705], "max": [45082], "mean": [44393.5], "std": [397.794230727395], "count": [1378]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1378]}}} +{"episode_index": 36, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4658586283131343]], [[0.4739541683088646]], [[0.4681944526554341]]], "std": [[[0.13896986187447607]], [[0.13591320875625307]], [[0.1376578794646485]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4727773425953296]], [[0.47178292093638124]], [[0.46583345136630866]]], "std": [[[0.09481098220665236]], [[0.09211570628517562]], [[0.09625457018688065]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4716946343235787]], [[0.47160673773278156]], [[0.46788779272177883]]], "std": [[[0.10682615186303467]], [[0.10705318111983267]], [[0.11142096247863235]]], "count": [199]}, "states": {"min": [0.15399040281772614, 1.9714192152023315, -1.83151376247406, -1.5044912099838257, -2.6170339584350586, -1.7190097570419312, 0.4339935779571533, 3.0, 0.010255999863147736, 0.28380900621414185, -0.29641398787498474, -0.4280588924884796, -0.6730859875679016, -0.5526593327522278, -0.677911102771759, -0.8576024174690247, -2.059767723083496, 0.7423409223556519, -0.14044664800167084, 0.2644348442554474, 0.7985230088233948, -2.3614306449890137, 38.0, -0.30939000844955444, 0.29381200671195984, -0.2842000126838684, -0.49999725818634033, -0.4279880225658417, -0.43430474400520325, -0.6289833784103394], "max": [0.8274780511856079, 2.048807144165039, -0.6211627125740051, -0.044017206877470016, -0.3926641643047333, -0.79023277759552, 2.601430654525757, 884.0, 0.3216240108013153, 0.43314099311828613, -0.10801699757575989, 0.4259658753871918, 0.9760572910308838, 0.5650109648704529, 0.6878852248191833, -0.15795230865478516, -2.018979549407959, 1.7432174682617188, 1.523550271987915, 2.7869417667388916, 1.6950812339782715, -0.254591166973114, 871.0, -0.008787999860942364, 0.39518898725509644, -0.0740870013833046, 0.5061401128768921, 0.9782611727714539, 0.5383453369140625, 0.6676087379455566], "mean": [0.4846084713935852, 2.0286123752593994, -1.184377908706665, -0.6116839647293091, -1.531495451927185, -1.191412091255188, 1.1882081031799316, 413.6953430175781, 0.1878645122051239, 0.33961179852485657, -0.21652017533779144, -0.15275081992149353, 0.6855480074882507, -0.22452661395072937, -0.35632503032684326, -0.48625999689102173, -2.040224313735962, 1.1076072454452515, 0.29422858357429504, 1.1205946207046509, 1.2743089199066162, -0.7778205275535583, 525.4019165039062, -0.20958444476127625, 0.32643255591392517, -0.2266286015510559, -0.3045869767665863, 0.6473349928855896, 0.30723538994789124, 0.4655042588710785], "std": [0.13233336806297302, 0.011136727407574654, 0.35362446308135986, 0.5357619524002075, 0.6274124979972839, 0.22854825854301453, 0.7370700836181641, 307.203125, 0.08776231855154037, 0.038494668900966644, 0.053218331187963486, 0.20670844614505768, 0.3725946247577667, 0.25994250178337097, 0.28317055106163025, 0.1900627762079239, 0.008551583625376225, 0.2904810905456543, 0.45362237095832825, 0.7408298254013062, 0.1509944051504135, 0.6682393550872803, 330.263427734375, 0.09381550550460815, 0.027928821742534637, 0.05019469931721687, 0.19557428359985352, 0.23139096796512604, 0.22363848984241486, 0.18785856664180756], "count": [1162]}, "actions": {"min": [0.15399040281772614, 1.9714192152023315, -1.83151376247406, -1.5044912099838257, -2.6170339584350586, -1.7190097570419312, 0.4339935779571533, 3.0, 0.010255999863147736, 0.28380900621414185, -0.29641398787498474, -0.4280588924884796, -0.6730859875679016, -0.5526593327522278, -0.677911102771759, -0.8576024174690247, -2.059767723083496, 0.7423409223556519, -0.14044664800167084, 0.2644348442554474, 0.7985230088233948, -2.3614306449890137, 38.0, -0.30939000844955444, 0.29381200671195984, -0.2842000126838684, -0.49999725818634033, -0.4279880225658417, -0.43430474400520325, -0.6289833784103394], "max": [0.8274780511856079, 2.048807144165039, -0.6211627125740051, -0.044017206877470016, -0.3926641643047333, -0.79023277759552, 2.601430654525757, 884.0, 0.3216240108013153, 0.43314099311828613, -0.10801699757575989, 0.4259658753871918, 0.9760572910308838, 0.5650109648704529, 0.6878852248191833, -0.15795230865478516, -2.018979549407959, 1.7432174682617188, 1.523550271987915, 2.7869417667388916, 1.6950812339782715, -0.254591166973114, 871.0, -0.008787999860942364, 0.39518898725509644, -0.0740870013833046, 0.5061401128768921, 0.9782611727714539, 0.5383453369140625, 0.6676087379455566], "mean": [0.4846084713935852, 2.0286123752593994, -1.184377908706665, -0.6116839647293091, -1.531495451927185, -1.191412091255188, 1.1882081031799316, 413.6953430175781, 0.1878645122051239, 0.33961179852485657, -0.21652017533779144, -0.15275081992149353, 0.6855480074882507, -0.22452661395072937, -0.35632503032684326, -0.48625999689102173, -2.040224313735962, 1.1076072454452515, 0.29422858357429504, 1.1205946207046509, 1.2743089199066162, -0.7778205275535583, 525.4019165039062, -0.20958444476127625, 0.32643255591392517, -0.2266286015510559, -0.3045869767665863, 0.6473349928855896, 0.30723538994789124, 0.4655042588710785], "std": [0.13233336806297302, 0.011136727407574654, 0.35362446308135986, 0.5357619524002075, 0.6274124979972839, 0.22854825854301453, 0.7370700836181641, 307.203125, 0.08776231855154037, 0.038494668900966644, 0.053218331187963486, 0.20670844614505768, 0.3725946247577667, 0.25994250178337097, 0.28317055106163025, 0.1900627762079239, 0.008551583625376225, 0.2904810905456543, 0.45362237095832825, 0.7408298254013062, 0.1509944051504135, 0.6682393550872803, 330.263427734375, 0.09381550550460815, 0.027928821742534637, 0.05019469931721687, 0.19557428359985352, 0.23139096796512604, 0.22363848984241486, 0.18785856664180756], "count": [1162]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008605851979345956], "std": [0.029323106776937728], "count": [1162]}, "timestamp": {"min": [0.0], "max": [46.44], "mean": [23.22], "std": [13.417615287375027], "count": [1162]}, "frame_index": {"min": [0], "max": [1161], "mean": [580.5], "std": [335.44038218437566], "count": [1162]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [1162]}, "index": {"min": [45083], "max": [46244], "mean": [45663.5], "std": [335.44038218437566], "count": [1162]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1162]}}} +{"episode_index": 37, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4788343764249886]], [[0.48432503609971117]], [[0.47820928047575617]]], "std": [[[0.11327475301648107]], [[0.11280940181435815]], [[0.11314773046320702]]], "count": [215]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9019607843137255]], [[0.8352941176470589]], [[0.807843137254902]]], "mean": [[[0.4695750180498556]], [[0.47299301375589]], [[0.4667469714242286]]], "std": [[[0.08488660149048556]], [[0.08414850878785521]], [[0.08865670497200889]]], "count": [215]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.9647058823529412]], [[0.6745098039215687]]], "mean": [[[0.47355354347165224]], [[0.4737775573795409]], [[0.46809447769417845]]], "std": [[[0.08804712558730936]], [[0.08943263992502436]], [[0.0973870404017935]]], "count": [215]}, "states": {"min": [0.2856405973434448, 1.9333362579345703, -2.070431709289551, -1.3890552520751953, -2.6152539253234863, -1.3738359212875366, 0.494800865650177, 24.0, -0.009885000064969063, 0.3368859887123108, -0.25200799107551575, -0.4544432759284973, -0.6091457605361938, -0.4916452467441559, -0.6098066568374634, -0.6918834447860718, -2.0530307292938232, -1.98201322555542, -1.2081170082092285, 0.09704030305147171, -1.3961588144302368, 1.42422354221344, 169.0, -0.30319300293922424, 0.2800540030002594, -0.29318299889564514, -0.49714750051498413, 0.4052232503890991, -0.03610678017139435, 0.3245505690574646], "max": [0.911952018737793, 2.041668653488159, -0.8818800449371338, -0.10581932216882706, -0.4876100718975067, -0.3726801872253418, 2.348515033721924, 879.0, 0.3117699921131134, 0.43184900283813477, -0.10128799825906754, 0.47156259417533875, 0.9448622465133667, 0.5543289184570312, 0.6748558878898621, -0.3134262263774872, -1.9687139987945557, -1.760810375213623, -0.01883210428059101, 2.2291345596313477, -0.9981887936592102, 2.7045273780822754, 891.0, -0.0954430028796196, 0.41067999601364136, -0.10322900116443634, -0.1266537755727768, 0.9365366697311401, 0.5100882649421692, 0.6420993208885193], "mean": [0.5860889554023743, 2.011096477508545, -1.3859633207321167, -0.6178529858589172, -1.3928710222244263, -0.9654297232627869, 1.145831823348999, 470.4980773925781, 0.15947039425373077, 0.3894891142845154, -0.18528687953948975, 0.0106029799208045, 0.3881388008594513, 0.07659084349870682, 2.761571158771403e-05, -0.48145437240600586, -2.035048246383667, -1.849985122680664, -0.21277640759944916, 0.8159574270248413, -1.2102428674697876, 2.4789788722991943, 551.5243530273438, -0.20346707105636597, 0.3396355211734772, -0.23443740606307983, -0.31998977065086365, 0.6518428921699524, 0.31467893719673157, 0.5412372350692749], "std": [0.20821058750152588, 0.03097575157880783, 0.4234064817428589, 0.2713685631752014, 0.602160632610321, 0.2835344970226288, 0.4588198661804199, 248.54087829589844, 0.11117631942033768, 0.026113582774996758, 0.04354372248053551, 0.31991586089134216, 0.6694319248199463, 0.26102837920188904, 0.47407689690589905, 0.12056638300418854, 0.011931807734072208, 0.0671466514468193, 0.2805289328098297, 0.6635218262672424, 0.1229657456278801, 0.3005181849002838, 256.689453125, 0.06820342689752579, 0.029710926115512848, 0.035999804735183716, 0.12134074419736862, 0.17730258405208588, 0.17209042608737946, 0.07051124423742294], "count": [1293]}, "actions": {"min": [0.2856405973434448, 1.9333362579345703, -2.070431709289551, -1.3890552520751953, -2.6152539253234863, -1.3738359212875366, 0.494800865650177, 24.0, -0.009885000064969063, 0.3368859887123108, -0.25200799107551575, -0.4544432759284973, -0.6091457605361938, -0.4916452467441559, -0.6098066568374634, -0.6918834447860718, -2.0530307292938232, -1.98201322555542, -1.2081170082092285, 0.09704030305147171, -1.3961588144302368, 1.42422354221344, 169.0, -0.30319300293922424, 0.2800540030002594, -0.29318299889564514, -0.49714750051498413, 0.4052232503890991, -0.03610678017139435, 0.3245505690574646], "max": [0.911952018737793, 2.041668653488159, -0.8818800449371338, -0.10581932216882706, -0.4876100718975067, -0.3726801872253418, 2.348515033721924, 879.0, 0.3117699921131134, 0.43184900283813477, -0.10128799825906754, 0.47156259417533875, 0.9448622465133667, 0.5543289184570312, 0.6748558878898621, -0.3134262263774872, -1.9687139987945557, -1.760810375213623, -0.01883210428059101, 2.2291345596313477, -0.9981887936592102, 2.7045273780822754, 891.0, -0.0954430028796196, 0.41067999601364136, -0.10322900116443634, -0.1266537755727768, 0.9365366697311401, 0.5100882649421692, 0.6420993208885193], "mean": [0.5860889554023743, 2.011096477508545, -1.3859633207321167, -0.6178529858589172, -1.3928710222244263, -0.9654297232627869, 1.145831823348999, 470.4980773925781, 0.15947039425373077, 0.3894891142845154, -0.18528687953948975, 0.0106029799208045, 0.3881388008594513, 0.07659084349870682, 2.761571158771403e-05, -0.48145437240600586, -2.035048246383667, -1.849985122680664, -0.21277640759944916, 0.8159574270248413, -1.2102428674697876, 2.4789788722991943, 551.5243530273438, -0.20346707105636597, 0.3396355211734772, -0.23443740606307983, -0.31998977065086365, 0.6518428921699524, 0.31467893719673157, 0.5412372350692749], "std": [0.20821058750152588, 0.03097575157880783, 0.4234064817428589, 0.2713685631752014, 0.602160632610321, 0.2835344970226288, 0.4588198661804199, 248.54087829589844, 0.11117631942033768, 0.026113582774996758, 0.04354372248053551, 0.31991586089134216, 0.6694319248199463, 0.26102837920188904, 0.47407689690589905, 0.12056638300418854, 0.011931807734072208, 0.0671466514468193, 0.2805289328098297, 0.6635218262672424, 0.1229657456278801, 0.3005181849002838, 256.689453125, 0.06820342689752579, 0.029710926115512848, 0.035999804735183716, 0.12134074419736862, 0.17730258405208588, 0.17209042608737946, 0.07051124423742294], "count": [1293]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007733952049497294], "std": [0.027799227773567563], "count": [1293]}, "timestamp": {"min": [0.0], "max": [51.68], "mean": [25.840000000000003], "std": [14.930273496043757], "count": [1293]}, "frame_index": {"min": [0], "max": [1292], "mean": [646.0], "std": [373.2568374010939], "count": [1293]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [1293]}, "index": {"min": [46245], "max": [47537], "mean": [46891.0], "std": [373.2568374010939], "count": [1293]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1293]}}} +{"episode_index": 38, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.46325910302717577]], [[0.4693690101479188]], [[0.46301795558135533]]], "std": [[[0.14640191124721394]], [[0.14415732792654087]], [[0.14532605934545084]]], "count": [190]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46551338471792225]], [[0.46650955559855517]], [[0.46154479489164085]]], "std": [[[0.0941884843727701]], [[0.09171163566125652]], [[0.0965676748896625]]], "count": [190]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659348780959752]], [[0.4674855510405917]], [[0.4636169289645683]]], "std": [[[0.09837790476423373]], [[0.09796282446740233]], [[0.1034770273808618]]], "count": [190]}, "states": {"min": [0.37030649185180664, 2.0187525749206543, -1.9045904874801636, -1.3486509323120117, -2.6411545276641846, -1.586748719215393, 0.21148154139518738, 0.0, -0.013554999604821205, 0.27547600865364075, -0.29477399587631226, -0.4243687093257904, -0.6540249586105347, -0.486026793718338, -0.673655092716217, -0.8645314574241638, -2.0453341007232666, -2.313835382461548, -1.277755618095398, 0.13224360346794128, -1.7951760292053223, 0.380795955657959, 39.0, -0.34192198514938354, 0.30012398958206177, -0.2687090039253235, -0.4673222303390503, 0.32203787565231323, -0.018265152350068092, 0.0892474353313446], "max": [0.9829345941543579, 2.0437631607055664, 0.0046600294299423695, 0.22853340208530426, -0.735080361366272, -1.013669729232788, 2.8175549507141113, 686.0, 0.3175620138645172, 0.43590399622917175, -0.08206900209188461, 0.44737371802330017, 0.99101722240448, 0.6019512414932251, 0.8079172968864441, -0.2286730408668518, -1.8399261236190796, -1.3237450122833252, -0.12253957241773605, 2.7539377212524414, -0.7237008213996887, 2.630699872970581, 889.0, 0.0007529999711550772, 0.43904799222946167, -0.06458199769258499, 0.05915109068155289, 0.9814946055412292, 0.5692059993743896, 0.7958766222000122], "mean": [0.5812935829162598, 2.0329065322875977, -0.6463315486907959, -0.1850750595331192, -1.6026400327682495, -1.2539564371109009, 0.9349454045295715, 414.8353271484375, 0.18053506314754486, 0.33924493193626404, -0.231610506772995, 0.14247393608093262, 0.20186181366443634, 0.16743436455726624, 0.09721203148365021, -0.5872995853424072, -2.0232808589935303, -1.7988977432250977, -0.5835503339767456, 1.4888447523117065, -1.203489065170288, 1.830065131187439, 470.01190185546875, -0.1545405238866806, 0.3591960370540619, -0.20125749707221985, -0.1847015917301178, 0.7696491479873657, 0.2662351429462433, 0.427234411239624], "std": [0.15337280929088593, 0.0054728495888412, 0.5607928037643433, 0.4735341966152191, 0.5729838013648987, 0.1264994740486145, 0.8181788921356201, 264.374267578125, 0.08405409008264542, 0.03501138463616371, 0.04809923097491264, 0.2570846378803253, 0.6446055173873901, 0.3951086401939392, 0.5135650634765625, 0.19219984114170074, 0.032455816864967346, 0.19678859412670135, 0.38598114252090454, 0.7853626012802124, 0.20260845124721527, 0.8310069441795349, 292.641357421875, 0.08418930321931839, 0.030522888526320457, 0.05398983135819435, 0.1674625277519226, 0.16209614276885986, 0.18669037520885468, 0.17590351402759552], "count": [1093]}, "actions": {"min": [0.37030649185180664, 2.0187525749206543, -1.9045904874801636, -1.3486509323120117, -2.6411545276641846, -1.586748719215393, 0.21148154139518738, 0.0, -0.013554999604821205, 0.27547600865364075, -0.29477399587631226, -0.4243687093257904, -0.6540249586105347, -0.486026793718338, -0.673655092716217, -0.8645314574241638, -2.0453341007232666, -2.313835382461548, -1.277755618095398, 0.13224360346794128, -1.7951760292053223, 0.380795955657959, 39.0, -0.34192198514938354, 0.30012398958206177, -0.2687090039253235, -0.4673222303390503, 0.32203787565231323, -0.018265152350068092, 0.0892474353313446], "max": [0.9829345941543579, 2.0437631607055664, 0.0046600294299423695, 0.22853340208530426, -0.735080361366272, -1.013669729232788, 2.8175549507141113, 686.0, 0.3175620138645172, 0.43590399622917175, -0.08206900209188461, 0.44737371802330017, 0.99101722240448, 0.6019512414932251, 0.8079172968864441, -0.2286730408668518, -1.8399261236190796, -1.3237450122833252, -0.12253957241773605, 2.7539377212524414, -0.7237008213996887, 2.630699872970581, 889.0, 0.0007529999711550772, 0.43904799222946167, -0.06458199769258499, 0.05915109068155289, 0.9814946055412292, 0.5692059993743896, 0.7958766222000122], "mean": [0.5812935829162598, 2.0329065322875977, -0.6463315486907959, -0.1850750595331192, -1.6026400327682495, -1.2539564371109009, 0.9349454045295715, 414.8353271484375, 0.18053506314754486, 0.33924493193626404, -0.231610506772995, 0.14247393608093262, 0.20186181366443634, 0.16743436455726624, 0.09721203148365021, -0.5872995853424072, -2.0232808589935303, -1.7988977432250977, -0.5835503339767456, 1.4888447523117065, -1.203489065170288, 1.830065131187439, 470.01190185546875, -0.1545405238866806, 0.3591960370540619, -0.20125749707221985, -0.1847015917301178, 0.7696491479873657, 0.2662351429462433, 0.427234411239624], "std": [0.15337280929088593, 0.0054728495888412, 0.5607928037643433, 0.4735341966152191, 0.5729838013648987, 0.1264994740486145, 0.8181788921356201, 264.374267578125, 0.08405409008264542, 0.03501138463616371, 0.04809923097491264, 0.2570846378803253, 0.6446055173873901, 0.3951086401939392, 0.5135650634765625, 0.19219984114170074, 0.032455816864967346, 0.19678859412670135, 0.38598114252090454, 0.7853626012802124, 0.20260845124721527, 0.8310069441795349, 292.641357421875, 0.08418930321931839, 0.030522888526320457, 0.05398983135819435, 0.1674625277519226, 0.16209614276885986, 0.18669037520885468, 0.17590351402759552], "count": [1093]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009149130832570906], "std": [0.030233690104040815], "count": [1093]}, "timestamp": {"min": [0.0], "max": [43.68], "mean": [21.84], "std": [12.620871602230965], "count": [1093]}, "frame_index": {"min": [0], "max": [1092], "mean": [546.0], "std": [315.52179005577415], "count": [1093]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [1093]}, "index": {"min": [47538], "max": [48630], "mean": [48084.0], "std": [315.52179005577415], "count": [1093]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1093]}}} +{"episode_index": 39, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.46034533028782715]], [[0.468662878003314]], [[0.4646532984672742]]], "std": [[[0.14891159020297076]], [[0.14704224739910784]], [[0.14888597202393347]]], "count": [213]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.7215686274509804]], [[0.7294117647058823]]], "mean": [[[0.4677968438353432]], [[0.4709612810304091]], [[0.46699191540857343]]], "std": [[[0.10410006651037575]], [[0.10047820644716934]], [[0.10349531803737395]]], "count": [213]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470421743149529]], [[0.46922397223756485]], [[0.4663262450520114]]], "std": [[[0.11624453144373811]], [[0.11357399554687383]], [[0.11629830661754455]]], "count": [213]}, "states": {"min": [0.5311385989189148, 1.945344090461731, -1.8914308547973633, -0.38496726751327515, -1.706443428993225, -1.2342969179153442, 0.2658485770225525, 4.0, 0.04370199888944626, 0.3472500145435333, -0.26630499958992004, -0.40931475162506104, -0.65382981300354, -0.4509781301021576, -0.6567357778549194, -1.038994550704956, -2.0586509704589844, 0.7554308772087097, -0.03989822790026665, 0.31520646810531616, 0.8113163709640503, -2.0986013412475586, 15.0, -0.25552499294281006, 0.33576199412345886, -0.28337499499320984, -0.3846316635608673, 0.47544658184051514, -0.08353298157453537, 0.19479872286319733], "max": [0.8975181579589844, 2.0479345321655273, -1.0816853046417236, -0.00452040322124958, -0.18442896008491516, -0.5458691716194153, 1.196597695350647, 894.0, 0.23102399706840515, 0.4305810034275055, -0.17567700147628784, 0.49057736992836, 0.9156988263130188, 0.42980870604515076, 0.6587159633636475, -0.38521161675453186, -1.7516474723815918, 1.4141530990600586, 1.161115288734436, 2.742313861846924, 1.448448657989502, -0.322013258934021, 908.0, -0.04486300051212311, 0.4266740083694458, -0.11188600212335587, -0.00400389451533556, 0.9630918502807617, 0.5194934606552124, 0.700058102607727], "mean": [0.7037742137908936, 2.0240535736083984, -1.391781210899353, -0.26752471923828125, -1.0785127878189087, -0.9115457534790039, 1.000619649887085, 474.0902099609375, 0.13086125254631042, 0.4023425877094269, -0.22139593958854675, -0.12494779378175735, 0.6048235893249512, -0.18954092264175415, -0.37039124965667725, -0.6832557320594788, -2.0388903617858887, 1.193185567855835, 0.2811827063560486, 1.2555326223373413, 1.0694422721862793, -0.9367419481277466, 406.5890197753906, -0.16167519986629486, 0.38825926184654236, -0.22222529351711273, -0.23582175374031067, 0.7453171014785767, 0.29895827174186707, 0.46066415309906006], "std": [0.10708887875080109, 0.017039891332387924, 0.25332674384117126, 0.06220216676592827, 0.28482964634895325, 0.16664455831050873, 0.164606511592865, 296.3449401855469, 0.05761557072401047, 0.017177240923047066, 0.023776734247803688, 0.17894123494625092, 0.4569724202156067, 0.25447511672973633, 0.3739778995513916, 0.15129292011260986, 0.0361655093729496, 0.12382512539625168, 0.3582196533679962, 0.7666329741477966, 0.17332670092582703, 0.5548564195632935, 300.1640930175781, 0.06208549439907074, 0.02383970096707344, 0.0470132939517498, 0.1089845597743988, 0.14728115499019623, 0.1952885538339615, 0.12488006055355072], "count": [1275]}, "actions": {"min": [0.5311385989189148, 1.945344090461731, -1.8914308547973633, -0.38496726751327515, -1.706443428993225, -1.2342969179153442, 0.2658485770225525, 4.0, 0.04370199888944626, 0.3472500145435333, -0.26630499958992004, -0.40931475162506104, -0.65382981300354, -0.4509781301021576, -0.6567357778549194, -1.038994550704956, -2.0586509704589844, 0.7554308772087097, -0.03989822790026665, 0.31520646810531616, 0.8113163709640503, -2.0986013412475586, 15.0, -0.25552499294281006, 0.33576199412345886, -0.28337499499320984, -0.3846316635608673, 0.47544658184051514, -0.08353298157453537, 0.19479872286319733], "max": [0.8975181579589844, 2.0479345321655273, -1.0816853046417236, -0.00452040322124958, -0.18442896008491516, -0.5458691716194153, 1.196597695350647, 894.0, 0.23102399706840515, 0.4305810034275055, -0.17567700147628784, 0.49057736992836, 0.9156988263130188, 0.42980870604515076, 0.6587159633636475, -0.38521161675453186, -1.7516474723815918, 1.4141530990600586, 1.161115288734436, 2.742313861846924, 1.448448657989502, -0.322013258934021, 908.0, -0.04486300051212311, 0.4266740083694458, -0.11188600212335587, -0.00400389451533556, 0.9630918502807617, 0.5194934606552124, 0.700058102607727], "mean": [0.7037742137908936, 2.0240535736083984, -1.391781210899353, -0.26752471923828125, -1.0785127878189087, -0.9115457534790039, 1.000619649887085, 474.0902099609375, 0.13086125254631042, 0.4023425877094269, -0.22139593958854675, -0.12494779378175735, 0.6048235893249512, -0.18954092264175415, -0.37039124965667725, -0.6832557320594788, -2.0388903617858887, 1.193185567855835, 0.2811827063560486, 1.2555326223373413, 1.0694422721862793, -0.9367419481277466, 406.5890197753906, -0.16167519986629486, 0.38825926184654236, -0.22222529351711273, -0.23582175374031067, 0.7453171014785767, 0.29895827174186707, 0.46066415309906006], "std": [0.10708887875080109, 0.017039891332387924, 0.25332674384117126, 0.06220216676592827, 0.28482964634895325, 0.16664455831050873, 0.164606511592865, 296.3449401855469, 0.05761557072401047, 0.017177240923047066, 0.023776734247803688, 0.17894123494625092, 0.4569724202156067, 0.25447511672973633, 0.3739778995513916, 0.15129292011260986, 0.0361655093729496, 0.12382512539625168, 0.3582196533679962, 0.7666329741477966, 0.17332670092582703, 0.5548564195632935, 300.1640930175781, 0.06208549439907074, 0.02383970096707344, 0.0470132939517498, 0.1089845597743988, 0.14728115499019623, 0.1952885538339615, 0.12488006055355072], "count": [1275]}, "next.done": {"min": [false], "max": [true], "mean": [0.000784313725490196], "std": [0.027994616937372152], "count": [1275]}, "timestamp": {"min": [0.0], "max": [50.96], "mean": [25.480000000000004], "std": [14.722427336097356], "count": [1275]}, "frame_index": {"min": [0], "max": [1274], "mean": [637.0], "std": [368.0606834024339], "count": [1275]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [1275]}, "index": {"min": [48631], "max": [49905], "mean": [49268.0], "std": [368.0606834024339], "count": [1275]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1275]}}} +{"episode_index": 40, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.47288760793469686]], [[0.47625573568148527]], [[0.47255058756620466]]], "std": [[[0.1251691188895307]], [[0.12468235742823182]], [[0.1245259565915986]]], "count": [232]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.47172535901932616]], [[0.47636837689457967]], [[0.47055246189711514]]], "std": [[[0.08767463381301334]], [[0.08562968528754168]], [[0.08828047718228965]]], "count": [232]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4764678704994929]], [[0.4769045006831756]], [[0.4725881983181204]]], "std": [[[0.09516974046232818]], [[0.097217308948753]], [[0.10043483803347582]]], "count": [232]}, "states": {"min": [0.6263114213943481, 1.9040669202804565, -0.883607804775238, -0.38379791378974915, -2.1726906299591064, -1.3806952238082886, 0.06607817113399506, 0.0, 0.051444001495838165, 0.3782700002193451, -0.25579699873924255, -0.3532083332538605, -0.6400203704833984, -0.3746568560600281, -0.6443017721176147, -1.0966253280639648, -2.043309450149536, 2.6613478660583496, -0.9205041527748108, -1.3636257648468018, 1.0698693990707397, -1.4828665256500244, 42.0, -0.3100219964981079, 0.3424629867076874, -0.2478179931640625, -0.4988449811935425, -0.5157086253166199, -0.3286947011947632, -0.6165850162506104], "max": [1.0192548036575317, 2.0340940952301025, -0.33334046602249146, 0.07150614261627197, -0.773093581199646, -0.7445226311683655, 1.248434066772461, 882.0, 0.2300499975681305, 0.45520898699760437, -0.15069499611854553, 0.5566897988319397, 0.8876859545707703, 0.4763309359550476, 0.6450099945068359, -0.479843407869339, -2.002573251724243, 2.8644866943359375, 0.1045626848936081, 0.1258905977010727, 1.7124472856521606, -0.24197246134281158, 894.0, -0.08973400294780731, 0.4385380148887634, -0.12234500050544739, 0.5017011165618896, 0.9092811346054077, 0.5481847524642944, 0.6775645017623901], "mean": [0.87720787525177, 2.015679359436035, -0.5955137014389038, -0.08848199993371964, -1.8454551696777344, -1.0317035913467407, 0.9479278922080994, 436.83355712890625, 0.11300172656774521, 0.4166674315929413, -0.20436431467533112, -0.11864722520112991, 0.7041605114936829, -0.20587296783924103, -0.45477232336997986, -0.7091376185417175, -2.0332348346710205, 2.8029532432556152, -0.14964614808559418, -0.7933549284934998, 1.239991307258606, -0.602124035358429, 528.6608276367188, -0.20135675370693207, 0.3810715079307556, -0.21474863588809967, -0.3075661063194275, 0.6546922922134399, 0.31912121176719666, 0.5215104818344116], "std": [0.10069699585437775, 0.018381888046860695, 0.19670552015304565, 0.0891309529542923, 0.2826017737388611, 0.11865696310997009, 0.2127002477645874, 267.23651123046875, 0.046322524547576904, 0.025218335911631584, 0.02748994715511799, 0.1663462221622467, 0.3261638879776001, 0.17361506819725037, 0.27691662311553955, 0.22279831767082214, 0.008737707510590553, 0.05390479415655136, 0.26308101415634155, 0.5827058553695679, 0.14369407296180725, 0.2937769889831543, 279.7158508300781, 0.05386386066675186, 0.019545167684555054, 0.029732532799243927, 0.13517847657203674, 0.1740557849407196, 0.21474459767341614, 0.0910259261727333], "count": [1430]}, "actions": {"min": [0.6263114213943481, 1.9040669202804565, -0.883607804775238, -0.38379791378974915, -2.1726906299591064, -1.3806952238082886, 0.06607817113399506, 0.0, 0.051444001495838165, 0.3782700002193451, -0.25579699873924255, -0.3532083332538605, -0.6400203704833984, -0.3746568560600281, -0.6443017721176147, -1.0966253280639648, -2.043309450149536, 2.6613478660583496, -0.9205041527748108, -1.3636257648468018, 1.0698693990707397, -1.4828665256500244, 42.0, -0.3100219964981079, 0.3424629867076874, -0.2478179931640625, -0.4988449811935425, -0.5157086253166199, -0.3286947011947632, -0.6165850162506104], "max": [1.0192548036575317, 2.0340940952301025, -0.33334046602249146, 0.07150614261627197, -0.773093581199646, -0.7445226311683655, 1.248434066772461, 882.0, 0.2300499975681305, 0.45520898699760437, -0.15069499611854553, 0.5566897988319397, 0.8876859545707703, 0.4763309359550476, 0.6450099945068359, -0.479843407869339, -2.002573251724243, 2.8644866943359375, 0.1045626848936081, 0.1258905977010727, 1.7124472856521606, -0.24197246134281158, 894.0, -0.08973400294780731, 0.4385380148887634, -0.12234500050544739, 0.5017011165618896, 0.9092811346054077, 0.5481847524642944, 0.6775645017623901], "mean": [0.87720787525177, 2.015679359436035, -0.5955137014389038, -0.08848199993371964, -1.8454551696777344, -1.0317035913467407, 0.9479278922080994, 436.83355712890625, 0.11300172656774521, 0.4166674315929413, -0.20436431467533112, -0.11864722520112991, 0.7041605114936829, -0.20587296783924103, -0.45477232336997986, -0.7091376185417175, -2.0332348346710205, 2.8029532432556152, -0.14964614808559418, -0.7933549284934998, 1.239991307258606, -0.602124035358429, 528.6608276367188, -0.20135675370693207, 0.3810715079307556, -0.21474863588809967, -0.3075661063194275, 0.6546922922134399, 0.31912121176719666, 0.5215104818344116], "std": [0.10069699585437775, 0.018381888046860695, 0.19670552015304565, 0.0891309529542923, 0.2826017737388611, 0.11865696310997009, 0.2127002477645874, 267.23651123046875, 0.046322524547576904, 0.025218335911631584, 0.02748994715511799, 0.1663462221622467, 0.3261638879776001, 0.17361506819725037, 0.27691662311553955, 0.22279831767082214, 0.008737707510590553, 0.05390479415655136, 0.26308101415634155, 0.5827058553695679, 0.14369407296180725, 0.2937769889831543, 279.7158508300781, 0.05386386066675186, 0.019545167684555054, 0.029732532799243927, 0.13517847657203674, 0.1740557849407196, 0.21474459767341614, 0.0910259261727333], "count": [1430]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006993006993006993], "std": [0.026435046393616504], "count": [1430]}, "timestamp": {"min": [0.0], "max": [57.16], "mean": [28.580000000000002], "std": [16.512213661408335], "count": [1430]}, "frame_index": {"min": [0], "max": [1429], "mean": [714.5], "std": [412.80534153520836], "count": [1430]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [1430]}, "index": {"min": [49906], "max": [51335], "mean": [50620.5], "std": [412.80534153520836], "count": [1430]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1430]}}} +{"episode_index": 41, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47561704064700816]], [[0.48066328152708115]], [[0.47616843919415314]]], "std": [[[0.1287033676344198]], [[0.12809080157258226]], [[0.12805728142777467]]], "count": [258]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4772834618989715]], [[0.48039492846557225]], [[0.4755185351433855]]], "std": [[[0.08849861271162711]], [[0.08744378613191328]], [[0.08897866724964662]]], "count": [258]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.479713236085778]], [[0.47960392996022694]], [[0.4745843648667477]]], "std": [[[0.09674800090036866]], [[0.09910342459061272]], [[0.10368457825489757]]], "count": [258]}, "states": {"min": [0.6400297284126282, 1.871045470237732, -1.0462900400161743, -0.4571017324924469, -2.5047218799591064, -1.538664698600769, 0.14641568064689636, -5.0, 0.054572999477386475, 0.3472909927368164, -0.24271400272846222, -0.36022117733955383, -0.6223812699317932, -0.41037315130233765, -0.6393082141876221, -1.1781671047210693, -2.0448453426361084, 2.558320999145508, -0.8188561201095581, -1.291892647743225, 1.123608112335205, -1.5644608736038208, 15.0, -0.29734501242637634, 0.3618110120296478, -0.2467000037431717, -0.4808770418167114, 0.39681383967399597, -0.13742142915725708, 0.26267939805984497], "max": [1.0540741682052612, 2.0328025817871094, -0.08194321393966675, 0.1820553094148636, -0.6063972115516663, -0.8420690894126892, 1.3654932975769043, 878.0, 0.25309500098228455, 0.4584450125694275, -0.12399899959564209, 0.5101326704025269, 0.9104955196380615, 0.4460574984550476, 0.6402853727340698, -0.48918089270591736, -1.954716444015503, 2.864748477935791, 0.12735667824745178, 0.328942209482193, 1.6439955234527588, -0.33192673325538635, 782.0, -0.06528600305318832, 0.4638110101222992, -0.09110300242900848, -0.02101784199476242, 0.9169625043869019, 0.5001388788223267, 0.7109655141830444], "mean": [0.8674472570419312, 2.0125293731689453, -0.6708498597145081, -0.1659858077764511, -1.8601853847503662, -1.088169813156128, 1.0750625133514404, 553.9057006835938, 0.11758305132389069, 0.41575679183006287, -0.1957450956106186, -0.09511788934469223, 0.7155031561851501, -0.20321358740329742, -0.46005040407180786, -0.7863777875900269, -2.0299837589263916, 2.7842233180999756, -0.21479205787181854, -0.6340005993843079, 1.3003735542297363, -0.7535883784294128, 490.5109558105469, -0.18749938905239105, 0.3933405876159668, -0.19283375144004822, -0.26774129271507263, 0.6706418395042419, 0.2813003957271576, 0.5382518768310547], "std": [0.10093171149492264, 0.023254403844475746, 0.21251621842384338, 0.13150741159915924, 0.36434075236320496, 0.12437842041254044, 0.2015986293554306, 322.4458923339844, 0.04876723513007164, 0.03160605952143669, 0.027811016887426376, 0.15010444819927216, 0.3156837821006775, 0.17702585458755493, 0.26932990550994873, 0.2425490915775299, 0.010309920646250248, 0.12292773276567459, 0.2533387839794159, 0.5668837428092957, 0.11226331442594528, 0.3135509490966797, 230.19937133789062, 0.05930643901228905, 0.01884249411523342, 0.029703935608267784, 0.1307244449853897, 0.17739026248455048, 0.21711142361164093, 0.11838989704847336], "count": [1644]}, "actions": {"min": [0.6400297284126282, 1.871045470237732, -1.0462900400161743, -0.4571017324924469, -2.5047218799591064, -1.538664698600769, 0.14641568064689636, -5.0, 0.054572999477386475, 0.3472909927368164, -0.24271400272846222, -0.36022117733955383, -0.6223812699317932, -0.41037315130233765, -0.6393082141876221, -1.1781671047210693, -2.0448453426361084, 2.558320999145508, -0.8188561201095581, -1.291892647743225, 1.123608112335205, -1.5644608736038208, 15.0, -0.29734501242637634, 0.3618110120296478, -0.2467000037431717, -0.4808770418167114, 0.39681383967399597, -0.13742142915725708, 0.26267939805984497], "max": [1.0540741682052612, 2.0328025817871094, -0.08194321393966675, 0.1820553094148636, -0.6063972115516663, -0.8420690894126892, 1.3654932975769043, 878.0, 0.25309500098228455, 0.4584450125694275, -0.12399899959564209, 0.5101326704025269, 0.9104955196380615, 0.4460574984550476, 0.6402853727340698, -0.48918089270591736, -1.954716444015503, 2.864748477935791, 0.12735667824745178, 0.328942209482193, 1.6439955234527588, -0.33192673325538635, 782.0, -0.06528600305318832, 0.4638110101222992, -0.09110300242900848, -0.02101784199476242, 0.9169625043869019, 0.5001388788223267, 0.7109655141830444], "mean": [0.8674472570419312, 2.0125293731689453, -0.6708498597145081, -0.1659858077764511, -1.8601853847503662, -1.088169813156128, 1.0750625133514404, 553.9057006835938, 0.11758305132389069, 0.41575679183006287, -0.1957450956106186, -0.09511788934469223, 0.7155031561851501, -0.20321358740329742, -0.46005040407180786, -0.7863777875900269, -2.0299837589263916, 2.7842233180999756, -0.21479205787181854, -0.6340005993843079, 1.3003735542297363, -0.7535883784294128, 490.5109558105469, -0.18749938905239105, 0.3933405876159668, -0.19283375144004822, -0.26774129271507263, 0.6706418395042419, 0.2813003957271576, 0.5382518768310547], "std": [0.10093171149492264, 0.023254403844475746, 0.21251621842384338, 0.13150741159915924, 0.36434075236320496, 0.12437842041254044, 0.2015986293554306, 322.4458923339844, 0.04876723513007164, 0.03160605952143669, 0.027811016887426376, 0.15010444819927216, 0.3156837821006775, 0.17702585458755493, 0.26932990550994873, 0.2425490915775299, 0.010309920646250248, 0.12292773276567459, 0.2533387839794159, 0.5668837428092957, 0.11226331442594528, 0.3135509490966797, 230.19937133789062, 0.05930643901228905, 0.01884249411523342, 0.029703935608267784, 0.1307244449853897, 0.17739026248455048, 0.21711142361164093, 0.11838989704847336], "count": [1644]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006082725060827251], "std": [0.024655679074831197], "count": [1644]}, "timestamp": {"min": [0.0], "max": [65.72], "mean": [32.86000000000001], "std": [18.98327333909162], "count": [1644]}, "frame_index": {"min": [0], "max": [1643], "mean": [821.5], "std": [474.58183347729044], "count": [1644]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [1644]}, "index": {"min": [51336], "max": [52979], "mean": [52157.5], "std": [474.58183347729044], "count": [1644]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1644]}}} +{"episode_index": 42, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.47455111354338175]], [[0.4786701521416455]], [[0.4727269012248665]]], "std": [[[0.1328461212785173]], [[0.1340957617109459]], [[0.13333571312069942]]], "count": [262]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47859152977348696]], [[0.47995906613281447]], [[0.472394982038617]]], "std": [[[0.11460591686967414]], [[0.11254634822234834]], [[0.11694403612436208]]], "count": [262]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48363361351219875]], [[0.48297486030035425]], [[0.47845810102030634]]], "std": [[[0.11024761619473356]], [[0.1130169544949773]], [[0.11614102958509817]]], "count": [262]}, "states": {"min": [0.4708724021911621, 2.006290912628174, 0.1310742348432541, -0.14725343883037567, -2.8964264392852783, -1.4499149322509766, -0.0046600294299423695, 52.0, 0.05299299955368042, 0.27920401096343994, -0.2911570072174072, -0.4544166624546051, -0.5777353048324585, -0.414775550365448, -0.6281378269195557, -0.8068831562995911, -2.0590171813964844, -0.029216814786195755, -0.299550861120224, 0.5411568284034729, 0.9820443987846375, -1.6015665531158447, 33.0, -0.2754490077495575, 0.27752700448036194, -0.2871060073375702, -0.4696224331855774, 0.5144405364990234, -0.17137154936790466, 0.3205440938472748], "max": [0.9004153609275818, 2.0341289043426514, 0.8414756655693054, 0.29010865092277527, -1.8511312007904053, -0.7331430315971375, 0.8324348330497742, 884.0, 0.19718599319458008, 0.3912779986858368, -0.21820099651813507, 0.4292754828929901, 0.8524677753448486, 0.4199152886867523, 0.592863142490387, -0.3642676770687103, -1.974927306175232, 1.0574077367782593, 1.0127273797988892, 2.4042959213256836, 1.478433609008789, 0.19420278072357178, 896.0, -0.09008300304412842, 0.40570199489593506, -0.16834500432014465, -0.08378148823976517, 0.9033108353614807, 0.48399099707603455, 0.6265488862991333], "mean": [0.6916742324829102, 2.018523931503296, 0.4614298641681671, 0.12382873147726059, -2.7535817623138428, -0.984734296798706, 0.5937016010284424, 518.4642333984375, 0.1147514209151268, 0.36285844445228577, -0.25309982895851135, -0.2032536119222641, 0.7604168057441711, -0.24850676953792572, -0.5340747237205505, -0.5671046376228333, -2.0445916652679443, 0.8042986392974854, 0.10099086910486221, 1.403227686882019, 1.226210117340088, -0.43545934557914734, 430.1752014160156, -0.174189954996109, 0.3395528793334961, -0.24545370042324066, -0.3136473596096039, 0.7249155044555664, 0.2265663594007492, 0.4996492862701416], "std": [0.09291195124387741, 0.005187428556382656, 0.1519387811422348, 0.10631765425205231, 0.15193456411361694, 0.17669764161109924, 0.15539759397506714, 196.14846801757812, 0.03863688185811043, 0.02122841402888298, 0.015084277838468552, 0.07983535528182983, 0.10843676328659058, 0.0882144421339035, 0.08688876032829285, 0.11570394039154053, 0.010406685061752796, 0.28344061970710754, 0.3828248977661133, 0.5697961449623108, 0.09248101711273193, 0.4633391797542572, 322.9535827636719, 0.056793250143527985, 0.029562069103121758, 0.029928753152489662, 0.10529474169015884, 0.12988758087158203, 0.2038179337978363, 0.07510107755661011], "count": [1678]}, "actions": {"min": [0.4708724021911621, 2.006290912628174, 0.1310742348432541, -0.14725343883037567, -2.8964264392852783, -1.4499149322509766, -0.0046600294299423695, 52.0, 0.05299299955368042, 0.27920401096343994, -0.2911570072174072, -0.4544166624546051, -0.5777353048324585, -0.414775550365448, -0.6281378269195557, -0.8068831562995911, -2.0590171813964844, -0.029216814786195755, -0.299550861120224, 0.5411568284034729, 0.9820443987846375, -1.6015665531158447, 33.0, -0.2754490077495575, 0.27752700448036194, -0.2871060073375702, -0.4696224331855774, 0.5144405364990234, -0.17137154936790466, 0.3205440938472748], "max": [0.9004153609275818, 2.0341289043426514, 0.8414756655693054, 0.29010865092277527, -1.8511312007904053, -0.7331430315971375, 0.8324348330497742, 884.0, 0.19718599319458008, 0.3912779986858368, -0.21820099651813507, 0.4292754828929901, 0.8524677753448486, 0.4199152886867523, 0.592863142490387, -0.3642676770687103, -1.974927306175232, 1.0574077367782593, 1.0127273797988892, 2.4042959213256836, 1.478433609008789, 0.19420278072357178, 896.0, -0.09008300304412842, 0.40570199489593506, -0.16834500432014465, -0.08378148823976517, 0.9033108353614807, 0.48399099707603455, 0.6265488862991333], "mean": [0.6916742324829102, 2.018523931503296, 0.4614298641681671, 0.12382873147726059, -2.7535817623138428, -0.984734296798706, 0.5937016010284424, 518.4642333984375, 0.1147514209151268, 0.36285844445228577, -0.25309982895851135, -0.2032536119222641, 0.7604168057441711, -0.24850676953792572, -0.5340747237205505, -0.5671046376228333, -2.0445916652679443, 0.8042986392974854, 0.10099086910486221, 1.403227686882019, 1.226210117340088, -0.43545934557914734, 430.1752014160156, -0.174189954996109, 0.3395528793334961, -0.24545370042324066, -0.3136473596096039, 0.7249155044555664, 0.2265663594007492, 0.4996492862701416], "std": [0.09291195124387741, 0.005187428556382656, 0.1519387811422348, 0.10631765425205231, 0.15193456411361694, 0.17669764161109924, 0.15539759397506714, 196.14846801757812, 0.03863688185811043, 0.02122841402888298, 0.015084277838468552, 0.07983535528182983, 0.10843676328659058, 0.0882144421339035, 0.08688876032829285, 0.11570394039154053, 0.010406685061752796, 0.28344061970710754, 0.3828248977661133, 0.5697961449623108, 0.09248101711273193, 0.4633391797542572, 322.9535827636719, 0.056793250143527985, 0.029562069103121758, 0.029928753152489662, 0.10529474169015884, 0.12988758087158203, 0.2038179337978363, 0.07510107755661011], "count": [1678]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005959475566150178], "std": [0.024404761894449664], "count": [1678]}, "timestamp": {"min": [0.0], "max": [67.08], "mean": [33.54], "std": [19.375871593298715], "count": [1678]}, "frame_index": {"min": [0], "max": [1677], "mean": [838.5], "std": [484.39678983246785], "count": [1678]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [1678]}, "index": {"min": [52980], "max": [54657], "mean": [53818.5], "std": [484.39678983246785], "count": [1678]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1678]}}} +{"episode_index": 43, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4787862575053945]], [[0.48277772109641304]], [[0.4800264105841699]]], "std": [[[0.13090647913651993]], [[0.13172635236579056]], [[0.1317349436847597]]], "count": [209]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[1.0]], [[1.0]]], "mean": [[[0.4801263261484817]], [[0.48331770686743597]], [[0.4778357422913344]]], "std": [[[0.09114052770684336]], [[0.08944995931809889]], [[0.09212716696080961]]], "count": [209]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4779233716812084]], [[0.47866832215342275]], [[0.4751096090549457]]], "std": [[[0.10532445681528252]], [[0.10554917024495875]], [[0.10829232828183723]]], "count": [209]}, "states": {"min": [0.47682398557662964, 2.011073112487793, -0.4485321342945099, -0.4012512266635895, -2.8682565689086914, -1.5531162023544312, 0.18713420629501343, 0.0, 0.023215999826788902, 0.31388700008392334, -0.2745310068130493, -0.41986265778541565, -0.6168936491012573, -0.38729536533355713, -0.6531646251678467, -0.8118573427200317, -2.0446009635925293, 1.0015398263931274, 0.13182473182678223, 0.4172908067703247, 1.0418568849563599, -1.7793631553649902, 56.0, -0.24806199967861176, 0.3492240011692047, -0.2618370056152344, -0.37881308794021606, 0.5207891464233398, -0.0644337385892868, 0.32210829854011536], "max": [1.0723477602005005, 2.0443739891052246, 0.9372243881225586, 0.2672622799873352, -1.8261204957962036, -0.7462503910064697, 1.0122036933898926, 881.0, 0.23433800041675568, 0.402209997177124, -0.19047099351882935, 0.44060400128364563, 0.8973662257194519, 0.4587043821811676, 0.647172749042511, -0.2831971347332001, -1.8643956184387207, 1.353939175605774, 1.137535810470581, 2.2782657146453857, 1.4160206317901611, -0.5447172522544861, 897.0, -0.09453099966049194, 0.40799400210380554, -0.12605899572372437, -0.10900372266769409, 0.927379310131073, 0.44260668754577637, 0.6697062253952026], "mean": [0.7246217131614685, 2.0287299156188965, 0.2832128703594208, 0.08455613255500793, -2.50046968460083, -1.0499604940414429, 0.651124119758606, 516.7977294921875, 0.11744581907987595, 0.37369951605796814, -0.23436422646045685, -0.09439413249492645, 0.5599952340126038, -0.15179872512817383, -0.38961082696914673, -0.509660542011261, -2.029174566268921, 1.113899827003479, 0.4806578457355499, 1.3921055793762207, 1.161899447441101, -1.0165116786956787, 601.3748168945312, -0.18682418763637543, 0.3697873055934906, -0.2120719850063324, -0.23354291915893555, 0.7365566492080688, 0.2726241648197174, 0.5181401371955872], "std": [0.14424681663513184, 0.007388219237327576, 0.33351171016693115, 0.14712408185005188, 0.24359720945358276, 0.16980357468128204, 0.21563181281089783, 251.97987365722656, 0.057374533265829086, 0.019600272178649902, 0.019047435373067856, 0.2171153873205185, 0.4748219847679138, 0.24673961102962494, 0.41131511330604553, 0.1372973471879959, 0.018268829211592674, 0.12442959100008011, 0.2576030194759369, 0.6154577136039734, 0.08550284802913666, 0.35642656683921814, 281.5303955078125, 0.04372464492917061, 0.014475470408797264, 0.024707751348614693, 0.09821060299873352, 0.13249269127845764, 0.1488543450832367, 0.10389877110719681], "count": [1246]}, "actions": {"min": [0.47682398557662964, 2.011073112487793, -0.4485321342945099, -0.4012512266635895, -2.8682565689086914, -1.5531162023544312, 0.18713420629501343, 0.0, 0.023215999826788902, 0.31388700008392334, -0.2745310068130493, -0.41986265778541565, -0.6168936491012573, -0.38729536533355713, -0.6531646251678467, -0.8118573427200317, -2.0446009635925293, 1.0015398263931274, 0.13182473182678223, 0.4172908067703247, 1.0418568849563599, -1.7793631553649902, 56.0, -0.24806199967861176, 0.3492240011692047, -0.2618370056152344, -0.37881308794021606, 0.5207891464233398, -0.0644337385892868, 0.32210829854011536], "max": [1.0723477602005005, 2.0443739891052246, 0.9372243881225586, 0.2672622799873352, -1.8261204957962036, -0.7462503910064697, 1.0122036933898926, 881.0, 0.23433800041675568, 0.402209997177124, -0.19047099351882935, 0.44060400128364563, 0.8973662257194519, 0.4587043821811676, 0.647172749042511, -0.2831971347332001, -1.8643956184387207, 1.353939175605774, 1.137535810470581, 2.2782657146453857, 1.4160206317901611, -0.5447172522544861, 897.0, -0.09453099966049194, 0.40799400210380554, -0.12605899572372437, -0.10900372266769409, 0.927379310131073, 0.44260668754577637, 0.6697062253952026], "mean": [0.7246217131614685, 2.0287299156188965, 0.2832128703594208, 0.08455613255500793, -2.50046968460083, -1.0499604940414429, 0.651124119758606, 516.7977294921875, 0.11744581907987595, 0.37369951605796814, -0.23436422646045685, -0.09439413249492645, 0.5599952340126038, -0.15179872512817383, -0.38961082696914673, -0.509660542011261, -2.029174566268921, 1.113899827003479, 0.4806578457355499, 1.3921055793762207, 1.161899447441101, -1.0165116786956787, 601.3748168945312, -0.18682418763637543, 0.3697873055934906, -0.2120719850063324, -0.23354291915893555, 0.7365566492080688, 0.2726241648197174, 0.5181401371955872], "std": [0.14424681663513184, 0.007388219237327576, 0.33351171016693115, 0.14712408185005188, 0.24359720945358276, 0.16980357468128204, 0.21563181281089783, 251.97987365722656, 0.057374533265829086, 0.019600272178649902, 0.019047435373067856, 0.2171153873205185, 0.4748219847679138, 0.24673961102962494, 0.41131511330604553, 0.1372973471879959, 0.018268829211592674, 0.12442959100008011, 0.2576030194759369, 0.6154577136039734, 0.08550284802913666, 0.35642656683921814, 281.5303955078125, 0.04372464492917061, 0.014475470408797264, 0.024707751348614693, 0.09821060299873352, 0.13249269127845764, 0.1488543450832367, 0.10389877110719681], "count": [1246]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008025682182985554], "std": [0.028318264469305538], "count": [1246]}, "timestamp": {"min": [0.0], "max": [49.8], "mean": [24.9], "std": [14.387564074574959], "count": [1246]}, "frame_index": {"min": [0], "max": [1245], "mean": [622.5], "std": [359.689101864374], "count": [1246]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [1246]}, "index": {"min": [54658], "max": [55903], "mean": [55280.5], "std": [359.689101864374], "count": [1246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1246]}}} +{"episode_index": 44, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.46243492180205414]], [[0.46903193860877684]], [[0.4636017997198879]]], "std": [[[0.1393746800368729]], [[0.13943483241079724]], [[0.14205970555968533]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[1.0]], [[1.0]]], "mean": [[[0.474595989729225]], [[0.4785649754901961]], [[0.4725419421101774]]], "std": [[[0.07192128534253228]], [[0.07082180670936733]], [[0.07749000981692612]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47410395074696543]], [[0.47588788281979455]], [[0.4717826528944911]]], "std": [[[0.08497094913464213]], [[0.08553511197899014]], [[0.09102758248111173]]], "count": [175]}, "states": {"min": [0.31316444277763367, 2.013446807861328, -1.9954525232315063, -1.5938869714736938, 0.66130530834198, 1.1366631984710693, -2.6215717792510986, 60.0, 0.013879000209271908, 0.2955639958381653, -0.25982698798179626, -0.28262558579444885, -0.6510452628135681, -0.4428621828556061, -0.6629031896591187, -0.8745845556259155, -2.0442168712615967, -2.390717029571533, -1.6840333938598633, 0.6179687976837158, -1.6880825757980347, 0.31986650824546814, 34.0, -0.2407979965209961, 0.2899959981441498, -0.23516599833965302, -0.4710662364959717, 0.4567023813724518, -0.037581395357847214, 0.09994819015264511], "max": [0.8225387334823608, 2.0653703212738037, 0.14179055392742157, -0.07361798733472824, 1.5564497709274292, 1.6856216192245483, -0.517367959022522, 894.0, 0.3236989974975586, 0.3934819996356964, -0.10616199672222137, 0.4618180990219116, 0.9692440629005432, 0.5415998697280884, 0.662680447101593, -0.16509069502353668, -1.9812453985214233, -1.1930897235870361, -0.042917650192976, 2.5595078468322754, -0.89976966381073, 2.716675043106079, 878.0, -0.009987999685108662, 0.39797499775886536, -0.07867500185966492, 0.18468518555164337, 0.9826136231422424, 0.46277010440826416, 0.744832456111908], "mean": [0.4888085722923279, 2.0263843536376953, -0.6627155542373657, -0.624919593334198, 1.212283730506897, 1.2796494960784912, -1.805800199508667, 619.1475219726562, 0.20741133391857147, 0.34020909667015076, -0.19925062358379364, 0.06478169560432434, 0.39102092385292053, -0.014502531848847866, -0.13804201781749725, -0.5120581984519958, -2.0288894176483154, -1.6986244916915894, -0.8696693181991577, 1.659647822380066, -1.326744794845581, 1.516169548034668, 588.9552612304688, -0.12188151478767395, 0.3420959413051605, -0.17274728417396545, -0.12827977538108826, 0.7840787172317505, 0.23118731379508972, 0.4434266984462738], "std": [0.11572316288948059, 0.011027648113667965, 0.7183383703231812, 0.4946877658367157, 0.30843862891197205, 0.13066613674163818, 0.6365655064582825, 251.97557067871094, 0.10168231278657913, 0.029889697209000587, 0.03876171261072159, 0.2665708363056183, 0.6092575788497925, 0.37888863682746887, 0.48767778277397156, 0.18778710067272186, 0.009949816390872002, 0.3052450716495514, 0.452355295419693, 0.7483798861503601, 0.1619492918252945, 0.769294023513794, 274.3619689941406, 0.061442919075489044, 0.021133752539753914, 0.029951537027955055, 0.1704922765493393, 0.15870141983032227, 0.13685627281665802, 0.21379144489765167], "count": [983]}, "actions": {"min": [0.31316444277763367, 2.013446807861328, -1.9954525232315063, -1.5938869714736938, 0.66130530834198, 1.1366631984710693, -2.6215717792510986, 60.0, 0.013879000209271908, 0.2955639958381653, -0.25982698798179626, -0.28262558579444885, -0.6510452628135681, -0.4428621828556061, -0.6629031896591187, -0.8745845556259155, -2.0442168712615967, -2.390717029571533, -1.6840333938598633, 0.6179687976837158, -1.6880825757980347, 0.31986650824546814, 34.0, -0.2407979965209961, 0.2899959981441498, -0.23516599833965302, -0.4710662364959717, 0.4567023813724518, -0.037581395357847214, 0.09994819015264511], "max": [0.8225387334823608, 2.0653703212738037, 0.14179055392742157, -0.07361798733472824, 1.5564497709274292, 1.6856216192245483, -0.517367959022522, 894.0, 0.3236989974975586, 0.3934819996356964, -0.10616199672222137, 0.4618180990219116, 0.9692440629005432, 0.5415998697280884, 0.662680447101593, -0.16509069502353668, -1.9812453985214233, -1.1930897235870361, -0.042917650192976, 2.5595078468322754, -0.89976966381073, 2.716675043106079, 878.0, -0.009987999685108662, 0.39797499775886536, -0.07867500185966492, 0.18468518555164337, 0.9826136231422424, 0.46277010440826416, 0.744832456111908], "mean": [0.4888085722923279, 2.0263843536376953, -0.6627155542373657, -0.624919593334198, 1.212283730506897, 1.2796494960784912, -1.805800199508667, 619.1475219726562, 0.20741133391857147, 0.34020909667015076, -0.19925062358379364, 0.06478169560432434, 0.39102092385292053, -0.014502531848847866, -0.13804201781749725, -0.5120581984519958, -2.0288894176483154, -1.6986244916915894, -0.8696693181991577, 1.659647822380066, -1.326744794845581, 1.516169548034668, 588.9552612304688, -0.12188151478767395, 0.3420959413051605, -0.17274728417396545, -0.12827977538108826, 0.7840787172317505, 0.23118731379508972, 0.4434266984462738], "std": [0.11572316288948059, 0.011027648113667965, 0.7183383703231812, 0.4946877658367157, 0.30843862891197205, 0.13066613674163818, 0.6365655064582825, 251.97557067871094, 0.10168231278657913, 0.029889697209000587, 0.03876171261072159, 0.2665708363056183, 0.6092575788497925, 0.37888863682746887, 0.48767778277397156, 0.18778710067272186, 0.009949816390872002, 0.3052450716495514, 0.452355295419693, 0.7483798861503601, 0.1619492918252945, 0.769294023513794, 274.3619689941406, 0.061442919075489044, 0.021133752539753914, 0.029951537027955055, 0.1704922765493393, 0.15870141983032227, 0.13685627281665802, 0.21379144489765167], "count": [983]}, "next.done": {"min": [false], "max": [true], "mean": [0.001017293997965412], "std": [0.0318788191576651], "count": [983]}, "timestamp": {"min": [0.0], "max": [39.28], "mean": [19.64], "std": [11.350700418916887], "count": [983]}, "frame_index": {"min": [0], "max": [982], "mean": [491.0], "std": [283.7675104729222], "count": [983]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [983]}, "index": {"min": [55904], "max": [56886], "mean": [56395.0], "std": [283.7675104729222], "count": [983]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [983]}}} +{"episode_index": 45, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4696025114379085]], [[0.47437968300653593]], [[0.46867078676470586]]], "std": [[[0.12491940069868812]], [[0.12519059355778295]], [[0.12553351235971805]]], "count": [250]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.4659798954248366]], [[0.4684814795751634]], [[0.4636370375816994]]], "std": [[[0.07697384763039908]], [[0.07318438561527445]], [[0.07675406793240958]]], "count": [250]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4724041094771242]], [[0.4753317222222222]], [[0.47162778921568627]]], "std": [[[0.07374675859197179]], [[0.07209336079156296]], [[0.07452192424950829]]], "count": [250]}, "states": {"min": [0.4553389549255371, 1.8453541994094849, -1.0051875114440918, -0.638790488243103, -2.2560999393463135, -1.6091063022613525, 0.15625932812690735, -4.0, 0.10290200263261795, 0.3284989893436432, -0.2594760060310364, -0.4032817780971527, -0.6094077229499817, -0.43140649795532227, -0.6191059947013855, -1.1309210062026978, -2.057795524597168, -2.6952598094940186, -1.427173376083374, 0.6940301656723022, -1.7364803552627563, 0.4391423165798187, 37.0, -0.2693290114402771, 0.3480120003223419, -0.2463120073080063, -0.4426749050617218, 0.3700268864631653, -0.08874664455652237, -0.0071757822297513485], "max": [0.8538500666618347, 2.036083698272705, -0.31841787695884705, 0.0844041258096695, -0.7509279847145081, -0.931569516658783, 1.3633813858032227, 883.0, 0.2806519865989685, 0.4447830021381378, -0.16686199605464935, 0.532740592956543, 0.9171259999275208, 0.4747854769229889, 0.6167885661125183, -0.40222859382629395, -1.8325958251953125, -1.141183614730835, 0.05972516909241676, 2.8702635765075684, -0.9281660914421082, 2.6799705028533936, 899.0, 0.062387000769376755, 0.4352149963378906, -0.07461799681186676, 0.06447913497686386, 0.9872782230377197, 0.5605151653289795, 0.7615991234779358], "mean": [0.6553367376327515, 2.0074262619018555, -0.6351940631866455, -0.24518512189388275, -1.5492037534713745, -1.2190866470336914, 0.891515851020813, 697.26171875, 0.1947670578956604, 0.39318758249282837, -0.1973126381635666, 0.056999314576387405, 0.3589232265949249, -0.05867497995495796, -0.19767175614833832, -0.781493604183197, -2.023848295211792, -1.9362002611160278, -0.627464234828949, 1.9768695831298828, -1.2761256694793701, 1.3677303791046143, 588.5303955078125, -0.1375475376844406, 0.38678067922592163, -0.17770758271217346, -0.10036899894475937, 0.796205461025238, 0.31011757254600525, 0.33535701036453247], "std": [0.08319520205259323, 0.026147741824388504, 0.19531023502349854, 0.21012161672115326, 0.4589574933052063, 0.11006437987089157, 0.4475616216659546, 254.1148681640625, 0.047732461243867874, 0.02699269726872444, 0.019800903275609016, 0.30721622705459595, 0.5900849103927612, 0.3403521776199341, 0.5167070627212524, 0.21969285607337952, 0.03714245185256004, 0.3888447880744934, 0.32812508940696716, 0.8055833578109741, 0.23136670887470245, 0.6857643127441406, 262.7879333496094, 0.09464537352323532, 0.01947196200489998, 0.041127853095531464, 0.1253787875175476, 0.17132693529129028, 0.22702085971832275, 0.22524434328079224], "count": [1578]}, "actions": {"min": [0.4553389549255371, 1.8453541994094849, -1.0051875114440918, -0.638790488243103, -2.2560999393463135, -1.6091063022613525, 0.15625932812690735, -4.0, 0.10290200263261795, 0.3284989893436432, -0.2594760060310364, -0.4032817780971527, -0.6094077229499817, -0.43140649795532227, -0.6191059947013855, -1.1309210062026978, -2.057795524597168, -2.6952598094940186, -1.427173376083374, 0.6940301656723022, -1.7364803552627563, 0.4391423165798187, 37.0, -0.2693290114402771, 0.3480120003223419, -0.2463120073080063, -0.4426749050617218, 0.3700268864631653, -0.08874664455652237, -0.0071757822297513485], "max": [0.8538500666618347, 2.036083698272705, -0.31841787695884705, 0.0844041258096695, -0.7509279847145081, -0.931569516658783, 1.3633813858032227, 883.0, 0.2806519865989685, 0.4447830021381378, -0.16686199605464935, 0.532740592956543, 0.9171259999275208, 0.4747854769229889, 0.6167885661125183, -0.40222859382629395, -1.8325958251953125, -1.141183614730835, 0.05972516909241676, 2.8702635765075684, -0.9281660914421082, 2.6799705028533936, 899.0, 0.062387000769376755, 0.4352149963378906, -0.07461799681186676, 0.06447913497686386, 0.9872782230377197, 0.5605151653289795, 0.7615991234779358], "mean": [0.6553367376327515, 2.0074262619018555, -0.6351940631866455, -0.24518512189388275, -1.5492037534713745, -1.2190866470336914, 0.891515851020813, 697.26171875, 0.1947670578956604, 0.39318758249282837, -0.1973126381635666, 0.056999314576387405, 0.3589232265949249, -0.05867497995495796, -0.19767175614833832, -0.781493604183197, -2.023848295211792, -1.9362002611160278, -0.627464234828949, 1.9768695831298828, -1.2761256694793701, 1.3677303791046143, 588.5303955078125, -0.1375475376844406, 0.38678067922592163, -0.17770758271217346, -0.10036899894475937, 0.796205461025238, 0.31011757254600525, 0.33535701036453247], "std": [0.08319520205259323, 0.026147741824388504, 0.19531023502349854, 0.21012161672115326, 0.4589574933052063, 0.11006437987089157, 0.4475616216659546, 254.1148681640625, 0.047732461243867874, 0.02699269726872444, 0.019800903275609016, 0.30721622705459595, 0.5900849103927612, 0.3403521776199341, 0.5167070627212524, 0.21969285607337952, 0.03714245185256004, 0.3888447880744934, 0.32812508940696716, 0.8055833578109741, 0.23136670887470245, 0.6857643127441406, 262.7879333496094, 0.09464537352323532, 0.01947196200489998, 0.041127853095531464, 0.1253787875175476, 0.17132693529129028, 0.22702085971832275, 0.22524434328079224], "count": [1578]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006337135614702154], "std": [0.025165690306292496], "count": [1578]}, "timestamp": {"min": [0.0], "max": [63.08], "mean": [31.540000000000003], "std": [18.22117083687727], "count": [1578]}, "frame_index": {"min": [0], "max": [1577], "mean": [788.5], "std": [455.5292709219317], "count": [1578]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [1578]}, "index": {"min": [56887], "max": [58464], "mean": [57675.5], "std": [455.5292709219317], "count": [1578]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1578]}}} +{"episode_index": 46, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4677840346447487]], [[0.47393902393931714]], [[0.4671789066021524]]], "std": [[[0.13642574609294297]], [[0.13286025783618477]], [[0.1352116136439736]]], "count": [232]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4740030012184472]], [[0.4726332377239689]], [[0.46839230476673427]]], "std": [[[0.0784059629157245]], [[0.0764021017142809]], [[0.08035541412948387]]], "count": [232]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47568924491492]], [[0.47696495996027727]], [[0.473135193930302]]], "std": [[[0.07693680629379532]], [[0.07472643817939355]], [[0.07994829559170952]]], "count": [232]}, "states": {"min": [0.4492303133010864, 2.020148992538452, -1.931678056716919, -1.3303074836730957, -2.6488687992095947, -1.8052639961242676, -0.14622369408607483, -1.0, -0.03571299836039543, 0.29478999972343445, -0.29451900720596313, -0.45191293954849243, -0.6588184833526611, -0.539997935295105, -0.6828288435935974, -1.0642319917678833, -2.0464160442352295, 0.5759063363075256, 0.0017627826891839504, 0.4619188606739044, 0.5679301619529724, -2.99503755569458, 15.0, -0.31821098923683167, 0.33426299691200256, -0.264290988445282, -0.4999588429927826, -0.4825141727924347, -0.4449112117290497, -0.58855801820755], "max": [1.1134153604507446, 2.05557918548584, 0.5307895541191101, 0.19799016416072845, -0.5005080699920654, -0.9973684549331665, 2.8162283897399902, 591.0, 0.33096200227737427, 0.43855398893356323, -0.05812099948525429, 0.6925544142723083, 0.9901427626609802, 0.6201189160346985, 0.843037486076355, -0.4254414439201355, -1.9011174440383911, 1.9164066314697266, 1.4913489818572998, 2.803574800491333, 1.7011550664901733, -0.2649933397769928, 895.0, 0.027178000658750534, 0.48675501346588135, -0.017697999253869057, 0.5045337080955505, 0.9904453158378601, 0.6278658509254456, 0.8303711414337158], "mean": [0.642376720905304, 2.034489393234253, -0.49132227897644043, -0.20288515090942383, -1.6816074848175049, -1.2737743854522705, 0.9540219902992249, 433.2997131347656, 0.19091658294200897, 0.3568110167980194, -0.21725502610206604, 0.22697719931602478, 0.12575648725032806, 0.17985744774341583, 0.17856214940547943, -0.6833939552307129, -2.0101125240325928, 1.0713399648666382, 0.43676578998565674, 1.480336308479309, 1.225386619567871, -1.3022518157958984, 620.276611328125, -0.17853257060050964, 0.3834112286567688, -0.18087118864059448, -0.23222312331199646, 0.6710820198059082, 0.33040955662727356, 0.44723787903785706], "std": [0.17512941360473633, 0.006992911919951439, 0.6834937334060669, 0.4672771096229553, 0.6674487590789795, 0.17184655368328094, 0.9941160082817078, 200.36590576171875, 0.0914173275232315, 0.023031501099467278, 0.04636519029736519, 0.28037843108177185, 0.6476780772209167, 0.4190562963485718, 0.4412776529788971, 0.18941842019557953, 0.029037853702902794, 0.3423214256763458, 0.44428759813308716, 0.8360609412193298, 0.17336119711399078, 0.8560289740562439, 331.4036560058594, 0.10463083535432816, 0.029353588819503784, 0.051792021840810776, 0.17469745874404907, 0.24545469880104065, 0.22216372191905975, 0.2154182642698288], "count": [1428]}, "actions": {"min": [0.4492303133010864, 2.020148992538452, -1.931678056716919, -1.3303074836730957, -2.6488687992095947, -1.8052639961242676, -0.14622369408607483, -1.0, -0.03571299836039543, 0.29478999972343445, -0.29451900720596313, -0.45191293954849243, -0.6588184833526611, -0.539997935295105, -0.6828288435935974, -1.0642319917678833, -2.0464160442352295, 0.5759063363075256, 0.0017627826891839504, 0.4619188606739044, 0.5679301619529724, -2.99503755569458, 15.0, -0.31821098923683167, 0.33426299691200256, -0.264290988445282, -0.4999588429927826, -0.4825141727924347, -0.4449112117290497, -0.58855801820755], "max": [1.1134153604507446, 2.05557918548584, 0.5307895541191101, 0.19799016416072845, -0.5005080699920654, -0.9973684549331665, 2.8162283897399902, 591.0, 0.33096200227737427, 0.43855398893356323, -0.05812099948525429, 0.6925544142723083, 0.9901427626609802, 0.6201189160346985, 0.843037486076355, -0.4254414439201355, -1.9011174440383911, 1.9164066314697266, 1.4913489818572998, 2.803574800491333, 1.7011550664901733, -0.2649933397769928, 895.0, 0.027178000658750534, 0.48675501346588135, -0.017697999253869057, 0.5045337080955505, 0.9904453158378601, 0.6278658509254456, 0.8303711414337158], "mean": [0.642376720905304, 2.034489393234253, -0.49132227897644043, -0.20288515090942383, -1.6816074848175049, -1.2737743854522705, 0.9540219902992249, 433.2997131347656, 0.19091658294200897, 0.3568110167980194, -0.21725502610206604, 0.22697719931602478, 0.12575648725032806, 0.17985744774341583, 0.17856214940547943, -0.6833939552307129, -2.0101125240325928, 1.0713399648666382, 0.43676578998565674, 1.480336308479309, 1.225386619567871, -1.3022518157958984, 620.276611328125, -0.17853257060050964, 0.3834112286567688, -0.18087118864059448, -0.23222312331199646, 0.6710820198059082, 0.33040955662727356, 0.44723787903785706], "std": [0.17512941360473633, 0.006992911919951439, 0.6834937334060669, 0.4672771096229553, 0.6674487590789795, 0.17184655368328094, 0.9941160082817078, 200.36590576171875, 0.0914173275232315, 0.023031501099467278, 0.04636519029736519, 0.28037843108177185, 0.6476780772209167, 0.4190562963485718, 0.4412776529788971, 0.18941842019557953, 0.029037853702902794, 0.3423214256763458, 0.44428759813308716, 0.8360609412193298, 0.17336119711399078, 0.8560289740562439, 331.4036560058594, 0.10463083535432816, 0.029353588819503784, 0.051792021840810776, 0.17469745874404907, 0.24545469880104065, 0.22216372191905975, 0.2154182642698288], "count": [1428]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007002801120448179], "std": [0.026453538890089782], "count": [1428]}, "timestamp": {"min": [0.0], "max": [57.08], "mean": [28.539999999999996], "std": [16.489119644986104], "count": [1428]}, "frame_index": {"min": [0], "max": [1427], "mean": [713.5], "std": [412.2279911246526], "count": [1428]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [1428]}, "index": {"min": [58465], "max": [59892], "mean": [59178.5], "std": [412.2279911246526], "count": [1428]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1428]}}} +{"episode_index": 47, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.47611292082009715]], [[0.48135370225837076]], [[0.47842971345894036]]], "std": [[[0.13259127730417844]], [[0.13306487084825155]], [[0.13323847145095397]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6784313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.47919964421988537]], [[0.481952364488626]], [[0.4758571596469127]]], "std": [[[0.09432663868738571]], [[0.09250521936245241]], [[0.09662717458920199]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4821564325683719]], [[0.4803942164621901]], [[0.47566631065834153]]], "std": [[[0.10750752958395678]], [[0.10957765292100037]], [[0.11329273742056883]]], "count": [179]}, "states": {"min": [0.5292187333106995, 2.0138657093048096, -0.04476769641041756, -0.24895377457141876, -2.8272414207458496, -1.6158084869384766, 0.25497516989707947, 2.0, 0.0414079986512661, 0.33260899782180786, -0.27572101354599, -0.400287389755249, -0.6181633472442627, -0.373658686876297, -0.6732827425003052, -0.9181130528450012, -2.0509016513824463, -2.153718948364258, -1.1911698579788208, 0.730926513671875, -1.478014588356018, 0.7858868837356567, 14.0, -0.24193599820137024, 0.3551799952983856, -0.25565001368522644, -0.30933240056037903, 0.549746036529541, -0.10043864697217941, 0.19751761853694916], "max": [0.9682039618492126, 2.0310046672821045, 0.3505319356918335, 0.1443038135766983, -1.616873025894165, -0.6760009527206421, 1.06657075881958, 892.0, 0.21901899576187134, 0.42118901014328003, -0.18218599259853363, 0.43943148851394653, 0.8844264149665833, 0.43607476353645325, 0.6507890820503235, -0.33190929889678955, -1.9331443309783936, -1.654240608215332, -0.19624483585357666, 2.587380886077881, -0.8805535435676575, 2.325476884841919, 899.0, -0.05991299822926521, 0.4195530116558075, -0.1158590018749237, 0.0013958599884063005, 0.9512613415718079, 0.493906706571579, 0.6476966738700867], "mean": [0.7885869145393372, 2.022392988204956, 0.20873774588108063, -0.0420973002910614, -2.5672051906585693, -1.1138784885406494, 0.813873827457428, 549.1173706054688, 0.12677329778671265, 0.3817044794559479, -0.22626186907291412, -0.13424821197986603, 0.6857424378395081, -0.19924968481063843, -0.4709405303001404, -0.6350497007369995, -2.014939308166504, -2.0330724716186523, -0.5095820426940918, 1.6518901586532593, -1.1238716840744019, 1.8246798515319824, 492.8599548339844, -0.16323867440223694, 0.39183637499809265, -0.2018500417470932, -0.15805518627166748, 0.7711055278778076, 0.2810434103012085, 0.468362957239151], "std": [0.13302096724510193, 0.003918163478374481, 0.11078603565692902, 0.13718630373477936, 0.2516738474369049, 0.2708374261856079, 0.1541002094745636, 262.17010498046875, 0.05556970834732056, 0.020834598690271378, 0.025290438905358315, 0.15145917236804962, 0.33311936259269714, 0.1749999225139618, 0.2927713990211487, 0.14851905405521393, 0.027016261592507362, 0.10898549109697342, 0.2782904803752899, 0.5726298689842224, 0.14222565293312073, 0.41799262166023254, 329.70355224609375, 0.053961969912052155, 0.016517452895641327, 0.031280696392059326, 0.0889546275138855, 0.13826610147953033, 0.19103671610355377, 0.13616535067558289], "count": [1014]}, "actions": {"min": [0.5292187333106995, 2.0138657093048096, -0.04476769641041756, -0.24895377457141876, -2.8272414207458496, -1.6158084869384766, 0.25497516989707947, 2.0, 0.0414079986512661, 0.33260899782180786, -0.27572101354599, -0.400287389755249, -0.6181633472442627, -0.373658686876297, -0.6732827425003052, -0.9181130528450012, -2.0509016513824463, -2.153718948364258, -1.1911698579788208, 0.730926513671875, -1.478014588356018, 0.7858868837356567, 14.0, -0.24193599820137024, 0.3551799952983856, -0.25565001368522644, -0.30933240056037903, 0.549746036529541, -0.10043864697217941, 0.19751761853694916], "max": [0.9682039618492126, 2.0310046672821045, 0.3505319356918335, 0.1443038135766983, -1.616873025894165, -0.6760009527206421, 1.06657075881958, 892.0, 0.21901899576187134, 0.42118901014328003, -0.18218599259853363, 0.43943148851394653, 0.8844264149665833, 0.43607476353645325, 0.6507890820503235, -0.33190929889678955, -1.9331443309783936, -1.654240608215332, -0.19624483585357666, 2.587380886077881, -0.8805535435676575, 2.325476884841919, 899.0, -0.05991299822926521, 0.4195530116558075, -0.1158590018749237, 0.0013958599884063005, 0.9512613415718079, 0.493906706571579, 0.6476966738700867], "mean": [0.7885869145393372, 2.022392988204956, 0.20873774588108063, -0.0420973002910614, -2.5672051906585693, -1.1138784885406494, 0.813873827457428, 549.1173706054688, 0.12677329778671265, 0.3817044794559479, -0.22626186907291412, -0.13424821197986603, 0.6857424378395081, -0.19924968481063843, -0.4709405303001404, -0.6350497007369995, -2.014939308166504, -2.0330724716186523, -0.5095820426940918, 1.6518901586532593, -1.1238716840744019, 1.8246798515319824, 492.8599548339844, -0.16323867440223694, 0.39183637499809265, -0.2018500417470932, -0.15805518627166748, 0.7711055278778076, 0.2810434103012085, 0.468362957239151], "std": [0.13302096724510193, 0.003918163478374481, 0.11078603565692902, 0.13718630373477936, 0.2516738474369049, 0.2708374261856079, 0.1541002094745636, 262.17010498046875, 0.05556970834732056, 0.020834598690271378, 0.025290438905358315, 0.15145917236804962, 0.33311936259269714, 0.1749999225139618, 0.2927713990211487, 0.14851905405521393, 0.027016261592507362, 0.10898549109697342, 0.2782904803752899, 0.5726298689842224, 0.14222565293312073, 0.41799262166023254, 329.70355224609375, 0.053961969912052155, 0.016517452895641327, 0.031280696392059326, 0.0889546275138855, 0.13826610147953033, 0.19103671610355377, 0.13616535067558289], "count": [1014]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009861932938856016], "std": [0.031388225764969524], "count": [1014]}, "timestamp": {"min": [0.0], "max": [40.52], "mean": [20.259999999999998], "std": [11.70865776537459], "count": [1014]}, "frame_index": {"min": [0], "max": [1013], "mean": [506.5], "std": [292.71644413436474], "count": [1014]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [1014]}, "index": {"min": [59893], "max": [60906], "mean": [60399.5], "std": [292.71644413436474], "count": [1014]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1014]}}} +{"episode_index": 48, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.46918163083619097]], [[0.4732345513130514]], [[0.46782823903103843]]], "std": [[[0.11553841102868977]], [[0.1149845124662922]], [[0.11532494243442849]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6627450980392157]], [[0.6705882352941176]]], "mean": [[[0.46652809559922626]], [[0.4724536786687769]], [[0.4663558876652305]]], "std": [[[0.06550075763776027]], [[0.061376181462028646]], [[0.06577720578453138]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4803701346756939]], [[0.4806194678917905]], [[0.47557980432456987]]], "std": [[[0.10311026050576295]], [[0.10589569697850403]], [[0.110166899251494]]], "count": [223]}, "states": {"min": [0.46270424127578735, 1.988052248954773, -0.8313178420066833, -0.545467734336853, -2.397052764892578, -1.7360790967941284, 0.3110351264476776, -5.0, 0.026115000247955322, 0.2801069915294647, -0.28124600648880005, -0.4233769178390503, -0.6249239444732666, -0.4772930443286896, -0.640914261341095, -0.8544434309005737, -2.0557186603546143, -0.45261624455451965, -0.259181410074234, 0.15624187886714935, 0.8382118940353394, -2.5029940605163574, 42.0, -0.37356600165367126, 0.23179100453853607, -0.28294599056243896, -0.4988788962364197, 0.25563642382621765, -0.05907184258103371, 0.1355786919593811], "max": [1.0326764583587646, 2.046922206878662, 0.3880390524864197, 0.15097098052501678, -1.6073609590530396, -0.9285849928855896, 1.1014772653579712, 904.0, 0.2714189887046814, 0.40015700459480286, -0.17083799839019775, 0.46219393610954285, 0.8947486877441406, 0.5486719012260437, 0.628440260887146, -0.00026179940323345363, -2.015576124191284, 1.5857363939285278, 1.538280963897705, 2.6549599170684814, 1.6452171802520752, -0.28241172432899475, 894.0, -0.04465999826788902, 0.4163930118083954, -0.077844999730587, 0.0009582029888406396, 0.9876620769500732, 0.6289705038070679, 0.6564679741859436], "mean": [0.7280938625335693, 2.0206615924835205, -0.26793450117111206, -0.09701225906610489, -2.116670846939087, -1.1567233800888062, 0.8702561259269714, 440.1366271972656, 0.15017959475517273, 0.3682243227958679, -0.2351246178150177, -0.13960421085357666, 0.7201646566390991, -0.24838225543498993, -0.5098839402198792, -0.48004984855651855, -2.0366909503936768, 0.8847758173942566, 0.41000455617904663, 1.3920787572860718, 1.2864023447036743, -1.2013205289840698, 544.3980712890625, -0.2232053428888321, 0.3385184705257416, -0.2088509202003479, -0.25888434052467346, 0.5767408609390259, 0.4243448078632355, 0.48414310812950134], "std": [0.14564919471740723, 0.0121656758710742, 0.3544674813747406, 0.1368708610534668, 0.1618186980485916, 0.14725904166698456, 0.14305321872234344, 221.82777404785156, 0.06555987894535065, 0.027693413197994232, 0.02037924900650978, 0.13432401418685913, 0.22783397138118744, 0.18703480064868927, 0.18778692185878754, 0.22087633609771729, 0.007377923466265202, 0.7270196080207825, 0.5132285356521606, 0.9295411109924316, 0.1465635597705841, 0.6669295430183411, 233.5274658203125, 0.09338734298944473, 0.04226198419928551, 0.053380127996206284, 0.1585123986005783, 0.2712673246860504, 0.2313399761915207, 0.18345627188682556], "count": [1354]}, "actions": {"min": [0.46270424127578735, 1.988052248954773, -0.8313178420066833, -0.545467734336853, -2.397052764892578, -1.7360790967941284, 0.3110351264476776, -5.0, 0.026115000247955322, 0.2801069915294647, -0.28124600648880005, -0.4233769178390503, -0.6249239444732666, -0.4772930443286896, -0.640914261341095, -0.8544434309005737, -2.0557186603546143, -0.45261624455451965, -0.259181410074234, 0.15624187886714935, 0.8382118940353394, -2.5029940605163574, 42.0, -0.37356600165367126, 0.23179100453853607, -0.28294599056243896, -0.4988788962364197, 0.25563642382621765, -0.05907184258103371, 0.1355786919593811], "max": [1.0326764583587646, 2.046922206878662, 0.3880390524864197, 0.15097098052501678, -1.6073609590530396, -0.9285849928855896, 1.1014772653579712, 904.0, 0.2714189887046814, 0.40015700459480286, -0.17083799839019775, 0.46219393610954285, 0.8947486877441406, 0.5486719012260437, 0.628440260887146, -0.00026179940323345363, -2.015576124191284, 1.5857363939285278, 1.538280963897705, 2.6549599170684814, 1.6452171802520752, -0.28241172432899475, 894.0, -0.04465999826788902, 0.4163930118083954, -0.077844999730587, 0.0009582029888406396, 0.9876620769500732, 0.6289705038070679, 0.6564679741859436], "mean": [0.7280938625335693, 2.0206615924835205, -0.26793450117111206, -0.09701225906610489, -2.116670846939087, -1.1567233800888062, 0.8702561259269714, 440.1366271972656, 0.15017959475517273, 0.3682243227958679, -0.2351246178150177, -0.13960421085357666, 0.7201646566390991, -0.24838225543498993, -0.5098839402198792, -0.48004984855651855, -2.0366909503936768, 0.8847758173942566, 0.41000455617904663, 1.3920787572860718, 1.2864023447036743, -1.2013205289840698, 544.3980712890625, -0.2232053428888321, 0.3385184705257416, -0.2088509202003479, -0.25888434052467346, 0.5767408609390259, 0.4243448078632355, 0.48414310812950134], "std": [0.14564919471740723, 0.0121656758710742, 0.3544674813747406, 0.1368708610534668, 0.1618186980485916, 0.14725904166698456, 0.14305321872234344, 221.82777404785156, 0.06555987894535065, 0.027693413197994232, 0.02037924900650978, 0.13432401418685913, 0.22783397138118744, 0.18703480064868927, 0.18778692185878754, 0.22087633609771729, 0.007377923466265202, 0.7270196080207825, 0.5132285356521606, 0.9295411109924316, 0.1465635597705841, 0.6669295430183411, 233.5274658203125, 0.09338734298944473, 0.04226198419928551, 0.053380127996206284, 0.1585123986005783, 0.2712673246860504, 0.2313399761915207, 0.18345627188682556], "count": [1354]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007385524372230429], "std": [0.02716628383714848], "count": [1354]}, "timestamp": {"min": [0.0], "max": [54.12], "mean": [27.06], "std": [15.63464102562], "count": [1354]}, "frame_index": {"min": [0], "max": [1353], "mean": [676.5], "std": [390.86602564049997], "count": [1354]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [1354]}, "index": {"min": [60907], "max": [62260], "mean": [61583.5], "std": [390.86602564049997], "count": [1354]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1354]}}} +{"episode_index": 49, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47227183327912525]], [[0.4760919940448533]], [[0.47126537767555676]]], "std": [[[0.12150702520173223]], [[0.1226750295028818]], [[0.12296757192328055]]], "count": [211]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47515031711736827]], [[0.4776352811464238]], [[0.4720480419260911]]], "std": [[[0.09972047140852354]], [[0.09887206795773769]], [[0.10343692729622547]]], "count": [211]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4781552181101508]], [[0.4798785806384165]], [[0.4761604027274417]]], "std": [[[0.0777408693202641]], [[0.07599531704671898]], [[0.07852355036527925]]], "count": [211]}, "states": {"min": [0.24574238061904907, 2.0094149112701416, -2.1359338760375977, -1.9076625108718872, -2.658468008041382, -1.6904561519622803, 0.2039068192243576, 86.0, -0.0503930002450943, 0.29482200741767883, -0.2648879885673523, -0.49020400643348694, -0.6590949296951294, -0.39635658264160156, -0.6653093695640564, -0.9608386754989624, -2.0478298664093018, 0.3972195088863373, 0.05204572156071663, -2.296259880065918, -1.9956793785095215, 1.3519843816757202, 67.0, -0.3332599997520447, 0.19846400618553162, -0.28713199496269226, -0.4987879991531372, -0.5693404674530029, -0.4204349219799042, -0.7156420946121216], "max": [0.9014450907707214, 2.034198760986328, -1.1487932205200195, -0.0950680822134018, 0.016912240535020828, -0.8100247979164124, 2.7803094387054443, 891.0, 0.2410299926996231, 0.4285010099411011, -0.06923499703407288, 0.5195096135139465, 0.9834110736846924, 0.24568220973014832, 0.7441785931587219, -0.01665044017136097, -1.9457979202270508, 0.9550442099571228, 1.3786530494689941, -0.2978229820728302, -1.2553805112838745, 2.843560218811035, 903.0, -0.08585300296545029, 0.39726001024246216, -0.05752699822187424, 0.5706698894500732, 0.944530725479126, 0.4103861153125763, 0.7416635155677795], "mean": [0.49612900614738464, 2.019843101501465, -1.4704337120056152, -0.8276422619819641, -1.460655927658081, -1.2249834537506104, 1.436079740524292, 741.8241577148438, 0.1319916993379593, 0.35830074548721313, -0.1480916291475296, 0.04471806436777115, 0.40961888432502747, -0.07283999025821686, -0.05333196744322777, -0.49539682269096375, -2.0320520401000977, 0.537119448184967, 0.5445846319198608, -1.116292953491211, -1.6704539060592651, 2.094209909439087, 596.7302856445312, -0.22183555364608765, 0.2987399995326996, -0.19102095067501068, -0.026331886649131775, 0.6227734684944153, 0.13459281623363495, 0.3393453061580658], "std": [0.12086218595504761, 0.005649947561323643, 0.27429795265197754, 0.5729467868804932, 0.8239573836326599, 0.34276360273361206, 0.9652316570281982, 258.7852783203125, 0.08363641053438187, 0.040424954146146774, 0.04676137864589691, 0.33071842789649963, 0.6209077835083008, 0.23161998391151428, 0.5229853391647339, 0.26395273208618164, 0.01295243389904499, 0.14587682485580444, 0.31537336111068726, 0.6148648858070374, 0.2219220995903015, 0.4816931486129761, 282.797119140625, 0.07053609937429428, 0.05018756911158562, 0.042100317776203156, 0.26940470933914185, 0.4396858215332031, 0.21198919415473938, 0.40908128023147583], "count": [1257]}, "actions": {"min": [0.24574238061904907, 2.0094149112701416, -2.1359338760375977, -1.9076625108718872, -2.658468008041382, -1.6904561519622803, 0.2039068192243576, 86.0, -0.0503930002450943, 0.29482200741767883, -0.2648879885673523, -0.49020400643348694, -0.6590949296951294, -0.39635658264160156, -0.6653093695640564, -0.9608386754989624, -2.0478298664093018, 0.3972195088863373, 0.05204572156071663, -2.296259880065918, -1.9956793785095215, 1.3519843816757202, 67.0, -0.3332599997520447, 0.19846400618553162, -0.28713199496269226, -0.4987879991531372, -0.5693404674530029, -0.4204349219799042, -0.7156420946121216], "max": [0.9014450907707214, 2.034198760986328, -1.1487932205200195, -0.0950680822134018, 0.016912240535020828, -0.8100247979164124, 2.7803094387054443, 891.0, 0.2410299926996231, 0.4285010099411011, -0.06923499703407288, 0.5195096135139465, 0.9834110736846924, 0.24568220973014832, 0.7441785931587219, -0.01665044017136097, -1.9457979202270508, 0.9550442099571228, 1.3786530494689941, -0.2978229820728302, -1.2553805112838745, 2.843560218811035, 903.0, -0.08585300296545029, 0.39726001024246216, -0.05752699822187424, 0.5706698894500732, 0.944530725479126, 0.4103861153125763, 0.7416635155677795], "mean": [0.49612900614738464, 2.019843101501465, -1.4704337120056152, -0.8276422619819641, -1.460655927658081, -1.2249834537506104, 1.436079740524292, 741.8241577148438, 0.1319916993379593, 0.35830074548721313, -0.1480916291475296, 0.04471806436777115, 0.40961888432502747, -0.07283999025821686, -0.05333196744322777, -0.49539682269096375, -2.0320520401000977, 0.537119448184967, 0.5445846319198608, -1.116292953491211, -1.6704539060592651, 2.094209909439087, 596.7302856445312, -0.22183555364608765, 0.2987399995326996, -0.19102095067501068, -0.026331886649131775, 0.6227734684944153, 0.13459281623363495, 0.3393453061580658], "std": [0.12086218595504761, 0.005649947561323643, 0.27429795265197754, 0.5729467868804932, 0.8239573836326599, 0.34276360273361206, 0.9652316570281982, 258.7852783203125, 0.08363641053438187, 0.040424954146146774, 0.04676137864589691, 0.33071842789649963, 0.6209077835083008, 0.23161998391151428, 0.5229853391647339, 0.26395273208618164, 0.01295243389904499, 0.14587682485580444, 0.31537336111068726, 0.6148648858070374, 0.2219220995903015, 0.4816931486129761, 282.797119140625, 0.07053609937429428, 0.05018756911158562, 0.042100317776203156, 0.26940470933914185, 0.4396858215332031, 0.21198919415473938, 0.40908128023147583], "count": [1257]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007955449482895784], "std": [0.028194184799792125], "count": [1257]}, "timestamp": {"min": [0.0], "max": [50.24], "mean": [25.119999999999997], "std": [14.514581174345565], "count": [1257]}, "frame_index": {"min": [0], "max": [1256], "mean": [628.0], "std": [362.8645293586391], "count": [1257]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [1257]}, "index": {"min": [62261], "max": [63517], "mean": [62889.0], "std": [362.8645293586391], "count": [1257]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1257]}}} +{"episode_index": 50, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.47783487374834993]], [[0.48183579839981966]], [[0.4777249891335845]]], "std": [[[0.1252028126260122]], [[0.12604784973663039]], [[0.12642796449368596]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6666666666666666]], [[0.6705882352941176]]], "mean": [[[0.46801311113525873]], [[0.4722112461363856]], [[0.46576969739045043]]], "std": [[[0.07862543373230893]], [[0.07748273287112444]], [[0.08268327355623861]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4808466909752407]], [[0.4796373645722657]], [[0.4753450720805564]]], "std": [[[0.12200559588289556]], [[0.1254566936719799]], [[0.12982359552700923]]], "count": [203]}, "states": {"min": [0.4365766644477844, 1.9780341386795044, 0.02839650772511959, -0.4228409230709076, -2.896251678466797, -1.7472141981124878, 0.4478165805339813, -2.0, 0.02423500083386898, 0.29227200150489807, -0.278219997882843, -0.40070444345474243, -0.6500105261802673, -0.5287014245986938, -0.6567894816398621, -0.7268772721290588, -2.049487829208374, -2.0341289043426514, -1.2636358737945557, 0.052866023033857346, -1.4242935180664062, 1.1075685024261475, 34.0, -0.32593199610710144, 0.30598700046539307, -0.27642399072647095, -0.4982650578022003, 0.34043726325035095, -0.0766182467341423, 0.2495451718568802], "max": [1.0091842412948608, 2.031022310256958, 0.8569566607475281, 0.19451697170734406, -2.307936191558838, -0.8310210108757019, 0.9252164959907532, 904.0, 0.2815040051937103, 0.40124601125717163, -0.20386099815368652, 0.42163652181625366, 0.886803150177002, 0.5517844557762146, 0.6555953621864319, -0.23979078233242035, -1.9273147583007812, -1.6481841802597046, 0.05979498103260994, 2.4416284561157227, -0.7845603823661804, 2.7189438343048096, 870.0, -0.0813400000333786, 0.4148139953613281, -0.1204029992222786, -0.0640697106719017, 0.962063193321228, 0.5768530964851379, 0.697534441947937], "mean": [0.7107565999031067, 2.015658378601074, 0.455046147108078, -0.011542435735464096, -2.8338210582733154, -1.2131277322769165, 0.7243486642837524, 480.274169921875, 0.13198137283325195, 0.3488447964191437, -0.23917075991630554, -0.12057340890169144, 0.6863114237785339, -0.1670374870300293, -0.49811965227127075, -0.5147070288658142, -2.0278372764587402, -1.8991793394088745, -0.3803037405014038, 1.09465754032135, -1.2526723146438599, 2.114731550216675, 540.9383544921875, -0.20830915868282318, 0.35182762145996094, -0.21402330696582794, -0.26707887649536133, 0.644557774066925, 0.33072322607040405, 0.5005495548248291], "std": [0.11895488202571869, 0.0062142047099769115, 0.21558615565299988, 0.12250498682260513, 0.11827072501182556, 0.21809257566928864, 0.08639998733997345, 251.76014709472656, 0.05732062831521034, 0.019356744363904, 0.022144556045532227, 0.13945908844470978, 0.3216038644313812, 0.18413367867469788, 0.28571125864982605, 0.12437518686056137, 0.025236887857317924, 0.10569719970226288, 0.44334298372268677, 0.9388548135757446, 0.11057241261005402, 0.5329642295837402, 274.994140625, 0.0750909149646759, 0.028968576341867447, 0.03749746456742287, 0.1356590837240219, 0.2507410943508148, 0.21816346049308777, 0.15625858306884766], "count": [1200]}, "actions": {"min": [0.4365766644477844, 1.9780341386795044, 0.02839650772511959, -0.4228409230709076, -2.896251678466797, -1.7472141981124878, 0.4478165805339813, -2.0, 0.02423500083386898, 0.29227200150489807, -0.278219997882843, -0.40070444345474243, -0.6500105261802673, -0.5287014245986938, -0.6567894816398621, -0.7268772721290588, -2.049487829208374, -2.0341289043426514, -1.2636358737945557, 0.052866023033857346, -1.4242935180664062, 1.1075685024261475, 34.0, -0.32593199610710144, 0.30598700046539307, -0.27642399072647095, -0.4982650578022003, 0.34043726325035095, -0.0766182467341423, 0.2495451718568802], "max": [1.0091842412948608, 2.031022310256958, 0.8569566607475281, 0.19451697170734406, -2.307936191558838, -0.8310210108757019, 0.9252164959907532, 904.0, 0.2815040051937103, 0.40124601125717163, -0.20386099815368652, 0.42163652181625366, 0.886803150177002, 0.5517844557762146, 0.6555953621864319, -0.23979078233242035, -1.9273147583007812, -1.6481841802597046, 0.05979498103260994, 2.4416284561157227, -0.7845603823661804, 2.7189438343048096, 870.0, -0.0813400000333786, 0.4148139953613281, -0.1204029992222786, -0.0640697106719017, 0.962063193321228, 0.5768530964851379, 0.697534441947937], "mean": [0.7107565999031067, 2.015658378601074, 0.455046147108078, -0.011542435735464096, -2.8338210582733154, -1.2131277322769165, 0.7243486642837524, 480.274169921875, 0.13198137283325195, 0.3488447964191437, -0.23917075991630554, -0.12057340890169144, 0.6863114237785339, -0.1670374870300293, -0.49811965227127075, -0.5147070288658142, -2.0278372764587402, -1.8991793394088745, -0.3803037405014038, 1.09465754032135, -1.2526723146438599, 2.114731550216675, 540.9383544921875, -0.20830915868282318, 0.35182762145996094, -0.21402330696582794, -0.26707887649536133, 0.644557774066925, 0.33072322607040405, 0.5005495548248291], "std": [0.11895488202571869, 0.0062142047099769115, 0.21558615565299988, 0.12250498682260513, 0.11827072501182556, 0.21809257566928864, 0.08639998733997345, 251.76014709472656, 0.05732062831521034, 0.019356744363904, 0.022144556045532227, 0.13945908844470978, 0.3216038644313812, 0.18413367867469788, 0.28571125864982605, 0.12437518686056137, 0.025236887857317924, 0.10569719970226288, 0.44334298372268677, 0.9388548135757446, 0.11057241261005402, 0.5329642295837402, 274.994140625, 0.0750909149646759, 0.028968576341867447, 0.03749746456742287, 0.1356590837240219, 0.2507410943508148, 0.21816346049308777, 0.15625858306884766], "count": [1200]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008333333333333334], "std": [0.02885548282196797], "count": [1200]}, "timestamp": {"min": [0.0], "max": [47.96], "mean": [23.98], "std": [13.85640164929794], "count": [1200]}, "frame_index": {"min": [0], "max": [1199], "mean": [599.5], "std": [346.4100412324485], "count": [1200]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [1200]}, "index": {"min": [63518], "max": [64717], "mean": [64117.5], "std": [346.4100412324485], "count": [1200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1200]}}} +{"episode_index": 51, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.46913356792717087]], [[0.4739070261437909]], [[0.4699708776844071]]], "std": [[[0.12658284688354923]], [[0.1259656791626876]], [[0.12676050083005239]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4743161671335201]], [[0.47760298085901026]], [[0.47050107726423906]]], "std": [[[0.08062495357961423]], [[0.07977582383640369]], [[0.08428274106815223]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4783167565359477]], [[0.47742795051353876]], [[0.4739919934640523]]], "std": [[[0.09493047528301779]], [[0.09302126769987336]], [[0.097375232411889]]], "count": [175]}, "states": {"min": [0.5965186357498169, 1.9305087327957153, -1.4918376207351685, -0.42722171545028687, 0.8567123413085938, 0.8987922668457031, -2.9652795791625977, -1.0, 0.0422540009021759, 0.34132999181747437, -0.24598300457000732, -0.494854211807251, -0.5962979197502136, -0.4551442563533783, -0.5946347713470459, -1.0725048780441284, -2.0533626079559326, -2.541024684906006, -1.1101864576339722, 0.7236658930778503, -1.7604438066482544, 0.9460732340812683, 4.0, -0.23717600107192993, 0.3402869999408722, -0.22476500272750854, -0.3906058371067047, 0.4552370011806488, 0.03414652496576309, 0.15208066999912262], "max": [0.9494591355323792, 2.0383176803588867, -0.5831668376922607, -0.026337016373872757, 2.669341564178467, 1.4564424753189087, -1.862144112586975, 868.0, 0.25189200043678284, 0.4433859884738922, -0.17440399527549744, 0.5218194723129272, 0.9268646836280823, 0.44278550148010254, 0.5966752171516418, -0.5104215741157532, -2.005767345428467, -1.566258430480957, 0.05866051837801933, 2.612880229949951, -0.9557772278785706, 2.6885576248168945, 882.0, -0.008453000336885452, 0.44348201155662537, -0.08126000314950943, 0.10567479580640793, 0.9853843450546265, 0.5275112390518188, 0.7573053240776062], "mean": [0.7248091697692871, 2.0063319206237793, -1.0059243440628052, -0.2585574984550476, 1.7823820114135742, 1.1103631258010864, -2.280712366104126, 587.4545288085938, 0.16617919504642487, 0.4039593040943146, -0.19954536855220795, 0.06839350610971451, 0.38342082500457764, -0.020988110452890396, -0.180995911359787, -0.7781276702880859, -2.037525177001953, -2.18005633354187, -0.4968777000904083, 1.877423644065857, -1.3226544857025146, 1.6098893880844116, 540.0377807617188, -0.13803239166736603, 0.3896142840385437, -0.1778120994567871, -0.08475835621356964, 0.7688614130020142, 0.28198176622390747, 0.43728846311569214], "std": [0.10702452808618546, 0.022862503305077553, 0.19969557225704193, 0.13316966593265533, 0.6207576990127563, 0.14027497172355652, 0.46007609367370605, 281.41632080078125, 0.0642520934343338, 0.030198104679584503, 0.015463666059076786, 0.3102814853191376, 0.6436976194381714, 0.2946588397026062, 0.46654659509658813, 0.17573031783103943, 0.00721512408927083, 0.3143041729927063, 0.2777017652988434, 0.6412323713302612, 0.19442494213581085, 0.49278712272644043, 253.12306213378906, 0.06997554004192352, 0.026017822325229645, 0.03229193761944771, 0.1552373319864273, 0.20469388365745544, 0.1600925624370575, 0.1982562392950058], "count": [979]}, "actions": {"min": [0.5965186357498169, 1.9305087327957153, -1.4918376207351685, -0.42722171545028687, 0.8567123413085938, 0.8987922668457031, -2.9652795791625977, -1.0, 0.0422540009021759, 0.34132999181747437, -0.24598300457000732, -0.494854211807251, -0.5962979197502136, -0.4551442563533783, -0.5946347713470459, -1.0725048780441284, -2.0533626079559326, -2.541024684906006, -1.1101864576339722, 0.7236658930778503, -1.7604438066482544, 0.9460732340812683, 4.0, -0.23717600107192993, 0.3402869999408722, -0.22476500272750854, -0.3906058371067047, 0.4552370011806488, 0.03414652496576309, 0.15208066999912262], "max": [0.9494591355323792, 2.0383176803588867, -0.5831668376922607, -0.026337016373872757, 2.669341564178467, 1.4564424753189087, -1.862144112586975, 868.0, 0.25189200043678284, 0.4433859884738922, -0.17440399527549744, 0.5218194723129272, 0.9268646836280823, 0.44278550148010254, 0.5966752171516418, -0.5104215741157532, -2.005767345428467, -1.566258430480957, 0.05866051837801933, 2.612880229949951, -0.9557772278785706, 2.6885576248168945, 882.0, -0.008453000336885452, 0.44348201155662537, -0.08126000314950943, 0.10567479580640793, 0.9853843450546265, 0.5275112390518188, 0.7573053240776062], "mean": [0.7248091697692871, 2.0063319206237793, -1.0059243440628052, -0.2585574984550476, 1.7823820114135742, 1.1103631258010864, -2.280712366104126, 587.4545288085938, 0.16617919504642487, 0.4039593040943146, -0.19954536855220795, 0.06839350610971451, 0.38342082500457764, -0.020988110452890396, -0.180995911359787, -0.7781276702880859, -2.037525177001953, -2.18005633354187, -0.4968777000904083, 1.877423644065857, -1.3226544857025146, 1.6098893880844116, 540.0377807617188, -0.13803239166736603, 0.3896142840385437, -0.1778120994567871, -0.08475835621356964, 0.7688614130020142, 0.28198176622390747, 0.43728846311569214], "std": [0.10702452808618546, 0.022862503305077553, 0.19969557225704193, 0.13316966593265533, 0.6207576990127563, 0.14027497172355652, 0.46007609367370605, 281.41632080078125, 0.0642520934343338, 0.030198104679584503, 0.015463666059076786, 0.3102814853191376, 0.6436976194381714, 0.2946588397026062, 0.46654659509658813, 0.17573031783103943, 0.00721512408927083, 0.3143041729927063, 0.2777017652988434, 0.6412323713302612, 0.19442494213581085, 0.49278712272644043, 253.12306213378906, 0.06997554004192352, 0.026017822325229645, 0.03229193761944771, 0.1552373319864273, 0.20469388365745544, 0.1600925624370575, 0.1982562392950058], "count": [979]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010214504596527069], "std": [0.03194381158551969], "count": [979]}, "timestamp": {"min": [0.0], "max": [39.12], "mean": [19.56], "std": [11.304512373384355], "count": [979]}, "frame_index": {"min": [0], "max": [978], "mean": [489.0], "std": [282.61280933460887], "count": [979]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [979]}, "index": {"min": [64718], "max": [65696], "mean": [65207.0], "std": [282.61280933460887], "count": [979]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [979]}}} +{"episode_index": 52, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.469051861129067]], [[0.4695583084195217]], [[0.46417981711915535]]], "std": [[[0.12397521102353296]], [[0.1236107163292683]], [[0.1247246335863778]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4740270460748402]], [[0.47678766811211665]], [[0.4717098304065216]]], "std": [[[0.08848666238448014]], [[0.08678382044605625]], [[0.08996587234477389]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4760524424513395]], [[0.4773937156593407]], [[0.47290209545356604]]], "std": [[[0.07811213380704726]], [[0.08039836630914662]], [[0.08560062293418783]]], "count": [182]}, "states": {"min": [0.18294541537761688, 2.0139355659484863, -1.9451172351837158, -1.5936601161956787, 0.5735152363777161, 1.018766164779663, -2.724302053451538, 247.0, 0.008740999735891819, 0.29864901304244995, -0.2722820043563843, -0.46063700318336487, 0.5618224740028381, -0.4735267460346222, -0.6027346849441528, -0.6506238579750061, -2.054095506668091, 0.9951693415641785, -0.1028348058462143, -2.901156187057495, -1.715972900390625, 1.770043134689331, 312.0, -0.30557700991630554, 0.20971199870109558, -0.2989580035209656, -0.4979161024093628, -0.471548855304718, -0.507821261882782, -0.6488498449325562], "max": [0.7425153851509094, 2.041773557662964, -0.3741462230682373, -0.13496631383895874, 2.3670504093170166, 1.3604841232299805, -0.41713371872901917, 868.0, 0.29712098836898804, 0.4133549928665161, -0.08626300096511841, -0.028866928070783615, 0.9768537878990173, 0.09760627895593643, -0.19129939377307892, -0.01062905602157116, -2.005784749984741, 1.5617032051086426, 1.0746690034866333, -1.303708553314209, -1.1259642839431763, 2.838411569595337, 886.0, -0.07796099781990051, 0.354418009519577, -0.16393700242042542, 0.5476381778717041, 0.8749883770942688, 0.5649483799934387, 0.7278301119804382], "mean": [0.47859010100364685, 2.0233314037323, -1.2060742378234863, -0.7439126968383789, 1.5140057802200317, 1.161998987197876, -1.8408446311950684, 596.406005859375, 0.1657646745443344, 0.3488832712173462, -0.19312162697315216, -0.2290239930152893, 0.7713501453399658, -0.24166394770145416, -0.4504677653312683, -0.3673766255378723, -2.042506456375122, 1.2053475379943848, 0.16045013070106506, -2.2419140338897705, -1.4404215812683105, 2.5384862422943115, 702.058837890625, -0.20726579427719116, 0.28100141882896423, -0.23886819183826447, 0.01629713736474514, 0.3621334433555603, 0.04412155970931053, 0.23442740738391876], "std": [0.10863109678030014, 0.005748458206653595, 0.4412294626235962, 0.5160101652145386, 0.5649418830871582, 0.07594811171293259, 0.7402673959732056, 212.81546020507812, 0.09312622994184494, 0.03662216290831566, 0.06013831868767738, 0.15380044281482697, 0.14376230537891388, 0.17510131001472473, 0.127523273229599, 0.13828858733177185, 0.0077780853025615215, 0.1034843847155571, 0.28068724274635315, 0.5375179052352905, 0.17273034155368805, 0.317811518907547, 197.31263732910156, 0.0714014321565628, 0.03658406063914299, 0.029546139761805534, 0.3484421670436859, 0.537625253200531, 0.32381317019462585, 0.5444101095199585], "count": [1037]}, "actions": {"min": [0.18294541537761688, 2.0139355659484863, -1.9451172351837158, -1.5936601161956787, 0.5735152363777161, 1.018766164779663, -2.724302053451538, 247.0, 0.008740999735891819, 0.29864901304244995, -0.2722820043563843, -0.46063700318336487, 0.5618224740028381, -0.4735267460346222, -0.6027346849441528, -0.6506238579750061, -2.054095506668091, 0.9951693415641785, -0.1028348058462143, -2.901156187057495, -1.715972900390625, 1.770043134689331, 312.0, -0.30557700991630554, 0.20971199870109558, -0.2989580035209656, -0.4979161024093628, -0.471548855304718, -0.507821261882782, -0.6488498449325562], "max": [0.7425153851509094, 2.041773557662964, -0.3741462230682373, -0.13496631383895874, 2.3670504093170166, 1.3604841232299805, -0.41713371872901917, 868.0, 0.29712098836898804, 0.4133549928665161, -0.08626300096511841, -0.028866928070783615, 0.9768537878990173, 0.09760627895593643, -0.19129939377307892, -0.01062905602157116, -2.005784749984741, 1.5617032051086426, 1.0746690034866333, -1.303708553314209, -1.1259642839431763, 2.838411569595337, 886.0, -0.07796099781990051, 0.354418009519577, -0.16393700242042542, 0.5476381778717041, 0.8749883770942688, 0.5649483799934387, 0.7278301119804382], "mean": [0.47859010100364685, 2.0233314037323, -1.2060742378234863, -0.7439126968383789, 1.5140057802200317, 1.161998987197876, -1.8408446311950684, 596.406005859375, 0.1657646745443344, 0.3488832712173462, -0.19312162697315216, -0.2290239930152893, 0.7713501453399658, -0.24166394770145416, -0.4504677653312683, -0.3673766255378723, -2.042506456375122, 1.2053475379943848, 0.16045013070106506, -2.2419140338897705, -1.4404215812683105, 2.5384862422943115, 702.058837890625, -0.20726579427719116, 0.28100141882896423, -0.23886819183826447, 0.01629713736474514, 0.3621334433555603, 0.04412155970931053, 0.23442740738391876], "std": [0.10863109678030014, 0.005748458206653595, 0.4412294626235962, 0.5160101652145386, 0.5649418830871582, 0.07594811171293259, 0.7402673959732056, 212.81546020507812, 0.09312622994184494, 0.03662216290831566, 0.06013831868767738, 0.15380044281482697, 0.14376230537891388, 0.17510131001472473, 0.127523273229599, 0.13828858733177185, 0.0077780853025615215, 0.1034843847155571, 0.28068724274635315, 0.5375179052352905, 0.17273034155368805, 0.317811518907547, 197.31263732910156, 0.0714014321565628, 0.03658406063914299, 0.029546139761805534, 0.3484421670436859, 0.537625253200531, 0.32381317019462585, 0.5444101095199585], "count": [1037]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009643201542912247], "std": [0.031038528330628895], "count": [1037]}, "timestamp": {"min": [0.0], "max": [41.44], "mean": [20.72], "std": [11.974239015486537], "count": [1037]}, "frame_index": {"min": [0], "max": [1036], "mean": [518.0], "std": [299.3559753871634], "count": [1037]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [1037]}, "index": {"min": [65697], "max": [66733], "mean": [66215.0], "std": [299.3559753871634], "count": [1037]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1037]}}} +{"episode_index": 53, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.467364536199095]], [[0.47379037538492963]], [[0.4685827274619784]]], "std": [[[0.14693077966197057]], [[0.1460020220321117]], [[0.146647330437322]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649704586161387]], [[0.4673794011595023]], [[0.4621412701498869]]], "std": [[[0.10362802729882092]], [[0.09941591576906841]], [[0.10325976148551734]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4733720678575918]], [[0.47271656120380845]], [[0.46955523641748365]]], "std": [[[0.12385546169491439]], [[0.12283440887612421]], [[0.12578673797791884]]], "count": [208]}, "states": {"min": [0.45601963996887207, 1.9709829092025757, -0.328942209482193, -0.41743040084838867, -2.8953967094421387, -1.6155641078948975, 0.005270894151180983, -1.0, 0.11020000278949738, 0.3087010085582733, -0.2786389887332916, -0.4187365472316742, -0.5869186520576477, -0.5119125247001648, -0.6187617182731628, -0.9194046258926392, -2.052891254425049, 0.5918411612510681, -0.15625932812690735, -0.09670869261026382, 1.0799224376678467, -1.7565168142318726, 41.0, -0.3061339855194092, 0.3023580014705658, -0.26611998677253723, -0.4444114565849304, 0.5160887837409973, -0.011549532413482666, 0.2909960448741913], "max": [0.8019788265228271, 2.0401852130889893, 0.9572956562042236, 0.2284112572669983, -1.145878553390503, -0.9669996500015259, 1.0786832571029663, 882.0, 0.24067699909210205, 0.4173569977283478, -0.19673199951648712, 0.5439654588699341, 0.863214373588562, 0.4994523227214813, 0.5914970636367798, -0.47675415873527527, -1.5064810514450073, 1.7708982229232788, 0.7958003282546997, 2.4922256469726562, 1.5668869018554688, -0.26396358013153076, 908.0, -0.030434999614953995, 0.42005500197410583, -0.13373999297618866, 0.07515554130077362, 0.9352651238441467, 0.4952760636806488, 0.7000157833099365], "mean": [0.6691518425941467, 2.024064064025879, 0.16116224229335785, -0.09839993715286255, -2.4557950496673584, -1.202812910079956, 0.8329282999038696, 493.3769226074219, 0.17476224899291992, 0.3583737313747406, -0.24145899713039398, -0.1021607518196106, 0.6370095610618591, -0.2499707192182541, -0.4440149962902069, -0.6442892551422119, -1.9852410554885864, 1.1360559463500977, 0.35614413022994995, 1.492197871208191, 1.2879375219345093, -1.1370069980621338, 513.4850463867188, -0.16409309208393097, 0.3663513958454132, -0.2041906863451004, -0.13260811567306519, 0.7634653449058533, 0.254128634929657, 0.5138048529624939], "std": [0.11802823096513748, 0.009327643550932407, 0.45697981119155884, 0.14923886954784393, 0.3271762430667877, 0.16266177594661713, 0.3163226842880249, 240.1231689453125, 0.042841676622629166, 0.03201130032539368, 0.0196565892547369, 0.21880729496479034, 0.3604539632797241, 0.2450968325138092, 0.2937202453613281, 0.10858898609876633, 0.11755990236997604, 0.29230207204818726, 0.2565385401248932, 0.6874555945396423, 0.10953760892152786, 0.45238009095191956, 256.84979248046875, 0.07048433274030685, 0.023835908621549606, 0.03054417297244072, 0.1314598172903061, 0.13734669983386993, 0.13412734866142273, 0.1297023445367813], "count": [1239]}, "actions": {"min": [0.45601963996887207, 1.9709829092025757, -0.328942209482193, -0.41743040084838867, -2.8953967094421387, -1.6155641078948975, 0.005270894151180983, -1.0, 0.11020000278949738, 0.3087010085582733, -0.2786389887332916, -0.4187365472316742, -0.5869186520576477, -0.5119125247001648, -0.6187617182731628, -0.9194046258926392, -2.052891254425049, 0.5918411612510681, -0.15625932812690735, -0.09670869261026382, 1.0799224376678467, -1.7565168142318726, 41.0, -0.3061339855194092, 0.3023580014705658, -0.26611998677253723, -0.4444114565849304, 0.5160887837409973, -0.011549532413482666, 0.2909960448741913], "max": [0.8019788265228271, 2.0401852130889893, 0.9572956562042236, 0.2284112572669983, -1.145878553390503, -0.9669996500015259, 1.0786832571029663, 882.0, 0.24067699909210205, 0.4173569977283478, -0.19673199951648712, 0.5439654588699341, 0.863214373588562, 0.4994523227214813, 0.5914970636367798, -0.47675415873527527, -1.5064810514450073, 1.7708982229232788, 0.7958003282546997, 2.4922256469726562, 1.5668869018554688, -0.26396358013153076, 908.0, -0.030434999614953995, 0.42005500197410583, -0.13373999297618866, 0.07515554130077362, 0.9352651238441467, 0.4952760636806488, 0.7000157833099365], "mean": [0.6691518425941467, 2.024064064025879, 0.16116224229335785, -0.09839993715286255, -2.4557950496673584, -1.202812910079956, 0.8329282999038696, 493.3769226074219, 0.17476224899291992, 0.3583737313747406, -0.24145899713039398, -0.1021607518196106, 0.6370095610618591, -0.2499707192182541, -0.4440149962902069, -0.6442892551422119, -1.9852410554885864, 1.1360559463500977, 0.35614413022994995, 1.492197871208191, 1.2879375219345093, -1.1370069980621338, 513.4850463867188, -0.16409309208393097, 0.3663513958454132, -0.2041906863451004, -0.13260811567306519, 0.7634653449058533, 0.254128634929657, 0.5138048529624939], "std": [0.11802823096513748, 0.009327643550932407, 0.45697981119155884, 0.14923886954784393, 0.3271762430667877, 0.16266177594661713, 0.3163226842880249, 240.1231689453125, 0.042841676622629166, 0.03201130032539368, 0.0196565892547369, 0.21880729496479034, 0.3604539632797241, 0.2450968325138092, 0.2937202453613281, 0.10858898609876633, 0.11755990236997604, 0.29230207204818726, 0.2565385401248932, 0.6874555945396423, 0.10953760892152786, 0.45238009095191956, 256.84979248046875, 0.07048433274030685, 0.023835908621549606, 0.03054417297244072, 0.1314598172903061, 0.13734669983386993, 0.13412734866142273, 0.1297023445367813], "count": [1239]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008071025020177562], "std": [0.028398082462888104], "count": [1239]}, "timestamp": {"min": [0.0], "max": [49.52], "mean": [24.759999999999998], "std": [14.3067350107097], "count": [1239]}, "frame_index": {"min": [0], "max": [1238], "mean": [619.0], "std": [357.6683752677425], "count": [1239]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [1239]}, "index": {"min": [66734], "max": [67972], "mean": [67353.0], "std": [357.6683752677425], "count": [1239]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1239]}}} +{"episode_index": 54, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.46387506532267564]], [[0.469865599974975]], [[0.46198413855031506]]], "std": [[[0.14560081222511279]], [[0.14292186225222261]], [[0.14435420417685774]]], "count": [222]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[1.0]], [[1.0]]], "mean": [[[0.46477712271094623]], [[0.4663081684625802]], [[0.46196940506683154]]], "std": [[[0.08335327934077001]], [[0.08126643350942284]], [[0.08499169029314084]]], "count": [222]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4724969013130778]], [[0.4735281080713066]], [[0.46961638660719546]]], "std": [[[0.07804183218193751]], [[0.07607329430691792]], [[0.08185810574585081]]], "count": [222]}, "states": {"min": [0.3788062632083893, 2.014040231704712, -1.971297025680542, -1.4108717441558838, -2.6415560245513916, -1.7388715744018555, -0.018849557265639305, 10.0, -0.00966500025242567, 0.2720800042152405, -0.3076840043067932, -0.49465200304985046, -0.6464666724205017, -0.5004177689552307, -0.6651394367218018, -0.9342398643493652, -2.0525944232940674, -2.270498752593994, -1.4235080480575562, 0.03330088034272194, -1.8456333875656128, -0.2384992390871048, 52.0, -0.30317699909210205, 0.29767298698425293, -0.2808220088481903, -0.44018128514289856, 0.3570576608181, -0.08460012823343277, 0.02000890113413334], "max": [0.9454448223114014, 2.0582144260406494, -0.010681414976716042, 0.19593067467212677, -1.078089952468872, -1.1105180978775024, 2.819352626800537, 866.0, 0.29841700196266174, 0.40413400530815125, -0.09816999733448029, 0.5480123162269592, 0.9954366683959961, 0.5244224071502686, 0.8014074563980103, -0.20643755793571472, -1.930316686630249, -1.1539243459701538, -0.18245673179626465, 2.7676210403442383, 0.8483521938323975, 2.466848373413086, 884.0, 0.020150000229477882, 0.45361199975013733, -0.06992000341415405, 0.06826121360063553, 0.9856820106506348, 0.6318792700767517, 0.7308390736579895], "mean": [0.5479274392127991, 2.0287351608276367, -0.5767333507537842, -0.23308300971984863, -1.5962836742401123, -1.2808723449707031, 0.8399154543876648, 647.90185546875, 0.20368686318397522, 0.3425825834274292, -0.22456656396389008, 0.21885308623313904, 0.008715158328413963, 0.18940341472625732, 0.21252185106277466, -0.6428525447845459, -2.03285551071167, -1.7436692714691162, -0.7009361386299133, 1.7357064485549927, -1.0812605619430542, 1.4377696514129639, 595.260986328125, -0.1404762864112854, 0.3802224397659302, -0.19133715331554413, -0.16078391671180725, 0.7793475389480591, 0.3247373104095459, 0.3772970736026764], "std": [0.13655322790145874, 0.008240138180553913, 0.5755676031112671, 0.4784483313560486, 0.5406590104103088, 0.13344186544418335, 0.895744264125824, 278.0361328125, 0.08115966618061066, 0.025260377675294876, 0.04318871349096298, 0.28960248827934265, 0.6680783033370972, 0.3611989915370941, 0.4586122930049896, 0.1937151998281479, 0.014721362851560116, 0.30009031295776367, 0.375162810087204, 0.8268999457359314, 0.4107747972011566, 0.894733726978302, 278.174072265625, 0.07952076941728592, 0.0406404472887516, 0.052837904542684555, 0.14355209469795227, 0.14004842936992645, 0.21920326352119446, 0.1751791536808014], "count": [1345]}, "actions": {"min": [0.3788062632083893, 2.014040231704712, -1.971297025680542, -1.4108717441558838, -2.6415560245513916, -1.7388715744018555, -0.018849557265639305, 10.0, -0.00966500025242567, 0.2720800042152405, -0.3076840043067932, -0.49465200304985046, -0.6464666724205017, -0.5004177689552307, -0.6651394367218018, -0.9342398643493652, -2.0525944232940674, -2.270498752593994, -1.4235080480575562, 0.03330088034272194, -1.8456333875656128, -0.2384992390871048, 52.0, -0.30317699909210205, 0.29767298698425293, -0.2808220088481903, -0.44018128514289856, 0.3570576608181, -0.08460012823343277, 0.02000890113413334], "max": [0.9454448223114014, 2.0582144260406494, -0.010681414976716042, 0.19593067467212677, -1.078089952468872, -1.1105180978775024, 2.819352626800537, 866.0, 0.29841700196266174, 0.40413400530815125, -0.09816999733448029, 0.5480123162269592, 0.9954366683959961, 0.5244224071502686, 0.8014074563980103, -0.20643755793571472, -1.930316686630249, -1.1539243459701538, -0.18245673179626465, 2.7676210403442383, 0.8483521938323975, 2.466848373413086, 884.0, 0.020150000229477882, 0.45361199975013733, -0.06992000341415405, 0.06826121360063553, 0.9856820106506348, 0.6318792700767517, 0.7308390736579895], "mean": [0.5479274392127991, 2.0287351608276367, -0.5767333507537842, -0.23308300971984863, -1.5962836742401123, -1.2808723449707031, 0.8399154543876648, 647.90185546875, 0.20368686318397522, 0.3425825834274292, -0.22456656396389008, 0.21885308623313904, 0.008715158328413963, 0.18940341472625732, 0.21252185106277466, -0.6428525447845459, -2.03285551071167, -1.7436692714691162, -0.7009361386299133, 1.7357064485549927, -1.0812605619430542, 1.4377696514129639, 595.260986328125, -0.1404762864112854, 0.3802224397659302, -0.19133715331554413, -0.16078391671180725, 0.7793475389480591, 0.3247373104095459, 0.3772970736026764], "std": [0.13655322790145874, 0.008240138180553913, 0.5755676031112671, 0.4784483313560486, 0.5406590104103088, 0.13344186544418335, 0.895744264125824, 278.0361328125, 0.08115966618061066, 0.025260377675294876, 0.04318871349096298, 0.28960248827934265, 0.6680783033370972, 0.3611989915370941, 0.4586122930049896, 0.1937151998281479, 0.014721362851560116, 0.30009031295776367, 0.375162810087204, 0.8268999457359314, 0.4107747972011566, 0.894733726978302, 278.174072265625, 0.07952076941728592, 0.0406404472887516, 0.052837904542684555, 0.14355209469795227, 0.14004842936992645, 0.21920326352119446, 0.1751791536808014], "count": [1345]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007434944237918215], "std": [0.027256955806428784], "count": [1345]}, "timestamp": {"min": [0.0], "max": [53.76], "mean": [26.88], "std": [15.530717948633283], "count": [1345]}, "frame_index": {"min": [0], "max": [1344], "mean": [672.0], "std": [388.26794871583206], "count": [1345]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [1345]}, "index": {"min": [67973], "max": [69317], "mean": [68645.0], "std": [388.26794871583206], "count": [1345]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1345]}}} +{"episode_index": 55, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4731769861773538]], [[0.47703852124183005]], [[0.47326001369016074]]], "std": [[[0.13642327422262843]], [[0.1379822694492608]], [[0.13892489045278733]]], "count": [185]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7647058823529411]], [[1.0]], [[1.0]]], "mean": [[[0.46841716569510683]], [[0.4713754835718071]], [[0.46533017797208975]]], "std": [[[0.07845785927141674]], [[0.07672076089987152]], [[0.08222758455807697]]], "count": [185]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4773350291467939]], [[0.47701241719660836]], [[0.4721936837572867]]], "std": [[[0.08168338141210624]], [[0.08351922641719652]], [[0.08851361854931866]]], "count": [185]}, "states": {"min": [0.21366320550441742, 2.0024337768554688, -2.063258647918701, -1.5983203649520874, 0.6104463934898376, 0.9785537719726562, -2.698296546936035, 25.0, -2.9000000722589903e-05, 0.28918200731277466, -0.2595610022544861, -0.4399491250514984, 0.5695711970329285, -0.48898348212242126, -0.5747092962265015, -0.727051854133606, -2.0493829250335693, -2.4321515560150146, -1.6202763319015503, 0.5919633507728577, -1.60872220993042, 0.5505467057228088, 46.0, -0.26179298758506775, 0.29867199063301086, -0.24756400287151337, -0.4470311999320984, 0.5114567279815674, -0.009655315428972244, 0.13877621293067932], "max": [0.7973187565803528, 2.035682439804077, -0.6206041574478149, -0.10583677142858505, 2.2366044521331787, 1.3837144374847412, -0.5874603986740112, 904.0, 0.27981099486351013, 0.4199390113353729, -0.11975999921560287, 0.08100437372922897, 0.9683565497398376, 0.038880303502082825, -0.1819799691438675, -0.1762608140707016, -2.0032715797424316, -1.3751798868179321, -0.03064798191189766, 2.5744829177856445, -1.1651992797851562, 2.730637550354004, 889.0, -0.028039000928401947, 0.3896630108356476, -0.10670600086450577, 0.1718161553144455, 0.9786440134048462, 0.4880751371383667, 0.6666350364685059], "mean": [0.4941014349460602, 2.022531747817993, -1.130026936531067, -0.698038637638092, 1.444595456123352, 1.1181082725524902, -1.7626392841339111, 636.8699340820312, 0.17628756165504456, 0.357639878988266, -0.20318946242332458, -0.20134997367858887, 0.7651406526565552, -0.3040955662727356, -0.44610595703125, -0.46932610869407654, -2.0351436138153076, -1.8425242900848389, -0.827391505241394, 1.7305803298950195, -1.3771735429763794, 1.5423705577850342, 517.7559204101562, -0.1542830765247345, 0.32932406663894653, -0.18981462717056274, -0.11721870303153992, 0.7814639806747437, 0.2733195126056671, 0.4253981411457062], "std": [0.11512511223554611, 0.006519485265016556, 0.43925371766090393, 0.5216169357299805, 0.5277900695800781, 0.12593577802181244, 0.6829046607017517, 301.0821533203125, 0.08443094044923782, 0.04255155473947525, 0.04012418910861015, 0.1651318371295929, 0.13522787392139435, 0.15874755382537842, 0.10852546244859695, 0.1764288693666458, 0.00830464344471693, 0.307814359664917, 0.4747026860713959, 0.7314684391021729, 0.10404490679502487, 0.6860514283180237, 257.2785339355469, 0.07553538680076599, 0.02210281416773796, 0.03665337711572647, 0.1846058964729309, 0.17285746335983276, 0.15207937359809875, 0.18116353452205658], "count": [1061]}, "actions": {"min": [0.21366320550441742, 2.0024337768554688, -2.063258647918701, -1.5983203649520874, 0.6104463934898376, 0.9785537719726562, -2.698296546936035, 25.0, -2.9000000722589903e-05, 0.28918200731277466, -0.2595610022544861, -0.4399491250514984, 0.5695711970329285, -0.48898348212242126, -0.5747092962265015, -0.727051854133606, -2.0493829250335693, -2.4321515560150146, -1.6202763319015503, 0.5919633507728577, -1.60872220993042, 0.5505467057228088, 46.0, -0.26179298758506775, 0.29867199063301086, -0.24756400287151337, -0.4470311999320984, 0.5114567279815674, -0.009655315428972244, 0.13877621293067932], "max": [0.7973187565803528, 2.035682439804077, -0.6206041574478149, -0.10583677142858505, 2.2366044521331787, 1.3837144374847412, -0.5874603986740112, 904.0, 0.27981099486351013, 0.4199390113353729, -0.11975999921560287, 0.08100437372922897, 0.9683565497398376, 0.038880303502082825, -0.1819799691438675, -0.1762608140707016, -2.0032715797424316, -1.3751798868179321, -0.03064798191189766, 2.5744829177856445, -1.1651992797851562, 2.730637550354004, 889.0, -0.028039000928401947, 0.3896630108356476, -0.10670600086450577, 0.1718161553144455, 0.9786440134048462, 0.4880751371383667, 0.6666350364685059], "mean": [0.4941014349460602, 2.022531747817993, -1.130026936531067, -0.698038637638092, 1.444595456123352, 1.1181082725524902, -1.7626392841339111, 636.8699340820312, 0.17628756165504456, 0.357639878988266, -0.20318946242332458, -0.20134997367858887, 0.7651406526565552, -0.3040955662727356, -0.44610595703125, -0.46932610869407654, -2.0351436138153076, -1.8425242900848389, -0.827391505241394, 1.7305803298950195, -1.3771735429763794, 1.5423705577850342, 517.7559204101562, -0.1542830765247345, 0.32932406663894653, -0.18981462717056274, -0.11721870303153992, 0.7814639806747437, 0.2733195126056671, 0.4253981411457062], "std": [0.11512511223554611, 0.006519485265016556, 0.43925371766090393, 0.5216169357299805, 0.5277900695800781, 0.12593577802181244, 0.6829046607017517, 301.0821533203125, 0.08443094044923782, 0.04255155473947525, 0.04012418910861015, 0.1651318371295929, 0.13522787392139435, 0.15874755382537842, 0.10852546244859695, 0.1764288693666458, 0.00830464344471693, 0.307814359664917, 0.4747026860713959, 0.7314684391021729, 0.10404490679502487, 0.6860514283180237, 257.2785339355469, 0.07553538680076599, 0.02210281416773796, 0.03665337711572647, 0.1846058964729309, 0.17285746335983276, 0.15207937359809875, 0.18116353452205658], "count": [1061]}, "next.done": {"min": [false], "max": [true], "mean": [0.000942507068803016], "std": [0.0306858069672002], "count": [1061]}, "timestamp": {"min": [0.0], "max": [42.4], "mean": [21.2], "std": [12.25136727063555], "count": [1061]}, "frame_index": {"min": [0], "max": [1060], "mean": [530.0], "std": [306.2841817658888], "count": [1061]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [1061]}, "index": {"min": [69318], "max": [70378], "mean": [69848.0], "std": [306.2841817658888], "count": [1061]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1061]}}} +{"episode_index": 56, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4746271580298786]], [[0.4796616398225957]], [[0.4762477754435107]]], "std": [[[0.13465153243881106]], [[0.13572345211288528]], [[0.13554741136232418]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6784313725490196]], [[0.6509803921568628]], [[0.6549019607843137]]], "mean": [[[0.4727960527544351]], [[0.4756589087301587]], [[0.46920693394024277]]], "std": [[[0.10326862678997013]], [[0.09984707489093364]], [[0.10324231128803414]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755583800186741]], [[0.47484611227824464]], [[0.4705828968253968]]], "std": [[[0.13571162130851427]], [[0.13719109283973477]], [[0.1408553139749737]]], "count": [175]}, "states": {"min": [0.49698254466056824, 2.0016133785247803, 0.2986607551574707, 0.06120869889855385, -2.896461248397827, -1.2382936477661133, 0.05602506920695305, 4.0, 0.019579000771045685, 0.3163749873638153, -0.2937360107898712, -0.43780192732810974, 0.6065540313720703, -0.40340447425842285, -0.6226939558982849, -0.806359589099884, -2.0540432929992676, 0.8506036400794983, -0.10409144312143326, 0.5569695234298706, 0.9426000118255615, -1.9471242427825928, 47.0, -0.27623599767684937, 0.3232310116291046, -0.2788270115852356, -0.44412893056869507, 0.5379235148429871, -0.09571782499551773, 0.1962742954492569], "max": [0.8974483013153076, 2.0342860221862793, 0.8896991014480591, 0.3448421359062195, -2.4789087772369385, -0.6736447811126709, 0.7675085067749023, 880.0, 0.1782359927892685, 0.3806160092353821, -0.20956699550151825, -0.10210683941841125, 0.8589017391204834, -0.06584852188825607, -0.47469058632850647, -0.33337533473968506, -1.9590274095535278, 1.534266710281372, 1.3170603513717651, 2.63944411277771, 1.485013484954834, -0.29499557614326477, 897.0, -0.06460200250148773, 0.40974900126457214, -0.11944200098514557, -0.10289851576089859, 0.9663348197937012, 0.476222425699234, 0.6125170588493347], "mean": [0.6988124251365662, 2.021961212158203, 0.5476912260055542, 0.2219289094209671, -2.866842746734619, -0.9043277502059937, 0.6004272699356079, 491.98681640625, 0.08774980902671814, 0.3619774580001831, -0.25203201174736023, -0.19291046261787415, 0.7691834568977356, -0.242222398519516, -0.5462051630020142, -0.5381309390068054, -2.040348768234253, 1.0545645952224731, 0.42678171396255493, 1.525589942932129, 1.1913851499557495, -1.0095877647399902, 505.93402099609375, -0.18518738448619843, 0.3565455377101898, -0.22640255093574524, -0.2384345829486847, 0.754051685333252, 0.29226934909820557, 0.4572761058807373], "std": [0.09897390753030777, 0.0066116019152104855, 0.14007467031478882, 0.05957056209445, 0.08451590687036514, 0.10946483165025711, 0.1202654093503952, 288.324951171875, 0.03969882056117058, 0.011184442788362503, 0.015433878637850285, 0.06011708453297615, 0.050261251628398895, 0.08333036303520203, 0.03238144889473915, 0.11479268968105316, 0.009272295981645584, 0.2018927037715912, 0.46919575333595276, 0.6838029623031616, 0.12938745319843292, 0.5604687929153442, 313.6904602050781, 0.05572330579161644, 0.024672914296388626, 0.04817699268460274, 0.09302805364131927, 0.1356554627418518, 0.17806805670261383, 0.14583264291286469], "count": [985]}, "actions": {"min": [0.49698254466056824, 2.0016133785247803, 0.2986607551574707, 0.06120869889855385, -2.896461248397827, -1.2382936477661133, 0.05602506920695305, 4.0, 0.019579000771045685, 0.3163749873638153, -0.2937360107898712, -0.43780192732810974, 0.6065540313720703, -0.40340447425842285, -0.6226939558982849, -0.806359589099884, -2.0540432929992676, 0.8506036400794983, -0.10409144312143326, 0.5569695234298706, 0.9426000118255615, -1.9471242427825928, 47.0, -0.27623599767684937, 0.3232310116291046, -0.2788270115852356, -0.44412893056869507, 0.5379235148429871, -0.09571782499551773, 0.1962742954492569], "max": [0.8974483013153076, 2.0342860221862793, 0.8896991014480591, 0.3448421359062195, -2.4789087772369385, -0.6736447811126709, 0.7675085067749023, 880.0, 0.1782359927892685, 0.3806160092353821, -0.20956699550151825, -0.10210683941841125, 0.8589017391204834, -0.06584852188825607, -0.47469058632850647, -0.33337533473968506, -1.9590274095535278, 1.534266710281372, 1.3170603513717651, 2.63944411277771, 1.485013484954834, -0.29499557614326477, 897.0, -0.06460200250148773, 0.40974900126457214, -0.11944200098514557, -0.10289851576089859, 0.9663348197937012, 0.476222425699234, 0.6125170588493347], "mean": [0.6988124251365662, 2.021961212158203, 0.5476912260055542, 0.2219289094209671, -2.866842746734619, -0.9043277502059937, 0.6004272699356079, 491.98681640625, 0.08774980902671814, 0.3619774580001831, -0.25203201174736023, -0.19291046261787415, 0.7691834568977356, -0.242222398519516, -0.5462051630020142, -0.5381309390068054, -2.040348768234253, 1.0545645952224731, 0.42678171396255493, 1.525589942932129, 1.1913851499557495, -1.0095877647399902, 505.93402099609375, -0.18518738448619843, 0.3565455377101898, -0.22640255093574524, -0.2384345829486847, 0.754051685333252, 0.29226934909820557, 0.4572761058807373], "std": [0.09897390753030777, 0.0066116019152104855, 0.14007467031478882, 0.05957056209445, 0.08451590687036514, 0.10946483165025711, 0.1202654093503952, 288.324951171875, 0.03969882056117058, 0.011184442788362503, 0.015433878637850285, 0.06011708453297615, 0.050261251628398895, 0.08333036303520203, 0.03238144889473915, 0.11479268968105316, 0.009272295981645584, 0.2018927037715912, 0.46919575333595276, 0.6838029623031616, 0.12938745319843292, 0.5604687929153442, 313.6904602050781, 0.05572330579161644, 0.024672914296388626, 0.04817699268460274, 0.09302805364131927, 0.1356554627418518, 0.17806805670261383, 0.14583264291286469], "count": [985]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010152284263959391], "std": [0.03184647135301141], "count": [985]}, "timestamp": {"min": [0.0], "max": [39.36], "mean": [19.68], "std": [11.373794441610064], "count": [985]}, "frame_index": {"min": [0], "max": [984], "mean": [492.0], "std": [284.3448610402516], "count": [985]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [985]}, "index": {"min": [70379], "max": [71363], "mean": [70871.0], "std": [284.3448610402516], "count": [985]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [985]}}} +{"episode_index": 57, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638060049019608]], [[0.4720093841911765]], [[0.4652781239787582]]], "std": [[[0.14023713752865732]], [[0.1372431249460005]], [[0.1396313927149793]]], "count": [200]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.466009579248366]], [[0.4663615298202614]], [[0.4616380688316994]]], "std": [[[0.08375175624944362]], [[0.08121161972633006]], [[0.08569051223469829]]], "count": [200]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[0.8666666666666667]]], "mean": [[[0.4668315298202615]], [[0.46878158496732025]], [[0.46413784722222223]]], "std": [[[0.08519507305570212]], [[0.08326696559185118]], [[0.0880478222669978]]], "count": [200]}, "states": {"min": [0.4412716329097748, 2.015855312347412, -1.93436598777771, -1.3358052968978882, -2.746537685394287, -1.4448009729385376, 0.20081757009029388, 0.0, 0.007672999985516071, 0.29470399022102356, -0.29443201422691345, -0.48253554105758667, -0.616243839263916, -0.5315036177635193, -0.6235271096229553, -1.1693357229232788, -2.064410448074341, 0.8379325866699219, -0.05106833949685097, 0.38097047805786133, 0.7829372882843018, -2.825216770172119, 37.0, -0.2873849868774414, 0.3204520046710968, -0.2690359950065613, -0.4524973928928375, 0.3806113302707672, -0.12399963289499283, -0.011821767315268517], "max": [0.808855414390564, 2.0371832847595215, 0.14130185544490814, 0.03841469809412956, -0.974818766117096, -0.7910007238388062, 2.319612741470337, 905.0, 0.2936609983444214, 0.4410949945449829, -0.11050000041723251, 0.46295467019081116, 0.9914078116416931, 0.6288086175918579, 0.7184978723526001, -0.296601265668869, -1.7956820726394653, 1.9355179071426392, 1.2402135133743286, 2.871363401412964, 1.903246521949768, -0.34541812539100647, 897.0, 0.03378399834036827, 0.44995400309562683, -0.0640769973397255, 0.14742694795131683, 0.982188880443573, 0.6047657132148743, 0.7561123371124268], "mean": [0.5636931657791138, 2.0249176025390625, -0.446168452501297, -0.2255890965461731, -1.6826939582824707, -1.1424448490142822, 0.7743561267852783, 571.3475952148438, 0.21475371718406677, 0.36124512553215027, -0.2313995510339737, -0.11524904519319534, 0.3683002293109894, -0.024723507463932037, -0.13877542316913605, -0.7520033717155457, -2.0330185890197754, 1.1359922885894775, 0.43528610467910767, 1.6859102249145508, 1.2731032371520996, -1.5186457633972168, 598.7762451171875, -0.14484569430351257, 0.3746146559715271, -0.18815796077251434, -0.14891484379768372, 0.7239017486572266, 0.33077695965766907, 0.40266886353492737], "std": [0.08149826526641846, 0.004645092878490686, 0.5715352892875671, 0.411786288022995, 0.4875154197216034, 0.15739521384239197, 0.6727011203765869, 327.97454833984375, 0.07170195877552032, 0.030347516760230064, 0.03715478628873825, 0.3303002417087555, 0.5618272423744202, 0.4180581569671631, 0.481333464384079, 0.27432981133461, 0.03448279947042465, 0.3196638226509094, 0.3657681345939636, 0.8671116828918457, 0.19097153842449188, 0.856813907623291, 308.0138854980469, 0.10106001794338226, 0.03418511897325516, 0.053690649569034576, 0.17210569977760315, 0.20677879452705383, 0.24144087731838226, 0.227076455950737], "count": [1171]}, "actions": {"min": [0.4412716329097748, 2.015855312347412, -1.93436598777771, -1.3358052968978882, -2.746537685394287, -1.4448009729385376, 0.20081757009029388, 0.0, 0.007672999985516071, 0.29470399022102356, -0.29443201422691345, -0.48253554105758667, -0.616243839263916, -0.5315036177635193, -0.6235271096229553, -1.1693357229232788, -2.064410448074341, 0.8379325866699219, -0.05106833949685097, 0.38097047805786133, 0.7829372882843018, -2.825216770172119, 37.0, -0.2873849868774414, 0.3204520046710968, -0.2690359950065613, -0.4524973928928375, 0.3806113302707672, -0.12399963289499283, -0.011821767315268517], "max": [0.808855414390564, 2.0371832847595215, 0.14130185544490814, 0.03841469809412956, -0.974818766117096, -0.7910007238388062, 2.319612741470337, 905.0, 0.2936609983444214, 0.4410949945449829, -0.11050000041723251, 0.46295467019081116, 0.9914078116416931, 0.6288086175918579, 0.7184978723526001, -0.296601265668869, -1.7956820726394653, 1.9355179071426392, 1.2402135133743286, 2.871363401412964, 1.903246521949768, -0.34541812539100647, 897.0, 0.03378399834036827, 0.44995400309562683, -0.0640769973397255, 0.14742694795131683, 0.982188880443573, 0.6047657132148743, 0.7561123371124268], "mean": [0.5636931657791138, 2.0249176025390625, -0.446168452501297, -0.2255890965461731, -1.6826939582824707, -1.1424448490142822, 0.7743561267852783, 571.3475952148438, 0.21475371718406677, 0.36124512553215027, -0.2313995510339737, -0.11524904519319534, 0.3683002293109894, -0.024723507463932037, -0.13877542316913605, -0.7520033717155457, -2.0330185890197754, 1.1359922885894775, 0.43528610467910767, 1.6859102249145508, 1.2731032371520996, -1.5186457633972168, 598.7762451171875, -0.14484569430351257, 0.3746146559715271, -0.18815796077251434, -0.14891484379768372, 0.7239017486572266, 0.33077695965766907, 0.40266886353492737], "std": [0.08149826526641846, 0.004645092878490686, 0.5715352892875671, 0.411786288022995, 0.4875154197216034, 0.15739521384239197, 0.6727011203765869, 327.97454833984375, 0.07170195877552032, 0.030347516760230064, 0.03715478628873825, 0.3303002417087555, 0.5618272423744202, 0.4180581569671631, 0.481333464384079, 0.27432981133461, 0.03448279947042465, 0.3196638226509094, 0.3657681345939636, 0.8671116828918457, 0.19097153842449188, 0.856813907623291, 308.0138854980469, 0.10106001794338226, 0.03418511897325516, 0.053690649569034576, 0.17210569977760315, 0.20677879452705383, 0.24144087731838226, 0.227076455950737], "count": [1171]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008539709649871904], "std": [0.02921030124079773], "count": [1171]}, "timestamp": {"min": [0.0], "max": [46.8], "mean": [23.4], "std": [13.52153837401647], "count": [1171]}, "frame_index": {"min": [0], "max": [1170], "mean": [585.0], "std": [338.03845935041176], "count": [1171]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [1171]}, "index": {"min": [71364], "max": [72534], "mean": [71949.0], "std": [338.03845935041176], "count": [1171]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1171]}}} +{"episode_index": 58, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4769455401413439]], [[0.4817501801007759]], [[0.4771599989133585]]], "std": [[[0.12253956760055851]], [[0.12421553917843876]], [[0.12440360456603486]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8627450980392157]], [[1.0]], [[1.0]]], "mean": [[[0.4704512751939856]], [[0.47283927867123865]], [[0.4668246562993013]]], "std": [[[0.09259114114932378]], [[0.09112498926284628]], [[0.09592314179808539]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8549019607843137]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.47359888337518913]], [[0.476313042314627]], [[0.47245388917061076]]], "std": [[[0.07189431054422021]], [[0.07099454480808842]], [[0.07533288986794817]]], "count": [203]}, "states": {"min": [0.23689354956150055, 2.013970375061035, -1.9067548513412476, -1.5916879177093506, -2.693758726119995, -1.6404000520706177, 0.1967160552740097, 81.0, 0.022283999249339104, 0.2847360074520111, -0.28610000014305115, -0.4936066269874573, -0.6696741580963135, -0.5087009072303772, -0.6653717160224915, -0.8639031052589417, -2.052943706512451, 1.164204478263855, 0.0014486233703792095, -2.8985204696655273, -1.6579406261444092, 1.2543507814407349, 66.0, -0.2717449963092804, 0.2538990080356598, -0.28050199151039124, -0.49943482875823975, -0.552144467830658, -0.4382363259792328, -0.722872257232666], "max": [0.6474997401237488, 2.0438854694366455, -0.01061160210520029, 0.09442231059074402, -0.8128522038459778, -1.053445816040039, 2.635464906692505, 892.0, 0.33570200204849243, 0.37423598766326904, -0.05865500122308731, 0.5607765913009644, 0.9765137434005737, 0.5169593095779419, 0.6940795183181763, 0.23321090638637543, -2.018333673477173, 1.6034340858459473, 1.660279393196106, -0.7733554244041443, -0.8931722640991211, 2.842513084411621, 905.0, -0.0461370013654232, 0.37831100821495056, -0.05879899859428406, 0.5412445068359375, 0.9658761620521545, 0.4222581684589386, 0.7417731881141663], "mean": [0.4196876585483551, 2.027268886566162, -0.7775370478630066, -0.4590894281864166, -1.4825981855392456, -1.2991482019424438, 0.9510473608970642, 560.9614868164062, 0.22165077924728394, 0.3321240246295929, -0.20293714106082916, 0.1997717320919037, -0.037852659821510315, 0.18453288078308105, 0.23707149922847748, -0.3598760962486267, -2.0340747833251953, 1.4025211334228516, 0.7427419424057007, -1.7797669172286987, -1.3052057027816772, 2.1670360565185547, 555.4828491210938, -0.1641799807548523, 0.3172875642776489, -0.19214120507240295, -0.1498362123966217, 0.665685772895813, 0.05903073772788048, 0.3692261576652527], "std": [0.0933016911149025, 0.006813598796725273, 0.5675615668296814, 0.47406646609306335, 0.4753741919994354, 0.06864558905363083, 0.696877658367157, 285.9330749511719, 0.0841485932469368, 0.02612988092005253, 0.04862455651164055, 0.2979276478290558, 0.6675459742546082, 0.30518481135368347, 0.4908020496368408, 0.24727743864059448, 0.0055596851743757725, 0.10195743292570114, 0.5009256601333618, 0.7145029902458191, 0.22500237822532654, 0.5366953015327454, 323.0166015625, 0.06453151255846024, 0.03372550010681152, 0.04309188947081566, 0.26588672399520874, 0.4122500717639923, 0.1602446287870407, 0.3581550121307373], "count": [1195]}, "actions": {"min": [0.23689354956150055, 2.013970375061035, -1.9067548513412476, -1.5916879177093506, -2.693758726119995, -1.6404000520706177, 0.1967160552740097, 81.0, 0.022283999249339104, 0.2847360074520111, -0.28610000014305115, -0.4936066269874573, -0.6696741580963135, -0.5087009072303772, -0.6653717160224915, -0.8639031052589417, -2.052943706512451, 1.164204478263855, 0.0014486233703792095, -2.8985204696655273, -1.6579406261444092, 1.2543507814407349, 66.0, -0.2717449963092804, 0.2538990080356598, -0.28050199151039124, -0.49943482875823975, -0.552144467830658, -0.4382363259792328, -0.722872257232666], "max": [0.6474997401237488, 2.0438854694366455, -0.01061160210520029, 0.09442231059074402, -0.8128522038459778, -1.053445816040039, 2.635464906692505, 892.0, 0.33570200204849243, 0.37423598766326904, -0.05865500122308731, 0.5607765913009644, 0.9765137434005737, 0.5169593095779419, 0.6940795183181763, 0.23321090638637543, -2.018333673477173, 1.6034340858459473, 1.660279393196106, -0.7733554244041443, -0.8931722640991211, 2.842513084411621, 905.0, -0.0461370013654232, 0.37831100821495056, -0.05879899859428406, 0.5412445068359375, 0.9658761620521545, 0.4222581684589386, 0.7417731881141663], "mean": [0.4196876585483551, 2.027268886566162, -0.7775370478630066, -0.4590894281864166, -1.4825981855392456, -1.2991482019424438, 0.9510473608970642, 560.9614868164062, 0.22165077924728394, 0.3321240246295929, -0.20293714106082916, 0.1997717320919037, -0.037852659821510315, 0.18453288078308105, 0.23707149922847748, -0.3598760962486267, -2.0340747833251953, 1.4025211334228516, 0.7427419424057007, -1.7797669172286987, -1.3052057027816772, 2.1670360565185547, 555.4828491210938, -0.1641799807548523, 0.3172875642776489, -0.19214120507240295, -0.1498362123966217, 0.665685772895813, 0.05903073772788048, 0.3692261576652527], "std": [0.0933016911149025, 0.006813598796725273, 0.5675615668296814, 0.47406646609306335, 0.4753741919994354, 0.06864558905363083, 0.696877658367157, 285.9330749511719, 0.0841485932469368, 0.02612988092005253, 0.04862455651164055, 0.2979276478290558, 0.6675459742546082, 0.30518481135368347, 0.4908020496368408, 0.24727743864059448, 0.0055596851743757725, 0.10195743292570114, 0.5009256601333618, 0.7145029902458191, 0.22500237822532654, 0.5366953015327454, 323.0166015625, 0.06453151255846024, 0.03372550010681152, 0.04309188947081566, 0.26588672399520874, 0.4122500717639923, 0.1602446287870407, 0.3581550121307373], "count": [1195]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008368200836820083], "std": [0.028915736473926354], "count": [1195]}, "timestamp": {"min": [0.0], "max": [47.76], "mean": [23.88], "std": [13.798666602248206], "count": [1195]}, "frame_index": {"min": [0], "max": [1194], "mean": [597.0], "std": [344.9666650562051], "count": [1195]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [1195]}, "index": {"min": [72535], "max": [73729], "mean": [73132.0], "std": [344.9666650562051], "count": [1195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1195]}}} +{"episode_index": 59, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4694772057070325]], [[0.47494758092793626]], [[0.47157675267889704]]], "std": [[[0.13467674761131015]], [[0.13574891417324852]], [[0.13659523500104084]]], "count": [233]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.47109530947572165]], [[0.4734714227608068]], [[0.4672884626847878]]], "std": [[[0.08708010403851857]], [[0.08600137479496855]], [[0.09103028571675342]]], "count": [233]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8392156862745098]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.4690276462874134]], [[0.4720461794159724]], [[0.4678867377065275]]], "std": [[[0.07240345559154439]], [[0.07232183927718489]], [[0.07722201850460576]]], "count": [233]}, "states": {"min": [0.2180090844631195, 1.995661973953247, -2.1746976375579834, -1.7217150926589966, 0.1820378452539444, -0.7211002707481384, -2.567920446395874, 52.0, -0.036740001291036606, 0.2986049950122833, -0.2737559974193573, -0.49912187457084656, -0.5901218056678772, -0.40876197814941406, -0.5643482208251953, -0.8527679443359375, -2.0525245666503906, -2.3316900730133057, -1.6595638990402222, 0.10409144312143326, -1.8400309085845947, 0.6713234782218933, 144.0, -0.32263699173927307, 0.26771000027656555, -0.2938520014286041, -0.4999000132083893, -0.4857361912727356, -0.55286705493927, -0.5601698160171509], "max": [0.9406278133392334, 2.0460145473480225, -1.256322979927063, -0.35700708627700806, 2.3163836002349854, 1.5555421113967896, 0.05190609395503998, 866.0, 0.2047320008277893, 0.4597820043563843, -0.0702819973230362, 0.5611698031425476, 0.9887423515319824, 0.40542227029800415, 0.5390934348106384, 0.018133971840143204, -1.9733216762542725, -1.5905710458755493, -0.006806784309446812, 2.557640552520752, -0.9241693019866943, 2.8259496688842773, 857.0, -0.07112599909305573, 0.3807939887046814, -0.10592500120401382, 0.5174851417541504, 0.950001060962677, 0.5295432209968567, 0.6734095215797424], "mean": [0.5041868686676025, 2.0238614082336426, -1.7518366575241089, -0.9800818562507629, 1.0584723949432373, 0.4461091458797455, -0.9616488218307495, 664.1229248046875, 0.11124816536903381, 0.38615909218788147, -0.16586972773075104, -0.02890605852007866, 0.4850214123725891, -0.08123046904802322, -0.18048110604286194, -0.43151038885116577, -2.037039041519165, -1.9609788656234741, -0.6946288347244263, 1.558476448059082, -1.4407716989517212, 1.942346215248108, 560.040283203125, -0.18302592635154724, 0.3198206126689911, -0.1934642791748047, -0.12998749315738678, 0.7249848246574402, 0.1835985779762268, 0.4357752203941345], "std": [0.19392837584018707, 0.008114488795399666, 0.24705246090888977, 0.3139570653438568, 0.4723081588745117, 0.7541791796684265, 0.6624298095703125, 241.17987060546875, 0.06782612204551697, 0.0522199384868145, 0.04285874590277672, 0.34091469645500183, 0.5990932583808899, 0.3030361533164978, 0.39721545577049255, 0.2321523129940033, 0.011996984481811523, 0.18398764729499817, 0.43007731437683105, 0.786708414554596, 0.14635084569454193, 0.6426788568496704, 244.25242614746094, 0.0643862783908844, 0.03369726613163948, 0.04470094293355942, 0.224093496799469, 0.29226207733154297, 0.19844338297843933, 0.24264591932296753], "count": [1440]}, "actions": {"min": [0.2180090844631195, 1.995661973953247, -2.1746976375579834, -1.7217150926589966, 0.1820378452539444, -0.7211002707481384, -2.567920446395874, 52.0, -0.036740001291036606, 0.2986049950122833, -0.2737559974193573, -0.49912187457084656, -0.5901218056678772, -0.40876197814941406, -0.5643482208251953, -0.8527679443359375, -2.0525245666503906, -2.3316900730133057, -1.6595638990402222, 0.10409144312143326, -1.8400309085845947, 0.6713234782218933, 144.0, -0.32263699173927307, 0.26771000027656555, -0.2938520014286041, -0.4999000132083893, -0.4857361912727356, -0.55286705493927, -0.5601698160171509], "max": [0.9406278133392334, 2.0460145473480225, -1.256322979927063, -0.35700708627700806, 2.3163836002349854, 1.5555421113967896, 0.05190609395503998, 866.0, 0.2047320008277893, 0.4597820043563843, -0.0702819973230362, 0.5611698031425476, 0.9887423515319824, 0.40542227029800415, 0.5390934348106384, 0.018133971840143204, -1.9733216762542725, -1.5905710458755493, -0.006806784309446812, 2.557640552520752, -0.9241693019866943, 2.8259496688842773, 857.0, -0.07112599909305573, 0.3807939887046814, -0.10592500120401382, 0.5174851417541504, 0.950001060962677, 0.5295432209968567, 0.6734095215797424], "mean": [0.5041868686676025, 2.0238614082336426, -1.7518366575241089, -0.9800818562507629, 1.0584723949432373, 0.4461091458797455, -0.9616488218307495, 664.1229248046875, 0.11124816536903381, 0.38615909218788147, -0.16586972773075104, -0.02890605852007866, 0.4850214123725891, -0.08123046904802322, -0.18048110604286194, -0.43151038885116577, -2.037039041519165, -1.9609788656234741, -0.6946288347244263, 1.558476448059082, -1.4407716989517212, 1.942346215248108, 560.040283203125, -0.18302592635154724, 0.3198206126689911, -0.1934642791748047, -0.12998749315738678, 0.7249848246574402, 0.1835985779762268, 0.4357752203941345], "std": [0.19392837584018707, 0.008114488795399666, 0.24705246090888977, 0.3139570653438568, 0.4723081588745117, 0.7541791796684265, 0.6624298095703125, 241.17987060546875, 0.06782612204551697, 0.0522199384868145, 0.04285874590277672, 0.34091469645500183, 0.5990932583808899, 0.3030361533164978, 0.39721545577049255, 0.2321523129940033, 0.011996984481811523, 0.18398764729499817, 0.43007731437683105, 0.786708414554596, 0.14635084569454193, 0.6426788568496704, 244.25242614746094, 0.0643862783908844, 0.03369726613163948, 0.04470094293355942, 0.224093496799469, 0.29226207733154297, 0.19844338297843933, 0.24264591932296753], "count": [1440]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006944444444444445], "std": [0.026343162136653695], "count": [1440]}, "timestamp": {"min": [0.0], "max": [57.56], "mean": [28.779999999999998], "std": [16.627683743283868], "count": [1440]}, "frame_index": {"min": [0], "max": [1439], "mean": [719.5], "std": [415.69209358209673], "count": [1440]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [1440]}, "index": {"min": [73730], "max": [75169], "mean": [74449.5], "std": [415.69209358209673], "count": [1440]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1440]}}} +{"episode_index": 60, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.465301381952152]], [[0.47147131916183666]], [[0.4648706015949357]]], "std": [[[0.13816192976246222]], [[0.13499603482844005]], [[0.13657238933057683]]], "count": [159]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8196078431372549]], [[0.8274509803921568]], [[1.0]]], "mean": [[[0.4702315803942122]], [[0.4710384487914662]], [[0.46525580887491264]]], "std": [[[0.08564103633064]], [[0.08290627793427233]], [[0.08705575637285427]]], "count": [159]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.47013405629547417]], [[0.4716241573149176]], [[0.46793728033666293]]], "std": [[[0.09934671677266936]], [[0.09759902818665984]], [[0.10174452396723818]]], "count": [159]}, "states": {"min": [0.16941910982131958, 1.8580775260925293, -1.612038493156433, -1.363800287246704, -2.3021068572998047, -1.428674340248108, 0.36676353216171265, 0.0, 0.06168900057673454, 0.28335800766944885, -0.29025301337242126, -0.46398717164993286, -0.6177515983581543, -0.5267847180366516, -0.6408929824829102, -0.841650128364563, -2.054095506668091, 1.0310008525848389, 0.010978121310472488, -0.1572192758321762, 0.7657632827758789, -2.497391700744629, 37.0, -0.3536039888858795, 0.27325600385665894, -0.271683007478714, -0.4957795739173889, -0.4905335605144501, -0.5696040987968445, -0.555438756942749], "max": [0.7102268934249878, 2.0411276817321777, -0.9817826151847839, -0.11021754890680313, -0.23514822125434875, -0.8757713437080383, 1.8776253461837769, 888.0, 0.29694700241088867, 0.3991999924182892, -0.14714999496936798, 0.4589560627937317, 0.9359215497970581, 0.4821188151836395, 0.6243058443069458, -0.076602503657341, -1.8394722938537598, 1.7647897005081177, 1.4339275360107422, 2.752244710922241, 1.481138825416565, -0.24806365370750427, 915.0, -0.008585999719798565, 0.417510986328125, -0.10624899715185165, 0.5818579792976379, 0.9720437526702881, 0.610852062702179, 0.6621974110603333], "mean": [0.42983585596084595, 2.019559621810913, -1.2838627099990845, -0.5320671796798706, -1.1843302249908447, -1.106284737586975, 0.9397072792053223, 422.33026123046875, 0.20728757977485657, 0.3433079421520233, -0.2291698455810547, -0.2188943773508072, 0.6858316659927368, -0.26022469997406006, -0.41262805461883545, -0.4873962998390198, -2.028927803039551, 1.3915143013000488, 0.44614335894584656, 1.0089507102966309, 1.1753299236297607, -1.0469446182250977, 552.0866088867188, -0.20450763404369354, 0.3446839153766632, -0.2203158438205719, -0.2062249630689621, 0.6223344802856445, 0.29318615794181824, 0.41886770725250244], "std": [0.11316052079200745, 0.019285304471850395, 0.1593945175409317, 0.39007267355918884, 0.744457483291626, 0.17444440722465515, 0.5394534468650818, 262.79095458984375, 0.07777634263038635, 0.03041074052453041, 0.03408055379986763, 0.204337939620018, 0.3065046966075897, 0.23922847211360931, 0.22541369497776031, 0.2038206160068512, 0.03456150367856026, 0.1697199046611786, 0.40552186965942383, 0.9867948889732361, 0.1377413272857666, 0.6381462812423706, 321.8141174316406, 0.09681016951799393, 0.030470114201307297, 0.0421929769217968, 0.22526958584785461, 0.3118829131126404, 0.3013349175453186, 0.2644690275192261], "count": [866]}, "actions": {"min": [0.16941910982131958, 1.8580775260925293, -1.612038493156433, -1.363800287246704, -2.3021068572998047, -1.428674340248108, 0.36676353216171265, 0.0, 0.06168900057673454, 0.28335800766944885, -0.29025301337242126, -0.46398717164993286, -0.6177515983581543, -0.5267847180366516, -0.6408929824829102, -0.841650128364563, -2.054095506668091, 1.0310008525848389, 0.010978121310472488, -0.1572192758321762, 0.7657632827758789, -2.497391700744629, 37.0, -0.3536039888858795, 0.27325600385665894, -0.271683007478714, -0.4957795739173889, -0.4905335605144501, -0.5696040987968445, -0.555438756942749], "max": [0.7102268934249878, 2.0411276817321777, -0.9817826151847839, -0.11021754890680313, -0.23514822125434875, -0.8757713437080383, 1.8776253461837769, 888.0, 0.29694700241088867, 0.3991999924182892, -0.14714999496936798, 0.4589560627937317, 0.9359215497970581, 0.4821188151836395, 0.6243058443069458, -0.076602503657341, -1.8394722938537598, 1.7647897005081177, 1.4339275360107422, 2.752244710922241, 1.481138825416565, -0.24806365370750427, 915.0, -0.008585999719798565, 0.417510986328125, -0.10624899715185165, 0.5818579792976379, 0.9720437526702881, 0.610852062702179, 0.6621974110603333], "mean": [0.42983585596084595, 2.019559621810913, -1.2838627099990845, -0.5320671796798706, -1.1843302249908447, -1.106284737586975, 0.9397072792053223, 422.33026123046875, 0.20728757977485657, 0.3433079421520233, -0.2291698455810547, -0.2188943773508072, 0.6858316659927368, -0.26022469997406006, -0.41262805461883545, -0.4873962998390198, -2.028927803039551, 1.3915143013000488, 0.44614335894584656, 1.0089507102966309, 1.1753299236297607, -1.0469446182250977, 552.0866088867188, -0.20450763404369354, 0.3446839153766632, -0.2203158438205719, -0.2062249630689621, 0.6223344802856445, 0.29318615794181824, 0.41886770725250244], "std": [0.11316052079200745, 0.019285304471850395, 0.1593945175409317, 0.39007267355918884, 0.744457483291626, 0.17444440722465515, 0.5394534468650818, 262.79095458984375, 0.07777634263038635, 0.03041074052453041, 0.03408055379986763, 0.204337939620018, 0.3065046966075897, 0.23922847211360931, 0.22541369497776031, 0.2038206160068512, 0.03456150367856026, 0.1697199046611786, 0.40552186965942383, 0.9867948889732361, 0.1377413272857666, 0.6381462812423706, 321.8141174316406, 0.09681016951799393, 0.030470114201307297, 0.0421929769217968, 0.22526958584785461, 0.3118829131126404, 0.3013349175453186, 0.2644690275192261], "count": [866]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011547344110854503], "std": [0.03396175789804328], "count": [866]}, "timestamp": {"min": [0.0], "max": [34.6], "mean": [17.3], "std": [9.999699995499865], "count": [866]}, "frame_index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [866]}, "index": {"min": [75170], "max": [76035], "mean": [75602.5], "std": [249.99249988749662], "count": [866]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}}} +{"episode_index": 61, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.463535222731832]], [[0.47222803217821785]], [[0.46728699322138095]]], "std": [[[0.1525369910430995]], [[0.15078128997863624]], [[0.1520829307366948]]], "count": [202]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46309352451789293]], [[0.4693778766663431]], [[0.46313299602019026]]], "std": [[[0.10940058281612045]], [[0.10615843307151561]], [[0.10956408261788814]]], "count": [202]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763784631220475]], [[0.47570456484986734]], [[0.47327036720216137]]], "std": [[[0.1278600220449082]], [[0.12646644631398157]], [[0.12924167820468552]]], "count": [202]}, "states": {"min": [0.4284957945346832, 1.8286340236663818, -1.1797205209732056, -0.3945665955543518, -1.9678064584732056, -1.457053303718567, 0.30576422810554504, -1.0, 0.09046699851751328, 0.31111299991607666, -0.26663801074028015, -0.4487874209880829, -0.6301851868629456, -0.43387338519096375, -0.6303744912147522, -1.027091383934021, -2.052786350250244, 0.6261717677116394, -0.07675957679748535, 0.6011612415313721, 1.1741877794265747, -2.3444833755493164, 51.0, -0.2846269905567169, 0.2998729944229126, -0.27777600288391113, -0.4204266369342804, 0.45470938086509705, -0.044878099113702774, 0.1114443987607956], "max": [0.7841590046882629, 2.0390334129333496, -0.7163354754447937, 0.007836529053747654, -0.7377158403396606, -1.035277009010315, 1.0815455913543701, 881.0, 0.2616490125656128, 0.410647988319397, -0.18680499494075775, 0.4294153153896332, 0.8925976157188416, 0.38128161430358887, 0.6366445422172546, -0.36939895153045654, -1.7129884958267212, 1.6659866571426392, 1.3241114616394043, 2.8457417488098145, 1.7676869630813599, -0.42811182141304016, 893.0, -0.011510999873280525, 0.43035098910331726, -0.09541700035333633, 0.0617670938372612, 0.9692232012748718, 0.5497469305992126, 0.7053820490837097], "mean": [0.6234375238418579, 2.007085084915161, -1.0342087745666504, -0.21976442635059357, -1.3568410873413086, -1.2505100965499878, 0.790134608745575, 544.8172607421875, 0.16298280656337738, 0.3644227683544159, -0.21831201016902924, 0.03484264016151428, 0.37998783588409424, -0.013693755492568016, -0.17606337368488312, -0.6807491183280945, -2.0186116695404053, 1.1197307109832764, 0.4338209629058838, 1.6811540126800537, 1.376974105834961, -1.3091979026794434, 440.65380859375, -0.15464842319488525, 0.3539169728755951, -0.19746533036231995, -0.12254053354263306, 0.7673031091690063, 0.25317880511283875, 0.44013023376464844], "std": [0.07958552241325378, 0.04132258892059326, 0.08647184073925018, 0.1476641148328781, 0.4462267756462097, 0.07874099910259247, 0.2799256145954132, 314.69451904296875, 0.043477609753608704, 0.025805940851569176, 0.021749235689640045, 0.25803637504577637, 0.6452643871307373, 0.24653097987174988, 0.5286616683006287, 0.2277531921863556, 0.06728494167327881, 0.2512103319168091, 0.39184966683387756, 0.7478065490722656, 0.1587914228439331, 0.6591140627861023, 240.96803283691406, 0.08789407461881638, 0.03381489962339401, 0.048018891364336014, 0.16759850084781647, 0.1859920769929886, 0.2092086523771286, 0.17878374457359314], "count": [1193]}, "actions": {"min": [0.4284957945346832, 1.8286340236663818, -1.1797205209732056, -0.3945665955543518, -1.9678064584732056, -1.457053303718567, 0.30576422810554504, -1.0, 0.09046699851751328, 0.31111299991607666, -0.26663801074028015, -0.4487874209880829, -0.6301851868629456, -0.43387338519096375, -0.6303744912147522, -1.027091383934021, -2.052786350250244, 0.6261717677116394, -0.07675957679748535, 0.6011612415313721, 1.1741877794265747, -2.3444833755493164, 51.0, -0.2846269905567169, 0.2998729944229126, -0.27777600288391113, -0.4204266369342804, 0.45470938086509705, -0.044878099113702774, 0.1114443987607956], "max": [0.7841590046882629, 2.0390334129333496, -0.7163354754447937, 0.007836529053747654, -0.7377158403396606, -1.035277009010315, 1.0815455913543701, 881.0, 0.2616490125656128, 0.410647988319397, -0.18680499494075775, 0.4294153153896332, 0.8925976157188416, 0.38128161430358887, 0.6366445422172546, -0.36939895153045654, -1.7129884958267212, 1.6659866571426392, 1.3241114616394043, 2.8457417488098145, 1.7676869630813599, -0.42811182141304016, 893.0, -0.011510999873280525, 0.43035098910331726, -0.09541700035333633, 0.0617670938372612, 0.9692232012748718, 0.5497469305992126, 0.7053820490837097], "mean": [0.6234375238418579, 2.007085084915161, -1.0342087745666504, -0.21976442635059357, -1.3568410873413086, -1.2505100965499878, 0.790134608745575, 544.8172607421875, 0.16298280656337738, 0.3644227683544159, -0.21831201016902924, 0.03484264016151428, 0.37998783588409424, -0.013693755492568016, -0.17606337368488312, -0.6807491183280945, -2.0186116695404053, 1.1197307109832764, 0.4338209629058838, 1.6811540126800537, 1.376974105834961, -1.3091979026794434, 440.65380859375, -0.15464842319488525, 0.3539169728755951, -0.19746533036231995, -0.12254053354263306, 0.7673031091690063, 0.25317880511283875, 0.44013023376464844], "std": [0.07958552241325378, 0.04132258892059326, 0.08647184073925018, 0.1476641148328781, 0.4462267756462097, 0.07874099910259247, 0.2799256145954132, 314.69451904296875, 0.043477609753608704, 0.025805940851569176, 0.021749235689640045, 0.25803637504577637, 0.6452643871307373, 0.24653097987174988, 0.5286616683006287, 0.2277531921863556, 0.06728494167327881, 0.2512103319168091, 0.39184966683387756, 0.7478065490722656, 0.1587914228439331, 0.6591140627861023, 240.96803283691406, 0.08789407461881638, 0.03381489962339401, 0.048018891364336014, 0.16759850084781647, 0.1859920769929886, 0.2092086523771286, 0.17878374457359314], "count": [1193]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008382229673093043], "std": [0.028939943841797267], "count": [1193]}, "timestamp": {"min": [0.0], "max": [47.68], "mean": [23.840000000000003], "std": [13.775572583381063], "count": [1193]}, "frame_index": {"min": [0], "max": [1192], "mean": [596.0], "std": [344.3893145845266], "count": [1193]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [1193]}, "index": {"min": [76036], "max": [77228], "mean": [76632.0], "std": [344.3893145845266], "count": [1193]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1193]}}} +{"episode_index": 62, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46219820793208805]], [[0.46750823640600225]], [[0.4620894547414626]]], "std": [[[0.15261261256935757]], [[0.15106122476538963]], [[0.15142464314222662]]], "count": [169]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4637271689001044]], [[0.4705700608152531]], [[0.46456841957690376]]], "std": [[[0.11742117459849923]], [[0.11315689638624508]], [[0.11601306118655705]]], "count": [169]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469682940064586]], [[0.4727880337046061]], [[0.4686037738813474]]], "std": [[[0.11953337539045254]], [[0.11788469827499526]], [[0.11964441438318571]]], "count": [169]}, "states": {"min": [0.41725587844848633, 2.002957344055176, -0.9235235452651978, -0.3909188508987427, -2.115391492843628, -1.5049275159835815, 0.09337510913610458, 25.0, 0.08804100006818771, 0.28943198919296265, -0.27336999773979187, -0.42647334933280945, -0.6278558373451233, -0.3579351305961609, -0.6389862895011902, -0.8513541221618652, -2.0527515411376953, 0.7811744809150696, -0.15950563549995422, 0.45724135637283325, 1.1711159944534302, -1.7972877025604248, 55.0, -0.25328800082206726, 0.3096100091934204, -0.2698189914226532, -0.4689369201660156, 0.4628888964653015, -0.05196626856923103, 0.3161810040473938], "max": [0.82505202293396, 2.0355076789855957, -0.4503996968269348, 0.13351768255233765, -0.9350252747535706, -1.0809521675109863, 1.0523463487625122, 871.0, 0.21977299451828003, 0.41225099563598633, -0.18323999643325806, 0.5204005241394043, 0.8748732805252075, 0.3651008903980255, 0.6465466022491455, -0.3347192406654358, -1.9064929485321045, 1.5602895021438599, 1.2828519344329834, 2.46665620803833, 1.6555670499801636, -0.3588047921657562, 908.0, -0.023579999804496765, 0.38240501284599304, -0.12582199275493622, 0.020435072481632233, 0.9467781782150269, 0.48110729455947876, 0.6884666681289673], "mean": [0.6575766205787659, 2.0230634212493896, -0.6513879895210266, -0.12404586374759674, -1.61543869972229, -1.2521919012069702, 0.7397336959838867, 621.8546752929688, 0.16054090857505798, 0.36727309226989746, -0.22186264395713806, 0.067400723695755, 0.29605934023857117, -0.008893478661775589, -0.12372088432312012, -0.5622153878211975, -2.0297837257385254, 1.0864442586898804, 0.5480533242225647, 1.7111802101135254, 1.3499292135238647, -1.1880290508270264, 507.7959289550781, -0.15680140256881714, 0.34349724650382996, -0.20707477629184723, -0.11741682142019272, 0.7997444272041321, 0.19025985896587372, 0.49809029698371887], "std": [0.10092894732952118, 0.006183386780321598, 0.17295323312282562, 0.15757103264331818, 0.34292566776275635, 0.09757580608129501, 0.31530508399009705, 274.38671875, 0.03623894974589348, 0.032549530267715454, 0.022702094167470932, 0.26016637682914734, 0.6591089367866516, 0.28377634286880493, 0.556579053401947, 0.16250792145729065, 0.02409282885491848, 0.2356032133102417, 0.31033840775489807, 0.4801897406578064, 0.12273342162370682, 0.39926987886428833, 215.548583984375, 0.06802163273096085, 0.01575617305934429, 0.031161442399024963, 0.10963256657123566, 0.12123666703701019, 0.1502111405134201, 0.11422934383153915], "count": [936]}, "actions": {"min": [0.41725587844848633, 2.002957344055176, -0.9235235452651978, -0.3909188508987427, -2.115391492843628, -1.5049275159835815, 0.09337510913610458, 25.0, 0.08804100006818771, 0.28943198919296265, -0.27336999773979187, -0.42647334933280945, -0.6278558373451233, -0.3579351305961609, -0.6389862895011902, -0.8513541221618652, -2.0527515411376953, 0.7811744809150696, -0.15950563549995422, 0.45724135637283325, 1.1711159944534302, -1.7972877025604248, 55.0, -0.25328800082206726, 0.3096100091934204, -0.2698189914226532, -0.4689369201660156, 0.4628888964653015, -0.05196626856923103, 0.3161810040473938], "max": [0.82505202293396, 2.0355076789855957, -0.4503996968269348, 0.13351768255233765, -0.9350252747535706, -1.0809521675109863, 1.0523463487625122, 871.0, 0.21977299451828003, 0.41225099563598633, -0.18323999643325806, 0.5204005241394043, 0.8748732805252075, 0.3651008903980255, 0.6465466022491455, -0.3347192406654358, -1.9064929485321045, 1.5602895021438599, 1.2828519344329834, 2.46665620803833, 1.6555670499801636, -0.3588047921657562, 908.0, -0.023579999804496765, 0.38240501284599304, -0.12582199275493622, 0.020435072481632233, 0.9467781782150269, 0.48110729455947876, 0.6884666681289673], "mean": [0.6575766205787659, 2.0230634212493896, -0.6513879895210266, -0.12404586374759674, -1.61543869972229, -1.2521919012069702, 0.7397336959838867, 621.8546752929688, 0.16054090857505798, 0.36727309226989746, -0.22186264395713806, 0.067400723695755, 0.29605934023857117, -0.008893478661775589, -0.12372088432312012, -0.5622153878211975, -2.0297837257385254, 1.0864442586898804, 0.5480533242225647, 1.7111802101135254, 1.3499292135238647, -1.1880290508270264, 507.7959289550781, -0.15680140256881714, 0.34349724650382996, -0.20707477629184723, -0.11741682142019272, 0.7997444272041321, 0.19025985896587372, 0.49809029698371887], "std": [0.10092894732952118, 0.006183386780321598, 0.17295323312282562, 0.15757103264331818, 0.34292566776275635, 0.09757580608129501, 0.31530508399009705, 274.38671875, 0.03623894974589348, 0.032549530267715454, 0.022702094167470932, 0.26016637682914734, 0.6591089367866516, 0.28377634286880493, 0.556579053401947, 0.16250792145729065, 0.02409282885491848, 0.2356032133102417, 0.31033840775489807, 0.4801897406578064, 0.12273342162370682, 0.39926987886428833, 215.548583984375, 0.06802163273096085, 0.01575617305934429, 0.031161442399024963, 0.10963256657123566, 0.12123666703701019, 0.1502111405134201, 0.11422934383153915], "count": [936]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010683760683760685], "std": [0.03266855737483046], "count": [936]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.699999999999996], "std": [10.807990870955928], "count": [936]}, "frame_index": {"min": [0], "max": [935], "mean": [467.5], "std": [270.1997717738982], "count": [936]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [936]}, "index": {"min": [77229], "max": [78164], "mean": [77696.5], "std": [270.1997717738982], "count": [936]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [936]}}} +{"episode_index": 63, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.46101785340204454]], [[0.46825936400201107]], [[0.46167170060331825]]], "std": [[[0.14118055959659045]], [[0.13751482249915456]], [[0.1394492061271783]]], "count": [195]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46605266884531593]], [[0.46756105455002517]], [[0.4622202174459527]]], "std": [[[0.0862522593746797]], [[0.08403683043655626]], [[0.0875258869739367]]], "count": [195]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.47364360650243004]], [[0.47442454436902964]], [[0.46992807943690296]]], "std": [[[0.0847969286120183]], [[0.08239802466304538]], [[0.08705687900851712]]], "count": [195]}, "states": {"min": [0.34463271498680115, 1.9990828037261963, -1.9314337968826294, -1.545785903930664, -2.6429171562194824, -1.5914435386657715, -0.04907866194844246, 8.0, 0.0060189999639987946, 0.28359198570251465, -0.2944819927215576, -0.49892982840538025, -0.6430621147155762, -0.49397847056388855, -0.6562963128089905, -0.8457167744636536, -2.0556488037109375, -1.9312069416046143, -1.5330100059509277, -0.15971508622169495, -1.5845670700073242, -0.23780110478401184, 16.0, -0.35506299138069153, 0.2869209945201874, -0.28202399611473083, -0.49978944659233093, -0.6405417323112488, -0.595593273639679, -0.5657263994216919], "max": [0.780005156993866, 2.0404295921325684, 0.32384586334228516, 0.25474825501441956, -0.9332973957061768, -1.0864325761795044, 2.5847277641296387, 803.0, 0.31044501066207886, 0.4150730073451996, -0.12605099380016327, 0.5466192960739136, 0.9879754185676575, 0.5189563632011414, 0.723576545715332, -0.040910519659519196, -1.898324966430664, -0.7391294836997986, -0.05536184459924698, 2.575983762741089, 1.2422207593917847, 2.560607671737671, 891.0, 0.02503100037574768, 0.4551360011100769, -0.09407500177621841, 0.6030601859092712, 0.9803165197372437, 0.5830991864204407, 0.7115361094474792], "mean": [0.47604531049728394, 2.027960777282715, -0.5277637839317322, -0.25471925735473633, -1.615881323814392, -1.2800812721252441, 0.7306386232376099, 496.8345031738281, 0.21820645034313202, 0.3275514245033264, -0.22858469188213348, 0.16275903582572937, 0.12935161590576172, 0.1550898551940918, 0.098414845764637, -0.5383731126785278, -2.0344860553741455, -1.3779226541519165, -0.6041956543922424, 1.88832688331604, -0.4521549940109253, 0.9379962086677551, 492.5880432128906, -0.15388984978199005, 0.3513747453689575, -0.2069273442029953, -0.10414236038923264, 0.5784610509872437, 0.18482297658920288, 0.2791460454463959], "std": [0.12613345682621002, 0.00775925163179636, 0.6924178004264832, 0.5076771378517151, 0.5373499393463135, 0.1182236298918724, 0.8075689673423767, 275.6661682128906, 0.08837386965751648, 0.021919284015893936, 0.0444200374186039, 0.3559694290161133, 0.6576623320579529, 0.3636527955532074, 0.48120933771133423, 0.22527983784675598, 0.017940884456038475, 0.3117903769016266, 0.44644343852996826, 0.7454653382301331, 1.0536378622055054, 1.0500397682189941, 268.27960205078125, 0.1021454781293869, 0.0376497283577919, 0.04930533096194267, 0.31206589937210083, 0.4419037103652954, 0.35042089223861694, 0.356365442276001], "count": [1136]}, "actions": {"min": [0.34463271498680115, 1.9990828037261963, -1.9314337968826294, -1.545785903930664, -2.6429171562194824, -1.5914435386657715, -0.04907866194844246, 8.0, 0.0060189999639987946, 0.28359198570251465, -0.2944819927215576, -0.49892982840538025, -0.6430621147155762, -0.49397847056388855, -0.6562963128089905, -0.8457167744636536, -2.0556488037109375, -1.9312069416046143, -1.5330100059509277, -0.15971508622169495, -1.5845670700073242, -0.23780110478401184, 16.0, -0.35506299138069153, 0.2869209945201874, -0.28202399611473083, -0.49978944659233093, -0.6405417323112488, -0.595593273639679, -0.5657263994216919], "max": [0.780005156993866, 2.0404295921325684, 0.32384586334228516, 0.25474825501441956, -0.9332973957061768, -1.0864325761795044, 2.5847277641296387, 803.0, 0.31044501066207886, 0.4150730073451996, -0.12605099380016327, 0.5466192960739136, 0.9879754185676575, 0.5189563632011414, 0.723576545715332, -0.040910519659519196, -1.898324966430664, -0.7391294836997986, -0.05536184459924698, 2.575983762741089, 1.2422207593917847, 2.560607671737671, 891.0, 0.02503100037574768, 0.4551360011100769, -0.09407500177621841, 0.6030601859092712, 0.9803165197372437, 0.5830991864204407, 0.7115361094474792], "mean": [0.47604531049728394, 2.027960777282715, -0.5277637839317322, -0.25471925735473633, -1.615881323814392, -1.2800812721252441, 0.7306386232376099, 496.8345031738281, 0.21820645034313202, 0.3275514245033264, -0.22858469188213348, 0.16275903582572937, 0.12935161590576172, 0.1550898551940918, 0.098414845764637, -0.5383731126785278, -2.0344860553741455, -1.3779226541519165, -0.6041956543922424, 1.88832688331604, -0.4521549940109253, 0.9379962086677551, 492.5880432128906, -0.15388984978199005, 0.3513747453689575, -0.2069273442029953, -0.10414236038923264, 0.5784610509872437, 0.18482297658920288, 0.2791460454463959], "std": [0.12613345682621002, 0.00775925163179636, 0.6924178004264832, 0.5076771378517151, 0.5373499393463135, 0.1182236298918724, 0.8075689673423767, 275.6661682128906, 0.08837386965751648, 0.021919284015893936, 0.0444200374186039, 0.3559694290161133, 0.6576623320579529, 0.3636527955532074, 0.48120933771133423, 0.22527983784675598, 0.017940884456038475, 0.3117903769016266, 0.44644343852996826, 0.7454653382301331, 1.0536378622055054, 1.0500397682189941, 268.27960205078125, 0.1021454781293869, 0.0376497283577919, 0.04930533096194267, 0.31206589937210083, 0.4419037103652954, 0.35042089223861694, 0.356365442276001], "count": [1136]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008802816901408451], "std": [0.029656479802681365], "count": [1136]}, "timestamp": {"min": [0.0], "max": [45.4], "mean": [22.7], "std": [13.117393033678605], "count": [1136]}, "frame_index": {"min": [0], "max": [1135], "mean": [567.5], "std": [327.9348258419651], "count": [1136]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [1136]}, "index": {"min": [78165], "max": [79300], "mean": [78732.5], "std": [327.9348258419651], "count": [1136]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1136]}}} +{"episode_index": 64, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.46713810870763034]], [[0.47111885711164314]], [[0.46805052059583524]]], "std": [[[0.13236029753238898]], [[0.1324002032570865]], [[0.13250830127044547]]], "count": [172]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4716823961658307]], [[0.4779392646108831]], [[0.47145951132390945]]], "std": [[[0.10938601972542633]], [[0.10552193311776911]], [[0.10893006729157077]]], "count": [172]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755449275155799]], [[0.4758200381896945]], [[0.47236747131022955]]], "std": [[[0.11677460029491281]], [[0.11909723731051762]], [[0.1214779963450077]]], "count": [172]}, "states": {"min": [0.4669628441333771, 1.9831129312515259, 0.2082701325416565, -0.12822934985160828, -2.896216869354248, -1.383138656616211, 0.0933227613568306, 0.0, 0.0525129996240139, 0.3175770044326782, -0.2731330096721649, -0.4939787983894348, -0.5559476017951965, -0.430599570274353, -0.62918621301651, -0.7911927103996277, -2.058685779571533, 0.9519723653793335, -0.09171704947948456, 0.24542821943759918, 0.9438217282295227, -1.6690409183502197, 14.0, -0.23718400299549103, 0.3485029935836792, -0.2588239908218384, -0.4563158452510834, 0.4853854477405548, -0.12189655005931854, 0.3026939928531647], "max": [0.904900848865509, 2.041773557662964, 1.0140013694763184, 0.24760988354682922, -2.3753058910369873, -0.6707475185394287, 0.8099550008773804, 880.0, 0.21082599461078644, 0.4068160057067871, -0.21466100215911865, 0.4937691390514374, 0.8610714673995972, 0.3703293800354004, 0.5567499399185181, -0.28351128101348877, -1.9468798637390137, 1.378565788269043, 1.0407748222351074, 2.3754281997680664, 1.3410238027572632, -0.28042203187942505, 893.0, -0.08116500079631805, 0.4041759967803955, -0.15190500020980835, -0.13901734352111816, 0.9192681312561035, 0.45269498229026794, 0.6883545517921448], "mean": [0.7386327385902405, 2.0151662826538086, 0.5220786929130554, 0.10113967955112457, -2.8177125453948975, -1.001522421836853, 0.6986855268478394, 523.1564331054688, 0.11079470813274384, 0.3766011595726013, -0.23995879292488098, -0.18994708359241486, 0.7526930570602417, -0.26762092113494873, -0.5514088273048401, -0.5578621625900269, -2.036738395690918, 1.2033166885375977, 0.43765053153038025, 1.3322900533676147, 1.127051591873169, -0.8944469094276428, 521.1314086914062, -0.17267170548439026, 0.37303030490875244, -0.219100683927536, -0.25665953755378723, 0.7631720304489136, 0.23139634728431702, 0.475308895111084], "std": [0.09743014723062515, 0.007457764819264412, 0.15339013934135437, 0.09419624507427216, 0.11522087454795837, 0.14620119333267212, 0.16245196759700775, 243.86790466308594, 0.04042832925915718, 0.020292704924941063, 0.014571795240044594, 0.08232752233743668, 0.07533157616853714, 0.0817108228802681, 0.05070700868964195, 0.12659487128257751, 0.016736311838030815, 0.1076275184750557, 0.3578806519508362, 0.7012579441070557, 0.1004103571176529, 0.4202282428741455, 283.5184631347656, 0.0503547340631485, 0.016727697104215622, 0.0315609946846962, 0.09999196976423264, 0.12884674966335297, 0.19035932421684265, 0.09692893177270889], "count": [959]}, "actions": {"min": [0.4669628441333771, 1.9831129312515259, 0.2082701325416565, -0.12822934985160828, -2.896216869354248, -1.383138656616211, 0.0933227613568306, 0.0, 0.0525129996240139, 0.3175770044326782, -0.2731330096721649, -0.4939787983894348, -0.5559476017951965, -0.430599570274353, -0.62918621301651, -0.7911927103996277, -2.058685779571533, 0.9519723653793335, -0.09171704947948456, 0.24542821943759918, 0.9438217282295227, -1.6690409183502197, 14.0, -0.23718400299549103, 0.3485029935836792, -0.2588239908218384, -0.4563158452510834, 0.4853854477405548, -0.12189655005931854, 0.3026939928531647], "max": [0.904900848865509, 2.041773557662964, 1.0140013694763184, 0.24760988354682922, -2.3753058910369873, -0.6707475185394287, 0.8099550008773804, 880.0, 0.21082599461078644, 0.4068160057067871, -0.21466100215911865, 0.4937691390514374, 0.8610714673995972, 0.3703293800354004, 0.5567499399185181, -0.28351128101348877, -1.9468798637390137, 1.378565788269043, 1.0407748222351074, 2.3754281997680664, 1.3410238027572632, -0.28042203187942505, 893.0, -0.08116500079631805, 0.4041759967803955, -0.15190500020980835, -0.13901734352111816, 0.9192681312561035, 0.45269498229026794, 0.6883545517921448], "mean": [0.7386327385902405, 2.0151662826538086, 0.5220786929130554, 0.10113967955112457, -2.8177125453948975, -1.001522421836853, 0.6986855268478394, 523.1564331054688, 0.11079470813274384, 0.3766011595726013, -0.23995879292488098, -0.18994708359241486, 0.7526930570602417, -0.26762092113494873, -0.5514088273048401, -0.5578621625900269, -2.036738395690918, 1.2033166885375977, 0.43765053153038025, 1.3322900533676147, 1.127051591873169, -0.8944469094276428, 521.1314086914062, -0.17267170548439026, 0.37303030490875244, -0.219100683927536, -0.25665953755378723, 0.7631720304489136, 0.23139634728431702, 0.475308895111084], "std": [0.09743014723062515, 0.007457764819264412, 0.15339013934135437, 0.09419624507427216, 0.11522087454795837, 0.14620119333267212, 0.16245196759700775, 243.86790466308594, 0.04042832925915718, 0.020292704924941063, 0.014571795240044594, 0.08232752233743668, 0.07533157616853714, 0.0817108228802681, 0.05070700868964195, 0.12659487128257751, 0.016736311838030815, 0.1076275184750557, 0.3578806519508362, 0.7012579441070557, 0.1004103571176529, 0.4202282428741455, 283.5184631347656, 0.0503547340631485, 0.016727697104215622, 0.0315609946846962, 0.09999196976423264, 0.12884674966335297, 0.19035932421684265, 0.09692893177270889], "count": [959]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010427528675703858], "std": [0.03227484367162078], "count": [959]}, "timestamp": {"min": [0.0], "max": [38.32], "mean": [19.159999999999997], "std": [11.073572142718897], "count": [959]}, "frame_index": {"min": [0], "max": [958], "mean": [479.0], "std": [276.8393035679724], "count": [959]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [959]}, "index": {"min": [79301], "max": [80259], "mean": [79780.0], "std": [276.8393035679724], "count": [959]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [959]}}} +{"episode_index": 65, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46125429882737407]], [[0.46752421424452134]], [[0.46249759948096886]]], "std": [[[0.14955352435551267]], [[0.1479191188388479]], [[0.14881163129117453]]], "count": [170]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4642309616493656]], [[0.47149974769319497]], [[0.4651169165705498]]], "std": [[[0.09699104457544248]], [[0.09424694388005536]], [[0.09784205583693663]]], "count": [170]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.47205757160707423]], [[0.47343028522683583]], [[0.4690531946847366]]], "std": [[[0.11718823984279399]], [[0.1148734352364275]], [[0.11858953474760571]]], "count": [170]}, "states": {"min": [0.5052030086517334, 1.904503345489502, -0.9787108302116394, -0.5712986588478088, -2.3730368614196777, -1.5762242078781128, 0.08792969584465027, -4.0, 0.08014599978923798, 0.314503014087677, -0.2564910054206848, -0.4898599088191986, -0.6053146123886108, -0.44584721326828003, -0.6137312054634094, -0.9455670118331909, -2.053746461868286, 0.5872858166694641, -0.1966986060142517, 0.6922499537467957, 1.1313573122024536, -2.095320224761963, 52.0, -0.23867900669574738, 0.33019599318504333, -0.24591399729251862, -0.43052661418914795, 0.4066716134548187, 0.02216748148202896, 0.2723340094089508], "max": [0.911271333694458, 2.048074245452881, -0.3396061658859253, 0.173956960439682, -0.5992064476013184, -0.9451655745506287, 1.2881577014923096, 882.0, 0.24067799746990204, 0.43452998995780945, -0.1788869947195053, 0.5158130526542664, 0.9125041961669922, 0.45434439182281494, 0.6148484349250793, -0.4730016887187958, -1.8343935012817383, 1.6150054931640625, 1.0638829469680786, 2.641294240951538, 1.723617434501648, -0.3989299237728119, 903.0, -0.01819399930536747, 0.41596800088882446, -0.10051699727773666, 0.0989658385515213, 0.95749831199646, 0.5155170559883118, 0.7129393219947815], "mean": [0.7142161726951599, 2.017759323120117, -0.7445458769798279, -0.19183564186096191, -1.63204026222229, -1.154151201248169, 0.8692383170127869, 513.3488159179688, 0.15873868763446808, 0.38616248965263367, -0.21958842873573303, -0.1677306592464447, 0.7149966955184937, -0.25290393829345703, -0.47022944688796997, -0.659898042678833, -2.027082920074463, 1.021306037902832, 0.5018841624259949, 1.759317398071289, 1.3333927392959595, -1.4778298139572144, 481.80865478515625, -0.14904730021953583, 0.36665141582489014, -0.1950940191745758, -0.05626535043120384, 0.7603445649147034, 0.2992313802242279, 0.4927734434604645], "std": [0.09264003485441208, 0.023522349074482918, 0.26489949226379395, 0.22833523154258728, 0.48517319560050964, 0.16643038392066956, 0.4512859880924225, 308.4814758300781, 0.041328318417072296, 0.033269986510276794, 0.021969221532344818, 0.20080120861530304, 0.251087486743927, 0.1888079047203064, 0.1911945939064026, 0.14150242507457733, 0.032137636095285416, 0.2742381691932678, 0.30847787857055664, 0.5783600211143494, 0.15096993744373322, 0.3692323565483093, 240.14427185058594, 0.06586861610412598, 0.019108418375253677, 0.03449379280209541, 0.11349113285541534, 0.16828669607639313, 0.14641638100147247, 0.1539686918258667], "count": [946]}, "actions": {"min": [0.5052030086517334, 1.904503345489502, -0.9787108302116394, -0.5712986588478088, -2.3730368614196777, -1.5762242078781128, 0.08792969584465027, -4.0, 0.08014599978923798, 0.314503014087677, -0.2564910054206848, -0.4898599088191986, -0.6053146123886108, -0.44584721326828003, -0.6137312054634094, -0.9455670118331909, -2.053746461868286, 0.5872858166694641, -0.1966986060142517, 0.6922499537467957, 1.1313573122024536, -2.095320224761963, 52.0, -0.23867900669574738, 0.33019599318504333, -0.24591399729251862, -0.43052661418914795, 0.4066716134548187, 0.02216748148202896, 0.2723340094089508], "max": [0.911271333694458, 2.048074245452881, -0.3396061658859253, 0.173956960439682, -0.5992064476013184, -0.9451655745506287, 1.2881577014923096, 882.0, 0.24067799746990204, 0.43452998995780945, -0.1788869947195053, 0.5158130526542664, 0.9125041961669922, 0.45434439182281494, 0.6148484349250793, -0.4730016887187958, -1.8343935012817383, 1.6150054931640625, 1.0638829469680786, 2.641294240951538, 1.723617434501648, -0.3989299237728119, 903.0, -0.01819399930536747, 0.41596800088882446, -0.10051699727773666, 0.0989658385515213, 0.95749831199646, 0.5155170559883118, 0.7129393219947815], "mean": [0.7142161726951599, 2.017759323120117, -0.7445458769798279, -0.19183564186096191, -1.63204026222229, -1.154151201248169, 0.8692383170127869, 513.3488159179688, 0.15873868763446808, 0.38616248965263367, -0.21958842873573303, -0.1677306592464447, 0.7149966955184937, -0.25290393829345703, -0.47022944688796997, -0.659898042678833, -2.027082920074463, 1.021306037902832, 0.5018841624259949, 1.759317398071289, 1.3333927392959595, -1.4778298139572144, 481.80865478515625, -0.14904730021953583, 0.36665141582489014, -0.1950940191745758, -0.05626535043120384, 0.7603445649147034, 0.2992313802242279, 0.4927734434604645], "std": [0.09264003485441208, 0.023522349074482918, 0.26489949226379395, 0.22833523154258728, 0.48517319560050964, 0.16643038392066956, 0.4512859880924225, 308.4814758300781, 0.041328318417072296, 0.033269986510276794, 0.021969221532344818, 0.20080120861530304, 0.251087486743927, 0.1888079047203064, 0.1911945939064026, 0.14150242507457733, 0.032137636095285416, 0.2742381691932678, 0.30847787857055664, 0.5783600211143494, 0.15096993744373322, 0.3692323565483093, 240.14427185058594, 0.06586861610412598, 0.019108418375253677, 0.03449379280209541, 0.11349113285541534, 0.16828669607639313, 0.14641638100147247, 0.1539686918258667], "count": [946]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010570824524312897], "std": [0.03249561553686976], "count": [946]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.92346098999763], "count": [946]}, "frame_index": {"min": [0], "max": [945], "mean": [472.5], "std": [273.08652474994074], "count": [946]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [946]}, "index": {"min": [80260], "max": [81205], "mean": [80732.5], "std": [273.08652474994074], "count": [946]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [946]}}} +{"episode_index": 66, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4663020299350677]], [[0.47009168882694685]], [[0.4661756268956384]]], "std": [[[0.137156303862434]], [[0.13792975848574984]], [[0.13899225141667954]]], "count": [153]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6784313725490196]], [[0.6627450980392157]], [[0.6549019607843137]]], "mean": [[[0.471834478726131]], [[0.4744606214490153]], [[0.4693815546371054]]], "std": [[[0.08136131294251583]], [[0.07927109805894945]], [[0.0847698999770715]]], "count": [153]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.472342074629416]], [[0.4739419013520441]], [[0.468701774691358]]], "std": [[[0.10318769731502907]], [[0.10419042536442553]], [[0.1100948320590835]]], "count": [153]}, "states": {"min": [0.24448572099208832, 2.01271390914917, -2.031947135925293, -1.5561704635620117, 0.6361201405525208, 1.058961033821106, -2.8131916522979736, 62.0, 0.0128389997407794, 0.2871659994125366, -0.25222599506378174, -0.4316944181919098, -0.5743620991706848, -0.4433290362358093, -0.6243265867233276, -0.7531270384788513, -2.049767017364502, -2.540187358856201, -1.5573922395706177, 0.5936912298202515, -1.5439183712005615, 0.7747690677642822, 48.0, -0.2681080102920532, 0.302590012550354, -0.24762700498104095, -0.4969775974750519, -0.5281790494918823, -0.3751554489135742, -0.6121593117713928], "max": [0.7648905515670776, 2.0437631607055664, -0.14250613749027252, -0.019914207980036736, 2.0506396293640137, 1.5595390796661377, -0.664185106754303, 910.0, 0.30522701144218445, 0.377934992313385, -0.1338369995355606, 0.5180141925811768, 0.9601717591285706, 0.5040871500968933, 0.5777040719985962, -0.10583677142858505, -1.9406665563583374, -1.1811167001724243, 0.05066690966486931, 2.5103070735931396, -0.9747489094734192, 2.8474698066711426, 894.0, -0.020911000669002533, 0.3869929909706116, -0.10925900191068649, 0.516925573348999, 0.9804949164390564, 0.490105539560318, 0.7031993865966797], "mean": [0.46332359313964844, 2.0244598388671875, -1.0721626281738281, -0.7040599584579468, 1.3904962539672852, 1.215748906135559, -1.779504418373108, 635.2133178710938, 0.1663142591714859, 0.3372190296649933, -0.20198149979114532, 0.08191613107919693, 0.4945712983608246, -0.014552297070622444, -0.17828640341758728, -0.4840851426124573, -2.0336382389068604, -1.9060848951339722, -0.7736907601356506, 1.7213749885559082, -1.3465282917022705, 1.6229339838027954, 498.036376953125, -0.15136276185512543, 0.33665820956230164, -0.1874440759420395, -0.08450011909008026, 0.7396934032440186, 0.23106086254119873, 0.4195204973220825], "std": [0.12732093036174774, 0.007160411216318607, 0.6230514645576477, 0.5382265448570251, 0.41210177540779114, 0.08440979570150375, 0.6815853118896484, 332.93212890625, 0.09280018508434296, 0.02440548501908779, 0.03556662052869797, 0.26280203461647034, 0.5983371734619141, 0.3108040690422058, 0.43934017419815063, 0.18553851544857025, 0.013794808648526669, 0.34620410203933716, 0.4293351173400879, 0.6703137755393982, 0.0981665551662445, 0.623549222946167, 272.9658508300781, 0.06683958321809769, 0.01903565600514412, 0.033309128135442734, 0.21054883301258087, 0.2824219763278961, 0.16316556930541992, 0.25614720582962036], "count": [825]}, "actions": {"min": [0.24448572099208832, 2.01271390914917, -2.031947135925293, -1.5561704635620117, 0.6361201405525208, 1.058961033821106, -2.8131916522979736, 62.0, 0.0128389997407794, 0.2871659994125366, -0.25222599506378174, -0.4316944181919098, -0.5743620991706848, -0.4433290362358093, -0.6243265867233276, -0.7531270384788513, -2.049767017364502, -2.540187358856201, -1.5573922395706177, 0.5936912298202515, -1.5439183712005615, 0.7747690677642822, 48.0, -0.2681080102920532, 0.302590012550354, -0.24762700498104095, -0.4969775974750519, -0.5281790494918823, -0.3751554489135742, -0.6121593117713928], "max": [0.7648905515670776, 2.0437631607055664, -0.14250613749027252, -0.019914207980036736, 2.0506396293640137, 1.5595390796661377, -0.664185106754303, 910.0, 0.30522701144218445, 0.377934992313385, -0.1338369995355606, 0.5180141925811768, 0.9601717591285706, 0.5040871500968933, 0.5777040719985962, -0.10583677142858505, -1.9406665563583374, -1.1811167001724243, 0.05066690966486931, 2.5103070735931396, -0.9747489094734192, 2.8474698066711426, 894.0, -0.020911000669002533, 0.3869929909706116, -0.10925900191068649, 0.516925573348999, 0.9804949164390564, 0.490105539560318, 0.7031993865966797], "mean": [0.46332359313964844, 2.0244598388671875, -1.0721626281738281, -0.7040599584579468, 1.3904962539672852, 1.215748906135559, -1.779504418373108, 635.2133178710938, 0.1663142591714859, 0.3372190296649933, -0.20198149979114532, 0.08191613107919693, 0.4945712983608246, -0.014552297070622444, -0.17828640341758728, -0.4840851426124573, -2.0336382389068604, -1.9060848951339722, -0.7736907601356506, 1.7213749885559082, -1.3465282917022705, 1.6229339838027954, 498.036376953125, -0.15136276185512543, 0.33665820956230164, -0.1874440759420395, -0.08450011909008026, 0.7396934032440186, 0.23106086254119873, 0.4195204973220825], "std": [0.12732093036174774, 0.007160411216318607, 0.6230514645576477, 0.5382265448570251, 0.41210177540779114, 0.08440979570150375, 0.6815853118896484, 332.93212890625, 0.09280018508434296, 0.02440548501908779, 0.03556662052869797, 0.26280203461647034, 0.5983371734619141, 0.3108040690422058, 0.43934017419815063, 0.18553851544857025, 0.013794808648526669, 0.34620410203933716, 0.4293351173400879, 0.6703137755393982, 0.0981665551662445, 0.623549222946167, 272.9658508300781, 0.06683958321809769, 0.01903565600514412, 0.033309128135442734, 0.21054883301258087, 0.2824219763278961, 0.16316556930541992, 0.25614720582962036], "count": [825]}, "next.done": {"min": [false], "max": [true], "mean": [0.0012121212121212121], "std": [0.03479442447129048], "count": [825]}, "timestamp": {"min": [0.0], "max": [32.96], "mean": [16.48], "std": [9.526272443441172], "count": [825]}, "frame_index": {"min": [0], "max": [824], "mean": [412.0], "std": [238.15681108602934], "count": [825]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [825]}, "index": {"min": [81206], "max": [82030], "mean": [81618.0], "std": [238.15681108602934], "count": [825]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [825]}}} +{"episode_index": 67, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.48022168112876873]], [[0.4844277298452983]], [[0.480279746139047]]], "std": [[[0.11923262558288202]], [[0.1210269242720488]], [[0.12104798722367978]]], "count": [248]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47366456241434746]], [[0.47648136151301923]], [[0.47159412472986506]]], "std": [[[0.07417320826611148]], [[0.07227426143794073]], [[0.07443154636826593]]], "count": [248]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719489164953616]], [[0.47558054550785367]], [[0.4713463368714422]]], "std": [[[0.06708131422722088]], [[0.06458800938622486]], [[0.06703801813623271]]], "count": [248]}, "states": {"min": [0.2583785355091095, 1.9174187183380127, 1.1260340213775635, -0.02848377451300621, -2.5786893367767334, 0.6510426998138428, -2.825601100921631, 119.0, -0.020726000890135765, 0.31182000041007996, -0.2683109939098358, -0.4721497893333435, -0.5252774953842163, -0.5236976742744446, -0.6571598052978516, -0.7401068806648254, -2.0480217933654785, 0.6119298934936523, -0.11821115016937256, -2.8981542587280273, -1.735939383506775, 1.131950855255127, 52.0, -0.3139140009880066, 0.2514539957046509, -0.2920759916305542, -0.4998791217803955, -0.49171581864356995, -0.5733529925346375, -0.6332997679710388], "max": [0.8483871221542358, 2.0371484756469727, 1.8550580739974976, 1.479620337486267, 0.13203416764736176, 1.3582850694656372, -0.5244889259338379, 893.0, 0.29646098613739014, 0.40935200452804565, -0.09739799797534943, 0.4727952778339386, 0.9793732762336731, 0.530851423740387, 0.484184205532074, 0.07681194692850113, -1.787060022354126, 1.5371289253234863, 1.5198501348495483, -0.6303606033325195, -0.6862635016441345, 2.793329954147339, 766.0, -0.061475999653339386, 0.3789519965648651, -0.11960600316524506, 0.512726366519928, 0.954733669757843, 0.5764044523239136, 0.6907114386558533], "mean": [0.4368174970149994, 2.0207433700561523, 1.5916240215301514, 0.6377734541893005, -1.007439374923706, 0.9790389537811279, -1.9876823425292969, 722.8395385742188, 0.17926490306854248, 0.3616691529750824, -0.20409433543682098, -0.15264779329299927, 0.5548862814903259, -0.19532150030136108, -0.34258079528808594, -0.37321537733078003, -2.0319206714630127, 1.1107467412948608, 0.6550893783569336, -1.6568950414657593, -1.4630403518676758, 2.069906234741211, 578.031982421875, -0.21783453226089478, 0.30773797631263733, -0.1965739130973816, -0.18457598984241486, 0.6890601515769958, 0.20365378260612488, 0.42383670806884766], "std": [0.12227509170770645, 0.01260677631944418, 0.16508442163467407, 0.514238715171814, 0.8651270270347595, 0.22694292664527893, 0.7477376461029053, 222.81796264648438, 0.08384831249713898, 0.03320316970348358, 0.04685540497303009, 0.27484801411628723, 0.4535159766674042, 0.32251015305519104, 0.3578507900238037, 0.19655293226242065, 0.03954440727829933, 0.28387290239334106, 0.48858165740966797, 0.8364888429641724, 0.1834707111120224, 0.5549986958503723, 212.25953674316406, 0.07741688936948776, 0.03702017664909363, 0.03489719703793526, 0.23086360096931458, 0.31856441497802734, 0.19828425347805023, 0.27552828192710876], "count": [1564]}, "actions": {"min": [0.2583785355091095, 1.9174187183380127, 1.1260340213775635, -0.02848377451300621, -2.5786893367767334, 0.6510426998138428, -2.825601100921631, 119.0, -0.020726000890135765, 0.31182000041007996, -0.2683109939098358, -0.4721497893333435, -0.5252774953842163, -0.5236976742744446, -0.6571598052978516, -0.7401068806648254, -2.0480217933654785, 0.6119298934936523, -0.11821115016937256, -2.8981542587280273, -1.735939383506775, 1.131950855255127, 52.0, -0.3139140009880066, 0.2514539957046509, -0.2920759916305542, -0.4998791217803955, -0.49171581864356995, -0.5733529925346375, -0.6332997679710388], "max": [0.8483871221542358, 2.0371484756469727, 1.8550580739974976, 1.479620337486267, 0.13203416764736176, 1.3582850694656372, -0.5244889259338379, 893.0, 0.29646098613739014, 0.40935200452804565, -0.09739799797534943, 0.4727952778339386, 0.9793732762336731, 0.530851423740387, 0.484184205532074, 0.07681194692850113, -1.787060022354126, 1.5371289253234863, 1.5198501348495483, -0.6303606033325195, -0.6862635016441345, 2.793329954147339, 766.0, -0.061475999653339386, 0.3789519965648651, -0.11960600316524506, 0.512726366519928, 0.954733669757843, 0.5764044523239136, 0.6907114386558533], "mean": [0.4368174970149994, 2.0207433700561523, 1.5916240215301514, 0.6377734541893005, -1.007439374923706, 0.9790389537811279, -1.9876823425292969, 722.8395385742188, 0.17926490306854248, 0.3616691529750824, -0.20409433543682098, -0.15264779329299927, 0.5548862814903259, -0.19532150030136108, -0.34258079528808594, -0.37321537733078003, -2.0319206714630127, 1.1107467412948608, 0.6550893783569336, -1.6568950414657593, -1.4630403518676758, 2.069906234741211, 578.031982421875, -0.21783453226089478, 0.30773797631263733, -0.1965739130973816, -0.18457598984241486, 0.6890601515769958, 0.20365378260612488, 0.42383670806884766], "std": [0.12227509170770645, 0.01260677631944418, 0.16508442163467407, 0.514238715171814, 0.8651270270347595, 0.22694292664527893, 0.7477376461029053, 222.81796264648438, 0.08384831249713898, 0.03320316970348358, 0.04685540497303009, 0.27484801411628723, 0.4535159766674042, 0.32251015305519104, 0.3578507900238037, 0.19655293226242065, 0.03954440727829933, 0.28387290239334106, 0.48858165740966797, 0.8364888429641724, 0.1834707111120224, 0.5549986958503723, 212.25953674316406, 0.07741688936948776, 0.03702017664909363, 0.03489719703793526, 0.23086360096931458, 0.31856441497802734, 0.19828425347805023, 0.27552828192710876], "count": [1564]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006393861892583121], "std": [0.025278001791267], "count": [1564]}, "timestamp": {"min": [0.0], "max": [62.52], "mean": [31.259999999999998], "std": [18.059512728753234], "count": [1564]}, "frame_index": {"min": [0], "max": [1563], "mean": [781.5], "std": [451.4878182188308], "count": [1564]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [1564]}, "index": {"min": [82031], "max": [83594], "mean": [82812.5], "std": [451.4878182188308], "count": [1564]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1564]}}} +{"episode_index": 68, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4638168284942182]], [[0.4701222145909646]], [[0.4629869112709186]]], "std": [[[0.1400423556678807]], [[0.13573977385441124]], [[0.13799310430441303]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7372549019607844]], [[0.7254901960784313]]], "mean": [[[0.4722468779178338]], [[0.47221983520972494]], [[0.4663240265657545]]], "std": [[[0.08136873154000411]], [[0.079966988262022]], [[0.08511536025435952]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[0.8509803921568627]]], "mean": [[[0.47228441023845436]], [[0.4736602350876248]], [[0.4703458429846297]]], "std": [[[0.0938451682851703]], [[0.0921273368587676]], [[0.09574705516986308]]], "count": [182]}, "states": {"min": [0.2877349853515625, 1.9616979360580444, -1.6724094152450562, -1.3034992218017578, -2.5312509536743164, -1.5941487550735474, 0.3680201768875122, 48.0, 0.05198900029063225, 0.28566300868988037, -0.28911900520324707, -0.4423089325428009, -0.6229611039161682, -0.5494609475135803, -0.6356067061424255, -0.9334369897842407, -2.0571322441101074, 0.9460732340812683, -0.00010471976565895602, -0.032532937824726105, 0.33597588539123535, -2.5549349784851074, 69.0, -0.3250029981136322, 0.2957009971141815, -0.26942500472068787, -0.46716248989105225, 0.39222270250320435, -0.11617889255285263, 0.04191824793815613], "max": [0.7288669943809509, 2.043256998062134, -0.7274008989334106, -0.06270968168973923, -0.24387484788894653, -0.9255306720733643, 2.330136775970459, 888.0, 0.32953500747680664, 0.3968049883842468, -0.11791899800300598, 0.45444390177726746, 0.9659167528152466, 0.5859939455986023, 0.6461062431335449, 0.032620206475257874, -1.9259707927703857, 1.8158929347991943, 1.603503942489624, 2.808548927307129, 1.5681958198547363, -0.3977082073688507, 912.0, 0.0008459999808110297, 0.4283350110054016, -0.08253999799489975, -0.029067404568195343, 0.9789152145385742, 0.6039746403694153, 0.6796709299087524], "mean": [0.4560038149356842, 2.022003650665283, -1.1125397682189941, -0.49469679594039917, -1.2948040962219238, -1.1197223663330078, 1.0397437810897827, 516.1810302734375, 0.22216488420963287, 0.3452543318271637, -0.22634103894233704, 0.057393115013837814, 0.35102578997612, 0.05697751045227051, -0.07514695078134537, -0.5315268635749817, -2.0400707721710205, 1.3008005619049072, 0.474601149559021, 1.2103400230407715, 1.199429988861084, -1.1661901473999023, 631.94580078125, -0.19160334765911102, 0.34542524814605713, -0.21092315018177032, -0.2536284625530243, 0.670699417591095, 0.3351398706436157, 0.4471822679042816], "std": [0.10060260444879532, 0.00982893817126751, 0.23225586116313934, 0.4272635877132416, 0.7643749117851257, 0.17719082534313202, 0.6233394742012024, 272.21160888671875, 0.08993272483348846, 0.027085958048701286, 0.04416634514927864, 0.299669086933136, 0.627435028553009, 0.4093802571296692, 0.4620877206325531, 0.25032511353492737, 0.018154771998524666, 0.25218871235847473, 0.4575456976890564, 0.9194544553756714, 0.19555258750915527, 0.7192115783691406, 316.7276916503906, 0.11181708425283432, 0.02964337356388569, 0.05055571720004082, 0.1601078063249588, 0.22562146186828613, 0.246805801987648, 0.18997766077518463], "count": [1033]}, "actions": {"min": [0.2877349853515625, 1.9616979360580444, -1.6724094152450562, -1.3034992218017578, -2.5312509536743164, -1.5941487550735474, 0.3680201768875122, 48.0, 0.05198900029063225, 0.28566300868988037, -0.28911900520324707, -0.4423089325428009, -0.6229611039161682, -0.5494609475135803, -0.6356067061424255, -0.9334369897842407, -2.0571322441101074, 0.9460732340812683, -0.00010471976565895602, -0.032532937824726105, 0.33597588539123535, -2.5549349784851074, 69.0, -0.3250029981136322, 0.2957009971141815, -0.26942500472068787, -0.46716248989105225, 0.39222270250320435, -0.11617889255285263, 0.04191824793815613], "max": [0.7288669943809509, 2.043256998062134, -0.7274008989334106, -0.06270968168973923, -0.24387484788894653, -0.9255306720733643, 2.330136775970459, 888.0, 0.32953500747680664, 0.3968049883842468, -0.11791899800300598, 0.45444390177726746, 0.9659167528152466, 0.5859939455986023, 0.6461062431335449, 0.032620206475257874, -1.9259707927703857, 1.8158929347991943, 1.603503942489624, 2.808548927307129, 1.5681958198547363, -0.3977082073688507, 912.0, 0.0008459999808110297, 0.4283350110054016, -0.08253999799489975, -0.029067404568195343, 0.9789152145385742, 0.6039746403694153, 0.6796709299087524], "mean": [0.4560038149356842, 2.022003650665283, -1.1125397682189941, -0.49469679594039917, -1.2948040962219238, -1.1197223663330078, 1.0397437810897827, 516.1810302734375, 0.22216488420963287, 0.3452543318271637, -0.22634103894233704, 0.057393115013837814, 0.35102578997612, 0.05697751045227051, -0.07514695078134537, -0.5315268635749817, -2.0400707721710205, 1.3008005619049072, 0.474601149559021, 1.2103400230407715, 1.199429988861084, -1.1661901473999023, 631.94580078125, -0.19160334765911102, 0.34542524814605713, -0.21092315018177032, -0.2536284625530243, 0.670699417591095, 0.3351398706436157, 0.4471822679042816], "std": [0.10060260444879532, 0.00982893817126751, 0.23225586116313934, 0.4272635877132416, 0.7643749117851257, 0.17719082534313202, 0.6233394742012024, 272.21160888671875, 0.08993272483348846, 0.027085958048701286, 0.04416634514927864, 0.299669086933136, 0.627435028553009, 0.4093802571296692, 0.4620877206325531, 0.25032511353492737, 0.018154771998524666, 0.25218871235847473, 0.4575456976890564, 0.9194544553756714, 0.19555258750915527, 0.7192115783691406, 316.7276916503906, 0.11181708425283432, 0.02964337356388569, 0.05055571720004082, 0.1601078063249588, 0.22562146186828613, 0.246805801987648, 0.18997766077518463], "count": [1033]}, "next.done": {"min": [false], "max": [true], "mean": [0.000968054211035818], "std": [0.03109850610689063], "count": [1033]}, "timestamp": {"min": [0.0], "max": [41.28], "mean": [20.64], "std": [11.928050972392764], "count": [1033]}, "frame_index": {"min": [0], "max": [1032], "mean": [516.0], "std": [298.20127430981915], "count": [1033]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [1033]}, "index": {"min": [83595], "max": [84627], "mean": [84111.0], "std": [298.20127430981915], "count": [1033]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1033]}}} +{"episode_index": 69, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.47078033897139715]], [[0.47538095454766066]], [[0.4692526097278846]]], "std": [[[0.1366935925542827]], [[0.1334485495020274]], [[0.13565692162134999]]], "count": [202]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7647058823529411]], [[0.7254901960784313]], [[0.7215686274509804]]], "mean": [[[0.46232824229114083]], [[0.46952992744127353]], [[0.46333132320585]]], "std": [[[0.07408953041813056]], [[0.07147247704024158]], [[0.07705533655226274]]], "count": [202]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47130337151362195]], [[0.4709505496505533]], [[0.4658980082750922]]], "std": [[[0.09830221348364857]], [[0.09676148992578255]], [[0.1003772010964848]]], "count": [202]}, "states": {"min": [0.18732619285583496, 1.8396120071411133, -1.8727383613586426, -1.3838367462158203, -2.4269676208496094, -1.3028185367584229, 0.199351504445076, -5.0, 0.01532800029963255, 0.3299039900302887, -0.28113698959350586, -0.4992300868034363, -0.6382396221160889, -0.5426040887832642, -0.6454510688781738, -0.9189682006835938, -2.0681278705596924, 0.7030884623527527, -0.07675957679748535, -0.08246681094169617, 0.18502235412597656, -2.554795503616333, 39.0, -0.33052098751068115, 0.31030499935150146, -0.2742460072040558, -0.4532962441444397, 0.373012900352478, -0.1925341635942459, 0.09917046874761581], "max": [0.7801098227500916, 2.055072784423828, -1.1074464321136475, -0.18397517502307892, -0.054541539400815964, -0.7097381353378296, 2.149390459060669, 897.0, 0.29628801345825195, 0.4337959885597229, -0.14872699975967407, 0.5045788288116455, 0.9566341042518616, 0.4743277132511139, 0.6649494767189026, -0.16997762024402618, -2.028055191040039, 1.7318726778030396, 1.408410906791687, 2.6848225593566895, 1.5104429721832275, -0.4450415372848511, 894.0, -0.0006489999941550195, 0.4173080027103424, -0.0928179994225502, 0.027219131588935852, 0.9647366404533386, 0.588448166847229, 0.6580560803413391], "mean": [0.5137783288955688, 2.0202786922454834, -1.4069972038269043, -0.5071640610694885, -1.1482959985733032, -1.0297704935073853, 1.0068868398666382, 489.9190673828125, 0.17497077584266663, 0.3737935423851013, -0.21285146474838257, 0.009688668884336948, 0.36927366256713867, -0.02815675362944603, -0.07403082400560379, -0.563282310962677, -2.0458436012268066, 1.2244040966033936, 0.36507847905158997, 1.113174557685852, 1.1768499612808228, -1.092633605003357, 620.2225952148438, -0.1901758760213852, 0.3585137128829956, -0.21253757178783417, -0.2764703333377838, 0.6296790838241577, 0.3718808889389038, 0.4774972200393677], "std": [0.12686601281166077, 0.02973238006234169, 0.1731855422258377, 0.3182107210159302, 0.7646612524986267, 0.14631517231464386, 0.5748614072799683, 269.8472900390625, 0.07465162128210068, 0.022543443366885185, 0.033490635454654694, 0.3066568076610565, 0.6548264622688293, 0.30557894706726074, 0.4909737706184387, 0.21833536028862, 0.008680257946252823, 0.3353241980075836, 0.43916723132133484, 0.8681037425994873, 0.19596800208091736, 0.7116910815238953, 313.4800109863281, 0.09961281716823578, 0.027458123862743378, 0.046713776886463165, 0.15257328748703003, 0.23437033593654633, 0.22407546639442444, 0.17986717820167542], "count": [1186]}, "actions": {"min": [0.18732619285583496, 1.8396120071411133, -1.8727383613586426, -1.3838367462158203, -2.4269676208496094, -1.3028185367584229, 0.199351504445076, -5.0, 0.01532800029963255, 0.3299039900302887, -0.28113698959350586, -0.4992300868034363, -0.6382396221160889, -0.5426040887832642, -0.6454510688781738, -0.9189682006835938, -2.0681278705596924, 0.7030884623527527, -0.07675957679748535, -0.08246681094169617, 0.18502235412597656, -2.554795503616333, 39.0, -0.33052098751068115, 0.31030499935150146, -0.2742460072040558, -0.4532962441444397, 0.373012900352478, -0.1925341635942459, 0.09917046874761581], "max": [0.7801098227500916, 2.055072784423828, -1.1074464321136475, -0.18397517502307892, -0.054541539400815964, -0.7097381353378296, 2.149390459060669, 897.0, 0.29628801345825195, 0.4337959885597229, -0.14872699975967407, 0.5045788288116455, 0.9566341042518616, 0.4743277132511139, 0.6649494767189026, -0.16997762024402618, -2.028055191040039, 1.7318726778030396, 1.408410906791687, 2.6848225593566895, 1.5104429721832275, -0.4450415372848511, 894.0, -0.0006489999941550195, 0.4173080027103424, -0.0928179994225502, 0.027219131588935852, 0.9647366404533386, 0.588448166847229, 0.6580560803413391], "mean": [0.5137783288955688, 2.0202786922454834, -1.4069972038269043, -0.5071640610694885, -1.1482959985733032, -1.0297704935073853, 1.0068868398666382, 489.9190673828125, 0.17497077584266663, 0.3737935423851013, -0.21285146474838257, 0.009688668884336948, 0.36927366256713867, -0.02815675362944603, -0.07403082400560379, -0.563282310962677, -2.0458436012268066, 1.2244040966033936, 0.36507847905158997, 1.113174557685852, 1.1768499612808228, -1.092633605003357, 620.2225952148438, -0.1901758760213852, 0.3585137128829956, -0.21253757178783417, -0.2764703333377838, 0.6296790838241577, 0.3718808889389038, 0.4774972200393677], "std": [0.12686601281166077, 0.02973238006234169, 0.1731855422258377, 0.3182107210159302, 0.7646612524986267, 0.14631517231464386, 0.5748614072799683, 269.8472900390625, 0.07465162128210068, 0.022543443366885185, 0.033490635454654694, 0.3066568076610565, 0.6548264622688293, 0.30557894706726074, 0.4909737706184387, 0.21833536028862, 0.008680257946252823, 0.3353241980075836, 0.43916723132133484, 0.8681037425994873, 0.19596800208091736, 0.7116910815238953, 313.4800109863281, 0.09961281716823578, 0.027458123862743378, 0.046713776886463165, 0.15257328748703003, 0.23437033593654633, 0.22407546639442444, 0.17986717820167542], "count": [1186]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008431703204047217], "std": [0.029025150890486517], "count": [1186]}, "timestamp": {"min": [0.0], "max": [47.4], "mean": [23.700000000000003], "std": [13.694743517130943], "count": [1186]}, "frame_index": {"min": [0], "max": [1185], "mean": [592.5], "std": [342.3685879282736], "count": [1186]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [1186]}, "index": {"min": [84628], "max": [85813], "mean": [85220.5], "std": [342.3685879282736], "count": [1186]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1186]}}} +{"episode_index": 70, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46770779892004594]], [[0.4742579283505517]], [[0.46729104879705763]]], "std": [[[0.1340626368872134]], [[0.13041994211355742]], [[0.1328013606438534]]], "count": [279]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47192342004005905]], [[0.471888664874552]], [[0.4676083248412866]]], "std": [[[0.07143848955817483]], [[0.06908118959735995]], [[0.07253493977347128]]], "count": [279]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46961636080656877]], [[0.4717654943249701]], [[0.4680130074730012]]], "std": [[[0.07439906870983373]], [[0.07123882030697629]], [[0.07484399076362767]]], "count": [279]}, "states": {"min": [0.3827506899833679, 2.010078191757202, -1.9814897775650024, -1.431187391281128, -2.7183327674865723, -1.5809193849563599, 0.1993165910243988, 0.0, -0.001373999984934926, 0.29065001010894775, -0.2821410000324249, -0.4811474084854126, -0.6632557511329651, -0.3867638111114502, -0.6696618795394897, -1.0759081840515137, -2.0509886741638184, 0.48345619440078735, -0.08723156154155731, -1.0149613618850708, -1.594812035560608, -2.9936063289642334, 21.0, -0.35536301136016846, 0.2854610085487366, -0.27859801054000854, -0.49982309341430664, -0.6969345808029175, -0.6708993315696716, -0.6507773399353027], "max": [0.886365532875061, 2.0371484756469727, 0.5189736485481262, 0.06600835919380188, -0.7606494426727295, -1.1641870737075806, 2.5307273864746094, 911.0, 0.27452200651168823, 0.3927760124206543, -0.10514900088310242, 0.49766838550567627, 0.9880247712135315, 0.4550475776195526, 0.6856254935264587, -0.2162812054157257, -1.768960952758789, 2.300989866256714, 1.4359347820281982, 2.8716776371002197, 1.6910669803619385, 1.3949719667434692, 903.0, 0.044583000242710114, 0.5207589864730835, -0.05525499954819679, 0.6581754088401794, 0.9830299019813538, 0.7310301065444946, 0.8311330676078796], "mean": [0.515599250793457, 2.022306203842163, -0.5429112911224365, -0.19853763282299042, -1.4277235269546509, -1.302220344543457, 0.6352067589759827, 728.2132568359375, 0.22516536712646484, 0.3500673174858093, -0.21169988811016083, 0.30382832884788513, -0.13979077339172363, 0.2652248442173004, 0.31793320178985596, -0.7016855478286743, -2.0150887966156006, 1.3267277479171753, 0.5729288458824158, 0.8339698314666748, 0.6532044410705566, -0.9575615525245667, 564.536376953125, -0.17540203034877777, 0.3821885883808136, -0.17077387869358063, -0.16330276429653168, 0.6434478759765625, 0.35778141021728516, 0.3651290833950043], "std": [0.09683168679475784, 0.0037010032683610916, 0.6578900814056396, 0.391284704208374, 0.6714667081832886, 0.09348379075527191, 0.6334757804870605, 313.7716369628906, 0.07037495076656342, 0.023480400443077087, 0.03028886578977108, 0.2855747640132904, 0.6100379228591919, 0.2628944516181946, 0.4403495490550995, 0.24461430311203003, 0.053297340869903564, 0.5240364670753479, 0.4199616312980652, 1.2541999816894531, 1.0885276794433594, 1.2841465473175049, 257.359375, 0.11220521479845047, 0.048013221472501755, 0.05620298534631729, 0.21651512384414673, 0.299810528755188, 0.30648860335350037, 0.2593827247619629], "count": [1829]}, "actions": {"min": [0.3827506899833679, 2.010078191757202, -1.9814897775650024, -1.431187391281128, -2.7183327674865723, -1.5809193849563599, 0.1993165910243988, 0.0, -0.001373999984934926, 0.29065001010894775, -0.2821410000324249, -0.4811474084854126, -0.6632557511329651, -0.3867638111114502, -0.6696618795394897, -1.0759081840515137, -2.0509886741638184, 0.48345619440078735, -0.08723156154155731, -1.0149613618850708, -1.594812035560608, -2.9936063289642334, 21.0, -0.35536301136016846, 0.2854610085487366, -0.27859801054000854, -0.49982309341430664, -0.6969345808029175, -0.6708993315696716, -0.6507773399353027], "max": [0.886365532875061, 2.0371484756469727, 0.5189736485481262, 0.06600835919380188, -0.7606494426727295, -1.1641870737075806, 2.5307273864746094, 911.0, 0.27452200651168823, 0.3927760124206543, -0.10514900088310242, 0.49766838550567627, 0.9880247712135315, 0.4550475776195526, 0.6856254935264587, -0.2162812054157257, -1.768960952758789, 2.300989866256714, 1.4359347820281982, 2.8716776371002197, 1.6910669803619385, 1.3949719667434692, 903.0, 0.044583000242710114, 0.5207589864730835, -0.05525499954819679, 0.6581754088401794, 0.9830299019813538, 0.7310301065444946, 0.8311330676078796], "mean": [0.515599250793457, 2.022306203842163, -0.5429112911224365, -0.19853763282299042, -1.4277235269546509, -1.302220344543457, 0.6352067589759827, 728.2132568359375, 0.22516536712646484, 0.3500673174858093, -0.21169988811016083, 0.30382832884788513, -0.13979077339172363, 0.2652248442173004, 0.31793320178985596, -0.7016855478286743, -2.0150887966156006, 1.3267277479171753, 0.5729288458824158, 0.8339698314666748, 0.6532044410705566, -0.9575615525245667, 564.536376953125, -0.17540203034877777, 0.3821885883808136, -0.17077387869358063, -0.16330276429653168, 0.6434478759765625, 0.35778141021728516, 0.3651290833950043], "std": [0.09683168679475784, 0.0037010032683610916, 0.6578900814056396, 0.391284704208374, 0.6714667081832886, 0.09348379075527191, 0.6334757804870605, 313.7716369628906, 0.07037495076656342, 0.023480400443077087, 0.03028886578977108, 0.2855747640132904, 0.6100379228591919, 0.2628944516181946, 0.4403495490550995, 0.24461430311203003, 0.053297340869903564, 0.5240364670753479, 0.4199616312980652, 1.2541999816894531, 1.0885276794433594, 1.2841465473175049, 257.359375, 0.11220521479845047, 0.048013221472501755, 0.05620298534631729, 0.21651512384414673, 0.299810528755188, 0.30648860335350037, 0.2593827247619629], "count": [1829]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005467468562055768], "std": [0.02337622561665604], "count": [1829]}, "timestamp": {"min": [0.0], "max": [73.12], "mean": [36.56], "std": [21.119469690311828], "count": [1829]}, "frame_index": {"min": [0], "max": [1828], "mean": [914.0], "std": [527.9867422577958], "count": [1829]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [1829]}, "index": {"min": [85814], "max": [87642], "mean": [86728.0], "std": [527.9867422577958], "count": [1829]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1829]}}} +{"episode_index": 71, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4669419628814092]], [[0.4704256776239908]], [[0.46707751389325786]]], "std": [[[0.1311056768964912]], [[0.13141739779841716]], [[0.13247402163574618]]], "count": [187]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[1.0]], [[1.0]]], "mean": [[[0.47219270451050294]], [[0.47436379692251235]], [[0.4683698391789871]]], "std": [[[0.08138592346004123]], [[0.07946520777078714]], [[0.08514246220581766]]], "count": [187]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.47928787988011606]], [[0.4778938323546888]], [[0.4734114610639265]]], "std": [[[0.0818656789228085]], [[0.08320791828386963]], [[0.08808115492805843]]], "count": [187]}, "states": {"min": [0.295431911945343, 1.9832875728607178, -2.050971269607544, -1.6058599948883057, 0.5443856716156006, 0.8033401370048523, -2.810032606124878, 36.0, -0.0001630000042496249, 0.3015350103378296, -0.2562659978866577, -0.49220511317253113, -0.5223323702812195, -0.4764460325241089, -0.5970324277877808, -0.8419817686080933, -2.0509541034698486, -2.4681222438812256, -1.4869506359100342, 0.5751209259033203, -1.8147584199905396, 0.6818478107452393, 47.0, -0.2847990095615387, 0.2659760117530823, -0.24804900586605072, -0.4886346757411957, 0.453419953584671, -0.019656741991639137, 0.11989853531122208], "max": [0.792780876159668, 2.0471317768096924, -0.16491617262363434, -0.032131511718034744, 2.2365174293518066, 1.3208651542663574, -0.33742451667785645, 892.0, 0.28929999470710754, 0.4225490093231201, -0.1064319983124733, 0.4923013746738434, 0.9708356261253357, 0.46640336513519287, 0.5340673327445984, -0.1471661627292633, -1.9961332082748413, -1.3710434436798096, -0.07965683192014694, 2.575983762741089, -1.1289312839508057, 2.837853193283081, 893.0, -0.0230260007083416, 0.3804929852485657, -0.08452899754047394, 0.1369185596704483, 0.9792063236236572, 0.5236477851867676, 0.7491361498832703], "mean": [0.4995628297328949, 2.022341728210449, -1.0385280847549438, -0.6488516926765442, 1.4274585247039795, 1.1058424711227417, -1.8041751384735107, 669.6928100585938, 0.1686500757932663, 0.3572213351726532, -0.20141233503818512, -0.1786571741104126, 0.6898844242095947, -0.26966074109077454, -0.409904807806015, -0.4949024021625519, -2.032310962677002, -1.9345810413360596, -0.7883539199829102, 1.7513971328735352, -1.4844549894332886, 1.535295009613037, 492.4248352050781, -0.16320832073688507, 0.3284717798233032, -0.17447875440120697, -0.12601915001869202, 0.7551243901252747, 0.26954200863838196, 0.4412845969200134], "std": [0.10172378271818161, 0.009810936637222767, 0.6385834217071533, 0.5472941398620605, 0.4187098443508148, 0.13872233033180237, 0.7818402051925659, 329.1454162597656, 0.09003239870071411, 0.03397249057888985, 0.042702071368694305, 0.23131431639194489, 0.3095557689666748, 0.21381375193595886, 0.23739159107208252, 0.20709474384784698, 0.010921195149421692, 0.31827086210250854, 0.4288932681083679, 0.734402596950531, 0.16319513320922852, 0.7594991326332092, 236.4337921142578, 0.07743635773658752, 0.03171203285455704, 0.03726046532392502, 0.2198818475008011, 0.19113656878471375, 0.14203378558158875, 0.20363366603851318], "count": [1071]}, "actions": {"min": [0.295431911945343, 1.9832875728607178, -2.050971269607544, -1.6058599948883057, 0.5443856716156006, 0.8033401370048523, -2.810032606124878, 36.0, -0.0001630000042496249, 0.3015350103378296, -0.2562659978866577, -0.49220511317253113, -0.5223323702812195, -0.4764460325241089, -0.5970324277877808, -0.8419817686080933, -2.0509541034698486, -2.4681222438812256, -1.4869506359100342, 0.5751209259033203, -1.8147584199905396, 0.6818478107452393, 47.0, -0.2847990095615387, 0.2659760117530823, -0.24804900586605072, -0.4886346757411957, 0.453419953584671, -0.019656741991639137, 0.11989853531122208], "max": [0.792780876159668, 2.0471317768096924, -0.16491617262363434, -0.032131511718034744, 2.2365174293518066, 1.3208651542663574, -0.33742451667785645, 892.0, 0.28929999470710754, 0.4225490093231201, -0.1064319983124733, 0.4923013746738434, 0.9708356261253357, 0.46640336513519287, 0.5340673327445984, -0.1471661627292633, -1.9961332082748413, -1.3710434436798096, -0.07965683192014694, 2.575983762741089, -1.1289312839508057, 2.837853193283081, 893.0, -0.0230260007083416, 0.3804929852485657, -0.08452899754047394, 0.1369185596704483, 0.9792063236236572, 0.5236477851867676, 0.7491361498832703], "mean": [0.4995628297328949, 2.022341728210449, -1.0385280847549438, -0.6488516926765442, 1.4274585247039795, 1.1058424711227417, -1.8041751384735107, 669.6928100585938, 0.1686500757932663, 0.3572213351726532, -0.20141233503818512, -0.1786571741104126, 0.6898844242095947, -0.26966074109077454, -0.409904807806015, -0.4949024021625519, -2.032310962677002, -1.9345810413360596, -0.7883539199829102, 1.7513971328735352, -1.4844549894332886, 1.535295009613037, 492.4248352050781, -0.16320832073688507, 0.3284717798233032, -0.17447875440120697, -0.12601915001869202, 0.7551243901252747, 0.26954200863838196, 0.4412845969200134], "std": [0.10172378271818161, 0.009810936637222767, 0.6385834217071533, 0.5472941398620605, 0.4187098443508148, 0.13872233033180237, 0.7818402051925659, 329.1454162597656, 0.09003239870071411, 0.03397249057888985, 0.042702071368694305, 0.23131431639194489, 0.3095557689666748, 0.21381375193595886, 0.23739159107208252, 0.20709474384784698, 0.010921195149421692, 0.31827086210250854, 0.4288932681083679, 0.734402596950531, 0.16319513320922852, 0.7594991326332092, 236.4337921142578, 0.07743635773658752, 0.03171203285455704, 0.03726046532392502, 0.2198818475008011, 0.19113656878471375, 0.14203378558158875, 0.20363366603851318], "count": [1071]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009337068160597573], "std": [0.03054234777552965], "count": [1071]}, "timestamp": {"min": [0.0], "max": [42.8], "mean": [21.4], "std": [12.366837375281792], "count": [1071]}, "frame_index": {"min": [0], "max": [1070], "mean": [535.0], "std": [309.17093438204483], "count": [1071]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [1071]}, "index": {"min": [87643], "max": [88713], "mean": [88178.0], "std": [309.17093438204483], "count": [1071]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1071]}}} +{"episode_index": 72, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.46628193116830063]], [[0.4741356321486928]], [[0.4674158312908497]]], "std": [[[0.14286440336098954]], [[0.1404164021943028]], [[0.14183626064247443]]], "count": [200]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46408433210784317]], [[0.47077014808006534]], [[0.46453487132352944]]], "std": [[[0.0867725069945275]], [[0.08385967061893207]], [[0.08756400260109243]]], "count": [200]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.984313725490196]]], "mean": [[[0.4697137969771242]], [[0.4695628257761438]], [[0.46521119281045753]]], "std": [[[0.09156392182950851]], [[0.09027997795078795]], [[0.09474142160209241]]], "count": [200]}, "states": {"min": [0.2528284192085266, 1.9712274074554443, -2.077255964279175, -1.5096924304962158, -2.786034345626831, -1.7024290561676025, 0.4139048159122467, 1.0, -0.011098000220954418, 0.22162100672721863, -0.3006809949874878, -0.3406780958175659, -0.6256899833679199, -0.47645246982574463, -0.628905177116394, -0.9158790707588196, -2.0602216720581055, -2.1699678897857666, -1.521804928779602, 0.1736428141593933, -1.6376426219940186, -0.20142845809459686, 48.0, -0.291471004486084, 0.30971598625183105, -0.2639220058917999, -0.49855971336364746, -0.500866174697876, -0.49237534403800964, -0.5369370579719543], "max": [0.9132609963417053, 2.04390287399292, 0.2747671902179718, 0.07731808722019196, -0.6074444055557251, -0.6610957980155945, 2.6000170707702637, 834.0, 0.2999260127544403, 0.4018479883670807, -0.08995900303125381, 0.4572693705558777, 0.9963939785957336, 0.550151526927948, 0.727398693561554, -0.1851794421672821, -1.8548312187194824, -1.0151358842849731, -0.19605281949043274, 2.822110414505005, 1.1210250854492188, 2.649846315383911, 891.0, 0.008170999586582184, 0.45607298612594604, -0.11098799854516983, 0.5417675971984863, 0.9834364652633667, 0.5577343106269836, 0.6641898155212402], "mean": [0.5107411742210388, 2.0215604305267334, -0.8381996750831604, -0.41207414865493774, -1.6257879734039307, -1.2615599632263184, 1.153321385383606, 595.2591552734375, 0.20150436460971832, 0.33676791191101074, -0.2215782254934311, 0.11841630935668945, 0.20356158912181854, 0.14154654741287231, 0.11909964680671692, -0.5345166921615601, -2.033806324005127, -1.687635064125061, -0.6887032389640808, 1.5852340459823608, -0.9814253449440002, 1.5341851711273193, 566.8551025390625, -0.16278637945652008, 0.36389443278312683, -0.19982536137104034, -0.16497880220413208, 0.6974481344223022, 0.29135310649871826, 0.371427059173584], "std": [0.15622282028198242, 0.01180741935968399, 0.7291266322135925, 0.4990008771419525, 0.7193572521209717, 0.18234877288341522, 0.7153077721595764, 318.34893798828125, 0.08804568648338318, 0.03190901502966881, 0.04616865888237953, 0.2482536882162094, 0.6647834777832031, 0.3910087049007416, 0.5038492679595947, 0.20841653645038605, 0.026016803458333015, 0.25470760464668274, 0.4025099575519562, 0.9256067276000977, 0.5773218274116516, 0.9556430578231812, 321.995361328125, 0.08934497088193893, 0.03294343501329422, 0.047456711530685425, 0.2222069501876831, 0.3035828471183777, 0.24709488451480865, 0.2467988282442093], "count": [1173]}, "actions": {"min": [0.2528284192085266, 1.9712274074554443, -2.077255964279175, -1.5096924304962158, -2.786034345626831, -1.7024290561676025, 0.4139048159122467, 1.0, -0.011098000220954418, 0.22162100672721863, -0.3006809949874878, -0.3406780958175659, -0.6256899833679199, -0.47645246982574463, -0.628905177116394, -0.9158790707588196, -2.0602216720581055, -2.1699678897857666, -1.521804928779602, 0.1736428141593933, -1.6376426219940186, -0.20142845809459686, 48.0, -0.291471004486084, 0.30971598625183105, -0.2639220058917999, -0.49855971336364746, -0.500866174697876, -0.49237534403800964, -0.5369370579719543], "max": [0.9132609963417053, 2.04390287399292, 0.2747671902179718, 0.07731808722019196, -0.6074444055557251, -0.6610957980155945, 2.6000170707702637, 834.0, 0.2999260127544403, 0.4018479883670807, -0.08995900303125381, 0.4572693705558777, 0.9963939785957336, 0.550151526927948, 0.727398693561554, -0.1851794421672821, -1.8548312187194824, -1.0151358842849731, -0.19605281949043274, 2.822110414505005, 1.1210250854492188, 2.649846315383911, 891.0, 0.008170999586582184, 0.45607298612594604, -0.11098799854516983, 0.5417675971984863, 0.9834364652633667, 0.5577343106269836, 0.6641898155212402], "mean": [0.5107411742210388, 2.0215604305267334, -0.8381996750831604, -0.41207414865493774, -1.6257879734039307, -1.2615599632263184, 1.153321385383606, 595.2591552734375, 0.20150436460971832, 0.33676791191101074, -0.2215782254934311, 0.11841630935668945, 0.20356158912181854, 0.14154654741287231, 0.11909964680671692, -0.5345166921615601, -2.033806324005127, -1.687635064125061, -0.6887032389640808, 1.5852340459823608, -0.9814253449440002, 1.5341851711273193, 566.8551025390625, -0.16278637945652008, 0.36389443278312683, -0.19982536137104034, -0.16497880220413208, 0.6974481344223022, 0.29135310649871826, 0.371427059173584], "std": [0.15622282028198242, 0.01180741935968399, 0.7291266322135925, 0.4990008771419525, 0.7193572521209717, 0.18234877288341522, 0.7153077721595764, 318.34893798828125, 0.08804568648338318, 0.03190901502966881, 0.04616865888237953, 0.2482536882162094, 0.6647834777832031, 0.3910087049007416, 0.5038492679595947, 0.20841653645038605, 0.026016803458333015, 0.25470760464668274, 0.4025099575519562, 0.9256067276000977, 0.5773218274116516, 0.9556430578231812, 321.995361328125, 0.08934497088193893, 0.03294343501329422, 0.047456711530685425, 0.2222069501876831, 0.3035828471183777, 0.24709488451480865, 0.2467988282442093], "count": [1173]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008525149190110827], "std": [0.029185409665172534], "count": [1173]}, "timestamp": {"min": [0.0], "max": [46.88], "mean": [23.439999999999998], "std": [13.544632393190545], "count": [1173]}, "frame_index": {"min": [0], "max": [1172], "mean": [586.0], "std": [338.6158098297637], "count": [1173]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [1173]}, "index": {"min": [88714], "max": [89886], "mean": [89300.0], "std": [338.6158098297637], "count": [1173]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1173]}}} +{"episode_index": 73, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46323661776603847]], [[0.4685723743178501]], [[0.46213623068563997]]], "std": [[[0.1457131057996274]], [[0.1430711116623458]], [[0.14493790745147253]]], "count": [206]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47130006464559937]], [[0.47236201535630434]], [[0.4670898811790088]]], "std": [[[0.07741270947573875]], [[0.07589957592762947]], [[0.08156187805989613]]], "count": [206]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690325082095945]], [[0.46985953562250143]], [[0.46609596996160924]]], "std": [[[0.08815328585001213]], [[0.08700739877800732]], [[0.09300000998121011]]], "count": [206]}, "states": {"min": [0.3658733665943146, 1.7588731050491333, -1.765104055404663, -1.1774165630340576, -2.894925355911255, -1.7913012504577637, 0.059690263122320175, 10.0, 0.017222000285983086, 0.2697579860687256, -0.29261699318885803, -0.4992620348930359, -0.6595482230186462, -0.5141661763191223, -0.6674473881721497, -0.8323649764060974, -2.0601344108581543, -2.0962975025177, -1.808911681175232, 0.05073672533035278, -1.7096199989318848, -0.13674655556678772, 38.0, -0.266541987657547, 0.2962610125541687, -0.27467700839042664, -0.44368651509284973, 0.40929868817329407, -0.05319461226463318, -0.006482020486146212], "max": [0.9357408285140991, 2.0554568767547607, 1.0216459035873413, 0.23959881067276, -0.7422536015510559, -0.73150235414505, 2.294654130935669, 873.0, 0.31731799244880676, 0.41898199915885925, -0.1102060005068779, 0.5339215397834778, 0.9866856336593628, 0.5704952478408813, 0.7427722811698914, -0.21422171592712402, -1.9332139492034912, -1.2239819765090942, -0.18097320199012756, 2.69274640083313, 0.6727197170257568, 2.6047468185424805, 893.0, -0.003504999913275242, 0.4395279884338379, -0.02983899973332882, 0.05484267696738243, 0.9862528443336487, 0.5340952277183533, 0.7388094663619995], "mean": [0.5536956787109375, 2.0265231132507324, -0.453296959400177, -0.29062750935554504, -1.8384113311767578, -1.240969181060791, 0.9504244923591614, 518.9967041015625, 0.21174654364585876, 0.3460046648979187, -0.22128276526927948, 0.14947356283664703, 0.18750427663326263, 0.16513921320438385, 0.09629596769809723, -0.5800411701202393, -2.0356316566467285, -1.6274950504302979, -0.6765311360359192, 1.3900846242904663, -1.1603482961654663, 1.6494449377059937, 438.6775817871094, -0.14447906613349915, 0.36713334918022156, -0.185042142868042, -0.20146730542182922, 0.7322973012924194, 0.31062251329421997, 0.43934229016304016], "std": [0.1781693994998932, 0.027389438822865486, 0.8709025382995605, 0.4478033185005188, 0.5893242955207825, 0.19552935659885406, 0.775604784488678, 307.65350341796875, 0.09216855466365814, 0.030705925077199936, 0.04666081815958023, 0.2844621539115906, 0.6689901351928711, 0.38488370180130005, 0.47890907526016235, 0.1553698629140854, 0.01502246130257845, 0.1801610141992569, 0.4934118092060089, 1.0442607402801514, 0.3930881917476654, 0.948093593120575, 261.10308837890625, 0.07303665578365326, 0.03346316143870354, 0.055043771862983704, 0.15853282809257507, 0.1881156712770462, 0.16778478026390076, 0.21206524968147278], "count": [1222]}, "actions": {"min": [0.3658733665943146, 1.7588731050491333, -1.765104055404663, -1.1774165630340576, -2.894925355911255, -1.7913012504577637, 0.059690263122320175, 10.0, 0.017222000285983086, 0.2697579860687256, -0.29261699318885803, -0.4992620348930359, -0.6595482230186462, -0.5141661763191223, -0.6674473881721497, -0.8323649764060974, -2.0601344108581543, -2.0962975025177, -1.808911681175232, 0.05073672533035278, -1.7096199989318848, -0.13674655556678772, 38.0, -0.266541987657547, 0.2962610125541687, -0.27467700839042664, -0.44368651509284973, 0.40929868817329407, -0.05319461226463318, -0.006482020486146212], "max": [0.9357408285140991, 2.0554568767547607, 1.0216459035873413, 0.23959881067276, -0.7422536015510559, -0.73150235414505, 2.294654130935669, 873.0, 0.31731799244880676, 0.41898199915885925, -0.1102060005068779, 0.5339215397834778, 0.9866856336593628, 0.5704952478408813, 0.7427722811698914, -0.21422171592712402, -1.9332139492034912, -1.2239819765090942, -0.18097320199012756, 2.69274640083313, 0.6727197170257568, 2.6047468185424805, 893.0, -0.003504999913275242, 0.4395279884338379, -0.02983899973332882, 0.05484267696738243, 0.9862528443336487, 0.5340952277183533, 0.7388094663619995], "mean": [0.5536956787109375, 2.0265231132507324, -0.453296959400177, -0.29062750935554504, -1.8384113311767578, -1.240969181060791, 0.9504244923591614, 518.9967041015625, 0.21174654364585876, 0.3460046648979187, -0.22128276526927948, 0.14947356283664703, 0.18750427663326263, 0.16513921320438385, 0.09629596769809723, -0.5800411701202393, -2.0356316566467285, -1.6274950504302979, -0.6765311360359192, 1.3900846242904663, -1.1603482961654663, 1.6494449377059937, 438.6775817871094, -0.14447906613349915, 0.36713334918022156, -0.185042142868042, -0.20146730542182922, 0.7322973012924194, 0.31062251329421997, 0.43934229016304016], "std": [0.1781693994998932, 0.027389438822865486, 0.8709025382995605, 0.4478033185005188, 0.5893242955207825, 0.19552935659885406, 0.775604784488678, 307.65350341796875, 0.09216855466365814, 0.030705925077199936, 0.04666081815958023, 0.2844621539115906, 0.6689901351928711, 0.38488370180130005, 0.47890907526016235, 0.1553698629140854, 0.01502246130257845, 0.1801610141992569, 0.4934118092060089, 1.0442607402801514, 0.3930881917476654, 0.948093593120575, 261.10308837890625, 0.07303665578365326, 0.03346316143870354, 0.055043771862983704, 0.15853282809257507, 0.1881156712770462, 0.16778478026390076, 0.21206524968147278], "count": [1222]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008183306055646482], "std": [0.028594771210566527], "count": [1222]}, "timestamp": {"min": [0.0], "max": [48.84], "mean": [24.42], "std": [14.110435854359709], "count": [1222]}, "frame_index": {"min": [0], "max": [1221], "mean": [610.5], "std": [352.76089635899274], "count": [1222]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [1222]}, "index": {"min": [89887], "max": [91108], "mean": [90497.5], "std": [352.76089635899274], "count": [1222]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1222]}}} +{"episode_index": 74, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.47095912287406005]], [[0.47661841244114134]], [[0.47093461526635744]]], "std": [[[0.13558323795025198]], [[0.1330277617669667]], [[0.13494079321775435]]], "count": [186]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46765956958500243]], [[0.4725349143913838]], [[0.4656955557312531]]], "std": [[[0.07047658102070793]], [[0.06853852128294415]], [[0.07356265734691052]]], "count": [186]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.4697800629436363]], [[0.4708885923993253]], [[0.46696648020767445]]], "std": [[[0.10161620828712324]], [[0.10035182692470784]], [[0.10408095760393853]]], "count": [186]}, "states": {"min": [0.4314803183078766, 1.9626401662826538, -0.8469384908676147, -0.9404357671737671, -2.3190886974334717, -1.6991827487945557, 0.2928836941719055, 11.0, 0.035200998187065125, 0.3163129985332489, -0.28272899985313416, -0.4477090835571289, -0.6500091552734375, -0.5158719420433044, -0.66000896692276, -0.8882155418395996, -2.054182767868042, -1.9958888292312622, -1.2027587890625, -0.3649308979511261, -1.482325553894043, 0.545939028263092, 45.0, -0.2938539981842041, 0.3204909861087799, -0.2789340019226074, -0.4650694727897644, 0.34903064370155334, -0.00872338842600584, 0.1596197932958603], "max": [1.083971619606018, 2.047882080078125, 0.3806912302970886, 0.043161991983652115, -0.895668089389801, -0.8770454525947571, 1.4486931562423706, 724.0, 0.30137500166893005, 0.41301199793815613, -0.15815100073814392, 0.4645114243030548, 0.9216207265853882, 0.5587062239646912, 0.6696822047233582, -0.3312635123729706, -1.840187907218933, -1.3712354898452759, -0.08386306464672089, 2.716238498687744, -0.5586450099945068, 2.65305757522583, 902.0, -0.04874499887228012, 0.450219988822937, -0.08376999944448471, -0.05371357128024101, 0.9785922169685364, 0.5907334089279175, 0.730981707572937], "mean": [0.6562656760215759, 2.0261597633361816, -0.5022723078727722, -0.19578740000724792, -1.769152045249939, -1.1724098920822144, 0.7636131048202515, 443.4882507324219, 0.1913822591304779, 0.3688230514526367, -0.22331452369689941, 0.07331953942775726, 0.32588374614715576, 0.051508355885744095, -0.07322609424591064, -0.5677719116210938, -2.034339189529419, -1.6918296813964844, -0.4257991909980774, 0.9347394108772278, -1.165220022201538, 2.0269763469696045, 529.1260375976562, -0.19331514835357666, 0.37289005517959595, -0.20501625537872314, -0.2663467228412628, 0.6463140845298767, 0.36543431878089905, 0.47835713624954224], "std": [0.19362401962280273, 0.012470806948840618, 0.24258749186992645, 0.22374577820301056, 0.45657163858413696, 0.16491302847862244, 0.33517831563949585, 219.11123657226562, 0.08664371818304062, 0.020615849643945694, 0.02986394241452217, 0.3051007091999054, 0.6631220579147339, 0.3085353970527649, 0.5023917555809021, 0.1776992678642273, 0.02822837047278881, 0.21859094500541687, 0.38478416204452515, 1.1379469633102417, 0.12675662338733673, 0.7007874250411987, 239.30039978027344, 0.08047201484441757, 0.029110601171851158, 0.045227084308862686, 0.13943371176719666, 0.23834922909736633, 0.19575966894626617, 0.1854599565267563], "count": [1063]}, "actions": {"min": [0.4314803183078766, 1.9626401662826538, -0.8469384908676147, -0.9404357671737671, -2.3190886974334717, -1.6991827487945557, 0.2928836941719055, 11.0, 0.035200998187065125, 0.3163129985332489, -0.28272899985313416, -0.4477090835571289, -0.6500091552734375, -0.5158719420433044, -0.66000896692276, -0.8882155418395996, -2.054182767868042, -1.9958888292312622, -1.2027587890625, -0.3649308979511261, -1.482325553894043, 0.545939028263092, 45.0, -0.2938539981842041, 0.3204909861087799, -0.2789340019226074, -0.4650694727897644, 0.34903064370155334, -0.00872338842600584, 0.1596197932958603], "max": [1.083971619606018, 2.047882080078125, 0.3806912302970886, 0.043161991983652115, -0.895668089389801, -0.8770454525947571, 1.4486931562423706, 724.0, 0.30137500166893005, 0.41301199793815613, -0.15815100073814392, 0.4645114243030548, 0.9216207265853882, 0.5587062239646912, 0.6696822047233582, -0.3312635123729706, -1.840187907218933, -1.3712354898452759, -0.08386306464672089, 2.716238498687744, -0.5586450099945068, 2.65305757522583, 902.0, -0.04874499887228012, 0.450219988822937, -0.08376999944448471, -0.05371357128024101, 0.9785922169685364, 0.5907334089279175, 0.730981707572937], "mean": [0.6562656760215759, 2.0261597633361816, -0.5022723078727722, -0.19578740000724792, -1.769152045249939, -1.1724098920822144, 0.7636131048202515, 443.4882507324219, 0.1913822591304779, 0.3688230514526367, -0.22331452369689941, 0.07331953942775726, 0.32588374614715576, 0.051508355885744095, -0.07322609424591064, -0.5677719116210938, -2.034339189529419, -1.6918296813964844, -0.4257991909980774, 0.9347394108772278, -1.165220022201538, 2.0269763469696045, 529.1260375976562, -0.19331514835357666, 0.37289005517959595, -0.20501625537872314, -0.2663467228412628, 0.6463140845298767, 0.36543431878089905, 0.47835713624954224], "std": [0.19362401962280273, 0.012470806948840618, 0.24258749186992645, 0.22374577820301056, 0.45657163858413696, 0.16491302847862244, 0.33517831563949585, 219.11123657226562, 0.08664371818304062, 0.020615849643945694, 0.02986394241452217, 0.3051007091999054, 0.6631220579147339, 0.3085353970527649, 0.5023917555809021, 0.1776992678642273, 0.02822837047278881, 0.21859094500541687, 0.38478416204452515, 1.1379469633102417, 0.12675662338733673, 0.7007874250411987, 239.30039978027344, 0.08047201484441757, 0.029110601171851158, 0.045227084308862686, 0.13943371176719666, 0.23834922909736633, 0.19575966894626617, 0.1854599565267563], "count": [1063]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009407337723424271], "std": [0.03065695340884351], "count": [1063]}, "timestamp": {"min": [0.0], "max": [42.48], "mean": [21.24], "std": [12.274461291641275], "count": [1063]}, "frame_index": {"min": [0], "max": [1062], "mean": [531.0], "std": [306.8615322910319], "count": [1063]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [1063]}, "index": {"min": [91109], "max": [92171], "mean": [91640.0], "std": [306.8615322910319], "count": [1063]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1063]}}} +{"episode_index": 75, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4819189646857275]], [[0.48699953211828045]], [[0.4837292422475598]]], "std": [[[0.10837768398168544]], [[0.11072960369835333]], [[0.11114255235273283]]], "count": [227]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4746860432682618]], [[0.4800347240217673]], [[0.4744499564510092]]], "std": [[[0.05417648863301407]], [[0.05390407482282539]], [[0.05826960263639664]]], "count": [227]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.48278350393020647]], [[0.47940529444156516]], [[0.47336657722927644]]], "std": [[[0.11582599074612498]], [[0.12032125980046622]], [[0.12733523455531998]]], "count": [227]}, "states": {"min": [0.4276406168937683, 2.002957344055176, -0.6183353066444397, -0.5326396226882935, -2.6814889907836914, -1.7037380933761597, 0.4962320029735565, 1.0, 0.04690700024366379, 0.2939310073852539, -0.2754319906234741, -0.27522799372673035, -0.6860238313674927, -0.4156477749347687, -0.6861075162887573, -0.7048861384391785, -2.041773557662964, 0.035150930285453796, -0.05372123792767525, 0.2376440465450287, 1.2234933376312256, -1.793378233909607, 121.0, -0.31615200638771057, 0.2772209942340851, -0.24216300249099731, -0.498961478471756, -0.39710038900375366, -0.4463241994380951, -0.6322312355041504], "max": [1.01611328125, 2.0387191772460938, 0.1716531366109848, 0.07124434411525726, -1.7070019245147705, -0.661898672580719, 1.1776957511901855, 766.0, 0.29771900177001953, 0.4100649952888489, -0.1847900003194809, 0.44000548124313354, 0.912531316280365, 0.5026689767837524, 0.7049450874328613, -0.27757716178894043, -1.8001500368118286, 1.5465015172958374, 1.0585073232650757, 2.189009428024292, 1.6244478225708008, -0.3940778970718384, 877.0, -0.06687700003385544, 0.3718000054359436, -0.14082500338554382, 0.5262427926063538, 0.9527677297592163, 0.5458553433418274, 0.7192124128341675], "mean": [0.6419944167137146, 2.0173585414886475, -0.1873413324356079, -0.1452958881855011, -2.1354892253875732, -1.3292081356048584, 0.9206034541130066, 539.7080078125, 0.1814439445734024, 0.34079623222351074, -0.22588849067687988, 0.11071565002202988, 0.1967279016971588, 0.11348237842321396, 0.04430484399199486, -0.4192063510417938, -2.0135669708251953, 0.8855494260787964, 0.2631474733352661, 1.1202841997146606, 1.4364955425262451, -0.8773295283317566, 714.6640014648438, -0.2441890984773636, 0.3175055682659149, -0.208888441324234, -0.1398068219423294, 0.4234456419944763, 0.21123695373535156, 0.36055850982666016], "std": [0.18525776267051697, 0.007158609572798014, 0.1965283900499344, 0.1417333483695984, 0.37658289074897766, 0.22619040310382843, 0.15029343962669373, 266.7478942871094, 0.07794594764709473, 0.023170754313468933, 0.02762160263955593, 0.18784376978874207, 0.6853073239326477, 0.304220050573349, 0.5802741050720215, 0.12520484626293182, 0.05161527544260025, 0.3943624794483185, 0.36437180638313293, 0.6463149785995483, 0.11237113177776337, 0.4256831109523773, 184.7780303955078, 0.07547669857740402, 0.025666825473308563, 0.020853668451309204, 0.3358858525753021, 0.4263792335987091, 0.3457946181297302, 0.460795521736145], "count": [1387]}, "actions": {"min": [0.4276406168937683, 2.002957344055176, -0.6183353066444397, -0.5326396226882935, -2.6814889907836914, -1.7037380933761597, 0.4962320029735565, 1.0, 0.04690700024366379, 0.2939310073852539, -0.2754319906234741, -0.27522799372673035, -0.6860238313674927, -0.4156477749347687, -0.6861075162887573, -0.7048861384391785, -2.041773557662964, 0.035150930285453796, -0.05372123792767525, 0.2376440465450287, 1.2234933376312256, -1.793378233909607, 121.0, -0.31615200638771057, 0.2772209942340851, -0.24216300249099731, -0.498961478471756, -0.39710038900375366, -0.4463241994380951, -0.6322312355041504], "max": [1.01611328125, 2.0387191772460938, 0.1716531366109848, 0.07124434411525726, -1.7070019245147705, -0.661898672580719, 1.1776957511901855, 766.0, 0.29771900177001953, 0.4100649952888489, -0.1847900003194809, 0.44000548124313354, 0.912531316280365, 0.5026689767837524, 0.7049450874328613, -0.27757716178894043, -1.8001500368118286, 1.5465015172958374, 1.0585073232650757, 2.189009428024292, 1.6244478225708008, -0.3940778970718384, 877.0, -0.06687700003385544, 0.3718000054359436, -0.14082500338554382, 0.5262427926063538, 0.9527677297592163, 0.5458553433418274, 0.7192124128341675], "mean": [0.6419944167137146, 2.0173585414886475, -0.1873413324356079, -0.1452958881855011, -2.1354892253875732, -1.3292081356048584, 0.9206034541130066, 539.7080078125, 0.1814439445734024, 0.34079623222351074, -0.22588849067687988, 0.11071565002202988, 0.1967279016971588, 0.11348237842321396, 0.04430484399199486, -0.4192063510417938, -2.0135669708251953, 0.8855494260787964, 0.2631474733352661, 1.1202841997146606, 1.4364955425262451, -0.8773295283317566, 714.6640014648438, -0.2441890984773636, 0.3175055682659149, -0.208888441324234, -0.1398068219423294, 0.4234456419944763, 0.21123695373535156, 0.36055850982666016], "std": [0.18525776267051697, 0.007158609572798014, 0.1965283900499344, 0.1417333483695984, 0.37658289074897766, 0.22619040310382843, 0.15029343962669373, 266.7478942871094, 0.07794594764709473, 0.023170754313468933, 0.02762160263955593, 0.18784376978874207, 0.6853073239326477, 0.304220050573349, 0.5802741050720215, 0.12520484626293182, 0.05161527544260025, 0.3943624794483185, 0.36437180638313293, 0.6463149785995483, 0.11237113177776337, 0.4256831109523773, 184.7780303955078, 0.07547669857740402, 0.025666825473308563, 0.020853668451309204, 0.3358858525753021, 0.4263792335987091, 0.3457946181297302, 0.460795521736145], "count": [1387]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007209805335255948], "std": [0.026841399378495005], "count": [1387]}, "timestamp": {"min": [0.0], "max": [55.44], "mean": [27.72], "std": [16.01569230473663], "count": [1387]}, "frame_index": {"min": [0], "max": [1386], "mean": [693.0], "std": [400.39230761841566], "count": [1387]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [1387]}, "index": {"min": [92172], "max": [93558], "mean": [92865.0], "std": [400.39230761841566], "count": [1387]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1387]}}} +{"episode_index": 76, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.47747260291551175]], [[0.48168362676658794]], [[0.47894661952913803]]], "std": [[[0.13436208475996958]], [[0.13567107121426292]], [[0.13597851916022852]]], "count": [191]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6588235294117647]], [[0.6274509803921569]], [[0.6352941176470588]]], "mean": [[[0.4823491331742121]], [[0.48512133101495397]], [[0.4796129161961469]]], "std": [[[0.07805312437750427]], [[0.0760057038991703]], [[0.07999330811356853]]], "count": [191]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.47333196668719846]], [[0.474754546932211]], [[0.4706918715566506]]], "std": [[[0.11646765311603334]], [[0.11745351188973635]], [[0.12102228915166391]]], "count": [191]}, "states": {"min": [0.4677657186985016, 2.0110206604003906, -0.08374089747667313, -0.23572418093681335, -2.7609188556671143, -1.5389790534973145, 0.16599826514720917, 6.0, 0.02965099923312664, 0.2910979986190796, -0.28291401267051697, -0.4500139057636261, -0.6432010531425476, -0.37328389286994934, -0.6700736880302429, -0.7495665550231934, -2.045909881591797, -1.8941185474395752, -1.356871247291565, 0.7470183372497559, -1.4294421672821045, 1.0274055004119873, 62.0, -0.22607000172138214, 0.32253700494766235, -0.2576490044593811, -0.2853648364543915, 0.6670999526977539, -0.07462147623300552, 0.28646016120910645], "max": [1.007264494895935, 2.0340590476989746, 0.7490603923797607, 0.2303834706544876, -2.3101179599761963, -0.7203847169876099, 0.8193972110748291, 888.0, 0.21352499723434448, 0.4052410125732422, -0.19738399982452393, 0.44387760758399963, 0.8846275210380554, 0.40296947956085205, 0.6619934439659119, -0.14912094175815582, -2.005138874053955, -1.6331220865249634, -0.3496418297290802, 2.322439670562744, -0.7719242572784424, 2.3653924465179443, 861.0, -0.07192499935626984, 0.39979198575019836, -0.1260630041360855, -0.07969667762517929, 0.9478917121887207, 0.44052210450172424, 0.6069841384887695], "mean": [0.7303998470306396, 2.023016929626465, 0.35668450593948364, -0.0028750377241522074, -2.611452579498291, -1.1566789150238037, 0.6939629912376404, 552.6178588867188, 0.13288556039333344, 0.36574751138687134, -0.23031207919120789, -0.028528904542326927, 0.30065345764160156, -0.023249484598636627, -0.12547321617603302, -0.522760272026062, -2.0323550701141357, -1.7642477750778198, -0.6703250408172607, 1.5437101125717163, -0.9870489835739136, 1.8199372291564941, 516.3956909179688, -0.1462327390909195, 0.37908005714416504, -0.21565254032611847, -0.1738794893026352, 0.8054774403572083, 0.25363489985466003, 0.44988924264907837], "std": [0.15645861625671387, 0.005382269620895386, 0.23818284273147583, 0.15224531292915344, 0.09423384070396423, 0.2850203514099121, 0.12405458837747574, 302.8365783691406, 0.06587563455104828, 0.021498708054423332, 0.022620709612965584, 0.22485987842082977, 0.6730313897132874, 0.2685393989086151, 0.5629059672355652, 0.15030483901500702, 0.006237530615180731, 0.061840835958719254, 0.2797163724899292, 0.540719211101532, 0.14417554438114166, 0.3600151836872101, 254.08798217773438, 0.04230238497257233, 0.019489819183945656, 0.029092712327837944, 0.059680331498384476, 0.09547452628612518, 0.17779052257537842, 0.09977103769779205], "count": [1107]}, "actions": {"min": [0.4677657186985016, 2.0110206604003906, -0.08374089747667313, -0.23572418093681335, -2.7609188556671143, -1.5389790534973145, 0.16599826514720917, 6.0, 0.02965099923312664, 0.2910979986190796, -0.28291401267051697, -0.4500139057636261, -0.6432010531425476, -0.37328389286994934, -0.6700736880302429, -0.7495665550231934, -2.045909881591797, -1.8941185474395752, -1.356871247291565, 0.7470183372497559, -1.4294421672821045, 1.0274055004119873, 62.0, -0.22607000172138214, 0.32253700494766235, -0.2576490044593811, -0.2853648364543915, 0.6670999526977539, -0.07462147623300552, 0.28646016120910645], "max": [1.007264494895935, 2.0340590476989746, 0.7490603923797607, 0.2303834706544876, -2.3101179599761963, -0.7203847169876099, 0.8193972110748291, 888.0, 0.21352499723434448, 0.4052410125732422, -0.19738399982452393, 0.44387760758399963, 0.8846275210380554, 0.40296947956085205, 0.6619934439659119, -0.14912094175815582, -2.005138874053955, -1.6331220865249634, -0.3496418297290802, 2.322439670562744, -0.7719242572784424, 2.3653924465179443, 861.0, -0.07192499935626984, 0.39979198575019836, -0.1260630041360855, -0.07969667762517929, 0.9478917121887207, 0.44052210450172424, 0.6069841384887695], "mean": [0.7303998470306396, 2.023016929626465, 0.35668450593948364, -0.0028750377241522074, -2.611452579498291, -1.1566789150238037, 0.6939629912376404, 552.6178588867188, 0.13288556039333344, 0.36574751138687134, -0.23031207919120789, -0.028528904542326927, 0.30065345764160156, -0.023249484598636627, -0.12547321617603302, -0.522760272026062, -2.0323550701141357, -1.7642477750778198, -0.6703250408172607, 1.5437101125717163, -0.9870489835739136, 1.8199372291564941, 516.3956909179688, -0.1462327390909195, 0.37908005714416504, -0.21565254032611847, -0.1738794893026352, 0.8054774403572083, 0.25363489985466003, 0.44988924264907837], "std": [0.15645861625671387, 0.005382269620895386, 0.23818284273147583, 0.15224531292915344, 0.09423384070396423, 0.2850203514099121, 0.12405458837747574, 302.8365783691406, 0.06587563455104828, 0.021498708054423332, 0.022620709612965584, 0.22485987842082977, 0.6730313897132874, 0.2685393989086151, 0.5629059672355652, 0.15030483901500702, 0.006237530615180731, 0.061840835958719254, 0.2797163724899292, 0.540719211101532, 0.14417554438114166, 0.3600151836872101, 254.08798217773438, 0.04230238497257233, 0.019489819183945656, 0.029092712327837944, 0.059680331498384476, 0.09547452628612518, 0.17779052257537842, 0.09977103769779205], "count": [1107]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009033423667570009], "std": [0.03004207614871886], "count": [1107]}, "timestamp": {"min": [0.0], "max": [44.24], "mean": [22.12], "std": [12.782529744407665], "count": [1107]}, "frame_index": {"min": [0], "max": [1106], "mean": [553.0], "std": [319.5632436101916], "count": [1107]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [1107]}, "index": {"min": [93559], "max": [94665], "mean": [94112.0], "std": [319.5632436101916], "count": [1107]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1107]}}} +{"episode_index": 77, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46529324229691876]], [[0.46840505924592063]], [[0.4654787790116046]]], "std": [[[0.1288654513961874]], [[0.12582593783066523]], [[0.12765196056379144]]], "count": [147]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6509803921568628]], [[0.6235294117647059]], [[0.6274509803921569]]], "mean": [[[0.4809887524454226]], [[0.48397438975590235]], [[0.4785618469610066]]], "std": [[[0.07545987599062469]], [[0.07431918346643077]], [[0.08029602503919288]]], "count": [147]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4721215402827798]], [[0.47374032807567473]], [[0.4697486661331199]]], "std": [[[0.08819142154904902]], [[0.08782001869774718]], [[0.09248935223433309]]], "count": [147]}, "states": {"min": [0.5180661082267761, 1.9959934949874878, -2.011038303375244, -1.439215898513794, 0.6497686505317688, 0.9833185076713562, -2.8421988487243652, 53.0, 0.0028299998957663774, 0.31918200850486755, -0.23208099603652954, -0.2547297179698944, -0.630003809928894, -0.38634851574897766, -0.6483927965164185, -1.0358529090881348, -2.037759304046631, 0.02453933097422123, -0.050300393253564835, 1.1990063190460205, 0.9130865335464478, -2.2328522205352783, 37.0, -0.26058098673820496, 0.3428040146827698, -0.22012799978256226, -0.4966994822025299, -0.48955512046813965, -0.3224295675754547, -0.6633155941963196], "max": [1.0245780944824219, 2.037235736846924, 0.5993984341621399, -0.11037462204694748, 1.3928948640823364, 1.6612043380737305, -0.8489630818367004, 880.0, 0.2852950096130371, 0.429082989692688, -0.054648999124765396, 0.5670862793922424, 0.9724034667015076, 0.4850192070007324, 0.6593936085700989, -0.339815616607666, -1.8776775598526, 1.8097494840621948, 1.4924660921096802, 2.429759979248047, 1.6094553470611572, 0.042289331555366516, 878.0, -0.02398199960589409, 0.42606499791145325, -0.1123730018734932, 0.6578482985496521, 0.9699966907501221, 0.4262758493423462, 0.7301748991012573], "mean": [0.6885674595832825, 2.020277261734009, -0.6962547898292542, -0.7290449738502502, 0.9812203645706177, 1.3878867626190186, -1.5540534257888794, 618.5670166015625, 0.16405460238456726, 0.38080716133117676, -0.15178914368152618, -0.04357099533081055, 0.6997104287147522, -0.17448468506336212, -0.3823520243167877, -0.6384023427963257, -1.997832179069519, 1.0191258192062378, 0.5977914333343506, 1.863501787185669, 1.342297077178955, -1.4534106254577637, 569.9832763671875, -0.15430107712745667, 0.36997711658477783, -0.17376141250133514, -0.07895653694868088, 0.7261222004890442, 0.1935180425643921, 0.39950141310691833], "std": [0.12486288696527481, 0.008696751669049263, 0.6157962083816528, 0.3779940605163574, 0.2630580961704254, 0.19454579055309296, 0.4397267699241638, 329.1042785644531, 0.07078474014997482, 0.026068925857543945, 0.055643774569034576, 0.17772449553012848, 0.3821529746055603, 0.19947192072868347, 0.3383086323738098, 0.16650791466236115, 0.04300130531191826, 0.4598448574542999, 0.41080769896507263, 0.41968825459480286, 0.17090384662151337, 0.5669564604759216, 303.39849853515625, 0.0725778266787529, 0.022280676290392876, 0.026212399825453758, 0.22052250802516937, 0.32159751653671265, 0.171077698469162, 0.296881765127182], "count": [776]}, "actions": {"min": [0.5180661082267761, 1.9959934949874878, -2.011038303375244, -1.439215898513794, 0.6497686505317688, 0.9833185076713562, -2.8421988487243652, 53.0, 0.0028299998957663774, 0.31918200850486755, -0.23208099603652954, -0.2547297179698944, -0.630003809928894, -0.38634851574897766, -0.6483927965164185, -1.0358529090881348, -2.037759304046631, 0.02453933097422123, -0.050300393253564835, 1.1990063190460205, 0.9130865335464478, -2.2328522205352783, 37.0, -0.26058098673820496, 0.3428040146827698, -0.22012799978256226, -0.4966994822025299, -0.48955512046813965, -0.3224295675754547, -0.6633155941963196], "max": [1.0245780944824219, 2.037235736846924, 0.5993984341621399, -0.11037462204694748, 1.3928948640823364, 1.6612043380737305, -0.8489630818367004, 880.0, 0.2852950096130371, 0.429082989692688, -0.054648999124765396, 0.5670862793922424, 0.9724034667015076, 0.4850192070007324, 0.6593936085700989, -0.339815616607666, -1.8776775598526, 1.8097494840621948, 1.4924660921096802, 2.429759979248047, 1.6094553470611572, 0.042289331555366516, 878.0, -0.02398199960589409, 0.42606499791145325, -0.1123730018734932, 0.6578482985496521, 0.9699966907501221, 0.4262758493423462, 0.7301748991012573], "mean": [0.6885674595832825, 2.020277261734009, -0.6962547898292542, -0.7290449738502502, 0.9812203645706177, 1.3878867626190186, -1.5540534257888794, 618.5670166015625, 0.16405460238456726, 0.38080716133117676, -0.15178914368152618, -0.04357099533081055, 0.6997104287147522, -0.17448468506336212, -0.3823520243167877, -0.6384023427963257, -1.997832179069519, 1.0191258192062378, 0.5977914333343506, 1.863501787185669, 1.342297077178955, -1.4534106254577637, 569.9832763671875, -0.15430107712745667, 0.36997711658477783, -0.17376141250133514, -0.07895653694868088, 0.7261222004890442, 0.1935180425643921, 0.39950141310691833], "std": [0.12486288696527481, 0.008696751669049263, 0.6157962083816528, 0.3779940605163574, 0.2630580961704254, 0.19454579055309296, 0.4397267699241638, 329.1042785644531, 0.07078474014997482, 0.026068925857543945, 0.055643774569034576, 0.17772449553012848, 0.3821529746055603, 0.19947192072868347, 0.3383086323738098, 0.16650791466236115, 0.04300130531191826, 0.4598448574542999, 0.41080769896507263, 0.41968825459480286, 0.17090384662151337, 0.5669564604759216, 303.39849853515625, 0.0725778266787529, 0.022280676290392876, 0.026212399825453758, 0.22052250802516937, 0.32159751653671265, 0.171077698469162, 0.296881765127182], "count": [776]}, "next.done": {"min": [false], "max": [true], "mean": [0.001288659793814433], "std": [0.035874770379059416], "count": [776]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.960468737739115], "count": [776]}, "frame_index": {"min": [0], "max": [775], "mean": [387.5], "std": [224.01171844347786], "count": [776]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [776]}, "index": {"min": [94666], "max": [95441], "mean": [95053.5], "std": [224.01171844347786], "count": [776]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [776]}}} +{"episode_index": 78, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.479327669275879]], [[0.48262435819189337]], [[0.47918576590715334]]], "std": [[[0.13110584231900183]], [[0.13121456643958537]], [[0.13128936442744712]]], "count": [253]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.4716418250600635]], [[0.4760948188728719]], [[0.47058465731483634]]], "std": [[[0.07912105683949958]], [[0.07363920271589597]], [[0.07528047256338166]]], "count": [253]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4785173740280038]], [[0.47778935373556536]], [[0.4721077163902451]]], "std": [[[0.10821345658584446]], [[0.11156470142128361]], [[0.11674062279776419]]], "count": [253]}, "states": {"min": [0.6096784472465515, 1.7648595571517944, -1.7243330478668213, -0.6218957304954529, -1.9467403888702393, -1.3805729150772095, 0.4507662057876587, -1.0, 0.037675000727176666, 0.32309600710868835, -0.25523900985717773, -0.41655758023262024, 0.5903638005256653, -0.39405858516693115, -0.627472996711731, -1.2752772569656372, -2.0417909622192383, 2.7470436096191406, -0.8557174801826477, -1.1766486167907715, 1.019970417022705, -1.4058103561401367, 412.0, -0.27744999527931213, 0.33595898747444153, -0.24714000523090363, -0.39544638991355896, 0.5743932127952576, -0.10383214801549911, 0.23489227890968323], "max": [0.9265604615211487, 2.058668375015259, -0.8771675825119019, -0.07045894861221313, -0.5951049327850342, -0.8462229371070862, 1.4673333168029785, 878.0, 0.21859599649906158, 0.453559011220932, -0.15215100347995758, 0.04822497069835663, 0.937768280506134, -0.028031500056385994, -0.33605897426605225, -0.4927588105201721, -1.988436222076416, 2.8657259941101074, 0.0506843626499176, 0.39215803146362305, 1.7004045248031616, -0.3880390524864197, 889.0, -0.05264599993824959, 0.433461993932724, -0.13208499550819397, 0.021928783506155014, 0.9488909244537354, 0.4722939431667328, 0.6299992203712463], "mean": [0.7955992221832275, 2.0046985149383545, -1.2573620080947876, -0.2940223515033722, -1.5455487966537476, -1.031612753868103, 1.2124695777893066, 449.78387451171875, 0.10726144164800644, 0.39946845173835754, -0.20953546464443207, -0.11257907748222351, 0.8220676183700562, -0.21135999262332916, -0.4854377508163452, -0.7140085697174072, -2.0335700511932373, 2.82675838470459, -0.22422204911708832, -0.691518247127533, 1.2487763166427612, -0.7869107723236084, 668.5065307617188, -0.20393595099449158, 0.37935057282447815, -0.21548384428024292, -0.2617088854312897, 0.6799840331077576, 0.33960771560668945, 0.5300306081771851], "std": [0.09182428568601608, 0.058945827186107635, 0.24088548123836517, 0.14785738289356232, 0.28997743129730225, 0.13382276892662048, 0.23569457232952118, 302.25665283203125, 0.048975370824337006, 0.0345618762075901, 0.027995791286230087, 0.09200609475374222, 0.08129002898931503, 0.10409644991159439, 0.07279015332460403, 0.24401773512363434, 0.005307902116328478, 0.045331232249736786, 0.22389723360538483, 0.5038203597068787, 0.1548803299665451, 0.24903351068496704, 174.2071990966797, 0.056386444717645645, 0.021152690052986145, 0.029610611498355865, 0.11127956956624985, 0.1319883167743683, 0.1802304983139038, 0.10284236073493958], "count": [1601]}, "actions": {"min": [0.6096784472465515, 1.7648595571517944, -1.7243330478668213, -0.6218957304954529, -1.9467403888702393, -1.3805729150772095, 0.4507662057876587, -1.0, 0.037675000727176666, 0.32309600710868835, -0.25523900985717773, -0.41655758023262024, 0.5903638005256653, -0.39405858516693115, -0.627472996711731, -1.2752772569656372, -2.0417909622192383, 2.7470436096191406, -0.8557174801826477, -1.1766486167907715, 1.019970417022705, -1.4058103561401367, 412.0, -0.27744999527931213, 0.33595898747444153, -0.24714000523090363, -0.39544638991355896, 0.5743932127952576, -0.10383214801549911, 0.23489227890968323], "max": [0.9265604615211487, 2.058668375015259, -0.8771675825119019, -0.07045894861221313, -0.5951049327850342, -0.8462229371070862, 1.4673333168029785, 878.0, 0.21859599649906158, 0.453559011220932, -0.15215100347995758, 0.04822497069835663, 0.937768280506134, -0.028031500056385994, -0.33605897426605225, -0.4927588105201721, -1.988436222076416, 2.8657259941101074, 0.0506843626499176, 0.39215803146362305, 1.7004045248031616, -0.3880390524864197, 889.0, -0.05264599993824959, 0.433461993932724, -0.13208499550819397, 0.021928783506155014, 0.9488909244537354, 0.4722939431667328, 0.6299992203712463], "mean": [0.7955992221832275, 2.0046985149383545, -1.2573620080947876, -0.2940223515033722, -1.5455487966537476, -1.031612753868103, 1.2124695777893066, 449.78387451171875, 0.10726144164800644, 0.39946845173835754, -0.20953546464443207, -0.11257907748222351, 0.8220676183700562, -0.21135999262332916, -0.4854377508163452, -0.7140085697174072, -2.0335700511932373, 2.82675838470459, -0.22422204911708832, -0.691518247127533, 1.2487763166427612, -0.7869107723236084, 668.5065307617188, -0.20393595099449158, 0.37935057282447815, -0.21548384428024292, -0.2617088854312897, 0.6799840331077576, 0.33960771560668945, 0.5300306081771851], "std": [0.09182428568601608, 0.058945827186107635, 0.24088548123836517, 0.14785738289356232, 0.28997743129730225, 0.13382276892662048, 0.23569457232952118, 302.25665283203125, 0.048975370824337006, 0.0345618762075901, 0.027995791286230087, 0.09200609475374222, 0.08129002898931503, 0.10409644991159439, 0.07279015332460403, 0.24401773512363434, 0.005307902116328478, 0.045331232249736786, 0.22389723360538483, 0.5038203597068787, 0.1548803299665451, 0.24903351068496704, 174.2071990966797, 0.056386444717645645, 0.021152690052986145, 0.029610611498355865, 0.11127956956624985, 0.1319883167743683, 0.1802304983139038, 0.10284236073493958], "count": [1601]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006246096189881324], "std": [0.024984384759525295], "count": [1601]}, "timestamp": {"min": [0.0], "max": [64.0], "mean": [32.0], "std": [18.48675201326615], "count": [1601]}, "frame_index": {"min": [0], "max": [1600], "mean": [800.0], "std": [462.1688003316537], "count": [1601]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [1601]}, "index": {"min": [95442], "max": [97042], "mean": [96242.0], "std": [462.1688003316537], "count": [1601]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1601]}}} +{"episode_index": 79, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4740049341453753]], [[0.47815895721925133]], [[0.47452715760546643]]], "std": [[[0.12571018222665897]], [[0.12560499402731423]], [[0.12655566552266898]]], "count": [165]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47896724351356706]], [[0.48227918275896214]], [[0.47633894087938206]]], "std": [[[0.08558006002735331]], [[0.08336053545464668]], [[0.08604929833937199]]], "count": [165]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.48171801841948897]], [[0.4832383739354328]], [[0.4786418176866706]]], "std": [[[0.0996434047142067]], [[0.10037462479825134]], [[0.10513725213352314]]], "count": [165]}, "states": {"min": [0.6026971340179443, 1.8935775756835938, -1.5419985055923462, -0.4722861051559448, 1.0767459869384766, 0.8969596028327942, -2.9497461318969727, 8.0, 0.036729998886585236, 0.3454590141773224, -0.2388560026884079, -0.48435842990875244, 0.583994448184967, -0.45103389024734497, -0.5995568037033081, -0.9190380573272705, -2.0571322441101074, -2.503448009490967, -1.0451555252075195, 0.5145405530929565, -1.74297297000885, 1.0327463150024414, -4.0, -0.242139995098114, 0.3361549973487854, -0.2576340138912201, -0.43490979075431824, 0.4614524245262146, 0.10011336207389832, 0.23503099381923676], "max": [0.9404706358909607, 2.0446882247924805, -0.843465268611908, 0.010489429347217083, 2.493307590484619, 1.4723947048187256, -1.6813106536865234, 876.0, 0.2276110053062439, 0.43897300958633423, -0.1816280037164688, 0.056560952216386795, 0.9181391000747681, 0.04898283630609512, -0.3729016184806824, -0.49101346731185913, -2.0192935466766357, -1.5969936847686768, 0.07300712913274765, 2.5321061611175537, -0.9749410152435303, 2.7252793312072754, 887.0, -0.049977999180555344, 0.4371030032634735, -0.09762600064277649, 0.1231745183467865, 0.9593266844749451, 0.5532510876655579, 0.7157571315765381], "mean": [0.7272555828094482, 2.0004525184631348, -1.0709559917449951, -0.29976150393486023, 1.6536927223205566, 1.1172995567321777, -2.152678966522217, 581.7832641601562, 0.15215624868869781, 0.3970339596271515, -0.20634940266609192, -0.19286347925662994, 0.7820721864700317, -0.22811129689216614, -0.4763871729373932, -0.6697930693626404, -2.039228916168213, -2.197659492492676, -0.4543984830379486, 1.710036039352417, -1.242578387260437, 1.762298583984375, 593.8504028320312, -0.16155140101909637, 0.382479190826416, -0.19912374019622803, -0.12187393009662628, 0.7335528135299683, 0.3231760561466217, 0.48491546511650085], "std": [0.10059336572885513, 0.03162926435470581, 0.20607733726501465, 0.1551283448934555, 0.4900716245174408, 0.12725771963596344, 0.48389580845832825, 293.8511962890625, 0.06049339473247528, 0.02715452015399933, 0.01293448731303215, 0.19337834417819977, 0.11188220977783203, 0.14056529104709625, 0.050155773758888245, 0.12813685834407806, 0.005560536403208971, 0.240398108959198, 0.29763975739479065, 0.5880370736122131, 0.18456897139549255, 0.46648043394088745, 287.0308532714844, 0.05841658264398575, 0.022962873801589012, 0.033878881484270096, 0.1366916447877884, 0.1938714236021042, 0.1601000279188156, 0.15987436473369598], "count": [909]}, "actions": {"min": [0.6026971340179443, 1.8935775756835938, -1.5419985055923462, -0.4722861051559448, 1.0767459869384766, 0.8969596028327942, -2.9497461318969727, 8.0, 0.036729998886585236, 0.3454590141773224, -0.2388560026884079, -0.48435842990875244, 0.583994448184967, -0.45103389024734497, -0.5995568037033081, -0.9190380573272705, -2.0571322441101074, -2.503448009490967, -1.0451555252075195, 0.5145405530929565, -1.74297297000885, 1.0327463150024414, -4.0, -0.242139995098114, 0.3361549973487854, -0.2576340138912201, -0.43490979075431824, 0.4614524245262146, 0.10011336207389832, 0.23503099381923676], "max": [0.9404706358909607, 2.0446882247924805, -0.843465268611908, 0.010489429347217083, 2.493307590484619, 1.4723947048187256, -1.6813106536865234, 876.0, 0.2276110053062439, 0.43897300958633423, -0.1816280037164688, 0.056560952216386795, 0.9181391000747681, 0.04898283630609512, -0.3729016184806824, -0.49101346731185913, -2.0192935466766357, -1.5969936847686768, 0.07300712913274765, 2.5321061611175537, -0.9749410152435303, 2.7252793312072754, 887.0, -0.049977999180555344, 0.4371030032634735, -0.09762600064277649, 0.1231745183467865, 0.9593266844749451, 0.5532510876655579, 0.7157571315765381], "mean": [0.7272555828094482, 2.0004525184631348, -1.0709559917449951, -0.29976150393486023, 1.6536927223205566, 1.1172995567321777, -2.152678966522217, 581.7832641601562, 0.15215624868869781, 0.3970339596271515, -0.20634940266609192, -0.19286347925662994, 0.7820721864700317, -0.22811129689216614, -0.4763871729373932, -0.6697930693626404, -2.039228916168213, -2.197659492492676, -0.4543984830379486, 1.710036039352417, -1.242578387260437, 1.762298583984375, 593.8504028320312, -0.16155140101909637, 0.382479190826416, -0.19912374019622803, -0.12187393009662628, 0.7335528135299683, 0.3231760561466217, 0.48491546511650085], "std": [0.10059336572885513, 0.03162926435470581, 0.20607733726501465, 0.1551283448934555, 0.4900716245174408, 0.12725771963596344, 0.48389580845832825, 293.8511962890625, 0.06049339473247528, 0.02715452015399933, 0.01293448731303215, 0.19337834417819977, 0.11188220977783203, 0.14056529104709625, 0.050155773758888245, 0.12813685834407806, 0.005560536403208971, 0.240398108959198, 0.29763975739479065, 0.5880370736122131, 0.18456897139549255, 0.46648043394088745, 287.0308532714844, 0.05841658264398575, 0.022962873801589012, 0.033878881484270096, 0.1366916447877884, 0.1938714236021042, 0.1601000279188156, 0.15987436473369598], "count": [909]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011001100110011], "std": [0.0331496571470173], "count": [909]}, "timestamp": {"min": [0.0], "max": [36.32], "mean": [18.16], "std": [10.496221542377365], "count": [909]}, "frame_index": {"min": [0], "max": [908], "mean": [454.0], "std": [262.40553855943415], "count": [909]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [909]}, "index": {"min": [97043], "max": [97951], "mean": [97497.0], "std": [262.40553855943415], "count": [909]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [909]}}} +{"episode_index": 80, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4571422279618598]], [[0.46586308637379004]], [[0.45950324470505505]]], "std": [[[0.14724183236171504]], [[0.14543061053965792]], [[0.14629154385869766]]], "count": [158]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4632501409055183]], [[0.46991134974559445]], [[0.4635182776433358]]], "std": [[[0.09036857003007638]], [[0.08773874661565204]], [[0.091288433247625]]], "count": [158]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[0.8823529411764706]]], "mean": [[[0.46506517074129233]], [[0.466910996835443]], [[0.46403098499420864]]], "std": [[[0.1078087315021372]], [[0.10445158403032218]], [[0.10688189526154972]]], "count": [158]}, "states": {"min": [0.460260808467865, 2.0092406272888184, -0.8175995945930481, -0.42038002610206604, -2.1482908725738525, -1.4967246055603027, 0.07239625602960587, 0.0, 0.0930429995059967, 0.2932499945163727, -0.2826499938964844, -0.4873174726963043, -0.5968925952911377, -0.4957973062992096, -0.6415820121765137, -0.8315272927284241, -2.055596351623535, 0.6135181188583374, -0.18100810050964355, 0.3511253595352173, 0.6901206374168396, -1.9113973379135132, 40.0, -0.19765299558639526, 0.3310779929161072, -0.25064098834991455, -0.40081414580345154, 0.4897354543209076, -0.06885406374931335, 0.2350171059370041], "max": [0.792030394077301, 2.035560131072998, -0.42329469323158264, 0.10840240120887756, -0.8400793075561523, -1.006060242652893, 0.9646783471107483, 882.0, 0.26188498735427856, 0.4119510054588318, -0.20048999786376953, 0.5366557240486145, 0.8616719841957092, 0.5104528069496155, 0.6059308052062988, -0.2664943337440491, -1.7989283800125122, 1.613434910774231, 1.1804360151290894, 2.4427804946899414, 1.5290132761001587, -0.3634648323059082, 903.0, -0.039746999740600586, 0.4161919951438904, -0.11978500336408615, 0.006611214485019445, 0.965429425239563, 0.4662739336490631, 0.679200291633606], "mean": [0.6204798221588135, 2.0248517990112305, -0.634809672832489, -0.10366035252809525, -1.4332704544067383, -1.171825647354126, 0.5782780647277832, 607.7333374023438, 0.19237208366394043, 0.36708271503448486, -0.23383906483650208, -0.22384805977344513, 0.6081250905990601, -0.24612240493297577, -0.4526835083961487, -0.6034043431282043, -2.0314598083496094, 1.3185756206512451, 0.6194984316825867, 1.4899439811706543, 1.2120410203933716, -1.3160475492477417, 508.94970703125, -0.1291031688451767, 0.3729169964790344, -0.1886584609746933, -0.1374002993106842, 0.7722763419151306, 0.23095251619815826, 0.48704206943511963], "std": [0.07831859588623047, 0.005561540834605694, 0.13758064806461334, 0.1442268341779709, 0.49835193157196045, 0.12985412776470184, 0.30084729194641113, 280.0469970703125, 0.04986873269081116, 0.03300055116415024, 0.015811970457434654, 0.2464209944009781, 0.3389769196510315, 0.2465125322341919, 0.2796083092689514, 0.15453357994556427, 0.033303152769804, 0.2926110327243805, 0.3420208990573883, 0.7581868171691895, 0.15849676728248596, 0.5024733543395996, 243.6738739013672, 0.053875915706157684, 0.018234997987747192, 0.027705468237400055, 0.13517777621746063, 0.1674041599035263, 0.1579066962003708, 0.15142814815044403], "count": [855]}, "actions": {"min": [0.460260808467865, 2.0092406272888184, -0.8175995945930481, -0.42038002610206604, -2.1482908725738525, -1.4967246055603027, 0.07239625602960587, 0.0, 0.0930429995059967, 0.2932499945163727, -0.2826499938964844, -0.4873174726963043, -0.5968925952911377, -0.4957973062992096, -0.6415820121765137, -0.8315272927284241, -2.055596351623535, 0.6135181188583374, -0.18100810050964355, 0.3511253595352173, 0.6901206374168396, -1.9113973379135132, 40.0, -0.19765299558639526, 0.3310779929161072, -0.25064098834991455, -0.40081414580345154, 0.4897354543209076, -0.06885406374931335, 0.2350171059370041], "max": [0.792030394077301, 2.035560131072998, -0.42329469323158264, 0.10840240120887756, -0.8400793075561523, -1.006060242652893, 0.9646783471107483, 882.0, 0.26188498735427856, 0.4119510054588318, -0.20048999786376953, 0.5366557240486145, 0.8616719841957092, 0.5104528069496155, 0.6059308052062988, -0.2664943337440491, -1.7989283800125122, 1.613434910774231, 1.1804360151290894, 2.4427804946899414, 1.5290132761001587, -0.3634648323059082, 903.0, -0.039746999740600586, 0.4161919951438904, -0.11978500336408615, 0.006611214485019445, 0.965429425239563, 0.4662739336490631, 0.679200291633606], "mean": [0.6204798221588135, 2.0248517990112305, -0.634809672832489, -0.10366035252809525, -1.4332704544067383, -1.171825647354126, 0.5782780647277832, 607.7333374023438, 0.19237208366394043, 0.36708271503448486, -0.23383906483650208, -0.22384805977344513, 0.6081250905990601, -0.24612240493297577, -0.4526835083961487, -0.6034043431282043, -2.0314598083496094, 1.3185756206512451, 0.6194984316825867, 1.4899439811706543, 1.2120410203933716, -1.3160475492477417, 508.94970703125, -0.1291031688451767, 0.3729169964790344, -0.1886584609746933, -0.1374002993106842, 0.7722763419151306, 0.23095251619815826, 0.48704206943511963], "std": [0.07831859588623047, 0.005561540834605694, 0.13758064806461334, 0.1442268341779709, 0.49835193157196045, 0.12985412776470184, 0.30084729194641113, 280.0469970703125, 0.04986873269081116, 0.03300055116415024, 0.015811970457434654, 0.2464209944009781, 0.3389769196510315, 0.2465125322341919, 0.2796083092689514, 0.15453357994556427, 0.033303152769804, 0.2926110327243805, 0.3420208990573883, 0.7581868171691895, 0.15849676728248596, 0.5024733543395996, 243.6738739013672, 0.053875915706157684, 0.018234997987747192, 0.027705468237400055, 0.13517777621746063, 0.1674041599035263, 0.1579066962003708, 0.15142814815044403], "count": [855]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011695906432748538], "std": [0.034179272973573004], "count": [855]}, "timestamp": {"min": [0.0], "max": [34.16], "mean": [17.08], "std": [9.872682850505564], "count": [855]}, "frame_index": {"min": [0], "max": [854], "mean": [427.0], "std": [246.8170712626391], "count": [855]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [855]}, "index": {"min": [97952], "max": [98806], "mean": [98379.0], "std": [246.8170712626391], "count": [855]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [855]}}} +{"episode_index": 81, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4789310827515998]], [[0.48432716096909967]], [[0.48157634290627244]]], "std": [[[0.12800634263496044]], [[0.12960341436042047]], [[0.1295270115567439]]], "count": [191]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6705882352941176]], [[1.0]], [[1.0]]], "mean": [[[0.47608451284091297]], [[0.4789289964240495]], [[0.4727220853437361]]], "std": [[[0.06503204237072271]], [[0.0608199943992327]], [[0.06334410543066485]]], "count": [191]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.471010530019163]], [[0.4729465136621839]], [[0.46872066629880577]]], "std": [[[0.10081857503754597]], [[0.10122655253176346]], [[0.10410468432165641]]], "count": [191]}, "states": {"min": [0.47919762134552, 1.945029854774475, 0.2960427701473236, -0.03232349827885628, -2.8961994647979736, -1.2576842308044434, -0.12547172605991364, 52.0, 0.013306000269949436, 0.320125013589859, -0.28559499979019165, -0.4997760057449341, -0.6075565218925476, -0.3520369231700897, -0.6494196057319641, -0.8596619367599487, -2.0536417961120605, 0.6887069344520569, -0.12740904092788696, 0.5892581343650818, 0.9542238712310791, -1.801267147064209, 39.0, -0.2599579989910126, 0.31844499707221985, -0.2825680077075958, -0.4923965334892273, 0.47324222326278687, 0.017225608229637146, 0.2824435830116272], "max": [0.8838522434234619, 2.0358917713165283, 0.8156098127365112, 0.38175585865974426, -2.2610740661621094, -0.7070678472518921, 0.8341801166534424, 882.0, 0.19049400091171265, 0.39367198944091797, -0.20144499838352203, 0.5007370710372925, 0.8600542545318604, 0.30901703238487244, 0.5384513735771179, -0.34718090295791626, -2.0067970752716064, 1.1230320930480957, 1.0555577278137207, 2.481299638748169, 1.4864445924758911, -0.2652551531791687, 896.0, -0.09325200319290161, 0.4104430079460144, -0.13233600556850433, -0.07541675865650177, 0.9419116973876953, 0.5088915228843689, 0.6193899512290955], "mean": [0.6733744740486145, 2.019108772277832, 0.587710976600647, 0.251674085855484, -2.7416157722473145, -0.9288350939750671, 0.4165486991405487, 586.5965576171875, 0.10119056701660156, 0.36903706192970276, -0.23912450671195984, -0.2626052498817444, 0.7325797080993652, -0.23466719686985016, -0.5423790216445923, -0.5290836095809937, -2.039665460586548, 0.8374658823013306, 0.33076080679893494, 1.5061763525009155, 1.2083061933517456, -0.9807272553443909, 559.6708984375, -0.20778833329677582, 0.35599973797798157, -0.23022037744522095, -0.2420715093612671, 0.6985191702842712, 0.35832446813583374, 0.4987143874168396], "std": [0.1311873197555542, 0.013393237255513668, 0.1894775778055191, 0.10386184602975845, 0.18989482522010803, 0.1193186342716217, 0.23451703786849976, 287.550537109375, 0.05744446814060211, 0.019695090129971504, 0.018940363079309464, 0.1220361739397049, 0.11605276167392731, 0.10676984488964081, 0.0732145607471466, 0.1460384726524353, 0.005599847063422203, 0.12741798162460327, 0.34464144706726074, 0.5970187187194824, 0.12028102576732635, 0.44565561413764954, 251.08154296875, 0.049622178077697754, 0.026439381763339043, 0.03682564198970795, 0.1218717023730278, 0.15520641207695007, 0.1579827517271042, 0.11161478608846664], "count": [1103]}, "actions": {"min": [0.47919762134552, 1.945029854774475, 0.2960427701473236, -0.03232349827885628, -2.8961994647979736, -1.2576842308044434, -0.12547172605991364, 52.0, 0.013306000269949436, 0.320125013589859, -0.28559499979019165, -0.4997760057449341, -0.6075565218925476, -0.3520369231700897, -0.6494196057319641, -0.8596619367599487, -2.0536417961120605, 0.6887069344520569, -0.12740904092788696, 0.5892581343650818, 0.9542238712310791, -1.801267147064209, 39.0, -0.2599579989910126, 0.31844499707221985, -0.2825680077075958, -0.4923965334892273, 0.47324222326278687, 0.017225608229637146, 0.2824435830116272], "max": [0.8838522434234619, 2.0358917713165283, 0.8156098127365112, 0.38175585865974426, -2.2610740661621094, -0.7070678472518921, 0.8341801166534424, 882.0, 0.19049400091171265, 0.39367198944091797, -0.20144499838352203, 0.5007370710372925, 0.8600542545318604, 0.30901703238487244, 0.5384513735771179, -0.34718090295791626, -2.0067970752716064, 1.1230320930480957, 1.0555577278137207, 2.481299638748169, 1.4864445924758911, -0.2652551531791687, 896.0, -0.09325200319290161, 0.4104430079460144, -0.13233600556850433, -0.07541675865650177, 0.9419116973876953, 0.5088915228843689, 0.6193899512290955], "mean": [0.6733744740486145, 2.019108772277832, 0.587710976600647, 0.251674085855484, -2.7416157722473145, -0.9288350939750671, 0.4165486991405487, 586.5965576171875, 0.10119056701660156, 0.36903706192970276, -0.23912450671195984, -0.2626052498817444, 0.7325797080993652, -0.23466719686985016, -0.5423790216445923, -0.5290836095809937, -2.039665460586548, 0.8374658823013306, 0.33076080679893494, 1.5061763525009155, 1.2083061933517456, -0.9807272553443909, 559.6708984375, -0.20778833329677582, 0.35599973797798157, -0.23022037744522095, -0.2420715093612671, 0.6985191702842712, 0.35832446813583374, 0.4987143874168396], "std": [0.1311873197555542, 0.013393237255513668, 0.1894775778055191, 0.10386184602975845, 0.18989482522010803, 0.1193186342716217, 0.23451703786849976, 287.550537109375, 0.05744446814060211, 0.019695090129971504, 0.018940363079309464, 0.1220361739397049, 0.11605276167392731, 0.10676984488964081, 0.0732145607471466, 0.1460384726524353, 0.005599847063422203, 0.12741798162460327, 0.34464144706726074, 0.5970187187194824, 0.12028102576732635, 0.44565561413764954, 251.08154296875, 0.049622178077697754, 0.026439381763339043, 0.03682564198970795, 0.1218717023730278, 0.15520641207695007, 0.1579827517271042, 0.11161478608846664], "count": [1103]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009066183136899365], "std": [0.030096450902443936], "count": [1103]}, "timestamp": {"min": [0.0], "max": [44.08], "mean": [22.04], "std": [12.736341703958795], "count": [1103]}, "frame_index": {"min": [0], "max": [1102], "mean": [551.0], "std": [318.40854259896986], "count": [1103]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [1103]}, "index": {"min": [98807], "max": [99909], "mean": [99358.0], "std": [318.40854259896986], "count": [1103]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1103]}}} +{"episode_index": 82, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46958422481737794]], [[0.4757991241349481]], [[0.4716610462322184]]], "std": [[[0.1324177525574614]], [[0.13103809266682998]], [[0.13239417217355418]]], "count": [170]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4770141700307574]], [[0.4799142757593233]], [[0.4738662858035371]]], "std": [[[0.09771495290692246]], [[0.0962091182900245]], [[0.10018761773039052]]], "count": [170]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4806280132641292]], [[0.4814705654075356]], [[0.4770138780757401]]], "std": [[[0.10545494605415831]], [[0.1060010731496883]], [[0.11011854931364234]]], "count": [170]}, "states": {"min": [0.5218883752822876, 1.907034158706665, -1.4818195104599, -0.4519704580307007, 0.9628807306289673, 0.8612327575683594, -2.961806535720825, -4.0, 0.0444829985499382, 0.3418790102005005, -0.2595269978046417, -0.49588069319725037, -0.6078885793685913, -0.4923897087574005, -0.6106616258621216, -1.1415326595306396, -2.0587379932403564, -2.528057098388672, -1.2319406270980835, 0.6465222835540771, -1.7307558059692383, 0.47790607810020447, 4.0, -0.2166990041732788, 0.3074969947338104, -0.25690600275993347, -0.3934718668460846, 0.4938669502735138, 0.01738906465470791, 0.062030188739299774], "max": [0.8881456851959229, 2.043990135192871, -0.5434780716896057, 0.0068765971809625626, 2.6647512912750244, 1.5074410438537598, -1.9249411821365356, 890.0, 0.2533720135688782, 0.4329569935798645, -0.17682600021362305, 0.5146402716636658, 0.9067185521125793, 0.5099062323570251, 0.6081191301345825, -0.43444734811782837, -2.0092928409576416, -1.1208504438400269, 0.09889035671949387, 2.620699167251587, -1.0323797464370728, 2.649322509765625, 893.0, 0.04146600142121315, 0.42822200059890747, -0.08162599802017212, 0.10995175689458847, 0.9965853691101074, 0.49450066685676575, 0.737456738948822], "mean": [0.6801615953445435, 2.006286382675171, -1.0675467252731323, -0.2680132985115051, 1.8330273628234863, 1.1412885189056396, -2.291036367416382, 656.47998046875, 0.16404590010643005, 0.3873016834259033, -0.20937705039978027, -0.19273287057876587, 0.7068861722946167, -0.21541498601436615, -0.4786905348300934, -0.7196078896522522, -2.0393474102020264, -1.9689924716949463, -0.569326639175415, 1.7743016481399536, -1.3375440835952759, 1.5091063976287842, 566.1223754882812, -0.12553930282592773, 0.3720622658729553, -0.1814468502998352, -0.07538159191608429, 0.7729982137680054, 0.2808573246002197, 0.434854656457901], "std": [0.09746699780225754, 0.026659002527594566, 0.19685275852680206, 0.15710872411727905, 0.5777609944343567, 0.14750105142593384, 0.3827665150165558, 291.17926025390625, 0.06584551930427551, 0.02642926573753357, 0.018136171624064445, 0.20999395847320557, 0.2531842589378357, 0.20592930912971497, 0.19238249957561493, 0.21415697038173676, 0.00742002809420228, 0.3404327929019928, 0.312980979681015, 0.610242486000061, 0.1602836400270462, 0.6073232889175415, 284.50909423828125, 0.07402895390987396, 0.023950936272740364, 0.03773251920938492, 0.12736493349075317, 0.18786102533340454, 0.1595498025417328, 0.22768940031528473], "count": [948]}, "actions": {"min": [0.5218883752822876, 1.907034158706665, -1.4818195104599, -0.4519704580307007, 0.9628807306289673, 0.8612327575683594, -2.961806535720825, -4.0, 0.0444829985499382, 0.3418790102005005, -0.2595269978046417, -0.49588069319725037, -0.6078885793685913, -0.4923897087574005, -0.6106616258621216, -1.1415326595306396, -2.0587379932403564, -2.528057098388672, -1.2319406270980835, 0.6465222835540771, -1.7307558059692383, 0.47790607810020447, 4.0, -0.2166990041732788, 0.3074969947338104, -0.25690600275993347, -0.3934718668460846, 0.4938669502735138, 0.01738906465470791, 0.062030188739299774], "max": [0.8881456851959229, 2.043990135192871, -0.5434780716896057, 0.0068765971809625626, 2.6647512912750244, 1.5074410438537598, -1.9249411821365356, 890.0, 0.2533720135688782, 0.4329569935798645, -0.17682600021362305, 0.5146402716636658, 0.9067185521125793, 0.5099062323570251, 0.6081191301345825, -0.43444734811782837, -2.0092928409576416, -1.1208504438400269, 0.09889035671949387, 2.620699167251587, -1.0323797464370728, 2.649322509765625, 893.0, 0.04146600142121315, 0.42822200059890747, -0.08162599802017212, 0.10995175689458847, 0.9965853691101074, 0.49450066685676575, 0.737456738948822], "mean": [0.6801615953445435, 2.006286382675171, -1.0675467252731323, -0.2680132985115051, 1.8330273628234863, 1.1412885189056396, -2.291036367416382, 656.47998046875, 0.16404590010643005, 0.3873016834259033, -0.20937705039978027, -0.19273287057876587, 0.7068861722946167, -0.21541498601436615, -0.4786905348300934, -0.7196078896522522, -2.0393474102020264, -1.9689924716949463, -0.569326639175415, 1.7743016481399536, -1.3375440835952759, 1.5091063976287842, 566.1223754882812, -0.12553930282592773, 0.3720622658729553, -0.1814468502998352, -0.07538159191608429, 0.7729982137680054, 0.2808573246002197, 0.434854656457901], "std": [0.09746699780225754, 0.026659002527594566, 0.19685275852680206, 0.15710872411727905, 0.5777609944343567, 0.14750105142593384, 0.3827665150165558, 291.17926025390625, 0.06584551930427551, 0.02642926573753357, 0.018136171624064445, 0.20999395847320557, 0.2531842589378357, 0.20592930912971497, 0.19238249957561493, 0.21415697038173676, 0.00742002809420228, 0.3404327929019928, 0.312980979681015, 0.610242486000061, 0.1602836400270462, 0.6073232889175415, 284.50909423828125, 0.07402895390987396, 0.023950936272740364, 0.03773251920938492, 0.12736493349075317, 0.18786102533340454, 0.1595498025417328, 0.22768940031528473], "count": [948]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010548523206751054], "std": [0.03246135559795173], "count": [948]}, "timestamp": {"min": [0.0], "max": [37.88], "mean": [18.94], "std": [10.946555013640896], "count": [948]}, "frame_index": {"min": [0], "max": [947], "mean": [473.5], "std": [273.66387534102245], "count": [948]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [948]}, "index": {"min": [99910], "max": [100857], "mean": [100383.5], "std": [273.66387534102245], "count": [948]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [948]}}} +{"episode_index": 83, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4788779929622768]], [[0.4812861961877927]], [[0.47909137541171326]]], "std": [[[0.11129600446070087]], [[0.11224787830027176]], [[0.11230152853542179]]], "count": [254]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[1.0]], [[1.0]]], "mean": [[[0.47396844041094127]], [[0.47598256812567546]], [[0.47016431137743814]]], "std": [[[0.06918717918979295]], [[0.06844279193369499]], [[0.07173919495309518]]], "count": [254]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.47215535741855796]], [[0.47396759286063506]], [[0.46959163032010703]]], "std": [[[0.0936051758177028]], [[0.09444093126791478]], [[0.09819333489853609]]], "count": [254]}, "states": {"min": [0.38561302423477173, 2.0124521255493164, -0.22528709471225739, -0.2503500282764435, -2.8946807384490967, -1.5178954601287842, 0.23087215423583984, -1.0, 0.0431860014796257, 0.2896850109100342, -0.28683599829673767, -0.47211527824401855, -0.5179280042648315, -0.5342151522636414, -0.6134600639343262, -0.9205041527748108, -2.0333609580993652, -1.167380928993225, -0.3105289936065674, 1.2915087938308716, 1.019987940788269, -1.1915886402130127, 53.0, -0.3299889862537384, 0.2595439851284027, -0.2777490019798279, -0.49243664741516113, -0.5667311549186707, -0.41571149230003357, -0.5602774024009705], "max": [0.9372941851615906, 2.0372183322906494, 0.7392516136169434, 0.2373124212026596, -1.349767804145813, -0.3603755831718445, 0.8328536748886108, 879.0, 0.3246159851551056, 0.4431689977645874, -0.2031009942293167, 0.5070429444313049, 0.8688485622406006, 0.5499081611633301, 0.5211222767829895, -0.25183355808258057, -1.893525242805481, 0.11714649945497513, 0.37442547082901, 2.8731610774993896, 1.5820014476776123, -0.1267632693052292, 909.0, -0.12275800108909607, 0.40755000710487366, -0.17347000539302826, 0.5532860159873962, 0.8868457078933716, 0.5542745590209961, 0.6960333585739136], "mean": [0.6557692885398865, 2.0244009494781494, 0.3809104561805725, -0.007834347896277905, -2.37493896484375, -1.0354830026626587, 0.5441496968269348, 556.6176147460938, 0.1839556246995926, 0.3642946779727936, -0.24644817411899567, -0.18382979929447174, 0.5619151592254639, -0.21065734326839447, -0.38966745138168335, -0.5302562713623047, -1.9897397756576538, -0.31021302938461304, 0.08343440294265747, 2.3050074577331543, 1.2923657894134521, -0.6413518786430359, 593.2606811523438, -0.23040932416915894, 0.3467825949192047, -0.22401739656925201, -0.22599263489246368, 0.5635731220245361, 0.2742082178592682, 0.4830724895000458], "std": [0.15301008522510529, 0.0063968743197619915, 0.26173412799835205, 0.14507600665092468, 0.28664660453796387, 0.2533746659755707, 0.15637481212615967, 290.57867431640625, 0.09033665060997009, 0.032046884298324585, 0.01983344554901123, 0.267856240272522, 0.41207578778266907, 0.3112179934978485, 0.3403394818305969, 0.15212127566337585, 0.03873882815241814, 0.5279583930969238, 0.19951535761356354, 0.49832677841186523, 0.1668367236852646, 0.285733163356781, 279.2206115722656, 0.053555380553007126, 0.026674270629882812, 0.030772307887673378, 0.2437262237071991, 0.32818832993507385, 0.24200697243213654, 0.3115880787372589], "count": [1611]}, "actions": {"min": [0.38561302423477173, 2.0124521255493164, -0.22528709471225739, -0.2503500282764435, -2.8946807384490967, -1.5178954601287842, 0.23087215423583984, -1.0, 0.0431860014796257, 0.2896850109100342, -0.28683599829673767, -0.47211527824401855, -0.5179280042648315, -0.5342151522636414, -0.6134600639343262, -0.9205041527748108, -2.0333609580993652, -1.167380928993225, -0.3105289936065674, 1.2915087938308716, 1.019987940788269, -1.1915886402130127, 53.0, -0.3299889862537384, 0.2595439851284027, -0.2777490019798279, -0.49243664741516113, -0.5667311549186707, -0.41571149230003357, -0.5602774024009705], "max": [0.9372941851615906, 2.0372183322906494, 0.7392516136169434, 0.2373124212026596, -1.349767804145813, -0.3603755831718445, 0.8328536748886108, 879.0, 0.3246159851551056, 0.4431689977645874, -0.2031009942293167, 0.5070429444313049, 0.8688485622406006, 0.5499081611633301, 0.5211222767829895, -0.25183355808258057, -1.893525242805481, 0.11714649945497513, 0.37442547082901, 2.8731610774993896, 1.5820014476776123, -0.1267632693052292, 909.0, -0.12275800108909607, 0.40755000710487366, -0.17347000539302826, 0.5532860159873962, 0.8868457078933716, 0.5542745590209961, 0.6960333585739136], "mean": [0.6557692885398865, 2.0244009494781494, 0.3809104561805725, -0.007834347896277905, -2.37493896484375, -1.0354830026626587, 0.5441496968269348, 556.6176147460938, 0.1839556246995926, 0.3642946779727936, -0.24644817411899567, -0.18382979929447174, 0.5619151592254639, -0.21065734326839447, -0.38966745138168335, -0.5302562713623047, -1.9897397756576538, -0.31021302938461304, 0.08343440294265747, 2.3050074577331543, 1.2923657894134521, -0.6413518786430359, 593.2606811523438, -0.23040932416915894, 0.3467825949192047, -0.22401739656925201, -0.22599263489246368, 0.5635731220245361, 0.2742082178592682, 0.4830724895000458], "std": [0.15301008522510529, 0.0063968743197619915, 0.26173412799835205, 0.14507600665092468, 0.28664660453796387, 0.2533746659755707, 0.15637481212615967, 290.57867431640625, 0.09033665060997009, 0.032046884298324585, 0.01983344554901123, 0.267856240272522, 0.41207578778266907, 0.3112179934978485, 0.3403394818305969, 0.15212127566337585, 0.03873882815241814, 0.5279583930969238, 0.19951535761356354, 0.49832677841186523, 0.1668367236852646, 0.285733163356781, 279.2206115722656, 0.053555380553007126, 0.026674270629882812, 0.030772307887673378, 0.2437262237071991, 0.32818832993507385, 0.24200697243213654, 0.3115880787372589], "count": [1611]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006207324643078833], "std": [0.02490676927093591], "count": [1611]}, "timestamp": {"min": [0.0], "max": [64.4], "mean": [32.199999999999996], "std": [18.602222089488844], "count": [1611]}, "frame_index": {"min": [0], "max": [1610], "mean": [805.0], "std": [465.0555522372211], "count": [1611]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [1611]}, "index": {"min": [100858], "max": [102468], "mean": [101663.0], "std": [465.0555522372211], "count": [1611]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1611]}}} +{"episode_index": 84, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4786519193826179]], [[0.4821970453909792]], [[0.4792851730406878]]], "std": [[[0.11002254916646272]], [[0.11036899512308299]], [[0.11089338665137678]]], "count": [222]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47107771190307957]], [[0.4731689649208031]], [[0.4666661946873344]]], "std": [[[0.062011014936991606]], [[0.06125960430806612]], [[0.06510970421897216]]], "count": [222]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4730303345625037]], [[0.4712394066860979]], [[0.46538907013631275]]], "std": [[[0.09723433236885287]], [[0.10237683868098929]], [[0.10880727783969102]]], "count": [222]}, "states": {"min": [0.4430692791938782, 1.8973126411437988, -0.06014404818415642, -0.39561378955841064, -2.8967928886413574, -1.6268038749694824, 0.05138249322772026, -2.0, 0.02792000025510788, 0.3098030090332031, -0.27394500374794006, -0.4453723132610321, -0.5978456735610962, -0.5186260938644409, -0.6535966992378235, -0.8739387392997742, -2.047480583190918, 0.1411098837852478, -0.19336503744125366, 0.30365240573883057, 0.7496538162231445, -2.2817912101745605, 45.0, -0.33652999997138977, 0.27783799171447754, -0.29736000299453735, -0.4998602271080017, -0.4844015836715698, -0.6131970286369324, -0.5241216421127319], "max": [1.0585073232650757, 2.0310046672821045, 0.8085412979125977, 0.28473299741744995, -2.165883779525757, -0.797737717628479, 0.8620880246162415, 877.0, 0.25799500942230225, 0.4403350055217743, -0.17022499442100525, 0.39672958850860596, 0.8807460069656372, 0.43883055448532104, 0.6087530851364136, -0.3182956874370575, -2.026763677597046, 1.3530316352844238, 1.2179781198501587, 2.58478045463562, 1.5078073740005493, 0.012932890094816685, 896.0, -0.07864200323820114, 0.4314819872379303, -0.11921100318431854, 0.5442525148391724, 0.9527277946472168, 0.5515313744544983, 0.6287341117858887], "mean": [0.6783977746963501, 2.0142505168914795, 0.4666377902030945, 0.022883567959070206, -2.61506724357605, -1.1239410638809204, 0.5060580372810364, 578.6644287109375, 0.16370920836925507, 0.3644355237483978, -0.2380865514278412, -0.2509777247905731, 0.6827327609062195, -0.23198293149471283, -0.492387056350708, -0.5317087173461914, -2.0376040935516357, 0.7020009756088257, 0.200351282954216, 1.3185268640518188, 1.2759863138198853, -0.7913416624069214, 604.2330932617188, -0.22831061482429504, 0.3419501781463623, -0.22541381418704987, 0.018154678866267204, 0.31910794973373413, 0.02644122764468193, 0.13454410433769226], "std": [0.18248216807842255, 0.018277117982506752, 0.3421066403388977, 0.15360762178897858, 0.2390756756067276, 0.17842236161231995, 0.2047189325094223, 276.072265625, 0.06849145144224167, 0.026329556480050087, 0.020512623712420464, 0.17027005553245544, 0.24462281167507172, 0.22603176534175873, 0.18628837168216705, 0.15809641778469086, 0.003422296140342951, 0.3976181149482727, 0.4523389935493469, 0.775372326374054, 0.10269149392843246, 0.8083957433700562, 303.0732116699219, 0.07965119928121567, 0.0449618324637413, 0.0456315353512764, 0.4020521640777588, 0.5609430074691772, 0.45043063163757324, 0.44704368710517883], "count": [1347]}, "actions": {"min": [0.4430692791938782, 1.8973126411437988, -0.06014404818415642, -0.39561378955841064, -2.8967928886413574, -1.6268038749694824, 0.05138249322772026, -2.0, 0.02792000025510788, 0.3098030090332031, -0.27394500374794006, -0.4453723132610321, -0.5978456735610962, -0.5186260938644409, -0.6535966992378235, -0.8739387392997742, -2.047480583190918, 0.1411098837852478, -0.19336503744125366, 0.30365240573883057, 0.7496538162231445, -2.2817912101745605, 45.0, -0.33652999997138977, 0.27783799171447754, -0.29736000299453735, -0.4998602271080017, -0.4844015836715698, -0.6131970286369324, -0.5241216421127319], "max": [1.0585073232650757, 2.0310046672821045, 0.8085412979125977, 0.28473299741744995, -2.165883779525757, -0.797737717628479, 0.8620880246162415, 877.0, 0.25799500942230225, 0.4403350055217743, -0.17022499442100525, 0.39672958850860596, 0.8807460069656372, 0.43883055448532104, 0.6087530851364136, -0.3182956874370575, -2.026763677597046, 1.3530316352844238, 1.2179781198501587, 2.58478045463562, 1.5078073740005493, 0.012932890094816685, 896.0, -0.07864200323820114, 0.4314819872379303, -0.11921100318431854, 0.5442525148391724, 0.9527277946472168, 0.5515313744544983, 0.6287341117858887], "mean": [0.6783977746963501, 2.0142505168914795, 0.4666377902030945, 0.022883567959070206, -2.61506724357605, -1.1239410638809204, 0.5060580372810364, 578.6644287109375, 0.16370920836925507, 0.3644355237483978, -0.2380865514278412, -0.2509777247905731, 0.6827327609062195, -0.23198293149471283, -0.492387056350708, -0.5317087173461914, -2.0376040935516357, 0.7020009756088257, 0.200351282954216, 1.3185268640518188, 1.2759863138198853, -0.7913416624069214, 604.2330932617188, -0.22831061482429504, 0.3419501781463623, -0.22541381418704987, 0.018154678866267204, 0.31910794973373413, 0.02644122764468193, 0.13454410433769226], "std": [0.18248216807842255, 0.018277117982506752, 0.3421066403388977, 0.15360762178897858, 0.2390756756067276, 0.17842236161231995, 0.2047189325094223, 276.072265625, 0.06849145144224167, 0.026329556480050087, 0.020512623712420464, 0.17027005553245544, 0.24462281167507172, 0.22603176534175873, 0.18628837168216705, 0.15809641778469086, 0.003422296140342951, 0.3976181149482727, 0.4523389935493469, 0.775372326374054, 0.10269149392843246, 0.8083957433700562, 303.0732116699219, 0.07965119928121567, 0.0449618324637413, 0.0456315353512764, 0.4020521640777588, 0.5609430074691772, 0.45043063163757324, 0.44704368710517883], "count": [1347]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007423904974016332], "std": [0.027236728029464204], "count": [1347]}, "timestamp": {"min": [0.0], "max": [53.84], "mean": [26.919999999999998], "std": [15.553811965774393], "count": [1347]}, "frame_index": {"min": [0], "max": [1346], "mean": [673.0], "std": [388.8452991443598], "count": [1347]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [1347]}, "index": {"min": [102469], "max": [103815], "mean": [103142.0], "std": [388.8452991443598], "count": [1347]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1347]}}} +{"episode_index": 85, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8588235294117647]], [[1.0]], [[1.0]]], "mean": [[[0.4727626897903356]], [[0.4778842187155761]], [[0.47289189409377985]]], "std": [[[0.1089015233899539]], [[0.10947923695073342]], [[0.11022119079441305]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.47031431987589045]], [[0.4744912196151869]], [[0.4683461309851656]]], "std": [[[0.0771136177355244]], [[0.07473380201908192]], [[0.07821245013579654]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.47196728124770504]], [[0.4747498393552177]], [[0.4698660394635382]]], "std": [[[0.07872217220751201]], [[0.07876571775814277]], [[0.08432456152524574]]], "count": [178]}, "states": {"min": [0.16631242632865906, 1.9428308010101318, -2.210407257080078, -1.7370389699935913, -2.7454378604888916, -1.6482542753219604, 0.4049862325191498, -5.0, -0.045166999101638794, 0.3290199935436249, -0.2418379932641983, -0.4944916367530823, -0.5440830588340759, -0.5355938076972961, -0.5922116637229919, -0.6259274482727051, -2.060169219970703, -1.9512083530426025, -0.4805065989494324, -0.015620696358382702, -1.4647501707077026, 2.271336793899536, 51.0, -0.3255999982357025, 0.2768320143222809, -0.30091699957847595, -0.4960630536079407, -0.4634237587451935, -0.5397530198097229, -0.6208840608596802], "max": [0.9896191954612732, 2.0370261669158936, -1.1244982481002808, -0.1183682307600975, -0.11969467997550964, 0.5553812384605408, 2.8164727687835693, 892.0, 0.29457899928092957, 0.4139080047607422, -0.10099100321531296, 0.4786160886287689, 0.981876790523529, 0.6471494436264038, 0.5462554097175598, -0.31459560990333557, -1.9497597217559814, -1.7977938652038574, 0.0506843626499176, 1.6386024951934814, -1.0626786947250366, 2.775562286376953, 829.0, -0.11242800205945969, 0.36225101351737976, -0.18224500119686127, 0.5527482032775879, 0.8709408640861511, 0.5750184655189514, 0.6597384810447693], "mean": [0.45394569635391235, 2.018932342529297, -1.693895697593689, -0.9673089981079102, -2.038154363632202, -0.525982677936554, 2.216736078262329, 541.951416015625, 0.1599341481924057, 0.37278085947036743, -0.19146716594696045, 0.031732216477394104, 0.4426272511482239, 0.04778304696083069, -0.05197407305240631, -0.43874871730804443, -2.0413026809692383, -1.8791229724884033, -0.09622172266244888, 0.5316462516784668, -1.2304049730300903, 2.621241331100464, 560.766845703125, -0.23868831992149353, 0.3218061625957489, -0.24722078442573547, -0.17637373507022858, 0.42115652561187744, 0.18930596113204956, 0.33840325474739075], "std": [0.2522665560245514, 0.009547451511025429, 0.24636834859848022, 0.2788543403148651, 0.5742239356040955, 0.7468864917755127, 0.6479513645172119, 277.3261413574219, 0.10323955863714218, 0.016855649650096893, 0.033187005668878555, 0.3170067071914673, 0.618113100528717, 0.4157937169075012, 0.3776881992816925, 0.0944022461771965, 0.01593402400612831, 0.03858042135834694, 0.16025574505329132, 0.5778660178184509, 0.09683037549257278, 0.12534461915493011, 275.4613037109375, 0.07405204325914383, 0.02129516750574112, 0.02440551295876503, 0.3513595759868622, 0.4205358624458313, 0.3959355652332306, 0.42906540632247925], "count": [1008]}, "actions": {"min": [0.16631242632865906, 1.9428308010101318, -2.210407257080078, -1.7370389699935913, -2.7454378604888916, -1.6482542753219604, 0.4049862325191498, -5.0, -0.045166999101638794, 0.3290199935436249, -0.2418379932641983, -0.4944916367530823, -0.5440830588340759, -0.5355938076972961, -0.5922116637229919, -0.6259274482727051, -2.060169219970703, -1.9512083530426025, -0.4805065989494324, -0.015620696358382702, -1.4647501707077026, 2.271336793899536, 51.0, -0.3255999982357025, 0.2768320143222809, -0.30091699957847595, -0.4960630536079407, -0.4634237587451935, -0.5397530198097229, -0.6208840608596802], "max": [0.9896191954612732, 2.0370261669158936, -1.1244982481002808, -0.1183682307600975, -0.11969467997550964, 0.5553812384605408, 2.8164727687835693, 892.0, 0.29457899928092957, 0.4139080047607422, -0.10099100321531296, 0.4786160886287689, 0.981876790523529, 0.6471494436264038, 0.5462554097175598, -0.31459560990333557, -1.9497597217559814, -1.7977938652038574, 0.0506843626499176, 1.6386024951934814, -1.0626786947250366, 2.775562286376953, 829.0, -0.11242800205945969, 0.36225101351737976, -0.18224500119686127, 0.5527482032775879, 0.8709408640861511, 0.5750184655189514, 0.6597384810447693], "mean": [0.45394569635391235, 2.018932342529297, -1.693895697593689, -0.9673089981079102, -2.038154363632202, -0.525982677936554, 2.216736078262329, 541.951416015625, 0.1599341481924057, 0.37278085947036743, -0.19146716594696045, 0.031732216477394104, 0.4426272511482239, 0.04778304696083069, -0.05197407305240631, -0.43874871730804443, -2.0413026809692383, -1.8791229724884033, -0.09622172266244888, 0.5316462516784668, -1.2304049730300903, 2.621241331100464, 560.766845703125, -0.23868831992149353, 0.3218061625957489, -0.24722078442573547, -0.17637373507022858, 0.42115652561187744, 0.18930596113204956, 0.33840325474739075], "std": [0.2522665560245514, 0.009547451511025429, 0.24636834859848022, 0.2788543403148651, 0.5742239356040955, 0.7468864917755127, 0.6479513645172119, 277.3261413574219, 0.10323955863714218, 0.016855649650096893, 0.033187005668878555, 0.3170067071914673, 0.618113100528717, 0.4157937169075012, 0.3776881992816925, 0.0944022461771965, 0.01593402400612831, 0.03858042135834694, 0.16025574505329132, 0.5778660178184509, 0.09683037549257278, 0.12534461915493011, 275.4613037109375, 0.07405204325914383, 0.02129516750574112, 0.02440551295876503, 0.3513595759868622, 0.4205358624458313, 0.3959355652332306, 0.42906540632247925], "count": [1008]}, "next.done": {"min": [false], "max": [true], "mean": [0.000992063492063492], "std": [0.03148141200917149], "count": [1008]}, "timestamp": {"min": [0.0], "max": [40.28], "mean": [20.139999999999997], "std": [11.639375699180203], "count": [1008]}, "frame_index": {"min": [0], "max": [1007], "mean": [503.5], "std": [290.9843924795051], "count": [1008]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [1008]}, "index": {"min": [103816], "max": [104823], "mean": [104319.5], "std": [290.9843924795051], "count": [1008]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1008]}}} +{"episode_index": 86, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.471755116773721]], [[0.476231676339118]], [[0.4725305222184659]]], "std": [[[0.12813534114798225]], [[0.12828950282276122]], [[0.1295692922539474]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47734969785327924]], [[0.48023358735256555]], [[0.47268333521147926]]], "std": [[[0.0822902877475247]], [[0.08166528858992975]], [[0.08695141808976879]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4741768438697318]], [[0.47671588934903464]], [[0.4715776319867027]]], "std": [[[0.09190228545888837]], [[0.09231239129800163]], [[0.0976814832119243]]], "count": [174]}, "states": {"min": [0.5606870651245117, 1.9210317134857178, -1.3376203775405884, -0.5022010207176208, 0.7652047276496887, 0.803706705570221, -2.824082374572754, 0.0, 0.06390199810266495, 0.3297789990901947, -0.2461480051279068, -0.47690483927726746, -0.5767960548400879, -0.47623029351234436, -0.5904201865196228, -1.0635861158370972, -2.054549217224121, -2.5097312927246094, -1.16034734249115, 0.8312479853630066, -1.8197675943374634, 0.850080132484436, 26.0, -0.2041109949350357, 0.3037880063056946, -0.24879999458789825, -0.33548665046691895, 0.508088231086731, 0.0777692049741745, 0.15486232936382294], "max": [0.9588315486907959, 2.0394694805145264, -0.46617746353149414, -0.04588470607995987, 2.7478814125061035, 1.549381136894226, -1.7209820747375488, 894.0, 0.2718220055103302, 0.4534739851951599, -0.17333200573921204, 0.4414075016975403, 0.9281995892524719, 0.49718114733695984, 0.5828393697738647, -0.4739965796470642, -2.007251024246216, -1.4633539915084839, 0.0737401619553566, 2.533572196960449, -1.1125601530075073, 2.586473226547241, 883.0, -0.023422999307513237, 0.4112760126590729, -0.08381099998950958, 0.1334419697523117, 0.9760124683380127, 0.46954345703125, 0.7068449854850769], "mean": [0.7354266047477722, 2.014934539794922, -0.8309363722801208, -0.30139225721359253, 1.4224860668182373, 1.1341594457626343, -2.110189914703369, 642.7091674804688, 0.16208475828170776, 0.3959217965602875, -0.20854002237319946, -0.16724097728729248, 0.7532382011413574, -0.23938678205013275, -0.459442675113678, -0.689785897731781, -2.038180112838745, -2.09509539604187, -0.52239990234375, 1.775130271911621, -1.3593106269836426, 1.6136796474456787, 623.0390625, -0.14294710755348206, 0.37039080262184143, -0.18815948069095612, -0.07210296392440796, 0.7631859183311462, 0.30460670590400696, 0.45711976289749146], "std": [0.11333467066287994, 0.01916094683110714, 0.26107895374298096, 0.15194819867610931, 0.5282991528511047, 0.21412478387355804, 0.4136025607585907, 307.65814208984375, 0.061444852501153946, 0.038960665464401245, 0.015987813472747803, 0.1940229833126068, 0.21033857762813568, 0.18498075008392334, 0.14199720323085785, 0.18533000349998474, 0.007234510499984026, 0.2668401300907135, 0.30988672375679016, 0.6076949238777161, 0.18006834387779236, 0.5610749125480652, 283.5884094238281, 0.06182074174284935, 0.021116988733410835, 0.0349622406065464, 0.14421817660331726, 0.1723395437002182, 0.13643942773342133, 0.20368975400924683], "count": [973]}, "actions": {"min": [0.5606870651245117, 1.9210317134857178, -1.3376203775405884, -0.5022010207176208, 0.7652047276496887, 0.803706705570221, -2.824082374572754, 0.0, 0.06390199810266495, 0.3297789990901947, -0.2461480051279068, -0.47690483927726746, -0.5767960548400879, -0.47623029351234436, -0.5904201865196228, -1.0635861158370972, -2.054549217224121, -2.5097312927246094, -1.16034734249115, 0.8312479853630066, -1.8197675943374634, 0.850080132484436, 26.0, -0.2041109949350357, 0.3037880063056946, -0.24879999458789825, -0.33548665046691895, 0.508088231086731, 0.0777692049741745, 0.15486232936382294], "max": [0.9588315486907959, 2.0394694805145264, -0.46617746353149414, -0.04588470607995987, 2.7478814125061035, 1.549381136894226, -1.7209820747375488, 894.0, 0.2718220055103302, 0.4534739851951599, -0.17333200573921204, 0.4414075016975403, 0.9281995892524719, 0.49718114733695984, 0.5828393697738647, -0.4739965796470642, -2.007251024246216, -1.4633539915084839, 0.0737401619553566, 2.533572196960449, -1.1125601530075073, 2.586473226547241, 883.0, -0.023422999307513237, 0.4112760126590729, -0.08381099998950958, 0.1334419697523117, 0.9760124683380127, 0.46954345703125, 0.7068449854850769], "mean": [0.7354266047477722, 2.014934539794922, -0.8309363722801208, -0.30139225721359253, 1.4224860668182373, 1.1341594457626343, -2.110189914703369, 642.7091674804688, 0.16208475828170776, 0.3959217965602875, -0.20854002237319946, -0.16724097728729248, 0.7532382011413574, -0.23938678205013275, -0.459442675113678, -0.689785897731781, -2.038180112838745, -2.09509539604187, -0.52239990234375, 1.775130271911621, -1.3593106269836426, 1.6136796474456787, 623.0390625, -0.14294710755348206, 0.37039080262184143, -0.18815948069095612, -0.07210296392440796, 0.7631859183311462, 0.30460670590400696, 0.45711976289749146], "std": [0.11333467066287994, 0.01916094683110714, 0.26107895374298096, 0.15194819867610931, 0.5282991528511047, 0.21412478387355804, 0.4136025607585907, 307.65814208984375, 0.061444852501153946, 0.038960665464401245, 0.015987813472747803, 0.1940229833126068, 0.21033857762813568, 0.18498075008392334, 0.14199720323085785, 0.18533000349998474, 0.007234510499984026, 0.2668401300907135, 0.30988672375679016, 0.6076949238777161, 0.18006834387779236, 0.5610749125480652, 283.5884094238281, 0.06182074174284935, 0.021116988733410835, 0.0349622406065464, 0.14421817660331726, 0.1723395437002182, 0.13643942773342133, 0.20368975400924683], "count": [973]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010277492291880781], "std": [0.03204204988308304], "count": [973]}, "timestamp": {"min": [0.0], "max": [38.88], "mean": [19.44], "std": [11.235230304715609], "count": [973]}, "frame_index": {"min": [0], "max": [972], "mean": [486.0], "std": [280.88075761789025], "count": [973]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [973]}, "index": {"min": [104824], "max": [105796], "mean": [105310.0], "std": [280.88075761789025], "count": [973]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [973]}}} +{"episode_index": 87, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4769046972610407]], [[0.47928999544108625]], [[0.4754959669411043]]], "std": [[[0.12563139337057522]], [[0.12644939453989767]], [[0.12695389724575337]]], "count": [181]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.47162056972881233]], [[0.4738085109504207]], [[0.46873194489582204]]], "std": [[[0.09145034863649193]], [[0.09064695157760244]], [[0.09491850145973596]]], "count": [181]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.47429079212255804]], [[0.4760243811613043]], [[0.4718824375744773]]], "std": [[[0.08612058007768572]], [[0.08625466917499569]], [[0.09019709560061336]]], "count": [181]}, "states": {"min": [0.2585879862308502, 2.015279531478882, -1.9021819829940796, -1.440420150756836, 0.6886371374130249, 0.8573406934738159, -2.826141834259033, 87.0, 0.02496200054883957, 0.28605300188064575, -0.28585198521614075, -0.45769476890563965, -0.5271928310394287, -0.5265081524848938, -0.608251690864563, -0.8682664632797241, -2.0478994846343994, 1.0330255031585693, 0.027488935738801956, -2.900824546813965, -1.6593717336654663, 0.40538761019706726, 58.0, -0.31068798899650574, 0.25439000129699707, -0.2897459864616394, -0.4999299645423889, -0.49473607540130615, -0.4415126442909241, -0.6801490187644958], "max": [0.5848947763442993, 2.0420353412628174, -1.070061445236206, -0.08676032721996307, 2.873178482055664, 1.280932068824768, -0.8497135639190674, 869.0, 0.29957300424575806, 0.4132640063762665, -0.11795099824666977, 0.46469253301620483, 0.9630971550941467, 0.5435131192207336, 0.496340274810791, 0.05049237608909607, -2.0118234157562256, 1.524929165840149, 1.7670236825942993, -0.6071826219558716, -0.8649852275848389, 2.84242582321167, 889.0, -0.05029600113630295, 0.383217990398407, -0.09004099667072296, 0.5794078707695007, 0.9497503638267517, 0.5255601406097412, 0.690344512462616], "mean": [0.4480624794960022, 2.0269529819488525, -1.3234291076660156, -0.613317608833313, 1.8972828388214111, 1.0762457847595215, -2.0330584049224854, 577.0670166015625, 0.1827886551618576, 0.351595938205719, -0.21283669769763947, -0.021911408752202988, 0.4660491645336151, -0.03482706844806671, -0.22416990995407104, -0.39304330945014954, -2.035712718963623, 1.2602077722549438, 0.6673235893249512, -1.7053642272949219, -1.3802080154418945, 1.9813178777694702, 595.91650390625, -0.17982761561870575, 0.31570276618003845, -0.1954956352710724, -0.16278958320617676, 0.6931549906730652, 0.18886445462703705, 0.43989622592926025], "std": [0.061485640704631805, 0.00521195400506258, 0.23614469170570374, 0.5019301772117615, 0.752673327922821, 0.11790716648101807, 0.7054117918014526, 245.9115753173828, 0.08836803585290909, 0.0315810926258564, 0.04413475841283798, 0.29662853479385376, 0.576931893825531, 0.3590279519557953, 0.42557376623153687, 0.20260606706142426, 0.005667640827596188, 0.17085936665534973, 0.4865589141845703, 0.6619378328323364, 0.22470249235630035, 0.7687620520591736, 273.5414733886719, 0.07080499827861786, 0.03474108874797821, 0.047238852828741074, 0.24060413241386414, 0.3002411127090454, 0.1895742416381836, 0.2826367914676666], "count": [1030]}, "actions": {"min": [0.2585879862308502, 2.015279531478882, -1.9021819829940796, -1.440420150756836, 0.6886371374130249, 0.8573406934738159, -2.826141834259033, 87.0, 0.02496200054883957, 0.28605300188064575, -0.28585198521614075, -0.45769476890563965, -0.5271928310394287, -0.5265081524848938, -0.608251690864563, -0.8682664632797241, -2.0478994846343994, 1.0330255031585693, 0.027488935738801956, -2.900824546813965, -1.6593717336654663, 0.40538761019706726, 58.0, -0.31068798899650574, 0.25439000129699707, -0.2897459864616394, -0.4999299645423889, -0.49473607540130615, -0.4415126442909241, -0.6801490187644958], "max": [0.5848947763442993, 2.0420353412628174, -1.070061445236206, -0.08676032721996307, 2.873178482055664, 1.280932068824768, -0.8497135639190674, 869.0, 0.29957300424575806, 0.4132640063762665, -0.11795099824666977, 0.46469253301620483, 0.9630971550941467, 0.5435131192207336, 0.496340274810791, 0.05049237608909607, -2.0118234157562256, 1.524929165840149, 1.7670236825942993, -0.6071826219558716, -0.8649852275848389, 2.84242582321167, 889.0, -0.05029600113630295, 0.383217990398407, -0.09004099667072296, 0.5794078707695007, 0.9497503638267517, 0.5255601406097412, 0.690344512462616], "mean": [0.4480624794960022, 2.0269529819488525, -1.3234291076660156, -0.613317608833313, 1.8972828388214111, 1.0762457847595215, -2.0330584049224854, 577.0670166015625, 0.1827886551618576, 0.351595938205719, -0.21283669769763947, -0.021911408752202988, 0.4660491645336151, -0.03482706844806671, -0.22416990995407104, -0.39304330945014954, -2.035712718963623, 1.2602077722549438, 0.6673235893249512, -1.7053642272949219, -1.3802080154418945, 1.9813178777694702, 595.91650390625, -0.17982761561870575, 0.31570276618003845, -0.1954956352710724, -0.16278958320617676, 0.6931549906730652, 0.18886445462703705, 0.43989622592926025], "std": [0.061485640704631805, 0.00521195400506258, 0.23614469170570374, 0.5019301772117615, 0.752673327922821, 0.11790716648101807, 0.7054117918014526, 245.9115753173828, 0.08836803585290909, 0.0315810926258564, 0.04413475841283798, 0.29662853479385376, 0.576931893825531, 0.3590279519557953, 0.42557376623153687, 0.20260606706142426, 0.005667640827596188, 0.17085936665534973, 0.4865589141845703, 0.6619378328323364, 0.22470249235630035, 0.7687620520591736, 273.5414733886719, 0.07080499827861786, 0.03474108874797821, 0.047238852828741074, 0.24060413241386414, 0.3002411127090454, 0.1895742416381836, 0.2826367914676666], "count": [1030]}, "next.done": {"min": [false], "max": [true], "mean": [0.000970873786407767], "std": [0.03114371831523386], "count": [1030]}, "timestamp": {"min": [0.0], "max": [41.16], "mean": [20.58], "std": [11.89340993996255], "count": [1030]}, "frame_index": {"min": [0], "max": [1029], "mean": [514.5], "std": [297.33524849906377], "count": [1030]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [1030]}, "index": {"min": [105797], "max": [106826], "mean": [106311.5], "std": [297.33524849906377], "count": [1030]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1030]}}} +{"episode_index": 88, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.47550720752522024]], [[0.47952470073174197]], [[0.4764071269359193]]], "std": [[[0.13244546853644346]], [[0.13440708021653525]], [[0.1349811857454324]]], "count": [184]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46444918211849956]], [[0.4665714769376954]], [[0.4602511355765132]]], "std": [[[0.10703900902235118]], [[0.10506393837766809]], [[0.10962668276967791]]], "count": [184]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4673305748703467]], [[0.47035186887254904]], [[0.4654002013622478]]], "std": [[[0.08566116780696596]], [[0.08519488758915957]], [[0.0901097048495138]]], "count": [184]}, "states": {"min": [0.3081378936767578, 2.0127835273742676, -1.9985592365264893, -1.4878060817718506, 0.5089380145072937, 0.8558048009872437, -2.710531234741211, 53.0, -0.001285000005736947, 0.28960898518562317, -0.27377399802207947, -0.4405266344547272, 0.635165274143219, -0.38900110125541687, -0.5489398837089539, -0.7547850608825684, -2.05570125579834, -2.2356271743774414, -1.4522013664245605, 0.19603538513183594, -1.536657691001892, 1.2077852487564087, 156.0, -0.3276279866695404, 0.25094398856163025, -0.2955560088157654, -0.49698764085769653, -0.4921969175338745, -0.5807309746742249, -0.5224231481552124], "max": [0.7394437193870544, 2.03098726272583, -0.8339008688926697, -0.22506022453308105, 2.2504448890686035, 1.2791693210601807, -0.3406882882118225, 884.0, 0.2460619956254959, 0.43061500787734985, -0.10948599874973297, -0.036372099071741104, 0.9804577827453613, 0.053749021142721176, -0.14434534311294556, 0.047333329916000366, -1.8776601552963257, -1.4755886793136597, 0.047647491097450256, 2.427438974380493, -0.8425053358078003, 2.8378005027770996, 897.0, -0.03779200091958046, 0.3814390003681183, -0.12317799776792526, 0.525489866733551, 0.953987181186676, 0.5889151096343994, 0.6631607413291931], "mean": [0.5324549078941345, 2.0210764408111572, -1.365383267402649, -0.7883672118186951, 1.4470666646957397, 1.0726439952850342, -1.6898047924041748, 637.6138916015625, 0.14130640029907227, 0.36917850375175476, -0.1899341493844986, -0.21392129361629486, 0.8050670623779297, -0.2330581247806549, -0.4260079860687256, -0.3771246671676636, -2.0365421772003174, -1.9138911962509155, -0.5504407286643982, 1.3868365287780762, -1.3159292936325073, 2.1125707626342773, 580.6720581054688, -0.1759374588727951, 0.3063064515590668, -0.21998445689678192, -0.14898401498794556, 0.721015989780426, 0.20690906047821045, 0.5098499655723572], "std": [0.08997524529695511, 0.004521150141954422, 0.33652493357658386, 0.4764043986797333, 0.5563700795173645, 0.1430361121892929, 0.8057263493537903, 295.9845886230469, 0.07665703445672989, 0.04433213174343109, 0.04912625998258591, 0.12614314258098602, 0.11064361035823822, 0.16391023993492126, 0.12363389134407043, 0.2252838909626007, 0.02048598788678646, 0.1641806960105896, 0.35563036799430847, 0.5781174898147583, 0.11290563642978668, 0.4799473285675049, 281.06866455078125, 0.06732801347970963, 0.03571437671780586, 0.04385280981659889, 0.18782725930213928, 0.23174023628234863, 0.16582338511943817, 0.19672982394695282], "count": [1049]}, "actions": {"min": [0.3081378936767578, 2.0127835273742676, -1.9985592365264893, -1.4878060817718506, 0.5089380145072937, 0.8558048009872437, -2.710531234741211, 53.0, -0.001285000005736947, 0.28960898518562317, -0.27377399802207947, -0.4405266344547272, 0.635165274143219, -0.38900110125541687, -0.5489398837089539, -0.7547850608825684, -2.05570125579834, -2.2356271743774414, -1.4522013664245605, 0.19603538513183594, -1.536657691001892, 1.2077852487564087, 156.0, -0.3276279866695404, 0.25094398856163025, -0.2955560088157654, -0.49698764085769653, -0.4921969175338745, -0.5807309746742249, -0.5224231481552124], "max": [0.7394437193870544, 2.03098726272583, -0.8339008688926697, -0.22506022453308105, 2.2504448890686035, 1.2791693210601807, -0.3406882882118225, 884.0, 0.2460619956254959, 0.43061500787734985, -0.10948599874973297, -0.036372099071741104, 0.9804577827453613, 0.053749021142721176, -0.14434534311294556, 0.047333329916000366, -1.8776601552963257, -1.4755886793136597, 0.047647491097450256, 2.427438974380493, -0.8425053358078003, 2.8378005027770996, 897.0, -0.03779200091958046, 0.3814390003681183, -0.12317799776792526, 0.525489866733551, 0.953987181186676, 0.5889151096343994, 0.6631607413291931], "mean": [0.5324549078941345, 2.0210764408111572, -1.365383267402649, -0.7883672118186951, 1.4470666646957397, 1.0726439952850342, -1.6898047924041748, 637.6138916015625, 0.14130640029907227, 0.36917850375175476, -0.1899341493844986, -0.21392129361629486, 0.8050670623779297, -0.2330581247806549, -0.4260079860687256, -0.3771246671676636, -2.0365421772003174, -1.9138911962509155, -0.5504407286643982, 1.3868365287780762, -1.3159292936325073, 2.1125707626342773, 580.6720581054688, -0.1759374588727951, 0.3063064515590668, -0.21998445689678192, -0.14898401498794556, 0.721015989780426, 0.20690906047821045, 0.5098499655723572], "std": [0.08997524529695511, 0.004521150141954422, 0.33652493357658386, 0.4764043986797333, 0.5563700795173645, 0.1430361121892929, 0.8057263493537903, 295.9845886230469, 0.07665703445672989, 0.04433213174343109, 0.04912625998258591, 0.12614314258098602, 0.11064361035823822, 0.16391023993492126, 0.12363389134407043, 0.2252838909626007, 0.02048598788678646, 0.1641806960105896, 0.35563036799430847, 0.5781174898147583, 0.11290563642978668, 0.4799473285675049, 281.06866455078125, 0.06732801347970963, 0.03571437671780586, 0.04385280981659889, 0.18782725930213928, 0.23174023628234863, 0.16582338511943817, 0.19672982394695282], "count": [1049]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009532888465204957], "std": [0.030860655969949753], "count": [1049]}, "timestamp": {"min": [0.0], "max": [41.92], "mean": [20.96], "std": [12.112803143781376], "count": [1049]}, "frame_index": {"min": [0], "max": [1048], "mean": [524.0], "std": [302.82007859453444], "count": [1049]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [1049]}, "index": {"min": [106827], "max": [107875], "mean": [107351.0], "std": [302.82007859453444], "count": [1049]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1049]}}} +{"episode_index": 89, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4770027149617709]], [[0.481706529781724]], [[0.47590231821895423]]], "std": [[[0.11982755772531499]], [[0.1205588565927002]], [[0.1202652150207311]]], "count": [212]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6705882352941176]], [[0.6666666666666666]]], "mean": [[[0.47800556769484526]], [[0.4797849727155013]], [[0.4733801669055987]]], "std": [[[0.06195460174623924]], [[0.06170654554106584]], [[0.06648238512805216]]], "count": [212]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4803232307467012]], [[0.4790786828292638]], [[0.4745150623535578]]], "std": [[[0.09667841831543657]], [[0.09617523990103313]], [[0.10049043776761717]]], "count": [212]}, "states": {"min": [0.3358362913131714, 1.981088399887085, -2.0381782054901123, -0.9681167602539062, -1.9285191297531128, -1.1794236898422241, 0.5935515761375427, -6.0, 0.02150999940931797, 0.336885005235672, -0.2737399935722351, -0.3968069553375244, -0.6402725577354431, -0.5112741589546204, -0.6377946138381958, -0.7444353103637695, -2.0480916500091553, 1.1749556064605713, 0.5043128728866577, 1.40652596950531, -1.304494023323059, -2.9913198947906494, 30.0, -0.3207849860191345, 0.26677700877189636, -0.2974669933319092, -0.4997926950454712, -0.5701643824577332, -0.6303809881210327, -0.5017715692520142], "max": [0.7793244123458862, 2.0462589263916016, -1.176753282546997, -0.2116386443376541, -0.36910226941108704, -0.43703046441078186, 1.4177659749984741, 884.0, 0.2753579914569855, 0.42685699462890625, -0.185139998793602, 0.4014866352081299, 0.9159353971481323, 0.5061025619506836, 0.6467494964599609, 0.1425933986902237, -1.5695745944976807, 2.69138503074646, 1.6179901361465454, 2.5353002548217773, 1.3521066904067993, -1.9231959581375122, 894.0, -0.05992799997329712, 0.42528700828552246, -0.1204729974269867, 0.5942902565002441, 0.9705072641372681, 0.7686043977737427, 0.537590742111206], "mean": [0.5195357203483582, 2.023751735687256, -1.531471848487854, -0.5016693472862244, -1.0785752534866333, -0.8389807939529419, 1.0566409826278687, 514.0464477539062, 0.1495460569858551, 0.37563836574554443, -0.23155510425567627, -0.18930722773075104, 0.7151805758476257, -0.24912825226783752, -0.44515323638916016, -0.23864659667015076, -2.0285890102386475, 2.0937013626098633, 0.8783755898475647, 2.1108620166778564, -0.3400323987007141, -2.6105475425720215, 491.1874084472656, -0.18494601547718048, 0.3220292329788208, -0.2220122069120407, -0.08312064409255981, 0.34921035170555115, 0.1468902826309204, 0.15101593732833862], "std": [0.14364895224571228, 0.010927608236670494, 0.25235775113105774, 0.16587381064891815, 0.32947880029678345, 0.16916589438915253, 0.19784730672836304, 278.3370666503906, 0.0705380067229271, 0.025850655511021614, 0.023449307307600975, 0.15400640666484833, 0.280446320772171, 0.19464462995529175, 0.22847086191177368, 0.2743101716041565, 0.05159641429781914, 0.47949719429016113, 0.33176204562187195, 0.31930920481681824, 0.9135477542877197, 0.353712260723114, 292.25628662109375, 0.06465798616409302, 0.04400743171572685, 0.046733308583498, 0.40040960907936096, 0.5470811724662781, 0.4459308981895447, 0.41021883487701416], "count": [1270]}, "actions": {"min": [0.3358362913131714, 1.981088399887085, -2.0381782054901123, -0.9681167602539062, -1.9285191297531128, -1.1794236898422241, 0.5935515761375427, -6.0, 0.02150999940931797, 0.336885005235672, -0.2737399935722351, -0.3968069553375244, -0.6402725577354431, -0.5112741589546204, -0.6377946138381958, -0.7444353103637695, -2.0480916500091553, 1.1749556064605713, 0.5043128728866577, 1.40652596950531, -1.304494023323059, -2.9913198947906494, 30.0, -0.3207849860191345, 0.26677700877189636, -0.2974669933319092, -0.4997926950454712, -0.5701643824577332, -0.6303809881210327, -0.5017715692520142], "max": [0.7793244123458862, 2.0462589263916016, -1.176753282546997, -0.2116386443376541, -0.36910226941108704, -0.43703046441078186, 1.4177659749984741, 884.0, 0.2753579914569855, 0.42685699462890625, -0.185139998793602, 0.4014866352081299, 0.9159353971481323, 0.5061025619506836, 0.6467494964599609, 0.1425933986902237, -1.5695745944976807, 2.69138503074646, 1.6179901361465454, 2.5353002548217773, 1.3521066904067993, -1.9231959581375122, 894.0, -0.05992799997329712, 0.42528700828552246, -0.1204729974269867, 0.5942902565002441, 0.9705072641372681, 0.7686043977737427, 0.537590742111206], "mean": [0.5195357203483582, 2.023751735687256, -1.531471848487854, -0.5016693472862244, -1.0785752534866333, -0.8389807939529419, 1.0566409826278687, 514.0464477539062, 0.1495460569858551, 0.37563836574554443, -0.23155510425567627, -0.18930722773075104, 0.7151805758476257, -0.24912825226783752, -0.44515323638916016, -0.23864659667015076, -2.0285890102386475, 2.0937013626098633, 0.8783755898475647, 2.1108620166778564, -0.3400323987007141, -2.6105475425720215, 491.1874084472656, -0.18494601547718048, 0.3220292329788208, -0.2220122069120407, -0.08312064409255981, 0.34921035170555115, 0.1468902826309204, 0.15101593732833862], "std": [0.14364895224571228, 0.010927608236670494, 0.25235775113105774, 0.16587381064891815, 0.32947880029678345, 0.16916589438915253, 0.19784730672836304, 278.3370666503906, 0.0705380067229271, 0.025850655511021614, 0.023449307307600975, 0.15400640666484833, 0.280446320772171, 0.19464462995529175, 0.22847086191177368, 0.2743101716041565, 0.05159641429781914, 0.47949719429016113, 0.33176204562187195, 0.31930920481681824, 0.9135477542877197, 0.353712260723114, 292.25628662109375, 0.06465798616409302, 0.04400743171572685, 0.046733308583498, 0.40040960907936096, 0.5470811724662781, 0.4459308981895447, 0.41021883487701416], "count": [1270]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007874015748031496], "std": [0.028049626977254924], "count": [1270]}, "timestamp": {"min": [0.0], "max": [50.76], "mean": [25.38], "std": [14.664692291350677], "count": [1270]}, "frame_index": {"min": [0], "max": [1269], "mean": [634.5], "std": [366.61730728376693], "count": [1270]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [1270]}, "index": {"min": [107876], "max": [109145], "mean": [108510.5], "std": [366.61730728376693], "count": [1270]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1270]}}} +{"episode_index": 90, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46219603050717495]], [[0.4673063314711359]], [[0.4613233012012999]]], "std": [[[0.14722485702335358]], [[0.14523911204397866]], [[0.14652100328718953]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4669623327217293]], [[0.4756198641234892]], [[0.4694750668656662]]], "std": [[[0.07066839716322305]], [[0.0645145958854228]], [[0.06695415578100752]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4692506389893015]], [[0.46961186876985433]], [[0.46643226599298937]]], "std": [[[0.09995553608951872]], [[0.09822037549941146]], [[0.100565717527047]]], "count": [179]}, "states": {"min": [0.4767192304134369, 1.9450124502182007, -1.82619047164917, -0.5324301719665527, -1.5790342092514038, -1.2957673072814941, 0.2850646376609802, 0.0, 0.0403130017220974, 0.3283959925174713, -0.2764419913291931, -0.38469865918159485, -0.6591994762420654, -0.4388277232646942, -0.6534873247146606, -0.8939926028251648, -2.058284282684326, 0.8221373558044434, -0.13198179006576538, 0.34341099858283997, 0.9854129552841187, -2.1107664108276367, 30.0, -0.28564000129699707, 0.3290809988975525, -0.26785799860954285, -0.43591126799583435, 0.37199488282203674, -0.07510193437337875, 0.13783212006092072], "max": [0.841597855091095, 2.0562424659729004, -1.0820692777633667, 0.03502875939011574, -0.3592062294483185, -0.774908721446991, 1.303970456123352, 893.0, 0.23443099856376648, 0.4226990044116974, -0.16273300349712372, 0.4750198423862457, 0.914539098739624, 0.4409411549568176, 0.6664516925811768, -0.29141765832901, -1.7872521877288818, 1.5902742147445679, 1.5121532678604126, 2.816455364227295, 1.4870729446411133, -0.4656713306903839, 914.0, -0.04365599900484085, 0.42118901014328003, -0.10086599737405777, -0.033565178513526917, 0.9693614840507507, 0.612868070602417, 0.6722844839096069], "mean": [0.6417611837387085, 2.021697759628296, -1.3869118690490723, -0.3019897937774658, -1.0625022649765015, -1.011906623840332, 1.0569270849227905, 500.9466552734375, 0.13659505546092987, 0.3854370415210724, -0.21900959312915802, -0.0072815134190022945, 0.3547459542751312, -0.053544480353593826, -0.1740114539861679, -0.6008402705192566, -2.0272653102874756, 1.0996280908584595, 0.3879777491092682, 1.354134202003479, 1.2465218305587769, -1.1238925457000732, 618.1729125976562, -0.18252545595169067, 0.3698120713233948, -0.20473621785640717, -0.2212519347667694, 0.6796895861625671, 0.3305477499961853, 0.4831835627555847], "std": [0.10015134513378143, 0.021026115864515305, 0.2516990005970001, 0.10435466468334198, 0.2511307895183563, 0.10018741339445114, 0.20579130947589874, 233.66030883789062, 0.057656675577163696, 0.026576582342386246, 0.028913740068674088, 0.19638101756572723, 0.6415956616401672, 0.3236387372016907, 0.534791886806488, 0.160453662276268, 0.044824082404375076, 0.22250640392303467, 0.4514182209968567, 0.8077911734580994, 0.13947731256484985, 0.5342962741851807, 272.46673583984375, 0.07296018302440643, 0.023637805134058, 0.04404885321855545, 0.1289188712835312, 0.21025066077709198, 0.23484063148498535, 0.17425882816314697], "count": [1012]}, "actions": {"min": [0.4767192304134369, 1.9450124502182007, -1.82619047164917, -0.5324301719665527, -1.5790342092514038, -1.2957673072814941, 0.2850646376609802, 0.0, 0.0403130017220974, 0.3283959925174713, -0.2764419913291931, -0.38469865918159485, -0.6591994762420654, -0.4388277232646942, -0.6534873247146606, -0.8939926028251648, -2.058284282684326, 0.8221373558044434, -0.13198179006576538, 0.34341099858283997, 0.9854129552841187, -2.1107664108276367, 30.0, -0.28564000129699707, 0.3290809988975525, -0.26785799860954285, -0.43591126799583435, 0.37199488282203674, -0.07510193437337875, 0.13783212006092072], "max": [0.841597855091095, 2.0562424659729004, -1.0820692777633667, 0.03502875939011574, -0.3592062294483185, -0.774908721446991, 1.303970456123352, 893.0, 0.23443099856376648, 0.4226990044116974, -0.16273300349712372, 0.4750198423862457, 0.914539098739624, 0.4409411549568176, 0.6664516925811768, -0.29141765832901, -1.7872521877288818, 1.5902742147445679, 1.5121532678604126, 2.816455364227295, 1.4870729446411133, -0.4656713306903839, 914.0, -0.04365599900484085, 0.42118901014328003, -0.10086599737405777, -0.033565178513526917, 0.9693614840507507, 0.612868070602417, 0.6722844839096069], "mean": [0.6417611837387085, 2.021697759628296, -1.3869118690490723, -0.3019897937774658, -1.0625022649765015, -1.011906623840332, 1.0569270849227905, 500.9466552734375, 0.13659505546092987, 0.3854370415210724, -0.21900959312915802, -0.0072815134190022945, 0.3547459542751312, -0.053544480353593826, -0.1740114539861679, -0.6008402705192566, -2.0272653102874756, 1.0996280908584595, 0.3879777491092682, 1.354134202003479, 1.2465218305587769, -1.1238925457000732, 618.1729125976562, -0.18252545595169067, 0.3698120713233948, -0.20473621785640717, -0.2212519347667694, 0.6796895861625671, 0.3305477499961853, 0.4831835627555847], "std": [0.10015134513378143, 0.021026115864515305, 0.2516990005970001, 0.10435466468334198, 0.2511307895183563, 0.10018741339445114, 0.20579130947589874, 233.66030883789062, 0.057656675577163696, 0.026576582342386246, 0.028913740068674088, 0.19638101756572723, 0.6415956616401672, 0.3236387372016907, 0.534791886806488, 0.160453662276268, 0.044824082404375076, 0.22250640392303467, 0.4514182209968567, 0.8077911734580994, 0.13947731256484985, 0.5342962741851807, 272.46673583984375, 0.07296018302440643, 0.023637805134058, 0.04404885321855545, 0.1289188712835312, 0.21025066077709198, 0.23484063148498535, 0.17425882816314697], "count": [1012]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009881422924901185], "std": [0.03141919584107638], "count": [1012]}, "timestamp": {"min": [0.0], "max": [40.44], "mean": [20.22], "std": [11.685563743354447], "count": [1012]}, "frame_index": {"min": [0], "max": [1011], "mean": [505.5], "std": [292.13909358386115], "count": [1012]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [1012]}, "index": {"min": [109146], "max": [110157], "mean": [109651.5], "std": [292.13909358386115], "count": [1012]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1012]}}} +{"episode_index": 91, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46127166915153156]], [[0.47038095991084605]], [[0.46484918658323543]]], "std": [[[0.14882997534620931]], [[0.14794514037050943]], [[0.14815073651523442]]], "count": [217]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670630581533689]], [[0.47376695355561577]], [[0.46775771908225655]]], "std": [[[0.10667507556444172]], [[0.1041039543909644]], [[0.10643593334755692]]], "count": [217]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4735345292686967]], [[0.47440193537092257]], [[0.4700226376841059]]], "std": [[[0.1223266773768493]], [[0.12006284054357896]], [[0.12258026187499507]]], "count": [217]}, "states": {"min": [0.3767991364002228, 1.975468397140503, -0.7655363082885742, -0.31665509939193726, -2.139965534210205, -1.568422555923462, 0.027785642072558403, 99.0, 0.1029449999332428, 0.26701200008392334, -0.2811630070209503, -0.49986696243286133, -0.6295198202133179, -0.3988449275493622, -0.6659027338027954, -0.868231475353241, -2.0554568767547607, 0.7930601239204407, -0.22441443800926208, 0.5906717777252197, 1.0674433708190918, -2.0666794776916504, 50.0, -0.3485490083694458, 0.27955201268196106, -0.2870810031890869, -0.4640480875968933, 0.44971027970314026, -0.09805598855018616, 0.26874059438705444], "max": [0.7782248854637146, 2.042698383331299, -0.4141142666339874, 0.18135717511177063, -0.9691115617752075, -1.0332698822021484, 0.9529322981834412, 882.0, 0.23372900485992432, 0.4207659959793091, -0.18700699508190155, 0.5020952820777893, 0.8551483154296875, 0.39729347825050354, 0.6335389018058777, -0.33716273307800293, -1.5621919631958008, 1.7165836095809937, 1.0809173583984375, 2.5377960205078125, 1.6496851444244385, -0.22994713485240936, 877.0, -0.017573000863194466, 0.38468998670578003, -0.1335570067167282, 0.050119318068027496, 0.9299010634422302, 0.5180355310440063, 0.7153239846229553], "mean": [0.6454178094863892, 2.0204994678497314, -0.6081639528274536, -0.08755861967802048, -1.643681287765503, -1.2537418603897095, 0.67183917760849, 560.24365234375, 0.16418737173080444, 0.35658156871795654, -0.2300873100757599, -0.20298822224140167, 0.6892976760864258, -0.2427920550107956, -0.5272526741027832, -0.5693372488021851, -1.997430443763733, 1.2197016477584839, 0.2865680754184723, 1.377403974533081, 1.3924334049224854, -0.9455154538154602, 474.6965637207031, -0.1652406007051468, 0.32558053731918335, -0.21886660158634186, -0.16594424843788147, 0.7530913949012756, 0.2140895575284958, 0.5239253044128418], "std": [0.0941154807806015, 0.008130460977554321, 0.13922065496444702, 0.13643096387386322, 0.4068394899368286, 0.11357070505619049, 0.34192749857902527, 289.0155029296875, 0.038039714097976685, 0.045121930539608, 0.025695206597447395, 0.20492136478424072, 0.22897586226463318, 0.1363203525543213, 0.18361808359622955, 0.1582571417093277, 0.1233799159526825, 0.24255487322807312, 0.38614925742149353, 0.594824492931366, 0.15540042519569397, 0.565254271030426, 252.47744750976562, 0.08162573724985123, 0.03027990274131298, 0.032286547124385834, 0.1432943195104599, 0.14138798415660858, 0.1698276549577713, 0.12497247755527496], "count": [1305]}, "actions": {"min": [0.3767991364002228, 1.975468397140503, -0.7655363082885742, -0.31665509939193726, -2.139965534210205, -1.568422555923462, 0.027785642072558403, 99.0, 0.1029449999332428, 0.26701200008392334, -0.2811630070209503, -0.49986696243286133, -0.6295198202133179, -0.3988449275493622, -0.6659027338027954, -0.868231475353241, -2.0554568767547607, 0.7930601239204407, -0.22441443800926208, 0.5906717777252197, 1.0674433708190918, -2.0666794776916504, 50.0, -0.3485490083694458, 0.27955201268196106, -0.2870810031890869, -0.4640480875968933, 0.44971027970314026, -0.09805598855018616, 0.26874059438705444], "max": [0.7782248854637146, 2.042698383331299, -0.4141142666339874, 0.18135717511177063, -0.9691115617752075, -1.0332698822021484, 0.9529322981834412, 882.0, 0.23372900485992432, 0.4207659959793091, -0.18700699508190155, 0.5020952820777893, 0.8551483154296875, 0.39729347825050354, 0.6335389018058777, -0.33716273307800293, -1.5621919631958008, 1.7165836095809937, 1.0809173583984375, 2.5377960205078125, 1.6496851444244385, -0.22994713485240936, 877.0, -0.017573000863194466, 0.38468998670578003, -0.1335570067167282, 0.050119318068027496, 0.9299010634422302, 0.5180355310440063, 0.7153239846229553], "mean": [0.6454178094863892, 2.0204994678497314, -0.6081639528274536, -0.08755861967802048, -1.643681287765503, -1.2537418603897095, 0.67183917760849, 560.24365234375, 0.16418737173080444, 0.35658156871795654, -0.2300873100757599, -0.20298822224140167, 0.6892976760864258, -0.2427920550107956, -0.5272526741027832, -0.5693372488021851, -1.997430443763733, 1.2197016477584839, 0.2865680754184723, 1.377403974533081, 1.3924334049224854, -0.9455154538154602, 474.6965637207031, -0.1652406007051468, 0.32558053731918335, -0.21886660158634186, -0.16594424843788147, 0.7530913949012756, 0.2140895575284958, 0.5239253044128418], "std": [0.0941154807806015, 0.008130460977554321, 0.13922065496444702, 0.13643096387386322, 0.4068394899368286, 0.11357070505619049, 0.34192749857902527, 289.0155029296875, 0.038039714097976685, 0.045121930539608, 0.025695206597447395, 0.20492136478424072, 0.22897586226463318, 0.1363203525543213, 0.18361808359622955, 0.1582571417093277, 0.1233799159526825, 0.24255487322807312, 0.38614925742149353, 0.594824492931366, 0.15540042519569397, 0.565254271030426, 252.47744750976562, 0.08162573724985123, 0.03027990274131298, 0.032286547124385834, 0.1432943195104599, 0.14138798415660858, 0.1698276549577713, 0.12497247755527496], "count": [1305]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007662835249042146], "std": [0.0276712185214832], "count": [1305]}, "timestamp": {"min": [0.0], "max": [52.16], "mean": [26.080000000000002], "std": [15.068837601708589], "count": [1305]}, "frame_index": {"min": [0], "max": [1304], "mean": [652.0], "std": [376.72094004271474], "count": [1305]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [1305]}, "index": {"min": [110158], "max": [111462], "mean": [110810.0], "std": [376.72094004271474], "count": [1305]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1305]}}} +{"episode_index": 92, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.47044942040825993]], [[0.47500553838685233]], [[0.4720121216965047]]], "std": [[[0.13271488077010643]], [[0.1334376075485503]], [[0.13325594731776233]]], "count": [207]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47564542779672253]], [[0.4777107251113005]], [[0.47083878883679076]]], "std": [[[0.10845373484254062]], [[0.10722511132044273]], [[0.11017988950812402]]], "count": [207]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48266572041457484]], [[0.4815812799958953]], [[0.4780380464383821]]], "std": [[[0.10887931974409634]], [[0.10987465278307093]], [[0.11101548408738734]]], "count": [207]}, "states": {"min": [0.4826708436012268, 1.9452916383743286, 0.18181094527244568, -0.20055580139160156, -2.898258686065674, -1.3308136463165283, 0.04297000542283058, 3.0, 0.05715300142765045, 0.33051198720932007, -0.2915619909763336, -0.45019927620887756, 0.6135571599006653, -0.4152536392211914, -0.6024743914604187, -0.9845751523971558, -2.059314012527466, -1.1208679676055908, -0.4133463501930237, 1.0276848077774048, 0.7944040894508362, -1.3806952238082886, 47.0, -0.22919699549674988, 0.2846919894218445, -0.30028998851776123, -0.4975728988647461, -0.5557178258895874, -0.37421008944511414, -0.5485249757766724], "max": [0.8744274377822876, 2.0340590476989746, 0.842261016368866, 0.2918016016483307, -2.2354178428649902, -0.718203067779541, 0.937713086605072, 881.0, 0.1962909996509552, 0.39744600653648376, -0.2197510004043579, -0.09068196266889572, 0.8662455081939697, -0.12735037505626678, -0.46560975909233093, -0.4063999056816101, -1.7799217700958252, 0.4712563455104828, 0.577005922794342, 2.871764898300171, 1.6032246351242065, 0.37350043654441833, 752.0, -0.06966900080442429, 0.4049769937992096, -0.16021299362182617, 0.5002648234367371, 0.8841283321380615, 0.5819476842880249, 0.6243329048156738], "mean": [0.6924628019332886, 2.015122652053833, 0.5487015247344971, 0.14419673383235931, -2.823702096939087, -0.9609989523887634, 0.6874492764472961, 491.79315185546875, 0.11418570578098297, 0.3694303631782532, -0.2498912215232849, -0.19153837859630585, 0.7471635937690735, -0.295096218585968, -0.547242283821106, -0.6445222496986389, -2.0423130989074707, -0.027849489822983742, -0.09700457751750946, 2.041130542755127, 1.1219505071640015, -0.29652899503707886, 460.5586242675781, -0.1559702605009079, 0.36154451966285706, -0.24140949547290802, -0.3277386426925659, 0.6890433430671692, 0.25230780243873596, 0.49957072734832764], "std": [0.08895903825759888, 0.010814148001372814, 0.15779301524162292, 0.09144672006368637, 0.13991442322731018, 0.13741561770439148, 0.2343234419822693, 309.2669677734375, 0.03281180188059807, 0.015370731242001057, 0.015318244695663452, 0.08796241879463196, 0.0604291670024395, 0.07352296262979507, 0.041337475180625916, 0.20114754140377045, 0.025911327451467514, 0.6026727557182312, 0.27077269554138184, 0.6367664337158203, 0.14235951006412506, 0.3718605041503906, 225.82940673828125, 0.05382637679576874, 0.02800082229077816, 0.030240068212151527, 0.11673230677843094, 0.14922037720680237, 0.251579612493515, 0.07343294471502304], "count": [1228]}, "actions": {"min": [0.4826708436012268, 1.9452916383743286, 0.18181094527244568, -0.20055580139160156, -2.898258686065674, -1.3308136463165283, 0.04297000542283058, 3.0, 0.05715300142765045, 0.33051198720932007, -0.2915619909763336, -0.45019927620887756, 0.6135571599006653, -0.4152536392211914, -0.6024743914604187, -0.9845751523971558, -2.059314012527466, -1.1208679676055908, -0.4133463501930237, 1.0276848077774048, 0.7944040894508362, -1.3806952238082886, 47.0, -0.22919699549674988, 0.2846919894218445, -0.30028998851776123, -0.4975728988647461, -0.5557178258895874, -0.37421008944511414, -0.5485249757766724], "max": [0.8744274377822876, 2.0340590476989746, 0.842261016368866, 0.2918016016483307, -2.2354178428649902, -0.718203067779541, 0.937713086605072, 881.0, 0.1962909996509552, 0.39744600653648376, -0.2197510004043579, -0.09068196266889572, 0.8662455081939697, -0.12735037505626678, -0.46560975909233093, -0.4063999056816101, -1.7799217700958252, 0.4712563455104828, 0.577005922794342, 2.871764898300171, 1.6032246351242065, 0.37350043654441833, 752.0, -0.06966900080442429, 0.4049769937992096, -0.16021299362182617, 0.5002648234367371, 0.8841283321380615, 0.5819476842880249, 0.6243329048156738], "mean": [0.6924628019332886, 2.015122652053833, 0.5487015247344971, 0.14419673383235931, -2.823702096939087, -0.9609989523887634, 0.6874492764472961, 491.79315185546875, 0.11418570578098297, 0.3694303631782532, -0.2498912215232849, -0.19153837859630585, 0.7471635937690735, -0.295096218585968, -0.547242283821106, -0.6445222496986389, -2.0423130989074707, -0.027849489822983742, -0.09700457751750946, 2.041130542755127, 1.1219505071640015, -0.29652899503707886, 460.5586242675781, -0.1559702605009079, 0.36154451966285706, -0.24140949547290802, -0.3277386426925659, 0.6890433430671692, 0.25230780243873596, 0.49957072734832764], "std": [0.08895903825759888, 0.010814148001372814, 0.15779301524162292, 0.09144672006368637, 0.13991442322731018, 0.13741561770439148, 0.2343234419822693, 309.2669677734375, 0.03281180188059807, 0.015370731242001057, 0.015318244695663452, 0.08796241879463196, 0.0604291670024395, 0.07352296262979507, 0.041337475180625916, 0.20114754140377045, 0.025911327451467514, 0.6026727557182312, 0.27077269554138184, 0.6367664337158203, 0.14235951006412506, 0.3718605041503906, 225.82940673828125, 0.05382637679576874, 0.02800082229077816, 0.030240068212151527, 0.11673230677843094, 0.14922037720680237, 0.251579612493515, 0.07343294471502304], "count": [1228]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008143322475570033], "std": [0.028524885811298036], "count": [1228]}, "timestamp": {"min": [0.0], "max": [49.08], "mean": [24.54], "std": [14.179717909747007], "count": [1228]}, "frame_index": {"min": [0], "max": [1227], "mean": [613.5], "std": [354.49294774367513], "count": [1228]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [1228]}, "index": {"min": [111463], "max": [112690], "mean": [112076.5], "std": [354.49294774367513], "count": [1228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1228]}}} +{"episode_index": 93, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4752049751859964]], [[0.48075768647441247]], [[0.47577574507196496]]], "std": [[[0.13352104824901254]], [[0.13440508789062974]], [[0.13438577082656783]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6705882352941176]], [[0.6509803921568628]], [[0.6470588235294118]]], "mean": [[[0.4786800720953275]], [[0.48058384286782085]], [[0.4747158079543874]]], "std": [[[0.09182601635791451]], [[0.08850820027682116]], [[0.09115179738539325]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4760766507179113]], [[0.4774221085819079]], [[0.4730559879536921]]], "std": [[[0.1095617321698352]], [[0.109730690674726]], [[0.11275603272222515]]], "count": [188]}, "states": {"min": [0.49549898505210876, 2.001718044281006, 0.2350260466337204, -0.056443952023983, -2.8950650691986084, -1.3068153858184814, 0.1411447674036026, 31.0, 0.01232099998742342, 0.3213909864425659, -0.2777029871940613, -0.41671958565711975, 0.5997422933578491, -0.42795518040657043, -0.619466245174408, -0.882630467414856, -2.0545668601989746, 0.7566700577735901, -0.153274804353714, 0.5961171984672546, 0.9341350793838501, -1.9587479829788208, 54.0, -0.25984999537467957, 0.3360239863395691, -0.27089500427246094, -0.4114903509616852, 0.5190199613571167, -0.06900552660226822, 0.1755424588918686], "max": [0.8975704908370972, 2.040167808532715, 0.858248233795166, 0.3577052652835846, -2.3483755588531494, -0.5920331478118896, 0.8059930801391602, 881.0, 0.1902959942817688, 0.4122689962387085, -0.21533599495887756, -0.10047559440135956, 0.857753574848175, -0.05954846367239952, -0.4269085228443146, -0.37315139174461365, -1.9689059257507324, 1.6006066799163818, 1.3803285360336304, 2.757899761199951, 1.5475311279296875, -0.4098207652568817, 907.0, -0.04796300083398819, 0.4157229959964752, -0.11618299782276154, -0.08430983126163483, 0.9777987599372864, 0.494148850440979, 0.6130658388137817], "mean": [0.7402342557907104, 2.019866466522217, 0.5560972094535828, 0.2030899077653885, -2.864168405532837, -0.8557614684104919, 0.6557676792144775, 479.2576599121094, 0.08983580768108368, 0.37600985169410706, -0.24790166318416595, -0.19289760291576385, 0.7666932344436646, -0.2618710398674011, -0.533757209777832, -0.5665803551673889, -2.038750171661377, 1.1329529285430908, 0.46757328510284424, 1.4934718608856201, 1.1604944467544556, -1.1800346374511719, 561.02685546875, -0.17900463938713074, 0.3695540726184845, -0.2175905555486679, -0.2068936824798584, 0.7375023365020752, 0.3283856511116028, 0.4553448259830475], "std": [0.09435651451349258, 0.007622693199664354, 0.17407368123531342, 0.08218921720981598, 0.1011970043182373, 0.141792431473732, 0.13555516302585602, 232.52252197265625, 0.04353298991918564, 0.024598771706223488, 0.013719315640628338, 0.058773744851350784, 0.061942584812641144, 0.11097176373004913, 0.04351159185171127, 0.14776410162448883, 0.009809235110878944, 0.21345047652721405, 0.4297111928462982, 0.7489044070243835, 0.15791019797325134, 0.5321856141090393, 273.2187194824219, 0.05671408027410507, 0.021864617243409157, 0.043807610869407654, 0.10609497129917145, 0.15935474634170532, 0.18557389080524445, 0.16438278555870056], "count": [1079]}, "actions": {"min": [0.49549898505210876, 2.001718044281006, 0.2350260466337204, -0.056443952023983, -2.8950650691986084, -1.3068153858184814, 0.1411447674036026, 31.0, 0.01232099998742342, 0.3213909864425659, -0.2777029871940613, -0.41671958565711975, 0.5997422933578491, -0.42795518040657043, -0.619466245174408, -0.882630467414856, -2.0545668601989746, 0.7566700577735901, -0.153274804353714, 0.5961171984672546, 0.9341350793838501, -1.9587479829788208, 54.0, -0.25984999537467957, 0.3360239863395691, -0.27089500427246094, -0.4114903509616852, 0.5190199613571167, -0.06900552660226822, 0.1755424588918686], "max": [0.8975704908370972, 2.040167808532715, 0.858248233795166, 0.3577052652835846, -2.3483755588531494, -0.5920331478118896, 0.8059930801391602, 881.0, 0.1902959942817688, 0.4122689962387085, -0.21533599495887756, -0.10047559440135956, 0.857753574848175, -0.05954846367239952, -0.4269085228443146, -0.37315139174461365, -1.9689059257507324, 1.6006066799163818, 1.3803285360336304, 2.757899761199951, 1.5475311279296875, -0.4098207652568817, 907.0, -0.04796300083398819, 0.4157229959964752, -0.11618299782276154, -0.08430983126163483, 0.9777987599372864, 0.494148850440979, 0.6130658388137817], "mean": [0.7402342557907104, 2.019866466522217, 0.5560972094535828, 0.2030899077653885, -2.864168405532837, -0.8557614684104919, 0.6557676792144775, 479.2576599121094, 0.08983580768108368, 0.37600985169410706, -0.24790166318416595, -0.19289760291576385, 0.7666932344436646, -0.2618710398674011, -0.533757209777832, -0.5665803551673889, -2.038750171661377, 1.1329529285430908, 0.46757328510284424, 1.4934718608856201, 1.1604944467544556, -1.1800346374511719, 561.02685546875, -0.17900463938713074, 0.3695540726184845, -0.2175905555486679, -0.2068936824798584, 0.7375023365020752, 0.3283856511116028, 0.4553448259830475], "std": [0.09435651451349258, 0.007622693199664354, 0.17407368123531342, 0.08218921720981598, 0.1011970043182373, 0.141792431473732, 0.13555516302585602, 232.52252197265625, 0.04353298991918564, 0.024598771706223488, 0.013719315640628338, 0.058773744851350784, 0.061942584812641144, 0.11097176373004913, 0.04351159185171127, 0.14776410162448883, 0.009809235110878944, 0.21345047652721405, 0.4297111928462982, 0.7489044070243835, 0.15791019797325134, 0.5321856141090393, 273.2187194824219, 0.05671408027410507, 0.021864617243409157, 0.043807610869407654, 0.10609497129917145, 0.15935474634170532, 0.18557389080524445, 0.16438278555870056], "count": [1079]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009267840593141798], "std": [0.030429017904322526], "count": [1079]}, "timestamp": {"min": [0.0], "max": [43.12], "mean": [21.56], "std": [12.459213458320715], "count": [1079]}, "frame_index": {"min": [0], "max": [1078], "mean": [539.0], "std": [311.48033645801786], "count": [1079]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [1079]}, "index": {"min": [112691], "max": [113769], "mean": [113230.0], "std": [311.48033645801786], "count": [1079]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1079]}}} +{"episode_index": 94, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4649252496878902]], [[0.47470258339759125]], [[0.46895767927957704]]], "std": [[[0.14998538766088199]], [[0.14941100719908382]], [[0.14936294715554393]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645421474535507]], [[0.471278393965264]], [[0.4652537912168613]]], "std": [[[0.10712861809043522]], [[0.10371011476730053]], [[0.10649860207776111]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47276868069325106]], [[0.47366061839061463]], [[0.4706125064257913]]], "std": [[[0.11842829516614671]], [[0.11673280614177044]], [[0.11870649679636441]]], "count": [178]}, "states": {"min": [0.3781954050064087, 1.9606853723526, -1.12791907787323, -0.4715879559516907, -2.08858323097229, -1.5212290287017822, 0.2797413766384125, 65.0, 0.0749559998512268, 0.3121959865093231, -0.2734319865703583, -0.4164436459541321, -0.5917658805847168, -0.4168925881385803, -0.6648525595664978, -0.8922472596168518, -2.0545144081115723, 0.10789626091718674, -0.19111356139183044, 0.7163354754447937, 1.089504361152649, -1.890697956085205, 40.0, -0.29435399174690247, 0.299142986536026, -0.28656500577926636, -0.4322640597820282, 0.5085837244987488, -0.027066882699728012, 0.3210199773311615], "max": [0.8883028030395508, 2.0470619201660156, -0.7111518979072571, 0.06429792940616608, -0.7658504843711853, -1.087462306022644, 1.0709166526794434, 870.0, 0.27039000391960144, 0.4001910090446472, -0.1710290014743805, 0.45945268869400024, 0.8946487903594971, 0.3686646819114685, 0.6054421663284302, -0.3164805471897125, -1.876124382019043, 1.3939945697784424, 0.9933192133903503, 2.518545150756836, 1.548840045928955, -0.22223277390003204, 891.0, -0.037700001150369644, 0.40089601278305054, -0.11632700264453888, 0.026845533400774002, 0.9467384219169617, 0.501209020614624, 0.6613889932632446], "mean": [0.6070882081985474, 2.0132739543914795, -0.8893886208534241, -0.2024981677532196, -1.3843443393707275, -1.1923843622207642, 0.7751579284667969, 582.42431640625, 0.17803752422332764, 0.3683544397354126, -0.22463759779930115, -0.20770347118377686, 0.6878624558448792, -0.25944066047668457, -0.51385098695755, -0.623851478099823, -2.0356245040893555, 0.9862332940101624, 0.34519970417022705, 1.608992338180542, 1.283377766609192, -0.9806420803070068, 569.2340698242188, -0.155660480260849, 0.3539871275424957, -0.2172517031431198, -0.176887646317482, 0.7715438008308411, 0.22695516049861908, 0.49884313344955444], "std": [0.11370451003313065, 0.018660299479961395, 0.13904280960559845, 0.1776672601699829, 0.4055238664150238, 0.11552731692790985, 0.30634352564811707, 275.29632568359375, 0.04483633488416672, 0.028197085484862328, 0.02307269349694252, 0.17423325777053833, 0.23489288985729218, 0.16541677713394165, 0.19863897562026978, 0.15111400187015533, 0.0283303651958704, 0.2747736871242523, 0.3824683427810669, 0.5938552618026733, 0.11227776110172272, 0.5662926435470581, 316.7228088378906, 0.06494104117155075, 0.024492435157299042, 0.04086820408701897, 0.13062843680381775, 0.1287543624639511, 0.1657528281211853, 0.10936924070119858], "count": [1004]}, "actions": {"min": [0.3781954050064087, 1.9606853723526, -1.12791907787323, -0.4715879559516907, -2.08858323097229, -1.5212290287017822, 0.2797413766384125, 65.0, 0.0749559998512268, 0.3121959865093231, -0.2734319865703583, -0.4164436459541321, -0.5917658805847168, -0.4168925881385803, -0.6648525595664978, -0.8922472596168518, -2.0545144081115723, 0.10789626091718674, -0.19111356139183044, 0.7163354754447937, 1.089504361152649, -1.890697956085205, 40.0, -0.29435399174690247, 0.299142986536026, -0.28656500577926636, -0.4322640597820282, 0.5085837244987488, -0.027066882699728012, 0.3210199773311615], "max": [0.8883028030395508, 2.0470619201660156, -0.7111518979072571, 0.06429792940616608, -0.7658504843711853, -1.087462306022644, 1.0709166526794434, 870.0, 0.27039000391960144, 0.4001910090446472, -0.1710290014743805, 0.45945268869400024, 0.8946487903594971, 0.3686646819114685, 0.6054421663284302, -0.3164805471897125, -1.876124382019043, 1.3939945697784424, 0.9933192133903503, 2.518545150756836, 1.548840045928955, -0.22223277390003204, 891.0, -0.037700001150369644, 0.40089601278305054, -0.11632700264453888, 0.026845533400774002, 0.9467384219169617, 0.501209020614624, 0.6613889932632446], "mean": [0.6070882081985474, 2.0132739543914795, -0.8893886208534241, -0.2024981677532196, -1.3843443393707275, -1.1923843622207642, 0.7751579284667969, 582.42431640625, 0.17803752422332764, 0.3683544397354126, -0.22463759779930115, -0.20770347118377686, 0.6878624558448792, -0.25944066047668457, -0.51385098695755, -0.623851478099823, -2.0356245040893555, 0.9862332940101624, 0.34519970417022705, 1.608992338180542, 1.283377766609192, -0.9806420803070068, 569.2340698242188, -0.155660480260849, 0.3539871275424957, -0.2172517031431198, -0.176887646317482, 0.7715438008308411, 0.22695516049861908, 0.49884313344955444], "std": [0.11370451003313065, 0.018660299479961395, 0.13904280960559845, 0.1776672601699829, 0.4055238664150238, 0.11552731692790985, 0.30634352564811707, 275.29632568359375, 0.04483633488416672, 0.028197085484862328, 0.02307269349694252, 0.17423325777053833, 0.23489288985729218, 0.16541677713394165, 0.19863897562026978, 0.15111400187015533, 0.0283303651958704, 0.2747736871242523, 0.3824683427810669, 0.5938552618026733, 0.11227776110172272, 0.5662926435470581, 316.7228088378906, 0.06494104117155075, 0.024492435157299042, 0.04086820408701897, 0.13062843680381775, 0.1287543624639511, 0.1657528281211853, 0.10936924070119858], "count": [1004]}, "next.done": {"min": [false], "max": [true], "mean": [0.00099601593625498], "std": [0.03154399924723728], "count": [1004]}, "timestamp": {"min": [0.0], "max": [40.12], "mean": [20.06], "std": [11.59318765482557], "count": [1004]}, "frame_index": {"min": [0], "max": [1003], "mean": [501.5], "std": [289.82969137063924], "count": [1004]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [1004]}, "index": {"min": [113770], "max": [114773], "mean": [114271.5], "std": [289.82969137063924], "count": [1004]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1004]}}} +{"episode_index": 95, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.473322393515177]], [[0.4784866862644854]], [[0.47324572331488834]]], "std": [[[0.10793710237145623]], [[0.11024652087400763]], [[0.11108566539969898]]], "count": [326]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47358219367757326]], [[0.4754237188740527]], [[0.4706409219746181]]], "std": [[[0.0712894276173931]], [[0.07301931528657901]], [[0.07806220022624397]]], "count": [326]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47691394064016196]], [[0.4739122790859697]], [[0.46762710764264803]]], "std": [[[0.1112396652069499]], [[0.11739943511417363]], [[0.12492142434493096]]], "count": [326]}, "states": {"min": [0.3331833779811859, 2.0019099712371826, -1.9052189588546753, -1.4905461072921753, -2.825687885284424, -1.8010575771331787, 0.19886282086372375, -5.0, -0.01917799934744835, 0.28796300292015076, -0.2749690115451813, -0.35359543561935425, -0.6420745253562927, -0.6052493453025818, -0.6576573252677917, -1.0229026079177856, -2.041459321975708, -0.043039821088314056, -1.2212069034576416, -0.7017794847488403, 1.0420489311218262, -0.9025447368621826, 327.0, -0.3432239890098572, 0.2213910073041916, -0.28042900562286377, -0.4982844591140747, -0.612196147441864, -0.5901761054992676, -0.6455608010292053], "max": [1.0184171199798584, 2.0506396293640137, 0.3513522446155548, 0.09941395372152328, -0.5533741116523743, -0.9579414129257202, 2.8195269107818604, 897.0, 0.3335520029067993, 0.4574970006942749, -0.10035400092601776, 0.5510544776916504, 0.9874387979507446, 0.6250707507133484, 0.6821653246879578, -0.3130422830581665, -1.4996567964553833, 2.5742733478546143, 0.11245156079530716, 1.346940517425537, 1.8071489334106445, 0.6541319489479065, 870.0, -0.09422300010919571, 0.3924030065536499, -0.14833000302314758, 0.6429902911186218, 0.9317304491996765, 0.6046955585479736, 0.6889059543609619], "mean": [0.6781941056251526, 2.023145914077759, -0.1841709464788437, -0.31456467509269714, -2.2430155277252197, -1.286929965019226, 1.224843144416809, 512.9808349609375, 0.19254085421562195, 0.35032331943511963, -0.21704687178134918, 0.17100144922733307, 0.34719765186309814, 0.027061080560088158, -0.06536179035902023, -0.6121670603752136, -1.9479707479476929, 1.352126955986023, -0.25135040283203125, 0.3760351836681366, 1.3658653497695923, -0.24988138675689697, 567.2861328125, -0.23667249083518982, 0.33323934674263, -0.2191203087568283, 0.03482949733734131, 0.2308160811662674, 0.01560632511973381, 0.14615704119205475], "std": [0.1767786145210266, 0.009391739033162594, 0.5813711285591125, 0.4063083231449127, 0.5040550231933594, 0.2134409248828888, 0.6178893446922302, 330.0171203613281, 0.10332733392715454, 0.033248867839574814, 0.033263228833675385, 0.20172010362148285, 0.6172142028808594, 0.42667269706726074, 0.4914399981498718, 0.21012398600578308, 0.09261932969093323, 0.9293034076690674, 0.30260276794433594, 0.6842225790023804, 0.1881064623594284, 0.47331830859184265, 139.2273406982422, 0.07496382296085358, 0.0369599387049675, 0.02163330838084221, 0.44099071621894836, 0.5636647343635559, 0.42245227098464966, 0.4829593002796173], "count": [2247]}, "actions": {"min": [0.3331833779811859, 2.0019099712371826, -1.9052189588546753, -1.4905461072921753, -2.825687885284424, -1.8010575771331787, 0.19886282086372375, -5.0, -0.01917799934744835, 0.28796300292015076, -0.2749690115451813, -0.35359543561935425, -0.6420745253562927, -0.6052493453025818, -0.6576573252677917, -1.0229026079177856, -2.041459321975708, -0.043039821088314056, -1.2212069034576416, -0.7017794847488403, 1.0420489311218262, -0.9025447368621826, 327.0, -0.3432239890098572, 0.2213910073041916, -0.28042900562286377, -0.4982844591140747, -0.612196147441864, -0.5901761054992676, -0.6455608010292053], "max": [1.0184171199798584, 2.0506396293640137, 0.3513522446155548, 0.09941395372152328, -0.5533741116523743, -0.9579414129257202, 2.8195269107818604, 897.0, 0.3335520029067993, 0.4574970006942749, -0.10035400092601776, 0.5510544776916504, 0.9874387979507446, 0.6250707507133484, 0.6821653246879578, -0.3130422830581665, -1.4996567964553833, 2.5742733478546143, 0.11245156079530716, 1.346940517425537, 1.8071489334106445, 0.6541319489479065, 870.0, -0.09422300010919571, 0.3924030065536499, -0.14833000302314758, 0.6429902911186218, 0.9317304491996765, 0.6046955585479736, 0.6889059543609619], "mean": [0.6781941056251526, 2.023145914077759, -0.1841709464788437, -0.31456467509269714, -2.2430155277252197, -1.286929965019226, 1.224843144416809, 512.9808349609375, 0.19254085421562195, 0.35032331943511963, -0.21704687178134918, 0.17100144922733307, 0.34719765186309814, 0.027061080560088158, -0.06536179035902023, -0.6121670603752136, -1.9479707479476929, 1.352126955986023, -0.25135040283203125, 0.3760351836681366, 1.3658653497695923, -0.24988138675689697, 567.2861328125, -0.23667249083518982, 0.33323934674263, -0.2191203087568283, 0.03482949733734131, 0.2308160811662674, 0.01560632511973381, 0.14615704119205475], "std": [0.1767786145210266, 0.009391739033162594, 0.5813711285591125, 0.4063083231449127, 0.5040550231933594, 0.2134409248828888, 0.6178893446922302, 330.0171203613281, 0.10332733392715454, 0.033248867839574814, 0.033263228833675385, 0.20172010362148285, 0.6172142028808594, 0.42667269706726074, 0.4914399981498718, 0.21012398600578308, 0.09261932969093323, 0.9293034076690674, 0.30260276794433594, 0.6842225790023804, 0.1881064623594284, 0.47331830859184265, 139.2273406982422, 0.07496382296085358, 0.0369599387049675, 0.02163330838084221, 0.44099071621894836, 0.5636647343635559, 0.42245227098464966, 0.4829593002796173], "count": [2247]}, "next.done": {"min": [false], "max": [true], "mean": [0.0004450378282153983], "std": [0.021091224941829616], "count": [2247]}, "timestamp": {"min": [0.0], "max": [89.84], "mean": [44.92000000000001], "std": [25.946118527954557], "count": [2247]}, "frame_index": {"min": [0], "max": [2246], "mean": [1123.0], "std": [648.6529631988639], "count": [2247]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [2247]}, "index": {"min": [114774], "max": [117020], "mean": [115897.0], "std": [648.6529631988639], "count": [2247]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2247]}}} +{"episode_index": 96, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4656727487291213]], [[0.4714767664781962]], [[0.4671018842722274]]], "std": [[[0.12821540564651557]], [[0.12726353839820564]], [[0.12905746911032318]]], "count": [189]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4711818167081648]], [[0.47500374347269775]], [[0.46817290542760315]]], "std": [[[0.08422977574737468]], [[0.08206082333462734]], [[0.08530771785066013]]], "count": [189]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.807843137254902]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4797314858041982]], [[0.4818630444461735]], [[0.4782856786233011]]], "std": [[[0.08491631906412654]], [[0.08419967903218542]], [[0.0876053408746198]]], "count": [189]}, "states": {"min": [0.49900707602500916, 1.8387393951416016, -1.6111658811569214, -0.8584227561950684, 0.9616066813468933, 0.6241821050643921, -2.911191701889038, 0.0, 0.02877799980342388, 0.34499600529670715, -0.23649300634860992, -0.49215632677078247, -0.5322266817092896, -0.5270054936408997, -0.5620250701904297, -1.2569687366485596, -2.0569229125976562, -2.6242246627807617, -1.3596289157867432, 0.5780181288719177, -1.9730948209762573, 0.4965985119342804, -1.0, -0.2604469954967499, 0.31789499521255493, -0.2570190131664276, -0.4213765263557434, 0.37893420457839966, -0.0728069320321083, -0.039420079439878464], "max": [0.9418146014213562, 2.0387191772460938, -0.7411715388298035, -0.05670575052499771, 2.6209959983825684, 1.52060067653656, -1.4251487255096436, 880.0, 0.28477200865745544, 0.49483099579811096, -0.09449200332164764, 0.48546209931373596, 0.9429399371147156, 0.5473836660385132, 0.4959438145160675, -0.4501378834247589, -2.008193254470825, -1.0685954093933105, 0.036791540682315826, 2.572580575942993, -0.8481428623199463, 2.7442336082458496, 905.0, 0.039538998156785965, 0.4403040111064911, -0.07093299925327301, 0.19937732815742493, 0.9983984231948853, 0.562782347202301, 0.697464108467102], "mean": [0.7520402669906616, 2.0011045932769775, -1.0520710945129395, -0.3272688388824463, 1.8061468601226807, 0.9538462162017822, -2.109905481338501, 700.4240112304688, 0.16943702101707458, 0.41894784569740295, -0.19994419813156128, -0.21213212609291077, 0.7337404489517212, -0.32181355357170105, -0.43305864930152893, -0.7935400605201721, -2.0420639514923096, -1.9985535144805908, -0.6158633232116699, 1.953789472579956, -1.329811692237854, 1.4149914979934692, 633.2435913085938, -0.1292690485715866, 0.3778074383735657, -0.17805156111717224, -0.07171553373336792, 0.804269015789032, 0.277446448802948, 0.34090039134025574], "std": [0.1047484502196312, 0.03214644640684128, 0.23500998318195343, 0.2190648466348648, 0.6003955602645874, 0.267615407705307, 0.613339900970459, 280.5908203125, 0.07953991740942001, 0.036743756383657455, 0.028996238484978676, 0.21582664549350739, 0.18104904890060425, 0.18703125417232513, 0.1057383269071579, 0.22252918779850006, 0.008532325737178326, 0.44256481528282166, 0.31718993186950684, 0.5994828939437866, 0.3078717291355133, 0.6429756283760071, 306.6784362792969, 0.08494178205728531, 0.03380517661571503, 0.039341337978839874, 0.16619163751602173, 0.18814928829669952, 0.19289390742778778, 0.23364603519439697], "count": [1092]}, "actions": {"min": [0.49900707602500916, 1.8387393951416016, -1.6111658811569214, -0.8584227561950684, 0.9616066813468933, 0.6241821050643921, -2.911191701889038, 0.0, 0.02877799980342388, 0.34499600529670715, -0.23649300634860992, -0.49215632677078247, -0.5322266817092896, -0.5270054936408997, -0.5620250701904297, -1.2569687366485596, -2.0569229125976562, -2.6242246627807617, -1.3596289157867432, 0.5780181288719177, -1.9730948209762573, 0.4965985119342804, -1.0, -0.2604469954967499, 0.31789499521255493, -0.2570190131664276, -0.4213765263557434, 0.37893420457839966, -0.0728069320321083, -0.039420079439878464], "max": [0.9418146014213562, 2.0387191772460938, -0.7411715388298035, -0.05670575052499771, 2.6209959983825684, 1.52060067653656, -1.4251487255096436, 880.0, 0.28477200865745544, 0.49483099579811096, -0.09449200332164764, 0.48546209931373596, 0.9429399371147156, 0.5473836660385132, 0.4959438145160675, -0.4501378834247589, -2.008193254470825, -1.0685954093933105, 0.036791540682315826, 2.572580575942993, -0.8481428623199463, 2.7442336082458496, 905.0, 0.039538998156785965, 0.4403040111064911, -0.07093299925327301, 0.19937732815742493, 0.9983984231948853, 0.562782347202301, 0.697464108467102], "mean": [0.7520402669906616, 2.0011045932769775, -1.0520710945129395, -0.3272688388824463, 1.8061468601226807, 0.9538462162017822, -2.109905481338501, 700.4240112304688, 0.16943702101707458, 0.41894784569740295, -0.19994419813156128, -0.21213212609291077, 0.7337404489517212, -0.32181355357170105, -0.43305864930152893, -0.7935400605201721, -2.0420639514923096, -1.9985535144805908, -0.6158633232116699, 1.953789472579956, -1.329811692237854, 1.4149914979934692, 633.2435913085938, -0.1292690485715866, 0.3778074383735657, -0.17805156111717224, -0.07171553373336792, 0.804269015789032, 0.277446448802948, 0.34090039134025574], "std": [0.1047484502196312, 0.03214644640684128, 0.23500998318195343, 0.2190648466348648, 0.6003955602645874, 0.267615407705307, 0.613339900970459, 280.5908203125, 0.07953991740942001, 0.036743756383657455, 0.028996238484978676, 0.21582664549350739, 0.18104904890060425, 0.18703125417232513, 0.1057383269071579, 0.22252918779850006, 0.008532325737178326, 0.44256481528282166, 0.31718993186950684, 0.5994828939437866, 0.3078717291355133, 0.6429756283760071, 306.6784362792969, 0.08494178205728531, 0.03380517661571503, 0.039341337978839874, 0.16619163751602173, 0.18814928829669952, 0.19289390742778778, 0.23364603519439697], "count": [1092]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009157509157509158], "std": [0.030247517518157043], "count": [1092]}, "timestamp": {"min": [0.0], "max": [43.64], "mean": [21.82], "std": [12.60932459200994], "count": [1092]}, "frame_index": {"min": [0], "max": [1091], "mean": [545.5], "std": [315.23311480024853], "count": [1092]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [1092]}, "index": {"min": [117021], "max": [118112], "mean": [117566.5], "std": [315.23311480024853], "count": [1092]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1092]}}} +{"episode_index": 97, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4722010354703679]], [[0.4772011211475851]], [[0.474704093841032]]], "std": [[[0.1311078018047821]], [[0.13174822586905657]], [[0.13169401572345504]]], "count": [267]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.47667257074490216]], [[0.4789978404751414]], [[0.4719760287385866]]], "std": [[[0.10284214289295188]], [[0.10033300365220225]], [[0.1031733602514291]]], "count": [267]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47941760452620497]], [[0.4804818341350273]], [[0.4770191404433184]]], "std": [[[0.10823653824324528]], [[0.10865445016050371]], [[0.11061061033831383]]], "count": [267]}, "states": {"min": [0.4610810875892639, 1.9734786748886108, 0.15488050878047943, 0.017558012157678604, -2.8949952125549316, -1.1931942701339722, 0.18873991072177887, 3.0, 0.034341000020504, 0.32537901401519775, -0.2865850031375885, -0.42384734749794006, 0.5963314175605774, -0.4242425262928009, -0.6093820333480835, -0.8561538457870483, -2.054095506668091, -0.11897909641265869, -0.2935120165348053, 0.4830722510814667, 0.7921002507209778, -2.166093349456787, 27.0, -0.2726669907569885, 0.28738901019096375, -0.28926900029182434, -0.49972066283226013, -0.5453366041183472, -0.48430368304252625, -0.5401877760887146], "max": [0.8686329126358032, 2.0329771041870117, 0.9544856548309326, 0.289811909198761, -2.458907127380371, -0.5051332116127014, 0.8222770094871521, 886.0, 0.20420600473880768, 0.4116649925708771, -0.2155819982290268, -0.11224772781133652, 0.8636803030967712, -0.09382238984107971, -0.42303624749183655, -0.40968114137649536, -1.9549957513809204, 1.3392086029052734, 1.2511043548583984, 2.840855121612549, 1.5572526454925537, 0.15849335491657257, 908.0, -0.07161500304937363, 0.4406220018863678, -0.1059890016913414, 0.5245007872581482, 0.9369688630104065, 0.5186953544616699, 0.6353687644004822], "mean": [0.7326563000679016, 2.011701822280884, 0.5418822765350342, 0.14808152616024017, -2.7969141006469727, -0.9094821214675903, 0.6744146943092346, 506.53131103515625, 0.109321728348732, 0.3824116885662079, -0.2441180795431137, -0.2052086740732193, 0.7516316175460815, -0.28784874081611633, -0.5413898825645447, -0.6297017335891724, -2.041889190673828, 0.9170297384262085, 0.3080945909023285, 1.5527983903884888, 1.118240475654602, -0.818465530872345, 435.6490783691406, -0.1690974086523056, 0.3747326731681824, -0.22619673609733582, -0.24248673021793365, 0.7344391942024231, 0.2358395755290985, 0.42724549770355225], "std": [0.08657736331224442, 0.009982352145016193, 0.16463442146778107, 0.07544613629579544, 0.09197887033224106, 0.13969318568706512, 0.15395358204841614, 207.616943359375, 0.03906221687793732, 0.019502215087413788, 0.01581389643251896, 0.06136881187558174, 0.0596335344016552, 0.087287038564682, 0.04512915387749672, 0.11666414886713028, 0.010135664604604244, 0.3189191520214081, 0.4328555166721344, 0.6521879434585571, 0.16517290472984314, 0.5870092511177063, 318.1363830566406, 0.05693754926323891, 0.028621507808566093, 0.04759253188967705, 0.1467723250389099, 0.22069735825061798, 0.24665190279483795, 0.18042565882205963], "count": [1724]}, "actions": {"min": [0.4610810875892639, 1.9734786748886108, 0.15488050878047943, 0.017558012157678604, -2.8949952125549316, -1.1931942701339722, 0.18873991072177887, 3.0, 0.034341000020504, 0.32537901401519775, -0.2865850031375885, -0.42384734749794006, 0.5963314175605774, -0.4242425262928009, -0.6093820333480835, -0.8561538457870483, -2.054095506668091, -0.11897909641265869, -0.2935120165348053, 0.4830722510814667, 0.7921002507209778, -2.166093349456787, 27.0, -0.2726669907569885, 0.28738901019096375, -0.28926900029182434, -0.49972066283226013, -0.5453366041183472, -0.48430368304252625, -0.5401877760887146], "max": [0.8686329126358032, 2.0329771041870117, 0.9544856548309326, 0.289811909198761, -2.458907127380371, -0.5051332116127014, 0.8222770094871521, 886.0, 0.20420600473880768, 0.4116649925708771, -0.2155819982290268, -0.11224772781133652, 0.8636803030967712, -0.09382238984107971, -0.42303624749183655, -0.40968114137649536, -1.9549957513809204, 1.3392086029052734, 1.2511043548583984, 2.840855121612549, 1.5572526454925537, 0.15849335491657257, 908.0, -0.07161500304937363, 0.4406220018863678, -0.1059890016913414, 0.5245007872581482, 0.9369688630104065, 0.5186953544616699, 0.6353687644004822], "mean": [0.7326563000679016, 2.011701822280884, 0.5418822765350342, 0.14808152616024017, -2.7969141006469727, -0.9094821214675903, 0.6744146943092346, 506.53131103515625, 0.109321728348732, 0.3824116885662079, -0.2441180795431137, -0.2052086740732193, 0.7516316175460815, -0.28784874081611633, -0.5413898825645447, -0.6297017335891724, -2.041889190673828, 0.9170297384262085, 0.3080945909023285, 1.5527983903884888, 1.118240475654602, -0.818465530872345, 435.6490783691406, -0.1690974086523056, 0.3747326731681824, -0.22619673609733582, -0.24248673021793365, 0.7344391942024231, 0.2358395755290985, 0.42724549770355225], "std": [0.08657736331224442, 0.009982352145016193, 0.16463442146778107, 0.07544613629579544, 0.09197887033224106, 0.13969318568706512, 0.15395358204841614, 207.616943359375, 0.03906221687793732, 0.019502215087413788, 0.01581389643251896, 0.06136881187558174, 0.0596335344016552, 0.087287038564682, 0.04512915387749672, 0.11666414886713028, 0.010135664604604244, 0.3189191520214081, 0.4328555166721344, 0.6521879434585571, 0.16517290472984314, 0.5870092511177063, 318.1363830566406, 0.05693754926323891, 0.028621507808566093, 0.04759253188967705, 0.1467723250389099, 0.22069735825061798, 0.24665190279483795, 0.18042565882205963], "count": [1724]}, "next.done": {"min": [false], "max": [true], "mean": [0.000580046403712297], "std": [0.024077166566725358], "count": [1724]}, "timestamp": {"min": [0.0], "max": [68.92], "mean": [34.46], "std": [19.90703393275854], "count": [1724]}, "frame_index": {"min": [0], "max": [1723], "mean": [861.5], "std": [497.6758483189635], "count": [1724]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [1724]}, "index": {"min": [118113], "max": [119836], "mean": [118974.5], "std": [497.6758483189635], "count": [1724]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1724]}}} +{"episode_index": 98, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.47546763836446737]], [[0.48050758824081435]], [[0.4774076100457075]]], "std": [[[0.1108137044746336]], [[0.11023620670442603]], [[0.1111446358344322]]], "count": [296]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[1.0]]], "mean": [[[0.4763671143570041]], [[0.478064141577239]], [[0.4723178622096361]]], "std": [[[0.06418020828986902]], [[0.0643787011142801]], [[0.06960746168773221]]], "count": [296]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47554262028572686]], [[0.4749005800377583]], [[0.46867311015059177]]], "std": [[[0.0938593924528373]], [[0.09674983103645551]], [[0.10348360583533649]]], "count": [296]}, "states": {"min": [0.46933653950691223, 2.0063955783843994, -2.279487371444702, -1.1305893659591675, -2.618657112121582, -1.7786651849746704, 0.48462557792663574, 1.0, -0.027255000546574593, 0.2832379937171936, -0.2715280055999756, -0.4252811074256897, -0.6368772387504578, -0.5544662475585938, -0.6378448009490967, -0.9880134463310242, -2.043344259262085, 0.6119822859764099, -0.08600982278585434, 0.5353273749351501, -1.4095977544784546, -2.9967129230499268, 38.0, -0.3158409893512726, 0.21894299983978271, -0.3021929860115051, -0.4999026358127594, -0.6061343550682068, -0.5865441560745239, -0.6058918237686157], "max": [0.9910153746604919, 2.0481438636779785, 0.07059857249259949, -0.10573204606771469, -0.16856390237808228, -0.16196656227111816, 2.4806365966796875, 858.0, 0.2880820035934448, 0.4713450074195862, -0.14549699425697327, 0.4275035858154297, 0.9703847765922546, 0.5515558123588562, 0.652570366859436, 0.08332201838493347, -1.8663678169250488, 2.767289400100708, 1.389666199684143, 2.640578508377075, 1.5516326427459717, -0.3602883219718933, 864.0, -0.048875998705625534, 0.460411012172699, -0.08088800311088562, 0.6304409503936768, 0.9604892134666443, 0.5665940642356873, 0.6617178916931152], "mean": [0.6516836285591125, 2.0236873626708984, -1.3455182313919067, -0.5106327533721924, -1.356426477432251, -0.874810516834259, 1.103426218032837, 388.6907653808594, 0.14732369780540466, 0.39341023564338684, -0.21219255030155182, -0.21418853104114532, 0.7149172425270081, -0.2049589455127716, -0.37934786081314087, -0.39774689078330994, -2.0313234329223633, 1.6986092329025269, 0.5066030621528625, 1.8628700971603394, 0.11721384525299072, -2.1933083534240723, 475.3582763671875, -0.20002219080924988, 0.32614782452583313, -0.22301910817623138, 0.14410041272640228, 0.21746264398097992, -0.1101299300789833, -0.06271578371524811], "std": [0.13688647747039795, 0.009856057353317738, 0.5833208560943604, 0.2629794180393219, 0.5846848487854004, 0.33387109637260437, 0.5128700733184814, 265.97515869140625, 0.10117560625076294, 0.03573155775666237, 0.029445411637425423, 0.1865646094083786, 0.306758850812912, 0.26815328001976013, 0.23725517094135284, 0.3117169141769409, 0.016551388427615166, 0.8256005644798279, 0.3658493757247925, 0.751952588558197, 1.1718276739120483, 1.029212236404419, 310.1406555175781, 0.08715227991342545, 0.0589108020067215, 0.05048392340540886, 0.3929314613342285, 0.5842844843864441, 0.4399974048137665, 0.47592246532440186], "count": [1979]}, "actions": {"min": [0.46933653950691223, 2.0063955783843994, -2.279487371444702, -1.1305893659591675, -2.618657112121582, -1.7786651849746704, 0.48462557792663574, 1.0, -0.027255000546574593, 0.2832379937171936, -0.2715280055999756, -0.4252811074256897, -0.6368772387504578, -0.5544662475585938, -0.6378448009490967, -0.9880134463310242, -2.043344259262085, 0.6119822859764099, -0.08600982278585434, 0.5353273749351501, -1.4095977544784546, -2.9967129230499268, 38.0, -0.3158409893512726, 0.21894299983978271, -0.3021929860115051, -0.4999026358127594, -0.6061343550682068, -0.5865441560745239, -0.6058918237686157], "max": [0.9910153746604919, 2.0481438636779785, 0.07059857249259949, -0.10573204606771469, -0.16856390237808228, -0.16196656227111816, 2.4806365966796875, 858.0, 0.2880820035934448, 0.4713450074195862, -0.14549699425697327, 0.4275035858154297, 0.9703847765922546, 0.5515558123588562, 0.652570366859436, 0.08332201838493347, -1.8663678169250488, 2.767289400100708, 1.389666199684143, 2.640578508377075, 1.5516326427459717, -0.3602883219718933, 864.0, -0.048875998705625534, 0.460411012172699, -0.08088800311088562, 0.6304409503936768, 0.9604892134666443, 0.5665940642356873, 0.6617178916931152], "mean": [0.6516836285591125, 2.0236873626708984, -1.3455182313919067, -0.5106327533721924, -1.356426477432251, -0.874810516834259, 1.103426218032837, 388.6907653808594, 0.14732369780540466, 0.39341023564338684, -0.21219255030155182, -0.21418853104114532, 0.7149172425270081, -0.2049589455127716, -0.37934786081314087, -0.39774689078330994, -2.0313234329223633, 1.6986092329025269, 0.5066030621528625, 1.8628700971603394, 0.11721384525299072, -2.1933083534240723, 475.3582763671875, -0.20002219080924988, 0.32614782452583313, -0.22301910817623138, 0.14410041272640228, 0.21746264398097992, -0.1101299300789833, -0.06271578371524811], "std": [0.13688647747039795, 0.009856057353317738, 0.5833208560943604, 0.2629794180393219, 0.5846848487854004, 0.33387109637260437, 0.5128700733184814, 265.97515869140625, 0.10117560625076294, 0.03573155775666237, 0.029445411637425423, 0.1865646094083786, 0.306758850812912, 0.26815328001976013, 0.23725517094135284, 0.3117169141769409, 0.016551388427615166, 0.8256005644798279, 0.3658493757247925, 0.751952588558197, 1.1718276739120483, 1.029212236404419, 310.1406555175781, 0.08715227991342545, 0.0589108020067215, 0.05048392340540886, 0.3929314613342285, 0.5842844843864441, 0.4399974048137665, 0.47592246532440186], "count": [1979]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005053057099545225], "std": [0.02247332587967366], "count": [1979]}, "timestamp": {"min": [0.0], "max": [79.12], "mean": [39.56], "std": [22.851520737141325], "count": [1979]}, "frame_index": {"min": [0], "max": [1978], "mean": [989.0], "std": [571.2880184285332], "count": [1979]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [1979]}, "index": {"min": [119837], "max": [121815], "mean": [120826.0], "std": [571.2880184285332], "count": [1979]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1979]}}} +{"episode_index": 99, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.47628301555796143]], [[0.47957000456112914]], [[0.4742361562211797]]], "std": [[[0.11290931103314907]], [[0.11291597610579249]], [[0.1127644628723666]]], "count": [163]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7215686274509804]], [[1.0]], [[1.0]]], "mean": [[[0.4712577739684831]], [[0.47593341753879465]], [[0.4697019953686996]]], "std": [[[0.08292791698454896]], [[0.0813998203688974]], [[0.08533423661441047]]], "count": [163]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.47749748636673484]], [[0.4760034371366133]], [[0.4721135934179398]]], "std": [[[0.0858884937006098]], [[0.08606212836962877]], [[0.0904543196685096]]], "count": [163]}, "states": {"min": [0.379120409488678, 2.010985851287842, -1.9212061166763306, -0.9987297654151917, -2.2278082370758057, -1.4542955160140991, 0.17645278573036194, -5.0, 0.021323999390006065, 0.34310901165008545, -0.26301899552345276, -0.49402809143066406, -0.6059893369674683, -0.5055601596832275, -0.6237896084785461, -0.7857298254966736, -2.0583016872406006, -1.9568283557891846, -0.7049210667610168, -0.28619909286499023, -1.360903024673462, 2.0415117740631104, 33.0, -0.324427992105484, 0.2914539873600006, -0.28928500413894653, -0.4993979036808014, -0.4815354347229004, -0.534626841545105, -0.5783661007881165], "max": [0.83514004945755, 2.0417909622192383, -0.39873793721199036, 0.032358404248952866, -0.33885571360588074, -0.6785666346549988, 1.8389137983322144, 907.0, 0.33079901337623596, 0.4276669919490814, -0.17377899587154388, 0.5214075446128845, 0.9294025897979736, 0.5719720125198364, 0.6183056235313416, -0.22992967069149017, -1.7880549430847168, -1.248538851737976, -0.07810348272323608, 1.7038778066635132, -1.007822871208191, 2.7748990058898926, 895.0, -0.09850999712944031, 0.3977130055427551, -0.16119800508022308, 0.5279271006584167, 0.9097390174865723, 0.5766605138778687, 0.6244046688079834], "mean": [0.5453928112983704, 2.023134469985962, -1.2656329870224, -0.5505740642547607, -1.3707046508789062, -0.9391379356384277, 1.1946966648101807, 552.5997924804688, 0.17173174023628235, 0.38432320952415466, -0.21333734691143036, -0.14784759283065796, 0.6732956767082214, -0.21535976231098175, -0.3996780514717102, -0.4503238797187805, -2.003453016281128, -1.6123613119125366, -0.20273612439632416, 0.48069483041763306, -1.1438803672790527, 2.564427614212036, 537.8182983398438, -0.2251717895269394, 0.3315810263156891, -0.24462337791919708, -0.14229561388492584, 0.47315797209739685, 0.13674482703208923, 0.308127760887146], "std": [0.12563249468803406, 0.007937920279800892, 0.3417817950248718, 0.20491759479045868, 0.4469515383243561, 0.14978407323360443, 0.3726712465286255, 296.1820373535156, 0.08794470131397247, 0.02115435153245926, 0.026955166831612587, 0.21999891102313995, 0.3580849766731262, 0.2620104253292084, 0.2709573805332184, 0.15934069454669952, 0.06648210436105728, 0.18727128207683563, 0.15872029960155487, 0.6233344078063965, 0.11000431329011917, 0.21472901105880737, 300.5669250488281, 0.07920060306787491, 0.02947659231722355, 0.030037228018045425, 0.33418798446655273, 0.4602554142475128, 0.38075968623161316, 0.416817843914032], "count": [897]}, "actions": {"min": [0.379120409488678, 2.010985851287842, -1.9212061166763306, -0.9987297654151917, -2.2278082370758057, -1.4542955160140991, 0.17645278573036194, -5.0, 0.021323999390006065, 0.34310901165008545, -0.26301899552345276, -0.49402809143066406, -0.6059893369674683, -0.5055601596832275, -0.6237896084785461, -0.7857298254966736, -2.0583016872406006, -1.9568283557891846, -0.7049210667610168, -0.28619909286499023, -1.360903024673462, 2.0415117740631104, 33.0, -0.324427992105484, 0.2914539873600006, -0.28928500413894653, -0.4993979036808014, -0.4815354347229004, -0.534626841545105, -0.5783661007881165], "max": [0.83514004945755, 2.0417909622192383, -0.39873793721199036, 0.032358404248952866, -0.33885571360588074, -0.6785666346549988, 1.8389137983322144, 907.0, 0.33079901337623596, 0.4276669919490814, -0.17377899587154388, 0.5214075446128845, 0.9294025897979736, 0.5719720125198364, 0.6183056235313416, -0.22992967069149017, -1.7880549430847168, -1.248538851737976, -0.07810348272323608, 1.7038778066635132, -1.007822871208191, 2.7748990058898926, 895.0, -0.09850999712944031, 0.3977130055427551, -0.16119800508022308, 0.5279271006584167, 0.9097390174865723, 0.5766605138778687, 0.6244046688079834], "mean": [0.5453928112983704, 2.023134469985962, -1.2656329870224, -0.5505740642547607, -1.3707046508789062, -0.9391379356384277, 1.1946966648101807, 552.5997924804688, 0.17173174023628235, 0.38432320952415466, -0.21333734691143036, -0.14784759283065796, 0.6732956767082214, -0.21535976231098175, -0.3996780514717102, -0.4503238797187805, -2.003453016281128, -1.6123613119125366, -0.20273612439632416, 0.48069483041763306, -1.1438803672790527, 2.564427614212036, 537.8182983398438, -0.2251717895269394, 0.3315810263156891, -0.24462337791919708, -0.14229561388492584, 0.47315797209739685, 0.13674482703208923, 0.308127760887146], "std": [0.12563249468803406, 0.007937920279800892, 0.3417817950248718, 0.20491759479045868, 0.4469515383243561, 0.14978407323360443, 0.3726712465286255, 296.1820373535156, 0.08794470131397247, 0.02115435153245926, 0.026955166831612587, 0.21999891102313995, 0.3580849766731262, 0.2620104253292084, 0.2709573805332184, 0.15934069454669952, 0.06648210436105728, 0.18727128207683563, 0.15872029960155487, 0.6233344078063965, 0.11000431329011917, 0.21472901105880737, 300.5669250488281, 0.07920060306787491, 0.02947659231722355, 0.030037228018045425, 0.33418798446655273, 0.4602554142475128, 0.38075968623161316, 0.416817843914032], "count": [897]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011148272017837235], "std": [0.03337041147624474], "count": [897]}, "timestamp": {"min": [0.0], "max": [35.84], "mean": [17.919999999999998], "std": [10.357657392802036], "count": [897]}, "frame_index": {"min": [0], "max": [896], "mean": [448.0], "std": [258.9414348200509], "count": [897]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [897]}, "index": {"min": [121816], "max": [122712], "mean": [122264.0], "std": [258.9414348200509], "count": [897]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [897]}}} +{"episode_index": 100, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.47679080634779164]], [[0.4810914362167426]], [[0.47683929057734203]]], "std": [[[0.11537925209071007]], [[0.11544478320748454]], [[0.11507755047596502]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6745098039215687]], [[1.0]], [[1.0]]], "mean": [[[0.47467168003565063]], [[0.4781601389714135]], [[0.4736865179573513]]], "std": [[[0.06379237005317655]], [[0.06173378430366415]], [[0.06574448012282358]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4817352982438767]], [[0.4826917180382254]], [[0.4783880234122268]]], "std": [[[0.07762833374202083]], [[0.0785355989600365]], [[0.08192051758559717]]], "count": [198]}, "states": {"min": [0.37077775597572327, 1.8424220085144043, -1.9564095735549927, -1.1005347967147827, -2.256675958633423, -1.0300060510635376, 0.27497661113739014, 3.0, 0.0037159998901188374, 0.34914299845695496, -0.2619229853153229, -0.46485722064971924, -0.6300027966499329, -0.5274191498756409, -0.6397297978401184, -0.8364490866661072, -2.060169219970703, 1.14516282081604, -0.012880529277026653, -0.9153379797935486, 0.7282561659812927, -2.331306219100952, 50.0, -0.3026779890060425, 0.3145250082015991, -0.28442999720573425, -0.49995121359825134, -0.6429547667503357, -0.5976913571357727, -0.5767265558242798], "max": [0.8392241597175598, 2.0390334129333496, -1.390468955039978, -0.1840275228023529, 0.11971214413642883, -0.5300041437149048, 2.0607104301452637, 889.0, 0.2621690034866333, 0.4617930054664612, -0.1607780009508133, 0.4709629714488983, 0.9358407258987427, 0.4857579469680786, 0.6467844247817993, -0.1852143555879593, -2.0258212089538574, 2.040289878845215, 1.2379621267318726, 2.5050013065338135, 1.3882873058319092, 0.09021607786417007, 886.0, -0.06296999752521515, 0.41021299362182617, -0.11056999862194061, 0.5131794214248657, 0.9511266946792603, 0.6174455285072327, 0.6128471493721008], "mean": [0.5551230311393738, 2.004561185836792, -1.6375174522399902, -0.5772603154182434, -0.9413778781890869, -0.8043304085731506, 1.0860793590545654, 510.55401611328125, 0.1493925005197525, 0.4018905460834503, -0.20546691119670868, 0.013402736745774746, 0.33442628383636475, 0.0003524929634295404, -0.047968849539756775, -0.4824945628643036, -2.0480477809906006, 1.4849094152450562, 0.3860481083393097, 0.6503890156745911, 1.1053286790847778, -0.8027624487876892, 571.7061157226562, -0.21937961876392365, 0.35460588335990906, -0.22745901346206665, -0.3041289448738098, 0.5933435559272766, 0.34069404006004333, 0.4118505120277405], "std": [0.10862835496664047, 0.036023080348968506, 0.132698193192482, 0.25468289852142334, 0.8021360635757446, 0.11416688561439514, 0.5444416999816895, 245.78773498535156, 0.06685968488454819, 0.02744496986269951, 0.026483668014407158, 0.293064147233963, 0.6661932468414307, 0.33809101581573486, 0.4916021525859833, 0.1608334183692932, 0.007311241701245308, 0.269636332988739, 0.41392508149147034, 1.118589162826538, 0.1268017739057541, 0.7207478880882263, 278.5540771484375, 0.0823933482170105, 0.02978695183992386, 0.04644020274281502, 0.21964971721172333, 0.2919911742210388, 0.29978111386299133, 0.21536387503147125], "count": [1157]}, "actions": {"min": [0.37077775597572327, 1.8424220085144043, -1.9564095735549927, -1.1005347967147827, -2.256675958633423, -1.0300060510635376, 0.27497661113739014, 3.0, 0.0037159998901188374, 0.34914299845695496, -0.2619229853153229, -0.46485722064971924, -0.6300027966499329, -0.5274191498756409, -0.6397297978401184, -0.8364490866661072, -2.060169219970703, 1.14516282081604, -0.012880529277026653, -0.9153379797935486, 0.7282561659812927, -2.331306219100952, 50.0, -0.3026779890060425, 0.3145250082015991, -0.28442999720573425, -0.49995121359825134, -0.6429547667503357, -0.5976913571357727, -0.5767265558242798], "max": [0.8392241597175598, 2.0390334129333496, -1.390468955039978, -0.1840275228023529, 0.11971214413642883, -0.5300041437149048, 2.0607104301452637, 889.0, 0.2621690034866333, 0.4617930054664612, -0.1607780009508133, 0.4709629714488983, 0.9358407258987427, 0.4857579469680786, 0.6467844247817993, -0.1852143555879593, -2.0258212089538574, 2.040289878845215, 1.2379621267318726, 2.5050013065338135, 1.3882873058319092, 0.09021607786417007, 886.0, -0.06296999752521515, 0.41021299362182617, -0.11056999862194061, 0.5131794214248657, 0.9511266946792603, 0.6174455285072327, 0.6128471493721008], "mean": [0.5551230311393738, 2.004561185836792, -1.6375174522399902, -0.5772603154182434, -0.9413778781890869, -0.8043304085731506, 1.0860793590545654, 510.55401611328125, 0.1493925005197525, 0.4018905460834503, -0.20546691119670868, 0.013402736745774746, 0.33442628383636475, 0.0003524929634295404, -0.047968849539756775, -0.4824945628643036, -2.0480477809906006, 1.4849094152450562, 0.3860481083393097, 0.6503890156745911, 1.1053286790847778, -0.8027624487876892, 571.7061157226562, -0.21937961876392365, 0.35460588335990906, -0.22745901346206665, -0.3041289448738098, 0.5933435559272766, 0.34069404006004333, 0.4118505120277405], "std": [0.10862835496664047, 0.036023080348968506, 0.132698193192482, 0.25468289852142334, 0.8021360635757446, 0.11416688561439514, 0.5444416999816895, 245.78773498535156, 0.06685968488454819, 0.02744496986269951, 0.026483668014407158, 0.293064147233963, 0.6661932468414307, 0.33809101581573486, 0.4916021525859833, 0.1608334183692932, 0.007311241701245308, 0.269636332988739, 0.41392508149147034, 1.118589162826538, 0.1268017739057541, 0.7207478880882263, 278.5540771484375, 0.0823933482170105, 0.02978695183992386, 0.04644020274281502, 0.21964971721172333, 0.2919911742210388, 0.29978111386299133, 0.21536387503147125], "count": [1157]}, "next.done": {"min": [false], "max": [true], "mean": [0.000864304235090752], "std": [0.029386343993085564], "count": [1157]}, "timestamp": {"min": [0.0], "max": [46.24], "mean": [23.119999999999997], "std": [13.35988023898418], "count": [1157]}, "frame_index": {"min": [0], "max": [1156], "mean": [578.0], "std": [333.9970059746045], "count": [1157]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [1157]}, "index": {"min": [122713], "max": [123869], "mean": [123291.0], "std": [333.9970059746045], "count": [1157]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1157]}}} +{"episode_index": 101, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.4598461594924428]], [[0.4676656635093273]], [[0.4598138669747413]]], "std": [[[0.1373982525062479]], [[0.13468955861329565]], [[0.13650068640422286]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.8627450980392157]], [[0.8705882352941177]], [[0.8588235294117647]]], "mean": [[[0.4649390084592865]], [[0.46655331946146517]], [[0.4602839052287582]]], "std": [[[0.08244752493590696]], [[0.07982792295345835]], [[0.08403758348544241]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.46660283373331973]], [[0.4676990464154412]], [[0.4634519101477397]]], "std": [[[0.11463715226743723]], [[0.11323845128656371]], [[0.11803666806389392]]], "count": [192]}, "states": {"min": [0.24593433737754822, 1.9610346555709839, -1.984020709991455, -1.3837844133377075, -2.4004387855529785, -1.421273946762085, 0.3604104816913605, 0.0, -0.024553000926971436, 0.30239400267601013, -0.2869279980659485, -0.4603389501571655, -0.5532784461975098, -0.534273087978363, -0.6062923073768616, -0.8820544481277466, -2.061164140701294, 0.7960273027420044, -0.13198179006576538, 0.11904891580343246, 0.7349581122398376, -2.9882657527923584, 64.0, -0.33882200717926025, 0.26564499735832214, -0.29753899574279785, -0.49570053815841675, -0.42130160331726074, -0.5598083138465881, -0.5707089304924011], "max": [0.9892700910568237, 2.0417909622192383, -0.9217607378959656, -0.12463396042585373, 0.13573426008224487, -0.5310164093971252, 2.178380250930786, 888.0, 0.2978630065917969, 0.4303719997406006, -0.1428309977054596, 0.45661070942878723, 0.9733828902244568, 0.5309579968452454, 0.5554186701774597, -0.09625490754842758, -2.031947135925293, 1.7042443752288818, 1.390067458152771, 2.7018744945526123, 1.5490494966506958, -0.3833964765071869, 909.0, -0.028158999979496002, 0.42593199014663696, -0.09523700177669525, 0.5271739363670349, 0.9844799637794495, 0.6292994618415833, 0.7017335295677185], "mean": [0.5260542631149292, 2.022869110107422, -1.4827953577041626, -0.4604142904281616, -0.9881166815757751, -0.9503195881843567, 0.9140045642852783, 476.9784851074219, 0.1724543571472168, 0.36225613951683044, -0.23141103982925415, -0.21983329951763153, 0.6978985071182251, -0.2541206479072571, -0.43557289242744446, -0.48854926228523254, -2.0449135303497314, 1.1646698713302612, 0.3419623374938965, 1.1437656879425049, 1.292718768119812, -1.1549052000045776, 535.2959594726562, -0.2108442336320877, 0.32599499821662903, -0.2227741926908493, -0.2366930991411209, 0.5706201791763306, 0.37820348143577576, 0.4380338788032532], "std": [0.16173604130744934, 0.01132282055914402, 0.3266865611076355, 0.2677956521511078, 0.6372925639152527, 0.1800684630870819, 0.5229800343513489, 286.52471923828125, 0.09809552133083344, 0.02721029706299305, 0.035335395485162735, 0.19807115197181702, 0.26938170194625854, 0.2503739297389984, 0.18927313387393951, 0.20411062240600586, 0.005787655245512724, 0.2648213505744934, 0.5100796818733215, 0.9277935028076172, 0.1267503947019577, 0.8977903723716736, 316.51007080078125, 0.09810895472764969, 0.044069964438676834, 0.05516040697693825, 0.20581233501434326, 0.31103384494781494, 0.2683250308036804, 0.2689933478832245], "count": [1115]}, "actions": {"min": [0.24593433737754822, 1.9610346555709839, -1.984020709991455, -1.3837844133377075, -2.4004387855529785, -1.421273946762085, 0.3604104816913605, 0.0, -0.024553000926971436, 0.30239400267601013, -0.2869279980659485, -0.4603389501571655, -0.5532784461975098, -0.534273087978363, -0.6062923073768616, -0.8820544481277466, -2.061164140701294, 0.7960273027420044, -0.13198179006576538, 0.11904891580343246, 0.7349581122398376, -2.9882657527923584, 64.0, -0.33882200717926025, 0.26564499735832214, -0.29753899574279785, -0.49570053815841675, -0.42130160331726074, -0.5598083138465881, -0.5707089304924011], "max": [0.9892700910568237, 2.0417909622192383, -0.9217607378959656, -0.12463396042585373, 0.13573426008224487, -0.5310164093971252, 2.178380250930786, 888.0, 0.2978630065917969, 0.4303719997406006, -0.1428309977054596, 0.45661070942878723, 0.9733828902244568, 0.5309579968452454, 0.5554186701774597, -0.09625490754842758, -2.031947135925293, 1.7042443752288818, 1.390067458152771, 2.7018744945526123, 1.5490494966506958, -0.3833964765071869, 909.0, -0.028158999979496002, 0.42593199014663696, -0.09523700177669525, 0.5271739363670349, 0.9844799637794495, 0.6292994618415833, 0.7017335295677185], "mean": [0.5260542631149292, 2.022869110107422, -1.4827953577041626, -0.4604142904281616, -0.9881166815757751, -0.9503195881843567, 0.9140045642852783, 476.9784851074219, 0.1724543571472168, 0.36225613951683044, -0.23141103982925415, -0.21983329951763153, 0.6978985071182251, -0.2541206479072571, -0.43557289242744446, -0.48854926228523254, -2.0449135303497314, 1.1646698713302612, 0.3419623374938965, 1.1437656879425049, 1.292718768119812, -1.1549052000045776, 535.2959594726562, -0.2108442336320877, 0.32599499821662903, -0.2227741926908493, -0.2366930991411209, 0.5706201791763306, 0.37820348143577576, 0.4380338788032532], "std": [0.16173604130744934, 0.01132282055914402, 0.3266865611076355, 0.2677956521511078, 0.6372925639152527, 0.1800684630870819, 0.5229800343513489, 286.52471923828125, 0.09809552133083344, 0.02721029706299305, 0.035335395485162735, 0.19807115197181702, 0.26938170194625854, 0.2503739297389984, 0.18927313387393951, 0.20411062240600586, 0.005787655245512724, 0.2648213505744934, 0.5100796818733215, 0.9277935028076172, 0.1267503947019577, 0.8977903723716736, 316.51007080078125, 0.09810895472764969, 0.044069964438676834, 0.05516040697693825, 0.20581233501434326, 0.31103384494781494, 0.2683250308036804, 0.2689933478832245], "count": [1115]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008968609865470852], "std": [0.029934204965522217], "count": [1115]}, "timestamp": {"min": [0.0], "max": [44.56], "mean": [22.28], "std": [12.874905824898292], "count": [1115]}, "frame_index": {"min": [0], "max": [1114], "mean": [557.0], "std": [321.87264562245736], "count": [1115]}, "episode_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [1115]}, "index": {"min": [123870], "max": [124984], "mean": [124427.0], "std": [321.87264562245736], "count": [1115]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1115]}}} +{"episode_index": 102, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4684195475842271]], [[0.4724360002979092]], [[0.46647231362618713]]], "std": [[[0.13148067586008633]], [[0.13283000230908434]], [[0.1333556237359591]]], "count": [181]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7254901960784313]], [[1.0]], [[1.0]]], "mean": [[[0.470000712048171]], [[0.47136217072003755]], [[0.46621819367710254]]], "std": [[[0.08909122618570565]], [[0.08830407895630692]], [[0.09379658056530873]]], "count": [181]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47248694390279133]], [[0.47398391967284154]], [[0.46940473337124905]]], "std": [[[0.09159062640339094]], [[0.09083910329751013]], [[0.09633095616440898]]], "count": [181]}, "states": {"min": [0.3395363688468933, 1.9662007093429565, -1.960458517074585, -1.7251358032226562, 0.7113264203071594, 1.0006321668624878, -2.9380524158477783, 52.0, 0.013501999899744987, 0.29823100566864014, -0.25503599643707275, -0.49998655915260315, -0.6355627775192261, -0.4104103446006775, -0.6375027298927307, -0.804823637008667, -2.0567660331726074, -2.4742136001586914, -1.720371127128601, 0.40509092807769775, -1.6832306385040283, 0.6007598042488098, 35.0, -0.23235000669956207, 0.3080250024795532, -0.25134900212287903, -0.4788424074649811, 0.5333589315414429, -0.09512896090745926, 0.08595288544893265], "max": [0.8516857624053955, 2.041337013244629, 0.6017372012138367, 0.0076445420272648335, 1.9217995405197144, 1.554913878440857, -0.5858721137046814, 898.0, 0.3447279930114746, 0.3894050121307373, -0.09840100258588791, 0.5299474596977234, 0.9719077944755554, 0.5462409257888794, 0.6620231866836548, -0.2866354286670685, -2.007617473602295, -1.115056037902832, -0.06099925562739372, 2.612234354019165, -0.9819746017456055, 2.8455326557159424, 743.0, -0.000846999988425523, 0.4044930040836334, -0.059220001101493835, 0.12327084690332413, 0.9882466793060303, 0.4907785654067993, 0.6771714687347412], "mean": [0.491107702255249, 2.019205331802368, -0.5697038173675537, -0.574520468711853, 1.2271043062210083, 1.2206182479858398, -1.921692967414856, 690.40625, 0.20409241318702698, 0.3452002704143524, -0.20047014951705933, 0.159380242228508, 0.27907103300094604, 0.08368430286645889, -0.01687609776854515, -0.5094024538993835, -2.03776478767395, -1.8692975044250488, -0.9024522304534912, 1.875167727470398, -1.2609535455703735, 1.4632059335708618, 463.7550964355469, -0.1367403268814087, 0.35314223170280457, -0.17597702145576477, -0.1074371337890625, 0.8162394762039185, 0.24394099414348602, 0.4359411299228668], "std": [0.1168418899178505, 0.01127434242516756, 0.9168951511383057, 0.5844213962554932, 0.2658059895038605, 0.1360625922679901, 0.8060632944107056, 303.4290466308594, 0.10172630101442337, 0.021152835339307785, 0.04552836716175079, 0.29625630378723145, 0.6571005582809448, 0.3775784373283386, 0.4767754077911377, 0.14868101477622986, 0.007417818531394005, 0.30257177352905273, 0.4294055998325348, 0.47920534014701843, 0.1819184124469757, 0.5263482928276062, 216.56275939941406, 0.051314737647771835, 0.025498876348137856, 0.05059061944484711, 0.1507972776889801, 0.10658764839172363, 0.12234944850206375, 0.15358866751194], "count": [1029]}, "actions": {"min": [0.3395363688468933, 1.9662007093429565, -1.960458517074585, -1.7251358032226562, 0.7113264203071594, 1.0006321668624878, -2.9380524158477783, 52.0, 0.013501999899744987, 0.29823100566864014, -0.25503599643707275, -0.49998655915260315, -0.6355627775192261, -0.4104103446006775, -0.6375027298927307, -0.804823637008667, -2.0567660331726074, -2.4742136001586914, -1.720371127128601, 0.40509092807769775, -1.6832306385040283, 0.6007598042488098, 35.0, -0.23235000669956207, 0.3080250024795532, -0.25134900212287903, -0.4788424074649811, 0.5333589315414429, -0.09512896090745926, 0.08595288544893265], "max": [0.8516857624053955, 2.041337013244629, 0.6017372012138367, 0.0076445420272648335, 1.9217995405197144, 1.554913878440857, -0.5858721137046814, 898.0, 0.3447279930114746, 0.3894050121307373, -0.09840100258588791, 0.5299474596977234, 0.9719077944755554, 0.5462409257888794, 0.6620231866836548, -0.2866354286670685, -2.007617473602295, -1.115056037902832, -0.06099925562739372, 2.612234354019165, -0.9819746017456055, 2.8455326557159424, 743.0, -0.000846999988425523, 0.4044930040836334, -0.059220001101493835, 0.12327084690332413, 0.9882466793060303, 0.4907785654067993, 0.6771714687347412], "mean": [0.491107702255249, 2.019205331802368, -0.5697038173675537, -0.574520468711853, 1.2271043062210083, 1.2206182479858398, -1.921692967414856, 690.40625, 0.20409241318702698, 0.3452002704143524, -0.20047014951705933, 0.159380242228508, 0.27907103300094604, 0.08368430286645889, -0.01687609776854515, -0.5094024538993835, -2.03776478767395, -1.8692975044250488, -0.9024522304534912, 1.875167727470398, -1.2609535455703735, 1.4632059335708618, 463.7550964355469, -0.1367403268814087, 0.35314223170280457, -0.17597702145576477, -0.1074371337890625, 0.8162394762039185, 0.24394099414348602, 0.4359411299228668], "std": [0.1168418899178505, 0.01127434242516756, 0.9168951511383057, 0.5844213962554932, 0.2658059895038605, 0.1360625922679901, 0.8060632944107056, 303.4290466308594, 0.10172630101442337, 0.021152835339307785, 0.04552836716175079, 0.29625630378723145, 0.6571005582809448, 0.3775784373283386, 0.4767754077911377, 0.14868101477622986, 0.007417818531394005, 0.30257177352905273, 0.4294055998325348, 0.47920534014701843, 0.1819184124469757, 0.5263482928276062, 216.56275939941406, 0.051314737647771835, 0.025498876348137856, 0.05059061944484711, 0.1507972776889801, 0.10658764839172363, 0.12234944850206375, 0.15358866751194], "count": [1029]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009718172983479105], "std": [0.031158832928826815], "count": [1029]}, "timestamp": {"min": [0.0], "max": [41.12], "mean": [20.56], "std": [11.881862929131385], "count": [1029]}, "frame_index": {"min": [0], "max": [1028], "mean": [514.0], "std": [297.0465732282847], "count": [1029]}, "episode_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [1029]}, "index": {"min": [124985], "max": [126013], "mean": [125499.0], "std": [297.0465732282847], "count": [1029]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1029]}}} +{"episode_index": 103, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4739789855893338]], [[0.47892763772175534]], [[0.47557014987367496]]], "std": [[[0.13149270837124807]], [[0.1321034289099569]], [[0.13260364059602883]]], "count": [238]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[1.0]], [[1.0]]], "mean": [[[0.47615636413879275]], [[0.47882918142747294]], [[0.47199974340226286]]], "std": [[[0.09517066794120947]], [[0.09509667257157073]], [[0.10170776103983206]]], "count": [238]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47899430421678474]], [[0.4815370170126874]], [[0.4769999347778327]]], "std": [[[0.10281123683585358]], [[0.10194840537017144]], [[0.10508573308768013]]], "count": [238]}, "states": {"min": [0.49209561944007874, 2.015122413635254, -0.33306118845939636, -0.16858136653900146, -2.656914710998535, -1.4828143119812012, 0.17488199472427368, 3.0, 0.02929599955677986, 0.32382598519325256, -0.27059701085090637, -0.25770097970962524, -0.6536340713500977, -0.3555012345314026, -0.6650633215904236, -0.6903824806213379, -2.0455782413482666, 0.9249023199081421, 0.16556194424629211, 0.45900416374206543, 0.9022305011749268, -2.0905380249023438, 7.0, -0.2487490028142929, 0.36903199553489685, -0.24615399539470673, -0.3917198181152344, 0.552493691444397, -0.1507674753665924, 0.13815917074680328], "max": [1.0406526327133179, 2.035629987716675, 0.3009122312068939, 0.1872040182352066, -1.6458979845046997, -0.7335968017578125, 1.0781073570251465, 882.0, 0.2249779999256134, 0.4219430088996887, -0.18166300654411316, 0.4723167419433594, 0.8967096209526062, 0.4037993252277374, 0.6739166975021362, -0.2917666733264923, -1.9367221593856812, 1.6728458404541016, 1.3905911445617676, 2.663564443588257, 1.4380815029144287, -0.5537580847740173, 908.0, -0.04620499908924103, 0.4144879877567291, -0.1266620010137558, -0.09840648621320724, 0.9664521813392639, 0.42069655656814575, 0.6332688331604004], "mean": [0.8218768835067749, 2.023607015609741, -0.012681977823376656, 0.009677733294665813, -2.321880340576172, -1.0034583806991577, 0.795400083065033, 503.3694152832031, 0.11444748193025589, 0.39489391446113586, -0.23016618192195892, -0.13412629067897797, 0.6859867572784424, -0.22156351804733276, -0.4490332007408142, -0.5472207069396973, -2.0300822257995605, 1.2387843132019043, 0.7865422368049622, 1.8888753652572632, 1.0862748622894287, -1.36855149269104, 589.8302001953125, -0.16416512429714203, 0.3897569179534912, -0.19282321631908417, -0.23114247620105743, 0.8277003169059753, 0.1886024922132492, 0.3736167550086975], "std": [0.11588830500841141, 0.005031061824411154, 0.16455748677253723, 0.07542326301336288, 0.1765841394662857, 0.14683450758457184, 0.1641855686903, 255.39732360839844, 0.04544200748205185, 0.026302460581064224, 0.017495665699243546, 0.1631077229976654, 0.33934617042541504, 0.18463477492332458, 0.291313111782074, 0.07969052344560623, 0.014211704023182392, 0.24717766046524048, 0.37684744596481323, 0.6347395777702332, 0.11232448369264603, 0.5148134231567383, 311.8199157714844, 0.052426014095544815, 0.007575747556984425, 0.027128377929329872, 0.08013003319501877, 0.13605190813541412, 0.1821039319038391, 0.16802391409873962], "count": [1478]}, "actions": {"min": [0.49209561944007874, 2.015122413635254, -0.33306118845939636, -0.16858136653900146, -2.656914710998535, -1.4828143119812012, 0.17488199472427368, 3.0, 0.02929599955677986, 0.32382598519325256, -0.27059701085090637, -0.25770097970962524, -0.6536340713500977, -0.3555012345314026, -0.6650633215904236, -0.6903824806213379, -2.0455782413482666, 0.9249023199081421, 0.16556194424629211, 0.45900416374206543, 0.9022305011749268, -2.0905380249023438, 7.0, -0.2487490028142929, 0.36903199553489685, -0.24615399539470673, -0.3917198181152344, 0.552493691444397, -0.1507674753665924, 0.13815917074680328], "max": [1.0406526327133179, 2.035629987716675, 0.3009122312068939, 0.1872040182352066, -1.6458979845046997, -0.7335968017578125, 1.0781073570251465, 882.0, 0.2249779999256134, 0.4219430088996887, -0.18166300654411316, 0.4723167419433594, 0.8967096209526062, 0.4037993252277374, 0.6739166975021362, -0.2917666733264923, -1.9367221593856812, 1.6728458404541016, 1.3905911445617676, 2.663564443588257, 1.4380815029144287, -0.5537580847740173, 908.0, -0.04620499908924103, 0.4144879877567291, -0.1266620010137558, -0.09840648621320724, 0.9664521813392639, 0.42069655656814575, 0.6332688331604004], "mean": [0.8218768835067749, 2.023607015609741, -0.012681977823376656, 0.009677733294665813, -2.321880340576172, -1.0034583806991577, 0.795400083065033, 503.3694152832031, 0.11444748193025589, 0.39489391446113586, -0.23016618192195892, -0.13412629067897797, 0.6859867572784424, -0.22156351804733276, -0.4490332007408142, -0.5472207069396973, -2.0300822257995605, 1.2387843132019043, 0.7865422368049622, 1.8888753652572632, 1.0862748622894287, -1.36855149269104, 589.8302001953125, -0.16416512429714203, 0.3897569179534912, -0.19282321631908417, -0.23114247620105743, 0.8277003169059753, 0.1886024922132492, 0.3736167550086975], "std": [0.11588830500841141, 0.005031061824411154, 0.16455748677253723, 0.07542326301336288, 0.1765841394662857, 0.14683450758457184, 0.1641855686903, 255.39732360839844, 0.04544200748205185, 0.026302460581064224, 0.017495665699243546, 0.1631077229976654, 0.33934617042541504, 0.18463477492332458, 0.291313111782074, 0.07969052344560623, 0.014211704023182392, 0.24717766046524048, 0.37684744596481323, 0.6347395777702332, 0.11232448369264603, 0.5148134231567383, 311.8199157714844, 0.052426014095544815, 0.007575747556984425, 0.027128377929329872, 0.08013003319501877, 0.13605190813541412, 0.1821039319038391, 0.16802391409873962], "count": [1478]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006765899864682003], "std": [0.026002542422971085], "count": [1478]}, "timestamp": {"min": [0.0], "max": [59.08], "mean": [29.539999999999996], "std": [17.066470050950784], "count": [1478]}, "frame_index": {"min": [0], "max": [1477], "mean": [738.5], "std": [426.66175127376954], "count": [1478]}, "episode_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [1478]}, "index": {"min": [126014], "max": [127491], "mean": [126752.5], "std": [426.66175127376954], "count": [1478]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1478]}}} +{"episode_index": 104, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47150730906560157]], [[0.4771544798474946]], [[0.4729029494977003]]], "std": [[[0.13547692868420474]], [[0.13644156751934938]], [[0.1359396168937671]]], "count": [270]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760604287702735]], [[0.4778679148511257]], [[0.4713250287460663]]], "std": [[[0.11940542270397791]], [[0.11750748126597138]], [[0.12142563201431991]]], "count": [270]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47768154199951585]], [[0.4792108713083999]], [[0.4750051841261196]]], "std": [[[0.11595634523976847]], [[0.11628605035694782]], [[0.11857217251544762]]], "count": [270]}, "states": {"min": [0.4954640567302704, 1.9033515453338623, 0.2609092891216278, -0.10739010572433472, -2.896216869354248, -1.3401161432266235, 0.27719318866729736, -5.0, 0.04050999879837036, 0.3111880123615265, -0.278344988822937, -0.38961684703826904, 0.6107484698295593, -0.44350317120552063, -0.6236931681632996, -0.9591805934906006, -2.0556139945983887, -0.42751842737197876, -0.5931676030158997, 0.9010611772537231, 0.9156870245933533, -2.16251540184021, 41.0, -0.24840599298477173, 0.2946360111236572, -0.28757399320602417, -0.4980669915676117, -0.5939081907272339, -0.484557181596756, -0.519534707069397], "max": [0.8862782120704651, 2.030620813369751, 0.9253212213516235, 0.3159744143486023, -2.543363571166992, -0.7108725905418396, 0.8819498419761658, 882.0, 0.20316199958324432, 0.3947640061378479, -0.22039499878883362, -0.09589328616857529, 0.850644588470459, -0.09710899740457535, -0.4593457579612732, -0.4334874451160431, -1.7515426874160767, 1.4332119226455688, 1.0242639780044556, 2.85839581489563, 1.527721643447876, 0.32733649015426636, 902.0, -0.057805001735687256, 0.4446899890899658, -0.12360800057649612, 0.5101898908615112, 0.9377644658088684, 0.5267439484596252, 0.6484613418579102], "mean": [0.6904461979866028, 2.0157227516174316, 0.6127281188964844, 0.16912704706192017, -2.8806674480438232, -0.916999101638794, 0.6928562521934509, 463.964599609375, 0.11106234043836594, 0.3699371814727783, -0.25228559970855713, -0.18853561580181122, 0.7465112209320068, -0.3012714087963104, -0.5470250844955444, -0.6850444674491882, -2.0380337238311768, 0.8265562057495117, 0.23138217628002167, 1.6899148225784302, 1.137334942817688, -0.6921213269233704, 426.97259521484375, -0.14258398115634918, 0.37446117401123047, -0.22589407861232758, -0.1656082570552826, 0.6881617307662964, 0.10835262387990952, 0.3517676591873169], "std": [0.0854003056883812, 0.011803488247096539, 0.19880914688110352, 0.08277717977762222, 0.043002232909202576, 0.12590894103050232, 0.0954153835773468, 263.5049743652344, 0.04074360802769661, 0.017508050426840782, 0.013059749267995358, 0.05403776466846466, 0.06083713099360466, 0.09715330600738525, 0.03337668254971504, 0.16584086418151855, 0.028208987787365913, 0.5665962100028992, 0.4268813133239746, 0.5748195648193359, 0.1584303230047226, 0.6632248759269714, 288.9715576171875, 0.048602551221847534, 0.03237192705273628, 0.04973766952753067, 0.23505088686943054, 0.3914143145084381, 0.2972216308116913, 0.25832441449165344], "count": [1752]}, "actions": {"min": [0.4954640567302704, 1.9033515453338623, 0.2609092891216278, -0.10739010572433472, -2.896216869354248, -1.3401161432266235, 0.27719318866729736, -5.0, 0.04050999879837036, 0.3111880123615265, -0.278344988822937, -0.38961684703826904, 0.6107484698295593, -0.44350317120552063, -0.6236931681632996, -0.9591805934906006, -2.0556139945983887, -0.42751842737197876, -0.5931676030158997, 0.9010611772537231, 0.9156870245933533, -2.16251540184021, 41.0, -0.24840599298477173, 0.2946360111236572, -0.28757399320602417, -0.4980669915676117, -0.5939081907272339, -0.484557181596756, -0.519534707069397], "max": [0.8862782120704651, 2.030620813369751, 0.9253212213516235, 0.3159744143486023, -2.543363571166992, -0.7108725905418396, 0.8819498419761658, 882.0, 0.20316199958324432, 0.3947640061378479, -0.22039499878883362, -0.09589328616857529, 0.850644588470459, -0.09710899740457535, -0.4593457579612732, -0.4334874451160431, -1.7515426874160767, 1.4332119226455688, 1.0242639780044556, 2.85839581489563, 1.527721643447876, 0.32733649015426636, 902.0, -0.057805001735687256, 0.4446899890899658, -0.12360800057649612, 0.5101898908615112, 0.9377644658088684, 0.5267439484596252, 0.6484613418579102], "mean": [0.6904461979866028, 2.0157227516174316, 0.6127281188964844, 0.16912704706192017, -2.8806674480438232, -0.916999101638794, 0.6928562521934509, 463.964599609375, 0.11106234043836594, 0.3699371814727783, -0.25228559970855713, -0.18853561580181122, 0.7465112209320068, -0.3012714087963104, -0.5470250844955444, -0.6850444674491882, -2.0380337238311768, 0.8265562057495117, 0.23138217628002167, 1.6899148225784302, 1.137334942817688, -0.6921213269233704, 426.97259521484375, -0.14258398115634918, 0.37446117401123047, -0.22589407861232758, -0.1656082570552826, 0.6881617307662964, 0.10835262387990952, 0.3517676591873169], "std": [0.0854003056883812, 0.011803488247096539, 0.19880914688110352, 0.08277717977762222, 0.043002232909202576, 0.12590894103050232, 0.0954153835773468, 263.5049743652344, 0.04074360802769661, 0.017508050426840782, 0.013059749267995358, 0.05403776466846466, 0.06083713099360466, 0.09715330600738525, 0.03337668254971504, 0.16584086418151855, 0.028208987787365913, 0.5665962100028992, 0.4268813133239746, 0.5748195648193359, 0.1584303230047226, 0.6632248759269714, 288.9715576171875, 0.048602551221847534, 0.03237192705273628, 0.04973766952753067, 0.23505088686943054, 0.3914143145084381, 0.2972216308116913, 0.25832441449165344], "count": [1752]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005707762557077625], "std": [0.02388410496907269], "count": [1752]}, "timestamp": {"min": [0.0], "max": [70.04], "mean": [35.02], "std": [20.230350137025972], "count": [1752]}, "frame_index": {"min": [0], "max": [1751], "mean": [875.5], "std": [505.7587534256492], "count": [1752]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [1752]}, "index": {"min": [127492], "max": [129243], "mean": [128367.5], "std": [505.7587534256492], "count": [1752]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1752]}}} +{"episode_index": 105, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4840087192601546]], [[0.48875840402751664]], [[0.48550888620288296]]], "std": [[[0.12066923633354308]], [[0.12115893133880597]], [[0.12144372415915321]]], "count": [219]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.47193606839615604]], [[0.4772018496135136]], [[0.47145748836064105]]], "std": [[[0.08400183722064426]], [[0.07949920399918466]], [[0.08349442185782849]]], "count": [219]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47225107533500466]], [[0.4720022914987913]], [[0.4680190920926971]]], "std": [[[0.09805666572077867]], [[0.10027488852991369]], [[0.10498387203542103]]], "count": [219]}, "states": {"min": [0.4041658937931061, 1.900890588760376, 0.00663225119933486, -0.18069393932819366, -2.8965134620666504, -1.2123405933380127, 0.38032472133636475, 0.0, 0.034602001309394836, 0.30573898553848267, -0.28995001316070557, -0.4068419337272644, -0.6024821996688843, -0.5447216629981995, -0.6156674027442932, -0.822643518447876, -2.05001163482666, -0.4495444893836975, -0.32524213194847107, 0.6045471429824829, 0.9287246465682983, -1.047598958015442, 15.0, -0.29143399000167847, 0.3002159893512726, -0.2940709888935089, -0.46419960260391235, 0.23723839223384857, -0.05397723987698555, 0.407246470451355], "max": [1.0944784879684448, 2.039260149002075, 1.1229798793792725, 0.38442620635032654, -2.550624370574951, -0.3582811951637268, 1.0544755458831787, 797.0, 0.2669680118560791, 0.4115850031375885, -0.18511299788951874, 0.4119456708431244, 0.8899205327033997, 0.5202049016952515, 0.6097891330718994, -0.3585779070854187, -1.9518890380859375, 0.7947357296943665, 0.7344171404838562, 2.80727481842041, 1.6994969844818115, -0.16516052186489105, 895.0, -0.11387299746274948, 0.3946340084075928, -0.14897499978542328, -0.10541749000549316, 0.9038894176483154, 0.688277006149292, 0.6684110760688782], "mean": [0.7027934193611145, 2.019134521484375, 0.5242281556129456, 0.1605284959077835, -2.8039374351501465, -0.9169419407844543, 0.6290410161018372, 399.0726623535156, 0.11532649397850037, 0.3686946630477905, -0.2510707676410675, -0.18836277723312378, 0.7152406573295593, -0.23221157491207123, -0.47649356722831726, -0.5116947889328003, -2.0386619567871094, 0.3156185448169708, -0.0568372905254364, 1.4141157865524292, 1.1903692483901978, -0.47116848826408386, 522.9273071289062, -0.2201158106327057, 0.33291903138160706, -0.2555980980396271, -0.34823840856552124, 0.5660225749015808, 0.4240144193172455, 0.5248386859893799], "std": [0.19626714289188385, 0.012605656869709492, 0.36698853969573975, 0.10622644424438477, 0.1003929004073143, 0.19888003170490265, 0.16519993543624878, 283.7507629394531, 0.057428907603025436, 0.02570202946662903, 0.020721446722745895, 0.12846802175045013, 0.26842090487480164, 0.19046704471111298, 0.21714024245738983, 0.14601457118988037, 0.010230345651507378, 0.4709533452987671, 0.2454664707183838, 0.6712650656700134, 0.1610497087240219, 0.2279549241065979, 256.76806640625, 0.06276196241378784, 0.02624313160777092, 0.03128080070018768, 0.1090656965970993, 0.19772972166538239, 0.22238284349441528, 0.0515483021736145], "count": [1321]}, "actions": {"min": [0.4041658937931061, 1.900890588760376, 0.00663225119933486, -0.18069393932819366, -2.8965134620666504, -1.2123405933380127, 0.38032472133636475, 0.0, 0.034602001309394836, 0.30573898553848267, -0.28995001316070557, -0.4068419337272644, -0.6024821996688843, -0.5447216629981995, -0.6156674027442932, -0.822643518447876, -2.05001163482666, -0.4495444893836975, -0.32524213194847107, 0.6045471429824829, 0.9287246465682983, -1.047598958015442, 15.0, -0.29143399000167847, 0.3002159893512726, -0.2940709888935089, -0.46419960260391235, 0.23723839223384857, -0.05397723987698555, 0.407246470451355], "max": [1.0944784879684448, 2.039260149002075, 1.1229798793792725, 0.38442620635032654, -2.550624370574951, -0.3582811951637268, 1.0544755458831787, 797.0, 0.2669680118560791, 0.4115850031375885, -0.18511299788951874, 0.4119456708431244, 0.8899205327033997, 0.5202049016952515, 0.6097891330718994, -0.3585779070854187, -1.9518890380859375, 0.7947357296943665, 0.7344171404838562, 2.80727481842041, 1.6994969844818115, -0.16516052186489105, 895.0, -0.11387299746274948, 0.3946340084075928, -0.14897499978542328, -0.10541749000549316, 0.9038894176483154, 0.688277006149292, 0.6684110760688782], "mean": [0.7027934193611145, 2.019134521484375, 0.5242281556129456, 0.1605284959077835, -2.8039374351501465, -0.9169419407844543, 0.6290410161018372, 399.0726623535156, 0.11532649397850037, 0.3686946630477905, -0.2510707676410675, -0.18836277723312378, 0.7152406573295593, -0.23221157491207123, -0.47649356722831726, -0.5116947889328003, -2.0386619567871094, 0.3156185448169708, -0.0568372905254364, 1.4141157865524292, 1.1903692483901978, -0.47116848826408386, 522.9273071289062, -0.2201158106327057, 0.33291903138160706, -0.2555980980396271, -0.34823840856552124, 0.5660225749015808, 0.4240144193172455, 0.5248386859893799], "std": [0.19626714289188385, 0.012605656869709492, 0.36698853969573975, 0.10622644424438477, 0.1003929004073143, 0.19888003170490265, 0.16519993543624878, 283.7507629394531, 0.057428907603025436, 0.02570202946662903, 0.020721446722745895, 0.12846802175045013, 0.26842090487480164, 0.19046704471111298, 0.21714024245738983, 0.14601457118988037, 0.010230345651507378, 0.4709533452987671, 0.2454664707183838, 0.6712650656700134, 0.1610497087240219, 0.2279549241065979, 256.76806640625, 0.06276196241378784, 0.02624313160777092, 0.03128080070018768, 0.1090656965970993, 0.19772972166538239, 0.22238284349441528, 0.0515483021736145], "count": [1321]}, "next.done": {"min": [false], "max": [true], "mean": [0.000757002271006813], "std": [0.027503258326396593], "count": [1321]}, "timestamp": {"min": [0.0], "max": [52.8], "mean": [26.400000000000002], "std": [15.253589741434636], "count": [1321]}, "frame_index": {"min": [0], "max": [1320], "mean": [660.0], "std": [381.3397435358659], "count": [1321]}, "episode_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [1321]}, "index": {"min": [129244], "max": [130564], "mean": [129904.0], "std": [381.3397435358659], "count": [1321]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1321]}}} +{"episode_index": 106, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.47351442967083207]], [[0.47898796310406716]], [[0.47332705137322634]]], "std": [[[0.13424212504199098]], [[0.13539970769984438]], [[0.1354047584707699]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4771731116021538]], [[0.4798407825781435]], [[0.47303975117680924]]], "std": [[[0.09841364790722167]], [[0.09719404597435291]], [[0.10075977049069229]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.48045304086660573]], [[0.47966848161976366]], [[0.47589417288936303]]], "std": [[[0.12517717668702133]], [[0.12710505379113224]], [[0.1305132629113379]]], "count": [193]}, "states": {"min": [0.4590390622615814, 1.9582945108413696, 0.20856685936450958, -0.06963863968849182, -2.8955013751983643, -1.296378254890442, 0.042411502450704575, -1.0, 0.011547000147402287, 0.28750601410865784, -0.29099300503730774, -0.4413194954395294, -0.5745324492454529, -0.3931780755519867, -0.6305420398712158, -0.8332551121711731, -2.058476209640503, 0.7950323224067688, -0.027174778282642365, 0.3557853698730469, 0.8705528378486633, -1.835562825202942, 60.0, -0.2615860104560852, 0.321397989988327, -0.28638699650764465, -0.41686856746673584, 0.5648820996284485, -0.19758480787277222, 0.23393701016902924], "max": [0.9497733116149902, 2.0340590476989746, 0.8104436993598938, 0.332886666059494, -2.2942700386047363, -0.682441234588623, 0.8169362545013428, 881.0, 0.18121500313282013, 0.38953399658203125, -0.20911499857902527, 0.4289878308773041, 0.8800871968269348, 0.3952762186527252, 0.5774772763252258, -0.31733575463294983, -1.8498046398162842, 1.4424798488616943, 1.148374319076538, 2.629739999771118, 1.4928849935531616, -0.2698453664779663, 834.0, -0.08019799739122391, 0.4091610014438629, -0.13295599818229675, -0.0949760302901268, 0.9441114068031311, 0.4520531892776489, 0.621368408203125], "mean": [0.7244898080825806, 2.018906831741333, 0.5120428204536438, 0.200851708650589, -2.8541252613067627, -0.9135485291481018, 0.6573019623756409, 467.22479248046875, 0.08826331049203873, 0.36453744769096375, -0.24941661953926086, -0.17536287009716034, 0.7664573192596436, -0.24558097124099731, -0.5407944321632385, -0.5607683062553406, -2.0390007495880127, 1.2702836990356445, 0.3408670127391815, 1.1752660274505615, 1.190843939781189, -0.7282196879386902, 488.0838623046875, -0.18257389962673187, 0.36000797152519226, -0.22708404064178467, -0.28826606273651123, 0.7479545474052429, 0.2251560539007187, 0.45638230443000793], "std": [0.11251217871904373, 0.009532277472317219, 0.1723858118057251, 0.08991757035255432, 0.10523206740617752, 0.15365920960903168, 0.1414954662322998, 259.12030029296875, 0.043888166546821594, 0.023837985470891, 0.01639830879867077, 0.0754920244216919, 0.08967816829681396, 0.10228326171636581, 0.0694243386387825, 0.15034788846969604, 0.025578496977686882, 0.16433833539485931, 0.38833990693092346, 0.8613076210021973, 0.13872279226779938, 0.4730900824069977, 251.32801818847656, 0.05409248173236847, 0.03014671429991722, 0.0427936427295208, 0.11264850199222565, 0.14032821357250214, 0.2255665361881256, 0.12339139729738235], "count": [1121]}, "actions": {"min": [0.4590390622615814, 1.9582945108413696, 0.20856685936450958, -0.06963863968849182, -2.8955013751983643, -1.296378254890442, 0.042411502450704575, -1.0, 0.011547000147402287, 0.28750601410865784, -0.29099300503730774, -0.4413194954395294, -0.5745324492454529, -0.3931780755519867, -0.6305420398712158, -0.8332551121711731, -2.058476209640503, 0.7950323224067688, -0.027174778282642365, 0.3557853698730469, 0.8705528378486633, -1.835562825202942, 60.0, -0.2615860104560852, 0.321397989988327, -0.28638699650764465, -0.41686856746673584, 0.5648820996284485, -0.19758480787277222, 0.23393701016902924], "max": [0.9497733116149902, 2.0340590476989746, 0.8104436993598938, 0.332886666059494, -2.2942700386047363, -0.682441234588623, 0.8169362545013428, 881.0, 0.18121500313282013, 0.38953399658203125, -0.20911499857902527, 0.4289878308773041, 0.8800871968269348, 0.3952762186527252, 0.5774772763252258, -0.31733575463294983, -1.8498046398162842, 1.4424798488616943, 1.148374319076538, 2.629739999771118, 1.4928849935531616, -0.2698453664779663, 834.0, -0.08019799739122391, 0.4091610014438629, -0.13295599818229675, -0.0949760302901268, 0.9441114068031311, 0.4520531892776489, 0.621368408203125], "mean": [0.7244898080825806, 2.018906831741333, 0.5120428204536438, 0.200851708650589, -2.8541252613067627, -0.9135485291481018, 0.6573019623756409, 467.22479248046875, 0.08826331049203873, 0.36453744769096375, -0.24941661953926086, -0.17536287009716034, 0.7664573192596436, -0.24558097124099731, -0.5407944321632385, -0.5607683062553406, -2.0390007495880127, 1.2702836990356445, 0.3408670127391815, 1.1752660274505615, 1.190843939781189, -0.7282196879386902, 488.0838623046875, -0.18257389962673187, 0.36000797152519226, -0.22708404064178467, -0.28826606273651123, 0.7479545474052429, 0.2251560539007187, 0.45638230443000793], "std": [0.11251217871904373, 0.009532277472317219, 0.1723858118057251, 0.08991757035255432, 0.10523206740617752, 0.15365920960903168, 0.1414954662322998, 259.12030029296875, 0.043888166546821594, 0.023837985470891, 0.01639830879867077, 0.0754920244216919, 0.08967816829681396, 0.10228326171636581, 0.0694243386387825, 0.15034788846969604, 0.025578496977686882, 0.16433833539485931, 0.38833990693092346, 0.8613076210021973, 0.13872279226779938, 0.4730900824069977, 251.32801818847656, 0.05409248173236847, 0.03014671429991722, 0.0427936427295208, 0.11264850199222565, 0.14032821357250214, 0.2255665361881256, 0.12339139729738235], "count": [1121]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008920606601248885], "std": [0.029854059822803765], "count": [1121]}, "timestamp": {"min": [0.0], "max": [44.8], "mean": [22.400000000000002], "std": [12.944187884915761], "count": [1121]}, "frame_index": {"min": [0], "max": [1120], "mean": [560.0], "std": [323.60469712289404], "count": [1121]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [1121]}, "index": {"min": [130565], "max": [131685], "mean": [131125.0], "std": [323.60469712289404], "count": [1121]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1121]}}} +{"episode_index": 107, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46086923399377205]], [[0.46814656691646994]], [[0.46161155917428054]]], "std": [[[0.13141630301694057]], [[0.12813562854852778]], [[0.13049459428760213]]], "count": [191]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.984313725490196]], [[0.9764705882352941]]], "mean": [[[0.468149926855559]], [[0.46912765522875816]], [[0.464278131736988]]], "std": [[[0.07779518156405617]], [[0.07585926860369936]], [[0.07975271161969621]]], "count": [191]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.46837734618280125]], [[0.47075448170105744]], [[0.466436349365226]]], "std": [[[0.10285709417366842]], [[0.0992972832664144]], [[0.10216544919921285]]], "count": [191]}, "states": {"min": [0.2016204446554184, 1.8239737749099731, -2.049557685852051, -1.3075134754180908, -2.3102574348449707, -1.279064655303955, 0.256301611661911, 5.0, -0.010751999914646149, 0.3263300061225891, -0.28070899844169617, -0.4999145567417145, -0.5462411046028137, -0.5309460759162903, -0.6254844069480896, -0.8209156394004822, -2.054706335067749, 0.17158332467079163, -0.1578301340341568, 0.2745577394962311, 1.0205638408660889, -2.2617897987365723, 45.0, -0.34081199765205383, 0.2528730034828186, -0.29101699590682983, -0.4966895580291748, -0.4337010979652405, -0.6400889754295349, -0.5464947819709778], "max": [0.7936536073684692, 2.043309450149536, -1.2393583059310913, -0.22392573952674866, 0.19449950754642487, -0.3998374938964844, 1.8242532014846802, 905.0, 0.3149920105934143, 0.41234299540519714, -0.1405619978904724, 0.5129969716072083, 0.9414801597595215, 0.4493796229362488, 0.5058731436729431, -0.1535366177558899, -1.9798667430877686, 1.7282426357269287, 1.6278512477874756, 2.8513271808624268, 1.6268213987350464, -0.2960427701473236, 883.0, -0.033785998821258545, 0.4202199876308441, -0.07901299744844437, 0.5400295853614807, 0.9851178526878357, 0.7208539843559265, 0.7593450546264648], "mean": [0.43515482544898987, 2.0140719413757324, -1.5072057247161865, -0.5585570931434631, -0.8850095868110657, -0.8367663621902466, 0.856227695941925, 474.5262756347656, 0.19963321089744568, 0.363217830657959, -0.22897307574748993, -0.29885032773017883, 0.7046419978141785, -0.311232328414917, -0.4395473301410675, -0.4679736793041229, -2.038548707962036, 0.8650826215744019, 0.4530397355556488, 1.5190389156341553, 1.329778790473938, -1.0724613666534424, 519.8179321289062, -0.23860867321491241, 0.3271031975746155, -0.21224631369113922, -0.06236204877495766, 0.4477781355381012, 0.11143440753221512, 0.20986047387123108], "std": [0.16683031618595123, 0.028735097497701645, 0.27602776885032654, 0.24947835505008698, 0.6634469628334045, 0.17868603765964508, 0.49596670269966125, 240.64437866210938, 0.10516633838415146, 0.01961207576096058, 0.031224774196743965, 0.16947908699512482, 0.1904059499502182, 0.21613675355911255, 0.11139636486768723, 0.1972983330488205, 0.011978918686509132, 0.4448411762714386, 0.5392431616783142, 0.9120773077011108, 0.09653571993112564, 0.6526710987091064, 232.15505981445312, 0.09561354666948318, 0.050361208617687225, 0.05523592233657837, 0.3192572593688965, 0.5301780700683594, 0.41331884264945984, 0.4304644465446472], "count": [1104]}, "actions": {"min": [0.2016204446554184, 1.8239737749099731, -2.049557685852051, -1.3075134754180908, -2.3102574348449707, -1.279064655303955, 0.256301611661911, 5.0, -0.010751999914646149, 0.3263300061225891, -0.28070899844169617, -0.4999145567417145, -0.5462411046028137, -0.5309460759162903, -0.6254844069480896, -0.8209156394004822, -2.054706335067749, 0.17158332467079163, -0.1578301340341568, 0.2745577394962311, 1.0205638408660889, -2.2617897987365723, 45.0, -0.34081199765205383, 0.2528730034828186, -0.29101699590682983, -0.4966895580291748, -0.4337010979652405, -0.6400889754295349, -0.5464947819709778], "max": [0.7936536073684692, 2.043309450149536, -1.2393583059310913, -0.22392573952674866, 0.19449950754642487, -0.3998374938964844, 1.8242532014846802, 905.0, 0.3149920105934143, 0.41234299540519714, -0.1405619978904724, 0.5129969716072083, 0.9414801597595215, 0.4493796229362488, 0.5058731436729431, -0.1535366177558899, -1.9798667430877686, 1.7282426357269287, 1.6278512477874756, 2.8513271808624268, 1.6268213987350464, -0.2960427701473236, 883.0, -0.033785998821258545, 0.4202199876308441, -0.07901299744844437, 0.5400295853614807, 0.9851178526878357, 0.7208539843559265, 0.7593450546264648], "mean": [0.43515482544898987, 2.0140719413757324, -1.5072057247161865, -0.5585570931434631, -0.8850095868110657, -0.8367663621902466, 0.856227695941925, 474.5262756347656, 0.19963321089744568, 0.363217830657959, -0.22897307574748993, -0.29885032773017883, 0.7046419978141785, -0.311232328414917, -0.4395473301410675, -0.4679736793041229, -2.038548707962036, 0.8650826215744019, 0.4530397355556488, 1.5190389156341553, 1.329778790473938, -1.0724613666534424, 519.8179321289062, -0.23860867321491241, 0.3271031975746155, -0.21224631369113922, -0.06236204877495766, 0.4477781355381012, 0.11143440753221512, 0.20986047387123108], "std": [0.16683031618595123, 0.028735097497701645, 0.27602776885032654, 0.24947835505008698, 0.6634469628334045, 0.17868603765964508, 0.49596670269966125, 240.64437866210938, 0.10516633838415146, 0.01961207576096058, 0.031224774196743965, 0.16947908699512482, 0.1904059499502182, 0.21613675355911255, 0.11139636486768723, 0.1972983330488205, 0.011978918686509132, 0.4448411762714386, 0.5392431616783142, 0.9120773077011108, 0.09653571993112564, 0.6526710987091064, 232.15505981445312, 0.09561354666948318, 0.050361208617687225, 0.05523592233657837, 0.3192572593688965, 0.5301780700683594, 0.41331884264945984, 0.4304644465446472], "count": [1104]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009057971014492754], "std": [0.03008282953879641], "count": [1104]}, "timestamp": {"min": [0.0], "max": [44.12], "mean": [22.060000000000002], "std": [12.74788871408386], "count": [1104]}, "frame_index": {"min": [0], "max": [1103], "mean": [551.5], "std": [318.6972178520965], "count": [1104]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [1104]}, "index": {"min": [131686], "max": [132789], "mean": [132237.5], "std": [318.6972178520965], "count": [1104]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1104]}}} +{"episode_index": 108, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4676889208026961]], [[0.47274167177287585]], [[0.4686269658905229]]], "std": [[[0.1318312923839481]], [[0.13118109998457347]], [[0.13240525431353045]]], "count": [160]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4752647058823529]], [[0.4781792253880719]], [[0.47096248085171566]]], "std": [[[0.0911796584871217]], [[0.09026120703315646]], [[0.09578069941020863]]], "count": [160]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4777023731107026]], [[0.47923259931576795]], [[0.4750421568627451]]], "std": [[[0.098505532343983]], [[0.09814742185946987]], [[0.10261674070372116]]], "count": [160]}, "states": {"min": [0.5199685096740723, 1.8646399974822998, -1.607622742652893, -0.5934817790985107, 1.018766164779663, 0.8078780174255371, -2.888066291809082, -5.0, 0.029423000290989876, 0.34396201372146606, -0.2372259944677353, -0.4899793267250061, -0.5638985633850098, -0.48926103115081787, -0.5922132730484009, -1.0277546644210815, -2.052943706512451, -2.4975314140319824, -1.162214756011963, 0.7803018093109131, -1.7691705226898193, 0.9295623898506165, 16.0, -0.20877200365066528, 0.30174800753593445, -0.23973900079727173, -0.38466471433639526, 0.48078733682632446, 0.03867058455944061, 0.1550210416316986], "max": [0.9019687175750732, 2.0399234294891357, -0.6880087852478027, -0.03738495334982872, 2.7426278591156006, 1.4969863891601562, -1.6312371492385864, 894.0, 0.23084400594234467, 0.46165400743484497, -0.15424500405788422, 0.388312429189682, 0.9327113032341003, 0.4949962794780731, 0.5670214891433716, -0.44141125679016113, -2.009554624557495, -1.402267336845398, 0.09704030305147171, 2.5500831604003906, -1.003023386001587, 2.6450815200805664, 896.0, -0.01312199980020523, 0.4168359935283661, -0.08599399775266647, 0.13035589456558228, 0.9838408827781677, 0.5213136076927185, 0.7340521216392517], "mean": [0.7276577949523926, 2.007107973098755, -1.1895631551742554, -0.3964477479457855, 1.7158734798431396, 1.0876308679580688, -2.0526123046875, 643.7330932617188, 0.1430620700120926, 0.4038539230823517, -0.19493746757507324, -0.16855978965759277, 0.7554574608802795, -0.2069118171930313, -0.45229724049568176, -0.6943137049674988, -2.036132335662842, -2.007082939147949, -0.5688746571540833, 1.761195182800293, -1.3451945781707764, 1.5863968133926392, 602.9793701171875, -0.1356079876422882, 0.37105593085289, -0.18585148453712463, -0.06985557824373245, 0.7821530103683472, 0.2861597239971161, 0.4389156997203827], "std": [0.10239943116903305, 0.03467133641242981, 0.1774395853281021, 0.21039637923240662, 0.6353195309638977, 0.17838069796562195, 0.4436935782432556, 324.009521484375, 0.06481391936540604, 0.036411624401807785, 0.023548539727926254, 0.1874118596315384, 0.22838835418224335, 0.2018340826034546, 0.1595751792192459, 0.17599114775657654, 0.007347090635448694, 0.25345855951309204, 0.3234996795654297, 0.6518169641494751, 0.20522645115852356, 0.5690298676490784, 327.8734130859375, 0.06254768371582031, 0.02941366285085678, 0.036938704550266266, 0.1537896692752838, 0.16914445161819458, 0.13836337625980377, 0.19343656301498413], "count": [873]}, "actions": {"min": [0.5199685096740723, 1.8646399974822998, -1.607622742652893, -0.5934817790985107, 1.018766164779663, 0.8078780174255371, -2.888066291809082, -5.0, 0.029423000290989876, 0.34396201372146606, -0.2372259944677353, -0.4899793267250061, -0.5638985633850098, -0.48926103115081787, -0.5922132730484009, -1.0277546644210815, -2.052943706512451, -2.4975314140319824, -1.162214756011963, 0.7803018093109131, -1.7691705226898193, 0.9295623898506165, 16.0, -0.20877200365066528, 0.30174800753593445, -0.23973900079727173, -0.38466471433639526, 0.48078733682632446, 0.03867058455944061, 0.1550210416316986], "max": [0.9019687175750732, 2.0399234294891357, -0.6880087852478027, -0.03738495334982872, 2.7426278591156006, 1.4969863891601562, -1.6312371492385864, 894.0, 0.23084400594234467, 0.46165400743484497, -0.15424500405788422, 0.388312429189682, 0.9327113032341003, 0.4949962794780731, 0.5670214891433716, -0.44141125679016113, -2.009554624557495, -1.402267336845398, 0.09704030305147171, 2.5500831604003906, -1.003023386001587, 2.6450815200805664, 896.0, -0.01312199980020523, 0.4168359935283661, -0.08599399775266647, 0.13035589456558228, 0.9838408827781677, 0.5213136076927185, 0.7340521216392517], "mean": [0.7276577949523926, 2.007107973098755, -1.1895631551742554, -0.3964477479457855, 1.7158734798431396, 1.0876308679580688, -2.0526123046875, 643.7330932617188, 0.1430620700120926, 0.4038539230823517, -0.19493746757507324, -0.16855978965759277, 0.7554574608802795, -0.2069118171930313, -0.45229724049568176, -0.6943137049674988, -2.036132335662842, -2.007082939147949, -0.5688746571540833, 1.761195182800293, -1.3451945781707764, 1.5863968133926392, 602.9793701171875, -0.1356079876422882, 0.37105593085289, -0.18585148453712463, -0.06985557824373245, 0.7821530103683472, 0.2861597239971161, 0.4389156997203827], "std": [0.10239943116903305, 0.03467133641242981, 0.1774395853281021, 0.21039637923240662, 0.6353195309638977, 0.17838069796562195, 0.4436935782432556, 324.009521484375, 0.06481391936540604, 0.036411624401807785, 0.023548539727926254, 0.1874118596315384, 0.22838835418224335, 0.2018340826034546, 0.1595751792192459, 0.17599114775657654, 0.007347090635448694, 0.25345855951309204, 0.3234996795654297, 0.6518169641494751, 0.20522645115852356, 0.5690298676490784, 327.8734130859375, 0.06254768371582031, 0.02941366285085678, 0.036938704550266266, 0.1537896692752838, 0.16914445161819458, 0.13836337625980377, 0.19343656301498413], "count": [873]}, "next.done": {"min": [false], "max": [true], "mean": [0.001145475372279496], "std": [0.03382548238312348], "count": [873]}, "timestamp": {"min": [0.0], "max": [34.88], "mean": [17.439999999999998], "std": [10.080529086643551], "count": [873]}, "frame_index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [873]}, "index": {"min": [132790], "max": [133662], "mean": [133226.0], "std": [252.01322716608877], "count": [873]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [873]}}} +{"episode_index": 109, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46429659156443326]], [[0.470046785982664]], [[0.4627631461675579]]], "std": [[[0.13732965011616696]], [[0.13412293607286954]], [[0.13601941235995746]]], "count": [187]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46772390754430115]], [[0.46987977416902593]], [[0.4653307163328789]]], "std": [[[0.0759246369531225]], [[0.07338375909093993]], [[0.07684135881681452]]], "count": [187]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4766871941735696]], [[0.4740787983642655]], [[0.47165410703051275]]], "std": [[[0.07945991157626472]], [[0.07790766767322797]], [[0.0817949839716507]]], "count": [187]}, "states": {"min": [0.4259825050830841, 2.010025978088379, -1.8841179609298706, -1.2459731101989746, -2.783381223678589, -1.6855168342590332, -0.1350710391998291, -1.0, -0.0016820000018924475, 0.26820701360702515, -0.2987450063228607, -0.49567750096321106, -0.6630125641822815, -0.38560277223587036, -0.6710495948791504, -0.9894272089004517, -2.0448453426361084, 0.5878269076347351, -0.0645073726773262, 0.263195663690567, 0.954311192035675, -2.8402440547943115, 38.0, -0.3151569962501526, 0.29615700244903564, -0.2760140001773834, -0.4974533021450043, -0.5366224050521851, -0.5190503597259521, -0.6598374247550964], "max": [0.9561087489128113, 2.0467302799224854, 0.20874138176441193, 0.2854311764240265, -0.9777683615684509, -1.0052050352096558, 2.2964518070220947, 877.0, 0.3079780042171478, 0.41736599802970886, -0.08060599863529205, 0.5676229000091553, 0.9947968125343323, 0.5253598690032959, 0.7861637473106384, -0.319709450006485, -2.0012295246124268, 1.8063461780548096, 1.691852331161499, 2.8694958686828613, 1.899808406829834, -0.1380031853914261, 891.0, 0.017410999163985252, 0.4660240113735199, -0.049768999218940735, 0.5727910995483398, 0.9794317483901978, 0.6450673937797546, 0.7688858509063721], "mean": [0.5732979774475098, 2.0264101028442383, -0.4969710409641266, -0.23883911967277527, -1.6344318389892578, -1.3532285690307617, 0.8159852027893066, 497.8156433105469, 0.2047162652015686, 0.35265758633613586, -0.19845767319202423, 0.23051519691944122, 0.06712571531534195, 0.19633053243160248, 0.2406787872314453, -0.6315247416496277, -2.0313775539398193, 1.0775595903396606, 0.49557220935821533, 1.595489501953125, 1.3453013896942139, -1.2593891620635986, 592.7588500976562, -0.16954457759857178, 0.3612881004810333, -0.18190425634384155, 0.04370713233947754, 0.4476120173931122, 0.11893170326948166, 0.1489744335412979], "std": [0.14839451014995575, 0.009193039499223232, 0.62239009141922, 0.48105207085609436, 0.5537194609642029, 0.11107838153839111, 0.8407801985740662, 250.88792419433594, 0.0857309103012085, 0.03052777796983719, 0.041703999042510986, 0.30647578835487366, 0.6510657072067261, 0.31405285000801086, 0.47900041937828064, 0.21157541871070862, 0.007211226969957352, 0.3122793138027191, 0.4857335090637207, 0.8119498491287231, 0.17059430480003357, 0.976243793964386, 307.2206726074219, 0.09173878282308578, 0.042654503136873245, 0.05207151919603348, 0.32560399174690247, 0.5899562239646912, 0.32989242672920227, 0.4455330967903137], "count": [1074]}, "actions": {"min": [0.4259825050830841, 2.010025978088379, -1.8841179609298706, -1.2459731101989746, -2.783381223678589, -1.6855168342590332, -0.1350710391998291, -1.0, -0.0016820000018924475, 0.26820701360702515, -0.2987450063228607, -0.49567750096321106, -0.6630125641822815, -0.38560277223587036, -0.6710495948791504, -0.9894272089004517, -2.0448453426361084, 0.5878269076347351, -0.0645073726773262, 0.263195663690567, 0.954311192035675, -2.8402440547943115, 38.0, -0.3151569962501526, 0.29615700244903564, -0.2760140001773834, -0.4974533021450043, -0.5366224050521851, -0.5190503597259521, -0.6598374247550964], "max": [0.9561087489128113, 2.0467302799224854, 0.20874138176441193, 0.2854311764240265, -0.9777683615684509, -1.0052050352096558, 2.2964518070220947, 877.0, 0.3079780042171478, 0.41736599802970886, -0.08060599863529205, 0.5676229000091553, 0.9947968125343323, 0.5253598690032959, 0.7861637473106384, -0.319709450006485, -2.0012295246124268, 1.8063461780548096, 1.691852331161499, 2.8694958686828613, 1.899808406829834, -0.1380031853914261, 891.0, 0.017410999163985252, 0.4660240113735199, -0.049768999218940735, 0.5727910995483398, 0.9794317483901978, 0.6450673937797546, 0.7688858509063721], "mean": [0.5732979774475098, 2.0264101028442383, -0.4969710409641266, -0.23883911967277527, -1.6344318389892578, -1.3532285690307617, 0.8159852027893066, 497.8156433105469, 0.2047162652015686, 0.35265758633613586, -0.19845767319202423, 0.23051519691944122, 0.06712571531534195, 0.19633053243160248, 0.2406787872314453, -0.6315247416496277, -2.0313775539398193, 1.0775595903396606, 0.49557220935821533, 1.595489501953125, 1.3453013896942139, -1.2593891620635986, 592.7588500976562, -0.16954457759857178, 0.3612881004810333, -0.18190425634384155, 0.04370713233947754, 0.4476120173931122, 0.11893170326948166, 0.1489744335412979], "std": [0.14839451014995575, 0.009193039499223232, 0.62239009141922, 0.48105207085609436, 0.5537194609642029, 0.11107838153839111, 0.8407801985740662, 250.88792419433594, 0.0857309103012085, 0.03052777796983719, 0.041703999042510986, 0.30647578835487366, 0.6510657072067261, 0.31405285000801086, 0.47900041937828064, 0.21157541871070862, 0.007211226969957352, 0.3122793138027191, 0.4857335090637207, 0.8119498491287231, 0.17059430480003357, 0.976243793964386, 307.2206726074219, 0.09173878282308578, 0.042654503136873245, 0.05207151919603348, 0.32560399174690247, 0.5899562239646912, 0.32989242672920227, 0.4455330967903137], "count": [1074]}, "next.done": {"min": [false], "max": [true], "mean": [0.000931098696461825], "std": [0.030499700845734078], "count": [1074]}, "timestamp": {"min": [0.0], "max": [42.92], "mean": [21.46], "std": [12.401478406491165], "count": [1074]}, "frame_index": {"min": [0], "max": [1073], "mean": [536.5], "std": [310.0369601622792], "count": [1074]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [1074]}, "index": {"min": [133663], "max": [134736], "mean": [134199.5], "std": [310.0369601622792], "count": [1074]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1074]}}} +{"episode_index": 110, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.45671336700568077]], [[0.46337675997190153]], [[0.4574513717091198]]], "std": [[[0.14027324498011565]], [[0.13658332888248081]], [[0.13867369819421485]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4656590512567955]], [[0.46580125774998477]], [[0.4591373188488791]]], "std": [[[0.10722700114179448]], [[0.10454291901270388]], [[0.10914255794977724]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4656112027365463]], [[0.4651837070887545]], [[0.46121550111477616]]], "std": [[[0.12090718664024373]], [[0.11973806292494979]], [[0.12411500469039652]]], "count": [214]}, "states": {"min": [0.3041934669017792, 1.8304141759872437, -1.7254325151443481, -1.4283950328826904, -2.3555662631988525, -1.5292226076126099, 0.38034215569496155, -5.0, 0.028026999905705452, 0.2918969988822937, -0.2890610098838806, -0.4537724554538727, -0.5731804966926575, -0.5409902334213257, -0.6143937706947327, -1.024962067604065, -2.0571846961975098, -0.14887657761573792, -0.21799162030220032, 0.490140825510025, 0.6467317938804626, -2.9314026832580566, 60.0, -0.3506920039653778, 0.26742300391197205, -0.2738269865512848, -0.49999406933784485, -0.5913601517677307, -0.6285509467124939, -0.5438165664672852], "max": [0.8067784905433655, 2.041930675506592, -1.1243062019348145, -0.19624483585357666, 0.042987462133169174, -0.5952969193458557, 1.9435114860534668, 863.0, 0.2862040102481842, 0.42168399691581726, -0.13563400506973267, 0.45446285605430603, 0.9643498063087463, 0.5669875741004944, 0.5806883573532104, -0.23891814053058624, -2.0179672241210938, 1.7858035564422607, 1.423385739326477, 2.7925093173980713, 1.5720880031585693, 0.08709193021059036, 894.0, 0.021692000329494476, 0.47625499963760376, -0.0671280026435852, 0.5827744603157043, 0.9853804111480713, 0.6399303078651428, 0.6961859464645386], "mean": [0.46939408779144287, 2.0213711261749268, -1.3575718402862549, -0.43342816829681396, -1.1374797821044922, -1.0638076066970825, 0.9333756566047668, 353.4875793457031, 0.1853358894586563, 0.3422180712223053, -0.24296128749847412, -0.009380529634654522, 0.4411347210407257, 0.015625, -0.1912955790758133, -0.5903087854385376, -2.043628454208374, 0.7307844161987305, 0.28775203227996826, 1.6652005910873413, 1.2637083530426025, -1.0922956466674805, 504.1459655761719, -0.19269320368766785, 0.33801060914993286, -0.2235293835401535, -0.17788076400756836, 0.5952140092849731, 0.2786271870136261, 0.3701772391796112], "std": [0.11039931327104568, 0.025370243936777115, 0.17130041122436523, 0.3066714406013489, 0.5993378758430481, 0.18281084299087524, 0.4280223846435547, 276.0666198730469, 0.07435135543346405, 0.029710570350289345, 0.03630754351615906, 0.2501590847969055, 0.6098124980926514, 0.35485535860061646, 0.45618027448654175, 0.25864705443382263, 0.00790228508412838, 0.5341084599494934, 0.42607036232948303, 0.7342419028282166, 0.13214437663555145, 0.8793186545372009, 353.6624755859375, 0.1095532476902008, 0.04955259710550308, 0.05114676058292389, 0.2597794234752655, 0.35905370116233826, 0.3459819257259369, 0.28862714767456055], "count": [1288]}, "actions": {"min": [0.3041934669017792, 1.8304141759872437, -1.7254325151443481, -1.4283950328826904, -2.3555662631988525, -1.5292226076126099, 0.38034215569496155, -5.0, 0.028026999905705452, 0.2918969988822937, -0.2890610098838806, -0.4537724554538727, -0.5731804966926575, -0.5409902334213257, -0.6143937706947327, -1.024962067604065, -2.0571846961975098, -0.14887657761573792, -0.21799162030220032, 0.490140825510025, 0.6467317938804626, -2.9314026832580566, 60.0, -0.3506920039653778, 0.26742300391197205, -0.2738269865512848, -0.49999406933784485, -0.5913601517677307, -0.6285509467124939, -0.5438165664672852], "max": [0.8067784905433655, 2.041930675506592, -1.1243062019348145, -0.19624483585357666, 0.042987462133169174, -0.5952969193458557, 1.9435114860534668, 863.0, 0.2862040102481842, 0.42168399691581726, -0.13563400506973267, 0.45446285605430603, 0.9643498063087463, 0.5669875741004944, 0.5806883573532104, -0.23891814053058624, -2.0179672241210938, 1.7858035564422607, 1.423385739326477, 2.7925093173980713, 1.5720880031585693, 0.08709193021059036, 894.0, 0.021692000329494476, 0.47625499963760376, -0.0671280026435852, 0.5827744603157043, 0.9853804111480713, 0.6399303078651428, 0.6961859464645386], "mean": [0.46939408779144287, 2.0213711261749268, -1.3575718402862549, -0.43342816829681396, -1.1374797821044922, -1.0638076066970825, 0.9333756566047668, 353.4875793457031, 0.1853358894586563, 0.3422180712223053, -0.24296128749847412, -0.009380529634654522, 0.4411347210407257, 0.015625, -0.1912955790758133, -0.5903087854385376, -2.043628454208374, 0.7307844161987305, 0.28775203227996826, 1.6652005910873413, 1.2637083530426025, -1.0922956466674805, 504.1459655761719, -0.19269320368766785, 0.33801060914993286, -0.2235293835401535, -0.17788076400756836, 0.5952140092849731, 0.2786271870136261, 0.3701772391796112], "std": [0.11039931327104568, 0.025370243936777115, 0.17130041122436523, 0.3066714406013489, 0.5993378758430481, 0.18281084299087524, 0.4280223846435547, 276.0666198730469, 0.07435135543346405, 0.029710570350289345, 0.03630754351615906, 0.2501590847969055, 0.6098124980926514, 0.35485535860061646, 0.45618027448654175, 0.25864705443382263, 0.00790228508412838, 0.5341084599494934, 0.42607036232948303, 0.7342419028282166, 0.13214437663555145, 0.8793186545372009, 353.6624755859375, 0.1095532476902008, 0.04955259710550308, 0.05114676058292389, 0.2597794234752655, 0.35905370116233826, 0.3459819257259369, 0.28862714767456055], "count": [1288]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007763975155279503], "std": [0.02785309179293804], "count": [1288]}, "timestamp": {"min": [0.0], "max": [51.48], "mean": [25.739999999999995], "std": [14.872538451790938], "count": [1288]}, "frame_index": {"min": [0], "max": [1287], "mean": [643.5], "std": [371.81346129477345], "count": [1288]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [1288]}, "index": {"min": [134737], "max": [136024], "mean": [135380.5], "std": [371.81346129477345], "count": [1288]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1288]}}} +{"episode_index": 111, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.48029194444444445]], [[0.4842281433823529]], [[0.4796165900735294]]], "std": [[[0.13151165941703827]], [[0.1326823655295539]], [[0.1321495920138316]]], "count": [200]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.48558234272875817]], [[0.48893585069444445]], [[0.48356095077614375]]], "std": [[[0.09400425737492903]], [[0.09132980273074437]], [[0.09431561591143067]]], "count": [200]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.47500425857843137]], [[0.476816304125817]], [[0.4731826705473856]]], "std": [[[0.09973038298042629]], [[0.09908327780671616]], [[0.10153322471745208]]], "count": [200]}, "states": {"min": [0.4138350486755371, 2.0132198333740234, 0.23521803319454193, -0.11484266817569733, -2.8959550857543945, -1.4902844429016113, 0.16941910982131958, -5.0, 0.011981000192463398, 0.3184959888458252, -0.2825089991092682, -0.4346778094768524, -0.6043367981910706, -0.377390056848526, -0.6355066895484924, -0.7118849158287048, -2.052978515625, -2.1297032833099365, -1.0186264514923096, 0.5091474652290344, -1.4251312017440796, 1.6975771188735962, 26.0, -0.2923620045185089, 0.317671000957489, -0.25699299573898315, -0.32673048973083496, 0.5454636216163635, -0.06930965930223465, 0.3320741653442383], "max": [0.9341177344322205, 2.041703701019287, 0.9449212551116943, 0.31464797258377075, -2.4660282135009766, -0.6776066422462463, 0.8075987696647644, 890.0, 0.2790449857711792, 0.3967779874801636, -0.21107399463653564, 0.4398958683013916, 0.8746840953826904, 0.44850367307662964, 0.6271388530731201, -0.1961226612329483, -1.9143295288085938, -1.4183768033981323, -0.1854761391878128, 2.165325403213501, -0.5889264941215515, 2.441209554672241, 883.0, -0.09796199947595596, 0.40013501048088074, -0.15224899351596832, -0.11972856521606445, 0.9304118752479553, 0.4248995780944824, 0.6724624633789062], "mean": [0.6924753189086914, 2.0291802883148193, 0.5829736590385437, 0.13417945802211761, -2.770597219467163, -0.9943684935569763, 0.5498195886611938, 552.4013671875, 0.11607207357883453, 0.3683238625526428, -0.24342866241931915, -0.15713202953338623, 0.6177079081535339, -0.1724453717470169, -0.426207959651947, -0.5005122423171997, -2.023165464401245, -1.956753134727478, -0.5134925842285156, 1.3797383308410645, -1.1210659742355347, 2.074280023574829, 488.9291076660156, -0.17674943804740906, 0.36941611766815186, -0.21318446099758148, -0.20784516632556915, 0.7401506900787354, 0.265876442193985, 0.5234392285346985], "std": [0.1263463944196701, 0.0062052602879703045, 0.19690942764282227, 0.0907454714179039, 0.13940399885177612, 0.16908645629882812, 0.13123250007629395, 258.91815185546875, 0.06131913512945175, 0.015078424476087093, 0.014630618505179882, 0.20568451285362244, 0.40575075149536133, 0.22171121835708618, 0.35533154010772705, 0.13433104753494263, 0.020876312628388405, 0.16367407143115997, 0.2332543581724167, 0.5471659302711487, 0.12673205137252808, 0.20712752640247345, 219.52464294433594, 0.04718999192118645, 0.018139611929655075, 0.023885374888777733, 0.061297185719013214, 0.13160565495491028, 0.1739814430475235, 0.1138046607375145], "count": [1171]}, "actions": {"min": [0.4138350486755371, 2.0132198333740234, 0.23521803319454193, -0.11484266817569733, -2.8959550857543945, -1.4902844429016113, 0.16941910982131958, -5.0, 0.011981000192463398, 0.3184959888458252, -0.2825089991092682, -0.4346778094768524, -0.6043367981910706, -0.377390056848526, -0.6355066895484924, -0.7118849158287048, -2.052978515625, -2.1297032833099365, -1.0186264514923096, 0.5091474652290344, -1.4251312017440796, 1.6975771188735962, 26.0, -0.2923620045185089, 0.317671000957489, -0.25699299573898315, -0.32673048973083496, 0.5454636216163635, -0.06930965930223465, 0.3320741653442383], "max": [0.9341177344322205, 2.041703701019287, 0.9449212551116943, 0.31464797258377075, -2.4660282135009766, -0.6776066422462463, 0.8075987696647644, 890.0, 0.2790449857711792, 0.3967779874801636, -0.21107399463653564, 0.4398958683013916, 0.8746840953826904, 0.44850367307662964, 0.6271388530731201, -0.1961226612329483, -1.9143295288085938, -1.4183768033981323, -0.1854761391878128, 2.165325403213501, -0.5889264941215515, 2.441209554672241, 883.0, -0.09796199947595596, 0.40013501048088074, -0.15224899351596832, -0.11972856521606445, 0.9304118752479553, 0.4248995780944824, 0.6724624633789062], "mean": [0.6924753189086914, 2.0291802883148193, 0.5829736590385437, 0.13417945802211761, -2.770597219467163, -0.9943684935569763, 0.5498195886611938, 552.4013671875, 0.11607207357883453, 0.3683238625526428, -0.24342866241931915, -0.15713202953338623, 0.6177079081535339, -0.1724453717470169, -0.426207959651947, -0.5005122423171997, -2.023165464401245, -1.956753134727478, -0.5134925842285156, 1.3797383308410645, -1.1210659742355347, 2.074280023574829, 488.9291076660156, -0.17674943804740906, 0.36941611766815186, -0.21318446099758148, -0.20784516632556915, 0.7401506900787354, 0.265876442193985, 0.5234392285346985], "std": [0.1263463944196701, 0.0062052602879703045, 0.19690942764282227, 0.0907454714179039, 0.13940399885177612, 0.16908645629882812, 0.13123250007629395, 258.91815185546875, 0.06131913512945175, 0.015078424476087093, 0.014630618505179882, 0.20568451285362244, 0.40575075149536133, 0.22171121835708618, 0.35533154010772705, 0.13433104753494263, 0.020876312628388405, 0.16367407143115997, 0.2332543581724167, 0.5471659302711487, 0.12673205137252808, 0.20712752640247345, 219.52464294433594, 0.04718999192118645, 0.018139611929655075, 0.023885374888777733, 0.061297185719013214, 0.13160565495491028, 0.1739814430475235, 0.1138046607375145], "count": [1171]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008539709649871904], "std": [0.02921030124079773], "count": [1171]}, "timestamp": {"min": [0.0], "max": [46.8], "mean": [23.4], "std": [13.52153837401647], "count": [1171]}, "frame_index": {"min": [0], "max": [1170], "mean": [585.0], "std": [338.03845935041176], "count": [1171]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [1171]}, "index": {"min": [136025], "max": [137195], "mean": [136610.0], "std": [338.03845935041176], "count": [1171]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1171]}}} +{"episode_index": 112, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47461220529878617]], [[0.47815733780491365]], [[0.47463853236607145]]], "std": [[[0.11449419796631416]], [[0.11522182475394133]], [[0.11531018574584881]]], "count": [224]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8313725490196079]], [[1.0]], [[1.0]]], "mean": [[[0.4730644394476541]], [[0.4745573345223506]], [[0.4683298091371966]]], "std": [[[0.07623198309237615]], [[0.07690637487456402]], [[0.08218642618917643]]], "count": [224]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4724936610060691]], [[0.4745811185151144]], [[0.4698488744456116]]], "std": [[[0.09731503602414628]], [[0.09871994395964649]], [[0.10286751522567751]]], "count": [224]}, "states": {"min": [0.44717079401016235, 1.9847710132598877, -0.8590860366821289, -0.42006585001945496, -2.22737193107605, -1.6805601119995117, 0.216001957654953, 11.0, 0.051190998405218124, 0.3129200041294098, -0.273811012506485, -0.4843495190143585, -0.6497745513916016, -0.5285935401916504, -0.6545498371124268, -0.8851263523101807, -2.0555267333984375, 0.40023887157440186, -0.21898646652698517, 0.6193824410438538, 0.9206612706184387, -0.8517905473709106, 28.0, -0.31041398644447327, 0.3043130040168762, -0.27578601241111755, -0.4971664845943451, -0.5687431693077087, -0.535252571105957, -0.6124122142791748], "max": [0.9353918433189392, 2.043309450149536, 0.16727235913276672, 0.17416641116142273, -0.6242519021034241, -0.6150191426277161, 1.0558195114135742, 884.0, 0.2870680093765259, 0.4330019950866699, -0.18150000274181366, 0.4637123644351959, 0.8675115704536438, 0.5169250965118408, 0.6867379546165466, -0.3974463641643524, -1.9061089754104614, 0.7705105543136597, 0.5504769086837769, 2.2737975120544434, 1.5656301975250244, -0.17666222155094147, 908.0, -0.1119529977440834, 0.40390199422836304, -0.16193799674510956, 0.5779178738594055, 0.901421844959259, 0.5647110939025879, 0.6288056969642639], "mean": [0.6797475218772888, 2.0198094844818115, -0.30585750937461853, -0.08174371719360352, -1.9353605508804321, -1.1800183057785034, 0.8705065846443176, 515.3692016601562, 0.16645553708076477, 0.36626097559928894, -0.2313813418149948, 0.010382561013102531, 0.27361661195755005, 0.021775055676698685, -0.054613128304481506, -0.571012020111084, -2.0247538089752197, 0.6335437297821045, 0.02141469717025757, 1.2703795433044434, 1.2170741558074951, -0.45756956934928894, 536.2542114257812, -0.21190804243087769, 0.350028395652771, -0.24190302193164825, -0.2918764054775238, 0.580589234828949, 0.27033087611198425, 0.45757466554641724], "std": [0.15290416777133942, 0.01119224913418293, 0.39549291133880615, 0.10324499756097794, 0.2813990116119385, 0.19980952143669128, 0.16850066184997559, 310.5643005371094, 0.06580869108438492, 0.02382541447877884, 0.023008516058325768, 0.21772363781929016, 0.6529738903045654, 0.3468152582645416, 0.5722851157188416, 0.12196316570043564, 0.030634282156825066, 0.10954302549362183, 0.19160933792591095, 0.5761370062828064, 0.17252005636692047, 0.16208189725875854, 278.26068115234375, 0.05388881266117096, 0.024374281987547874, 0.02626113034784794, 0.23050886392593384, 0.3137143552303314, 0.28002840280532837, 0.25554466247558594], "count": [1365]}, "actions": {"min": [0.44717079401016235, 1.9847710132598877, -0.8590860366821289, -0.42006585001945496, -2.22737193107605, -1.6805601119995117, 0.216001957654953, 11.0, 0.051190998405218124, 0.3129200041294098, -0.273811012506485, -0.4843495190143585, -0.6497745513916016, -0.5285935401916504, -0.6545498371124268, -0.8851263523101807, -2.0555267333984375, 0.40023887157440186, -0.21898646652698517, 0.6193824410438538, 0.9206612706184387, -0.8517905473709106, 28.0, -0.31041398644447327, 0.3043130040168762, -0.27578601241111755, -0.4971664845943451, -0.5687431693077087, -0.535252571105957, -0.6124122142791748], "max": [0.9353918433189392, 2.043309450149536, 0.16727235913276672, 0.17416641116142273, -0.6242519021034241, -0.6150191426277161, 1.0558195114135742, 884.0, 0.2870680093765259, 0.4330019950866699, -0.18150000274181366, 0.4637123644351959, 0.8675115704536438, 0.5169250965118408, 0.6867379546165466, -0.3974463641643524, -1.9061089754104614, 0.7705105543136597, 0.5504769086837769, 2.2737975120544434, 1.5656301975250244, -0.17666222155094147, 908.0, -0.1119529977440834, 0.40390199422836304, -0.16193799674510956, 0.5779178738594055, 0.901421844959259, 0.5647110939025879, 0.6288056969642639], "mean": [0.6797475218772888, 2.0198094844818115, -0.30585750937461853, -0.08174371719360352, -1.9353605508804321, -1.1800183057785034, 0.8705065846443176, 515.3692016601562, 0.16645553708076477, 0.36626097559928894, -0.2313813418149948, 0.010382561013102531, 0.27361661195755005, 0.021775055676698685, -0.054613128304481506, -0.571012020111084, -2.0247538089752197, 0.6335437297821045, 0.02141469717025757, 1.2703795433044434, 1.2170741558074951, -0.45756956934928894, 536.2542114257812, -0.21190804243087769, 0.350028395652771, -0.24190302193164825, -0.2918764054775238, 0.580589234828949, 0.27033087611198425, 0.45757466554641724], "std": [0.15290416777133942, 0.01119224913418293, 0.39549291133880615, 0.10324499756097794, 0.2813990116119385, 0.19980952143669128, 0.16850066184997559, 310.5643005371094, 0.06580869108438492, 0.02382541447877884, 0.023008516058325768, 0.21772363781929016, 0.6529738903045654, 0.3468152582645416, 0.5722851157188416, 0.12196316570043564, 0.030634282156825066, 0.10954302549362183, 0.19160933792591095, 0.5761370062828064, 0.17252005636692047, 0.16208189725875854, 278.26068115234375, 0.05388881266117096, 0.024374281987547874, 0.02626113034784794, 0.23050886392593384, 0.3137143552303314, 0.28002840280532837, 0.25554466247558594], "count": [1365]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007326007326007326], "std": [0.027056681776731702], "count": [1365]}, "timestamp": {"min": [0.0], "max": [54.56], "mean": [27.280000000000005], "std": [15.761658119203913], "count": [1365]}, "frame_index": {"min": [0], "max": [1364], "mean": [682.0], "std": [394.04145298009786], "count": [1365]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [1365]}, "index": {"min": [137196], "max": [138560], "mean": [137878.0], "std": [394.04145298009786], "count": [1365]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1365]}}} +{"episode_index": 113, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687034394883781]], [[0.47348802374150545]], [[0.47005799030428946]]], "std": [[[0.12562786869757106]], [[0.12411554209813166]], [[0.12661119777186788]]], "count": [151]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47413509068086396]], [[0.4762281751828767]], [[0.46961784454399863]]], "std": [[[0.08536238921867229]], [[0.08515669027019114]], [[0.09306359139880907]]], "count": [151]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7215686274509804]], [[0.6705882352941176]], [[0.6862745098039216]]], "mean": [[[0.47869508424230617]], [[0.4799792870514652]], [[0.47601820650997706]]], "std": [[[0.08640620434731229]], [[0.08577747261323067]], [[0.0904328075398064]]], "count": [151]}, "states": {"min": [0.5037893056869507, 1.9963775873184204, -1.9859927892684937, -1.3912193775177002, 0.7127225995063782, 1.0478259325027466, -2.762716770172119, 22.0, 0.0037249999586492777, 0.32015401124954224, -0.236053004860878, -0.3733821511268616, -0.6064552664756775, -0.45629915595054626, -0.6232916116714478, -0.9200852513313293, -2.037165880203247, 0.15777777135372162, -0.07529351115226746, 0.627219021320343, 0.915425181388855, -2.2804996967315674, 33.0, -0.2468390017747879, 0.3185670077800751, -0.23029300570487976, -0.49886712431907654, -0.4820854961872101, -0.3117090165615082, -0.6590737700462341], "max": [1.0071423053741455, 2.0459797382354736, 0.9159313440322876, -0.11178834736347198, 1.222166895866394, 1.5022921562194824, -0.9821491837501526, 897.0, 0.30741000175476074, 0.40710899233818054, -0.10121399909257889, 0.5439775586128235, 0.9690924882888794, 0.5116860866546631, 0.6273863911628723, -0.2519906461238861, -1.892827033996582, 1.8881844282150269, 1.5992451906204224, 2.368987798690796, 1.650226354598999, 0.008307768031954765, 865.0, -0.006610000040382147, 0.44274500012397766, -0.10904599726200104, 0.61940997838974, 0.966703474521637, 0.39157789945602417, 0.7285611033439636], "mean": [0.6480238437652588, 2.023887872695923, -0.5147915482521057, -0.6601821780204773, 0.9010128378868103, 1.2618850469589233, -1.7686560153961182, 572.9231567382812, 0.18510568141937256, 0.37803202867507935, -0.17909888923168182, 0.08279753476381302, 0.49472829699516296, 0.0014800283825024962, -0.10205734521150589, -0.6070671081542969, -1.998829960823059, 1.205227017402649, 0.6163874268531799, 1.7177417278289795, 1.3056201934814453, -1.4855186939239502, 564.2874755859375, -0.14577040076255798, 0.3627927899360657, -0.18412217497825623, -0.0870010107755661, 0.7605875134468079, 0.2396109700202942, 0.416281133890152], "std": [0.13234250247478485, 0.00810473132878542, 0.9547860026359558, 0.48723137378692627, 0.08591725677251816, 0.08953021466732025, 0.6577122807502747, 316.3992919921875, 0.09082875400781631, 0.02319706790149212, 0.044255077838897705, 0.2852518558502197, 0.6115289330482483, 0.3281969428062439, 0.41823580861091614, 0.16552767157554626, 0.04263664409518242, 0.3518013060092926, 0.46834999322891235, 0.6284957528114319, 0.157012939453125, 0.6625823974609375, 324.7969055175781, 0.06360861659049988, 0.030323661863803864, 0.027677563950419426, 0.22467373311519623, 0.2525343894958496, 0.13404995203018188, 0.22586271166801453], "count": [807]}, "actions": {"min": [0.5037893056869507, 1.9963775873184204, -1.9859927892684937, -1.3912193775177002, 0.7127225995063782, 1.0478259325027466, -2.762716770172119, 22.0, 0.0037249999586492777, 0.32015401124954224, -0.236053004860878, -0.3733821511268616, -0.6064552664756775, -0.45629915595054626, -0.6232916116714478, -0.9200852513313293, -2.037165880203247, 0.15777777135372162, -0.07529351115226746, 0.627219021320343, 0.915425181388855, -2.2804996967315674, 33.0, -0.2468390017747879, 0.3185670077800751, -0.23029300570487976, -0.49886712431907654, -0.4820854961872101, -0.3117090165615082, -0.6590737700462341], "max": [1.0071423053741455, 2.0459797382354736, 0.9159313440322876, -0.11178834736347198, 1.222166895866394, 1.5022921562194824, -0.9821491837501526, 897.0, 0.30741000175476074, 0.40710899233818054, -0.10121399909257889, 0.5439775586128235, 0.9690924882888794, 0.5116860866546631, 0.6273863911628723, -0.2519906461238861, -1.892827033996582, 1.8881844282150269, 1.5992451906204224, 2.368987798690796, 1.650226354598999, 0.008307768031954765, 865.0, -0.006610000040382147, 0.44274500012397766, -0.10904599726200104, 0.61940997838974, 0.966703474521637, 0.39157789945602417, 0.7285611033439636], "mean": [0.6480238437652588, 2.023887872695923, -0.5147915482521057, -0.6601821780204773, 0.9010128378868103, 1.2618850469589233, -1.7686560153961182, 572.9231567382812, 0.18510568141937256, 0.37803202867507935, -0.17909888923168182, 0.08279753476381302, 0.49472829699516296, 0.0014800283825024962, -0.10205734521150589, -0.6070671081542969, -1.998829960823059, 1.205227017402649, 0.6163874268531799, 1.7177417278289795, 1.3056201934814453, -1.4855186939239502, 564.2874755859375, -0.14577040076255798, 0.3627927899360657, -0.18412217497825623, -0.0870010107755661, 0.7605875134468079, 0.2396109700202942, 0.416281133890152], "std": [0.13234250247478485, 0.00810473132878542, 0.9547860026359558, 0.48723137378692627, 0.08591725677251816, 0.08953021466732025, 0.6577122807502747, 316.3992919921875, 0.09082875400781631, 0.02319706790149212, 0.044255077838897705, 0.2852518558502197, 0.6115289330482483, 0.3281969428062439, 0.41823580861091614, 0.16552767157554626, 0.04263664409518242, 0.3518013060092926, 0.46834999322891235, 0.6284957528114319, 0.157012939453125, 0.6625823974609375, 324.7969055175781, 0.06360861659049988, 0.030323661863803864, 0.027677563950419426, 0.22467373311519623, 0.2525343894958496, 0.13404995203018188, 0.22586271166801453], "count": [807]}, "next.done": {"min": [false], "max": [true], "mean": [0.0012391573729863693], "std": [0.035179850226960074], "count": [807]}, "timestamp": {"min": [0.0], "max": [32.24], "mean": [16.12], "std": [9.318426190439384], "count": [807]}, "frame_index": {"min": [0], "max": [806], "mean": [403.0], "std": [232.96065476098462], "count": [807]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [807]}, "index": {"min": [138561], "max": [139367], "mean": [138964.0], "std": [232.96065476098462], "count": [807]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [807]}}} +{"episode_index": 114, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4651649574838227]], [[0.47333793349429326]], [[0.4669752463174324]]], "std": [[[0.14296262165062487]], [[0.14001518144646524]], [[0.14157348260079675]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.46339917650310536]], [[0.46486603441127694]], [[0.4586105075114623]]], "std": [[[0.10798009595768922]], [[0.1047426551703707]], [[0.10952303058381577]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46576383604851557]], [[0.4657990328179365]], [[0.46164671536110297]]], "std": [[[0.11056292830203979]], [[0.10970235951188131]], [[0.11355307657326993]]], "count": [201]}, "states": {"min": [0.13198179006576538, 1.899825930595398, -1.7793806791305542, -1.6051619052886963, -2.305737018585205, -1.4169106483459473, 0.43561673164367676, -2.0, 0.033681001514196396, 0.295401006937027, -0.28815099596977234, -0.3825766444206238, -0.6390091776847839, -0.4923245906829834, -0.6439045071601868, -0.8347212076187134, -2.054828643798828, 0.7431262731552124, -0.1261349618434906, 0.06887070089578629, 0.6167993545532227, -2.590278148651123, 31.0, -0.3293280005455017, 0.29062798619270325, -0.28470298647880554, -0.49622049927711487, 0.27473315596580505, -0.10414208471775055, 0.08230258524417877], "max": [0.7141364216804504, 2.046520709991455, -1.1488629579544067, -0.10890854895114899, -0.2605951130390167, -0.7599338293075562, 1.981629490852356, 882.0, 0.27645599842071533, 0.40199899673461914, -0.12667599320411682, 0.4258333146572113, 0.9580437541007996, 0.5273085832595825, 0.6770396828651428, -0.10531316697597504, -1.8815348148345947, 1.7042267322540283, 1.499604344367981, 2.771775007247925, 1.7015389204025269, -0.41064104437828064, 896.0, -0.023437000811100006, 0.4068329930305481, -0.08203399926424026, -0.003375013591721654, 0.9716917276382446, 0.6389504075050354, 0.718869686126709], "mean": [0.4494728147983551, 2.019073963165283, -1.417420744895935, -0.4952598214149475, -1.121627926826477, -1.1042810678482056, 0.9507563710212708, 425.5639343261719, 0.1792442947626114, 0.34427687525749207, -0.2307710349559784, 0.004464925266802311, 0.43672803044319153, -0.006448089145123959, -0.15967436134815216, -0.5416250824928284, -2.037097930908203, 1.120186448097229, 0.41318753361701965, 1.3679357767105103, 1.2410006523132324, -1.0722849369049072, 478.6807861328125, -0.19371481239795685, 0.3397926688194275, -0.2206253707408905, -0.23391428589820862, 0.6830191612243652, 0.30127137899398804, 0.4623268246650696], "std": [0.10909862071275711, 0.018220754340291023, 0.1311289519071579, 0.3672809898853302, 0.6936779618263245, 0.11129754036664963, 0.45984864234924316, 321.56829833984375, 0.06321385502815247, 0.028624532744288445, 0.039656996726989746, 0.2688036859035492, 0.6203444600105286, 0.31405290961265564, 0.4774928390979767, 0.20899353921413422, 0.022292910143733025, 0.3277518153190613, 0.44659698009490967, 0.9253678321838379, 0.16978037357330322, 0.6313798427581787, 335.863525390625, 0.1018562763929367, 0.030320487916469574, 0.05015056952834129, 0.14673753082752228, 0.2345076948404312, 0.2701302766799927, 0.15736284852027893], "count": [1181]}, "actions": {"min": [0.13198179006576538, 1.899825930595398, -1.7793806791305542, -1.6051619052886963, -2.305737018585205, -1.4169106483459473, 0.43561673164367676, -2.0, 0.033681001514196396, 0.295401006937027, -0.28815099596977234, -0.3825766444206238, -0.6390091776847839, -0.4923245906829834, -0.6439045071601868, -0.8347212076187134, -2.054828643798828, 0.7431262731552124, -0.1261349618434906, 0.06887070089578629, 0.6167993545532227, -2.590278148651123, 31.0, -0.3293280005455017, 0.29062798619270325, -0.28470298647880554, -0.49622049927711487, 0.27473315596580505, -0.10414208471775055, 0.08230258524417877], "max": [0.7141364216804504, 2.046520709991455, -1.1488629579544067, -0.10890854895114899, -0.2605951130390167, -0.7599338293075562, 1.981629490852356, 882.0, 0.27645599842071533, 0.40199899673461914, -0.12667599320411682, 0.4258333146572113, 0.9580437541007996, 0.5273085832595825, 0.6770396828651428, -0.10531316697597504, -1.8815348148345947, 1.7042267322540283, 1.499604344367981, 2.771775007247925, 1.7015389204025269, -0.41064104437828064, 896.0, -0.023437000811100006, 0.4068329930305481, -0.08203399926424026, -0.003375013591721654, 0.9716917276382446, 0.6389504075050354, 0.718869686126709], "mean": [0.4494728147983551, 2.019073963165283, -1.417420744895935, -0.4952598214149475, -1.121627926826477, -1.1042810678482056, 0.9507563710212708, 425.5639343261719, 0.1792442947626114, 0.34427687525749207, -0.2307710349559784, 0.004464925266802311, 0.43672803044319153, -0.006448089145123959, -0.15967436134815216, -0.5416250824928284, -2.037097930908203, 1.120186448097229, 0.41318753361701965, 1.3679357767105103, 1.2410006523132324, -1.0722849369049072, 478.6807861328125, -0.19371481239795685, 0.3397926688194275, -0.2206253707408905, -0.23391428589820862, 0.6830191612243652, 0.30127137899398804, 0.4623268246650696], "std": [0.10909862071275711, 0.018220754340291023, 0.1311289519071579, 0.3672809898853302, 0.6936779618263245, 0.11129754036664963, 0.45984864234924316, 321.56829833984375, 0.06321385502815247, 0.028624532744288445, 0.039656996726989746, 0.2688036859035492, 0.6203444600105286, 0.31405290961265564, 0.4774928390979767, 0.20899353921413422, 0.022292910143733025, 0.3277518153190613, 0.44659698009490967, 0.9253678321838379, 0.16978037357330322, 0.6313798427581787, 335.863525390625, 0.1018562763929367, 0.030320487916469574, 0.05015056952834129, 0.14673753082752228, 0.2345076948404312, 0.2701302766799927, 0.15736284852027893], "count": [1181]}, "next.done": {"min": [false], "max": [true], "mean": [0.000846740050804403], "std": [0.029086475931105284], "count": [1181]}, "timestamp": {"min": [0.0], "max": [47.2], "mean": [23.599999999999994], "std": [13.63700846960212], "count": [1181]}, "frame_index": {"min": [0], "max": [1180], "mean": [590.0], "std": [340.92521174005304], "count": [1181]}, "episode_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [1181]}, "index": {"min": [139368], "max": [140548], "mean": [139958.0], "std": [340.92521174005304], "count": [1181]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1181]}}} +{"episode_index": 115, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.46581445342750055]], [[0.474168617190162]], [[0.4686933564104947]]], "std": [[[0.1416308801118994]], [[0.1384297683390429]], [[0.14074775094674072]]], "count": [211]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692122895564229]], [[0.4690208778614131]], [[0.4642843524455596]]], "std": [[[0.08394443893212077]], [[0.08274410789998884]], [[0.0868322441030062]]], "count": [211]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682534596381997]], [[0.4687414728727194]], [[0.4646664827463371]]], "std": [[[0.08567835833258654]], [[0.08421800478498007]], [[0.08870611035495271]]], "count": [211]}, "states": {"min": [0.47801080346107483, 2.0128183364868164, -2.112337112426758, -1.5899076461791992, -2.7763476371765137, -1.7755235433578491, -0.0003316125657875091, 4.0, -0.05321599915623665, 0.29725900292396545, -0.29025399684906006, -0.49969223141670227, -0.6363556385040283, -0.5128942131996155, -0.6558924913406372, -0.9714851379394531, -2.049889326095581, 0.5597270727157593, -0.11506956070661545, 0.1411447674036026, 1.005658745765686, -2.577746629714966, 35.0, -0.3336530029773712, 0.3003849983215332, -0.27817198634147644, -0.49870583415031433, -0.36254075169563293, -0.552435576915741, -0.7583903074264526], "max": [1.1060152053833008, 2.0479345321655273, 0.23631758987903595, 0.1350535750389099, -0.6303606033325195, -0.9510648846626282, 2.4675638675689697, 883.0, 0.2865949869155884, 0.43676599860191345, -0.06563600152730942, 0.5641577243804932, 0.9956986308097839, 0.5154547691345215, 0.8276370763778687, -0.37948691844940186, -1.7529739141464233, 1.7483311891555786, 1.5536746978759766, 2.7838876247406006, 1.7131279706954956, -0.44191738963127136, 892.0, -0.011889000423252583, 0.43067601323127747, -0.05204499885439873, 0.5581258535385132, 0.9785310626029968, 0.629736602306366, 0.8004335165023804], "mean": [0.6595956683158875, 2.0304126739501953, -0.688170313835144, -0.2054450660943985, -1.4839400053024292, -1.1768280267715454, 0.6506378650665283, 541.5039672851562, 0.17444078624248505, 0.3727691173553467, -0.21327893435955048, -0.06567104905843735, 0.3485802412033081, -0.10806692391633987, -0.12881040573120117, -0.64006507396698, -2.021606206893921, 1.03119957447052, 0.47058361768722534, 1.561477541923523, 1.3097132444381714, -1.3065882921218872, 581.651123046875, -0.1860644370317459, 0.3611481487751007, -0.18961657583713531, -0.17469102144241333, 0.6732972264289856, 0.29795005917549133, 0.41043224930763245], "std": [0.1351277232170105, 0.006910467986017466, 0.7415311336517334, 0.5041099190711975, 0.6467266082763672, 0.18565800786018372, 0.8472658395767212, 312.72882080078125, 0.07854100316762924, 0.04085047170519829, 0.05108753964304924, 0.38465046882629395, 0.6125096082687378, 0.3310166597366333, 0.4617486298084259, 0.19278518855571747, 0.0493055023252964, 0.29511433839797974, 0.4665258526802063, 0.9089815020561218, 0.17972099781036377, 0.7429270148277283, 316.39794921875, 0.1055813729763031, 0.03437051177024841, 0.05681844800710678, 0.21122850477695465, 0.29312825202941895, 0.26211005449295044, 0.2442989945411682], "count": [1264]}, "actions": {"min": [0.47801080346107483, 2.0128183364868164, -2.112337112426758, -1.5899076461791992, -2.7763476371765137, -1.7755235433578491, -0.0003316125657875091, 4.0, -0.05321599915623665, 0.29725900292396545, -0.29025399684906006, -0.49969223141670227, -0.6363556385040283, -0.5128942131996155, -0.6558924913406372, -0.9714851379394531, -2.049889326095581, 0.5597270727157593, -0.11506956070661545, 0.1411447674036026, 1.005658745765686, -2.577746629714966, 35.0, -0.3336530029773712, 0.3003849983215332, -0.27817198634147644, -0.49870583415031433, -0.36254075169563293, -0.552435576915741, -0.7583903074264526], "max": [1.1060152053833008, 2.0479345321655273, 0.23631758987903595, 0.1350535750389099, -0.6303606033325195, -0.9510648846626282, 2.4675638675689697, 883.0, 0.2865949869155884, 0.43676599860191345, -0.06563600152730942, 0.5641577243804932, 0.9956986308097839, 0.5154547691345215, 0.8276370763778687, -0.37948691844940186, -1.7529739141464233, 1.7483311891555786, 1.5536746978759766, 2.7838876247406006, 1.7131279706954956, -0.44191738963127136, 892.0, -0.011889000423252583, 0.43067601323127747, -0.05204499885439873, 0.5581258535385132, 0.9785310626029968, 0.629736602306366, 0.8004335165023804], "mean": [0.6595956683158875, 2.0304126739501953, -0.688170313835144, -0.2054450660943985, -1.4839400053024292, -1.1768280267715454, 0.6506378650665283, 541.5039672851562, 0.17444078624248505, 0.3727691173553467, -0.21327893435955048, -0.06567104905843735, 0.3485802412033081, -0.10806692391633987, -0.12881040573120117, -0.64006507396698, -2.021606206893921, 1.03119957447052, 0.47058361768722534, 1.561477541923523, 1.3097132444381714, -1.3065882921218872, 581.651123046875, -0.1860644370317459, 0.3611481487751007, -0.18961657583713531, -0.17469102144241333, 0.6732972264289856, 0.29795005917549133, 0.41043224930763245], "std": [0.1351277232170105, 0.006910467986017466, 0.7415311336517334, 0.5041099190711975, 0.6467266082763672, 0.18565800786018372, 0.8472658395767212, 312.72882080078125, 0.07854100316762924, 0.04085047170519829, 0.05108753964304924, 0.38465046882629395, 0.6125096082687378, 0.3310166597366333, 0.4617486298084259, 0.19278518855571747, 0.0493055023252964, 0.29511433839797974, 0.4665258526802063, 0.9089815020561218, 0.17972099781036377, 0.7429270148277283, 316.39794921875, 0.1055813729763031, 0.03437051177024841, 0.05681844800710678, 0.21122850477695465, 0.29312825202941895, 0.26211005449295044, 0.2442989945411682], "count": [1264]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007911392405063291], "std": [0.028116069056830475], "count": [1264]}, "timestamp": {"min": [0.0], "max": [50.52], "mean": [25.259999999999998], "std": [14.59541023746849], "count": [1264]}, "frame_index": {"min": [0], "max": [1263], "mean": [631.5], "std": [364.88525593671227], "count": [1264]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [1264]}, "index": {"min": [140549], "max": [141812], "mean": [141180.5], "std": [364.88525593671227], "count": [1264]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1264]}}} +{"episode_index": 116, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4806272555696958]], [[0.484661747030543]], [[0.48020712650043995]]], "std": [[[0.1328643779508071]], [[0.1336747600289842]], [[0.1336816092708911]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6745098039215687]], [[1.0]], [[1.0]]], "mean": [[[0.47272640243998243]], [[0.47505562232905985]], [[0.4688279600301659]]], "std": [[[0.09754156384570396]], [[0.09490488081377114]], [[0.09780006767540951]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48054526850804424]], [[0.48084245675433634]], [[0.47709942967571645]]], "std": [[[0.1217268850635674]], [[0.12387538695677493]], [[0.12696074494749976]]], "count": [208]}, "states": {"min": [0.4530176818370819, 2.0001821517944336, 0.20432569086551666, -0.06133086979389191, -2.8947856426239014, -1.3874320983886719, -0.013805555179715157, 86.0, 0.023636000230908394, 0.28488001227378845, -0.28837400674819946, -0.47327905893325806, 0.5821103453636169, -0.3902799189090729, -0.6196576356887817, -0.7898662090301514, -2.0551252365112305, 0.751591145992279, -0.18425440788269043, 0.43303367495536804, 0.7277150750160217, -2.4783499240875244, 30.0, -0.24835599958896637, 0.32610398530960083, -0.27406200766563416, -0.4598149359226227, 0.49113473296165466, -0.16209083795547485, 0.15805186331272125], "max": [0.9325294494628906, 2.0374276638031006, 0.9035395383834839, 0.28672268986701965, -2.2962427139282227, -0.7242417931556702, 0.9162105917930603, 882.0, 0.1910189986228943, 0.38609200716018677, -0.20798400044441223, -0.014292377047240734, 0.8672284483909607, -0.0546063669025898, -0.4632590711116791, -0.25652849674224854, -1.928082823753357, 1.5970286130905151, 1.3516876697540283, 2.797919988632202, 1.541370153427124, -0.2560921907424927, 840.0, -0.06757300347089767, 0.4219920039176941, -0.12651200592517853, -0.036431554704904556, 0.9529351592063904, 0.5594384670257568, 0.6234565377235413], "mean": [0.6876349449157715, 2.019383192062378, 0.5379291772842407, 0.18974919617176056, -2.8127806186676025, -0.9635298252105713, 0.5963340997695923, 478.373779296875, 0.10218621790409088, 0.36267924308776855, -0.24791643023490906, -0.20261020958423615, 0.753230094909668, -0.25730204582214355, -0.5495103001594543, -0.5339694023132324, -2.0400500297546387, 1.1741808652877808, 0.5398896932601929, 1.5346914529800415, 1.1963857412338257, -1.1454042196273804, 521.0711669921875, -0.18557600677013397, 0.36300498247146606, -0.2138243466615677, -0.24199849367141724, 0.7474666237831116, 0.2966744601726532, 0.42006251215934753], "std": [0.1207672655582428, 0.007012289948761463, 0.19324223697185516, 0.0838111937046051, 0.1728864461183548, 0.14715631306171417, 0.21360233426094055, 213.87339782714844, 0.04362683370709419, 0.02145973965525627, 0.014489931054413319, 0.10427922755479813, 0.06702499091625214, 0.08452334254980087, 0.030280232429504395, 0.12642806768417358, 0.013235523365437984, 0.20261947810649872, 0.4974808990955353, 0.8357138633728027, 0.16970497369766235, 0.7312878966331482, 248.60134887695312, 0.05870265141129494, 0.026127781718969345, 0.04524852707982063, 0.12561555206775665, 0.14244508743286133, 0.23927074670791626, 0.15792924165725708], "count": [1236]}, "actions": {"min": [0.4530176818370819, 2.0001821517944336, 0.20432569086551666, -0.06133086979389191, -2.8947856426239014, -1.3874320983886719, -0.013805555179715157, 86.0, 0.023636000230908394, 0.28488001227378845, -0.28837400674819946, -0.47327905893325806, 0.5821103453636169, -0.3902799189090729, -0.6196576356887817, -0.7898662090301514, -2.0551252365112305, 0.751591145992279, -0.18425440788269043, 0.43303367495536804, 0.7277150750160217, -2.4783499240875244, 30.0, -0.24835599958896637, 0.32610398530960083, -0.27406200766563416, -0.4598149359226227, 0.49113473296165466, -0.16209083795547485, 0.15805186331272125], "max": [0.9325294494628906, 2.0374276638031006, 0.9035395383834839, 0.28672268986701965, -2.2962427139282227, -0.7242417931556702, 0.9162105917930603, 882.0, 0.1910189986228943, 0.38609200716018677, -0.20798400044441223, -0.014292377047240734, 0.8672284483909607, -0.0546063669025898, -0.4632590711116791, -0.25652849674224854, -1.928082823753357, 1.5970286130905151, 1.3516876697540283, 2.797919988632202, 1.541370153427124, -0.2560921907424927, 840.0, -0.06757300347089767, 0.4219920039176941, -0.12651200592517853, -0.036431554704904556, 0.9529351592063904, 0.5594384670257568, 0.6234565377235413], "mean": [0.6876349449157715, 2.019383192062378, 0.5379291772842407, 0.18974919617176056, -2.8127806186676025, -0.9635298252105713, 0.5963340997695923, 478.373779296875, 0.10218621790409088, 0.36267924308776855, -0.24791643023490906, -0.20261020958423615, 0.753230094909668, -0.25730204582214355, -0.5495103001594543, -0.5339694023132324, -2.0400500297546387, 1.1741808652877808, 0.5398896932601929, 1.5346914529800415, 1.1963857412338257, -1.1454042196273804, 521.0711669921875, -0.18557600677013397, 0.36300498247146606, -0.2138243466615677, -0.24199849367141724, 0.7474666237831116, 0.2966744601726532, 0.42006251215934753], "std": [0.1207672655582428, 0.007012289948761463, 0.19324223697185516, 0.0838111937046051, 0.1728864461183548, 0.14715631306171417, 0.21360233426094055, 213.87339782714844, 0.04362683370709419, 0.02145973965525627, 0.014489931054413319, 0.10427922755479813, 0.06702499091625214, 0.08452334254980087, 0.030280232429504395, 0.12642806768417358, 0.013235523365437984, 0.20261947810649872, 0.4974808990955353, 0.8357138633728027, 0.16970497369766235, 0.7312878966331482, 248.60134887695312, 0.05870265141129494, 0.026127781718969345, 0.04524852707982063, 0.12561555206775665, 0.14244508743286133, 0.23927074670791626, 0.15792924165725708], "count": [1236]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008090614886731392], "std": [0.028432497396125533], "count": [1236]}, "timestamp": {"min": [0.0], "max": [49.4], "mean": [24.7], "std": [14.272093983248102], "count": [1236]}, "frame_index": {"min": [0], "max": [1235], "mean": [617.5], "std": [356.8023495812026], "count": [1236]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [1236]}, "index": {"min": [141813], "max": [143048], "mean": [142430.5], "std": [356.8023495812026], "count": [1236]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1236]}}} +{"episode_index": 117, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.47914184910389496]], [[0.4840588604974418]], [[0.479263788151007]]], "std": [[[0.10653271044206701]], [[0.1068950033089032]], [[0.10727600599042235]]], "count": [221]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7019607843137254]], [[0.6823529411764706]], [[0.6862745098039216]]], "mean": [[[0.4753427259855677]], [[0.4777753323425901]], [[0.47348265275190016]]], "std": [[[0.06009511629047872]], [[0.06095414341661453]], [[0.06542694665534884]]], "count": [221]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.475882759589507]], [[0.47621289241563897]], [[0.47203869813385385]]], "std": [[[0.07904825544095706]], [[0.07921325438445709]], [[0.08387916167719543]]], "count": [221]}, "states": {"min": [0.3249104917049408, 1.998873233795166, -1.9174362421035767, -1.2890304327011108, -2.4989101886749268, -1.3951289653778076, 0.6701889634132385, 21.0, 0.0048039997927844524, 0.3478879928588867, -0.26182401180267334, -0.4128064513206482, -0.6247121095657349, -0.4601963460445404, -0.6317263245582581, -0.8474271893501282, -2.058877468109131, -0.5185896754264832, -0.20720550417900085, -0.18900172412395477, 0.44678688049316406, -2.2533421516418457, 39.0, -0.3483169972896576, 0.22046500444412231, -0.2929219901561737, -0.49985140562057495, -0.5284713506698608, -0.5549656748771667, -0.6510105133056641], "max": [0.7929205298423767, 2.035682439804077, -0.35119515657424927, -0.21005037426948547, -0.9127548933029175, -0.7219903469085693, 2.399374008178711, 891.0, 0.28716498613357544, 0.4384480118751526, -0.1484220027923584, 0.43734630942344666, 0.93256676197052, 0.46593499183654785, 0.64009028673172, -0.06600835919380188, -2.00718092918396, 1.5616856813430786, 1.3510245084762573, 2.6385366916656494, 1.7120634317398071, -0.2410823404788971, 889.0, -0.053769998252391815, 0.42386600375175476, -0.1016170009970665, 0.5498785376548767, 0.9702785015106201, 0.5531408786773682, 0.6658793091773987], "mean": [0.5300700664520264, 2.0185635089874268, -1.187540888786316, -0.5738300085067749, -1.3835079669952393, -1.0051811933517456, 1.1862361431121826, 580.2958374023438, 0.18603801727294922, 0.38835856318473816, -0.19650264084339142, 0.0706607773900032, 0.21175169944763184, 0.0677342563867569, 0.05036304146051407, -0.46262848377227783, -2.039839744567871, 0.9440285563468933, 0.3064959645271301, 1.1888107061386108, 1.3522906303405762, -0.918512225151062, 642.5752563476562, -0.22852228581905365, 0.3285750448703766, -0.21246148645877838, -0.2274685502052307, 0.522837221622467, 0.29199647903442383, 0.3925289511680603], "std": [0.13585828244686127, 0.006877739913761616, 0.3512588441371918, 0.24467502534389496, 0.5323449969291687, 0.13062836229801178, 0.43803316354751587, 253.52915954589844, 0.08342944085597992, 0.01971200294792652, 0.025861240923404694, 0.2792360782623291, 0.7035350799560547, 0.3324492871761322, 0.5094966888427734, 0.2165646255016327, 0.00855638924986124, 0.7646487355232239, 0.47047463059425354, 1.091338038444519, 0.18288452923297882, 0.6669451594352722, 263.9983215332031, 0.07876529544591904, 0.05094894766807556, 0.04612604156136513, 0.28633376955986023, 0.3581918179988861, 0.3122386038303375, 0.3574589490890503], "count": [1342]}, "actions": {"min": [0.3249104917049408, 1.998873233795166, -1.9174362421035767, -1.2890304327011108, -2.4989101886749268, -1.3951289653778076, 0.6701889634132385, 21.0, 0.0048039997927844524, 0.3478879928588867, -0.26182401180267334, -0.4128064513206482, -0.6247121095657349, -0.4601963460445404, -0.6317263245582581, -0.8474271893501282, -2.058877468109131, -0.5185896754264832, -0.20720550417900085, -0.18900172412395477, 0.44678688049316406, -2.2533421516418457, 39.0, -0.3483169972896576, 0.22046500444412231, -0.2929219901561737, -0.49985140562057495, -0.5284713506698608, -0.5549656748771667, -0.6510105133056641], "max": [0.7929205298423767, 2.035682439804077, -0.35119515657424927, -0.21005037426948547, -0.9127548933029175, -0.7219903469085693, 2.399374008178711, 891.0, 0.28716498613357544, 0.4384480118751526, -0.1484220027923584, 0.43734630942344666, 0.93256676197052, 0.46593499183654785, 0.64009028673172, -0.06600835919380188, -2.00718092918396, 1.5616856813430786, 1.3510245084762573, 2.6385366916656494, 1.7120634317398071, -0.2410823404788971, 889.0, -0.053769998252391815, 0.42386600375175476, -0.1016170009970665, 0.5498785376548767, 0.9702785015106201, 0.5531408786773682, 0.6658793091773987], "mean": [0.5300700664520264, 2.0185635089874268, -1.187540888786316, -0.5738300085067749, -1.3835079669952393, -1.0051811933517456, 1.1862361431121826, 580.2958374023438, 0.18603801727294922, 0.38835856318473816, -0.19650264084339142, 0.0706607773900032, 0.21175169944763184, 0.0677342563867569, 0.05036304146051407, -0.46262848377227783, -2.039839744567871, 0.9440285563468933, 0.3064959645271301, 1.1888107061386108, 1.3522906303405762, -0.918512225151062, 642.5752563476562, -0.22852228581905365, 0.3285750448703766, -0.21246148645877838, -0.2274685502052307, 0.522837221622467, 0.29199647903442383, 0.3925289511680603], "std": [0.13585828244686127, 0.006877739913761616, 0.3512588441371918, 0.24467502534389496, 0.5323449969291687, 0.13062836229801178, 0.43803316354751587, 253.52915954589844, 0.08342944085597992, 0.01971200294792652, 0.025861240923404694, 0.2792360782623291, 0.7035350799560547, 0.3324492871761322, 0.5094966888427734, 0.2165646255016327, 0.00855638924986124, 0.7646487355232239, 0.47047463059425354, 1.091338038444519, 0.18288452923297882, 0.6669451594352722, 263.9983215332031, 0.07876529544591904, 0.05094894766807556, 0.04612604156136513, 0.28633376955986023, 0.3581918179988861, 0.3122386038303375, 0.3574589490890503], "count": [1342]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007451564828614009], "std": [0.02728738215141662], "count": [1342]}, "timestamp": {"min": [0.0], "max": [53.64], "mean": [26.82], "std": [15.496076922886], "count": [1342]}, "frame_index": {"min": [0], "max": [1341], "mean": [670.5], "std": [387.40192307214994], "count": [1342]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [1342]}, "index": {"min": [143049], "max": [144390], "mean": [143719.5], "std": [387.40192307214994], "count": [1342]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1342]}}} +{"episode_index": 118, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.47447468322234554]], [[0.4792786071032187]], [[0.476331469663337]]], "std": [[[0.1288357630963957]], [[0.12761269969590874]], [[0.1278591317549753]]], "count": [265]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.46931056156739426]], [[0.47124102463312373]], [[0.4670812368972746]]], "std": [[[0.0996548230109833]], [[0.09739224573054592]], [[0.10025550621189737]]], "count": [265]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4768683677087187]], [[0.4771476307189543]], [[0.4720426547663091]]], "std": [[[0.10505680362144589]], [[0.10661969013740627]], [[0.11100766797942331]]], "count": [265]}, "states": {"min": [0.571979284286499, 1.868043303489685, -1.699741244316101, -0.9740508198738098, -2.372129201889038, -1.371985912322998, 0.3830997943878174, 3.0, 0.02110300026834011, 0.3550559878349304, -0.23611900210380554, -0.43095314502716064, -0.5924773812294006, -0.44006872177124023, -0.6314964890480042, -1.1953411102294922, -2.046363592147827, 2.653773307800293, -1.1731230020523071, -1.2933063507080078, 1.076780915260315, -1.7026560306549072, 57.0, -0.3219990134239197, 0.35120800137519836, -0.24983200430870056, -0.4824507236480713, 0.4691939949989319, -0.1705923080444336, 0.2357645332813263], "max": [1.0722954273223877, 2.048283576965332, -0.7973711490631104, 0.004904374945908785, -0.6686705946922302, -0.8813389539718628, 1.9256916046142578, 881.0, 0.2355560064315796, 0.4542210102081299, -0.13181200623512268, 0.4123677909374237, 0.9600598216056824, 0.3624822199344635, 0.5941785573959351, -0.4729144275188446, -1.9267737865447998, 2.8642947673797607, 0.0748920738697052, 0.22254693508148193, 1.6494932174682617, -0.289811909198761, 784.0, -0.06490100175142288, 0.42618200182914734, -0.10300999879837036, -0.08585870265960693, 0.9121198058128357, 0.5585759878158569, 0.6912117004394531], "mean": [0.8359026908874512, 2.0085458755493164, -1.133289098739624, -0.39341089129447937, -1.7588247060775757, -1.0432560443878174, 1.3779377937316895, 443.4322509765625, 0.10395781695842743, 0.41837888956069946, -0.1865883320569992, -0.11982055008411407, 0.8106312155723572, -0.2131197601556778, -0.44051581621170044, -0.7482432723045349, -2.030630350112915, 2.787731409072876, -0.24233974516391754, -0.6359816193580627, 1.2759745121002197, -0.7383912205696106, 442.4715576171875, -0.2047550082206726, 0.38307225704193115, -0.20558391511440277, -0.27795711159706116, 0.6739227175712585, 0.3017452359199524, 0.5192597508430481], "std": [0.12052559107542038, 0.03280763328075409, 0.27942588925361633, 0.22624646127223969, 0.37753361463546753, 0.1031256690621376, 0.37093883752822876, 282.05633544921875, 0.05516164004802704, 0.02566314861178398, 0.021057816222310066, 0.11957069486379623, 0.18579280376434326, 0.11856427788734436, 0.1617792248725891, 0.23351995646953583, 0.01262216828763485, 0.07463151961565018, 0.2741014361381531, 0.5513473749160767, 0.12322834879159927, 0.3073762059211731, 227.83718872070312, 0.06627920269966125, 0.018391011282801628, 0.032764777541160583, 0.11592661589384079, 0.16869330406188965, 0.22931061685085297, 0.11579430103302002], "count": [1705]}, "actions": {"min": [0.571979284286499, 1.868043303489685, -1.699741244316101, -0.9740508198738098, -2.372129201889038, -1.371985912322998, 0.3830997943878174, 3.0, 0.02110300026834011, 0.3550559878349304, -0.23611900210380554, -0.43095314502716064, -0.5924773812294006, -0.44006872177124023, -0.6314964890480042, -1.1953411102294922, -2.046363592147827, 2.653773307800293, -1.1731230020523071, -1.2933063507080078, 1.076780915260315, -1.7026560306549072, 57.0, -0.3219990134239197, 0.35120800137519836, -0.24983200430870056, -0.4824507236480713, 0.4691939949989319, -0.1705923080444336, 0.2357645332813263], "max": [1.0722954273223877, 2.048283576965332, -0.7973711490631104, 0.004904374945908785, -0.6686705946922302, -0.8813389539718628, 1.9256916046142578, 881.0, 0.2355560064315796, 0.4542210102081299, -0.13181200623512268, 0.4123677909374237, 0.9600598216056824, 0.3624822199344635, 0.5941785573959351, -0.4729144275188446, -1.9267737865447998, 2.8642947673797607, 0.0748920738697052, 0.22254693508148193, 1.6494932174682617, -0.289811909198761, 784.0, -0.06490100175142288, 0.42618200182914734, -0.10300999879837036, -0.08585870265960693, 0.9121198058128357, 0.5585759878158569, 0.6912117004394531], "mean": [0.8359026908874512, 2.0085458755493164, -1.133289098739624, -0.39341089129447937, -1.7588247060775757, -1.0432560443878174, 1.3779377937316895, 443.4322509765625, 0.10395781695842743, 0.41837888956069946, -0.1865883320569992, -0.11982055008411407, 0.8106312155723572, -0.2131197601556778, -0.44051581621170044, -0.7482432723045349, -2.030630350112915, 2.787731409072876, -0.24233974516391754, -0.6359816193580627, 1.2759745121002197, -0.7383912205696106, 442.4715576171875, -0.2047550082206726, 0.38307225704193115, -0.20558391511440277, -0.27795711159706116, 0.6739227175712585, 0.3017452359199524, 0.5192597508430481], "std": [0.12052559107542038, 0.03280763328075409, 0.27942588925361633, 0.22624646127223969, 0.37753361463546753, 0.1031256690621376, 0.37093883752822876, 282.05633544921875, 0.05516164004802704, 0.02566314861178398, 0.021057816222310066, 0.11957069486379623, 0.18579280376434326, 0.11856427788734436, 0.1617792248725891, 0.23351995646953583, 0.01262216828763485, 0.07463151961565018, 0.2741014361381531, 0.5513473749160767, 0.12322834879159927, 0.3073762059211731, 227.83718872070312, 0.06627920269966125, 0.018391011282801628, 0.032764777541160583, 0.11592661589384079, 0.16869330406188965, 0.22931061685085297, 0.11579430103302002], "count": [1705]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005865102639296188], "std": [0.024210870898006207], "count": [1705]}, "timestamp": {"min": [0.0], "max": [68.16], "mean": [34.08], "std": [19.68764079314736], "count": [1705]}, "frame_index": {"min": [0], "max": [1704], "mean": [852.0], "std": [492.191019828684], "count": [1705]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [1705]}, "index": {"min": [144391], "max": [146095], "mean": [145243.0], "std": [492.191019828684], "count": [1705]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1705]}}} +{"episode_index": 119, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.45955507694371284]], [[0.4663962580886417]], [[0.4593398702972068]]], "std": [[[0.13558466604733604]], [[0.13202477744067304]], [[0.1341392630316945]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46802687237830454]], [[0.468775422316522]], [[0.46382806555458006]]], "std": [[[0.07926400653592898]], [[0.07838173727967533]], [[0.08321892826200804]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.47331588788085716]], [[0.4745624278525672]], [[0.4713167282460248]]], "std": [[[0.07874177550582108]], [[0.07536206440548213]], [[0.07994155418019712]]], "count": [201]}, "states": {"min": [0.3410547971725464, 2.0134119987487793, -1.8895982503890991, -1.4193540811538696, -2.784795045852661, -1.5575841665267944, 0.16406093537807465, 6.0, 0.011784999631345272, 0.2712410092353821, -0.29735198616981506, -0.4998910427093506, -0.6280897855758667, -0.517388641834259, -0.6385235786437988, -1.0214364528656006, -2.057114839553833, 0.24694664776325226, -0.18556340038776398, 0.20401152968406677, 0.8236907124519348, -2.8286726474761963, 58.0, -0.3360320031642914, 0.29136499762535095, -0.27900901436805725, -0.49765512347221375, -0.49967437982559204, -0.5381280183792114, -0.5530655980110168], "max": [0.7519227862358093, 2.040255069732666, 0.5042954087257385, 0.11976449936628342, -1.1963359117507935, -1.0109295845031738, 2.3095593452453613, 841.0, 0.3612070083618164, 0.40779998898506165, -0.08670800179243088, 0.5495182871818542, 0.9872000217437744, 0.5645516514778137, 0.6754524111747742, -0.3174230456352234, -1.8878005743026733, 1.7582272291183472, 1.315245270729065, 2.7935218811035156, 1.7362011671066284, -0.05562364682555199, 896.0, 0.00747800013050437, 0.46383699774742126, -0.051902998238801956, 0.5811416506767273, 0.9740849733352661, 0.6011072993278503, 0.760675311088562], "mean": [0.4791235029697418, 2.0226948261260986, -0.3740980327129364, -0.2927958071231842, -1.6658885478973389, -1.2367308139801025, 0.7840428948402405, 539.1389770507812, 0.2569958567619324, 0.3344340920448303, -0.223680317401886, 0.24506598711013794, 0.03633838891983032, 0.2581155002117157, 0.19418834149837494, -0.6659249067306519, -2.0380048751831055, 1.125106692314148, 0.47441092133522034, 1.5859602689743042, 1.2823889255523682, -1.316087007522583, 484.6339111328125, -0.1591019630432129, 0.3635183274745941, -0.1925550401210785, -0.1274377405643463, 0.6622046828269958, 0.23262204229831696, 0.3516775369644165], "std": [0.10920266062021255, 0.006498989649116993, 0.5878917574882507, 0.4650057852268219, 0.5186858177185059, 0.12057080864906311, 0.7044538259506226, 250.18148803710938, 0.0951194316148758, 0.02829723060131073, 0.04309051111340523, 0.32900887727737427, 0.6417707800865173, 0.3537585735321045, 0.43477362394332886, 0.2212887406349182, 0.016046859323978424, 0.3377850353717804, 0.4392191171646118, 0.8456090092658997, 0.15077455341815948, 0.9301734566688538, 246.8917999267578, 0.10250478237867355, 0.03699469193816185, 0.05392148718237877, 0.25721168518066406, 0.34819135069847107, 0.3091955780982971, 0.29061537981033325], "count": [1180]}, "actions": {"min": [0.3410547971725464, 2.0134119987487793, -1.8895982503890991, -1.4193540811538696, -2.784795045852661, -1.5575841665267944, 0.16406093537807465, 6.0, 0.011784999631345272, 0.2712410092353821, -0.29735198616981506, -0.4998910427093506, -0.6280897855758667, -0.517388641834259, -0.6385235786437988, -1.0214364528656006, -2.057114839553833, 0.24694664776325226, -0.18556340038776398, 0.20401152968406677, 0.8236907124519348, -2.8286726474761963, 58.0, -0.3360320031642914, 0.29136499762535095, -0.27900901436805725, -0.49765512347221375, -0.49967437982559204, -0.5381280183792114, -0.5530655980110168], "max": [0.7519227862358093, 2.040255069732666, 0.5042954087257385, 0.11976449936628342, -1.1963359117507935, -1.0109295845031738, 2.3095593452453613, 841.0, 0.3612070083618164, 0.40779998898506165, -0.08670800179243088, 0.5495182871818542, 0.9872000217437744, 0.5645516514778137, 0.6754524111747742, -0.3174230456352234, -1.8878005743026733, 1.7582272291183472, 1.315245270729065, 2.7935218811035156, 1.7362011671066284, -0.05562364682555199, 896.0, 0.00747800013050437, 0.46383699774742126, -0.051902998238801956, 0.5811416506767273, 0.9740849733352661, 0.6011072993278503, 0.760675311088562], "mean": [0.4791235029697418, 2.0226948261260986, -0.3740980327129364, -0.2927958071231842, -1.6658885478973389, -1.2367308139801025, 0.7840428948402405, 539.1389770507812, 0.2569958567619324, 0.3344340920448303, -0.223680317401886, 0.24506598711013794, 0.03633838891983032, 0.2581155002117157, 0.19418834149837494, -0.6659249067306519, -2.0380048751831055, 1.125106692314148, 0.47441092133522034, 1.5859602689743042, 1.2823889255523682, -1.316087007522583, 484.6339111328125, -0.1591019630432129, 0.3635183274745941, -0.1925550401210785, -0.1274377405643463, 0.6622046828269958, 0.23262204229831696, 0.3516775369644165], "std": [0.10920266062021255, 0.006498989649116993, 0.5878917574882507, 0.4650057852268219, 0.5186858177185059, 0.12057080864906311, 0.7044538259506226, 250.18148803710938, 0.0951194316148758, 0.02829723060131073, 0.04309051111340523, 0.32900887727737427, 0.6417707800865173, 0.3537585735321045, 0.43477362394332886, 0.2212887406349182, 0.016046859323978424, 0.3377850353717804, 0.4392191171646118, 0.8456090092658997, 0.15077455341815948, 0.9301734566688538, 246.8917999267578, 0.10250478237867355, 0.03699469193816185, 0.05392148718237877, 0.25721168518066406, 0.34819135069847107, 0.3091955780982971, 0.29061537981033325], "count": [1180]}, "next.done": {"min": [false], "max": [true], "mean": [0.000847457627118644], "std": [0.029098787649812535], "count": [1180]}, "timestamp": {"min": [0.0], "max": [47.16], "mean": [23.58], "std": [13.625461460075398], "count": [1180]}, "frame_index": {"min": [0], "max": [1179], "mean": [589.5], "std": [340.63653650188496], "count": [1180]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [1180]}, "index": {"min": [146096], "max": [147275], "mean": [146685.5], "std": [340.63653650188496], "count": [1180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1180]}}} +{"episode_index": 120, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.46296785589235695]], [[0.4722537515006002]], [[0.4662153715652928]]], "std": [[[0.14928317624452583]], [[0.1485212566022256]], [[0.14853444326026477]]], "count": [196]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4618498597355609]], [[0.4691548754918634]], [[0.4628471002984527]]], "std": [[[0.10928807964102276]], [[0.10523064897663484]], [[0.10778302925156805]]], "count": [196]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4677469862945178]], [[0.46858793830032014]], [[0.46467910497532344]]], "std": [[[0.11298692123095032]], [[0.11105110349545368]], [[0.11345658824882002]]], "count": [196]}, "states": {"min": [0.46622979640960693, 2.01011323928833, -0.6734527349472046, -0.38116246461868286, -2.426740884780884, -1.5180524587631226, -0.07216937094926834, 20.0, 0.09445200115442276, 0.29188698530197144, -0.2806980013847351, -0.49797123670578003, -0.6199809908866882, -0.36616185307502747, -0.6404168009757996, -0.8835206031799316, -2.0545668601989746, 0.6874852180480957, -0.18100810050964355, 0.49621453881263733, 1.1249520778656006, -1.7438108921051025, 57.0, -0.2814689874649048, 0.29129499197006226, -0.2722330093383789, -0.4278547763824463, 0.48865455389022827, -0.06037603318691254, 0.30148056149482727], "max": [0.8345292210578918, 2.035315752029419, 0.017208946868777275, 0.17647024989128113, -1.311091423034668, -1.166996955871582, 1.0032676458358765, 884.0, 0.23921500146389008, 0.3968670070171356, -0.19244299829006195, 0.5074918866157532, 0.8727104663848877, 0.36730775237083435, 0.6177390217781067, -0.2606474757194519, -1.8057700395584106, 1.510181188583374, 1.1350923776626587, 2.520918846130371, 1.6575217247009277, -0.29127800464630127, 908.0, -0.04562300071120262, 0.3705640137195587, -0.15717700123786926, 0.04342719539999962, 0.92229825258255, 0.4695051908493042, 0.695106029510498], "mean": [0.6167790293693542, 2.021071195602417, -0.34768205881118774, -0.09504566341638565, -1.8677120208740234, -1.2920496463775635, 0.6231639385223389, 585.0315551757812, 0.17195916175842285, 0.35336244106292725, -0.22834402322769165, -0.08677908033132553, 0.4950210750102997, -0.13059431314468384, -0.342544287443161, -0.5342476963996887, -2.0279362201690674, 1.1877436637878418, 0.41961127519607544, 1.4218103885650635, 1.3441767692565918, -1.0042903423309326, 525.2465209960938, -0.16211102902889252, 0.33424678444862366, -0.21639412641525269, -0.15939432382583618, 0.7592614889144897, 0.21245218813419342, 0.52997225522995], "std": [0.09740526229143143, 0.0053807576186954975, 0.2814345955848694, 0.19370274245738983, 0.31981855630874634, 0.06874032318592072, 0.3691977560520172, 270.8468933105469, 0.03573738411068916, 0.02822159416973591, 0.02192308008670807, 0.28467607498168945, 0.5215709805488586, 0.2449313998222351, 0.44717299938201904, 0.1817433089017868, 0.039993200451135635, 0.23319312930107117, 0.32056012749671936, 0.6102838516235352, 0.12584254145622253, 0.44800785183906555, 222.4867706298828, 0.07038957625627518, 0.022699659690260887, 0.024340827018022537, 0.13832411170005798, 0.1336122453212738, 0.1507416069507599, 0.11135599762201309], "count": [1140]}, "actions": {"min": [0.46622979640960693, 2.01011323928833, -0.6734527349472046, -0.38116246461868286, -2.426740884780884, -1.5180524587631226, -0.07216937094926834, 20.0, 0.09445200115442276, 0.29188698530197144, -0.2806980013847351, -0.49797123670578003, -0.6199809908866882, -0.36616185307502747, -0.6404168009757996, -0.8835206031799316, -2.0545668601989746, 0.6874852180480957, -0.18100810050964355, 0.49621453881263733, 1.1249520778656006, -1.7438108921051025, 57.0, -0.2814689874649048, 0.29129499197006226, -0.2722330093383789, -0.4278547763824463, 0.48865455389022827, -0.06037603318691254, 0.30148056149482727], "max": [0.8345292210578918, 2.035315752029419, 0.017208946868777275, 0.17647024989128113, -1.311091423034668, -1.166996955871582, 1.0032676458358765, 884.0, 0.23921500146389008, 0.3968670070171356, -0.19244299829006195, 0.5074918866157532, 0.8727104663848877, 0.36730775237083435, 0.6177390217781067, -0.2606474757194519, -1.8057700395584106, 1.510181188583374, 1.1350923776626587, 2.520918846130371, 1.6575217247009277, -0.29127800464630127, 908.0, -0.04562300071120262, 0.3705640137195587, -0.15717700123786926, 0.04342719539999962, 0.92229825258255, 0.4695051908493042, 0.695106029510498], "mean": [0.6167790293693542, 2.021071195602417, -0.34768205881118774, -0.09504566341638565, -1.8677120208740234, -1.2920496463775635, 0.6231639385223389, 585.0315551757812, 0.17195916175842285, 0.35336244106292725, -0.22834402322769165, -0.08677908033132553, 0.4950210750102997, -0.13059431314468384, -0.342544287443161, -0.5342476963996887, -2.0279362201690674, 1.1877436637878418, 0.41961127519607544, 1.4218103885650635, 1.3441767692565918, -1.0042903423309326, 525.2465209960938, -0.16211102902889252, 0.33424678444862366, -0.21639412641525269, -0.15939432382583618, 0.7592614889144897, 0.21245218813419342, 0.52997225522995], "std": [0.09740526229143143, 0.0053807576186954975, 0.2814345955848694, 0.19370274245738983, 0.31981855630874634, 0.06874032318592072, 0.3691977560520172, 270.8468933105469, 0.03573738411068916, 0.02822159416973591, 0.02192308008670807, 0.28467607498168945, 0.5215709805488586, 0.2449313998222351, 0.44717299938201904, 0.1817433089017868, 0.039993200451135635, 0.23319312930107117, 0.32056012749671936, 0.6102838516235352, 0.12584254145622253, 0.44800785183906555, 222.4867706298828, 0.07038957625627518, 0.022699659690260887, 0.024340827018022537, 0.13832411170005798, 0.1336122453212738, 0.1507416069507599, 0.11135599762201309], "count": [1140]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008771929824561404], "std": [0.029604450931028432], "count": [1140]}, "timestamp": {"min": [0.0], "max": [45.56], "mean": [22.78], "std": [13.163581073046448], "count": [1140]}, "frame_index": {"min": [0], "max": [1139], "mean": [569.5], "std": [329.0895268261612], "count": [1140]}, "episode_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [1140]}, "index": {"min": [147276], "max": [148415], "mean": [147845.5], "std": [329.0895268261612], "count": [1140]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1140]}}} +{"episode_index": 121, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.45677121717940045]], [[0.46302607805574336]], [[0.4557936504582676]]], "std": [[[0.14731452186983549]], [[0.1446826310381988]], [[0.14572172948517295]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.46682280280407185]], [[0.47315440706934114]], [[0.46698711826684697]]], "std": [[[0.08689467552958365]], [[0.08413441020719457]], [[0.08758554845137236]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46862292582262793]], [[0.4714374178311171]], [[0.4679086962850274]]], "std": [[[0.10599684136978253]], [[0.10370877528316264]], [[0.10588660651544161]]], "count": [174]}, "states": {"min": [0.4296826124191284, 1.9561128616333008, -0.9128072261810303, -0.40313613414764404, -2.140035390853882, -1.456599473953247, 0.21155136823654175, -5.0, 0.0974470004439354, 0.31096500158309937, -0.27966299653053284, -0.49989521503448486, -0.584144651889801, -0.4971713423728943, -0.6236410140991211, -0.9650798439979553, -2.067708969116211, 0.5383293628692627, -0.21151646971702576, 0.3076491951942444, 0.9709615707397461, -2.090904474258423, 18.0, -0.23440399765968323, 0.3242120146751404, -0.2567110061645508, -0.4644204378128052, 0.4352641999721527, -0.04691358655691147, 0.18001578748226166], "max": [0.7777710556983948, 2.035438060760498, -0.504504919052124, 0.05375614017248154, -0.6075491309165955, -0.9663190245628357, 0.9787631630897522, 882.0, 0.281480997800827, 0.4308980107307434, -0.1717970073223114, 0.5110011100769043, 0.8826412558555603, 0.5079087615013123, 0.5983905792236328, -0.4104490876197815, -1.7847039699554443, 1.7150826454162598, 1.3526999950408936, 2.612025022506714, 1.6061567068099976, -0.2652202248573303, 895.0, 0.001057000015862286, 0.42267701029777527, -0.10159999877214432, 0.03553888574242592, 0.9701716899871826, 0.46215561032295227, 0.7357633709907532], "mean": [0.6368857622146606, 2.0222294330596924, -0.7315900921821594, -0.14089719951152802, -1.3348129987716675, -1.158720850944519, 0.6703060269355774, 611.1563720703125, 0.19529426097869873, 0.37789276242256165, -0.22308337688446045, -0.13100825250148773, 0.5153031349182129, -0.17488299310207367, -0.35964053869247437, -0.6716834902763367, -2.0306310653686523, 1.2899209260940552, 0.5927795171737671, 1.5458568334579468, 1.2768474817276, -1.4050706624984741, 537.0617065429688, -0.12829427421092987, 0.3788025677204132, -0.17662808299064636, -0.12900365889072418, 0.7654582262039185, 0.23741348087787628, 0.47214728593826294], "std": [0.07996392995119095, 0.010749769397079945, 0.10635396838188171, 0.14074967801570892, 0.5664778351783752, 0.12307680398225784, 0.3334447145462036, 286.893798828125, 0.05645499750971794, 0.03381385654211044, 0.020885873585939407, 0.30985400080680847, 0.45356160402297974, 0.31346359848976135, 0.39672037959098816, 0.17418262362480164, 0.03786349669098854, 0.27517691254615784, 0.36944884061813354, 0.7988036870956421, 0.13212594389915466, 0.5467925667762756, 262.8057556152344, 0.06867275387048721, 0.0225380789488554, 0.034217722713947296, 0.13426923751831055, 0.1882709413766861, 0.1716739684343338, 0.18761058151721954], "count": [972]}, "actions": {"min": [0.4296826124191284, 1.9561128616333008, -0.9128072261810303, -0.40313613414764404, -2.140035390853882, -1.456599473953247, 0.21155136823654175, -5.0, 0.0974470004439354, 0.31096500158309937, -0.27966299653053284, -0.49989521503448486, -0.584144651889801, -0.4971713423728943, -0.6236410140991211, -0.9650798439979553, -2.067708969116211, 0.5383293628692627, -0.21151646971702576, 0.3076491951942444, 0.9709615707397461, -2.090904474258423, 18.0, -0.23440399765968323, 0.3242120146751404, -0.2567110061645508, -0.4644204378128052, 0.4352641999721527, -0.04691358655691147, 0.18001578748226166], "max": [0.7777710556983948, 2.035438060760498, -0.504504919052124, 0.05375614017248154, -0.6075491309165955, -0.9663190245628357, 0.9787631630897522, 882.0, 0.281480997800827, 0.4308980107307434, -0.1717970073223114, 0.5110011100769043, 0.8826412558555603, 0.5079087615013123, 0.5983905792236328, -0.4104490876197815, -1.7847039699554443, 1.7150826454162598, 1.3526999950408936, 2.612025022506714, 1.6061567068099976, -0.2652202248573303, 895.0, 0.001057000015862286, 0.42267701029777527, -0.10159999877214432, 0.03553888574242592, 0.9701716899871826, 0.46215561032295227, 0.7357633709907532], "mean": [0.6368857622146606, 2.0222294330596924, -0.7315900921821594, -0.14089719951152802, -1.3348129987716675, -1.158720850944519, 0.6703060269355774, 611.1563720703125, 0.19529426097869873, 0.37789276242256165, -0.22308337688446045, -0.13100825250148773, 0.5153031349182129, -0.17488299310207367, -0.35964053869247437, -0.6716834902763367, -2.0306310653686523, 1.2899209260940552, 0.5927795171737671, 1.5458568334579468, 1.2768474817276, -1.4050706624984741, 537.0617065429688, -0.12829427421092987, 0.3788025677204132, -0.17662808299064636, -0.12900365889072418, 0.7654582262039185, 0.23741348087787628, 0.47214728593826294], "std": [0.07996392995119095, 0.010749769397079945, 0.10635396838188171, 0.14074967801570892, 0.5664778351783752, 0.12307680398225784, 0.3334447145462036, 286.893798828125, 0.05645499750971794, 0.03381385654211044, 0.020885873585939407, 0.30985400080680847, 0.45356160402297974, 0.31346359848976135, 0.39672037959098816, 0.17418262362480164, 0.03786349669098854, 0.27517691254615784, 0.36944884061813354, 0.7988036870956421, 0.13212594389915466, 0.5467925667762756, 262.8057556152344, 0.06867275387048721, 0.0225380789488554, 0.034217722713947296, 0.13426923751831055, 0.1882709413766861, 0.1716739684343338, 0.18761058151721954], "count": [972]}, "next.done": {"min": [false], "max": [true], "mean": [0.00102880658436214], "std": [0.032058511215808404], "count": [972]}, "timestamp": {"min": [0.0], "max": [38.84], "mean": [19.419999999999998], "std": [11.223683293227168], "count": [972]}, "frame_index": {"min": [0], "max": [971], "mean": [485.5], "std": [280.5920823306792], "count": [972]}, "episode_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [972]}, "index": {"min": [148416], "max": [149387], "mean": [148901.5], "std": [280.5920823306792], "count": [972]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [972]}}} +{"episode_index": 122, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46459652271675633]], [[0.4710198175140262]], [[0.46454166124414364]]], "std": [[[0.13652689050343558]], [[0.13248329183327825]], [[0.1350612599364792]]], "count": [226]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708762083188733]], [[0.4700729401642663]], [[0.4659801978497889]]], "std": [[[0.07887933089664065]], [[0.07734593449328205]], [[0.08168187612692009]]], "count": [226]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47275880165856904]], [[0.4736468238475331]], [[0.4697374802981665]]], "std": [[[0.07978762681589611]], [[0.07825749930810487]], [[0.08332246870950542]]], "count": [226]}, "states": {"min": [0.464309960603714, 1.8613587617874146, -1.945047378540039, -1.3742722272872925, -2.8913824558258057, -1.5958417654037476, 0.016667895019054413, 0.0, -0.00993099994957447, 0.2933180034160614, -0.2918969988822937, -0.44152313470840454, -0.6725189685821533, -0.4773969054222107, -0.6657823324203491, -1.0523463487625122, -2.050447702407837, 0.6792647242546082, -0.025970501825213432, 0.09978047758340836, 0.6560344099998474, -2.9915120601654053, 30.0, -0.35386401414871216, 0.2628900110721588, -0.2746320068836212, -0.49888598918914795, -0.5427377820014954, -0.5697175860404968, -0.6746330857276917], "max": [0.9556376338005066, 2.04967999458313, 0.8022406101226807, 0.2885203957557678, -1.1027339696884155, -0.7729714512825012, 2.3713788986206055, 882.0, 0.27360299229621887, 0.44663000106811523, -0.09302999824285507, 0.5043102502822876, 0.9920145869255066, 0.6189016699790955, 0.8011779189109802, -0.29792770743370056, -1.9759570360183716, 1.8587406873703003, 1.4994298219680786, 2.7269723415374756, 1.8255969285964966, -0.2183407098054886, 893.0, 0.03413200005888939, 0.4262219965457916, -0.005154999904334545, 0.5618813037872314, 0.9833241701126099, 0.606458306312561, 0.8289351463317871], "mean": [0.6286604404449463, 2.0327274799346924, -0.20153623819351196, -0.10112538188695908, -1.758268117904663, -1.1369459629058838, 0.6457675695419312, 576.46240234375, 0.19543296098709106, 0.3736484944820404, -0.22193007171154022, 0.17807024717330933, 0.09712883085012436, 0.18794435262680054, 0.12680968642234802, -0.6241745352745056, -2.0293593406677246, 1.116539478302002, 0.5151721239089966, 1.4106765985488892, 1.2374076843261719, -1.1913139820098877, 611.4558715820312, -0.1830652952194214, 0.362819105386734, -0.18692810833454132, -0.16209061443805695, 0.615610659122467, 0.21846452355384827, 0.314488023519516], "std": [0.13981686532497406, 0.014060419984161854, 0.7886204123497009, 0.4388044774532318, 0.5306195616722107, 0.18521444499492645, 0.8062808513641357, 312.19317626953125, 0.07259275764226913, 0.03642056882381439, 0.041890695691108704, 0.3332470655441284, 0.6456706523895264, 0.39642077684402466, 0.4715504050254822, 0.20157943665981293, 0.014413047581911087, 0.37326785922050476, 0.49888113141059875, 0.834986686706543, 0.24038799107074738, 0.8993869423866272, 308.0694885253906, 0.11829876154661179, 0.03029906377196312, 0.06159259378910065, 0.28952756524086, 0.3936013877391815, 0.315455824136734, 0.3314523994922638], "count": [1382]}, "actions": {"min": [0.464309960603714, 1.8613587617874146, -1.945047378540039, -1.3742722272872925, -2.8913824558258057, -1.5958417654037476, 0.016667895019054413, 0.0, -0.00993099994957447, 0.2933180034160614, -0.2918969988822937, -0.44152313470840454, -0.6725189685821533, -0.4773969054222107, -0.6657823324203491, -1.0523463487625122, -2.050447702407837, 0.6792647242546082, -0.025970501825213432, 0.09978047758340836, 0.6560344099998474, -2.9915120601654053, 30.0, -0.35386401414871216, 0.2628900110721588, -0.2746320068836212, -0.49888598918914795, -0.5427377820014954, -0.5697175860404968, -0.6746330857276917], "max": [0.9556376338005066, 2.04967999458313, 0.8022406101226807, 0.2885203957557678, -1.1027339696884155, -0.7729714512825012, 2.3713788986206055, 882.0, 0.27360299229621887, 0.44663000106811523, -0.09302999824285507, 0.5043102502822876, 0.9920145869255066, 0.6189016699790955, 0.8011779189109802, -0.29792770743370056, -1.9759570360183716, 1.8587406873703003, 1.4994298219680786, 2.7269723415374756, 1.8255969285964966, -0.2183407098054886, 893.0, 0.03413200005888939, 0.4262219965457916, -0.005154999904334545, 0.5618813037872314, 0.9833241701126099, 0.606458306312561, 0.8289351463317871], "mean": [0.6286604404449463, 2.0327274799346924, -0.20153623819351196, -0.10112538188695908, -1.758268117904663, -1.1369459629058838, 0.6457675695419312, 576.46240234375, 0.19543296098709106, 0.3736484944820404, -0.22193007171154022, 0.17807024717330933, 0.09712883085012436, 0.18794435262680054, 0.12680968642234802, -0.6241745352745056, -2.0293593406677246, 1.116539478302002, 0.5151721239089966, 1.4106765985488892, 1.2374076843261719, -1.1913139820098877, 611.4558715820312, -0.1830652952194214, 0.362819105386734, -0.18692810833454132, -0.16209061443805695, 0.615610659122467, 0.21846452355384827, 0.314488023519516], "std": [0.13981686532497406, 0.014060419984161854, 0.7886204123497009, 0.4388044774532318, 0.5306195616722107, 0.18521444499492645, 0.8062808513641357, 312.19317626953125, 0.07259275764226913, 0.03642056882381439, 0.041890695691108704, 0.3332470655441284, 0.6456706523895264, 0.39642077684402466, 0.4715504050254822, 0.20157943665981293, 0.014413047581911087, 0.37326785922050476, 0.49888113141059875, 0.834986686706543, 0.24038799107074738, 0.8993869423866272, 308.0694885253906, 0.11829876154661179, 0.03029906377196312, 0.06159259378910065, 0.28952756524086, 0.3936013877391815, 0.315455824136734, 0.3314523994922638], "count": [1382]}, "next.done": {"min": [false], "max": [true], "mean": [0.000723589001447178], "std": [0.026889875797484874], "count": [1382]}, "timestamp": {"min": [0.0], "max": [55.24], "mean": [27.619999999999997], "std": [15.957957262757661], "count": [1382]}, "frame_index": {"min": [0], "max": [1381], "mean": [690.5], "std": [398.94893156894153], "count": [1382]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [1382]}, "index": {"min": [149388], "max": [150769], "mean": [150078.5], "std": [398.94893156894153], "count": [1382]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1382]}}} +{"episode_index": 123, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4642166603821016]], [[0.4703814218332407]], [[0.4639669373991162]]], "std": [[[0.14690174955587246]], [[0.14456610657335725]], [[0.146522861760794]]], "count": [247]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679640613836628]], [[0.46751032653277236]], [[0.46242180843322483]]], "std": [[[0.08198164738682817]], [[0.08130017640445318]], [[0.0868987447144424]]], "count": [247]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4794976838069911]], [[0.47873692314307636]], [[0.4741533607538832]]], "std": [[[0.08474499047515989]], [[0.08236554875387646]], [[0.08639744572532188]]], "count": [247]}, "states": {"min": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -1.1679046154022217, -2.0556488037109375, -0.13201671838760376, -0.28208014369010925, 0.7766366600990295, 0.7852760553359985, -2.5646567344665527, 25.0, -0.26043999195098877, 0.35086700320243835, -0.24779200553894043, -0.49934694170951843, -0.5274319052696228, -0.3866520822048187, -0.6102938652038574], "max": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -0.5174726843833923, -1.7871298789978027, 1.8846065998077393, 1.2207531929016113, 2.8716776371002197, 1.850974202156067, -0.026720993220806122, 861.0, 0.033459000289440155, 0.4436190128326416, -0.08971600234508514, 0.5166835188865662, 0.9911010265350342, 0.5463561415672302, 0.7415279150009155], "mean": [0.580733060836792, 2.0295557975769043, 0.0374554805457592, 0.058624811470508575, -1.5485581159591675, -1.0870729684829712, 0.39268064498901367, 855.0, 0.22450721263885498, 0.3835863173007965, -0.23335984349250793, 0.40740808844566345, -0.542603611946106, 0.47493046522140503, 0.5603814125061035, -0.7720606327056885, -2.030069351196289, 1.1111102104187012, 0.5288466215133667, 1.792118787765503, 1.2019015550613403, -1.5225275754928589, 472.72528076171875, -0.14243711531162262, 0.3959055542945862, -0.18215566873550415, -0.11870095133781433, 0.7667521238327026, 0.2957836091518402, 0.3791103661060333], "std": [9.655952453613281e-06, 1.7881393432617188e-05, 7.152557373046875e-07, 7.972101343511895e-07, 3.206710971426219e-05, 2.288818359375e-05, 9.834766387939453e-07, 0.0, 2.205371856689453e-06, 3.6954879760742188e-06, 1.6391277313232422e-07, 5.751793196395738e-06, 5.185604095458984e-06, 6.854534149169922e-07, 1.0848045349121094e-05, 0.20327335596084595, 0.030348490923643112, 0.3765403926372528, 0.2931724488735199, 0.7498958706855774, 0.3147759735584259, 0.6161518692970276, 207.06326293945312, 0.08080670982599258, 0.025663644075393677, 0.03937884047627449, 0.15787839889526367, 0.20354653894901276, 0.22239738702774048, 0.22576701641082764], "count": [1558]}, "actions": {"min": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -1.1679046154022217, -2.0556488037109375, -0.13201671838760376, -0.28208014369010925, 0.7766366600990295, 0.7852760553359985, -2.5646567344665527, 25.0, -0.26043999195098877, 0.35086700320243835, -0.24779200553894043, -0.49934694170951843, -0.5274319052696228, -0.3866520822048187, -0.6102938652038574], "max": [0.5807234048843384, 2.029573678970337, 0.037454765290021896, 0.058625608682632446, -1.5485260486602783, -1.087095856666565, 0.39268162846565247, 855.0, 0.2245050072669983, 0.3835900127887726, -0.23336000740528107, 0.4074023365974426, -0.5426087975502014, 0.47493115067481995, 0.5603922605514526, -0.5174726843833923, -1.7871298789978027, 1.8846065998077393, 1.2207531929016113, 2.8716776371002197, 1.850974202156067, -0.026720993220806122, 861.0, 0.033459000289440155, 0.4436190128326416, -0.08971600234508514, 0.5166835188865662, 0.9911010265350342, 0.5463561415672302, 0.7415279150009155], "mean": [0.580733060836792, 2.0295557975769043, 0.0374554805457592, 0.058624811470508575, -1.5485581159591675, -1.0870729684829712, 0.39268064498901367, 855.0, 0.22450721263885498, 0.3835863173007965, -0.23335984349250793, 0.40740808844566345, -0.542603611946106, 0.47493046522140503, 0.5603814125061035, -0.7720606327056885, -2.030069351196289, 1.1111102104187012, 0.5288466215133667, 1.792118787765503, 1.2019015550613403, -1.5225275754928589, 472.72528076171875, -0.14243711531162262, 0.3959055542945862, -0.18215566873550415, -0.11870095133781433, 0.7667521238327026, 0.2957836091518402, 0.3791103661060333], "std": [9.655952453613281e-06, 1.7881393432617188e-05, 7.152557373046875e-07, 7.972101343511895e-07, 3.206710971426219e-05, 2.288818359375e-05, 9.834766387939453e-07, 0.0, 2.205371856689453e-06, 3.6954879760742188e-06, 1.6391277313232422e-07, 5.751793196395738e-06, 5.185604095458984e-06, 6.854534149169922e-07, 1.0848045349121094e-05, 0.20327335596084595, 0.030348490923643112, 0.3765403926372528, 0.2931724488735199, 0.7498958706855774, 0.3147759735584259, 0.6161518692970276, 207.06326293945312, 0.08080670982599258, 0.025663644075393677, 0.03937884047627449, 0.15787839889526367, 0.20354653894901276, 0.22239738702774048, 0.22576701641082764], "count": [1558]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006418485237483953], "std": [0.025326597762450397], "count": [1558]}, "timestamp": {"min": [0.0], "max": [62.28], "mean": [31.139999999999997], "std": [17.990230682234177], "count": [1558]}, "frame_index": {"min": [0], "max": [1557], "mean": [778.5], "std": [449.75576705585445], "count": [1558]}, "episode_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [1558]}, "index": {"min": [150770], "max": [152327], "mean": [151548.5], "std": [449.75576705585445], "count": [1558]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1558]}}} +{"episode_index": 124, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.46331759773801995]], [[0.4710561946552814]], [[0.46459113618565706]]], "std": [[[0.13796855351114987]], [[0.13508009224996825]], [[0.13759647007937195]]], "count": [217]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7764705882352941]], [[0.7411764705882353]], [[0.7333333333333333]]], "mean": [[[0.47202076556429023]], [[0.4772373431899642]], [[0.47144997515135084]]], "std": [[[0.07264146705502281]], [[0.07255348710051195]], [[0.0766174365993607]]], "count": [217]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[1.0]], [[0.8]]], "mean": [[[0.4716889175024849]], [[0.47033955867293153]], [[0.46644821221499355]]], "std": [[[0.09606154755754337]], [[0.09462187263532422]], [[0.09898490043285697]]], "count": [217]}, "states": {"min": [0.3490484356880188, 1.9370712041854858, -1.8894236087799072, -1.4611374139785767, -2.6585030555725098, -1.4255675077438354, 0.17465509474277496, 48.0, 0.010440000332891941, 0.3267039954662323, -0.2779810130596161, -0.49940353631973267, -0.5964831709861755, -0.548195481300354, -0.5964568853378296, -0.9996373653411865, -2.057882785797119, -0.06909758597612381, -0.2439970225095749, 0.18044959008693695, 0.35990434885025024, -2.3460543155670166, 37.0, -0.3422749936580658, 0.2622640132904053, -0.2804799973964691, -0.4939631223678589, -0.5098784565925598, -0.6283234357833862, -0.5235063433647156], "max": [0.794299304485321, 2.05025577545166, -0.791524350643158, -0.0018325956771150231, -0.08998918533325195, -0.17865191400051117, 2.3408703804016113, 894.0, 0.2963469922542572, 0.440777987241745, -0.11875099688768387, 0.5052616596221924, 0.9706345796585083, 0.5232714414596558, 0.6026645302772522, -0.24851743876934052, -2.022592306137085, 1.469602346420288, 1.1236255168914795, 2.6269125938415527, 1.4972132444381714, -0.21633358299732208, 892.0, -0.01609800010919571, 0.46013399958610535, -0.1086840033531189, 0.5760557651519775, 0.9569401144981384, 0.5905538201332092, 0.6283590793609619], "mean": [0.5648449063301086, 2.0257747173309326, -1.3102617263793945, -0.5528524518013, -1.286645770072937, -0.9356560707092285, 1.098665475845337, 509.70458984375, 0.1738119274377823, 0.3962174952030182, -0.2036111205816269, -0.2291494756937027, 0.6761712431907654, -0.25096529722213745, -0.39305704832077026, -0.6344418525695801, -2.0425539016723633, 0.8160049915313721, 0.19605909287929535, 1.4149096012115479, 1.1644912958145142, -0.9403988718986511, 580.596923828125, -0.1839829832315445, 0.3665153682231903, -0.21500223875045776, -0.2712433934211731, 0.6195295453071594, 0.32688331604003906, 0.4517498314380646], "std": [0.11249123513698578, 0.014456148259341717, 0.2282649725675583, 0.3677144944667816, 0.6967254877090454, 0.18328870832920074, 0.5676983594894409, 268.9515686035156, 0.07002971321344376, 0.032185498625040054, 0.04162147268652916, 0.18997158110141754, 0.337479829788208, 0.22706499695777893, 0.2669542133808136, 0.25640401244163513, 0.007817788049578667, 0.5243245959281921, 0.3765770196914673, 0.7287918925285339, 0.1764378696680069, 0.6911203265190125, 330.2829284667969, 0.10357537120580673, 0.05157922953367233, 0.045728255063295364, 0.20394067466259003, 0.2818949818611145, 0.2653849422931671, 0.20048458874225616], "count": [1310]}, "actions": {"min": [0.3490484356880188, 1.9370712041854858, -1.8894236087799072, -1.4611374139785767, -2.6585030555725098, -1.4255675077438354, 0.17465509474277496, 48.0, 0.010440000332891941, 0.3267039954662323, -0.2779810130596161, -0.49940353631973267, -0.5964831709861755, -0.548195481300354, -0.5964568853378296, -0.9996373653411865, -2.057882785797119, -0.06909758597612381, -0.2439970225095749, 0.18044959008693695, 0.35990434885025024, -2.3460543155670166, 37.0, -0.3422749936580658, 0.2622640132904053, -0.2804799973964691, -0.4939631223678589, -0.5098784565925598, -0.6283234357833862, -0.5235063433647156], "max": [0.794299304485321, 2.05025577545166, -0.791524350643158, -0.0018325956771150231, -0.08998918533325195, -0.17865191400051117, 2.3408703804016113, 894.0, 0.2963469922542572, 0.440777987241745, -0.11875099688768387, 0.5052616596221924, 0.9706345796585083, 0.5232714414596558, 0.6026645302772522, -0.24851743876934052, -2.022592306137085, 1.469602346420288, 1.1236255168914795, 2.6269125938415527, 1.4972132444381714, -0.21633358299732208, 892.0, -0.01609800010919571, 0.46013399958610535, -0.1086840033531189, 0.5760557651519775, 0.9569401144981384, 0.5905538201332092, 0.6283590793609619], "mean": [0.5648449063301086, 2.0257747173309326, -1.3102617263793945, -0.5528524518013, -1.286645770072937, -0.9356560707092285, 1.098665475845337, 509.70458984375, 0.1738119274377823, 0.3962174952030182, -0.2036111205816269, -0.2291494756937027, 0.6761712431907654, -0.25096529722213745, -0.39305704832077026, -0.6344418525695801, -2.0425539016723633, 0.8160049915313721, 0.19605909287929535, 1.4149096012115479, 1.1644912958145142, -0.9403988718986511, 580.596923828125, -0.1839829832315445, 0.3665153682231903, -0.21500223875045776, -0.2712433934211731, 0.6195295453071594, 0.32688331604003906, 0.4517498314380646], "std": [0.11249123513698578, 0.014456148259341717, 0.2282649725675583, 0.3677144944667816, 0.6967254877090454, 0.18328870832920074, 0.5676983594894409, 268.9515686035156, 0.07002971321344376, 0.032185498625040054, 0.04162147268652916, 0.18997158110141754, 0.337479829788208, 0.22706499695777893, 0.2669542133808136, 0.25640401244163513, 0.007817788049578667, 0.5243245959281921, 0.3765770196914673, 0.7287918925285339, 0.1764378696680069, 0.6911203265190125, 330.2829284667969, 0.10357537120580673, 0.05157922953367233, 0.045728255063295364, 0.20394067466259003, 0.2818949818611145, 0.2653849422931671, 0.20048458874225616], "count": [1310]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007633587786259542], "std": [0.027618400786451214], "count": [1310]}, "timestamp": {"min": [0.0], "max": [52.36], "mean": [26.180000000000003], "std": [15.12657264551359], "count": [1310]}, "frame_index": {"min": [0], "max": [1309], "mean": [654.5], "std": [378.16431613783976], "count": [1310]}, "episode_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [1310]}, "index": {"min": [152328], "max": [153637], "mean": [152982.5], "std": [378.16431613783976], "count": [1310]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1310]}}} +{"episode_index": 125, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4595786067858516]], [[0.4677790321030373]], [[0.4643365364282968]]], "std": [[[0.15285900364148716]], [[0.15116423191782197]], [[0.1527273110744144]]], "count": [170]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46815611423490966]], [[0.473461836793541]], [[0.4672754829873126]]], "std": [[[0.09599386074941685]], [[0.09236420812248036]], [[0.09619148611306398]]], "count": [170]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[0.9176470588235294]]], "mean": [[[0.47060138648596694]], [[0.47175648909073437]], [[0.46889563749519414]]], "std": [[[0.1200588706006932]], [[0.11767187590817185]], [[0.12023310071294517]]], "count": [170]}, "states": {"min": [0.4665440022945404, 2.0135340690612793, -0.5400049090385437, -0.23193679749965668, -2.449517250061035, -1.5207926034927368, 0.05440191552042961, -1.0, 0.07428999990224838, 0.2928999960422516, -0.2848080098628998, -0.47589170932769775, -0.6119976043701172, -0.4597203731536865, -0.6089715957641602, -0.9956580400466919, -2.047114133834839, 0.025586524978280067, -0.30916765332221985, 0.4591263234615326, 1.0546326637268066, -2.330660581588745, 38.0, -0.27372801303863525, 0.33127498626708984, -0.25339600443840027, -0.47842493653297424, 0.414741575717926, -0.09018338471651077, 0.15801122784614563], "max": [0.8988097310066223, 2.0415987968444824, -0.20127137005329132, 0.1730668544769287, -1.0560115575790405, -0.9492846131324768, 0.9667902588844299, 890.0, 0.2119619995355606, 0.4192419946193695, -0.20802000164985657, 0.454948753118515, 0.8785413503646851, 0.45754989981651306, 0.6418943405151367, -0.38577017188072205, -1.6849234104156494, 1.6527570486068726, 1.397729516029358, 2.662534713745117, 1.6350419521331787, -0.08278097212314606, 903.0, -0.0020179999992251396, 0.41670599579811096, -0.0866750031709671, 0.08514470607042313, 0.9775500893592834, 0.5484806895256042, 0.7032989263534546], "mean": [0.7261335253715515, 2.0264339447021484, -0.3584955334663391, -0.031238505616784096, -1.8276408910751343, -1.1146875619888306, 0.6502068042755127, 543.0604858398438, 0.1542648822069168, 0.37733015418052673, -0.23754462599754333, -0.21272915601730347, 0.7076765894889832, -0.2768356502056122, -0.5010924339294434, -0.7048208713531494, -2.0171661376953125, 1.1451807022094727, 0.47311168909072876, 1.664731502532959, 1.3367536067962646, -1.3902740478515625, 549.325927734375, -0.13966940343379974, 0.3707226812839508, -0.18778593838214874, -0.09992939978837967, 0.7626667618751526, 0.25225409865379333, 0.45965540409088135], "std": [0.09396789968013763, 0.006106206215918064, 0.0948883667588234, 0.11855348944664001, 0.5328108668327332, 0.13364987075328827, 0.3423510789871216, 313.9992980957031, 0.040962494909763336, 0.03582850471138954, 0.01707863248884678, 0.17706507444381714, 0.2025250345468521, 0.1683262437582016, 0.15970861911773682, 0.18283367156982422, 0.067470021545887, 0.33681243658065796, 0.3644910454750061, 0.7525723576545715, 0.12750758230686188, 0.5316210985183716, 319.00091552734375, 0.07464374601840973, 0.02042090706527233, 0.03966835141181946, 0.1425892561674118, 0.19170692563056946, 0.202950119972229, 0.18752697110176086], "count": [942]}, "actions": {"min": [0.4665440022945404, 2.0135340690612793, -0.5400049090385437, -0.23193679749965668, -2.449517250061035, -1.5207926034927368, 0.05440191552042961, -1.0, 0.07428999990224838, 0.2928999960422516, -0.2848080098628998, -0.47589170932769775, -0.6119976043701172, -0.4597203731536865, -0.6089715957641602, -0.9956580400466919, -2.047114133834839, 0.025586524978280067, -0.30916765332221985, 0.4591263234615326, 1.0546326637268066, -2.330660581588745, 38.0, -0.27372801303863525, 0.33127498626708984, -0.25339600443840027, -0.47842493653297424, 0.414741575717926, -0.09018338471651077, 0.15801122784614563], "max": [0.8988097310066223, 2.0415987968444824, -0.20127137005329132, 0.1730668544769287, -1.0560115575790405, -0.9492846131324768, 0.9667902588844299, 890.0, 0.2119619995355606, 0.4192419946193695, -0.20802000164985657, 0.454948753118515, 0.8785413503646851, 0.45754989981651306, 0.6418943405151367, -0.38577017188072205, -1.6849234104156494, 1.6527570486068726, 1.397729516029358, 2.662534713745117, 1.6350419521331787, -0.08278097212314606, 903.0, -0.0020179999992251396, 0.41670599579811096, -0.0866750031709671, 0.08514470607042313, 0.9775500893592834, 0.5484806895256042, 0.7032989263534546], "mean": [0.7261335253715515, 2.0264339447021484, -0.3584955334663391, -0.031238505616784096, -1.8276408910751343, -1.1146875619888306, 0.6502068042755127, 543.0604858398438, 0.1542648822069168, 0.37733015418052673, -0.23754462599754333, -0.21272915601730347, 0.7076765894889832, -0.2768356502056122, -0.5010924339294434, -0.7048208713531494, -2.0171661376953125, 1.1451807022094727, 0.47311168909072876, 1.664731502532959, 1.3367536067962646, -1.3902740478515625, 549.325927734375, -0.13966940343379974, 0.3707226812839508, -0.18778593838214874, -0.09992939978837967, 0.7626667618751526, 0.25225409865379333, 0.45965540409088135], "std": [0.09396789968013763, 0.006106206215918064, 0.0948883667588234, 0.11855348944664001, 0.5328108668327332, 0.13364987075328827, 0.3423510789871216, 313.9992980957031, 0.040962494909763336, 0.03582850471138954, 0.01707863248884678, 0.17706507444381714, 0.2025250345468521, 0.1683262437582016, 0.15970861911773682, 0.18283367156982422, 0.067470021545887, 0.33681243658065796, 0.3644910454750061, 0.7525723576545715, 0.12750758230686188, 0.5316210985183716, 319.00091552734375, 0.07464374601840973, 0.02042090706527233, 0.03966835141181946, 0.1425892561674118, 0.19170692563056946, 0.202950119972229, 0.18752697110176086], "count": [942]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010615711252653928], "std": [0.03256446210228868], "count": [942]}, "timestamp": {"min": [0.0], "max": [37.64], "mean": [18.82], "std": [10.877272942547073], "count": [942]}, "frame_index": {"min": [0], "max": [941], "mean": [470.5], "std": [271.93182356367686], "count": [942]}, "episode_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [942]}, "index": {"min": [153638], "max": [154579], "mean": [154108.5], "std": [271.93182356367686], "count": [942]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [942]}}} +{"episode_index": 126, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4694259025941837]], [[0.4754884645571712]], [[0.46934431684658884]]], "std": [[[0.14842105225878607]], [[0.14737500435251077]], [[0.14805828390624434]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.7176470588235294]], [[0.7019607843137254]]], "mean": [[[0.47090312316405963]], [[0.4742054727087464]], [[0.4704203913306896]]], "std": [[[0.09201425389034254]], [[0.08713258123703353]], [[0.0896685074982156]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.46807536076228246]], [[0.46824029705515163]], [[0.4649726513732834]]], "std": [[[0.12100769169086403]], [[0.11774134608085443]], [[0.1188829521548875]]], "count": [178]}, "states": {"min": [0.4095415472984314, 1.9709829092025757, -1.815194845199585, -0.48371803760528564, -1.6157211065292358, -1.3156466484069824, 0.28492501378059387, -4.0, 0.04490000009536743, 0.30085501074790955, -0.2784839868545532, -0.41620177030563354, -0.6183503866195679, -0.45657384395599365, -0.6236306428909302, -0.8941846489906311, -2.057114839553833, 0.8528376817703247, -0.16882571578025818, 0.4636816382408142, 0.8255058526992798, -2.2638142108917236, 5.0, -0.2632719874382019, 0.32126399874687195, -0.2822439968585968, -0.41617199778556824, 0.42573240399360657, -0.08519589900970459, 0.08910953998565674], "max": [0.8498706221580505, 2.052821397781372, -1.0303202867507935, 0.024085545912384987, -0.2729869484901428, -0.7895345687866211, 1.2875818014144897, 896.0, 0.2158609926700592, 0.41987401247024536, -0.18825900554656982, 0.4553782045841217, 0.9127103090286255, 0.4135451316833496, 0.6399567723274231, -0.16231563687324524, -1.8159801959991455, 1.6875414848327637, 1.597325325012207, 2.7541818618774414, 1.5444419384002686, -0.43271946907043457, 886.0, -0.044300999492406845, 0.3960990011692047, -0.12610100209712982, -0.001164100831374526, 0.9729194641113281, 0.5447538495063782, 0.6317340731620789], "mean": [0.6265563368797302, 2.0259146690368652, -1.3406614065170288, -0.3282046318054199, -1.1658698320388794, -1.0182137489318848, 1.0619553327560425, 545.288818359375, 0.13666900992393494, 0.38276150822639465, -0.22273483872413635, -0.1010219007730484, 0.649172842502594, -0.2291523516178131, -0.4454975426197052, -0.5731475353240967, -2.035719156265259, 1.0899664163589478, 0.44731971621513367, 1.4890385866165161, 1.2221735715866089, -1.2234747409820557, 606.6075439453125, -0.18097081780433655, 0.3632356822490692, -0.2157420963048935, -0.1936187744140625, 0.713681697845459, 0.3546835482120514, 0.4544294774532318], "std": [0.10368771851062775, 0.013697662390768528, 0.21536482870578766, 0.09233317524194717, 0.3114330470561981, 0.11889632791280746, 0.2265092134475708, 282.0550537109375, 0.051239319145679474, 0.025939445942640305, 0.020533466711640358, 0.16417880356311798, 0.372099906206131, 0.2187381237745285, 0.3226957619190216, 0.13513249158859253, 0.029483705759048462, 0.22066809237003326, 0.5043060183525085, 0.7768471240997314, 0.15814805030822754, 0.6389350891113281, 306.16937255859375, 0.059843387454748154, 0.015801342204213142, 0.043886151164770126, 0.1328875571489334, 0.18359455466270447, 0.19557291269302368, 0.17676985263824463], "count": [1004]}, "actions": {"min": [0.4095415472984314, 1.9709829092025757, -1.815194845199585, -0.48371803760528564, -1.6157211065292358, -1.3156466484069824, 0.28492501378059387, -4.0, 0.04490000009536743, 0.30085501074790955, -0.2784839868545532, -0.41620177030563354, -0.6183503866195679, -0.45657384395599365, -0.6236306428909302, -0.8941846489906311, -2.057114839553833, 0.8528376817703247, -0.16882571578025818, 0.4636816382408142, 0.8255058526992798, -2.2638142108917236, 5.0, -0.2632719874382019, 0.32126399874687195, -0.2822439968585968, -0.41617199778556824, 0.42573240399360657, -0.08519589900970459, 0.08910953998565674], "max": [0.8498706221580505, 2.052821397781372, -1.0303202867507935, 0.024085545912384987, -0.2729869484901428, -0.7895345687866211, 1.2875818014144897, 896.0, 0.2158609926700592, 0.41987401247024536, -0.18825900554656982, 0.4553782045841217, 0.9127103090286255, 0.4135451316833496, 0.6399567723274231, -0.16231563687324524, -1.8159801959991455, 1.6875414848327637, 1.597325325012207, 2.7541818618774414, 1.5444419384002686, -0.43271946907043457, 886.0, -0.044300999492406845, 0.3960990011692047, -0.12610100209712982, -0.001164100831374526, 0.9729194641113281, 0.5447538495063782, 0.6317340731620789], "mean": [0.6265563368797302, 2.0259146690368652, -1.3406614065170288, -0.3282046318054199, -1.1658698320388794, -1.0182137489318848, 1.0619553327560425, 545.288818359375, 0.13666900992393494, 0.38276150822639465, -0.22273483872413635, -0.1010219007730484, 0.649172842502594, -0.2291523516178131, -0.4454975426197052, -0.5731475353240967, -2.035719156265259, 1.0899664163589478, 0.44731971621513367, 1.4890385866165161, 1.2221735715866089, -1.2234747409820557, 606.6075439453125, -0.18097081780433655, 0.3632356822490692, -0.2157420963048935, -0.1936187744140625, 0.713681697845459, 0.3546835482120514, 0.4544294774532318], "std": [0.10368771851062775, 0.013697662390768528, 0.21536482870578766, 0.09233317524194717, 0.3114330470561981, 0.11889632791280746, 0.2265092134475708, 282.0550537109375, 0.051239319145679474, 0.025939445942640305, 0.020533466711640358, 0.16417880356311798, 0.372099906206131, 0.2187381237745285, 0.3226957619190216, 0.13513249158859253, 0.029483705759048462, 0.22066809237003326, 0.5043060183525085, 0.7768471240997314, 0.15814805030822754, 0.6389350891113281, 306.16937255859375, 0.059843387454748154, 0.015801342204213142, 0.043886151164770126, 0.1328875571489334, 0.18359455466270447, 0.19557291269302368, 0.17676985263824463], "count": [1004]}, "next.done": {"min": [false], "max": [true], "mean": [0.00099601593625498], "std": [0.03154399924723728], "count": [1004]}, "timestamp": {"min": [0.0], "max": [40.12], "mean": [20.06], "std": [11.59318765482557], "count": [1004]}, "frame_index": {"min": [0], "max": [1003], "mean": [501.5], "std": [289.82969137063924], "count": [1004]}, "episode_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [1004]}, "index": {"min": [154580], "max": [155583], "mean": [155081.5], "std": [289.82969137063924], "count": [1004]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1004]}}} +{"episode_index": 127, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.466414811308755]], [[0.4715279257661148]], [[0.4665167410277484]]], "std": [[[0.12754027009306665]], [[0.12727361604476012]], [[0.12843280384783717]]], "count": [167]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47386818275214276]], [[0.4764716877519471]], [[0.4693210246174318]]], "std": [[[0.09019809065614928]], [[0.08938910509663996]], [[0.09476379844790782]]], "count": [167]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4859376687800869]], [[0.48584369129388283]], [[0.48126764608038825]]], "std": [[[0.11553779764452715]], [[0.11781586980471662]], [[0.12296166119319582]]], "count": [167]}, "states": {"min": [0.5470734238624573, 1.943947672843933, -1.150643229484558, -0.4832119047641754, 0.896942138671875, 0.8297992944717407, -2.9452083110809326, -5.0, 0.04346200078725815, 0.3284839987754822, -0.25367701053619385, -0.47219082713127136, -0.5360922813415527, -0.5374502539634705, -0.5991946458816528, -1.0139141082763672, -2.051983594894409, -2.535684108734131, -1.1372041702270508, 0.8478111028671265, -1.762974500656128, 0.9600881934165955, 26.0, -0.21910199522972107, 0.2981249988079071, -0.24765199422836304, -0.3587150275707245, 0.4970080852508545, 0.05636732652783394, 0.17385472357273102], "max": [1.0461852550506592, 2.044757843017578, -0.60948646068573, 0.00921533815562725, 2.3871042728424072, 1.5954927206039429, -1.874343991279602, 894.0, 0.2775160074234009, 0.4419420063495636, -0.16403800249099731, 0.44801148772239685, 0.9108114838600159, 0.5658646821975708, 0.5254745483398438, -0.440102219581604, -2.0169198513031006, -1.4756585359573364, 0.09080947935581207, 2.5752856731414795, -0.955585241317749, 2.6214497089385986, 894.0, -0.025683000683784485, 0.42325299978256226, -0.09405100345611572, 0.11813092231750488, 0.9741835594177246, 0.5568670630455017, 0.7137174606323242], "mean": [0.741672933101654, 2.0165855884552, -0.8468714356422424, -0.25979161262512207, 1.5169225931167603, 1.1583153009414673, -2.250340223312378, 643.56396484375, 0.15704558789730072, 0.38650670647621155, -0.2110154777765274, -0.17558397352695465, 0.7615450024604797, -0.2113281488418579, -0.4689136743545532, -0.714201807975769, -2.0373692512512207, -2.145946979522705, -0.5135893821716309, 1.8112156391143799, -1.2761934995651245, 1.6082382202148438, 656.7537841796875, -0.1466355174779892, 0.3830529749393463, -0.19128108024597168, -0.07695797085762024, 0.7660528421401978, 0.3243979811668396, 0.4434807300567627], "std": [0.14838503301143646, 0.016459768638014793, 0.1604694277048111, 0.17316800355911255, 0.5578485131263733, 0.20453214645385742, 0.4330672025680542, 288.29425048828125, 0.07530423253774643, 0.030425703153014183, 0.026483749970793724, 0.19990858435630798, 0.1738746613264084, 0.20613856613636017, 0.10950887203216553, 0.1607513129711151, 0.007261797320097685, 0.2716558575630188, 0.29819366335868835, 0.5706507563591003, 0.2529575228691101, 0.4926586449146271, 292.22979736328125, 0.06027375906705856, 0.03051917441189289, 0.035317786037921906, 0.1502213031053543, 0.1729174703359604, 0.15075160562992096, 0.17360453307628632], "count": [922]}, "actions": {"min": [0.5470734238624573, 1.943947672843933, -1.150643229484558, -0.4832119047641754, 0.896942138671875, 0.8297992944717407, -2.9452083110809326, -5.0, 0.04346200078725815, 0.3284839987754822, -0.25367701053619385, -0.47219082713127136, -0.5360922813415527, -0.5374502539634705, -0.5991946458816528, -1.0139141082763672, -2.051983594894409, -2.535684108734131, -1.1372041702270508, 0.8478111028671265, -1.762974500656128, 0.9600881934165955, 26.0, -0.21910199522972107, 0.2981249988079071, -0.24765199422836304, -0.3587150275707245, 0.4970080852508545, 0.05636732652783394, 0.17385472357273102], "max": [1.0461852550506592, 2.044757843017578, -0.60948646068573, 0.00921533815562725, 2.3871042728424072, 1.5954927206039429, -1.874343991279602, 894.0, 0.2775160074234009, 0.4419420063495636, -0.16403800249099731, 0.44801148772239685, 0.9108114838600159, 0.5658646821975708, 0.5254745483398438, -0.440102219581604, -2.0169198513031006, -1.4756585359573364, 0.09080947935581207, 2.5752856731414795, -0.955585241317749, 2.6214497089385986, 894.0, -0.025683000683784485, 0.42325299978256226, -0.09405100345611572, 0.11813092231750488, 0.9741835594177246, 0.5568670630455017, 0.7137174606323242], "mean": [0.741672933101654, 2.0165855884552, -0.8468714356422424, -0.25979161262512207, 1.5169225931167603, 1.1583153009414673, -2.250340223312378, 643.56396484375, 0.15704558789730072, 0.38650670647621155, -0.2110154777765274, -0.17558397352695465, 0.7615450024604797, -0.2113281488418579, -0.4689136743545532, -0.714201807975769, -2.0373692512512207, -2.145946979522705, -0.5135893821716309, 1.8112156391143799, -1.2761934995651245, 1.6082382202148438, 656.7537841796875, -0.1466355174779892, 0.3830529749393463, -0.19128108024597168, -0.07695797085762024, 0.7660528421401978, 0.3243979811668396, 0.4434807300567627], "std": [0.14838503301143646, 0.016459768638014793, 0.1604694277048111, 0.17316800355911255, 0.5578485131263733, 0.20453214645385742, 0.4330672025680542, 288.29425048828125, 0.07530423253774643, 0.030425703153014183, 0.026483749970793724, 0.19990858435630798, 0.1738746613264084, 0.20613856613636017, 0.10950887203216553, 0.1607513129711151, 0.007261797320097685, 0.2716558575630188, 0.29819366335868835, 0.5706507563591003, 0.2529575228691101, 0.4926586449146271, 292.22979736328125, 0.06027375906705856, 0.03051917441189289, 0.035317786037921906, 0.1502213031053543, 0.1729174703359604, 0.15075160562992096, 0.17360453307628632], "count": [922]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010845986984815619], "std": [0.03291538157373865], "count": [922]}, "timestamp": {"min": [0.0], "max": [36.84], "mean": [18.42], "std": [10.646332701921352], "count": [922]}, "frame_index": {"min": [0], "max": [921], "mean": [460.5], "std": [266.1583175480338], "count": [922]}, "episode_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [922]}, "index": {"min": [155584], "max": [156505], "mean": [156044.5], "std": [266.1583175480338], "count": [922]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [922]}}} +{"episode_index": 128, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4742104701559248]], [[0.4789521252821009]], [[0.47415595965591023]]], "std": [[[0.13295347529123364]], [[0.1330308333300236]], [[0.1329957922311205]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[1.0]], [[1.0]]], "mean": [[[0.4838664966734078]], [[0.4876934140434948]], [[0.48196833600779626]]], "std": [[[0.07778896032047265]], [[0.07691675158962069]], [[0.07894339471818021]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.4759944010302178]], [[0.47722035009818575]], [[0.4729677947038307]]], "std": [[[0.11374932530361993]], [[0.11360819599809839]], [[0.11713886089974869]]], "count": [223]}, "states": {"min": [0.5051332116127014, 1.9908099174499512, -2.3501381874084473, -0.509723424911499, -1.530234932899475, -1.2683308124542236, 0.38041195273399353, 0.0, 0.02222999930381775, 0.33262598514556885, -0.27764400839805603, -0.41729873418807983, -0.6351273655891418, -0.46043121814727783, -0.6363717913627625, -0.8456993103027344, -2.0437979698181152, 0.8068831562995911, 0.1808859258890152, 0.7470183372497559, 0.9366832971572876, -1.7536894083023071, 65.0, -0.2664029896259308, 0.3521290123462677, -0.2721160054206848, -0.3527291417121887, 0.6104736328125, -0.059526409953832626, 0.32666438817977905], "max": [0.9403660297393799, 2.056381940841675, -1.0982484817504883, 0.04427900165319443, -0.21006783843040466, -0.5842664241790771, 1.2334067821502686, 877.0, 0.22500500082969666, 0.44563499093055725, -0.18065699934959412, 0.42428410053253174, 0.9198507070541382, 0.4693082571029663, 0.6390656232833862, -0.3280521035194397, -1.9324983358383179, 1.38486647605896, 0.9929352402687073, 2.3605401515960693, 1.3124003410339355, -0.5752081871032715, 918.0, -0.08090800046920776, 0.4193130135536194, -0.1450739949941635, -0.08729004114866257, 0.9365702867507935, 0.42273613810539246, 0.6215167045593262], "mean": [0.7199531197547913, 2.0291316509246826, -1.593776822090149, -0.300459623336792, -0.9229663610458374, -0.8799101710319519, 1.036668300628662, 427.17242431640625, 0.10244088619947433, 0.3995227813720703, -0.21920499205589294, -0.13359114527702332, 0.7048893570899963, -0.24008284509181976, -0.4788680374622345, -0.5690492391586304, -2.0284464359283447, 1.1542353630065918, 0.508285641670227, 1.5382933616638184, 1.0953212976455688, -1.0823808908462524, 591.9248046875, -0.17001697421073914, 0.37977170944213867, -0.21534109115600586, -0.21016298234462738, 0.7876587510108948, 0.23839126527309418, 0.4717208743095398], "std": [0.0975811555981636, 0.012294766493141651, 0.2966647744178772, 0.08103654533624649, 0.31331783533096313, 0.12886549532413483, 0.1590828001499176, 239.72714233398438, 0.050644293427467346, 0.03335069119930267, 0.02910534106194973, 0.13084961473941803, 0.29027682542800903, 0.19179080426692963, 0.24528619647026062, 0.13547931611537933, 0.01707547903060913, 0.13635902106761932, 0.256689190864563, 0.5655991435050964, 0.11517715454101562, 0.3606109023094177, 316.58447265625, 0.053767554461956024, 0.014607331715524197, 0.028480401262640953, 0.08447351306676865, 0.1096593514084816, 0.1635105460882187, 0.100884348154068], "count": [1357]}, "actions": {"min": [0.5051332116127014, 1.9908099174499512, -2.3501381874084473, -0.509723424911499, -1.530234932899475, -1.2683308124542236, 0.38041195273399353, 0.0, 0.02222999930381775, 0.33262598514556885, -0.27764400839805603, -0.41729873418807983, -0.6351273655891418, -0.46043121814727783, -0.6363717913627625, -0.8456993103027344, -2.0437979698181152, 0.8068831562995911, 0.1808859258890152, 0.7470183372497559, 0.9366832971572876, -1.7536894083023071, 65.0, -0.2664029896259308, 0.3521290123462677, -0.2721160054206848, -0.3527291417121887, 0.6104736328125, -0.059526409953832626, 0.32666438817977905], "max": [0.9403660297393799, 2.056381940841675, -1.0982484817504883, 0.04427900165319443, -0.21006783843040466, -0.5842664241790771, 1.2334067821502686, 877.0, 0.22500500082969666, 0.44563499093055725, -0.18065699934959412, 0.42428410053253174, 0.9198507070541382, 0.4693082571029663, 0.6390656232833862, -0.3280521035194397, -1.9324983358383179, 1.38486647605896, 0.9929352402687073, 2.3605401515960693, 1.3124003410339355, -0.5752081871032715, 918.0, -0.08090800046920776, 0.4193130135536194, -0.1450739949941635, -0.08729004114866257, 0.9365702867507935, 0.42273613810539246, 0.6215167045593262], "mean": [0.7199531197547913, 2.0291316509246826, -1.593776822090149, -0.300459623336792, -0.9229663610458374, -0.8799101710319519, 1.036668300628662, 427.17242431640625, 0.10244088619947433, 0.3995227813720703, -0.21920499205589294, -0.13359114527702332, 0.7048893570899963, -0.24008284509181976, -0.4788680374622345, -0.5690492391586304, -2.0284464359283447, 1.1542353630065918, 0.508285641670227, 1.5382933616638184, 1.0953212976455688, -1.0823808908462524, 591.9248046875, -0.17001697421073914, 0.37977170944213867, -0.21534109115600586, -0.21016298234462738, 0.7876587510108948, 0.23839126527309418, 0.4717208743095398], "std": [0.0975811555981636, 0.012294766493141651, 0.2966647744178772, 0.08103654533624649, 0.31331783533096313, 0.12886549532413483, 0.1590828001499176, 239.72714233398438, 0.050644293427467346, 0.03335069119930267, 0.02910534106194973, 0.13084961473941803, 0.29027682542800903, 0.19179080426692963, 0.24528619647026062, 0.13547931611537933, 0.01707547903060913, 0.13635902106761932, 0.256689190864563, 0.5655991435050964, 0.11517715454101562, 0.3606109023094177, 316.58447265625, 0.053767554461956024, 0.014607331715524197, 0.028480401262640953, 0.08447351306676865, 0.1096593514084816, 0.1635105460882187, 0.100884348154068], "count": [1357]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007369196757553427], "std": [0.02713626033827851], "count": [1357]}, "timestamp": {"min": [0.0], "max": [54.24], "mean": [27.119999999999997], "std": [15.669282051198135], "count": [1357]}, "frame_index": {"min": [0], "max": [1356], "mean": [678.0], "std": [391.73205127995334], "count": [1357]}, "episode_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [1357]}, "index": {"min": [156506], "max": [157862], "mean": [157184.0], "std": [391.73205127995334], "count": [1357]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1357]}}} +{"episode_index": 129, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.48382631516021046]], [[0.48903562390403316]], [[0.48478159373505497]]], "std": [[[0.10441174335747179]], [[0.10585357426110431]], [[0.10647151302153915]]], "count": [205]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[1.0]], [[1.0]]], "mean": [[[0.4752402080344333]], [[0.48287812250916623]], [[0.4782924806711302]]], "std": [[[0.05605506859525581]], [[0.05294331692951366]], [[0.057320481893168795]]], "count": [205]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.48127830782719594]], [[0.47994872768212976]], [[0.4752670791487327]]], "std": [[[0.10169061537470794]], [[0.10444624732444475]], [[0.10938216474210058]]], "count": [205]}, "states": {"min": [0.3972020447254181, 1.9932881593704224, -0.9394060969352722, -0.4659331142902374, -2.4763431549072266, -1.7881072759628296, 0.6702238917350769, 5.0, 0.06135199964046478, 0.29878199100494385, -0.2766079902648926, -0.24789655208587646, -0.6704744696617126, -0.4821639657020569, -0.6690396666526794, -0.8194321393966675, -2.044950008392334, -0.042935099452733994, -0.1903805136680603, 0.6548824310302734, 1.1386353969573975, -1.7835869789123535, 385.0, -0.3171460032463074, 0.2759949862957001, -0.24655799567699432, -0.4905625581741333, -0.48303860425949097, -0.477922648191452, -0.613379955291748], "max": [0.9459336400032043, 2.033064365386963, 0.34978145360946655, 0.04180063679814339, -1.116557002067566, -0.854373574256897, 1.2696921825408936, 886.0, 0.31469300389289856, 0.39297598600387573, -0.1855819970369339, 0.409031480550766, 0.8950644731521606, 0.5343722701072693, 0.6906932592391968, -0.3040887117385864, -1.9784703254699707, 1.5439705848693848, 1.007822871208191, 2.70623779296875, 1.7802706956863403, -0.1595230996608734, 631.0, -0.04630399867892265, 0.3883180022239685, -0.11862599849700928, 0.5650504231452942, 0.9555975198745728, 0.5692440271377563, 0.7064518928527832], "mean": [0.5736387968063354, 2.013841390609741, -0.44910064339637756, -0.22381862998008728, -1.8212522268295288, -1.3225244283676147, 0.9749221205711365, 686.1559448242188, 0.20793455839157104, 0.33989956974983215, -0.22332818806171417, 0.11824718117713928, 0.16796064376831055, 0.13094811141490936, 0.05018719285726547, -0.4608490765094757, -2.0333216190338135, 0.6771630048751831, 0.3072369396686554, 1.3737388849258423, 1.4108456373214722, -0.8778734803199768, 567.6881103515625, -0.23645180463790894, 0.3272307217121124, -0.2072799652814865, -0.039546918123960495, 0.39513471722602844, 0.14680986106395721, 0.26588138937950134], "std": [0.1704898327589035, 0.009713863022625446, 0.27678537368774414, 0.10239988565444946, 0.3765047490596771, 0.17775383591651917, 0.14051997661590576, 299.875732421875, 0.08093483746051788, 0.022242063656449318, 0.02687809430062771, 0.19661302864551544, 0.6688838005065918, 0.3317771255970001, 0.5848103165626526, 0.1745397299528122, 0.009525101631879807, 0.4872209429740906, 0.41299518942832947, 0.6791859865188599, 0.17556338012218475, 0.5253781080245972, 91.29743957519531, 0.08232400566339493, 0.025183318182826042, 0.03129839524626732, 0.36400824785232544, 0.4827709197998047, 0.3965860903263092, 0.4766632616519928], "count": [1212]}, "actions": {"min": [0.3972020447254181, 1.9932881593704224, -0.9394060969352722, -0.4659331142902374, -2.4763431549072266, -1.7881072759628296, 0.6702238917350769, 5.0, 0.06135199964046478, 0.29878199100494385, -0.2766079902648926, -0.24789655208587646, -0.6704744696617126, -0.4821639657020569, -0.6690396666526794, -0.8194321393966675, -2.044950008392334, -0.042935099452733994, -0.1903805136680603, 0.6548824310302734, 1.1386353969573975, -1.7835869789123535, 385.0, -0.3171460032463074, 0.2759949862957001, -0.24655799567699432, -0.4905625581741333, -0.48303860425949097, -0.477922648191452, -0.613379955291748], "max": [0.9459336400032043, 2.033064365386963, 0.34978145360946655, 0.04180063679814339, -1.116557002067566, -0.854373574256897, 1.2696921825408936, 886.0, 0.31469300389289856, 0.39297598600387573, -0.1855819970369339, 0.409031480550766, 0.8950644731521606, 0.5343722701072693, 0.6906932592391968, -0.3040887117385864, -1.9784703254699707, 1.5439705848693848, 1.007822871208191, 2.70623779296875, 1.7802706956863403, -0.1595230996608734, 631.0, -0.04630399867892265, 0.3883180022239685, -0.11862599849700928, 0.5650504231452942, 0.9555975198745728, 0.5692440271377563, 0.7064518928527832], "mean": [0.5736387968063354, 2.013841390609741, -0.44910064339637756, -0.22381862998008728, -1.8212522268295288, -1.3225244283676147, 0.9749221205711365, 686.1559448242188, 0.20793455839157104, 0.33989956974983215, -0.22332818806171417, 0.11824718117713928, 0.16796064376831055, 0.13094811141490936, 0.05018719285726547, -0.4608490765094757, -2.0333216190338135, 0.6771630048751831, 0.3072369396686554, 1.3737388849258423, 1.4108456373214722, -0.8778734803199768, 567.6881103515625, -0.23645180463790894, 0.3272307217121124, -0.2072799652814865, -0.039546918123960495, 0.39513471722602844, 0.14680986106395721, 0.26588138937950134], "std": [0.1704898327589035, 0.009713863022625446, 0.27678537368774414, 0.10239988565444946, 0.3765047490596771, 0.17775383591651917, 0.14051997661590576, 299.875732421875, 0.08093483746051788, 0.022242063656449318, 0.02687809430062771, 0.19661302864551544, 0.6688838005065918, 0.3317771255970001, 0.5848103165626526, 0.1745397299528122, 0.009525101631879807, 0.4872209429740906, 0.41299518942832947, 0.6791859865188599, 0.17556338012218475, 0.5253781080245972, 91.29743957519531, 0.08232400566339493, 0.025183318182826042, 0.03129839524626732, 0.36400824785232544, 0.4827709197998047, 0.3965860903263092, 0.4766632616519928], "count": [1212]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008250825082508251], "std": [0.028712397097863558], "count": [1212]}, "timestamp": {"min": [0.0], "max": [48.44], "mean": [24.22], "std": [13.994965761539635], "count": [1212]}, "frame_index": {"min": [0], "max": [1211], "mean": [605.5], "std": [349.8741440384909], "count": [1212]}, "episode_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [1212]}, "index": {"min": [157863], "max": [159074], "mean": [158468.5], "std": [349.8741440384909], "count": [1212]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1212]}}} +{"episode_index": 130, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.479696939781805]], [[0.48293080312933256]], [[0.47922911612035385]]], "std": [[[0.11855416638817441]], [[0.11900184803136042]], [[0.11901088280479813]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675201906730706]], [[0.4724464838334324]], [[0.46640510806595364]]], "std": [[[0.07443823271629409]], [[0.07198802152347646]], [[0.07559194793715804]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47777975424176405]], [[0.4770489443041527]], [[0.4716469628886908]]], "std": [[[0.10109451397807558]], [[0.10465023267890516]], [[0.11076792438120872]]], "count": [198]}, "states": {"min": [0.5296725630760193, 1.8988659381866455, -0.4357563555240631, -0.4288623332977295, -2.89482045173645, -1.650749921798706, 0.15622442960739136, 0.0, 0.03191100060939789, 0.3000999987125397, -0.27655598521232605, -0.4746387004852295, -0.6558030247688293, -0.5162397027015686, -0.6619229316711426, -0.8728042840957642, -2.0446009635925293, 0.8083317875862122, -0.18558086454868317, 0.14723597466945648, 1.0415951013565063, -1.1290011405944824, 56.0, -0.30873599648475647, 0.31134700775146484, -0.2772110104560852, -0.4833024740219116, 0.3889060914516449, -0.06310436874628067, 0.3639884889125824], "max": [1.0818248987197876, 2.037602186203003, 0.8406203985214233, 0.21263347566127777, -1.4096325635910034, -0.7078706622123718, 1.1571359634399414, 883.0, 0.24663999676704407, 0.4441010057926178, -0.16258199512958527, 0.3203059434890747, 0.9343404769897461, 0.403131902217865, 0.6642429232597351, -0.33403855562210083, -1.9644031524658203, 1.1203444004058838, 0.6639232635498047, 2.2610044479370117, 1.4502290487289429, -0.3632553815841675, 877.0, -0.09159400314092636, 0.40606001019477844, -0.16313199698925018, -0.08395226299762726, 0.9227724075317383, 0.6156355738639832, 0.6121402978897095], "mean": [0.7804866433143616, 2.015564441680908, 0.06993851065635681, -0.08411630988121033, -2.5007758140563965, -1.16875159740448, 0.776206910610199, 464.6488342285156, 0.1436670571565628, 0.3750143051147461, -0.22599130868911743, -0.045370105654001236, 0.47130319476127625, -0.05176585167646408, -0.18869194388389587, -0.541742205619812, -2.0333056449890137, 0.9707615971565247, 0.1026955172419548, 0.919141411781311, 1.1964222192764282, -0.5714085102081299, 579.0474243164062, -0.22223395109176636, 0.3515118956565857, -0.23780252039432526, -0.346253901720047, 0.6123353838920593, 0.3700423836708069, 0.5236286520957947], "std": [0.1781470626592636, 0.019747940823435783, 0.4366346597671509, 0.17961838841438293, 0.3423290252685547, 0.23449096083641052, 0.2506609857082367, 262.54791259765625, 0.06625936180353165, 0.034046657383441925, 0.026074038818478584, 0.2198023647069931, 0.6242364645004272, 0.24963031709194183, 0.4870631694793701, 0.13441497087478638, 0.01447506807744503, 0.11429919302463531, 0.21982361376285553, 0.649536669254303, 0.08983588963747025, 0.2613523006439209, 279.5910949707031, 0.06382332742214203, 0.02180490270256996, 0.027099071070551872, 0.13476334512233734, 0.17915542423725128, 0.2025286853313446, 0.052535250782966614], "count": [1159]}, "actions": {"min": [0.5296725630760193, 1.8988659381866455, -0.4357563555240631, -0.4288623332977295, -2.89482045173645, -1.650749921798706, 0.15622442960739136, 0.0, 0.03191100060939789, 0.3000999987125397, -0.27655598521232605, -0.4746387004852295, -0.6558030247688293, -0.5162397027015686, -0.6619229316711426, -0.8728042840957642, -2.0446009635925293, 0.8083317875862122, -0.18558086454868317, 0.14723597466945648, 1.0415951013565063, -1.1290011405944824, 56.0, -0.30873599648475647, 0.31134700775146484, -0.2772110104560852, -0.4833024740219116, 0.3889060914516449, -0.06310436874628067, 0.3639884889125824], "max": [1.0818248987197876, 2.037602186203003, 0.8406203985214233, 0.21263347566127777, -1.4096325635910034, -0.7078706622123718, 1.1571359634399414, 883.0, 0.24663999676704407, 0.4441010057926178, -0.16258199512958527, 0.3203059434890747, 0.9343404769897461, 0.403131902217865, 0.6642429232597351, -0.33403855562210083, -1.9644031524658203, 1.1203444004058838, 0.6639232635498047, 2.2610044479370117, 1.4502290487289429, -0.3632553815841675, 877.0, -0.09159400314092636, 0.40606001019477844, -0.16313199698925018, -0.08395226299762726, 0.9227724075317383, 0.6156355738639832, 0.6121402978897095], "mean": [0.7804866433143616, 2.015564441680908, 0.06993851065635681, -0.08411630988121033, -2.5007758140563965, -1.16875159740448, 0.776206910610199, 464.6488342285156, 0.1436670571565628, 0.3750143051147461, -0.22599130868911743, -0.045370105654001236, 0.47130319476127625, -0.05176585167646408, -0.18869194388389587, -0.541742205619812, -2.0333056449890137, 0.9707615971565247, 0.1026955172419548, 0.919141411781311, 1.1964222192764282, -0.5714085102081299, 579.0474243164062, -0.22223395109176636, 0.3515118956565857, -0.23780252039432526, -0.346253901720047, 0.6123353838920593, 0.3700423836708069, 0.5236286520957947], "std": [0.1781470626592636, 0.019747940823435783, 0.4366346597671509, 0.17961838841438293, 0.3423290252685547, 0.23449096083641052, 0.2506609857082367, 262.54791259765625, 0.06625936180353165, 0.034046657383441925, 0.026074038818478584, 0.2198023647069931, 0.6242364645004272, 0.24963031709194183, 0.4870631694793701, 0.13441497087478638, 0.01447506807744503, 0.11429919302463531, 0.21982361376285553, 0.649536669254303, 0.08983588963747025, 0.2613523006439209, 279.5910949707031, 0.06382332742214203, 0.02180490270256996, 0.027099071070551872, 0.13476334512233734, 0.17915542423725128, 0.2025286853313446, 0.052535250782966614], "count": [1159]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008628127696289905], "std": [0.02936100004689138], "count": [1159]}, "timestamp": {"min": [0.0], "max": [46.32], "mean": [23.16], "std": [13.38297425836275], "count": [1159]}, "frame_index": {"min": [0], "max": [1158], "mean": [579.0], "std": [334.5743564590687], "count": [1159]}, "episode_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [1159]}, "index": {"min": [159075], "max": [160233], "mean": [159654.0], "std": [334.5743564590687], "count": [1159]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1159]}}} +{"episode_index": 131, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4640393793468242]], [[0.4701985974945534]], [[0.4657710676952405]]], "std": [[[0.12712291403533138]], [[0.12575979364457318]], [[0.12742270138858985]]], "count": [156]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48055601511437906]], [[0.4826778283161555]], [[0.47688985645005866]]], "std": [[[0.0857288034956945]], [[0.08477667764276332]], [[0.09124825844717847]]], "count": [156]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4711586787225574]], [[0.4768848746229261]], [[0.4717084668803419]]], "std": [[[0.09625999069300942]], [[0.09600689093528576]], [[0.10102705180821248]]], "count": [156]}, "states": {"min": [0.46622979640960693, 1.9877904653549194, -1.9523950815200806, -1.456581950187683, 0.39123302698135376, 1.1244982481002808, -2.8665988445281982, 122.0, 0.01093399990350008, 0.31832098960876465, -0.2397889941930771, -0.288534015417099, -0.6250301003456116, -0.3581308126449585, -0.631587028503418, -1.0059728622436523, -2.0493481159210205, 0.363517165184021, -0.041434116661548615, 0.7162482142448425, 0.8389797806739807, -2.222450017929077, 30.0, -0.24628199636936188, 0.3133080005645752, -0.21815000474452972, -0.49527454376220703, -0.523396372795105, -0.39043623208999634, -0.6371074318885803], "max": [0.9917309880256653, 2.046590566635132, 0.6581636667251587, -0.0976337194442749, 1.244123101234436, 1.5813905000686646, -0.900886595249176, 742.0, 0.3001680076122284, 0.4284699857234955, -0.08632700145244598, 0.5315046310424805, 0.9759052991867065, 0.49298757314682007, 0.6369589567184448, -0.2940880060195923, -1.877852201461792, 1.8500490188598633, 1.670960783958435, 2.402114152908325, 1.615127682685852, -0.2683967351913452, 783.0, -0.01982700079679489, 0.4408229887485504, -0.10575799643993378, 0.5356353521347046, 0.9735799431800842, 0.4184923768043518, 0.7276898622512817], "mean": [0.6632210612297058, 2.026480197906494, -0.518022358417511, -0.6080153584480286, 0.9320533871650696, 1.3237134218215942, -1.7486580610275269, 522.4892578125, 0.1788179725408554, 0.3722824454307556, -0.17497117817401886, 0.07044526934623718, 0.522377073764801, -0.02874152548611164, -0.1514325588941574, -0.6417469382286072, -2.001443862915039, 1.1719067096710205, 0.6329867839813232, 1.833963394165039, 1.301690697669983, -1.6040488481521606, 497.08929443359375, -0.13880418241024017, 0.36709898710250854, -0.1792002171278, -0.06578599661588669, 0.7681986689567566, 0.23205123841762543, 0.4080401360988617], "std": [0.1716299057006836, 0.010595855303108692, 0.769050657749176, 0.46208736300468445, 0.257182776927948, 0.07369730621576309, 0.5378252267837524, 251.60357666015625, 0.08281154930591583, 0.028576506301760674, 0.05245398357510567, 0.24995023012161255, 0.5799647569656372, 0.3061034381389618, 0.45372676849365234, 0.2003873735666275, 0.0370720811188221, 0.34059208631515503, 0.41878780722618103, 0.4894694983959198, 0.18420682847499847, 0.5700623393058777, 284.7500305175781, 0.06711005419492722, 0.03197742998600006, 0.028047559782862663, 0.19857002794742584, 0.2555176317691803, 0.14740276336669922, 0.242385134100914], "count": [840]}, "actions": {"min": [0.46622979640960693, 1.9877904653549194, -1.9523950815200806, -1.456581950187683, 0.39123302698135376, 1.1244982481002808, -2.8665988445281982, 122.0, 0.01093399990350008, 0.31832098960876465, -0.2397889941930771, -0.288534015417099, -0.6250301003456116, -0.3581308126449585, -0.631587028503418, -1.0059728622436523, -2.0493481159210205, 0.363517165184021, -0.041434116661548615, 0.7162482142448425, 0.8389797806739807, -2.222450017929077, 30.0, -0.24628199636936188, 0.3133080005645752, -0.21815000474452972, -0.49527454376220703, -0.523396372795105, -0.39043623208999634, -0.6371074318885803], "max": [0.9917309880256653, 2.046590566635132, 0.6581636667251587, -0.0976337194442749, 1.244123101234436, 1.5813905000686646, -0.900886595249176, 742.0, 0.3001680076122284, 0.4284699857234955, -0.08632700145244598, 0.5315046310424805, 0.9759052991867065, 0.49298757314682007, 0.6369589567184448, -0.2940880060195923, -1.877852201461792, 1.8500490188598633, 1.670960783958435, 2.402114152908325, 1.615127682685852, -0.2683967351913452, 783.0, -0.01982700079679489, 0.4408229887485504, -0.10575799643993378, 0.5356353521347046, 0.9735799431800842, 0.4184923768043518, 0.7276898622512817], "mean": [0.6632210612297058, 2.026480197906494, -0.518022358417511, -0.6080153584480286, 0.9320533871650696, 1.3237134218215942, -1.7486580610275269, 522.4892578125, 0.1788179725408554, 0.3722824454307556, -0.17497117817401886, 0.07044526934623718, 0.522377073764801, -0.02874152548611164, -0.1514325588941574, -0.6417469382286072, -2.001443862915039, 1.1719067096710205, 0.6329867839813232, 1.833963394165039, 1.301690697669983, -1.6040488481521606, 497.08929443359375, -0.13880418241024017, 0.36709898710250854, -0.1792002171278, -0.06578599661588669, 0.7681986689567566, 0.23205123841762543, 0.4080401360988617], "std": [0.1716299057006836, 0.010595855303108692, 0.769050657749176, 0.46208736300468445, 0.257182776927948, 0.07369730621576309, 0.5378252267837524, 251.60357666015625, 0.08281154930591583, 0.028576506301760674, 0.05245398357510567, 0.24995023012161255, 0.5799647569656372, 0.3061034381389618, 0.45372676849365234, 0.2003873735666275, 0.0370720811188221, 0.34059208631515503, 0.41878780722618103, 0.4894694983959198, 0.18420682847499847, 0.5700623393058777, 284.7500305175781, 0.06711005419492722, 0.03197742998600006, 0.028047559782862663, 0.19857002794742584, 0.2555176317691803, 0.14740276336669922, 0.242385134100914], "count": [840]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011904761904761906], "std": [0.03448273418561962], "count": [840]}, "timestamp": {"min": [0.0], "max": [33.56], "mean": [16.779999999999998], "std": [9.699477649165788], "count": [840]}, "frame_index": {"min": [0], "max": [839], "mean": [419.5], "std": [242.48694122914466], "count": [840]}, "episode_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [840]}, "index": {"min": [160234], "max": [161073], "mean": [160653.5], "std": [242.48694122914466], "count": [840]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [840]}}} +{"episode_index": 132, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4750509395424837]], [[0.47968223039215685]], [[0.4733986949604403]]], "std": [[[0.13705014067610893]], [[0.13501919166815277]], [[0.1361512752233197]]], "count": [190]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[0.8901960784313725]], [[1.0]]], "mean": [[[0.47567756170450637]], [[0.4748970082989336]], [[0.4703937671998624]]], "std": [[[0.07261791441415216]], [[0.06991563377739027]], [[0.07303066279012892]]], "count": [190]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8588235294117647]], [[1.0]], [[0.8235294117647058]]], "mean": [[[0.46812152885276914]], [[0.4694981112401101]], [[0.465906497248022]]], "std": [[[0.10760481520127593]], [[0.10589552479215204]], [[0.10986360418449129]]], "count": [190]}, "states": {"min": [0.3367438316345215, 2.001194477081299, -1.7520140409469604, -1.1700338125228882, -2.1066298484802246, -1.2425174713134766, 0.3435331881046295, 3.0, 0.026201000437140465, 0.330484002828598, -0.28215399384498596, -0.4628913998603821, -0.566368043422699, -0.5266294479370117, -0.5958864688873291, -0.8649677038192749, -2.055788516998291, -2.0325582027435303, -1.2688368558883667, -0.4205371141433716, -1.3531363010406494, -0.1642005741596222, 40.0, -0.29954299330711365, 0.3244889974594116, -0.2836869955062866, -0.48837798833847046, 0.35388994216918945, -0.08179500699043274, 0.21626439690589905], "max": [0.8625417351722717, 2.046642780303955, -0.8546005487442017, -0.09498082101345062, 0.1105840653181076, -0.5766916871070862, 1.7827842235565186, 881.0, 0.29472699761390686, 0.41662201285362244, -0.15955400466918945, 0.45726826786994934, 0.9285663366317749, 0.48417022824287415, 0.5756455659866333, -0.2263692170381546, -1.957247018814087, -1.0660122632980347, -0.2108357697725296, 2.571254253387451, 0.9416574835777283, 2.7598893642425537, 896.0, -0.04015899822115898, 0.4381609857082367, -0.08555100113153458, -0.08693163841962814, 0.9693751931190491, 0.5939425826072693, 0.6313964128494263], "mean": [0.5268782377243042, 2.0268714427948, -1.4750418663024902, -0.4659251868724823, -1.0073978900909424, -0.9362138509750366, 0.8937174081802368, 471.98541259765625, 0.16659337282180786, 0.3742745518684387, -0.22694414854049683, -0.06575749069452286, 0.4964626431465149, -0.0639367550611496, -0.22262395918369293, -0.42110854387283325, -2.037874460220337, -1.4881455898284912, -0.608948290348053, 1.271551489830017, -0.4550064206123352, 1.5390160083770752, 604.3090209960938, -0.20402982831001282, 0.37331464886665344, -0.21186387538909912, -0.33223843574523926, 0.6159804463386536, 0.4180852770805359, 0.48217612504959106], "std": [0.13661319017410278, 0.009767072275280952, 0.18188771605491638, 0.25732043385505676, 0.6541693210601807, 0.12969686090946198, 0.43237242102622986, 269.1304016113281, 0.0763852596282959, 0.023586047813296318, 0.030869172886013985, 0.2900009751319885, 0.5729206204414368, 0.3137769401073456, 0.42983436584472656, 0.196783646941185, 0.009837843477725983, 0.3360128402709961, 0.27505600452423096, 1.1016100645065308, 0.799115777015686, 1.194886565208435, 309.5976257324219, 0.07162216305732727, 0.03305979445576668, 0.04537099599838257, 0.13434691727161407, 0.19385239481925964, 0.18536069989204407, 0.11362198740243912], "count": [1097]}, "actions": {"min": [0.3367438316345215, 2.001194477081299, -1.7520140409469604, -1.1700338125228882, -2.1066298484802246, -1.2425174713134766, 0.3435331881046295, 3.0, 0.026201000437140465, 0.330484002828598, -0.28215399384498596, -0.4628913998603821, -0.566368043422699, -0.5266294479370117, -0.5958864688873291, -0.8649677038192749, -2.055788516998291, -2.0325582027435303, -1.2688368558883667, -0.4205371141433716, -1.3531363010406494, -0.1642005741596222, 40.0, -0.29954299330711365, 0.3244889974594116, -0.2836869955062866, -0.48837798833847046, 0.35388994216918945, -0.08179500699043274, 0.21626439690589905], "max": [0.8625417351722717, 2.046642780303955, -0.8546005487442017, -0.09498082101345062, 0.1105840653181076, -0.5766916871070862, 1.7827842235565186, 881.0, 0.29472699761390686, 0.41662201285362244, -0.15955400466918945, 0.45726826786994934, 0.9285663366317749, 0.48417022824287415, 0.5756455659866333, -0.2263692170381546, -1.957247018814087, -1.0660122632980347, -0.2108357697725296, 2.571254253387451, 0.9416574835777283, 2.7598893642425537, 896.0, -0.04015899822115898, 0.4381609857082367, -0.08555100113153458, -0.08693163841962814, 0.9693751931190491, 0.5939425826072693, 0.6313964128494263], "mean": [0.5268782377243042, 2.0268714427948, -1.4750418663024902, -0.4659251868724823, -1.0073978900909424, -0.9362138509750366, 0.8937174081802368, 471.98541259765625, 0.16659337282180786, 0.3742745518684387, -0.22694414854049683, -0.06575749069452286, 0.4964626431465149, -0.0639367550611496, -0.22262395918369293, -0.42110854387283325, -2.037874460220337, -1.4881455898284912, -0.608948290348053, 1.271551489830017, -0.4550064206123352, 1.5390160083770752, 604.3090209960938, -0.20402982831001282, 0.37331464886665344, -0.21186387538909912, -0.33223843574523926, 0.6159804463386536, 0.4180852770805359, 0.48217612504959106], "std": [0.13661319017410278, 0.009767072275280952, 0.18188771605491638, 0.25732043385505676, 0.6541693210601807, 0.12969686090946198, 0.43237242102622986, 269.1304016113281, 0.0763852596282959, 0.023586047813296318, 0.030869172886013985, 0.2900009751319885, 0.5729206204414368, 0.3137769401073456, 0.42983436584472656, 0.196783646941185, 0.009837843477725983, 0.3360128402709961, 0.27505600452423096, 1.1016100645065308, 0.799115777015686, 1.194886565208435, 309.5976257324219, 0.07162216305732727, 0.03305979445576668, 0.04537099599838257, 0.13434691727161407, 0.19385239481925964, 0.18536069989204407, 0.11362198740243912], "count": [1097]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009115770282588879], "std": [0.030178569475381677], "count": [1097]}, "timestamp": {"min": [0.0], "max": [43.84], "mean": [21.919999999999998], "std": [12.66705964302687], "count": [1097]}, "frame_index": {"min": [0], "max": [1096], "mean": [548.0], "std": [316.6764910756717], "count": [1097]}, "episode_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [1097]}, "index": {"min": [161074], "max": [162170], "mean": [161622.0], "std": [316.6764910756717], "count": [1097]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1097]}}} +{"episode_index": 133, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4778746572383743]], [[0.4818703668488468]], [[0.47826573181954773]]], "std": [[[0.1343076783030573]], [[0.13515232365424548]], [[0.13543306984545883]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6627450980392157]], [[0.6392156862745098]], [[0.6274509803921569]]], "mean": [[[0.4810144687664338]], [[0.4847861038332958]], [[0.4796569507831868]]], "std": [[[0.07856774339632412]], [[0.0759914478091043]], [[0.07883814209162189]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4810041107918263]], [[0.4809766346912328]], [[0.4769814603523401]]], "std": [[[0.11687406928045657]], [[0.1192325834714005]], [[0.12204721644381585]]], "count": [174]}, "states": {"min": [0.46361181139945984, 2.013796091079712, -0.08541642129421234, -0.2105739861726761, -2.7598893642425537, -1.4735292196273804, 0.2039417326450348, -5.0, 0.04126499965786934, 0.306410014629364, -0.27730900049209595, -0.4259850084781647, -0.6429359316825867, -0.4036563038825989, -0.6387477517127991, -0.6470284461975098, -2.051687002182007, -1.9384326934814453, -1.50335693359375, -0.14309954643249512, -1.3969441652297974, 0.7433706521987915, 33.0, -0.21565000712871552, 0.32341399788856506, -0.26246801018714905, -0.3884403109550476, 0.5208505988121033, -0.13294005393981934, 0.21169297397136688], "max": [0.9879262447357178, 2.0371484756469727, 0.6474124789237976, 0.1834515631198883, -2.132373571395874, -0.7894473671913147, 0.8378104567527771, 890.0, 0.21578900516033173, 0.3807840049266815, -0.21842099726200104, 0.4464365541934967, 0.8909834623336792, 0.4366551637649536, 0.6529495120048523, -0.051626842468976974, -1.7783857583999634, -1.2107175588607788, -0.33737215399742126, 2.5334153175354004, -0.32505014538764954, 2.7563114166259766, 884.0, -0.0681919977068901, 0.3951820135116577, -0.1204409971833229, -0.10135670751333237, 0.9581146240234375, 0.43328118324279785, 0.6912610530853271], "mean": [0.7291650176048279, 2.023632049560547, 0.2688160240650177, -0.025927739217877388, -2.6328155994415283, -1.1606237888336182, 0.7278201580047607, 445.1957092285156, 0.13088536262512207, 0.3613787591457367, -0.2396775782108307, -0.13814234733581543, 0.7031766772270203, -0.19534234702587128, -0.49345898628234863, -0.4392983615398407, -2.024836778640747, -1.6024067401885986, -0.8251664042472839, 1.4103739261627197, -0.9968587756156921, 1.7762892246246338, 529.9047241210938, -0.1546599119901657, 0.3702157139778137, -0.20293882489204407, -0.2144642323255539, 0.7739898562431335, 0.2831929922103882, 0.4346616864204407], "std": [0.12171892076730728, 0.004989389330148697, 0.1576678603887558, 0.14046421647071838, 0.1412007212638855, 0.17665624618530273, 0.14490683376789093, 230.65167236328125, 0.051700931042432785, 0.01507682166993618, 0.014752432703971863, 0.13969308137893677, 0.30205124616622925, 0.1649581789970398, 0.25853291153907776, 0.14334407448768616, 0.029808422550559044, 0.230954110622406, 0.3892552852630615, 0.9425354599952698, 0.19809848070144653, 0.6331899762153625, 252.58612060546875, 0.043757617473602295, 0.01936967670917511, 0.03210792690515518, 0.09813451766967773, 0.1369440257549286, 0.18461191654205322, 0.15280656516551971], "count": [976]}, "actions": {"min": [0.46361181139945984, 2.013796091079712, -0.08541642129421234, -0.2105739861726761, -2.7598893642425537, -1.4735292196273804, 0.2039417326450348, -5.0, 0.04126499965786934, 0.306410014629364, -0.27730900049209595, -0.4259850084781647, -0.6429359316825867, -0.4036563038825989, -0.6387477517127991, -0.6470284461975098, -2.051687002182007, -1.9384326934814453, -1.50335693359375, -0.14309954643249512, -1.3969441652297974, 0.7433706521987915, 33.0, -0.21565000712871552, 0.32341399788856506, -0.26246801018714905, -0.3884403109550476, 0.5208505988121033, -0.13294005393981934, 0.21169297397136688], "max": [0.9879262447357178, 2.0371484756469727, 0.6474124789237976, 0.1834515631198883, -2.132373571395874, -0.7894473671913147, 0.8378104567527771, 890.0, 0.21578900516033173, 0.3807840049266815, -0.21842099726200104, 0.4464365541934967, 0.8909834623336792, 0.4366551637649536, 0.6529495120048523, -0.051626842468976974, -1.7783857583999634, -1.2107175588607788, -0.33737215399742126, 2.5334153175354004, -0.32505014538764954, 2.7563114166259766, 884.0, -0.0681919977068901, 0.3951820135116577, -0.1204409971833229, -0.10135670751333237, 0.9581146240234375, 0.43328118324279785, 0.6912610530853271], "mean": [0.7291650176048279, 2.023632049560547, 0.2688160240650177, -0.025927739217877388, -2.6328155994415283, -1.1606237888336182, 0.7278201580047607, 445.1957092285156, 0.13088536262512207, 0.3613787591457367, -0.2396775782108307, -0.13814234733581543, 0.7031766772270203, -0.19534234702587128, -0.49345898628234863, -0.4392983615398407, -2.024836778640747, -1.6024067401885986, -0.8251664042472839, 1.4103739261627197, -0.9968587756156921, 1.7762892246246338, 529.9047241210938, -0.1546599119901657, 0.3702157139778137, -0.20293882489204407, -0.2144642323255539, 0.7739898562431335, 0.2831929922103882, 0.4346616864204407], "std": [0.12171892076730728, 0.004989389330148697, 0.1576678603887558, 0.14046421647071838, 0.1412007212638855, 0.17665624618530273, 0.14490683376789093, 230.65167236328125, 0.051700931042432785, 0.01507682166993618, 0.014752432703971863, 0.13969308137893677, 0.30205124616622925, 0.1649581789970398, 0.25853291153907776, 0.14334407448768616, 0.029808422550559044, 0.230954110622406, 0.3892552852630615, 0.9425354599952698, 0.19809848070144653, 0.6331899762153625, 252.58612060546875, 0.043757617473602295, 0.01936967670917511, 0.03210792690515518, 0.09813451766967773, 0.1369440257549286, 0.18461191654205322, 0.15280656516551971], "count": [976]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010245901639344263], "std": [0.03199281761474589], "count": [976]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.269871339105872], "count": [976]}, "frame_index": {"min": [0], "max": [975], "mean": [487.5], "std": [281.74678347764683], "count": [976]}, "episode_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [976]}, "index": {"min": [162171], "max": [163146], "mean": [162658.5], "std": [281.74678347764683], "count": [976]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [976]}}} +{"episode_index": 134, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.45676244960601065]], [[0.46344856472573454]], [[0.4572815955042453]]], "std": [[[0.14701967046493614]], [[0.14495171591242512]], [[0.1462153458778235]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46369159069390997]], [[0.47090042319497893]], [[0.4644280883498259]]], "std": [[[0.09769944191824347]], [[0.09346633805944701]], [[0.09646965591906112]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47362015148738623]], [[0.4733904102528862]], [[0.47029342282084174]]], "std": [[[0.11519142237071038]], [[0.11378601597147887]], [[0.11661859464502919]]], "count": [214]}, "states": {"min": [0.4812221825122833, 1.8782011270523071, -1.190436840057373, -0.33199653029441833, -2.0869076251983643, -1.4053391218185425, 0.2775946259498596, 0.0, 0.07512400299310684, 0.31257399916648865, -0.26708298921585083, -0.4405694007873535, -0.6171725392341614, -0.45365992188453674, -0.6467751860618591, -0.984906792640686, -2.0480916500091553, 0.4658108949661255, -0.18308503925800323, 0.7357959151268005, 0.9416574835777283, -2.3847830295562744, 8.0, -0.2480199933052063, 0.30781999230384827, -0.2753260135650635, -0.42030012607574463, 0.38661664724349976, -0.05550897866487503, 0.08291061222553253], "max": [0.8744797706604004, 2.0463290214538574, -0.6472378969192505, 0.08138470351696014, -0.3035127520561218, -0.8761029839515686, 1.236478567123413, 882.0, 0.25620999932289124, 0.42712900042533875, -0.18839199841022491, 0.4689127206802368, 0.8887578248977661, 0.48289966583251953, 0.6266370415687561, -0.3902032673358917, -1.8546741008758545, 1.8336429595947266, 1.2017987966537476, 2.6922051906585693, 1.621742606163025, -0.3833964765071869, 908.0, 0.003601999953389168, 0.42699500918388367, -0.09773000329732895, 0.07435641437768936, 0.9808303713798523, 0.568180501461029, 0.6896923184394836], "mean": [0.662557065486908, 2.013373851776123, -0.8679440021514893, -0.15262331068515778, -1.3933336734771729, -1.1780930757522583, 0.860267698764801, 531.5792236328125, 0.17295674979686737, 0.37539488077163696, -0.2232334464788437, 0.06848236918449402, 0.37254828214645386, -0.03059975430369377, -0.19226913154125214, -0.7003148198127747, -2.033701181411743, 1.1687294244766235, 0.49491608142852783, 1.6370269060134888, 1.2212930917739868, -1.4523097276687622, 538.411376953125, -0.13748154044151306, 0.37977170944213867, -0.19621102511882782, -0.11866405606269836, 0.7580283880233765, 0.30948495864868164, 0.4427787959575653], "std": [0.09458190947771072, 0.028281740844249725, 0.1653844565153122, 0.13732528686523438, 0.5265792608261108, 0.09146243333816528, 0.35368436574935913, 320.0451354980469, 0.0544709786772728, 0.026802869513630867, 0.0192403681576252, 0.26123374700546265, 0.609893798828125, 0.3391311764717102, 0.5132163166999817, 0.1657368689775467, 0.027285989373922348, 0.31528496742248535, 0.36860936880111694, 0.7057276964187622, 0.1968788355588913, 0.6332158446311951, 300.6685791015625, 0.07215870916843414, 0.03257278725504875, 0.04375523328781128, 0.13393695652484894, 0.18129274249076843, 0.1916199028491974, 0.17875373363494873], "count": [1281]}, "actions": {"min": [0.4812221825122833, 1.8782011270523071, -1.190436840057373, -0.33199653029441833, -2.0869076251983643, -1.4053391218185425, 0.2775946259498596, 0.0, 0.07512400299310684, 0.31257399916648865, -0.26708298921585083, -0.4405694007873535, -0.6171725392341614, -0.45365992188453674, -0.6467751860618591, -0.984906792640686, -2.0480916500091553, 0.4658108949661255, -0.18308503925800323, 0.7357959151268005, 0.9416574835777283, -2.3847830295562744, 8.0, -0.2480199933052063, 0.30781999230384827, -0.2753260135650635, -0.42030012607574463, 0.38661664724349976, -0.05550897866487503, 0.08291061222553253], "max": [0.8744797706604004, 2.0463290214538574, -0.6472378969192505, 0.08138470351696014, -0.3035127520561218, -0.8761029839515686, 1.236478567123413, 882.0, 0.25620999932289124, 0.42712900042533875, -0.18839199841022491, 0.4689127206802368, 0.8887578248977661, 0.48289966583251953, 0.6266370415687561, -0.3902032673358917, -1.8546741008758545, 1.8336429595947266, 1.2017987966537476, 2.6922051906585693, 1.621742606163025, -0.3833964765071869, 908.0, 0.003601999953389168, 0.42699500918388367, -0.09773000329732895, 0.07435641437768936, 0.9808303713798523, 0.568180501461029, 0.6896923184394836], "mean": [0.662557065486908, 2.013373851776123, -0.8679440021514893, -0.15262331068515778, -1.3933336734771729, -1.1780930757522583, 0.860267698764801, 531.5792236328125, 0.17295674979686737, 0.37539488077163696, -0.2232334464788437, 0.06848236918449402, 0.37254828214645386, -0.03059975430369377, -0.19226913154125214, -0.7003148198127747, -2.033701181411743, 1.1687294244766235, 0.49491608142852783, 1.6370269060134888, 1.2212930917739868, -1.4523097276687622, 538.411376953125, -0.13748154044151306, 0.37977170944213867, -0.19621102511882782, -0.11866405606269836, 0.7580283880233765, 0.30948495864868164, 0.4427787959575653], "std": [0.09458190947771072, 0.028281740844249725, 0.1653844565153122, 0.13732528686523438, 0.5265792608261108, 0.09146243333816528, 0.35368436574935913, 320.0451354980469, 0.0544709786772728, 0.026802869513630867, 0.0192403681576252, 0.26123374700546265, 0.609893798828125, 0.3391311764717102, 0.5132163166999817, 0.1657368689775467, 0.027285989373922348, 0.31528496742248535, 0.36860936880111694, 0.7057276964187622, 0.1968788355588913, 0.6332158446311951, 300.6685791015625, 0.07215870916843414, 0.03257278725504875, 0.04375523328781128, 0.13393695652484894, 0.18129274249076843, 0.1916199028491974, 0.17875373363494873], "count": [1281]}, "next.done": {"min": [false], "max": [true], "mean": [0.00078064012490242], "std": [0.0279290301639318], "count": [1281]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.791709389609663], "count": [1281]}, "frame_index": {"min": [0], "max": [1280], "mean": [640.0], "std": [369.79273474024154], "count": [1281]}, "episode_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [1281]}, "index": {"min": [163147], "max": [164427], "mean": [163787.0], "std": [369.79273474024154], "count": [1281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1281]}}} +{"episode_index": 135, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[1.0]], [[1.0]]], "mean": [[[0.47954983561460013]], [[0.48502153882889715]], [[0.47910053755801835]]], "std": [[[0.12129596159554322]], [[0.12087013440851685]], [[0.12073749416750805]]], "count": [207]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8117647058823529]], [[1.0]], [[1.0]]], "mean": [[[0.47397655781314135]], [[0.47987347849767925]], [[0.47229356114426446]]], "std": [[[0.0880949758003982]], [[0.08562508051897086]], [[0.09105557341040778]]], "count": [207]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4760301192336838]], [[0.4767857661583152]], [[0.4720792375122352]]], "std": [[[0.10172303995218064]], [[0.10344966228850089]], [[0.1075879818953572]]], "count": [207]}, "states": {"min": [0.363447368144989, 1.971977710723877, -1.1533310413360596, -0.6063623428344727, -2.4360432624816895, -1.2807400226593018, 0.37219148874282837, 4.0, 0.036003001034259796, 0.310371994972229, -0.2777329981327057, -0.44457605481147766, -0.6066975593566895, -0.530529797077179, -0.6178402304649353, -0.8037940263748169, -2.044339179992676, -1.8772238492965698, -0.9481850266456604, -0.4725479185581207, -1.427801489830017, 1.6556891202926636, 50.0, -0.31536999344825745, 0.26378199458122253, -0.2991180121898651, -0.49290868639945984, -0.48434990644454956, -0.5147765874862671, -0.5417619943618774], "max": [1.021052598953247, 2.056504249572754, 0.32536429166793823, 0.136537104845047, -0.25761061906814575, -0.7573158144950867, 1.2340525388717651, 894.0, 0.30837899446487427, 0.40091100335121155, -0.18439100682735443, 0.4647069275379181, 0.8943353891372681, 0.5653985738754272, 0.6184200644493103, -0.17821557819843292, -1.7749823331832886, -1.3496108055114746, -0.12864822149276733, 2.1842448711395264, -0.8931547999382019, 2.834886074066162, 893.0, -0.08434399962425232, 0.3979499936103821, -0.1346309930086136, 0.523019552230835, 0.9456384181976318, 0.5532459616661072, 0.598453938961029], "mean": [0.7276039719581604, 2.028390884399414, -0.3244411051273346, -0.05410928651690483, -2.041985511779785, -1.041640281677246, 0.7392025589942932, 558.3707275390625, 0.14055372774600983, 0.3706660568714142, -0.24663947522640228, -0.14235085248947144, 0.7078379392623901, -0.1870792806148529, -0.4472596347332001, -0.4161619246006012, -2.012583017349243, -1.630433440208435, -0.2990080416202545, 0.6167480945587158, -1.1716787815093994, 2.55840802192688, 535.50244140625, -0.21488319337368011, 0.33090105652809143, -0.23713500797748566, -0.3068180978298187, 0.6324290037155151, 0.2634390890598297, 0.47938773036003113], "std": [0.15011639893054962, 0.010104949586093426, 0.29562416672706604, 0.15109755098819733, 0.3892485797405243, 0.10871016979217529, 0.16564540565013885, 271.7274169921875, 0.06594454497098923, 0.02004639431834221, 0.019781291484832764, 0.17598538100719452, 0.3213936984539032, 0.21509569883346558, 0.25125718116760254, 0.18282192945480347, 0.049949780106544495, 0.17575988173484802, 0.20308367908000946, 0.7681442499160767, 0.11715084314346313, 0.3045743703842163, 270.42987060546875, 0.07302137464284897, 0.03348705172538757, 0.034316882491111755, 0.19817598164081573, 0.26247963309288025, 0.24408003687858582, 0.19733060896396637], "count": [1230]}, "actions": {"min": [0.363447368144989, 1.971977710723877, -1.1533310413360596, -0.6063623428344727, -2.4360432624816895, -1.2807400226593018, 0.37219148874282837, 4.0, 0.036003001034259796, 0.310371994972229, -0.2777329981327057, -0.44457605481147766, -0.6066975593566895, -0.530529797077179, -0.6178402304649353, -0.8037940263748169, -2.044339179992676, -1.8772238492965698, -0.9481850266456604, -0.4725479185581207, -1.427801489830017, 1.6556891202926636, 50.0, -0.31536999344825745, 0.26378199458122253, -0.2991180121898651, -0.49290868639945984, -0.48434990644454956, -0.5147765874862671, -0.5417619943618774], "max": [1.021052598953247, 2.056504249572754, 0.32536429166793823, 0.136537104845047, -0.25761061906814575, -0.7573158144950867, 1.2340525388717651, 894.0, 0.30837899446487427, 0.40091100335121155, -0.18439100682735443, 0.4647069275379181, 0.8943353891372681, 0.5653985738754272, 0.6184200644493103, -0.17821557819843292, -1.7749823331832886, -1.3496108055114746, -0.12864822149276733, 2.1842448711395264, -0.8931547999382019, 2.834886074066162, 893.0, -0.08434399962425232, 0.3979499936103821, -0.1346309930086136, 0.523019552230835, 0.9456384181976318, 0.5532459616661072, 0.598453938961029], "mean": [0.7276039719581604, 2.028390884399414, -0.3244411051273346, -0.05410928651690483, -2.041985511779785, -1.041640281677246, 0.7392025589942932, 558.3707275390625, 0.14055372774600983, 0.3706660568714142, -0.24663947522640228, -0.14235085248947144, 0.7078379392623901, -0.1870792806148529, -0.4472596347332001, -0.4161619246006012, -2.012583017349243, -1.630433440208435, -0.2990080416202545, 0.6167480945587158, -1.1716787815093994, 2.55840802192688, 535.50244140625, -0.21488319337368011, 0.33090105652809143, -0.23713500797748566, -0.3068180978298187, 0.6324290037155151, 0.2634390890598297, 0.47938773036003113], "std": [0.15011639893054962, 0.010104949586093426, 0.29562416672706604, 0.15109755098819733, 0.3892485797405243, 0.10871016979217529, 0.16564540565013885, 271.7274169921875, 0.06594454497098923, 0.02004639431834221, 0.019781291484832764, 0.17598538100719452, 0.3213936984539032, 0.21509569883346558, 0.25125718116760254, 0.18282192945480347, 0.049949780106544495, 0.17575988173484802, 0.20308367908000946, 0.7681442499160767, 0.11715084314346313, 0.3045743703842163, 270.42987060546875, 0.07302137464284897, 0.03348705172538757, 0.034316882491111755, 0.19817598164081573, 0.26247963309288025, 0.24408003687858582, 0.19733060896396637], "count": [1230]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008130081300813008], "std": [0.028501704297492853], "count": [1230]}, "timestamp": {"min": [0.0], "max": [49.16], "mean": [24.58], "std": [14.20281192815939], "count": [1230]}, "frame_index": {"min": [0], "max": [1229], "mean": [614.5], "std": [355.07029820398475], "count": [1230]}, "episode_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [1230]}, "index": {"min": [164428], "max": [165657], "mean": [165042.5], "std": [355.07029820398475], "count": [1230]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1230]}}} +{"episode_index": 136, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4625982411027995]], [[0.4686655120140542]], [[0.4627697176413918]]], "std": [[[0.15000301497801063]], [[0.14929310670355495]], [[0.14973274104321257]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46325554540216857]], [[0.46904584844535113]], [[0.46269603002569043]]], "std": [[[0.10138158911288103]], [[0.09789519461587022]], [[0.10167788436603514]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.46799809328837505]], [[0.4680556629925573]], [[0.4644365944595565]]], "std": [[[0.1223215839491049]], [[0.12053370330485681]], [[0.12321243085244456]]], "count": [173]}, "states": {"min": [0.45146432518959045, 1.9982974529266357, -0.7501774430274963, -0.505778968334198, -2.1921160221099854, -1.494263768196106, 0.03220132738351822, 0.0, 0.08673200011253357, 0.29667600989341736, -0.2721390128135681, -0.49022701382637024, -0.6091981530189514, -0.4919673502445221, -0.6364585161209106, -0.9741380214691162, -2.053536891937256, 0.5107182264328003, -0.2537010610103607, 0.8043175339698792, 1.1582005023956299, -1.8563321828842163, 38.0, -0.27386099100112915, 0.32105499505996704, -0.27066099643707275, -0.43430566787719727, 0.5057631731033325, -0.0437554195523262, 0.27647891640663147], "max": [0.8344942927360535, 2.040132761001587, -0.22996456921100616, 0.18868756294250488, -1.0155895948410034, -0.9018291234970093, 1.0815980434417725, 882.0, 0.2360440045595169, 0.4349150061607361, -0.20270900428295135, 0.3789190649986267, 0.8695541024208069, 0.46181169152259827, 0.6399151086807251, -0.4472406208515167, -1.7799392938613892, 1.701364517211914, 1.059380054473877, 2.646111011505127, 1.720789909362793, -0.17866937816143036, 756.0, -0.02450999990105629, 0.3934589922428131, -0.1136149987578392, 0.03672638535499573, 0.9595538377761841, 0.48306378722190857, 0.6887968182563782], "mean": [0.6884973645210266, 2.0229432582855225, -0.5070491433143616, -0.09021899104118347, -1.7677487134933472, -1.174347162246704, 0.7703647613525391, 520.7184448242188, 0.1618306040763855, 0.36928805708885193, -0.23481716215610504, -0.18834765255451202, 0.7058696150779724, -0.28073644638061523, -0.5173084139823914, -0.6365188360214233, -2.028477191925049, 0.9895129203796387, 0.39617905020713806, 1.6687747240066528, 1.316339135169983, -1.1754716634750366, 516.7691650390625, -0.15495072305202484, 0.3571833372116089, -0.21016378700733185, -0.12705783545970917, 0.7601560354232788, 0.2619447112083435, 0.4981483817100525], "std": [0.09494346380233765, 0.007349103223532438, 0.15480495989322662, 0.1543213576078415, 0.42163169384002686, 0.1457054615020752, 0.3387185037136078, 318.4424133300781, 0.04072162136435509, 0.037678562104701996, 0.01620117574930191, 0.1695215404033661, 0.19958436489105225, 0.16327284276485443, 0.15691569447517395, 0.13685396313667297, 0.04163443669676781, 0.2731252908706665, 0.38654792308807373, 0.613359808921814, 0.13364531099796295, 0.485759437084198, 272.2227478027344, 0.06590595096349716, 0.017739003524184227, 0.03979194536805153, 0.11676594614982605, 0.15794283151626587, 0.17323032021522522, 0.14374689757823944], "count": [966]}, "actions": {"min": [0.45146432518959045, 1.9982974529266357, -0.7501774430274963, -0.505778968334198, -2.1921160221099854, -1.494263768196106, 0.03220132738351822, 0.0, 0.08673200011253357, 0.29667600989341736, -0.2721390128135681, -0.49022701382637024, -0.6091981530189514, -0.4919673502445221, -0.6364585161209106, -0.9741380214691162, -2.053536891937256, 0.5107182264328003, -0.2537010610103607, 0.8043175339698792, 1.1582005023956299, -1.8563321828842163, 38.0, -0.27386099100112915, 0.32105499505996704, -0.27066099643707275, -0.43430566787719727, 0.5057631731033325, -0.0437554195523262, 0.27647891640663147], "max": [0.8344942927360535, 2.040132761001587, -0.22996456921100616, 0.18868756294250488, -1.0155895948410034, -0.9018291234970093, 1.0815980434417725, 882.0, 0.2360440045595169, 0.4349150061607361, -0.20270900428295135, 0.3789190649986267, 0.8695541024208069, 0.46181169152259827, 0.6399151086807251, -0.4472406208515167, -1.7799392938613892, 1.701364517211914, 1.059380054473877, 2.646111011505127, 1.720789909362793, -0.17866937816143036, 756.0, -0.02450999990105629, 0.3934589922428131, -0.1136149987578392, 0.03672638535499573, 0.9595538377761841, 0.48306378722190857, 0.6887968182563782], "mean": [0.6884973645210266, 2.0229432582855225, -0.5070491433143616, -0.09021899104118347, -1.7677487134933472, -1.174347162246704, 0.7703647613525391, 520.7184448242188, 0.1618306040763855, 0.36928805708885193, -0.23481716215610504, -0.18834765255451202, 0.7058696150779724, -0.28073644638061523, -0.5173084139823914, -0.6365188360214233, -2.028477191925049, 0.9895129203796387, 0.39617905020713806, 1.6687747240066528, 1.316339135169983, -1.1754716634750366, 516.7691650390625, -0.15495072305202484, 0.3571833372116089, -0.21016378700733185, -0.12705783545970917, 0.7601560354232788, 0.2619447112083435, 0.4981483817100525], "std": [0.09494346380233765, 0.007349103223532438, 0.15480495989322662, 0.1543213576078415, 0.42163169384002686, 0.1457054615020752, 0.3387185037136078, 318.4424133300781, 0.04072162136435509, 0.037678562104701996, 0.01620117574930191, 0.1695215404033661, 0.19958436489105225, 0.16327284276485443, 0.15691569447517395, 0.13685396313667297, 0.04163443669676781, 0.2731252908706665, 0.38654792308807373, 0.613359808921814, 0.13364531099796295, 0.485759437084198, 272.2227478027344, 0.06590595096349716, 0.017739003524184227, 0.03979194536805153, 0.11676594614982605, 0.15794283151626587, 0.17323032021522522, 0.14374689757823944], "count": [966]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010351966873706005], "std": [0.03215781483852809], "count": [966]}, "timestamp": {"min": [0.0], "max": [38.6], "mean": [19.300000000000004], "std": [11.154401224031107], "count": [966]}, "frame_index": {"min": [0], "max": [965], "mean": [482.5], "std": [278.8600306007777], "count": [966]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [966]}, "index": {"min": [165658], "max": [166623], "mean": [166140.5], "std": [278.8600306007777], "count": [966]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [966]}}} +{"episode_index": 137, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.46544884570494865]], [[0.4717263538748833]], [[0.4654658018207283]]], "std": [[[0.1417026439608909]], [[0.138333384098868]], [[0.14011576797733713]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.46881262955182074]], [[0.46920349206349204]], [[0.463131510270775]]], "std": [[[0.08850888499804972]], [[0.08646328754428964]], [[0.09114184460399154]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4729131465919701]], [[0.4716278443043884]], [[0.46786072829131653]]], "std": [[[0.09766658398884216]], [[0.09692141751993293]], [[0.1006871340071549]]], "count": [175]}, "states": {"min": [0.3592062294483185, 1.8581997156143188, -1.9696389436721802, -1.6368745565414429, -2.673722267150879, -1.6607681512832642, 0.49441686272621155, 27.0, -0.008825999684631824, 0.2914249897003174, -0.28661900758743286, -0.36996570229530334, -0.6461634039878845, -0.5573779344558716, -0.6542681455612183, -0.8206887245178223, -2.073974847793579, 0.7683812379837036, -0.038432151079177856, 0.1330639123916626, 0.9216210842132568, -2.283134937286377, 25.0, -0.3666380047798157, 0.27909401059150696, -0.27986499667167664, -0.4988171458244324, -0.5121034979820251, -0.5550826787948608, -0.5171955823898315], "max": [0.8345816135406494, 2.034198760986328, -0.9616764783859253, -0.14877186715602875, -0.2647664546966553, -0.827268660068512, 2.6507887840270996, 887.0, 0.2778030037879944, 0.43117401003837585, -0.09166999906301498, 0.4280717670917511, 0.988152801990509, 0.5641714334487915, 0.6706351041793823, -0.11700687557458878, -2.009100914001465, 1.7303543090820312, 1.5478103160858154, 2.7492949962615967, 1.5280358791351318, -0.2456725686788559, 903.0, -0.014626000076532364, 0.4087519943714142, -0.0619410015642643, 0.5159943699836731, 0.9709886312484741, 0.601283073425293, 0.6374107599258423], "mean": [0.4947075843811035, 2.0201406478881836, -1.2674052715301514, -0.5885269641876221, -1.4383357763290405, -1.0948141813278198, 1.2660315036773682, 463.5478515625, 0.1893572360277176, 0.35406264662742615, -0.22164709866046906, -0.07124292105436325, 0.5081338286399841, -0.12448639422655106, -0.2066636085510254, -0.505336344242096, -2.042635202407837, 1.0557957887649536, 0.43983063101768494, 1.408577799797058, 1.2181147336959839, -1.040705680847168, 585.339111328125, -0.20362588763237, 0.3371084928512573, -0.22057361900806427, -0.21932050585746765, 0.6643433570861816, 0.27856209874153137, 0.4262582063674927], "std": [0.11391706764698029, 0.01828206330537796, 0.2784275710582733, 0.47175124287605286, 0.721103847026825, 0.21907156705856323, 0.7297417521476746, 247.7689208984375, 0.0820455253124237, 0.031553056091070175, 0.04993061348795891, 0.24044132232666016, 0.5608925223350525, 0.374798983335495, 0.40697789192199707, 0.1995241791009903, 0.013543803244829178, 0.29396334290504456, 0.47193780541419983, 0.7543106079101562, 0.10100822150707245, 0.6286843419075012, 330.94073486328125, 0.10749664157629013, 0.028343629091978073, 0.04876825585961342, 0.19861018657684326, 0.2970821261405945, 0.2638029456138611, 0.23228800296783447], "count": [982]}, "actions": {"min": [0.3592062294483185, 1.8581997156143188, -1.9696389436721802, -1.6368745565414429, -2.673722267150879, -1.6607681512832642, 0.49441686272621155, 27.0, -0.008825999684631824, 0.2914249897003174, -0.28661900758743286, -0.36996570229530334, -0.6461634039878845, -0.5573779344558716, -0.6542681455612183, -0.8206887245178223, -2.073974847793579, 0.7683812379837036, -0.038432151079177856, 0.1330639123916626, 0.9216210842132568, -2.283134937286377, 25.0, -0.3666380047798157, 0.27909401059150696, -0.27986499667167664, -0.4988171458244324, -0.5121034979820251, -0.5550826787948608, -0.5171955823898315], "max": [0.8345816135406494, 2.034198760986328, -0.9616764783859253, -0.14877186715602875, -0.2647664546966553, -0.827268660068512, 2.6507887840270996, 887.0, 0.2778030037879944, 0.43117401003837585, -0.09166999906301498, 0.4280717670917511, 0.988152801990509, 0.5641714334487915, 0.6706351041793823, -0.11700687557458878, -2.009100914001465, 1.7303543090820312, 1.5478103160858154, 2.7492949962615967, 1.5280358791351318, -0.2456725686788559, 903.0, -0.014626000076532364, 0.4087519943714142, -0.0619410015642643, 0.5159943699836731, 0.9709886312484741, 0.601283073425293, 0.6374107599258423], "mean": [0.4947075843811035, 2.0201406478881836, -1.2674052715301514, -0.5885269641876221, -1.4383357763290405, -1.0948141813278198, 1.2660315036773682, 463.5478515625, 0.1893572360277176, 0.35406264662742615, -0.22164709866046906, -0.07124292105436325, 0.5081338286399841, -0.12448639422655106, -0.2066636085510254, -0.505336344242096, -2.042635202407837, 1.0557957887649536, 0.43983063101768494, 1.408577799797058, 1.2181147336959839, -1.040705680847168, 585.339111328125, -0.20362588763237, 0.3371084928512573, -0.22057361900806427, -0.21932050585746765, 0.6643433570861816, 0.27856209874153137, 0.4262582063674927], "std": [0.11391706764698029, 0.01828206330537796, 0.2784275710582733, 0.47175124287605286, 0.721103847026825, 0.21907156705856323, 0.7297417521476746, 247.7689208984375, 0.0820455253124237, 0.031553056091070175, 0.04993061348795891, 0.24044132232666016, 0.5608925223350525, 0.374798983335495, 0.40697789192199707, 0.1995241791009903, 0.013543803244829178, 0.29396334290504456, 0.47193780541419983, 0.7543106079101562, 0.10100822150707245, 0.6286843419075012, 330.94073486328125, 0.10749664157629013, 0.028343629091978073, 0.04876825585961342, 0.19861018657684326, 0.2970821261405945, 0.2638029456138611, 0.23228800296783447], "count": [982]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010183299389002036], "std": [0.03189503006795484], "count": [982]}, "timestamp": {"min": [0.0], "max": [39.24], "mean": [19.619999999999997], "std": [11.339153407552082], "count": [982]}, "frame_index": {"min": [0], "max": [981], "mean": [490.5], "std": [283.47883518880207], "count": [982]}, "episode_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [982]}, "index": {"min": [166624], "max": [167605], "mean": [167114.5], "std": [283.47883518880207], "count": [982]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [982]}}} +{"episode_index": 138, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4577764088547404]], [[0.4664526063468459]], [[0.4595690244730851]]], "std": [[[0.14831526391880648]], [[0.14626800317702185]], [[0.1472819291358773]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634412349911875]], [[0.47076469096533746]], [[0.46494750931739737]]], "std": [[[0.09243895568853049]], [[0.08836714824294692]], [[0.09020311767708776]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687025650381875]], [[0.46924254608210325]], [[0.46614376216310494]]], "std": [[[0.11752367022011698]], [[0.11568718938936015]], [[0.11862577789206405]]], "count": [178]}, "states": {"min": [0.4375540316104889, 2.0093626976013184, -0.8041256666183472, -0.24818584322929382, -2.270324468612671, -1.5189601182937622, 0.15950563549995422, 1.0, 0.08226100355386734, 0.279013991355896, -0.2841069996356964, -0.47511807084083557, -0.6138159036636353, -0.5219323039054871, -0.6153380274772644, -0.963613748550415, -2.0531704425811768, 0.5222898125648499, -0.1840449869632721, 0.3036000430583954, 0.902841329574585, -2.329700469970703, 26.0, -0.20374299585819244, 0.31213000416755676, -0.25776800513267517, -0.3810928165912628, 0.4357668459415436, -0.01599256880581379, 0.17778542637825012], "max": [0.8707622289657593, 2.034024238586426, -0.010681414976716042, 0.10890854895114899, -0.7253064513206482, -0.9800547361373901, 0.9566150307655334, 868.0, 0.27825701236724854, 0.417495995759964, -0.19679400324821472, 0.4866791367530823, 0.8745452165603638, 0.5339183807373047, 0.6466960310935974, -0.46298348903656006, -1.8664202690124512, 1.8004292249679565, 1.1855498552322388, 2.5464704036712646, 1.4770547151565552, -0.4922352135181427, 892.0, 0.016155999153852463, 0.44297799468040466, -0.10654599964618683, 0.0022738524712622166, 0.9717650413513184, 0.5322332978248596, 0.7238073945045471], "mean": [0.623546838760376, 2.021000862121582, -0.500908374786377, -0.10516241192817688, -1.6309460401535034, -1.1725791692733765, 0.6578416228294373, 620.0518798828125, 0.18897446990013123, 0.3614211678504944, -0.23708991706371307, -0.13371603190898895, 0.5561912059783936, -0.18480511009693146, -0.37075552344322205, -0.6673260927200317, -2.0302670001983643, 1.3559086322784424, 0.5071945190429688, 1.3191519975662231, 1.2158095836639404, -1.2798936367034912, 554.034912109375, -0.12672394514083862, 0.3833749294281006, -0.1821826994419098, -0.16309182345867157, 0.7357128262519836, 0.25657355785369873, 0.5061038732528687], "std": [0.10864154249429703, 0.00562627799808979, 0.3162219524383545, 0.13380281627178192, 0.4374251663684845, 0.14747537672519684, 0.31470903754234314, 312.8686828613281, 0.056469064205884933, 0.036925021559000015, 0.022860022261738777, 0.2743939459323883, 0.4344432055950165, 0.3034130036830902, 0.3808760344982147, 0.1290624439716339, 0.029469264671206474, 0.2549692988395691, 0.3741151690483093, 0.7976437211036682, 0.11721171438694, 0.5814179182052612, 293.1775817871094, 0.06602370738983154, 0.029691150411963463, 0.03465767949819565, 0.1400473266839981, 0.18689198791980743, 0.15713131427764893, 0.17585381865501404], "count": [1002]}, "actions": {"min": [0.4375540316104889, 2.0093626976013184, -0.8041256666183472, -0.24818584322929382, -2.270324468612671, -1.5189601182937622, 0.15950563549995422, 1.0, 0.08226100355386734, 0.279013991355896, -0.2841069996356964, -0.47511807084083557, -0.6138159036636353, -0.5219323039054871, -0.6153380274772644, -0.963613748550415, -2.0531704425811768, 0.5222898125648499, -0.1840449869632721, 0.3036000430583954, 0.902841329574585, -2.329700469970703, 26.0, -0.20374299585819244, 0.31213000416755676, -0.25776800513267517, -0.3810928165912628, 0.4357668459415436, -0.01599256880581379, 0.17778542637825012], "max": [0.8707622289657593, 2.034024238586426, -0.010681414976716042, 0.10890854895114899, -0.7253064513206482, -0.9800547361373901, 0.9566150307655334, 868.0, 0.27825701236724854, 0.417495995759964, -0.19679400324821472, 0.4866791367530823, 0.8745452165603638, 0.5339183807373047, 0.6466960310935974, -0.46298348903656006, -1.8664202690124512, 1.8004292249679565, 1.1855498552322388, 2.5464704036712646, 1.4770547151565552, -0.4922352135181427, 892.0, 0.016155999153852463, 0.44297799468040466, -0.10654599964618683, 0.0022738524712622166, 0.9717650413513184, 0.5322332978248596, 0.7238073945045471], "mean": [0.623546838760376, 2.021000862121582, -0.500908374786377, -0.10516241192817688, -1.6309460401535034, -1.1725791692733765, 0.6578416228294373, 620.0518798828125, 0.18897446990013123, 0.3614211678504944, -0.23708991706371307, -0.13371603190898895, 0.5561912059783936, -0.18480511009693146, -0.37075552344322205, -0.6673260927200317, -2.0302670001983643, 1.3559086322784424, 0.5071945190429688, 1.3191519975662231, 1.2158095836639404, -1.2798936367034912, 554.034912109375, -0.12672394514083862, 0.3833749294281006, -0.1821826994419098, -0.16309182345867157, 0.7357128262519836, 0.25657355785369873, 0.5061038732528687], "std": [0.10864154249429703, 0.00562627799808979, 0.3162219524383545, 0.13380281627178192, 0.4374251663684845, 0.14747537672519684, 0.31470903754234314, 312.8686828613281, 0.056469064205884933, 0.036925021559000015, 0.022860022261738777, 0.2743939459323883, 0.4344432055950165, 0.3034130036830902, 0.3808760344982147, 0.1290624439716339, 0.029469264671206474, 0.2549692988395691, 0.3741151690483093, 0.7976437211036682, 0.11721171438694, 0.5814179182052612, 293.1775817871094, 0.06602370738983154, 0.029691150411963463, 0.03465767949819565, 0.1400473266839981, 0.18689198791980743, 0.15713131427764893, 0.17585381865501404], "count": [1002]}, "next.done": {"min": [false], "max": [true], "mean": [0.000998003992015968], "std": [0.03157543317276721], "count": [1002]}, "timestamp": {"min": [0.0], "max": [40.04], "mean": [20.02], "std": [11.570093632579932], "count": [1002]}, "frame_index": {"min": [0], "max": [1001], "mean": [500.5], "std": [289.25234081449827], "count": [1002]}, "episode_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [1002]}, "index": {"min": [167606], "max": [168607], "mean": [168106.5], "std": [289.25234081449827], "count": [1002]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1002]}}} +{"episode_index": 139, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.46364134570494864]], [[0.4687158749610955]], [[0.46199871907096174]]], "std": [[[0.13608300044814528]], [[0.13356288981879158]], [[0.13552633789704946]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[0.7254901960784313]], [[0.7098039215686275]]], "mean": [[[0.46955423961251164]], [[0.47208414254590725]], [[0.4688256078820417]]], "std": [[[0.0648543698087957]], [[0.06291712468051423]], [[0.068062124677697]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[1.0]], [[0.7372549019607844]]], "mean": [[[0.4700675906473701]], [[0.4704606432850918]], [[0.46618467164643634]]], "std": [[[0.09206400845647351]], [[0.09147734974507783]], [[0.09620215659519545]]], "count": [210]}, "states": {"min": [0.3358362913131714, 1.9698834419250488, -1.840868592262268, -1.311091423034668, -2.388011932373047, -1.2633914947509766, 0.24382250010967255, 4.0, 0.009723000228404999, 0.34384000301361084, -0.2726399898529053, -0.4670805037021637, -0.6219543814659119, -0.49987074732780457, -0.619974672794342, -0.8168664574623108, -2.0586509704589844, 0.8726820945739746, -0.009250245057046413, 0.015219271183013916, 0.29160961508750916, -2.388448476791382, 46.0, -0.31243300437927246, 0.31386101245880127, -0.2832050025463104, -0.45244836807250977, 0.33040115237236023, -0.01746283285319805, 0.17416931688785553], "max": [0.8735722303390503, 2.0542352199554443, -0.9125802516937256, -0.11705923080444336, -0.13946926593780518, -0.68205726146698, 2.269364356994629, 894.0, 0.2958250045776367, 0.43786099553108215, -0.14893700182437897, 0.38953545689582825, 0.9421266317367554, 0.5188074707984924, 0.651561975479126, -0.21263347566127777, -1.9037530422210693, 1.6923410892486572, 1.4615386724472046, 2.620542049407959, 1.5030951499938965, -0.3435331881046295, 896.0, -0.048514001071453094, 0.4623660147190094, -0.08853799849748611, -0.06126290187239647, 0.9605451822280884, 0.5947500467300415, 0.7014094591140747], "mean": [0.5665613412857056, 2.024022340774536, -1.2619584798812866, -0.45197656750679016, -1.2770867347717285, -1.0068435668945312, 1.2069274187088013, 531.8089599609375, 0.17836284637451172, 0.3794246017932892, -0.21711502969264984, 0.04655300825834274, 0.3321465253829956, 0.030075237154960632, -0.031429365277290344, -0.5587502717971802, -2.038935899734497, 1.2655168771743774, 0.4733552038669586, 1.2078919410705566, 1.122833251953125, -1.1931756734848022, 569.0895385742188, -0.1894965022802353, 0.37524598836898804, -0.20289984345436096, -0.27691760659217834, 0.6628965139389038, 0.3748556673526764, 0.4649832248687744], "std": [0.17183199524879456, 0.014617755077779293, 0.2682555615901947, 0.2729223668575287, 0.6108614206314087, 0.11058741062879562, 0.46240368485450745, 280.7043151855469, 0.08916647732257843, 0.02049979381263256, 0.02573254518210888, 0.25010690093040466, 0.6531546115875244, 0.3795281946659088, 0.5024071931838989, 0.14927668869495392, 0.01756494864821434, 0.2744917571544647, 0.49000635743141174, 1.002009630203247, 0.18117989599704742, 0.7693060040473938, 284.96307373046875, 0.08126679807901382, 0.03687943518161774, 0.04594283550977707, 0.13394002616405487, 0.22481568157672882, 0.16247549653053284, 0.17966097593307495], "count": [1251]}, "actions": {"min": [0.3358362913131714, 1.9698834419250488, -1.840868592262268, -1.311091423034668, -2.388011932373047, -1.2633914947509766, 0.24382250010967255, 4.0, 0.009723000228404999, 0.34384000301361084, -0.2726399898529053, -0.4670805037021637, -0.6219543814659119, -0.49987074732780457, -0.619974672794342, -0.8168664574623108, -2.0586509704589844, 0.8726820945739746, -0.009250245057046413, 0.015219271183013916, 0.29160961508750916, -2.388448476791382, 46.0, -0.31243300437927246, 0.31386101245880127, -0.2832050025463104, -0.45244836807250977, 0.33040115237236023, -0.01746283285319805, 0.17416931688785553], "max": [0.8735722303390503, 2.0542352199554443, -0.9125802516937256, -0.11705923080444336, -0.13946926593780518, -0.68205726146698, 2.269364356994629, 894.0, 0.2958250045776367, 0.43786099553108215, -0.14893700182437897, 0.38953545689582825, 0.9421266317367554, 0.5188074707984924, 0.651561975479126, -0.21263347566127777, -1.9037530422210693, 1.6923410892486572, 1.4615386724472046, 2.620542049407959, 1.5030951499938965, -0.3435331881046295, 896.0, -0.048514001071453094, 0.4623660147190094, -0.08853799849748611, -0.06126290187239647, 0.9605451822280884, 0.5947500467300415, 0.7014094591140747], "mean": [0.5665613412857056, 2.024022340774536, -1.2619584798812866, -0.45197656750679016, -1.2770867347717285, -1.0068435668945312, 1.2069274187088013, 531.8089599609375, 0.17836284637451172, 0.3794246017932892, -0.21711502969264984, 0.04655300825834274, 0.3321465253829956, 0.030075237154960632, -0.031429365277290344, -0.5587502717971802, -2.038935899734497, 1.2655168771743774, 0.4733552038669586, 1.2078919410705566, 1.122833251953125, -1.1931756734848022, 569.0895385742188, -0.1894965022802353, 0.37524598836898804, -0.20289984345436096, -0.27691760659217834, 0.6628965139389038, 0.3748556673526764, 0.4649832248687744], "std": [0.17183199524879456, 0.014617755077779293, 0.2682555615901947, 0.2729223668575287, 0.6108614206314087, 0.11058741062879562, 0.46240368485450745, 280.7043151855469, 0.08916647732257843, 0.02049979381263256, 0.02573254518210888, 0.25010690093040466, 0.6531546115875244, 0.3795281946659088, 0.5024071931838989, 0.14927668869495392, 0.01756494864821434, 0.2744917571544647, 0.49000635743141174, 1.002009630203247, 0.18117989599704742, 0.7693060040473938, 284.96307373046875, 0.08126679807901382, 0.03687943518161774, 0.04594283550977707, 0.13394002616405487, 0.22481568157672882, 0.16247549653053284, 0.17966097593307495], "count": [1251]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007993605115907274], "std": [0.02826166191792756], "count": [1251]}, "timestamp": {"min": [0.0], "max": [50.0], "mean": [25.0], "std": [14.445299120013633], "count": [1251]}, "frame_index": {"min": [0], "max": [1250], "mean": [625.0], "std": [361.1324780003409], "count": [1251]}, "episode_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [1251]}, "index": {"min": [168608], "max": [169858], "mean": [169233.0], "std": [361.1324780003409], "count": [1251]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1251]}}} +{"episode_index": 140, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4620366109326872]], [[0.46773343592705285]], [[0.46218453957253397]]], "std": [[[0.15001615702712717]], [[0.14826334135745547]], [[0.14923950244438416]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.463488655998798]], [[0.47103294737435203]], [[0.465258441091954]]], "std": [[[0.09354067841517394]], [[0.08988533631413738]], [[0.09301740312054853]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4680540577342048]], [[0.46833198928517766]], [[0.4649688497765006]]], "std": [[[0.11772457045597114]], [[0.11522749960005783]], [[0.11819672949623912]]], "count": [174]}, "states": {"min": [0.47167524695396423, 2.0091707706451416, -1.0173873901367188, -0.47164034843444824, -2.357800006866455, -1.5557864904403687, 0.15219272673130035, 1.0, 0.06847000122070312, 0.30264899134635925, -0.27021199464797974, -0.4457101821899414, -0.614679753780365, -0.46999889612197876, -0.6349878907203674, -0.8683537244796753, -2.0481438636779785, 0.22532200813293457, -0.2559700012207031, 0.8557873368263245, 1.1450058221817017, -2.0202884674072266, 52.0, -0.23212000727653503, 0.320264995098114, -0.253464013338089, -0.4230368733406067, 0.4390259385108948, 0.026828104630112648, 0.2633865177631378], "max": [0.92505943775177, 2.0399060249328613, -0.4385837912559509, 0.11355113238096237, -0.8697324991226196, -0.9561960697174072, 1.0800621509552002, 886.0, 0.23425999283790588, 0.4233750104904175, -0.1743749976158142, 0.5044581890106201, 0.8877882957458496, 0.42647966742515564, 0.6183657050132751, -0.5072101354598999, -1.8643782138824463, 1.6505579948425293, 1.2603720426559448, 2.544480562210083, 1.5713897943496704, -0.28763025999069214, 878.0, -0.022640999406576157, 0.4171929955482483, -0.09159699827432632, 0.06650993227958679, 0.963664174079895, 0.5405378341674805, 0.7293443083763123], "mean": [0.6923794150352478, 2.0252585411071777, -0.6957321166992188, -0.13455480337142944, -1.5299272537231445, -1.1518619060516357, 0.7847065329551697, 558.9116821289062, 0.16463702917099, 0.38171881437301636, -0.22287341952323914, -0.1771586686372757, 0.6589024066925049, -0.2663886845111847, -0.49020740389823914, -0.6639949679374695, -2.0319573879241943, 1.0269858837127686, 0.4452047049999237, 1.6835731267929077, 1.3035516738891602, -1.304640769958496, 618.9599609375, -0.14500738680362701, 0.3664167821407318, -0.20171970129013062, -0.11481820791959763, 0.7624966502189636, 0.2785516381263733, 0.48183122277259827], "std": [0.10457437485456467, 0.006919619627296925, 0.19128504395484924, 0.16223862767219543, 0.4611314535140991, 0.14104413986206055, 0.3373245596885681, 284.0124816894531, 0.04689391702413559, 0.03801495209336281, 0.021525714546442032, 0.20506268739700317, 0.28685545921325684, 0.2057218998670578, 0.23777657747268677, 0.11587020754814148, 0.028043700382113457, 0.3177044093608856, 0.3925451934337616, 0.6125513315200806, 0.12610241770744324, 0.5566989183425903, 295.0884094238281, 0.06323213875293732, 0.020036611706018448, 0.040558699518442154, 0.14096392691135406, 0.16839000582695007, 0.16176994144916534, 0.14583462476730347], "count": [974]}, "actions": {"min": [0.47167524695396423, 2.0091707706451416, -1.0173873901367188, -0.47164034843444824, -2.357800006866455, -1.5557864904403687, 0.15219272673130035, 1.0, 0.06847000122070312, 0.30264899134635925, -0.27021199464797974, -0.4457101821899414, -0.614679753780365, -0.46999889612197876, -0.6349878907203674, -0.8683537244796753, -2.0481438636779785, 0.22532200813293457, -0.2559700012207031, 0.8557873368263245, 1.1450058221817017, -2.0202884674072266, 52.0, -0.23212000727653503, 0.320264995098114, -0.253464013338089, -0.4230368733406067, 0.4390259385108948, 0.026828104630112648, 0.2633865177631378], "max": [0.92505943775177, 2.0399060249328613, -0.4385837912559509, 0.11355113238096237, -0.8697324991226196, -0.9561960697174072, 1.0800621509552002, 886.0, 0.23425999283790588, 0.4233750104904175, -0.1743749976158142, 0.5044581890106201, 0.8877882957458496, 0.42647966742515564, 0.6183657050132751, -0.5072101354598999, -1.8643782138824463, 1.6505579948425293, 1.2603720426559448, 2.544480562210083, 1.5713897943496704, -0.28763025999069214, 878.0, -0.022640999406576157, 0.4171929955482483, -0.09159699827432632, 0.06650993227958679, 0.963664174079895, 0.5405378341674805, 0.7293443083763123], "mean": [0.6923794150352478, 2.0252585411071777, -0.6957321166992188, -0.13455480337142944, -1.5299272537231445, -1.1518619060516357, 0.7847065329551697, 558.9116821289062, 0.16463702917099, 0.38171881437301636, -0.22287341952323914, -0.1771586686372757, 0.6589024066925049, -0.2663886845111847, -0.49020740389823914, -0.6639949679374695, -2.0319573879241943, 1.0269858837127686, 0.4452047049999237, 1.6835731267929077, 1.3035516738891602, -1.304640769958496, 618.9599609375, -0.14500738680362701, 0.3664167821407318, -0.20171970129013062, -0.11481820791959763, 0.7624966502189636, 0.2785516381263733, 0.48183122277259827], "std": [0.10457437485456467, 0.006919619627296925, 0.19128504395484924, 0.16223862767219543, 0.4611314535140991, 0.14104413986206055, 0.3373245596885681, 284.0124816894531, 0.04689391702413559, 0.03801495209336281, 0.021525714546442032, 0.20506268739700317, 0.28685545921325684, 0.2057218998670578, 0.23777657747268677, 0.11587020754814148, 0.028043700382113457, 0.3177044093608856, 0.3925451934337616, 0.6125513315200806, 0.12610241770744324, 0.5566989183425903, 295.0884094238281, 0.06323213875293732, 0.020036611706018448, 0.040558699518442154, 0.14096392691135406, 0.16839000582695007, 0.16176994144916534, 0.14583462476730347], "count": [974]}, "next.done": {"min": [false], "max": [true], "mean": [0.001026694045174538], "std": [0.032025613881893684], "count": [974]}, "timestamp": {"min": [0.0], "max": [38.92], "mean": [19.46], "std": [11.246777316191514], "count": [974]}, "frame_index": {"min": [0], "max": [973], "mean": [486.5], "std": [281.16943290478787], "count": [974]}, "episode_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [974]}, "index": {"min": [169859], "max": [170832], "mean": [170345.5], "std": [281.16943290478787], "count": [974]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [974]}}} +{"episode_index": 141, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4705034697161073]], [[0.4756788914952484]], [[0.4718924839107422]]], "std": [[[0.13346688672245882]], [[0.13191505800537867]], [[0.13293875048066275]]], "count": [163]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4761643209431012]], [[0.47943149158947834]], [[0.4728210082601548]]], "std": [[[0.09061610528533359]], [[0.08887804293122752]], [[0.09259415788926251]]], "count": [163]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.47383789571554596]], [[0.47868543621436305]], [[0.4733788857311841]]], "std": [[[0.10587012373419287]], [[0.10437396290298359]], [[0.10867036516196481]]], "count": [163]}, "states": {"min": [0.584039568901062, 1.9087969064712524, -1.5846192836761475, -0.477487176656723, 0.9510648846626282, 0.8947779536247253, -2.8907365798950195, -1.0, 0.030946999788284302, 0.353287011384964, -0.24181200563907623, -0.47754839062690735, -0.5753371715545654, -0.48601919412612915, -0.5975647568702698, -0.9555677771568298, -2.0538511276245117, -2.5235366821289062, -1.1397873163223267, 0.7510501146316528, -1.5813032388687134, 0.9372592568397522, 27.0, -0.2179509997367859, 0.3140150010585785, -0.22847500443458557, -0.42381930351257324, 0.43007099628448486, 0.07505407184362411, 0.19661574065685272], "max": [0.9570687413215637, 2.0421226024627686, -0.7691666483879089, -0.009128072299063206, 2.4946515560150146, 1.436283826828003, -1.692428469657898, 882.0, 0.24991799890995026, 0.44939398765563965, -0.14000999927520752, 0.4843508005142212, 0.9363398551940918, 0.5186439156532288, 0.578813374042511, -0.4225267767906189, -1.9914381504058838, -1.4925357103347778, 0.1276010125875473, 2.574343204498291, -0.8942369222640991, 2.6881213188171387, 893.0, -0.028869999572634697, 0.43700700998306274, -0.08280300348997116, 0.0887444019317627, 0.97371906042099, 0.4901432693004608, 0.7281751036643982], "mean": [0.7763090133666992, 2.0029919147491455, -1.0084338188171387, -0.30679240822792053, 1.563353419303894, 1.143907904624939, -2.046800136566162, 585.628662109375, 0.14111877977848053, 0.4031336307525635, -0.19415555894374847, -0.13878029584884644, 0.7482721209526062, -0.20877531170845032, -0.46483755111694336, -0.7074682116508484, -2.03647518157959, -2.1500935554504395, -0.5443274974822998, 1.8807151317596436, -1.3409143686294556, 1.6120102405548096, 577.71923828125, -0.13580365478992462, 0.3772408664226532, -0.18508639931678772, -0.06441161036491394, 0.7881805896759033, 0.2749135196208954, 0.46443596482276917], "std": [0.1107567772269249, 0.028052132576704025, 0.2295137643814087, 0.15948908030986786, 0.5032482743263245, 0.1431921273469925, 0.40639400482177734, 292.64263916015625, 0.06521210074424744, 0.030084718018770218, 0.027964545413851738, 0.1876453161239624, 0.23614636063575745, 0.19587764143943787, 0.1783900111913681, 0.13794942200183868, 0.008202902041375637, 0.2673046886920929, 0.3274134397506714, 0.537082850933075, 0.18640699982643127, 0.470070481300354, 316.3856201171875, 0.050809409469366074, 0.029064133763313293, 0.03076077066361904, 0.1281282901763916, 0.16025033593177795, 0.11556868255138397, 0.1670079082250595], "count": [894]}, "actions": {"min": [0.584039568901062, 1.9087969064712524, -1.5846192836761475, -0.477487176656723, 0.9510648846626282, 0.8947779536247253, -2.8907365798950195, -1.0, 0.030946999788284302, 0.353287011384964, -0.24181200563907623, -0.47754839062690735, -0.5753371715545654, -0.48601919412612915, -0.5975647568702698, -0.9555677771568298, -2.0538511276245117, -2.5235366821289062, -1.1397873163223267, 0.7510501146316528, -1.5813032388687134, 0.9372592568397522, 27.0, -0.2179509997367859, 0.3140150010585785, -0.22847500443458557, -0.42381930351257324, 0.43007099628448486, 0.07505407184362411, 0.19661574065685272], "max": [0.9570687413215637, 2.0421226024627686, -0.7691666483879089, -0.009128072299063206, 2.4946515560150146, 1.436283826828003, -1.692428469657898, 882.0, 0.24991799890995026, 0.44939398765563965, -0.14000999927520752, 0.4843508005142212, 0.9363398551940918, 0.5186439156532288, 0.578813374042511, -0.4225267767906189, -1.9914381504058838, -1.4925357103347778, 0.1276010125875473, 2.574343204498291, -0.8942369222640991, 2.6881213188171387, 893.0, -0.028869999572634697, 0.43700700998306274, -0.08280300348997116, 0.0887444019317627, 0.97371906042099, 0.4901432693004608, 0.7281751036643982], "mean": [0.7763090133666992, 2.0029919147491455, -1.0084338188171387, -0.30679240822792053, 1.563353419303894, 1.143907904624939, -2.046800136566162, 585.628662109375, 0.14111877977848053, 0.4031336307525635, -0.19415555894374847, -0.13878029584884644, 0.7482721209526062, -0.20877531170845032, -0.46483755111694336, -0.7074682116508484, -2.03647518157959, -2.1500935554504395, -0.5443274974822998, 1.8807151317596436, -1.3409143686294556, 1.6120102405548096, 577.71923828125, -0.13580365478992462, 0.3772408664226532, -0.18508639931678772, -0.06441161036491394, 0.7881805896759033, 0.2749135196208954, 0.46443596482276917], "std": [0.1107567772269249, 0.028052132576704025, 0.2295137643814087, 0.15948908030986786, 0.5032482743263245, 0.1431921273469925, 0.40639400482177734, 292.64263916015625, 0.06521210074424744, 0.030084718018770218, 0.027964545413851738, 0.1876453161239624, 0.23614636063575745, 0.19587764143943787, 0.1783900111913681, 0.13794942200183868, 0.008202902041375637, 0.2673046886920929, 0.3274134397506714, 0.537082850933075, 0.18640699982643127, 0.470070481300354, 316.3856201171875, 0.050809409469366074, 0.029064133763313293, 0.03076077066361904, 0.1281282901763916, 0.16025033593177795, 0.11556868255138397, 0.1670079082250595], "count": [894]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011185682326621924], "std": [0.03342629261182088], "count": [894]}, "timestamp": {"min": [0.0], "max": [35.72], "mean": [17.86], "std": [10.323016355051786], "count": [894]}, "frame_index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "episode_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [894]}, "index": {"min": [170833], "max": [171726], "mean": [171279.5], "std": [258.07540887629466], "count": [894]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [894]}}} +{"episode_index": 142, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4741842211328976]], [[0.476247037037037]], [[0.47262349128540304]]], "std": [[[0.136076142000335]], [[0.1368368659580775]], [[0.1365018265745653]]], "count": [225]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47718346949891066]], [[0.4797976860929557]], [[0.4729043709150327]]], "std": [[[0.11737580992135788]], [[0.11526452563109155]], [[0.11939386261335212]]], "count": [225]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4754458070079884]], [[0.4767151697530864]], [[0.47410359749455333]]], "std": [[[0.1017352999962733]], [[0.10123950813961753]], [[0.10346839518421777]]], "count": [225]}, "states": {"min": [0.4685685336589813, 2.011788845062256, -0.16371189057826996, -0.1537809520959854, -2.8640329837799072, -1.4193017482757568, 0.2833367586135864, 3.0, 0.0217909999191761, 0.3050130009651184, -0.2787410020828247, -0.3922402262687683, 0.5915061235427856, -0.4014209806919098, -0.654093861579895, -0.7362322211265564, -2.053536891937256, -1.9917871952056885, -1.0544581413269043, 0.4861440360546112, -1.4111335277557373, 1.7654179334640503, 46.0, -0.25520798563957214, 0.2831389904022217, -0.2738859951496124, -0.27976396679878235, 0.5696157813072205, -0.10040292888879776, 0.306869238615036], "max": [1.0285226106643677, 2.0387017726898193, 0.8253138065338135, 0.2899864614009857, -2.4389233589172363, -0.7220951318740845, 0.7540345788002014, 886.0, 0.19740599393844604, 0.399821013212204, -0.21618999540805817, -0.11057215929031372, 0.8916026949882507, 0.02912752330303192, -0.42795413732528687, -0.12997467815876007, -1.9696389436721802, -1.6052491664886475, -0.23577654361724854, 2.18656587600708, -0.861808717250824, 2.489729642868042, 908.0, -0.10374999791383743, 0.39826300740242004, -0.15075400471687317, -0.05385779216885567, 0.9301887154579163, 0.42130035161972046, 0.6806656122207642], "mean": [0.6941206455230713, 2.026843786239624, 0.44522082805633545, 0.12103232741355896, -2.629669427871704, -1.0044912099838257, 0.5189738869667053, 504.0058288574219, 0.1172638013958931, 0.3705134391784668, -0.24307872354984283, -0.24712352454662323, 0.7392778992652893, -0.25428658723831177, -0.5536032319068909, -0.48171982169151306, -2.0299482345581055, -1.8471788167953491, -0.48532164096832275, 1.3695087432861328, -1.1191349029541016, 2.214327335357666, 402.6486511230469, -0.15887457132339478, 0.3496665060520172, -0.23210911452770233, -0.20019513368606567, 0.7842428088188171, 0.19366328418254852, 0.5093780755996704], "std": [0.11319286376237869, 0.006122935097664595, 0.21679332852363586, 0.10882014781236649, 0.12045998126268387, 0.18610107898712158, 0.08979341387748718, 216.22979736328125, 0.04573887214064598, 0.02072419971227646, 0.015526114031672478, 0.06740673631429672, 0.06695976108312607, 0.10091149806976318, 0.045261528342962265, 0.1371305137872696, 0.011641735211014748, 0.11151434481143951, 0.22089260816574097, 0.4340647757053375, 0.12235535681247711, 0.1845329850912094, 267.9002380371094, 0.03828802332282066, 0.03185603395104408, 0.03084152191877365, 0.04897341504693031, 0.09441875666379929, 0.1671137660741806, 0.09312717616558075], "count": [1369]}, "actions": {"min": [0.4685685336589813, 2.011788845062256, -0.16371189057826996, -0.1537809520959854, -2.8640329837799072, -1.4193017482757568, 0.2833367586135864, 3.0, 0.0217909999191761, 0.3050130009651184, -0.2787410020828247, -0.3922402262687683, 0.5915061235427856, -0.4014209806919098, -0.654093861579895, -0.7362322211265564, -2.053536891937256, -1.9917871952056885, -1.0544581413269043, 0.4861440360546112, -1.4111335277557373, 1.7654179334640503, 46.0, -0.25520798563957214, 0.2831389904022217, -0.2738859951496124, -0.27976396679878235, 0.5696157813072205, -0.10040292888879776, 0.306869238615036], "max": [1.0285226106643677, 2.0387017726898193, 0.8253138065338135, 0.2899864614009857, -2.4389233589172363, -0.7220951318740845, 0.7540345788002014, 886.0, 0.19740599393844604, 0.399821013212204, -0.21618999540805817, -0.11057215929031372, 0.8916026949882507, 0.02912752330303192, -0.42795413732528687, -0.12997467815876007, -1.9696389436721802, -1.6052491664886475, -0.23577654361724854, 2.18656587600708, -0.861808717250824, 2.489729642868042, 908.0, -0.10374999791383743, 0.39826300740242004, -0.15075400471687317, -0.05385779216885567, 0.9301887154579163, 0.42130035161972046, 0.6806656122207642], "mean": [0.6941206455230713, 2.026843786239624, 0.44522082805633545, 0.12103232741355896, -2.629669427871704, -1.0044912099838257, 0.5189738869667053, 504.0058288574219, 0.1172638013958931, 0.3705134391784668, -0.24307872354984283, -0.24712352454662323, 0.7392778992652893, -0.25428658723831177, -0.5536032319068909, -0.48171982169151306, -2.0299482345581055, -1.8471788167953491, -0.48532164096832275, 1.3695087432861328, -1.1191349029541016, 2.214327335357666, 402.6486511230469, -0.15887457132339478, 0.3496665060520172, -0.23210911452770233, -0.20019513368606567, 0.7842428088188171, 0.19366328418254852, 0.5093780755996704], "std": [0.11319286376237869, 0.006122935097664595, 0.21679332852363586, 0.10882014781236649, 0.12045998126268387, 0.18610107898712158, 0.08979341387748718, 216.22979736328125, 0.04573887214064598, 0.02072419971227646, 0.015526114031672478, 0.06740673631429672, 0.06695976108312607, 0.10091149806976318, 0.045261528342962265, 0.1371305137872696, 0.011641735211014748, 0.11151434481143951, 0.22089260816574097, 0.4340647757053375, 0.12235535681247711, 0.1845329850912094, 267.9002380371094, 0.03828802332282066, 0.03185603395104408, 0.03084152191877365, 0.04897341504693031, 0.09441875666379929, 0.1671137660741806, 0.09312717616558075], "count": [1369]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007304601899196494], "std": [0.02701715414011239], "count": [1369]}, "timestamp": {"min": [0.0], "max": [54.72], "mean": [27.360000000000003], "std": [15.807846153097518], "count": [1369]}, "frame_index": {"min": [0], "max": [1368], "mean": [684.0], "std": [395.19615382743797], "count": [1369]}, "episode_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [1369]}, "index": {"min": [171727], "max": [173095], "mean": [172411.0], "std": [395.19615382743797], "count": [1369]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1369]}}} +{"episode_index": 143, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46664398700008636]], [[0.4698649891307477]], [[0.46574004851573525]]], "std": [[[0.12275605985839151]], [[0.12274919085964564]], [[0.12437074522649039]]], "count": [227]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.47129598467507416]], [[0.47306539996688834]], [[0.4673118962526273]]], "std": [[[0.08929950385993343]], [[0.08930813104970953]], [[0.09461938360596792]]], "count": [227]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4761348696049639]], [[0.47862371962367917]], [[0.47517059597333794]]], "std": [[[0.06548550945025931]], [[0.06676292158061019]], [[0.07141747854874027]]], "count": [227]}, "states": {"min": [0.28124237060546875, 1.9725887775421143, -1.8278484344482422, -1.762276530265808, 0.6871187090873718, 1.0448414087295532, -2.7282464504241943, 122.0, 0.022314000874757767, 0.30032798647880554, -0.2857300043106079, -0.48727551102638245, 0.5469937324523926, -0.46373096108436584, -0.6443734169006348, -0.870290994644165, -2.057464122772217, 0.3547556400299072, -0.13055062294006348, -2.88991641998291, -1.826155424118042, 0.5513669848442078, 47.0, -0.3048810064792633, 0.2455579936504364, -0.2872850000858307, -0.4999299645423889, -0.5267511010169983, -0.5463253855705261, -0.6289532780647278], "max": [0.8099026083946228, 2.0430824756622314, -0.2940880060195923, -0.019809486344456673, 2.130733013153076, 1.41696298122406, -0.41889649629592896, 869.0, 0.3097659945487976, 0.46260398626327515, -0.0717020034790039, -0.0033423579297959805, 0.9796324372291565, 0.004292165860533714, -0.1663278192281723, 0.04658283665776253, -2.0076870918273926, 1.5571304559707642, 1.563326358795166, -0.7327591180801392, -1.0916860103607178, 2.8396856784820557, 866.0, -0.07326799631118774, 0.3784950077533722, -0.0952330008149147, 0.5330110788345337, 0.9216856956481934, 0.5026372671127319, 0.7142093181610107], "mean": [0.5554316639900208, 2.0124130249023438, -0.8676042556762695, -0.6934036612510681, 1.3785513639450073, 1.1748108863830566, -1.8018139600753784, 707.4711303710938, 0.19597935676574707, 0.38445159792900085, -0.16342057287693024, -0.26001232862472534, 0.7329753041267395, -0.3026694059371948, -0.48568829894065857, -0.45062893629074097, -2.0409982204437256, 1.1754199266433716, 0.524412214756012, -1.70669686794281, -1.4210388660430908, 2.0339877605438232, 603.1327514648438, -0.1715763360261917, 0.31316569447517395, -0.2075110375881195, 0.050696972757577896, 0.5103153586387634, 0.07549580186605453, 0.22825367748737335], "std": [0.1197424978017807, 0.017448170110583305, 0.47017064690589905, 0.4279561936855316, 0.3425869047641754, 0.09526576846837997, 0.6938989758491516, 222.97276306152344, 0.08318578451871872, 0.05526706203818321, 0.0662742331624031, 0.13986095786094666, 0.1266065239906311, 0.13196969032287598, 0.12096711248159409, 0.22250786423683167, 0.007838578894734383, 0.25114262104034424, 0.5117337703704834, 0.7290074229240417, 0.1453137993812561, 0.7775654196739197, 262.2557067871094, 0.07158596068620682, 0.031186804175376892, 0.040164679288864136, 0.2866176664829254, 0.5479380488395691, 0.2864997088909149, 0.46340224146842957], "count": [1386]}, "actions": {"min": [0.28124237060546875, 1.9725887775421143, -1.8278484344482422, -1.762276530265808, 0.6871187090873718, 1.0448414087295532, -2.7282464504241943, 122.0, 0.022314000874757767, 0.30032798647880554, -0.2857300043106079, -0.48727551102638245, 0.5469937324523926, -0.46373096108436584, -0.6443734169006348, -0.870290994644165, -2.057464122772217, 0.3547556400299072, -0.13055062294006348, -2.88991641998291, -1.826155424118042, 0.5513669848442078, 47.0, -0.3048810064792633, 0.2455579936504364, -0.2872850000858307, -0.4999299645423889, -0.5267511010169983, -0.5463253855705261, -0.6289532780647278], "max": [0.8099026083946228, 2.0430824756622314, -0.2940880060195923, -0.019809486344456673, 2.130733013153076, 1.41696298122406, -0.41889649629592896, 869.0, 0.3097659945487976, 0.46260398626327515, -0.0717020034790039, -0.0033423579297959805, 0.9796324372291565, 0.004292165860533714, -0.1663278192281723, 0.04658283665776253, -2.0076870918273926, 1.5571304559707642, 1.563326358795166, -0.7327591180801392, -1.0916860103607178, 2.8396856784820557, 866.0, -0.07326799631118774, 0.3784950077533722, -0.0952330008149147, 0.5330110788345337, 0.9216856956481934, 0.5026372671127319, 0.7142093181610107], "mean": [0.5554316639900208, 2.0124130249023438, -0.8676042556762695, -0.6934036612510681, 1.3785513639450073, 1.1748108863830566, -1.8018139600753784, 707.4711303710938, 0.19597935676574707, 0.38445159792900085, -0.16342057287693024, -0.26001232862472534, 0.7329753041267395, -0.3026694059371948, -0.48568829894065857, -0.45062893629074097, -2.0409982204437256, 1.1754199266433716, 0.524412214756012, -1.70669686794281, -1.4210388660430908, 2.0339877605438232, 603.1327514648438, -0.1715763360261917, 0.31316569447517395, -0.2075110375881195, 0.050696972757577896, 0.5103153586387634, 0.07549580186605453, 0.22825367748737335], "std": [0.1197424978017807, 0.017448170110583305, 0.47017064690589905, 0.4279561936855316, 0.3425869047641754, 0.09526576846837997, 0.6938989758491516, 222.97276306152344, 0.08318578451871872, 0.05526706203818321, 0.0662742331624031, 0.13986095786094666, 0.1266065239906311, 0.13196969032287598, 0.12096711248159409, 0.22250786423683167, 0.007838578894734383, 0.25114262104034424, 0.5117337703704834, 0.7290074229240417, 0.1453137993812561, 0.7775654196739197, 262.2557067871094, 0.07158596068620682, 0.031186804175376892, 0.040164679288864136, 0.2866176664829254, 0.5479380488395691, 0.2864997088909149, 0.46340224146842957], "count": [1386]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007215007215007215], "std": [0.02685107368820836], "count": [1386]}, "timestamp": {"min": [0.0], "max": [55.4], "mean": [27.7], "std": [16.004145296349524], "count": [1386]}, "frame_index": {"min": [0], "max": [1385], "mean": [692.5], "std": [400.1036324087381], "count": [1386]}, "episode_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [1386]}, "index": {"min": [173096], "max": [174481], "mean": [173788.5], "std": [400.1036324087381], "count": [1386]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1386]}}} +{"episode_index": 144, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.459904637038639]], [[0.4671483654123414]], [[0.4603885374615532]]], "std": [[[0.1403863295585476]], [[0.1360563052116968]], [[0.1386375344408567]]], "count": [204]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.46655900374855824]], [[0.4672878179866718]], [[0.46256744601435346]]], "std": [[[0.08072920614082481]], [[0.08018069334087968]], [[0.08378385241542191]]], "count": [204]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47021235121908245]], [[0.47101233600057674]], [[0.4662430475458157]]], "std": [[[0.0839538600569772]], [[0.08354830885535906]], [[0.08943721297879452]]], "count": [204]}, "states": {"min": [0.3847578167915344, 1.9734612703323364, -2.089420795440674, -1.369158387184143, -2.7213172912597656, -1.4795331954956055, 0.09658652544021606, 4.0, -0.014790999703109264, 0.28981998562812805, -0.287324994802475, -0.47269245982170105, -0.6429389715194702, -0.5354782342910767, -0.6469537019729614, -0.924989640712738, -2.0476202964782715, -0.2601238787174225, -0.12920671701431274, 0.05708971992135048, 0.10018189996480942, -2.3693718910217285, 25.0, -0.3901970088481903, 0.2601949870586395, -0.27598899602890015, -0.4977545142173767, -0.49884411692619324, -0.665742814540863, -0.6675441265106201], "max": [0.977681040763855, 2.0448801517486572, 0.24703392386436462, 0.1871691197156906, -0.15905185043811798, -0.8318413496017456, 2.4958558082580566, 861.0, 0.30387699604034424, 0.4382840096950531, -0.1065559983253479, 0.4869309365749359, 0.9964033365249634, 0.6844416856765747, 0.7911829948425293, -0.0694291964173317, -1.995033621788025, 1.7641962766647339, 1.5280532836914062, 2.669795513153076, 1.8094003200531006, -0.24560274183750153, 891.0, -0.0013099999632686377, 0.41601601243019104, -0.07462199777364731, 0.6190842986106873, 0.9787271022796631, 0.5427418947219849, 0.7574501037597656], "mean": [0.609470784664154, 2.0302014350891113, -0.9012379050254822, -0.27674800157546997, -1.365748643875122, -1.1794853210449219, 0.9305708408355713, 527.2537231445312, 0.18956130743026733, 0.3550613522529602, -0.22208109498023987, 0.15137779712677002, 0.18440783023834229, 0.22581376135349274, 0.12962591648101807, -0.535377562046051, -2.033101797103882, 1.0537220239639282, 0.5143844485282898, 1.3645070791244507, 1.2389566898345947, -1.0674777030944824, 507.75372314453125, -0.20746362209320068, 0.33579856157302856, -0.20151154696941376, 0.05233699083328247, 0.4657815396785736, -0.08849881589412689, 0.13246659934520721], "std": [0.17942862212657928, 0.0117000387981534, 0.7503437995910645, 0.497963547706604, 0.8665127158164978, 0.16379153728485107, 0.8615517616271973, 299.6732177734375, 0.10547146946191788, 0.030725430697202682, 0.04590093716979027, 0.30691954493522644, 0.6571691036224365, 0.36875802278518677, 0.4617692232131958, 0.2217879742383957, 0.007875297218561172, 0.42919057607650757, 0.5240737795829773, 0.9446684122085571, 0.24373695254325867, 0.7277476787567139, 283.22412109375, 0.13388392329216003, 0.03701929375529289, 0.05976792424917221, 0.3466166853904724, 0.544938325881958, 0.39904552698135376, 0.42259958386421204], "count": [1206]}, "actions": {"min": [0.3847578167915344, 1.9734612703323364, -2.089420795440674, -1.369158387184143, -2.7213172912597656, -1.4795331954956055, 0.09658652544021606, 4.0, -0.014790999703109264, 0.28981998562812805, -0.287324994802475, -0.47269245982170105, -0.6429389715194702, -0.5354782342910767, -0.6469537019729614, -0.924989640712738, -2.0476202964782715, -0.2601238787174225, -0.12920671701431274, 0.05708971992135048, 0.10018189996480942, -2.3693718910217285, 25.0, -0.3901970088481903, 0.2601949870586395, -0.27598899602890015, -0.4977545142173767, -0.49884411692619324, -0.665742814540863, -0.6675441265106201], "max": [0.977681040763855, 2.0448801517486572, 0.24703392386436462, 0.1871691197156906, -0.15905185043811798, -0.8318413496017456, 2.4958558082580566, 861.0, 0.30387699604034424, 0.4382840096950531, -0.1065559983253479, 0.4869309365749359, 0.9964033365249634, 0.6844416856765747, 0.7911829948425293, -0.0694291964173317, -1.995033621788025, 1.7641962766647339, 1.5280532836914062, 2.669795513153076, 1.8094003200531006, -0.24560274183750153, 891.0, -0.0013099999632686377, 0.41601601243019104, -0.07462199777364731, 0.6190842986106873, 0.9787271022796631, 0.5427418947219849, 0.7574501037597656], "mean": [0.609470784664154, 2.0302014350891113, -0.9012379050254822, -0.27674800157546997, -1.365748643875122, -1.1794853210449219, 0.9305708408355713, 527.2537231445312, 0.18956130743026733, 0.3550613522529602, -0.22208109498023987, 0.15137779712677002, 0.18440783023834229, 0.22581376135349274, 0.12962591648101807, -0.535377562046051, -2.033101797103882, 1.0537220239639282, 0.5143844485282898, 1.3645070791244507, 1.2389566898345947, -1.0674777030944824, 507.75372314453125, -0.20746362209320068, 0.33579856157302856, -0.20151154696941376, 0.05233699083328247, 0.4657815396785736, -0.08849881589412689, 0.13246659934520721], "std": [0.17942862212657928, 0.0117000387981534, 0.7503437995910645, 0.497963547706604, 0.8665127158164978, 0.16379153728485107, 0.8615517616271973, 299.6732177734375, 0.10547146946191788, 0.030725430697202682, 0.04590093716979027, 0.30691954493522644, 0.6571691036224365, 0.36875802278518677, 0.4617692232131958, 0.2217879742383957, 0.007875297218561172, 0.42919057607650757, 0.5240737795829773, 0.9446684122085571, 0.24373695254325867, 0.7277476787567139, 283.22412109375, 0.13388392329216003, 0.03701929375529289, 0.05976792424917221, 0.3466166853904724, 0.544938325881958, 0.39904552698135376, 0.42259958386421204], "count": [1206]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008291873963515755], "std": [0.028783673230032805], "count": [1206]}, "timestamp": {"min": [0.0], "max": [48.2], "mean": [24.099999999999998], "std": [13.925683705537285], "count": [1206]}, "frame_index": {"min": [0], "max": [1205], "mean": [602.5], "std": [348.14209263843213], "count": [1206]}, "episode_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [1206]}, "index": {"min": [174482], "max": [175687], "mean": [175084.5], "std": [348.14209263843213], "count": [1206]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1206]}}} +{"episode_index": 145, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.47980533769063183]], [[0.4834994710491034]], [[0.47991943815987936]]], "std": [[[0.12648458698882886]], [[0.1277136486697233]], [[0.12809149825800673]]], "count": [195]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4761019901122842]], [[0.47880006075079606]], [[0.4731201619322943]]], "std": [[[0.08073096952604585]], [[0.07967767419956674]], [[0.08396724000980371]]], "count": [195]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.47452308844477964]], [[0.47843646618903973]], [[0.47359892743422155]]], "std": [[[0.07658716883159612]], [[0.075755904895031]], [[0.07925687694415]]], "count": [195]}, "states": {"min": [0.31899383664131165, 2.012399673461914, 1.2039456367492676, 0.0797790065407753, -2.472869634628296, 1.0030757188796997, -2.695242166519165, 34.0, 0.0031449999660253525, 0.3022859990596771, -0.274414986371994, -0.428432822227478, -0.5908913016319275, -0.448661208152771, -0.6176338195800781, -0.8666956424713135, -2.0448453426361084, 0.6411990523338318, -0.053040556609630585, -2.733569622039795, -1.7605310678482056, 0.8932421207427979, 60.0, -0.30180901288986206, 0.265500009059906, -0.28710100054740906, -0.49107205867767334, -0.43412721157073975, -0.47978025674819946, -0.5939464569091797], "max": [0.6909059882164001, 2.0390682220458984, 2.6123390197753906, 1.4931118488311768, -1.2025319337844849, 1.2932366132736206, -0.6920754313468933, 868.0, 0.24919000267982483, 0.3951359987258911, -0.13126200437545776, 0.42779669165611267, 0.9646512269973755, 0.373592346906662, 0.5920965671539307, -0.17229890823364258, -2.0082805156707764, 1.7057976722717285, 1.478555679321289, -0.4738220274448395, -1.195009469985962, 2.832267999649048, 781.0, -0.01761299930512905, 0.38091200590133667, -0.08917400240898132, 0.5225533843040466, 0.9753752946853638, 0.505534291267395, 0.7041823863983154], "mean": [0.4792436361312866, 2.019399881362915, 2.1242427825927734, 0.5459469556808472, -1.5679726600646973, 1.1887096166610718, -2.0119194984436035, 639.7799072265625, 0.1772453337907791, 0.35309451818466187, -0.20361191034317017, -0.11840105801820755, 0.5590963363647461, -0.17422761023044586, -0.34758180379867554, -0.4705295264720917, -2.0362892150878906, 0.987550675868988, 0.7064639925956726, -1.3440607786178589, -1.485431432723999, 1.8266392946243286, 504.8151550292969, -0.19159486889839172, 0.32637372612953186, -0.18632063269615173, -0.14490240812301636, 0.7474876642227173, 0.23166371881961823, 0.4427033066749573], "std": [0.08987832069396973, 0.004962667357176542, 0.44269368052482605, 0.4942043721675873, 0.363929808139801, 0.10606241226196289, 0.697117805480957, 283.5856018066406, 0.07132361084222794, 0.02493201568722725, 0.03798990324139595, 0.2511425018310547, 0.48338961601257324, 0.2581412196159363, 0.39855849742889404, 0.1705104410648346, 0.005821560975164175, 0.2826542854309082, 0.45787927508354187, 0.6464466452598572, 0.11887498199939728, 0.6688165664672852, 226.07904052734375, 0.07266189903020859, 0.03065318986773491, 0.043297987431287766, 0.18395258486270905, 0.2315133810043335, 0.1707870215177536, 0.23239050805568695], "count": [1136]}, "actions": {"min": [0.31899383664131165, 2.012399673461914, 1.2039456367492676, 0.0797790065407753, -2.472869634628296, 1.0030757188796997, -2.695242166519165, 34.0, 0.0031449999660253525, 0.3022859990596771, -0.274414986371994, -0.428432822227478, -0.5908913016319275, -0.448661208152771, -0.6176338195800781, -0.8666956424713135, -2.0448453426361084, 0.6411990523338318, -0.053040556609630585, -2.733569622039795, -1.7605310678482056, 0.8932421207427979, 60.0, -0.30180901288986206, 0.265500009059906, -0.28710100054740906, -0.49107205867767334, -0.43412721157073975, -0.47978025674819946, -0.5939464569091797], "max": [0.6909059882164001, 2.0390682220458984, 2.6123390197753906, 1.4931118488311768, -1.2025319337844849, 1.2932366132736206, -0.6920754313468933, 868.0, 0.24919000267982483, 0.3951359987258911, -0.13126200437545776, 0.42779669165611267, 0.9646512269973755, 0.373592346906662, 0.5920965671539307, -0.17229890823364258, -2.0082805156707764, 1.7057976722717285, 1.478555679321289, -0.4738220274448395, -1.195009469985962, 2.832267999649048, 781.0, -0.01761299930512905, 0.38091200590133667, -0.08917400240898132, 0.5225533843040466, 0.9753752946853638, 0.505534291267395, 0.7041823863983154], "mean": [0.4792436361312866, 2.019399881362915, 2.1242427825927734, 0.5459469556808472, -1.5679726600646973, 1.1887096166610718, -2.0119194984436035, 639.7799072265625, 0.1772453337907791, 0.35309451818466187, -0.20361191034317017, -0.11840105801820755, 0.5590963363647461, -0.17422761023044586, -0.34758180379867554, -0.4705295264720917, -2.0362892150878906, 0.987550675868988, 0.7064639925956726, -1.3440607786178589, -1.485431432723999, 1.8266392946243286, 504.8151550292969, -0.19159486889839172, 0.32637372612953186, -0.18632063269615173, -0.14490240812301636, 0.7474876642227173, 0.23166371881961823, 0.4427033066749573], "std": [0.08987832069396973, 0.004962667357176542, 0.44269368052482605, 0.4942043721675873, 0.363929808139801, 0.10606241226196289, 0.697117805480957, 283.5856018066406, 0.07132361084222794, 0.02493201568722725, 0.03798990324139595, 0.2511425018310547, 0.48338961601257324, 0.2581412196159363, 0.39855849742889404, 0.1705104410648346, 0.005821560975164175, 0.2826542854309082, 0.45787927508354187, 0.6464466452598572, 0.11887498199939728, 0.6688165664672852, 226.07904052734375, 0.07266189903020859, 0.03065318986773491, 0.043297987431287766, 0.18395258486270905, 0.2315133810043335, 0.1707870215177536, 0.23239050805568695], "count": [1136]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008802816901408451], "std": [0.029656479802681365], "count": [1136]}, "timestamp": {"min": [0.0], "max": [45.4], "mean": [22.7], "std": [13.117393033678605], "count": [1136]}, "frame_index": {"min": [0], "max": [1135], "mean": [567.5], "std": [327.9348258419651], "count": [1136]}, "episode_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [1136]}, "index": {"min": [175688], "max": [176823], "mean": [176255.5], "std": [327.9348258419651], "count": [1136]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1136]}}} +{"episode_index": 146, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.47102941378696694]], [[0.47592049682909465]], [[0.47088589796479646]]], "std": [[[0.11370248810600792]], [[0.11554811913075193]], [[0.1156725497798209]]], "count": [303]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7490196078431373]], [[1.0]], [[1.0]]], "mean": [[[0.46986913948747816]], [[0.4720375816993464]], [[0.46731234900450824]]], "std": [[[0.07247866967862239]], [[0.07030290774328077]], [[0.07234276688014955]]], "count": [303]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47533877793416596]], [[0.47299309937121164]], [[0.4671616878599624]]], "std": [[[0.1107783701621393]], [[0.1163408105231514]], [[0.12294469667775447]]], "count": [303]}, "states": {"min": [0.3373546898365021, 1.9134918451309204, -0.6198188066482544, -0.48195526003837585, -2.698209047317505, -1.802994966506958, 0.33276447653770447, -1.0, 0.023377999663352966, 0.27990901470184326, -0.2685610055923462, -0.4705674350261688, -0.6423879265785217, -0.4856204390525818, -0.6443769931793213, -0.776374876499176, -2.039015769958496, -0.34714600443840027, -0.1817236840724945, 1.0537251234054565, 1.0199530124664307, -0.848404586315155, 44.0, -0.30434998869895935, 0.2090270072221756, -0.3093929886817932, -0.49994558095932007, -0.4679579734802246, -0.5222866535186768, -0.517622709274292], "max": [1.1324220895767212, 2.036118745803833, 0.30075517296791077, 0.13384930789470673, -1.1029084920883179, -0.8376708030700684, 1.0539345741271973, 899.0, 0.4211220145225525, 0.4132080078125, -0.1540530025959015, 0.4911383390426636, 0.9323562383651733, 0.5144236087799072, 0.6470353603363037, -0.19938640296459198, -1.95536208152771, 0.4311661720275879, 0.6343225240707397, 2.44384503364563, 1.7472141981124878, -0.12568116188049316, 887.0, -0.1224059984087944, 0.38391798734664917, -0.17783600091934204, 0.507564127445221, 0.8710900545120239, 0.596080482006073, 0.6360021829605103], "mean": [0.7248846888542175, 1.9972474575042725, -0.22418023645877838, -0.18740832805633545, -2.1611618995666504, -1.264971375465393, 0.9336767196655273, 518.3983154296875, 0.18785704672336578, 0.34816262125968933, -0.2114008218050003, 0.0853671133518219, 0.44427740573883057, 0.05083335191011429, -0.1629832684993744, -0.5151641964912415, -2.031501293182373, 0.1769511103630066, 0.008742629550397396, 1.6212109327316284, 1.2251919507980347, -0.40833553671836853, 411.9534606933594, -0.22097550332546234, 0.33759042620658875, -0.24849198758602142, -0.31606394052505493, 0.5740465521812439, 0.3405380845069885, 0.4990943968296051], "std": [0.24873678386211395, 0.0354873463511467, 0.3430599570274353, 0.22253574430942535, 0.308316707611084, 0.22502374649047852, 0.12115318328142166, 388.47479248046875, 0.1380840539932251, 0.03277098760008812, 0.03632272779941559, 0.255699098110199, 0.6047657132148743, 0.29638671875, 0.49720555543899536, 0.12573356926441193, 0.009680498391389847, 0.2550716698169708, 0.1678646355867386, 0.4250718355178833, 0.16106528043746948, 0.17313316464424133, 317.8055725097656, 0.04273870214819908, 0.040851082652807236, 0.022808324545621872, 0.19769072532653809, 0.2460586577653885, 0.2548452317714691, 0.20233403146266937], "count": [2041]}, "actions": {"min": [0.3373546898365021, 1.9134918451309204, -0.6198188066482544, -0.48195526003837585, -2.698209047317505, -1.802994966506958, 0.33276447653770447, -1.0, 0.023377999663352966, 0.27990901470184326, -0.2685610055923462, -0.4705674350261688, -0.6423879265785217, -0.4856204390525818, -0.6443769931793213, -0.776374876499176, -2.039015769958496, -0.34714600443840027, -0.1817236840724945, 1.0537251234054565, 1.0199530124664307, -0.848404586315155, 44.0, -0.30434998869895935, 0.2090270072221756, -0.3093929886817932, -0.49994558095932007, -0.4679579734802246, -0.5222866535186768, -0.517622709274292], "max": [1.1324220895767212, 2.036118745803833, 0.30075517296791077, 0.13384930789470673, -1.1029084920883179, -0.8376708030700684, 1.0539345741271973, 899.0, 0.4211220145225525, 0.4132080078125, -0.1540530025959015, 0.4911383390426636, 0.9323562383651733, 0.5144236087799072, 0.6470353603363037, -0.19938640296459198, -1.95536208152771, 0.4311661720275879, 0.6343225240707397, 2.44384503364563, 1.7472141981124878, -0.12568116188049316, 887.0, -0.1224059984087944, 0.38391798734664917, -0.17783600091934204, 0.507564127445221, 0.8710900545120239, 0.596080482006073, 0.6360021829605103], "mean": [0.7248846888542175, 1.9972474575042725, -0.22418023645877838, -0.18740832805633545, -2.1611618995666504, -1.264971375465393, 0.9336767196655273, 518.3983154296875, 0.18785704672336578, 0.34816262125968933, -0.2114008218050003, 0.0853671133518219, 0.44427740573883057, 0.05083335191011429, -0.1629832684993744, -0.5151641964912415, -2.031501293182373, 0.1769511103630066, 0.008742629550397396, 1.6212109327316284, 1.2251919507980347, -0.40833553671836853, 411.9534606933594, -0.22097550332546234, 0.33759042620658875, -0.24849198758602142, -0.31606394052505493, 0.5740465521812439, 0.3405380845069885, 0.4990943968296051], "std": [0.24873678386211395, 0.0354873463511467, 0.3430599570274353, 0.22253574430942535, 0.308316707611084, 0.22502374649047852, 0.12115318328142166, 388.47479248046875, 0.1380840539932251, 0.03277098760008812, 0.03632272779941559, 0.255699098110199, 0.6047657132148743, 0.29638671875, 0.49720555543899536, 0.12573356926441193, 0.009680498391389847, 0.2550716698169708, 0.1678646355867386, 0.4250718355178833, 0.16106528043746948, 0.17313316464424133, 317.8055725097656, 0.04273870214819908, 0.040851082652807236, 0.022808324545621872, 0.19769072532653809, 0.2460586577653885, 0.2548452317714691, 0.20233403146266937], "count": [2041]}, "next.done": {"min": [false], "max": [true], "mean": [0.0004899559039686428], "std": [0.02212952433245706], "count": [2041]}, "timestamp": {"min": [0.0], "max": [81.6], "mean": [40.800000000000004], "std": [23.567435159558624], "count": [2041]}, "frame_index": {"min": [0], "max": [2040], "mean": [1020.0], "std": [589.1858789889656], "count": [2041]}, "episode_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [2041]}, "index": {"min": [176824], "max": [178864], "mean": [177844.0], "std": [589.1858789889656], "count": [2041]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2041]}}} +{"episode_index": 147, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4696122797586016]], [[0.4743164327444815]], [[0.4701653014782957]]], "std": [[[0.12396898900996788]], [[0.12362255050340523]], [[0.1250627202843687]]], "count": [212]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47503664331298556]], [[0.47837132545628314]], [[0.47138365839653473]]], "std": [[[0.07823450535463383]], [[0.07713531510251588]], [[0.08136262377154713]]], "count": [212]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4781207493217413]], [[0.48147312785176966]], [[0.47732741687476876]]], "std": [[[0.09300653825155052]], [[0.09176619591192345]], [[0.09619191557753107]]], "count": [212]}, "states": {"min": [0.5817705988883972, 1.9424467086791992, -1.2832359075546265, -0.5220977663993835, 0.8305498957633972, 0.7507533431053162, -2.91103458404541, 0.0, 0.04154700040817261, 0.34393900632858276, -0.23819400370121002, -0.4987022876739502, -0.5467889308929443, -0.4853311777114868, -0.5699076652526855, -1.0887190103530884, -2.0540432929992676, -2.42787504196167, -1.1584274768829346, 0.7249748110771179, -1.739814043045044, 0.7847350239753723, -1.0, -0.21326500177383423, 0.3199999928474426, -0.24291199445724487, -0.38667118549346924, 0.45705530047416687, 0.04752113297581673, 0.10290228575468063], "max": [1.0049257278442383, 2.0499939918518066, -0.5760285258293152, -0.08421213179826736, 2.748020887374878, 1.5554897785186768, -1.6427388191223145, 896.0, 0.2556680142879486, 0.46508699655532837, -0.16595600545406342, 0.5065110921859741, 0.9183624982833862, 0.4394699037075043, 0.5186086893081665, -0.5069308876991272, -2.004807472229004, -1.436702847480774, 0.07609636336565018, 2.611466407775879, -0.9430363178253174, 2.5989699363708496, 897.0, 0.0065100002102553844, 0.4453429877758026, -0.06360000371932983, 0.12420078366994858, 0.9904236793518066, 0.5318915843963623, 0.7357385754585266], "mean": [0.7560297250747681, 2.0133731365203857, -0.9038254618644714, -0.27732759714126587, 1.6039191484451294, 0.9891899228096008, -2.1431360244750977, 699.0142211914062, 0.16205942630767822, 0.41551944613456726, -0.20625430345535278, -0.2132578194141388, 0.7502020001411438, -0.292693555355072, -0.472961962223053, -0.7762220501899719, -2.040194034576416, -2.1030445098876953, -0.4625833332538605, 1.711880087852478, -1.2531466484069824, 1.606236219406128, 661.4486694335938, -0.13468565046787262, 0.39471325278282166, -0.18198171257972717, -0.09964961558580399, 0.744674801826477, 0.33806106448173523, 0.4441189467906952], "std": [0.1062481626868248, 0.019466206431388855, 0.238124817609787, 0.13483606278896332, 0.44080662727355957, 0.22346848249435425, 0.40670186281204224, 299.1861572265625, 0.06414216756820679, 0.03686828166246414, 0.01846243627369404, 0.1733243465423584, 0.12761491537094116, 0.17810843884944916, 0.06561079621315002, 0.17283686995506287, 0.008373712189495564, 0.3049456775188446, 0.33196160197257996, 0.6827376484870911, 0.25052642822265625, 0.5990177989006042, 315.2178955078125, 0.06746403127908707, 0.032352618873119354, 0.03735573589801788, 0.1543273776769638, 0.1888224333524704, 0.15058013796806335, 0.2045886516571045], "count": [1266]}, "actions": {"min": [0.5817705988883972, 1.9424467086791992, -1.2832359075546265, -0.5220977663993835, 0.8305498957633972, 0.7507533431053162, -2.91103458404541, 0.0, 0.04154700040817261, 0.34393900632858276, -0.23819400370121002, -0.4987022876739502, -0.5467889308929443, -0.4853311777114868, -0.5699076652526855, -1.0887190103530884, -2.0540432929992676, -2.42787504196167, -1.1584274768829346, 0.7249748110771179, -1.739814043045044, 0.7847350239753723, -1.0, -0.21326500177383423, 0.3199999928474426, -0.24291199445724487, -0.38667118549346924, 0.45705530047416687, 0.04752113297581673, 0.10290228575468063], "max": [1.0049257278442383, 2.0499939918518066, -0.5760285258293152, -0.08421213179826736, 2.748020887374878, 1.5554897785186768, -1.6427388191223145, 896.0, 0.2556680142879486, 0.46508699655532837, -0.16595600545406342, 0.5065110921859741, 0.9183624982833862, 0.4394699037075043, 0.5186086893081665, -0.5069308876991272, -2.004807472229004, -1.436702847480774, 0.07609636336565018, 2.611466407775879, -0.9430363178253174, 2.5989699363708496, 897.0, 0.0065100002102553844, 0.4453429877758026, -0.06360000371932983, 0.12420078366994858, 0.9904236793518066, 0.5318915843963623, 0.7357385754585266], "mean": [0.7560297250747681, 2.0133731365203857, -0.9038254618644714, -0.27732759714126587, 1.6039191484451294, 0.9891899228096008, -2.1431360244750977, 699.0142211914062, 0.16205942630767822, 0.41551944613456726, -0.20625430345535278, -0.2132578194141388, 0.7502020001411438, -0.292693555355072, -0.472961962223053, -0.7762220501899719, -2.040194034576416, -2.1030445098876953, -0.4625833332538605, 1.711880087852478, -1.2531466484069824, 1.606236219406128, 661.4486694335938, -0.13468565046787262, 0.39471325278282166, -0.18198171257972717, -0.09964961558580399, 0.744674801826477, 0.33806106448173523, 0.4441189467906952], "std": [0.1062481626868248, 0.019466206431388855, 0.238124817609787, 0.13483606278896332, 0.44080662727355957, 0.22346848249435425, 0.40670186281204224, 299.1861572265625, 0.06414216756820679, 0.03686828166246414, 0.01846243627369404, 0.1733243465423584, 0.12761491537094116, 0.17810843884944916, 0.06561079621315002, 0.17283686995506287, 0.008373712189495564, 0.3049456775188446, 0.33196160197257996, 0.6827376484870911, 0.25052642822265625, 0.5990177989006042, 315.2178955078125, 0.06746403127908707, 0.032352618873119354, 0.03735573589801788, 0.1543273776769638, 0.1888224333524704, 0.15058013796806335, 0.2045886516571045], "count": [1266]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007898894154818325], "std": [0.02809386926347352], "count": [1266]}, "timestamp": {"min": [0.0], "max": [50.6], "mean": [25.3], "std": [14.618504255451946], "count": [1266]}, "frame_index": {"min": [0], "max": [1265], "mean": [632.5], "std": [365.46260638629866], "count": [1266]}, "episode_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [1266]}, "index": {"min": [178865], "max": [180130], "mean": [179497.5], "std": [365.46260638629866], "count": [1266]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1266]}}} +{"episode_index": 148, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.453853560000389]], [[0.4609283367861033]], [[0.453848312762605]]], "std": [[[0.14618118492723614]], [[0.14408232799897433]], [[0.14497490991549772]]], "count": [168]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4663922310243542]], [[0.4731097312188764]], [[0.4668245153964364]]], "std": [[[0.09317096785342723]], [[0.08954267637558566]], [[0.09254605440849073]]], "count": [168]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[1.0]], [[0.9019607843137255]]], "mean": [[[0.46805605158730157]], [[0.47003455930983506]], [[0.46648781925964833]]], "std": [[[0.10232055412828714]], [[0.09912293305751653]], [[0.101587697573102]]], "count": [168]}, "states": {"min": [0.5081700682640076, 1.9941959381103516, -0.8839743733406067, -0.3749840259552002, -2.35526967048645, -1.5285942554473877, 0.1518087387084961, -5.0, 0.08591700345277786, 0.31768798828125, -0.2761470079421997, -0.49372634291648865, -0.6127371788024902, -0.4663061201572418, -0.6403611898422241, -0.8703433275222778, -2.052332639694214, 0.4049338400363922, -0.19336503744125366, 0.6422288417816162, 0.797057032585144, -2.095285415649414, 6.0, -0.22620099782943726, 0.32596901059150696, -0.2469470053911209, -0.42040663957595825, 0.43728217482566833, -0.06600240617990494, 0.18712864816188812], "max": [0.8450884222984314, 2.043256998062134, -0.27869418263435364, 0.12580333650112152, -0.7425852417945862, -0.972253143787384, 0.9603325128555298, 882.0, 0.25030601024627686, 0.4210349917411804, -0.1894250065088272, 0.5017624497413635, 0.8886273503303528, 0.4782298803329468, 0.6358444690704346, -0.3226241171360016, -1.9060392379760742, 1.8611494302749634, 1.3976597785949707, 2.475313186645508, 1.4681535959243774, -0.36850881576538086, 903.0, -0.0005530000198632479, 0.4303379952907562, -0.10960599780082703, 0.06103358790278435, 0.9753322005271912, 0.5046114921569824, 0.7799279689788818], "mean": [0.6488401889801025, 2.021623373031616, -0.5480713248252869, -0.10135748237371445, -1.5383588075637817, -1.1816354990005493, 0.6206421852111816, 601.562255859375, 0.18702054023742676, 0.3752206265926361, -0.2261231392621994, -0.19429911673069, 0.5782030820846558, -0.21955326199531555, -0.42681658267974854, -0.6330823302268982, -2.0342469215393066, 1.1733989715576172, 0.5819225907325745, 1.6122758388519287, 1.2825779914855957, -1.4365688562393188, 593.3734130859375, -0.1371072232723236, 0.37334537506103516, -0.18073871731758118, -0.1280917376279831, 0.7449356317520142, 0.2621226906776428, 0.49665147066116333], "std": [0.08324168622493744, 0.006587959825992584, 0.179960697889328, 0.15790535509586334, 0.49295228719711304, 0.11023789644241333, 0.3327462077140808, 282.08966064453125, 0.046561166644096375, 0.029408294707536697, 0.01721285469830036, 0.266762912273407, 0.38760367035865784, 0.2612774074077606, 0.3284638524055481, 0.15174618363380432, 0.017864156514406204, 0.33817049860954285, 0.37541770935058594, 0.6733002662658691, 0.10295883566141129, 0.5147977471351624, 270.8678283691406, 0.07215827703475952, 0.019025126472115517, 0.03105280175805092, 0.1318815052509308, 0.19642199575901031, 0.1566103994846344, 0.1810840666294098], "count": [932]}, "actions": {"min": [0.5081700682640076, 1.9941959381103516, -0.8839743733406067, -0.3749840259552002, -2.35526967048645, -1.5285942554473877, 0.1518087387084961, -5.0, 0.08591700345277786, 0.31768798828125, -0.2761470079421997, -0.49372634291648865, -0.6127371788024902, -0.4663061201572418, -0.6403611898422241, -0.8703433275222778, -2.052332639694214, 0.4049338400363922, -0.19336503744125366, 0.6422288417816162, 0.797057032585144, -2.095285415649414, 6.0, -0.22620099782943726, 0.32596901059150696, -0.2469470053911209, -0.42040663957595825, 0.43728217482566833, -0.06600240617990494, 0.18712864816188812], "max": [0.8450884222984314, 2.043256998062134, -0.27869418263435364, 0.12580333650112152, -0.7425852417945862, -0.972253143787384, 0.9603325128555298, 882.0, 0.25030601024627686, 0.4210349917411804, -0.1894250065088272, 0.5017624497413635, 0.8886273503303528, 0.4782298803329468, 0.6358444690704346, -0.3226241171360016, -1.9060392379760742, 1.8611494302749634, 1.3976597785949707, 2.475313186645508, 1.4681535959243774, -0.36850881576538086, 903.0, -0.0005530000198632479, 0.4303379952907562, -0.10960599780082703, 0.06103358790278435, 0.9753322005271912, 0.5046114921569824, 0.7799279689788818], "mean": [0.6488401889801025, 2.021623373031616, -0.5480713248252869, -0.10135748237371445, -1.5383588075637817, -1.1816354990005493, 0.6206421852111816, 601.562255859375, 0.18702054023742676, 0.3752206265926361, -0.2261231392621994, -0.19429911673069, 0.5782030820846558, -0.21955326199531555, -0.42681658267974854, -0.6330823302268982, -2.0342469215393066, 1.1733989715576172, 0.5819225907325745, 1.6122758388519287, 1.2825779914855957, -1.4365688562393188, 593.3734130859375, -0.1371072232723236, 0.37334537506103516, -0.18073871731758118, -0.1280917376279831, 0.7449356317520142, 0.2621226906776428, 0.49665147066116333], "std": [0.08324168622493744, 0.006587959825992584, 0.179960697889328, 0.15790535509586334, 0.49295228719711304, 0.11023789644241333, 0.3327462077140808, 282.08966064453125, 0.046561166644096375, 0.029408294707536697, 0.01721285469830036, 0.266762912273407, 0.38760367035865784, 0.2612774074077606, 0.3284638524055481, 0.15174618363380432, 0.017864156514406204, 0.33817049860954285, 0.37541770935058594, 0.6733002662658691, 0.10295883566141129, 0.5147977471351624, 270.8678283691406, 0.07215827703475952, 0.019025126472115517, 0.03105280175805092, 0.1318815052509308, 0.19642199575901031, 0.1566103994846344, 0.1810840666294098], "count": [932]}, "next.done": {"min": [false], "max": [true], "mean": [0.001072961373390558], "std": [0.03273851137852437], "count": [932]}, "timestamp": {"min": [0.0], "max": [37.24], "mean": [18.619999999999997], "std": [10.761802822947464], "count": [932]}, "frame_index": {"min": [0], "max": [931], "mean": [465.5], "std": [269.0450705736866], "count": [932]}, "episode_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [932]}, "index": {"min": [180131], "max": [181062], "mean": [180596.5], "std": [269.0450705736866], "count": [932]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [932]}}} +{"episode_index": 149, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4602167437847413]], [[0.4676255946108973]], [[0.46204437343473215]]], "std": [[[0.13828803566099307]], [[0.13560817801715996]], [[0.13804867490763278]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4677788266981247]], [[0.4685888451759208]], [[0.4638667298500397]]], "std": [[[0.09354330318771878]], [[0.09056159917861689]], [[0.09433914164972214]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4684903898280496]], [[0.47005041307800377]], [[0.4655530406282451]]], "std": [[[0.0889520306120853]], [[0.08710453106189792]], [[0.09205465822669281]]], "count": [214]}, "states": {"min": [0.3824540078639984, 1.9813152551651, -1.958835482597351, -1.5509345531463623, -2.8364219665527344, -1.7353286743164062, 0.25300294160842896, 0.0, -0.002283999929204583, 0.29253700375556946, -0.2736450135707855, -0.4926204979419708, -0.6601309180259705, -0.49482008814811707, -0.6518458127975464, -0.9865648746490479, -2.050726890563965, 0.21043436229228973, -0.17678439617156982, 0.4380427598953247, 0.7858519554138184, -2.673408269882202, 37.0, -0.30849701166152954, 0.29753100872039795, -0.2693679928779602, -0.45647555589675903, 0.34123799204826355, -0.07404903322458267, -0.003593809437006712], "max": [0.9045169353485107, 2.042419195175171, 0.4608367383480072, -0.0071907564997673035, -1.1932291984558105, -1.0782644748687744, 2.2671477794647217, 889.0, 0.30006399750709534, 0.4214929938316345, -0.10736200213432312, 0.49705103039741516, 0.9924688339233398, 0.5065630078315735, 0.7197925448417664, -0.349589467048645, -1.975573182106018, 1.7691006660461426, 1.314966082572937, 2.8513095378875732, 1.906615138053894, -0.3871838450431824, 908.0, 0.02117300033569336, 0.4451200067996979, -0.03536200150847435, 0.09102041274309158, 0.987707257270813, 0.6431049108505249, 0.8220548033714294], "mean": [0.5522655248641968, 2.02104115486145, -0.5626395344734192, -0.33070677518844604, -1.7503135204315186, -1.3013067245483398, 0.8570707440376282, 576.3947143554688, 0.207948699593544, 0.34965458512306213, -0.21085497736930847, 0.05358472466468811, 0.21011191606521606, 0.09537594020366669, 0.04166606813669205, -0.7273966670036316, -2.0335772037506104, 1.1031852960586548, 0.5004491806030273, 1.700488567352295, 1.2512859106063843, -1.4281249046325684, 568.8818969726562, -0.15432026982307434, 0.37759798765182495, -0.18895044922828674, -0.16568338871002197, 0.7379080653190613, 0.31303876638412476, 0.39196333289146423], "std": [0.12293334305286407, 0.008098984137177467, 0.5794073939323425, 0.4426325559616089, 0.5011976957321167, 0.1336292177438736, 0.6488136649131775, 336.1822204589844, 0.08190353214740753, 0.025713104754686356, 0.03755524381995201, 0.33726027607917786, 0.6669712066650391, 0.3285234868526459, 0.5250011682510376, 0.17055001854896545, 0.011883880011737347, 0.3432314097881317, 0.454115092754364, 0.8206911683082581, 0.27752235531806946, 0.8206573724746704, 347.27764892578125, 0.09272942692041397, 0.03656907379627228, 0.05995156243443489, 0.1541304588317871, 0.22299650311470032, 0.2358451932668686, 0.21749646961688995], "count": [1287]}, "actions": {"min": [0.3824540078639984, 1.9813152551651, -1.958835482597351, -1.5509345531463623, -2.8364219665527344, -1.7353286743164062, 0.25300294160842896, 0.0, -0.002283999929204583, 0.29253700375556946, -0.2736450135707855, -0.4926204979419708, -0.6601309180259705, -0.49482008814811707, -0.6518458127975464, -0.9865648746490479, -2.050726890563965, 0.21043436229228973, -0.17678439617156982, 0.4380427598953247, 0.7858519554138184, -2.673408269882202, 37.0, -0.30849701166152954, 0.29753100872039795, -0.2693679928779602, -0.45647555589675903, 0.34123799204826355, -0.07404903322458267, -0.003593809437006712], "max": [0.9045169353485107, 2.042419195175171, 0.4608367383480072, -0.0071907564997673035, -1.1932291984558105, -1.0782644748687744, 2.2671477794647217, 889.0, 0.30006399750709534, 0.4214929938316345, -0.10736200213432312, 0.49705103039741516, 0.9924688339233398, 0.5065630078315735, 0.7197925448417664, -0.349589467048645, -1.975573182106018, 1.7691006660461426, 1.314966082572937, 2.8513095378875732, 1.906615138053894, -0.3871838450431824, 908.0, 0.02117300033569336, 0.4451200067996979, -0.03536200150847435, 0.09102041274309158, 0.987707257270813, 0.6431049108505249, 0.8220548033714294], "mean": [0.5522655248641968, 2.02104115486145, -0.5626395344734192, -0.33070677518844604, -1.7503135204315186, -1.3013067245483398, 0.8570707440376282, 576.3947143554688, 0.207948699593544, 0.34965458512306213, -0.21085497736930847, 0.05358472466468811, 0.21011191606521606, 0.09537594020366669, 0.04166606813669205, -0.7273966670036316, -2.0335772037506104, 1.1031852960586548, 0.5004491806030273, 1.700488567352295, 1.2512859106063843, -1.4281249046325684, 568.8818969726562, -0.15432026982307434, 0.37759798765182495, -0.18895044922828674, -0.16568338871002197, 0.7379080653190613, 0.31303876638412476, 0.39196333289146423], "std": [0.12293334305286407, 0.008098984137177467, 0.5794073939323425, 0.4426325559616089, 0.5011976957321167, 0.1336292177438736, 0.6488136649131775, 336.1822204589844, 0.08190353214740753, 0.025713104754686356, 0.03755524381995201, 0.33726027607917786, 0.6669712066650391, 0.3285234868526459, 0.5250011682510376, 0.17055001854896545, 0.011883880011737347, 0.3432314097881317, 0.454115092754364, 0.8206911683082581, 0.27752235531806946, 0.8206573724746704, 347.27764892578125, 0.09272942692041397, 0.03656907379627228, 0.05995156243443489, 0.1541304588317871, 0.22299650311470032, 0.2358451932668686, 0.21749646961688995], "count": [1287]}, "next.done": {"min": [false], "max": [true], "mean": [0.000777000777000777], "std": [0.0278639022176241], "count": [1287]}, "timestamp": {"min": [0.0], "max": [51.44], "mean": [25.72], "std": [14.860991442924211], "count": [1287]}, "frame_index": {"min": [0], "max": [1286], "mean": [643.0], "std": [371.5247860731053], "count": [1287]}, "episode_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [1287]}, "index": {"min": [181063], "max": [182349], "mean": [181706.0], "std": [371.5247860731053], "count": [1287]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1287]}}} +{"episode_index": 150, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.48130655719779497]], [[0.48515760030864197]], [[0.479988936546841]]], "std": [[[0.12206822589947657]], [[0.12277894179495995]], [[0.12254650922930266]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6705882352941176]], [[0.6549019607843137]]], "mean": [[[0.47645980020796197]], [[0.47956741227635835]], [[0.47528176062091504]]], "std": [[[0.06367651249313576]], [[0.06229088288721984]], [[0.06708951537827529]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.48372602454281377]], [[0.4843209690862877]], [[0.47930102908166633]]], "std": [[[0.07985602728656842]], [[0.08212918804680266]], [[0.08636654401689872]]], "count": [198]}, "states": {"min": [0.4141491651535034, 1.831251859664917, -1.920682430267334, -1.1778180599212646, -2.325127601623535, -1.2811589241027832, 0.3557853698730469, -5.0, -3.999999989900971e-06, 0.3386070132255554, -0.28052300214767456, -0.4109156131744385, -0.6541631817817688, -0.5092188119888306, -0.6513742804527283, -0.8535009622573853, -2.0683023929595947, 1.0956828594207764, 1.745329427649267e-05, -0.47101202607154846, 0.8014028668403625, -2.425187587738037, 37.0, -0.3225489854812622, 0.28539299964904785, -0.28819501399993896, -0.4656858444213867, 0.3196709156036377, -0.12866553664207458, 0.18750514090061188], "max": [0.8652295470237732, 2.037165880203247, -1.2163200378417969, -0.12915436923503876, 0.11513938009738922, -0.689684271812439, 2.0480217933654785, 884.0, 0.2745009958744049, 0.4357300102710724, -0.13642199337482452, 0.38450944423675537, 0.9449461698532104, 0.5808799266815186, 0.6563928127288818, -0.21982423961162567, -1.8161721229553223, 1.9866909980773926, 1.1219500303268433, 2.631537675857544, 1.65815007686615, -0.3963991701602936, 882.0, -0.05106300115585327, 0.42681801319122314, -0.10400199890136719, -0.011730187572538853, 0.9642767906188965, 0.6162547469139099, 0.7676611542701721], "mean": [0.5527710914611816, 2.015148162841797, -1.4566469192504883, -0.5610508918762207, -1.1999479532241821, -0.9710643887519836, 1.1416605710983276, 608.6939697265625, 0.15314452350139618, 0.3861221969127655, -0.20569103956222534, -0.17340032756328583, 0.649834930896759, -0.1946476697921753, -0.38119080662727356, -0.5132381319999695, -2.0312986373901367, 1.4855058193206787, 0.3890935480594635, 0.771603524684906, 1.1778829097747803, -1.0310084819793701, 603.1724243164062, -0.20615825057029724, 0.3561144769191742, -0.21710437536239624, -0.26440009474754333, 0.619294285774231, 0.3917117118835449, 0.49547433853149414], "std": [0.13245217502117157, 0.02531515620648861, 0.25923851132392883, 0.24105823040008545, 0.6804308891296387, 0.13332220911979675, 0.4879445731639862, 321.5890808105469, 0.0702693834900856, 0.021427828818559647, 0.03564753755927086, 0.18378105759620667, 0.4035766124725342, 0.24007561802864075, 0.33191418647766113, 0.1866009682416916, 0.03945581614971161, 0.32700374722480774, 0.3733952045440674, 1.1221106052398682, 0.1568347066640854, 0.6689919829368591, 282.8929138183594, 0.08075785636901855, 0.03360654041171074, 0.04661843180656433, 0.14129215478897095, 0.2230059653520584, 0.2264092117547989, 0.16333575546741486], "count": [1160]}, "actions": {"min": [0.4141491651535034, 1.831251859664917, -1.920682430267334, -1.1778180599212646, -2.325127601623535, -1.2811589241027832, 0.3557853698730469, -5.0, -3.999999989900971e-06, 0.3386070132255554, -0.28052300214767456, -0.4109156131744385, -0.6541631817817688, -0.5092188119888306, -0.6513742804527283, -0.8535009622573853, -2.0683023929595947, 1.0956828594207764, 1.745329427649267e-05, -0.47101202607154846, 0.8014028668403625, -2.425187587738037, 37.0, -0.3225489854812622, 0.28539299964904785, -0.28819501399993896, -0.4656858444213867, 0.3196709156036377, -0.12866553664207458, 0.18750514090061188], "max": [0.8652295470237732, 2.037165880203247, -1.2163200378417969, -0.12915436923503876, 0.11513938009738922, -0.689684271812439, 2.0480217933654785, 884.0, 0.2745009958744049, 0.4357300102710724, -0.13642199337482452, 0.38450944423675537, 0.9449461698532104, 0.5808799266815186, 0.6563928127288818, -0.21982423961162567, -1.8161721229553223, 1.9866909980773926, 1.1219500303268433, 2.631537675857544, 1.65815007686615, -0.3963991701602936, 882.0, -0.05106300115585327, 0.42681801319122314, -0.10400199890136719, -0.011730187572538853, 0.9642767906188965, 0.6162547469139099, 0.7676611542701721], "mean": [0.5527710914611816, 2.015148162841797, -1.4566469192504883, -0.5610508918762207, -1.1999479532241821, -0.9710643887519836, 1.1416605710983276, 608.6939697265625, 0.15314452350139618, 0.3861221969127655, -0.20569103956222534, -0.17340032756328583, 0.649834930896759, -0.1946476697921753, -0.38119080662727356, -0.5132381319999695, -2.0312986373901367, 1.4855058193206787, 0.3890935480594635, 0.771603524684906, 1.1778829097747803, -1.0310084819793701, 603.1724243164062, -0.20615825057029724, 0.3561144769191742, -0.21710437536239624, -0.26440009474754333, 0.619294285774231, 0.3917117118835449, 0.49547433853149414], "std": [0.13245217502117157, 0.02531515620648861, 0.25923851132392883, 0.24105823040008545, 0.6804308891296387, 0.13332220911979675, 0.4879445731639862, 321.5890808105469, 0.0702693834900856, 0.021427828818559647, 0.03564753755927086, 0.18378105759620667, 0.4035766124725342, 0.24007561802864075, 0.33191418647766113, 0.1866009682416916, 0.03945581614971161, 0.32700374722480774, 0.3733952045440674, 1.1221106052398682, 0.1568347066640854, 0.6689919829368591, 282.8929138183594, 0.08075785636901855, 0.03360654041171074, 0.04661843180656433, 0.14129215478897095, 0.2230059653520584, 0.2264092117547989, 0.16333575546741486], "count": [1160]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008620689655172414], "std": [0.029348352638877934], "count": [1160]}, "timestamp": {"min": [0.0], "max": [46.36], "mean": [23.18], "std": [13.394521268040899], "count": [1160]}, "frame_index": {"min": [0], "max": [1159], "mean": [579.5], "std": [334.8630317010225], "count": [1160]}, "episode_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [1160]}, "index": {"min": [182350], "max": [183509], "mean": [182929.5], "std": [334.8630317010225], "count": [1160]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1160]}}} +{"episode_index": 151, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4625816717791411]], [[0.4684003844380288]], [[0.46393070466939335]]], "std": [[[0.1399653616425614]], [[0.13989352048232254]], [[0.14114222837058973]]], "count": [163]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9686274509803922]]], "mean": [[[0.4706440427142227]], [[0.4729175400477164]], [[0.4674167368378845]]], "std": [[[0.08811922394973765]], [[0.0856505768118588]], [[0.09175502980252026]]], "count": [163]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4724580965054734]], [[0.474112074712298]], [[0.4690747975059144]]], "std": [[[0.10361278600863116]], [[0.10405478881680857]], [[0.10972525421780359]]], "count": [163]}, "states": {"min": [0.31386256217956543, 2.012312412261963, -2.0509541034698486, -1.5753343105316162, 0.6544286608695984, 1.0440733432769775, -2.8508732318878174, 29.0, -0.0006140000186860561, 0.28780800104141235, -0.25836101174354553, -0.4918445646762848, -0.5811532735824585, -0.5204049944877625, -0.6252041459083557, -0.8162556290626526, -2.0476901531219482, -2.5322110652923584, -1.7025163173675537, 0.7787833213806152, -1.7590301036834717, 0.627288818359375, 50.0, -0.25598201155662537, 0.2929080128669739, -0.2351350039243698, -0.4898628294467926, 0.4686112403869629, -0.039710212498903275, 0.13042375445365906], "max": [0.7991688251495361, 2.041616201400757, 0.1736602634191513, -0.014678220264613628, 2.0184035301208496, 1.4375230073928833, -0.642682671546936, 901.0, 0.30738401412963867, 0.3815799951553345, -0.14428600668907166, 0.5014398694038391, 0.9596848487854004, 0.5339612364768982, 0.5825753808021545, -0.31058135628700256, -1.9941433668136597, -1.1058406829833984, -0.001518436474725604, 2.582249402999878, -1.0745294094085693, 2.8468940258026123, 894.0, -0.00534099992364645, 0.3855060040950775, -0.08633799850940704, 0.16550923883914948, 0.9888330101966858, 0.5072522163391113, 0.7489442229270935], "mean": [0.49236878752708435, 2.0247015953063965, -1.0723389387130737, -0.6925288438796997, 1.3045367002487183, 1.1675441265106201, -1.710046410560608, 619.2783203125, 0.16028955578804016, 0.3433926999568939, -0.20946118235588074, -0.12259750813245773, 0.7484418153762817, -0.24546660482883453, -0.43606987595558167, -0.5605830550193787, -2.0316596031188965, -1.9526336193084717, -0.6722896695137024, 1.77341890335083, -1.4286891222000122, 1.622318148612976, 518.1066284179688, -0.14361430704593658, 0.33555182814598083, -0.18667002022266388, -0.12500829994678497, 0.7676267027854919, 0.24492231011390686, 0.44764864444732666], "std": [0.13134869933128357, 0.008556978777050972, 0.5742799639701843, 0.49857598543167114, 0.3110550343990326, 0.08903947472572327, 0.5639361143112183, 338.44085693359375, 0.08837530016899109, 0.02710377611219883, 0.03330416977405548, 0.17102734744548798, 0.2552497386932373, 0.20371177792549133, 0.19619837403297424, 0.15419407188892365, 0.010200036689639091, 0.40128567814826965, 0.48394110798835754, 0.656271755695343, 0.15766938030719757, 0.7596765756607056, 300.8072204589844, 0.07589588314294815, 0.02341705746948719, 0.03317640349268913, 0.21410952508449554, 0.1820780336856842, 0.1337263584136963, 0.19459447264671326], "count": [891]}, "actions": {"min": [0.31386256217956543, 2.012312412261963, -2.0509541034698486, -1.5753343105316162, 0.6544286608695984, 1.0440733432769775, -2.8508732318878174, 29.0, -0.0006140000186860561, 0.28780800104141235, -0.25836101174354553, -0.4918445646762848, -0.5811532735824585, -0.5204049944877625, -0.6252041459083557, -0.8162556290626526, -2.0476901531219482, -2.5322110652923584, -1.7025163173675537, 0.7787833213806152, -1.7590301036834717, 0.627288818359375, 50.0, -0.25598201155662537, 0.2929080128669739, -0.2351350039243698, -0.4898628294467926, 0.4686112403869629, -0.039710212498903275, 0.13042375445365906], "max": [0.7991688251495361, 2.041616201400757, 0.1736602634191513, -0.014678220264613628, 2.0184035301208496, 1.4375230073928833, -0.642682671546936, 901.0, 0.30738401412963867, 0.3815799951553345, -0.14428600668907166, 0.5014398694038391, 0.9596848487854004, 0.5339612364768982, 0.5825753808021545, -0.31058135628700256, -1.9941433668136597, -1.1058406829833984, -0.001518436474725604, 2.582249402999878, -1.0745294094085693, 2.8468940258026123, 894.0, -0.00534099992364645, 0.3855060040950775, -0.08633799850940704, 0.16550923883914948, 0.9888330101966858, 0.5072522163391113, 0.7489442229270935], "mean": [0.49236878752708435, 2.0247015953063965, -1.0723389387130737, -0.6925288438796997, 1.3045367002487183, 1.1675441265106201, -1.710046410560608, 619.2783203125, 0.16028955578804016, 0.3433926999568939, -0.20946118235588074, -0.12259750813245773, 0.7484418153762817, -0.24546660482883453, -0.43606987595558167, -0.5605830550193787, -2.0316596031188965, -1.9526336193084717, -0.6722896695137024, 1.77341890335083, -1.4286891222000122, 1.622318148612976, 518.1066284179688, -0.14361430704593658, 0.33555182814598083, -0.18667002022266388, -0.12500829994678497, 0.7676267027854919, 0.24492231011390686, 0.44764864444732666], "std": [0.13134869933128357, 0.008556978777050972, 0.5742799639701843, 0.49857598543167114, 0.3110550343990326, 0.08903947472572327, 0.5639361143112183, 338.44085693359375, 0.08837530016899109, 0.02710377611219883, 0.03330416977405548, 0.17102734744548798, 0.2552497386932373, 0.20371177792549133, 0.19619837403297424, 0.15419407188892365, 0.010200036689639091, 0.40128567814826965, 0.48394110798835754, 0.656271755695343, 0.15766938030719757, 0.7596765756607056, 300.8072204589844, 0.07589588314294815, 0.02341705746948719, 0.03317640349268913, 0.21410952508449554, 0.1820780336856842, 0.1337263584136963, 0.19459447264671326], "count": [891]}, "next.done": {"min": [false], "max": [true], "mean": [0.001122334455667789], "std": [0.03348245542127115], "count": [891]}, "timestamp": {"min": [0.0], "max": [35.6], "mean": [17.8], "std": [10.28837531715609], "count": [891]}, "frame_index": {"min": [0], "max": [890], "mean": [445.0], "std": [257.20938292890224], "count": [891]}, "episode_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [891]}, "index": {"min": [183510], "max": [184400], "mean": [183955.0], "std": [257.20938292890224], "count": [891]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [891]}}} +{"episode_index": 152, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.47100260399119553]], [[0.4772968893886306]], [[0.4725507139568313]]], "std": [[[0.1271427740517736]], [[0.1278676391249475]], [[0.1274259901760737]]], "count": [291]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.47169714810322755]], [[0.4748362959874672]], [[0.470767588521663]]], "std": [[[0.07777847626838627]], [[0.07461886191755819]], [[0.07779287664661524]]], "count": [291]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47930462064550905]], [[0.4805872210711318]], [[0.47489999480605527]]], "std": [[[0.08741907602304096]], [[0.08866889598321584]], [[0.09380107495740611]]], "count": [291]}, "states": {"min": [0.5726250410079956, 1.8291051387786865, -1.468101143836975, -0.4299444556236267, -2.3132593631744385, -1.410557746887207, 0.30147072672843933, -5.0, 0.04849199950695038, 0.31305599212646484, -0.25464099645614624, -0.45575812458992004, -0.6696609854698181, -0.4588797390460968, -0.6704168915748596, -1.23848557472229, -2.041860818862915, 2.635272741317749, -0.8039684891700745, -1.0073168277740479, 1.0414729118347168, -1.3531014919281006, 53.0, -0.2728379964828491, 0.3403570055961609, -0.24400100111961365, -0.36002272367477417, 0.5302960276603699, -0.07998679578304291, 0.31935930252075195], "max": [1.049204707145691, 2.041773557662964, -0.26829200983047485, 0.032306041568517685, -0.7254985570907593, -0.7385011315345764, 1.3874495029449463, 879.0, 0.23867499828338623, 0.4484739899635315, -0.14059099555015564, 0.27206167578697205, 0.9115553498268127, 0.2860521674156189, 0.6767303347587585, -0.5793271660804749, -2.0099213123321533, 2.8640856742858887, -0.0904429629445076, 0.3119252622127533, 1.7006663084030151, -0.5665164589881897, 903.0, -0.06470400094985962, 0.4410499930381775, -0.08771499991416931, -0.012298977002501488, 0.9417589902877808, 0.5121498107910156, 0.6544490456581116], "mean": [0.8024083971977234, 2.0100789070129395, -0.9370004534721375, -0.20008742809295654, -1.5732777118682861, -0.9903932809829712, 1.0392781496047974, 437.7353820800781, 0.13575862348079681, 0.4115160405635834, -0.2111242115497589, -0.1729169636964798, 0.7610783576965332, -0.26819148659706116, -0.49445801973342896, -0.7863267064094543, -2.032108783721924, 2.8008816242218018, -0.2783372104167938, -0.5104000568389893, 1.2915250062942505, -0.8833939433097839, 491.3091735839844, -0.1837942898273468, 0.3878593146800995, -0.20700182020664215, -0.21400226652622223, 0.719661295413971, 0.2821197807788849, 0.5411127209663391], "std": [0.11284808069467545, 0.03491663560271263, 0.43663156032562256, 0.09808873385190964, 0.4723297655582428, 0.17171581089496613, 0.16903555393218994, 343.4950256347656, 0.060029491782188416, 0.03073074482381344, 0.024273604154586792, 0.12114591896533966, 0.16189642250537872, 0.14071407914161682, 0.1172894611954689, 0.1834295392036438, 0.002766135847195983, 0.09061940759420395, 0.1355145275592804, 0.4021933376789093, 0.1465342938899994, 0.15627489984035492, 319.748779296875, 0.05250391364097595, 0.017517350614070892, 0.023831496015191078, 0.09046203643083572, 0.13473385572433472, 0.16629354655742645, 0.09953351318836212], "count": [1931]}, "actions": {"min": [0.5726250410079956, 1.8291051387786865, -1.468101143836975, -0.4299444556236267, -2.3132593631744385, -1.410557746887207, 0.30147072672843933, -5.0, 0.04849199950695038, 0.31305599212646484, -0.25464099645614624, -0.45575812458992004, -0.6696609854698181, -0.4588797390460968, -0.6704168915748596, -1.23848557472229, -2.041860818862915, 2.635272741317749, -0.8039684891700745, -1.0073168277740479, 1.0414729118347168, -1.3531014919281006, 53.0, -0.2728379964828491, 0.3403570055961609, -0.24400100111961365, -0.36002272367477417, 0.5302960276603699, -0.07998679578304291, 0.31935930252075195], "max": [1.049204707145691, 2.041773557662964, -0.26829200983047485, 0.032306041568517685, -0.7254985570907593, -0.7385011315345764, 1.3874495029449463, 879.0, 0.23867499828338623, 0.4484739899635315, -0.14059099555015564, 0.27206167578697205, 0.9115553498268127, 0.2860521674156189, 0.6767303347587585, -0.5793271660804749, -2.0099213123321533, 2.8640856742858887, -0.0904429629445076, 0.3119252622127533, 1.7006663084030151, -0.5665164589881897, 903.0, -0.06470400094985962, 0.4410499930381775, -0.08771499991416931, -0.012298977002501488, 0.9417589902877808, 0.5121498107910156, 0.6544490456581116], "mean": [0.8024083971977234, 2.0100789070129395, -0.9370004534721375, -0.20008742809295654, -1.5732777118682861, -0.9903932809829712, 1.0392781496047974, 437.7353820800781, 0.13575862348079681, 0.4115160405635834, -0.2111242115497589, -0.1729169636964798, 0.7610783576965332, -0.26819148659706116, -0.49445801973342896, -0.7863267064094543, -2.032108783721924, 2.8008816242218018, -0.2783372104167938, -0.5104000568389893, 1.2915250062942505, -0.8833939433097839, 491.3091735839844, -0.1837942898273468, 0.3878593146800995, -0.20700182020664215, -0.21400226652622223, 0.719661295413971, 0.2821197807788849, 0.5411127209663391], "std": [0.11284808069467545, 0.03491663560271263, 0.43663156032562256, 0.09808873385190964, 0.4723297655582428, 0.17171581089496613, 0.16903555393218994, 343.4950256347656, 0.060029491782188416, 0.03073074482381344, 0.024273604154586792, 0.12114591896533966, 0.16189642250537872, 0.14071407914161682, 0.1172894611954689, 0.1834295392036438, 0.002766135847195983, 0.09061940759420395, 0.1355145275592804, 0.4021933376789093, 0.1465342938899994, 0.15627489984035492, 319.748779296875, 0.05250391364097595, 0.017517350614070892, 0.023831496015191078, 0.09046203643083572, 0.13473385572433472, 0.16629354655742645, 0.09953351318836212], "count": [1931]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005178663904712584], "std": [0.022750784708947487], "count": [1931]}, "timestamp": {"min": [0.0], "max": [77.2], "mean": [38.6], "std": [22.297264406200146], "count": [1931]}, "frame_index": {"min": [0], "max": [1930], "mean": [965.0], "std": [557.4316101550037], "count": [1931]}, "episode_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [1931]}, "index": {"min": [184401], "max": [186331], "mean": [185366.0], "std": [557.4316101550037], "count": [1931]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1931]}}} +{"episode_index": 153, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4777384248784984]], [[0.4820402201692643]], [[0.4777108911513323]]], "std": [[[0.12434497502047673]], [[0.12332728765656918]], [[0.1235001364013494]]], "count": [195]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659574377828054]], [[0.4681812510474275]], [[0.4635184724317077]]], "std": [[[0.1011515863436073]], [[0.09797683816174937]], [[0.10045350800896982]]], "count": [195]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.482059620621753]], [[0.48464979784648904]], [[0.4797648127199598]]], "std": [[[0.07815461679791391]], [[0.0791367547932801]], [[0.08351453628677025]]], "count": [195]}, "states": {"min": [0.467189759016037, 1.9011698961257935, -1.1755141019821167, -0.8539721965789795, -2.25311541557312, -1.5000406503677368, 0.18383553624153137, -1.0, 0.09253600239753723, 0.34578898549079895, -0.2584399878978729, -0.4697627127170563, -0.6031816601753235, -0.4964599907398224, -0.6099410653114319, -1.0017317533493042, -2.0579702854156494, -2.5614278316497803, -1.2613320350646973, 0.6639407277107239, -1.6027883291244507, 0.7089003920555115, 4.0, -0.31828299164772034, 0.34353798627853394, -0.2555820047855377, -0.4732317626476288, 0.39020904898643494, -0.05106250196695328, 0.2195814549922943], "max": [0.8333773016929626, 2.039522171020508, -0.34086281061172485, 0.14732325077056885, -0.6767863631248474, -0.9034173488616943, 1.6552352905273438, 892.0, 0.24467399716377258, 0.43502500653266907, -0.15747199952602386, 0.5101786851882935, 0.9220646023750305, 0.4981342554092407, 0.6058366894721985, -0.33889058232307434, -1.911833643913269, -1.114951252937317, 0.0625176951289177, 2.7018744945526123, -0.8284554481506348, 2.674891710281372, 887.0, 0.022027000784873962, 0.4142859876155853, -0.0797870010137558, 0.04045332595705986, 0.9524755477905273, 0.6344799995422363, 0.7066830396652222], "mean": [0.6793555021286011, 2.01693058013916, -0.7950856685638428, -0.24593310058116913, -1.5516955852508545, -1.1367820501327515, 0.9372773170471191, 640.3448486328125, 0.1704566925764084, 0.39077186584472656, -0.21599586308002472, -0.16301104426383972, 0.6772326231002808, -0.26758962869644165, -0.4477052688598633, -0.6406939029693604, -2.033870220184326, -2.078383207321167, -0.4880216121673584, 1.5328303575515747, -1.1377110481262207, 1.7423456907272339, 577.9495849609375, -0.17162762582302094, 0.3781179189682007, -0.20027759671211243, -0.15633562207221985, 0.692905604839325, 0.35347893834114075, 0.4820665121078491], "std": [0.0834968164563179, 0.022292690351605415, 0.2601236402988434, 0.27026087045669556, 0.46597570180892944, 0.13354526460170746, 0.5017797350883484, 270.96429443359375, 0.04315228760242462, 0.024488605558872223, 0.020383227616548538, 0.2108960896730423, 0.3009701073169708, 0.21493396162986755, 0.24795541167259216, 0.19156301021575928, 0.01940741389989853, 0.3931490182876587, 0.309498131275177, 0.6368213891983032, 0.1662348210811615, 0.5032442212104797, 259.4756774902344, 0.10858762264251709, 0.016381096094846725, 0.036694202572107315, 0.14409296214580536, 0.20256726443767548, 0.24093739688396454, 0.13512194156646729], "count": [1131]}, "actions": {"min": [0.467189759016037, 1.9011698961257935, -1.1755141019821167, -0.8539721965789795, -2.25311541557312, -1.5000406503677368, 0.18383553624153137, -1.0, 0.09253600239753723, 0.34578898549079895, -0.2584399878978729, -0.4697627127170563, -0.6031816601753235, -0.4964599907398224, -0.6099410653114319, -1.0017317533493042, -2.0579702854156494, -2.5614278316497803, -1.2613320350646973, 0.6639407277107239, -1.6027883291244507, 0.7089003920555115, 4.0, -0.31828299164772034, 0.34353798627853394, -0.2555820047855377, -0.4732317626476288, 0.39020904898643494, -0.05106250196695328, 0.2195814549922943], "max": [0.8333773016929626, 2.039522171020508, -0.34086281061172485, 0.14732325077056885, -0.6767863631248474, -0.9034173488616943, 1.6552352905273438, 892.0, 0.24467399716377258, 0.43502500653266907, -0.15747199952602386, 0.5101786851882935, 0.9220646023750305, 0.4981342554092407, 0.6058366894721985, -0.33889058232307434, -1.911833643913269, -1.114951252937317, 0.0625176951289177, 2.7018744945526123, -0.8284554481506348, 2.674891710281372, 887.0, 0.022027000784873962, 0.4142859876155853, -0.0797870010137558, 0.04045332595705986, 0.9524755477905273, 0.6344799995422363, 0.7066830396652222], "mean": [0.6793555021286011, 2.01693058013916, -0.7950856685638428, -0.24593310058116913, -1.5516955852508545, -1.1367820501327515, 0.9372773170471191, 640.3448486328125, 0.1704566925764084, 0.39077186584472656, -0.21599586308002472, -0.16301104426383972, 0.6772326231002808, -0.26758962869644165, -0.4477052688598633, -0.6406939029693604, -2.033870220184326, -2.078383207321167, -0.4880216121673584, 1.5328303575515747, -1.1377110481262207, 1.7423456907272339, 577.9495849609375, -0.17162762582302094, 0.3781179189682007, -0.20027759671211243, -0.15633562207221985, 0.692905604839325, 0.35347893834114075, 0.4820665121078491], "std": [0.0834968164563179, 0.022292690351605415, 0.2601236402988434, 0.27026087045669556, 0.46597570180892944, 0.13354526460170746, 0.5017797350883484, 270.96429443359375, 0.04315228760242462, 0.024488605558872223, 0.020383227616548538, 0.2108960896730423, 0.3009701073169708, 0.21493396162986755, 0.24795541167259216, 0.19156301021575928, 0.01940741389989853, 0.3931490182876587, 0.309498131275177, 0.6368213891983032, 0.1662348210811615, 0.5032442212104797, 259.4756774902344, 0.10858762264251709, 0.016381096094846725, 0.036694202572107315, 0.14409296214580536, 0.20256726443767548, 0.24093739688396454, 0.13512194156646729], "count": [1131]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008841732979664014], "std": [0.029721903296147854], "count": [1131]}, "timestamp": {"min": [0.0], "max": [45.2], "mean": [22.599999999999998], "std": [13.059657984291421], "count": [1131]}, "frame_index": {"min": [0], "max": [1130], "mean": [565.0], "std": [326.4914496072855], "count": [1131]}, "episode_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [1131]}, "index": {"min": [186332], "max": [187462], "mean": [186897.0], "std": [326.4914496072855], "count": [1131]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1131]}}} +{"episode_index": 154, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.47339299621916897]], [[0.47761969699680357]], [[0.4715260267580268]]], "std": [[[0.1300303898925627]], [[0.1320274374502847]], [[0.13145068807174673]]], "count": [274]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683814651316731]], [[0.47377180612208386]], [[0.46653597752969805]]], "std": [[[0.104278091045195]], [[0.10260167133733109]], [[0.10775554928019539]]], "count": [274]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47656211312079577]], [[0.47489538681956966]], [[0.4697663525416249]]], "std": [[[0.12050577675209578]], [[0.12507221791806067]], [[0.13067479042206936]]], "count": [274]}, "states": {"min": [0.38777729868888855, 1.9855389595031738, -1.044754147529602, -0.39582324028015137, -2.5724234580993652, -1.748942255973816, 0.1613033264875412, 21.0, 0.06258200109004974, 0.25951600074768066, -0.2931959927082062, -0.4606397747993469, -0.6593226194381714, -0.45020848512649536, -0.6630713939666748, -0.8092568516731262, -2.049487829208374, -0.4936140179634094, -0.5339136719703674, 1.6672781705856323, 0.9675931334495544, -0.7879987359046936, 17.0, -0.26487401127815247, 0.23101000487804413, -0.3091610074043274, -0.4999783933162689, -0.5212790369987488, -0.5422707200050354, -0.6105750799179077], "max": [0.8766091465950012, 2.045787811279297, 0.586378276348114, 0.23806291818618774, -1.681589961051941, -0.7438593506813049, 0.9496510624885559, 880.0, 0.3057979941368103, 0.4208720028400421, -0.14528100192546844, 0.43574094772338867, 0.8861990571022034, 0.5442382097244263, 0.6612478494644165, -0.14100517332553864, -1.905934453010559, 0.4050385653972626, 0.21956242620944977, 2.8195619583129883, 1.5389267206192017, 0.1578301340341568, 892.0, -0.07943200320005417, 0.3644930124282837, -0.21072599291801453, 0.5460448861122131, 0.8517832159996033, 0.5180978178977966, 0.6343063116073608], "mean": [0.6318749189376831, 2.0214037895202637, -0.27847158908843994, -0.08115238696336746, -2.008625030517578, -1.2566046714782715, 0.5722420811653137, 420.3794860839844, 0.16641096770763397, 0.33949247002601624, -0.2374848872423172, -0.14674292504787445, 0.6048694252967834, -0.10278541594743729, -0.40388718247413635, -0.5131344795227051, -2.0368077754974365, -0.037246040999889374, -0.16242274641990662, 2.1052706241607666, 1.2547900676727295, -0.23588010668754578, 422.60650634765625, -0.15180222690105438, 0.3077718913555145, -0.25967028737068176, -0.23193183541297913, 0.627810001373291, 0.18156814575195312, 0.47165125608444214], "std": [0.12578485906124115, 0.011827024631202221, 0.39851728081703186, 0.18082836270332336, 0.2195506989955902, 0.17830675840377808, 0.17441308498382568, 337.6514587402344, 0.06641556322574615, 0.04024023562669754, 0.042276859283447266, 0.231708362698555, 0.4356752932071686, 0.21819648146629333, 0.3844466209411621, 0.17967236042022705, 0.016565408557653427, 0.2367684692144394, 0.20528733730316162, 0.37576034665107727, 0.14082039892673492, 0.23518690466880798, 300.8631591796875, 0.0409432053565979, 0.02511858008801937, 0.025680257007479668, 0.23990584909915924, 0.31436049938201904, 0.23941652476787567, 0.2879987061023712], "count": [1784]}, "actions": {"min": [0.38777729868888855, 1.9855389595031738, -1.044754147529602, -0.39582324028015137, -2.5724234580993652, -1.748942255973816, 0.1613033264875412, 21.0, 0.06258200109004974, 0.25951600074768066, -0.2931959927082062, -0.4606397747993469, -0.6593226194381714, -0.45020848512649536, -0.6630713939666748, -0.8092568516731262, -2.049487829208374, -0.4936140179634094, -0.5339136719703674, 1.6672781705856323, 0.9675931334495544, -0.7879987359046936, 17.0, -0.26487401127815247, 0.23101000487804413, -0.3091610074043274, -0.4999783933162689, -0.5212790369987488, -0.5422707200050354, -0.6105750799179077], "max": [0.8766091465950012, 2.045787811279297, 0.586378276348114, 0.23806291818618774, -1.681589961051941, -0.7438593506813049, 0.9496510624885559, 880.0, 0.3057979941368103, 0.4208720028400421, -0.14528100192546844, 0.43574094772338867, 0.8861990571022034, 0.5442382097244263, 0.6612478494644165, -0.14100517332553864, -1.905934453010559, 0.4050385653972626, 0.21956242620944977, 2.8195619583129883, 1.5389267206192017, 0.1578301340341568, 892.0, -0.07943200320005417, 0.3644930124282837, -0.21072599291801453, 0.5460448861122131, 0.8517832159996033, 0.5180978178977966, 0.6343063116073608], "mean": [0.6318749189376831, 2.0214037895202637, -0.27847158908843994, -0.08115238696336746, -2.008625030517578, -1.2566046714782715, 0.5722420811653137, 420.3794860839844, 0.16641096770763397, 0.33949247002601624, -0.2374848872423172, -0.14674292504787445, 0.6048694252967834, -0.10278541594743729, -0.40388718247413635, -0.5131344795227051, -2.0368077754974365, -0.037246040999889374, -0.16242274641990662, 2.1052706241607666, 1.2547900676727295, -0.23588010668754578, 422.60650634765625, -0.15180222690105438, 0.3077718913555145, -0.25967028737068176, -0.23193183541297913, 0.627810001373291, 0.18156814575195312, 0.47165125608444214], "std": [0.12578485906124115, 0.011827024631202221, 0.39851728081703186, 0.18082836270332336, 0.2195506989955902, 0.17830675840377808, 0.17441308498382568, 337.6514587402344, 0.06641556322574615, 0.04024023562669754, 0.042276859283447266, 0.231708362698555, 0.4356752932071686, 0.21819648146629333, 0.3844466209411621, 0.17967236042022705, 0.016565408557653427, 0.2367684692144394, 0.20528733730316162, 0.37576034665107727, 0.14082039892673492, 0.23518690466880798, 300.8631591796875, 0.0409432053565979, 0.02511858008801937, 0.025680257007479668, 0.23990584909915924, 0.31436049938201904, 0.23941652476787567, 0.2879987061023712], "count": [1784]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005605381165919282], "std": [0.023669049698113693], "count": [1784]}, "timestamp": {"min": [0.0], "max": [71.32], "mean": [35.660000000000004], "std": [20.59985436841727], "count": [1784]}, "frame_index": {"min": [0], "max": [1783], "mean": [891.5], "std": [514.9963592104317], "count": [1784]}, "episode_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [1784]}, "index": {"min": [187463], "max": [189246], "mean": [188354.5], "std": [514.9963592104317], "count": [1784]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1784]}}} +{"episode_index": 155, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4679659883720931]], [[0.47379148426812584]], [[0.46976639116887065]]], "std": [[[0.11902104174474143]], [[0.11902297186671718]], [[0.11922493802146436]]], "count": [215]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8313725490196079]], [[0.7803921568627451]], [[0.7568627450980392]]], "mean": [[[0.47067877336981306]], [[0.4739599350205198]], [[0.4681818779449764]]], "std": [[[0.06676490373985348]], [[0.06773383320873301]], [[0.07421794500108689]]], "count": [215]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.48174947655418754]], [[0.4783874354005168]], [[0.4732714194786442]]], "std": [[[0.10298642853126859]], [[0.10549649507836695]], [[0.11245271982135677]]], "count": [215]}, "states": {"min": [0.48083823919296265, 1.9767425060272217, -1.8041644096374512, -0.7629532814025879, -2.5801901817321777, -1.5981107950210571, 0.33428290486335754, -5.0, -3.7999998312443495e-05, 0.3395879864692688, -0.26343899965286255, -0.4638867974281311, -0.6413468718528748, -0.4436763525009155, -0.6485019326210022, -0.767875075340271, -2.0446882247924805, -2.4344027042388916, -1.0770426988601685, 0.17474237084388733, -1.5005817413330078, 1.1055090427398682, 28.0, -0.3373500108718872, 0.2945129871368408, -0.27782800793647766, -0.4953506290912628, -0.4758305251598358, -0.5279191732406616, -0.5554231405258179], "max": [1.1203967332839966, 2.043256998062134, 0.6115284562110901, 0.1258556991815567, 0.08045968413352966, -0.7711737751960754, 1.3633813858032227, 723.0, 0.2801460027694702, 0.44364500045776367, -0.15570899844169617, 0.4702684283256531, 0.9252106547355652, 0.5103162527084351, 0.6540101766586304, -0.31578242778778076, -1.8929318189620972, -1.734822392463684, 0.0246265958994627, 2.3762309551239014, -1.0123083591461182, 2.7573060989379883, 865.0, -0.07060399651527405, 0.4165540039539337, -0.12294299900531769, 0.562391996383667, 0.9577041268348694, 0.5547366738319397, 0.6655793190002441], "mean": [0.7320833206176758, 2.017423629760742, -0.7616134285926819, -0.3102668523788452, -1.8815733194351196, -1.1226401329040527, 0.997611403465271, 396.99151611328125, 0.14125411212444305, 0.3841543197631836, -0.21533605456352234, -0.15894612669944763, 0.7600607872009277, -0.16178067028522491, -0.45573461055755615, -0.512283205986023, -2.036161422729492, -2.0716044902801514, -0.3412918448448181, 1.1400489807128906, -1.2301690578460693, 2.2236945629119873, 509.9552001953125, -0.21998728811740875, 0.3499625623226166, -0.21624411642551422, -0.2856541574001312, 0.6166896224021912, 0.316498339176178, 0.4754240810871124], "std": [0.15502220392227173, 0.010829132981598377, 0.7135456800460815, 0.1644761562347412, 0.5019357204437256, 0.2041374146938324, 0.2233591079711914, 236.14280700683594, 0.07320394366979599, 0.022770503535866737, 0.025035103783011436, 0.13794481754302979, 0.25953832268714905, 0.17094822227954865, 0.21809257566928864, 0.14451216161251068, 0.015916889533400536, 0.23289307951927185, 0.3708607852458954, 0.7887095212936401, 0.12536144256591797, 0.5348135232925415, 307.05108642578125, 0.09094959497451782, 0.02614642307162285, 0.03718775138258934, 0.2012745440006256, 0.2845207154750824, 0.23196479678153992, 0.19137825071811676], "count": [1295]}, "actions": {"min": [0.48083823919296265, 1.9767425060272217, -1.8041644096374512, -0.7629532814025879, -2.5801901817321777, -1.5981107950210571, 0.33428290486335754, -5.0, -3.7999998312443495e-05, 0.3395879864692688, -0.26343899965286255, -0.4638867974281311, -0.6413468718528748, -0.4436763525009155, -0.6485019326210022, -0.767875075340271, -2.0446882247924805, -2.4344027042388916, -1.0770426988601685, 0.17474237084388733, -1.5005817413330078, 1.1055090427398682, 28.0, -0.3373500108718872, 0.2945129871368408, -0.27782800793647766, -0.4953506290912628, -0.4758305251598358, -0.5279191732406616, -0.5554231405258179], "max": [1.1203967332839966, 2.043256998062134, 0.6115284562110901, 0.1258556991815567, 0.08045968413352966, -0.7711737751960754, 1.3633813858032227, 723.0, 0.2801460027694702, 0.44364500045776367, -0.15570899844169617, 0.4702684283256531, 0.9252106547355652, 0.5103162527084351, 0.6540101766586304, -0.31578242778778076, -1.8929318189620972, -1.734822392463684, 0.0246265958994627, 2.3762309551239014, -1.0123083591461182, 2.7573060989379883, 865.0, -0.07060399651527405, 0.4165540039539337, -0.12294299900531769, 0.562391996383667, 0.9577041268348694, 0.5547366738319397, 0.6655793190002441], "mean": [0.7320833206176758, 2.017423629760742, -0.7616134285926819, -0.3102668523788452, -1.8815733194351196, -1.1226401329040527, 0.997611403465271, 396.99151611328125, 0.14125411212444305, 0.3841543197631836, -0.21533605456352234, -0.15894612669944763, 0.7600607872009277, -0.16178067028522491, -0.45573461055755615, -0.512283205986023, -2.036161422729492, -2.0716044902801514, -0.3412918448448181, 1.1400489807128906, -1.2301690578460693, 2.2236945629119873, 509.9552001953125, -0.21998728811740875, 0.3499625623226166, -0.21624411642551422, -0.2856541574001312, 0.6166896224021912, 0.316498339176178, 0.4754240810871124], "std": [0.15502220392227173, 0.010829132981598377, 0.7135456800460815, 0.1644761562347412, 0.5019357204437256, 0.2041374146938324, 0.2233591079711914, 236.14280700683594, 0.07320394366979599, 0.022770503535866737, 0.025035103783011436, 0.13794481754302979, 0.25953832268714905, 0.17094822227954865, 0.21809257566928864, 0.14451216161251068, 0.015916889533400536, 0.23289307951927185, 0.3708607852458954, 0.7887095212936401, 0.12536144256591797, 0.5348135232925415, 307.05108642578125, 0.09094959497451782, 0.02614642307162285, 0.03718775138258934, 0.2012745440006256, 0.2845207154750824, 0.23196479678153992, 0.19137825071811676], "count": [1295]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007722007722007722], "std": [0.02777776949591498], "count": [1295]}, "timestamp": {"min": [0.0], "max": [51.76], "mean": [25.880000000000006], "std": [14.953367513707406], "count": [1295]}, "frame_index": {"min": [0], "max": [1294], "mean": [647.0], "std": [373.83418784268514], "count": [1295]}, "episode_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [1295]}, "index": {"min": [189247], "max": [190541], "mean": [189894.0], "std": [373.83418784268514], "count": [1295]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1295]}}} +{"episode_index": 156, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.47465960189768974]], [[0.47963325790299616]], [[0.4742406247977739]]], "std": [[[0.12930175327219592]], [[0.1304270115617581]], [[0.13020105213544564]]], "count": [202]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6745098039215687]], [[0.6313725490196078]], [[0.6392156862745098]]], "mean": [[[0.4797729779411765]], [[0.48395481965475956]], [[0.4779388245809875]]], "std": [[[0.06163324347858588]], [[0.06017072909635931]], [[0.06399842327819075]]], "count": [202]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4780924688976251]], [[0.4783818999547013]], [[0.4751013981912897]]], "std": [[[0.10095698252185938]], [[0.10059024190004434]], [[0.10369228177265583]]], "count": [202]}, "states": {"min": [0.4936663806438446, 1.8731919527053833, -2.1644351482391357, -0.6399250030517578, -1.4229495525360107, -1.3376203775405884, 0.3854210674762726, 1.0, -0.0007580000092275441, 0.3273810148239136, -0.27344900369644165, -0.3801598846912384, -0.6265780329704285, -0.42472419142723083, -0.6523692607879639, -0.8053821921348572, -2.050884246826172, 0.9478883743286133, 0.08730137348175049, 0.6027669310569763, 0.6988822221755981, -1.8287385702133179, 54.0, -0.24856799840927124, 0.3446260094642639, -0.25171801447868347, -0.42966312170028687, 0.49544277787208557, -0.026494355872273445, 0.2678076922893524], "max": [0.9426174759864807, 2.0539731979370117, -1.374411940574646, -0.050474923104047775, 0.09236282855272293, -0.5931152701377869, 1.2258495092391968, 881.0, 0.2443629950284958, 0.4239499866962433, -0.16745199263095856, 0.45725178718566895, 0.9135163426399231, 0.4614868760108948, 0.637972354888916, -0.25158923864364624, -1.9261279106140137, 1.5702204704284668, 1.3206384181976318, 2.457423686981201, 1.4363535642623901, -0.4110076129436493, 916.0, -0.07282400131225586, 0.41569799184799194, -0.12182299792766571, -0.11056945472955704, 0.953963577747345, 0.4336141049861908, 0.6989058256149292], "mean": [0.6618936061859131, 2.024229049682617, -1.653417944908142, -0.2813481092453003, -0.7259506583213806, -0.9064677357673645, 0.9018312096595764, 556.8582153320312, 0.12514883279800415, 0.38969042897224426, -0.2244531810283661, -0.10964429378509521, 0.5888264775276184, -0.1763276308774948, -0.38670089840888977, -0.4837307929992676, -2.0286707878112793, 1.255976676940918, 0.6240966320037842, 1.465364694595337, 1.0980380773544312, -1.1631124019622803, 611.742431640625, -0.17865464091300964, 0.3723219633102417, -0.20465554296970367, -0.2524586617946625, 0.7594626545906067, 0.26597535610198975, 0.46559444069862366], "std": [0.11279691755771637, 0.030993932858109474, 0.26505744457244873, 0.11436563730239868, 0.34837251901626587, 0.16720065474510193, 0.21271629631519318, 257.009765625, 0.07023891061544418, 0.024188296869397163, 0.023171722888946533, 0.21231941878795624, 0.43916499614715576, 0.2718382477760315, 0.38573557138442993, 0.15415538847446442, 0.01844778098165989, 0.18712766468524933, 0.3746328055858612, 0.6721681356430054, 0.21780404448509216, 0.5039862990379333, 289.34271240234375, 0.051399100571870804, 0.016761330887675285, 0.029339663684368134, 0.10970313102006912, 0.14963100850582123, 0.14046649634838104, 0.13343185186386108], "count": [1192]}, "actions": {"min": [0.4936663806438446, 1.8731919527053833, -2.1644351482391357, -0.6399250030517578, -1.4229495525360107, -1.3376203775405884, 0.3854210674762726, 1.0, -0.0007580000092275441, 0.3273810148239136, -0.27344900369644165, -0.3801598846912384, -0.6265780329704285, -0.42472419142723083, -0.6523692607879639, -0.8053821921348572, -2.050884246826172, 0.9478883743286133, 0.08730137348175049, 0.6027669310569763, 0.6988822221755981, -1.8287385702133179, 54.0, -0.24856799840927124, 0.3446260094642639, -0.25171801447868347, -0.42966312170028687, 0.49544277787208557, -0.026494355872273445, 0.2678076922893524], "max": [0.9426174759864807, 2.0539731979370117, -1.374411940574646, -0.050474923104047775, 0.09236282855272293, -0.5931152701377869, 1.2258495092391968, 881.0, 0.2443629950284958, 0.4239499866962433, -0.16745199263095856, 0.45725178718566895, 0.9135163426399231, 0.4614868760108948, 0.637972354888916, -0.25158923864364624, -1.9261279106140137, 1.5702204704284668, 1.3206384181976318, 2.457423686981201, 1.4363535642623901, -0.4110076129436493, 916.0, -0.07282400131225586, 0.41569799184799194, -0.12182299792766571, -0.11056945472955704, 0.953963577747345, 0.4336141049861908, 0.6989058256149292], "mean": [0.6618936061859131, 2.024229049682617, -1.653417944908142, -0.2813481092453003, -0.7259506583213806, -0.9064677357673645, 0.9018312096595764, 556.8582153320312, 0.12514883279800415, 0.38969042897224426, -0.2244531810283661, -0.10964429378509521, 0.5888264775276184, -0.1763276308774948, -0.38670089840888977, -0.4837307929992676, -2.0286707878112793, 1.255976676940918, 0.6240966320037842, 1.465364694595337, 1.0980380773544312, -1.1631124019622803, 611.742431640625, -0.17865464091300964, 0.3723219633102417, -0.20465554296970367, -0.2524586617946625, 0.7594626545906067, 0.26597535610198975, 0.46559444069862366], "std": [0.11279691755771637, 0.030993932858109474, 0.26505744457244873, 0.11436563730239868, 0.34837251901626587, 0.16720065474510193, 0.21271629631519318, 257.009765625, 0.07023891061544418, 0.024188296869397163, 0.023171722888946533, 0.21231941878795624, 0.43916499614715576, 0.2718382477760315, 0.38573557138442993, 0.15415538847446442, 0.01844778098165989, 0.18712766468524933, 0.3746328055858612, 0.6721681356430054, 0.21780404448509216, 0.5039862990379333, 289.34271240234375, 0.051399100571870804, 0.016761330887675285, 0.029339663684368134, 0.10970313102006912, 0.14963100850582123, 0.14046649634838104, 0.13343185186386108], "count": [1192]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008389261744966443], "std": [0.028952070346874827], "count": [1192]}, "timestamp": {"min": [0.0], "max": [47.64], "mean": [23.82], "std": [13.7640255739373], "count": [1192]}, "frame_index": {"min": [0], "max": [1191], "mean": [595.5], "std": [344.1006393484325], "count": [1192]}, "episode_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [1192]}, "index": {"min": [190542], "max": [191733], "mean": [191137.5], "std": [344.1006393484325], "count": [1192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1192]}}} +{"episode_index": 157, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4770727030957611]], [[0.4801406415263201]], [[0.4765352553019825]]], "std": [[[0.1254944488447793]], [[0.12750681922202461]], [[0.1280092961152023]]], "count": [241]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4759945937745776]], [[0.4773680623355843]], [[0.4713384090323543]]], "std": [[[0.09428239874952758]], [[0.09342881677587964]], [[0.09854753597348422]]], "count": [241]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47224468954248366]], [[0.4730223071420823]], [[0.46804459818159627]]], "std": [[[0.09641595882840859]], [[0.09685374384385269]], [[0.10246398156319625]]], "count": [241]}, "states": {"min": [0.3899414539337158, 2.009432554244995, 1.220316767692566, 0.03192207217216492, -2.2964868545532227, 0.9892178177833557, -2.7213523387908936, 21.0, 0.004794999957084656, 0.2799670100212097, -0.27026399970054626, -0.41446295380592346, 0.5807805061340332, -0.4415385127067566, -0.6138955354690552, -0.8779006004333496, -2.0448453426361084, 0.585924506187439, -0.07077309489250183, -2.707354784011841, -1.7628000974655151, 0.5852787494659424, 54.0, -0.31501999497413635, 0.2807430028915405, -0.27099499106407166, -0.4996955692768097, -0.5058584809303284, -0.47991690039634705, -0.5399171113967896], "max": [0.795451283454895, 2.0325582027435303, 2.4929935932159424, 1.3273926973342896, -0.8911651372909546, 1.4666177034378052, -0.8911476135253906, 886.0, 0.25443801283836365, 0.4046899974346161, -0.1246509999036789, -0.018717903643846512, 0.955734372138977, 0.04440905898809433, -0.2886318862438202, -0.06679374724626541, -2.018298864364624, 1.5647226572036743, 1.564408540725708, -0.5544038414955139, -1.0655410289764404, 2.8413960933685303, 781.0, -0.044620998203754425, 0.379040002822876, -0.11886999756097794, 0.5208281874656677, 0.9681376218795776, 0.5674034953117371, 0.710907518863678], "mean": [0.5196375250816345, 2.019099712371826, 2.03304123878479, 0.5101101994514465, -1.5264445543289185, 1.1629328727722168, -2.0154812335968018, 512.5020141601562, 0.17541153728961945, 0.353018194437027, -0.21017558872699738, -0.21041452884674072, 0.7441492676734924, -0.26077377796173096, -0.5086020231246948, -0.4578288793563843, -2.0366954803466797, 1.1525799036026, 0.6991021633148193, -1.4996583461761475, -1.4316303730010986, 1.898305058479309, 430.22479248046875, -0.17879576981067657, 0.32304808497428894, -0.1923561543226242, -0.14388705790042877, 0.7368839383125305, 0.1879364550113678, 0.43302249908447266], "std": [0.10870727151632309, 0.005662064999341965, 0.36243611574172974, 0.4411030411720276, 0.4084204435348511, 0.11991669982671738, 0.6056949496269226, 309.1388244628906, 0.08105842769145966, 0.03764500468969345, 0.03960944339632988, 0.1334601491689682, 0.12497417628765106, 0.18150965869426727, 0.09441481530666351, 0.20655883848667145, 0.0043852487578988075, 0.23325170576572418, 0.43919458985328674, 0.741508424282074, 0.1389503926038742, 0.7054902911186218, 254.90945434570312, 0.07720272988080978, 0.027519013732671738, 0.04497229680418968, 0.20433679223060608, 0.27544865012168884, 0.19873037934303284, 0.23738384246826172], "count": [1508]}, "actions": {"min": [0.3899414539337158, 2.009432554244995, 1.220316767692566, 0.03192207217216492, -2.2964868545532227, 0.9892178177833557, -2.7213523387908936, 21.0, 0.004794999957084656, 0.2799670100212097, -0.27026399970054626, -0.41446295380592346, 0.5807805061340332, -0.4415385127067566, -0.6138955354690552, -0.8779006004333496, -2.0448453426361084, 0.585924506187439, -0.07077309489250183, -2.707354784011841, -1.7628000974655151, 0.5852787494659424, 54.0, -0.31501999497413635, 0.2807430028915405, -0.27099499106407166, -0.4996955692768097, -0.5058584809303284, -0.47991690039634705, -0.5399171113967896], "max": [0.795451283454895, 2.0325582027435303, 2.4929935932159424, 1.3273926973342896, -0.8911651372909546, 1.4666177034378052, -0.8911476135253906, 886.0, 0.25443801283836365, 0.4046899974346161, -0.1246509999036789, -0.018717903643846512, 0.955734372138977, 0.04440905898809433, -0.2886318862438202, -0.06679374724626541, -2.018298864364624, 1.5647226572036743, 1.564408540725708, -0.5544038414955139, -1.0655410289764404, 2.8413960933685303, 781.0, -0.044620998203754425, 0.379040002822876, -0.11886999756097794, 0.5208281874656677, 0.9681376218795776, 0.5674034953117371, 0.710907518863678], "mean": [0.5196375250816345, 2.019099712371826, 2.03304123878479, 0.5101101994514465, -1.5264445543289185, 1.1629328727722168, -2.0154812335968018, 512.5020141601562, 0.17541153728961945, 0.353018194437027, -0.21017558872699738, -0.21041452884674072, 0.7441492676734924, -0.26077377796173096, -0.5086020231246948, -0.4578288793563843, -2.0366954803466797, 1.1525799036026, 0.6991021633148193, -1.4996583461761475, -1.4316303730010986, 1.898305058479309, 430.22479248046875, -0.17879576981067657, 0.32304808497428894, -0.1923561543226242, -0.14388705790042877, 0.7368839383125305, 0.1879364550113678, 0.43302249908447266], "std": [0.10870727151632309, 0.005662064999341965, 0.36243611574172974, 0.4411030411720276, 0.4084204435348511, 0.11991669982671738, 0.6056949496269226, 309.1388244628906, 0.08105842769145966, 0.03764500468969345, 0.03960944339632988, 0.1334601491689682, 0.12497417628765106, 0.18150965869426727, 0.09441481530666351, 0.20655883848667145, 0.0043852487578988075, 0.23325170576572418, 0.43919458985328674, 0.741508424282074, 0.1389503926038742, 0.7054902911186218, 254.90945434570312, 0.07720272988080978, 0.027519013732671738, 0.04497229680418968, 0.20433679223060608, 0.27544865012168884, 0.19873037934303284, 0.23738384246826172], "count": [1508]}, "next.done": {"min": [false], "max": [true], "mean": [0.000663129973474801], "std": [0.02574277048246906], "count": [1508]}, "timestamp": {"min": [0.0], "max": [60.28], "mean": [30.14], "std": [17.412880290176005], "count": [1508]}, "frame_index": {"min": [0], "max": [1507], "mean": [753.5], "std": [435.32200725440015], "count": [1508]}, "episode_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [1508]}, "index": {"min": [191734], "max": [193241], "mean": [192487.5], "std": [435.32200725440015], "count": [1508]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1508]}}} +{"episode_index": 158, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4645969682346168]], [[0.46901279145077723]], [[0.4642411432405432]]], "std": [[[0.1377517832902827]], [[0.13858031367122856]], [[0.14054549198111724]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47168421086051004]], [[0.47395049464086153]], [[0.4673133095854922]]], "std": [[[0.07743828007599102]], [[0.07577099297183228]], [[0.08221968711112124]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.47803550429239056]], [[0.4760581610450743]], [[0.4712643111432829]]], "std": [[[0.08248522426664762]], [[0.08384256236427791]], [[0.08908113365437725]]], "count": [193]}, "states": {"min": [0.306410014629364, 2.014005184173584, -1.9865862131118774, -1.5610575675964355, 0.7261442542076111, 1.0815980434417725, -2.750394582748413, 64.0, 0.0048409998416900635, 0.2988640069961548, -0.2592490017414093, -0.4731391370296478, -0.6194512844085693, -0.5260444283485413, -0.619345486164093, -0.8342325091362, -2.0559630393981934, -2.3145859241485596, -1.5032521486282349, 0.6809402108192444, -1.7127963304519653, 0.6503271460533142, 47.0, -0.24854999780654907, 0.3124989867210388, -0.24240200221538544, -0.4589574933052063, 0.4613581597805023, -0.05240100622177124, 0.10393144935369492], "max": [0.7671769857406616, 2.0479519367218018, 0.556917130947113, -0.045954518020153046, 1.8858282566070557, 1.4154446125030518, -0.6119124889373779, 819.0, 0.31880900263786316, 0.3765529990196228, -0.11547199636697769, 0.47415435314178467, 0.9703274369239807, 0.5387994647026062, 0.6231858134269714, -0.2819579541683197, -1.987930178642273, -1.2699888944625854, 0.04703662171959877, 2.457982301712036, -1.083744764328003, 2.8402440547943115, 771.0, 0.0013269999762997031, 0.3769020140171051, -0.08171399682760239, 0.17699335515499115, 0.9835982918739319, 0.4389232397079468, 0.7169849872589111], "mean": [0.49934396147727966, 2.024428606033325, -0.6892989873886108, -0.6075520515441895, 1.2015475034713745, 1.2277514934539795, -1.881076693534851, 628.1735229492188, 0.18849404156208038, 0.34087151288986206, -0.2083996832370758, 0.046990711241960526, 0.4447380304336548, -0.023982852697372437, -0.1980002373456955, -0.5351064205169678, -2.0324654579162598, -1.882096290588379, -0.7433295845985413, 1.7475371360778809, -1.4269887208938599, 1.5649757385253906, 524.0196533203125, -0.14167697727680206, 0.3345845937728882, -0.18382492661476135, -0.11657880246639252, 0.7779524922370911, 0.25153177976608276, 0.4369538426399231], "std": [0.10779939591884613, 0.007783088833093643, 0.899922788143158, 0.49225157499313354, 0.2517729699611664, 0.0947352796792984, 0.6785921454429626, 281.3751525878906, 0.10207265615463257, 0.02308724634349346, 0.03938339650630951, 0.275150328874588, 0.6030698418617249, 0.3533475399017334, 0.44267961382865906, 0.15617088973522186, 0.011935115791857243, 0.3438906669616699, 0.4754573702812195, 0.6520876288414001, 0.12427069991827011, 0.784268856048584, 257.09442138671875, 0.07242625951766968, 0.01489916630089283, 0.03174830973148346, 0.20498129725456238, 0.16961601376533508, 0.12695905566215515, 0.20024408400058746], "count": [1118]}, "actions": {"min": [0.306410014629364, 2.014005184173584, -1.9865862131118774, -1.5610575675964355, 0.7261442542076111, 1.0815980434417725, -2.750394582748413, 64.0, 0.0048409998416900635, 0.2988640069961548, -0.2592490017414093, -0.4731391370296478, -0.6194512844085693, -0.5260444283485413, -0.619345486164093, -0.8342325091362, -2.0559630393981934, -2.3145859241485596, -1.5032521486282349, 0.6809402108192444, -1.7127963304519653, 0.6503271460533142, 47.0, -0.24854999780654907, 0.3124989867210388, -0.24240200221538544, -0.4589574933052063, 0.4613581597805023, -0.05240100622177124, 0.10393144935369492], "max": [0.7671769857406616, 2.0479519367218018, 0.556917130947113, -0.045954518020153046, 1.8858282566070557, 1.4154446125030518, -0.6119124889373779, 819.0, 0.31880900263786316, 0.3765529990196228, -0.11547199636697769, 0.47415435314178467, 0.9703274369239807, 0.5387994647026062, 0.6231858134269714, -0.2819579541683197, -1.987930178642273, -1.2699888944625854, 0.04703662171959877, 2.457982301712036, -1.083744764328003, 2.8402440547943115, 771.0, 0.0013269999762997031, 0.3769020140171051, -0.08171399682760239, 0.17699335515499115, 0.9835982918739319, 0.4389232397079468, 0.7169849872589111], "mean": [0.49934396147727966, 2.024428606033325, -0.6892989873886108, -0.6075520515441895, 1.2015475034713745, 1.2277514934539795, -1.881076693534851, 628.1735229492188, 0.18849404156208038, 0.34087151288986206, -0.2083996832370758, 0.046990711241960526, 0.4447380304336548, -0.023982852697372437, -0.1980002373456955, -0.5351064205169678, -2.0324654579162598, -1.882096290588379, -0.7433295845985413, 1.7475371360778809, -1.4269887208938599, 1.5649757385253906, 524.0196533203125, -0.14167697727680206, 0.3345845937728882, -0.18382492661476135, -0.11657880246639252, 0.7779524922370911, 0.25153177976608276, 0.4369538426399231], "std": [0.10779939591884613, 0.007783088833093643, 0.899922788143158, 0.49225157499313354, 0.2517729699611664, 0.0947352796792984, 0.6785921454429626, 281.3751525878906, 0.10207265615463257, 0.02308724634349346, 0.03938339650630951, 0.275150328874588, 0.6030698418617249, 0.3533475399017334, 0.44267961382865906, 0.15617088973522186, 0.011935115791857243, 0.3438906669616699, 0.4754573702812195, 0.6520876288414001, 0.12427069991827011, 0.784268856048584, 257.09442138671875, 0.07242625951766968, 0.01489916630089283, 0.03174830973148346, 0.20498129725456238, 0.16961601376533508, 0.12695905566215515, 0.20024408400058746], "count": [1118]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008944543828264759], "std": [0.029894051819442585], "count": [1118]}, "timestamp": {"min": [0.0], "max": [44.68], "mean": [22.34], "std": [12.909546854944212], "count": [1118]}, "frame_index": {"min": [0], "max": [1117], "mean": [558.5], "std": [322.7386713736053], "count": [1118]}, "episode_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [1118]}, "index": {"min": [193242], "max": [194359], "mean": [193800.5], "std": [322.7386713736053], "count": [1118]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1118]}}} +{"episode_index": 159, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47866729393179075]], [[0.48256904659573147]], [[0.47641695706718706]]], "std": [[[0.12355845479165212]], [[0.12588749196719384]], [[0.1279217471084743]]], "count": [211]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.46954284375677596]], [[0.4711229362203017]], [[0.4662222803023263]]], "std": [[[0.08229797243888354]], [[0.08118027325494738]], [[0.08470265015557102]]], "count": [211]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4757311423582071]], [[0.4770445793838863]], [[0.47198215876002847]]], "std": [[[0.07951505802997577]], [[0.08109064274999983]], [[0.08711224650121081]]], "count": [211]}, "states": {"min": [0.19374901056289673, 1.9167555570602417, 1.23019540309906, 0.021293018013238907, -2.4264440536499023, 0.963229775428772, -2.8125979900360107, 52.0, 0.006010000128298998, 0.2786169946193695, -0.27692100405693054, -0.439335435628891, -0.6726032495498657, -0.3760322034358978, -0.6812969446182251, -0.8166744709014893, -2.0510237216949463, 0.8067784905433655, -0.12280137091875076, -2.782700538635254, -1.7048027515411377, 0.5512098670005798, 51.0, -0.3177089989185333, 0.24179500341415405, -0.2888000011444092, -0.4983358383178711, -0.49957478046417236, -0.550568163394928, -0.6665611863136292], "max": [0.6716551184654236, 2.0341289043426514, 2.1905627250671387, 1.5826122760772705, -0.28682741522789, 1.4973005056381226, -0.7041181921958923, 889.0, 0.24601399898529053, 0.43594101071357727, -0.1254889965057373, 0.4261871874332428, 0.9644482135772705, 0.40688011050224304, 0.6819396615028381, -0.0840899646282196, -1.8114598989486694, 1.510983943939209, 1.623470425605774, -0.6612354516983032, -1.1801742315292358, 2.8009042739868164, 839.0, -0.06936000287532806, 0.35836100578308105, -0.09998399764299393, 0.5608295202255249, 0.9466856122016907, 0.5260985493659973, 0.6965540051460266], "mean": [0.43935438990592957, 2.016345977783203, 1.73897123336792, 0.799192488193512, -1.604548692703247, 1.2011418342590332, -1.6824462413787842, 694.0, 0.15282244980335236, 0.34205418825149536, -0.1943209171295166, -0.010084970854222775, 0.544125497341156, -0.09225788712501526, -0.19786010682582855, -0.38796669244766235, -2.034080743789673, 1.0201454162597656, 0.49565187096595764, -1.7664523124694824, -1.5517579317092896, 2.125964879989624, 611.9454345703125, -0.2118302285671234, 0.294376939535141, -0.19582775235176086, 0.16862724721431732, 0.33092761039733887, -0.014177470467984676, 0.03479663282632828], "std": [0.14022518694400787, 0.013364910148084164, 0.3088090419769287, 0.5897045135498047, 0.7648738622665405, 0.12843908369541168, 0.7740030884742737, 246.1956329345703, 0.0641983300447464, 0.05074518173933029, 0.039646416902542114, 0.23652642965316772, 0.583945631980896, 0.2730902433395386, 0.42970967292785645, 0.203721284866333, 0.02521134726703167, 0.225955069065094, 0.45874643325805664, 0.7063686847686768, 0.1494344025850296, 0.7008758187294006, 262.8276062011719, 0.08709562569856644, 0.03677452355623245, 0.037680625915527344, 0.3239128887653351, 0.6119665503501892, 0.30606764554977417, 0.5362275242805481], "count": [1264]}, "actions": {"min": [0.19374901056289673, 1.9167555570602417, 1.23019540309906, 0.021293018013238907, -2.4264440536499023, 0.963229775428772, -2.8125979900360107, 52.0, 0.006010000128298998, 0.2786169946193695, -0.27692100405693054, -0.439335435628891, -0.6726032495498657, -0.3760322034358978, -0.6812969446182251, -0.8166744709014893, -2.0510237216949463, 0.8067784905433655, -0.12280137091875076, -2.782700538635254, -1.7048027515411377, 0.5512098670005798, 51.0, -0.3177089989185333, 0.24179500341415405, -0.2888000011444092, -0.4983358383178711, -0.49957478046417236, -0.550568163394928, -0.6665611863136292], "max": [0.6716551184654236, 2.0341289043426514, 2.1905627250671387, 1.5826122760772705, -0.28682741522789, 1.4973005056381226, -0.7041181921958923, 889.0, 0.24601399898529053, 0.43594101071357727, -0.1254889965057373, 0.4261871874332428, 0.9644482135772705, 0.40688011050224304, 0.6819396615028381, -0.0840899646282196, -1.8114598989486694, 1.510983943939209, 1.623470425605774, -0.6612354516983032, -1.1801742315292358, 2.8009042739868164, 839.0, -0.06936000287532806, 0.35836100578308105, -0.09998399764299393, 0.5608295202255249, 0.9466856122016907, 0.5260985493659973, 0.6965540051460266], "mean": [0.43935438990592957, 2.016345977783203, 1.73897123336792, 0.799192488193512, -1.604548692703247, 1.2011418342590332, -1.6824462413787842, 694.0, 0.15282244980335236, 0.34205418825149536, -0.1943209171295166, -0.010084970854222775, 0.544125497341156, -0.09225788712501526, -0.19786010682582855, -0.38796669244766235, -2.034080743789673, 1.0201454162597656, 0.49565187096595764, -1.7664523124694824, -1.5517579317092896, 2.125964879989624, 611.9454345703125, -0.2118302285671234, 0.294376939535141, -0.19582775235176086, 0.16862724721431732, 0.33092761039733887, -0.014177470467984676, 0.03479663282632828], "std": [0.14022518694400787, 0.013364910148084164, 0.3088090419769287, 0.5897045135498047, 0.7648738622665405, 0.12843908369541168, 0.7740030884742737, 246.1956329345703, 0.0641983300447464, 0.05074518173933029, 0.039646416902542114, 0.23652642965316772, 0.583945631980896, 0.2730902433395386, 0.42970967292785645, 0.203721284866333, 0.02521134726703167, 0.225955069065094, 0.45874643325805664, 0.7063686847686768, 0.1494344025850296, 0.7008758187294006, 262.8276062011719, 0.08709562569856644, 0.03677452355623245, 0.037680625915527344, 0.3239128887653351, 0.6119665503501892, 0.30606764554977417, 0.5362275242805481], "count": [1264]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007911392405063291], "std": [0.028116069056830475], "count": [1264]}, "timestamp": {"min": [0.0], "max": [50.52], "mean": [25.259999999999998], "std": [14.59541023746849], "count": [1264]}, "frame_index": {"min": [0], "max": [1263], "mean": [631.5], "std": [364.88525593671227], "count": [1264]}, "episode_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [1264]}, "index": {"min": [194360], "max": [195623], "mean": [194991.5], "std": [364.88525593671227], "count": [1264]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1264]}}} +{"episode_index": 160, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.47875398724082935]], [[0.4828575460487225]], [[0.47918461218219344]]], "std": [[[0.1059035879383638]], [[0.10616241497916462]], [[0.10712712358271324]]], "count": [209]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.6705882352941176]], [[0.6666666666666666]]], "mean": [[[0.47592855216249175]], [[0.47839708227788724]], [[0.47272009960283956]]], "std": [[[0.050997364020141836]], [[0.051516089650787314]], [[0.05597427373128026]]], "count": [209]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47817856779873036]], [[0.4769156698564593]], [[0.47191938444037906]]], "std": [[[0.08352658099213287]], [[0.08512333594177007]], [[0.0898829837258376]]], "count": [209]}, "states": {"min": [0.1771509200334549, 2.0034635066986084, -2.0251402854919434, -1.2228823900222778, -2.0462939739227295, -1.3191896677017212, 0.5688028335571289, 3.0, -0.0010849999962374568, 0.3053640127182007, -0.2685750126838684, -0.45459672808647156, -0.6515288352966309, -0.5296534895896912, -0.6548022031784058, -1.0039308071136475, -2.0464859008789062, 0.7423409223556519, -0.1687733381986618, 0.2920808792114258, -1.425689697265625, -2.9897663593292236, 37.0, -0.3425750136375427, 0.26510199904441833, -0.2945779860019684, -0.49894508719444275, -0.5143344402313232, -0.5808682441711426, -0.6579887270927429], "max": [0.7670373916625977, 2.038649320602417, -0.7545582056045532, -0.23450243473052979, -0.2834414839744568, -0.6957929730415344, 2.0063607692718506, 880.0, 0.34268200397491455, 0.4084070026874542, -0.11213599890470505, 0.37313082814216614, 0.927929699420929, 0.5073285698890686, 0.6970536708831787, 0.17441076040267944, -1.7669188976287842, 2.600785255432129, 1.702847957611084, 2.748911142349243, 1.6968613862991333, -0.24434611201286316, 912.0, -0.04202599823474884, 0.43092799186706543, -0.07171700149774551, 0.5956860184669495, 0.9818549752235413, 0.6945356726646423, 0.8028232455253601], "mean": [0.47883161902427673, 2.0183732509613037, -1.2339839935302734, -0.5913154482841492, -1.3098585605621338, -0.9318733811378479, 1.1645318269729614, 567.3234252929688, 0.19819733500480652, 0.37301015853881836, -0.2108970582485199, -0.2255990207195282, 0.6905574202537537, -0.29809466004371643, -0.44748741388320923, -0.46012866497039795, -2.034576892852783, 1.4857033491134644, 0.5220547318458557, 1.6510066986083984, 0.5443114638328552, -1.8638110160827637, 565.9309692382812, -0.20833158493041992, 0.33139246702194214, -0.20181885361671448, 0.010059027001261711, 0.34954163432121277, 0.11574731767177582, 0.10544424504041672], "std": [0.15055781602859497, 0.007153260987251997, 0.41782140731811523, 0.2360450029373169, 0.35304751992225647, 0.12600606679916382, 0.34445202350616455, 239.01583862304688, 0.10297365486621857, 0.026624033227562904, 0.034053802490234375, 0.18040984869003296, 0.2535998821258545, 0.2057560533285141, 0.209605410695076, 0.2799358367919922, 0.03087223879992962, 0.6982327103614807, 0.5464034676551819, 0.7871885895729065, 1.224982500076294, 1.1163052320480347, 248.02529907226562, 0.07795463502407074, 0.0488550029695034, 0.05846717953681946, 0.4066316485404968, 0.5288888812065125, 0.4480261206626892, 0.4554157555103302], "count": [1246]}, "actions": {"min": [0.1771509200334549, 2.0034635066986084, -2.0251402854919434, -1.2228823900222778, -2.0462939739227295, -1.3191896677017212, 0.5688028335571289, 3.0, -0.0010849999962374568, 0.3053640127182007, -0.2685750126838684, -0.45459672808647156, -0.6515288352966309, -0.5296534895896912, -0.6548022031784058, -1.0039308071136475, -2.0464859008789062, 0.7423409223556519, -0.1687733381986618, 0.2920808792114258, -1.425689697265625, -2.9897663593292236, 37.0, -0.3425750136375427, 0.26510199904441833, -0.2945779860019684, -0.49894508719444275, -0.5143344402313232, -0.5808682441711426, -0.6579887270927429], "max": [0.7670373916625977, 2.038649320602417, -0.7545582056045532, -0.23450243473052979, -0.2834414839744568, -0.6957929730415344, 2.0063607692718506, 880.0, 0.34268200397491455, 0.4084070026874542, -0.11213599890470505, 0.37313082814216614, 0.927929699420929, 0.5073285698890686, 0.6970536708831787, 0.17441076040267944, -1.7669188976287842, 2.600785255432129, 1.702847957611084, 2.748911142349243, 1.6968613862991333, -0.24434611201286316, 912.0, -0.04202599823474884, 0.43092799186706543, -0.07171700149774551, 0.5956860184669495, 0.9818549752235413, 0.6945356726646423, 0.8028232455253601], "mean": [0.47883161902427673, 2.0183732509613037, -1.2339839935302734, -0.5913154482841492, -1.3098585605621338, -0.9318733811378479, 1.1645318269729614, 567.3234252929688, 0.19819733500480652, 0.37301015853881836, -0.2108970582485199, -0.2255990207195282, 0.6905574202537537, -0.29809466004371643, -0.44748741388320923, -0.46012866497039795, -2.034576892852783, 1.4857033491134644, 0.5220547318458557, 1.6510066986083984, 0.5443114638328552, -1.8638110160827637, 565.9309692382812, -0.20833158493041992, 0.33139246702194214, -0.20181885361671448, 0.010059027001261711, 0.34954163432121277, 0.11574731767177582, 0.10544424504041672], "std": [0.15055781602859497, 0.007153260987251997, 0.41782140731811523, 0.2360450029373169, 0.35304751992225647, 0.12600606679916382, 0.34445202350616455, 239.01583862304688, 0.10297365486621857, 0.026624033227562904, 0.034053802490234375, 0.18040984869003296, 0.2535998821258545, 0.2057560533285141, 0.209605410695076, 0.2799358367919922, 0.03087223879992962, 0.6982327103614807, 0.5464034676551819, 0.7871885895729065, 1.224982500076294, 1.1163052320480347, 248.02529907226562, 0.07795463502407074, 0.0488550029695034, 0.05846717953681946, 0.4066316485404968, 0.5288888812065125, 0.4480261206626892, 0.4554157555103302], "count": [1246]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008025682182985554], "std": [0.028318264469305538], "count": [1246]}, "timestamp": {"min": [0.0], "max": [49.8], "mean": [24.9], "std": [14.387564074574959], "count": [1246]}, "frame_index": {"min": [0], "max": [1245], "mean": [622.5], "std": [359.689101864374], "count": [1246]}, "episode_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [1246]}, "index": {"min": [195624], "max": [196869], "mean": [196246.5], "std": [359.689101864374], "count": [1246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1246]}}} +{"episode_index": 161, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4746130808487779]], [[0.47955479265526607]], [[0.47359996045602415]]], "std": [[[0.13325699829742713]], [[0.1308628332277927]], [[0.1333618785152747]]], "count": [219]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7372549019607844]], [[0.7215686274509804]]], "mean": [[[0.47735780116841253]], [[0.47820583665353505]], [[0.4746866335765661]]], "std": [[[0.0609340306930536]], [[0.060714496419761656]], [[0.06577094081355123]]], "count": [219]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4703149882860298]], [[0.47177356970185336]], [[0.4678554593070105]]], "std": [[[0.08740473463527569]], [[0.08527468644576887]], [[0.0888493919857388]]], "count": [219]}, "states": {"min": [0.19291125237941742, 1.95965576171875, -2.2020645141601562, -1.50199556350708, -2.588794469833374, -1.5011577606201172, 0.21191787719726562, -2.0, 0.0033319999929517508, 0.3068319857120514, -0.294283002614975, -0.4957931339740753, -0.637538492679596, -0.5627023577690125, -0.6035308241844177, -0.8470780849456787, -2.047393560409546, 1.3032548427581787, 0.09318313747644424, -0.31606167554855347, -1.1798425912857056, -2.9954912662506104, 28.0, -0.2878200113773346, 0.29528099298477173, -0.2935130000114441, -0.4988134503364563, -0.5970485806465149, -0.5262123942375183, -0.6143553853034973], "max": [0.7720813155174255, 2.043466567993164, -1.0868165493011475, -0.17474237084388733, 0.2318669855594635, 1.0136173963546753, 2.816455364227295, 905.0, 0.301706999540329, 0.4339810013771057, -0.11448100209236145, 0.5793413519859314, 0.9589987397193909, 0.6159117221832275, 0.5783005356788635, -0.09639453142881393, -1.9238414764404297, 2.6404216289520264, 1.4004173278808594, 2.6364943981170654, 1.3878858089447021, -0.5135108232498169, 893.0, -0.019856000319123268, 0.43616700172424316, -0.07096999883651733, 0.5691138505935669, 0.9786689877510071, 0.5463077425956726, 0.6168928742408752], "mean": [0.4670950174331665, 2.025864839553833, -1.8371672630310059, -0.7260347604751587, -1.6779311895370483, -0.31787732243537903, 1.994918704032898, 599.23388671875, 0.16959504783153534, 0.3725114166736603, -0.2206081748008728, 0.10157907754182816, 0.26745158433914185, 0.1180790439248085, 0.0008868788718245924, -0.4459187388420105, -2.034177780151367, 1.8524370193481445, 0.612099826335907, 1.5254422426223755, 0.2779422104358673, -2.0073978900909424, 602.6124267578125, -0.18499545753002167, 0.36266252398490906, -0.19592303037643433, -0.07048799842596054, 0.3634210228919983, 0.13630793988704681, 0.16383470594882965], "std": [0.15526527166366577, 0.011344104073941708, 0.32755422592163086, 0.33736488223075867, 0.8228939175605774, 0.8303747177124023, 0.8707420229911804, 338.34674072265625, 0.0815839096903801, 0.029794275760650635, 0.04203113168478012, 0.33753418922424316, 0.6711739301681519, 0.4146778881549835, 0.4096910357475281, 0.20956635475158691, 0.016000546514987946, 0.3648504912853241, 0.39651772379875183, 1.2231415510177612, 1.064398169517517, 1.0672852993011475, 304.13763427734375, 0.07612945139408112, 0.03258982673287392, 0.04979503154754639, 0.40055394172668457, 0.5103537440299988, 0.4068653881549835, 0.48071926832199097], "count": [1321]}, "actions": {"min": [0.19291125237941742, 1.95965576171875, -2.2020645141601562, -1.50199556350708, -2.588794469833374, -1.5011577606201172, 0.21191787719726562, -2.0, 0.0033319999929517508, 0.3068319857120514, -0.294283002614975, -0.4957931339740753, -0.637538492679596, -0.5627023577690125, -0.6035308241844177, -0.8470780849456787, -2.047393560409546, 1.3032548427581787, 0.09318313747644424, -0.31606167554855347, -1.1798425912857056, -2.9954912662506104, 28.0, -0.2878200113773346, 0.29528099298477173, -0.2935130000114441, -0.4988134503364563, -0.5970485806465149, -0.5262123942375183, -0.6143553853034973], "max": [0.7720813155174255, 2.043466567993164, -1.0868165493011475, -0.17474237084388733, 0.2318669855594635, 1.0136173963546753, 2.816455364227295, 905.0, 0.301706999540329, 0.4339810013771057, -0.11448100209236145, 0.5793413519859314, 0.9589987397193909, 0.6159117221832275, 0.5783005356788635, -0.09639453142881393, -1.9238414764404297, 2.6404216289520264, 1.4004173278808594, 2.6364943981170654, 1.3878858089447021, -0.5135108232498169, 893.0, -0.019856000319123268, 0.43616700172424316, -0.07096999883651733, 0.5691138505935669, 0.9786689877510071, 0.5463077425956726, 0.6168928742408752], "mean": [0.4670950174331665, 2.025864839553833, -1.8371672630310059, -0.7260347604751587, -1.6779311895370483, -0.31787732243537903, 1.994918704032898, 599.23388671875, 0.16959504783153534, 0.3725114166736603, -0.2206081748008728, 0.10157907754182816, 0.26745158433914185, 0.1180790439248085, 0.0008868788718245924, -0.4459187388420105, -2.034177780151367, 1.8524370193481445, 0.612099826335907, 1.5254422426223755, 0.2779422104358673, -2.0073978900909424, 602.6124267578125, -0.18499545753002167, 0.36266252398490906, -0.19592303037643433, -0.07048799842596054, 0.3634210228919983, 0.13630793988704681, 0.16383470594882965], "std": [0.15526527166366577, 0.011344104073941708, 0.32755422592163086, 0.33736488223075867, 0.8228939175605774, 0.8303747177124023, 0.8707420229911804, 338.34674072265625, 0.0815839096903801, 0.029794275760650635, 0.04203113168478012, 0.33753418922424316, 0.6711739301681519, 0.4146778881549835, 0.4096910357475281, 0.20956635475158691, 0.016000546514987946, 0.3648504912853241, 0.39651772379875183, 1.2231415510177612, 1.064398169517517, 1.0672852993011475, 304.13763427734375, 0.07612945139408112, 0.03258982673287392, 0.04979503154754639, 0.40055394172668457, 0.5103537440299988, 0.4068653881549835, 0.48071926832199097], "count": [1321]}, "next.done": {"min": [false], "max": [true], "mean": [0.000757002271006813], "std": [0.027503258326396593], "count": [1321]}, "timestamp": {"min": [0.0], "max": [52.8], "mean": [26.400000000000002], "std": [15.253589741434636], "count": [1321]}, "frame_index": {"min": [0], "max": [1320], "mean": [660.0], "std": [381.3397435358659], "count": [1321]}, "episode_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [1321]}, "index": {"min": [196870], "max": [198190], "mean": [197530.0], "std": [381.3397435358659], "count": [1321]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1321]}}} +{"episode_index": 162, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4687284318918245]], [[0.47387141786446213]], [[0.4704013047662568]]], "std": [[[0.12381120292587085]], [[0.12509504664246196]], [[0.12492463109910316]]], "count": [236]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.807843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.470624912588623]], [[0.47461971810263653]], [[0.4688495373255234]]], "std": [[[0.08456985221476714]], [[0.08300346862332456]], [[0.08629476541793671]]], "count": [236]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.47275511399828296]], [[0.4736033453459067]], [[0.4688527481790739]]], "std": [[[0.10185420924949024]], [[0.10321916003929993]], [[0.10784392636752858]]], "count": [236]}, "states": {"min": [0.37604865431785583, 2.0008978843688965, -1.9848930835723877, -1.1313225030899048, -2.441035032272339, -1.3098347187042236, 0.5137726068496704, 21.0, -0.008337000384926796, 0.3623160123825073, -0.2618350088596344, -0.4212068021297455, -0.5486482381820679, -0.48992639780044556, -0.618726372718811, -0.6580240726470947, -2.059645652770996, -2.0859129428863525, -0.8714079856872559, -0.6675186157226562, -1.4640172719955444, 1.899930715560913, 34.0, -0.30194300413131714, 0.2726820111274719, -0.2973659932613373, -0.49960073828697205, 0.35190385580062866, -0.06410843133926392, 0.4366696774959564], "max": [0.8493295311927795, 2.0347747802734375, -0.4340634346008301, -0.18280577659606934, -0.3127804696559906, -0.6195918917655945, 2.2590670585632324, 863.0, 0.3241100013256073, 0.43143001198768616, -0.13023599982261658, 0.45706453919410706, 0.9519773721694946, 0.5574886202812195, 0.5561687350273132, -0.28845056891441345, -1.802994966506958, -1.191745638847351, 0.09875072538852692, 1.9543324708938599, -0.979216992855072, 2.772472858428955, 865.0, -0.11810699850320816, 0.4001460075378418, -0.13028199970722198, -0.12126695364713669, 0.8895764350891113, 0.5612543821334839, 0.634890615940094], "mean": [0.542149543762207, 2.0209665298461914, -1.3939028978347778, -0.7036136984825134, -1.4210090637207031, -0.9224789142608643, 1.2683846950531006, 506.347900390625, 0.142238050699234, 0.39221182465553284, -0.18848302960395813, -0.19577014446258545, 0.7422309517860413, -0.19347569346427917, -0.4555669128894806, -0.4647822082042694, -2.035689115524292, -1.8023300170898438, -0.13464081287384033, 0.6933723092079163, -1.2565516233444214, 2.6163978576660156, 566.1071166992188, -0.20496658980846405, 0.3229248821735382, -0.24739190936088562, -0.3216557204723358, 0.6469116806983948, 0.30984747409820557, 0.5508150458335876], "std": [0.14080919325351715, 0.007373252883553505, 0.2935590147972107, 0.2065672129392624, 0.4291139245033264, 0.13030117750167847, 0.3537256419658661, 248.25515747070312, 0.0729740634560585, 0.017358088865876198, 0.04074782505631447, 0.13704721629619598, 0.24532751739025116, 0.2111276090145111, 0.20554567873477936, 0.1075027659535408, 0.03318295627832413, 0.35795679688453674, 0.22257503867149353, 0.7944738268852234, 0.09129239618778229, 0.1834486424922943, 272.3922424316406, 0.060349367558956146, 0.023671379312872887, 0.032328955829143524, 0.10942072421312332, 0.17178736627101898, 0.1882822960615158, 0.04131763055920601], "count": [1466]}, "actions": {"min": [0.37604865431785583, 2.0008978843688965, -1.9848930835723877, -1.1313225030899048, -2.441035032272339, -1.3098347187042236, 0.5137726068496704, 21.0, -0.008337000384926796, 0.3623160123825073, -0.2618350088596344, -0.4212068021297455, -0.5486482381820679, -0.48992639780044556, -0.618726372718811, -0.6580240726470947, -2.059645652770996, -2.0859129428863525, -0.8714079856872559, -0.6675186157226562, -1.4640172719955444, 1.899930715560913, 34.0, -0.30194300413131714, 0.2726820111274719, -0.2973659932613373, -0.49960073828697205, 0.35190385580062866, -0.06410843133926392, 0.4366696774959564], "max": [0.8493295311927795, 2.0347747802734375, -0.4340634346008301, -0.18280577659606934, -0.3127804696559906, -0.6195918917655945, 2.2590670585632324, 863.0, 0.3241100013256073, 0.43143001198768616, -0.13023599982261658, 0.45706453919410706, 0.9519773721694946, 0.5574886202812195, 0.5561687350273132, -0.28845056891441345, -1.802994966506958, -1.191745638847351, 0.09875072538852692, 1.9543324708938599, -0.979216992855072, 2.772472858428955, 865.0, -0.11810699850320816, 0.4001460075378418, -0.13028199970722198, -0.12126695364713669, 0.8895764350891113, 0.5612543821334839, 0.634890615940094], "mean": [0.542149543762207, 2.0209665298461914, -1.3939028978347778, -0.7036136984825134, -1.4210090637207031, -0.9224789142608643, 1.2683846950531006, 506.347900390625, 0.142238050699234, 0.39221182465553284, -0.18848302960395813, -0.19577014446258545, 0.7422309517860413, -0.19347569346427917, -0.4555669128894806, -0.4647822082042694, -2.035689115524292, -1.8023300170898438, -0.13464081287384033, 0.6933723092079163, -1.2565516233444214, 2.6163978576660156, 566.1071166992188, -0.20496658980846405, 0.3229248821735382, -0.24739190936088562, -0.3216557204723358, 0.6469116806983948, 0.30984747409820557, 0.5508150458335876], "std": [0.14080919325351715, 0.007373252883553505, 0.2935590147972107, 0.2065672129392624, 0.4291139245033264, 0.13030117750167847, 0.3537256419658661, 248.25515747070312, 0.0729740634560585, 0.017358088865876198, 0.04074782505631447, 0.13704721629619598, 0.24532751739025116, 0.2111276090145111, 0.20554567873477936, 0.1075027659535408, 0.03318295627832413, 0.35795679688453674, 0.22257503867149353, 0.7944738268852234, 0.09129239618778229, 0.1834486424922943, 272.3922424316406, 0.060349367558956146, 0.023671379312872887, 0.032328955829143524, 0.10942072421312332, 0.17178736627101898, 0.1882822960615158, 0.04131763055920601], "count": [1466]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006821282401091405], "std": [0.02610867559209364], "count": [1466]}, "timestamp": {"min": [0.0], "max": [58.6], "mean": [29.3], "std": [16.92790595437014], "count": [1466]}, "frame_index": {"min": [0], "max": [1465], "mean": [732.5], "std": [423.1976488592535], "count": [1466]}, "episode_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [1466]}, "index": {"min": [198191], "max": [199656], "mean": [198923.5], "std": [423.1976488592535], "count": [1466]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1466]}}} +{"episode_index": 163, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.467460219478738]], [[0.4742133412006778]], [[0.46748061405632213]]], "std": [[[0.13438946033990634]], [[0.13280478862996964]], [[0.1341069126924762]]], "count": [162]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.8392156862745098]], [[0.803921568627451]], [[0.792156862745098]]], "mean": [[[0.4612531103748084]], [[0.4697419094952796]], [[0.4644674249072057]]], "std": [[[0.07112712832215072]], [[0.06496822989903117]], [[0.06787068840824265]]], "count": [162]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[0.9019607843137255]]], "mean": [[[0.46723330206568225]], [[0.4688025826071169]], [[0.4649316524449286]]], "std": [[[0.11409327466601935]], [[0.11250665174742265]], [[0.11573464029149436]]], "count": [162]}, "states": {"min": [0.2852216958999634, 1.9262152910232544, -1.5187679529190063, -0.9085311889648438, -2.023674249649048, -1.333710789680481, 0.3942524492740631, 8.0, 0.051566001027822495, 0.3173710107803345, -0.27474600076675415, -0.44871535897254944, -0.5744779109954834, -0.5710656046867371, -0.603364884853363, -0.7686430215835571, -2.0516695976257324, -1.9034910202026367, -1.262990117073059, -0.2669481337070465, -1.356749176979065, -0.47933727502822876, 50.0, -0.26179999113082886, 0.3304080069065094, -0.2875399887561798, -0.498627245426178, -0.4273965060710907, -0.538720965385437, -0.5555477738380432], "max": [0.9323374629020691, 2.0617051124572754, -0.8972039222717285, -0.16088446974754333, -0.15132005512714386, -0.6840294599533081, 1.58772611618042, 875.0, 0.31286299228668213, 0.40814200043678284, -0.16771399974822998, 0.40857216715812683, 0.9079199433326721, 0.5951003432273865, 0.5795638561248779, -0.11985176801681519, -1.8193660974502563, -0.29338985681533813, -0.15802212059497833, 2.636669158935547, 1.1894245147705078, 2.3770687580108643, 891.0, -0.025801999494433403, 0.4259119927883148, -0.09963999688625336, 0.5233147144317627, 0.9718793630599976, 0.6130059361457825, 0.6425964832305908], "mean": [0.5586267113685608, 2.0228333473205566, -1.1791248321533203, -0.35179266333580017, -1.2069499492645264, -0.9459263682365417, 0.9307500123977661, 525.3059692382812, 0.19416360557079315, 0.37069547176361084, -0.23860619962215424, -0.002875084523111582, 0.40084174275398254, 0.017908388748764992, -0.18238630890846252, -0.46949130296707153, -2.0318756103515625, -1.2475240230560303, -0.5349222421646118, 1.5724250078201294, -0.18548233807086945, 0.8636853694915771, 579.131591796875, -0.1891738623380661, 0.36823442578315735, -0.2158082127571106, -0.2566383481025696, 0.55916827917099, 0.4197486639022827, 0.47803714871406555], "std": [0.17331449687480927, 0.01888766512274742, 0.22129429876804352, 0.18879103660583496, 0.47819507122039795, 0.17858363687992096, 0.27500176429748535, 267.5323181152344, 0.09332634508609772, 0.019793495535850525, 0.023737896233797073, 0.2686377167701721, 0.6185161471366882, 0.3915131390094757, 0.4446580708026886, 0.18520857393741608, 0.03323932737112045, 0.395999014377594, 0.37015312910079956, 1.225746512413025, 1.0142582654953003, 1.1480751037597656, 280.3857421875, 0.06880566477775574, 0.02705778367817402, 0.042696867138147354, 0.1705295890569687, 0.27843669056892395, 0.23898977041244507, 0.2302936613559723], "count": [889]}, "actions": {"min": [0.2852216958999634, 1.9262152910232544, -1.5187679529190063, -0.9085311889648438, -2.023674249649048, -1.333710789680481, 0.3942524492740631, 8.0, 0.051566001027822495, 0.3173710107803345, -0.27474600076675415, -0.44871535897254944, -0.5744779109954834, -0.5710656046867371, -0.603364884853363, -0.7686430215835571, -2.0516695976257324, -1.9034910202026367, -1.262990117073059, -0.2669481337070465, -1.356749176979065, -0.47933727502822876, 50.0, -0.26179999113082886, 0.3304080069065094, -0.2875399887561798, -0.498627245426178, -0.4273965060710907, -0.538720965385437, -0.5555477738380432], "max": [0.9323374629020691, 2.0617051124572754, -0.8972039222717285, -0.16088446974754333, -0.15132005512714386, -0.6840294599533081, 1.58772611618042, 875.0, 0.31286299228668213, 0.40814200043678284, -0.16771399974822998, 0.40857216715812683, 0.9079199433326721, 0.5951003432273865, 0.5795638561248779, -0.11985176801681519, -1.8193660974502563, -0.29338985681533813, -0.15802212059497833, 2.636669158935547, 1.1894245147705078, 2.3770687580108643, 891.0, -0.025801999494433403, 0.4259119927883148, -0.09963999688625336, 0.5233147144317627, 0.9718793630599976, 0.6130059361457825, 0.6425964832305908], "mean": [0.5586267113685608, 2.0228333473205566, -1.1791248321533203, -0.35179266333580017, -1.2069499492645264, -0.9459263682365417, 0.9307500123977661, 525.3059692382812, 0.19416360557079315, 0.37069547176361084, -0.23860619962215424, -0.002875084523111582, 0.40084174275398254, 0.017908388748764992, -0.18238630890846252, -0.46949130296707153, -2.0318756103515625, -1.2475240230560303, -0.5349222421646118, 1.5724250078201294, -0.18548233807086945, 0.8636853694915771, 579.131591796875, -0.1891738623380661, 0.36823442578315735, -0.2158082127571106, -0.2566383481025696, 0.55916827917099, 0.4197486639022827, 0.47803714871406555], "std": [0.17331449687480927, 0.01888766512274742, 0.22129429876804352, 0.18879103660583496, 0.47819507122039795, 0.17858363687992096, 0.27500176429748535, 267.5323181152344, 0.09332634508609772, 0.019793495535850525, 0.023737896233797073, 0.2686377167701721, 0.6185161471366882, 0.3915131390094757, 0.4446580708026886, 0.18520857393741608, 0.03323932737112045, 0.395999014377594, 0.37015312910079956, 1.225746512413025, 1.0142582654953003, 1.1480751037597656, 280.3857421875, 0.06880566477775574, 0.02705778367817402, 0.042696867138147354, 0.1705295890569687, 0.27843669056892395, 0.23898977041244507, 0.2302936613559723], "count": [889]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011248593925759281], "std": [0.03352005495107163], "count": [889]}, "timestamp": {"min": [0.0], "max": [35.52], "mean": [17.759999999999998], "std": [10.26528129181076], "count": [889]}, "frame_index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "episode_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [889]}, "index": {"min": [199657], "max": [200545], "mean": [200101.0], "std": [256.632032295269], "count": [889]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}}} +{"episode_index": 164, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.46195890904438697]], [[0.46891952614379084]], [[0.4615274074373339]]], "std": [[[0.1372581460374156]], [[0.133444593394237]], [[0.1356543700055142]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.4669081611811391]], [[0.4726691591700783]], [[0.4665395007361919]]], "std": [[[0.0767548204833038]], [[0.07567025858180697]], [[0.08013067328270919]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4710189468415571]], [[0.470901224592401]], [[0.46812876737233355]]], "std": [[[0.08431298319420433]], [[0.08176463345256936]], [[0.08571246359708161]]], "count": [182]}, "states": {"min": [0.28492501378059387, 2.010078191757202, -1.9988906383514404, -1.5090116262435913, -2.795738458633423, -1.6246397495269775, 0.2655169665813446, -5.0, 0.0007769999792799354, 0.27707698941230774, -0.29652899503707886, -0.4881592094898224, -0.6170957088470459, -0.5203208923339844, -0.6286019086837769, -0.9986425042152405, -2.0573418140411377, -2.2641634941101074, -1.7495180368423462, -0.10159562528133392, -1.7204408645629883, -0.3646167814731598, 60.0, -0.31447699666023254, 0.28778600692749023, -0.27762898802757263, -0.49979329109191895, -0.42989274859428406, -0.4993087351322174, -0.6138253808021545], "max": [0.9144653081893921, 2.0420002937316895, 0.4787787199020386, 0.09478883445262909, -0.3925071358680725, -0.914081335067749, 2.634958505630493, 862.0, 0.35159799456596375, 0.4007740020751953, -0.1170549988746643, 0.5661943554878235, 0.9931754469871521, 0.5925071239471436, 0.6345979571342468, -0.006318091880530119, -1.7716490030288696, -0.5458517074584961, -0.18399262428283691, 2.8194923400878906, 1.0432182550430298, 2.744809627532959, 916.0, 0.015944000333547592, 0.4430919885635376, -0.07908499985933304, 0.5110514760017395, 0.9807394742965698, 0.5992403030395508, 0.6419288516044617], "mean": [0.46185868978500366, 2.0271670818328857, -0.6053373217582703, -0.27740156650543213, -1.468672752380371, -1.2098504304885864, 0.8008650541305542, 560.32177734375, 0.24610120058059692, 0.32349663972854614, -0.2377353459596634, 0.244105264544487, 0.03680681809782982, 0.2544468343257904, 0.17607951164245605, -0.5114928483963013, -2.0336148738861084, -1.6451200246810913, -0.7139897346496582, 1.4495000839233398, -1.119931697845459, 1.6033475399017334, 612.1994018554688, -0.17589791119098663, 0.3470367193222046, -0.19091147184371948, -0.18479537963867188, 0.6819700002670288, 0.2874791920185089, 0.3616810142993927], "std": [0.15788604319095612, 0.0054439520463347435, 0.7975829839706421, 0.5020878314971924, 0.8109995722770691, 0.15154285728931427, 0.8132172226905823, 281.636962890625, 0.10187333822250366, 0.022413846105337143, 0.047060832381248474, 0.32152795791625977, 0.6412356495857239, 0.39939090609550476, 0.4113811254501343, 0.28445494174957275, 0.0317290797829628, 0.31957510113716125, 0.4562937617301941, 1.0608538389205933, 0.5287280678749084, 0.9471354484558105, 313.8297119140625, 0.11061356961727142, 0.0374264121055603, 0.05428033322095871, 0.22901329398155212, 0.30269521474838257, 0.27631306648254395, 0.25863149762153625], "count": [1038]}, "actions": {"min": [0.28492501378059387, 2.010078191757202, -1.9988906383514404, -1.5090116262435913, -2.795738458633423, -1.6246397495269775, 0.2655169665813446, -5.0, 0.0007769999792799354, 0.27707698941230774, -0.29652899503707886, -0.4881592094898224, -0.6170957088470459, -0.5203208923339844, -0.6286019086837769, -0.9986425042152405, -2.0573418140411377, -2.2641634941101074, -1.7495180368423462, -0.10159562528133392, -1.7204408645629883, -0.3646167814731598, 60.0, -0.31447699666023254, 0.28778600692749023, -0.27762898802757263, -0.49979329109191895, -0.42989274859428406, -0.4993087351322174, -0.6138253808021545], "max": [0.9144653081893921, 2.0420002937316895, 0.4787787199020386, 0.09478883445262909, -0.3925071358680725, -0.914081335067749, 2.634958505630493, 862.0, 0.35159799456596375, 0.4007740020751953, -0.1170549988746643, 0.5661943554878235, 0.9931754469871521, 0.5925071239471436, 0.6345979571342468, -0.006318091880530119, -1.7716490030288696, -0.5458517074584961, -0.18399262428283691, 2.8194923400878906, 1.0432182550430298, 2.744809627532959, 916.0, 0.015944000333547592, 0.4430919885635376, -0.07908499985933304, 0.5110514760017395, 0.9807394742965698, 0.5992403030395508, 0.6419288516044617], "mean": [0.46185868978500366, 2.0271670818328857, -0.6053373217582703, -0.27740156650543213, -1.468672752380371, -1.2098504304885864, 0.8008650541305542, 560.32177734375, 0.24610120058059692, 0.32349663972854614, -0.2377353459596634, 0.244105264544487, 0.03680681809782982, 0.2544468343257904, 0.17607951164245605, -0.5114928483963013, -2.0336148738861084, -1.6451200246810913, -0.7139897346496582, 1.4495000839233398, -1.119931697845459, 1.6033475399017334, 612.1994018554688, -0.17589791119098663, 0.3470367193222046, -0.19091147184371948, -0.18479537963867188, 0.6819700002670288, 0.2874791920185089, 0.3616810142993927], "std": [0.15788604319095612, 0.0054439520463347435, 0.7975829839706421, 0.5020878314971924, 0.8109995722770691, 0.15154285728931427, 0.8132172226905823, 281.636962890625, 0.10187333822250366, 0.022413846105337143, 0.047060832381248474, 0.32152795791625977, 0.6412356495857239, 0.39939090609550476, 0.4113811254501343, 0.28445494174957275, 0.0317290797829628, 0.31957510113716125, 0.4562937617301941, 1.0608538389205933, 0.5287280678749084, 0.9471354484558105, 313.8297119140625, 0.11061356961727142, 0.0374264121055603, 0.05428033322095871, 0.22901329398155212, 0.30269521474838257, 0.27631306648254395, 0.25863149762153625], "count": [1038]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009633911368015414], "std": [0.031023588031030093], "count": [1038]}, "timestamp": {"min": [0.0], "max": [41.48], "mean": [20.74], "std": [11.98578602623402], "count": [1038]}, "frame_index": {"min": [0], "max": [1037], "mean": [518.5], "std": [299.64465065585046], "count": [1038]}, "episode_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [1038]}, "index": {"min": [200546], "max": [201583], "mean": [201064.5], "std": [299.64465065585046], "count": [1038]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1038]}}} +{"episode_index": 165, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46459100367455275]], [[0.4704983094372334]], [[0.46450504771548684]]], "std": [[[0.1348261366956531]], [[0.1326779549522031]], [[0.13414618395080966]]], "count": [213]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8392156862745098]], [[0.8352941176470589]], [[0.8274509803921568]]], "mean": [[[0.47473798386725585]], [[0.47987435081622637]], [[0.4749461158289607]]], "std": [[[0.08065019784756766]], [[0.07797757613105892]], [[0.08081677810121461]]], "count": [213]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4679705096044678]], [[0.46679280969038633]], [[0.4625341670118752]]], "std": [[[0.11139809117722416]], [[0.10925703261892582]], [[0.11279632664042483]]], "count": [213]}, "states": {"min": [0.1529606580734253, 1.948922038078308, -1.879422903060913, -1.081859827041626, -1.8148282766342163, -1.1884645223617554, 0.3301639258861542, 0.0, 0.0613039992749691, 0.31656399369239807, -0.2800860106945038, -0.4543777406215668, -0.5925253033638, -0.48121124505996704, -0.6161378622055054, -0.7639132142066956, -2.056870460510254, 1.2833056449890137, 0.15833626687526703, -0.4484449028968811, -0.671532928943634, -2.996241569519043, 6.0, -0.3180679976940155, 0.30263298749923706, -0.2845439910888672, -0.49570149183273315, 0.26884639263153076, -0.08106227219104767, 0.23445475101470947], "max": [0.6908188462257385, 2.048440456390381, -1.3119291067123413, -0.2269975244998932, -0.07641050964593887, -0.4999670386314392, 1.615843415260315, 897.0, 0.26898300647735596, 0.4062210023403168, -0.2026910036802292, 0.40697163343429565, 0.8838112354278564, 0.449501633644104, 0.5969042778015137, -0.10000736266374588, -1.9822752475738525, 1.9378390312194824, 1.4373135566711426, 2.6186397075653076, 1.236478567123413, -0.41917577385902405, 903.0, -0.03658299893140793, 0.4211350083351135, -0.11896400153636932, -0.10709697753190994, 0.9566012620925903, 0.690191388130188, 0.6638922691345215], "mean": [0.4606204330921173, 2.0267343521118164, -1.5286144018173218, -0.4459730088710785, -0.9472804069519043, -0.971351683139801, 0.8321376442909241, 457.148681640625, 0.1653241217136383, 0.3535856008529663, -0.2401137351989746, -0.058827418833971024, 0.4619840383529663, -0.07154469937086105, -0.22167406976222992, -0.38569504022598267, -2.036848306655884, 1.7211012840270996, 0.6591017246246338, 1.319128155708313, 0.5339395403862, -1.6637017726898193, 548.9295654296875, -0.20232413709163666, 0.36021316051483154, -0.21520963311195374, -0.3378005921840668, 0.6071645617485046, 0.4025286138057709, 0.4619542360305786], "std": [0.14209724962711334, 0.011202896013855934, 0.13707789778709412, 0.19770114123821259, 0.5065730214118958, 0.1624521166086197, 0.31779131293296814, 259.1412353515625, 0.06320612132549286, 0.018901698291301727, 0.022412581369280815, 0.2704518139362335, 0.5976264476776123, 0.29227715730667114, 0.46165406703948975, 0.20742230117321014, 0.009875347837805748, 0.1872940957546234, 0.3580678403377533, 1.1500085592269897, 0.7806018590927124, 1.0770772695541382, 313.7454528808594, 0.0836072564125061, 0.02888357639312744, 0.038833264261484146, 0.1379454880952835, 0.23032040894031525, 0.23570482432842255, 0.11906662583351135], "count": [1278]}, "actions": {"min": [0.1529606580734253, 1.948922038078308, -1.879422903060913, -1.081859827041626, -1.8148282766342163, -1.1884645223617554, 0.3301639258861542, 0.0, 0.0613039992749691, 0.31656399369239807, -0.2800860106945038, -0.4543777406215668, -0.5925253033638, -0.48121124505996704, -0.6161378622055054, -0.7639132142066956, -2.056870460510254, 1.2833056449890137, 0.15833626687526703, -0.4484449028968811, -0.671532928943634, -2.996241569519043, 6.0, -0.3180679976940155, 0.30263298749923706, -0.2845439910888672, -0.49570149183273315, 0.26884639263153076, -0.08106227219104767, 0.23445475101470947], "max": [0.6908188462257385, 2.048440456390381, -1.3119291067123413, -0.2269975244998932, -0.07641050964593887, -0.4999670386314392, 1.615843415260315, 897.0, 0.26898300647735596, 0.4062210023403168, -0.2026910036802292, 0.40697163343429565, 0.8838112354278564, 0.449501633644104, 0.5969042778015137, -0.10000736266374588, -1.9822752475738525, 1.9378390312194824, 1.4373135566711426, 2.6186397075653076, 1.236478567123413, -0.41917577385902405, 903.0, -0.03658299893140793, 0.4211350083351135, -0.11896400153636932, -0.10709697753190994, 0.9566012620925903, 0.690191388130188, 0.6638922691345215], "mean": [0.4606204330921173, 2.0267343521118164, -1.5286144018173218, -0.4459730088710785, -0.9472804069519043, -0.971351683139801, 0.8321376442909241, 457.148681640625, 0.1653241217136383, 0.3535856008529663, -0.2401137351989746, -0.058827418833971024, 0.4619840383529663, -0.07154469937086105, -0.22167406976222992, -0.38569504022598267, -2.036848306655884, 1.7211012840270996, 0.6591017246246338, 1.319128155708313, 0.5339395403862, -1.6637017726898193, 548.9295654296875, -0.20232413709163666, 0.36021316051483154, -0.21520963311195374, -0.3378005921840668, 0.6071645617485046, 0.4025286138057709, 0.4619542360305786], "std": [0.14209724962711334, 0.011202896013855934, 0.13707789778709412, 0.19770114123821259, 0.5065730214118958, 0.1624521166086197, 0.31779131293296814, 259.1412353515625, 0.06320612132549286, 0.018901698291301727, 0.022412581369280815, 0.2704518139362335, 0.5976264476776123, 0.29227715730667114, 0.46165406703948975, 0.20742230117321014, 0.009875347837805748, 0.1872940957546234, 0.3580678403377533, 1.1500085592269897, 0.7806018590927124, 1.0770772695541382, 313.7454528808594, 0.0836072564125061, 0.02888357639312744, 0.038833264261484146, 0.1379454880952835, 0.23032040894031525, 0.23570482432842255, 0.11906662583351135], "count": [1278]}, "next.done": {"min": [false], "max": [true], "mean": [0.000782472613458529], "std": [0.027961765861041685], "count": [1278]}, "timestamp": {"min": [0.0], "max": [51.08], "mean": [25.54], "std": [14.757068362878403], "count": [1278]}, "frame_index": {"min": [0], "max": [1277], "mean": [638.5], "std": [368.92670907196003], "count": [1278]}, "episode_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [1278]}, "index": {"min": [201584], "max": [202861], "mean": [202222.5], "std": [368.92670907196003], "count": [1278]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1278]}}} +{"episode_index": 166, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.46201264516223156]], [[0.4683901557150638]], [[0.46398707034897296]]], "std": [[[0.12841368086205096]], [[0.1277320596705833]], [[0.12890744729316256]]], "count": [168]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4740159070572673]], [[0.47707397438141924]], [[0.4696531412912387]]], "std": [[[0.09074503804873511]], [[0.09007149681001814]], [[0.09671408167740383]]], "count": [168]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.476144881390056]], [[0.47791487949346406]], [[0.4733743349770464]]], "std": [[[0.09928741635714743]], [[0.09923025312123471]], [[0.10353681493663815]]], "count": [168]}, "states": {"min": [0.5630607008934021, 1.9428831338882446, -0.9772971272468567, -0.43682101368904114, 0.8420340418815613, 0.9748536944389343, -2.8946635723114014, 4.0, 0.05184900015592575, 0.3501250147819519, -0.2429870069026947, -0.49946704506874084, -0.5870853066444397, -0.47755858302116394, -0.5992674827575684, -1.1487059593200684, -2.0531530380249023, -2.4385740756988525, -1.1369423866271973, 0.7757813930511475, -1.79536771774292, 0.7711213827133179, 33.0, -0.1823599934577942, 0.3314160108566284, -0.2221899926662445, -0.33876168727874756, 0.4888233542442322, 0.04031170532107353, 0.07824254781007767], "max": [1.030582070350647, 2.041668653488159, -0.2847853899002075, 0.02453933097422123, 2.3138179779052734, 1.5295367240905762, -1.7983176708221436, 894.0, 0.26908400654792786, 0.4530470073223114, -0.16708700358867645, 0.5272458791732788, 0.9214197397232056, 0.4944600760936737, 0.6139928102493286, -0.5387133359909058, -1.9807742834091187, -1.4232113361358643, 0.061418142169713974, 2.586787700653076, -1.098178744316101, 2.577031135559082, 900.0, 0.006149000022560358, 0.43077799677848816, -0.056742001324892044, 0.11365432292222977, 0.990609347820282, 0.43061843514442444, 0.7311616539955139], "mean": [0.7452254891395569, 2.0031867027282715, -0.6920714378356934, -0.228451207280159, 1.412904977798462, 1.196122407913208, -2.2435524463653564, 590.7833862304688, 0.17053943872451782, 0.394452840089798, -0.20113307237625122, 0.06656023859977722, 0.4345664381980896, 0.002616316545754671, -0.17057019472122192, -0.7938582897186279, -2.0317389965057373, -2.0090672969818115, -0.5384325981140137, 1.8344775438308716, -1.3741381168365479, 1.5006321668624878, 615.9418334960938, -0.11680798977613449, 0.38560763001441956, -0.16894081234931946, -0.05351639911532402, 0.7908199429512024, 0.2716353237628937, 0.4236562252044678], "std": [0.14130906760692596, 0.02451382204890251, 0.22626739740371704, 0.15973980724811554, 0.5060712695121765, 0.11875568330287933, 0.4146316647529602, 315.83837890625, 0.06828775256872177, 0.02655857242643833, 0.018433265388011932, 0.2896009087562561, 0.6222299933433533, 0.2930448651313782, 0.4697943925857544, 0.17610576748847961, 0.018131108954548836, 0.2769175171852112, 0.3088937997817993, 0.6368587613105774, 0.1861456334590912, 0.5764120221138, 320.19903564453125, 0.0554877445101738, 0.029730195179581642, 0.03420703485608101, 0.13304005563259125, 0.17369861900806427, 0.11928465962409973, 0.23742622137069702], "count": [928]}, "actions": {"min": [0.5630607008934021, 1.9428831338882446, -0.9772971272468567, -0.43682101368904114, 0.8420340418815613, 0.9748536944389343, -2.8946635723114014, 4.0, 0.05184900015592575, 0.3501250147819519, -0.2429870069026947, -0.49946704506874084, -0.5870853066444397, -0.47755858302116394, -0.5992674827575684, -1.1487059593200684, -2.0531530380249023, -2.4385740756988525, -1.1369423866271973, 0.7757813930511475, -1.79536771774292, 0.7711213827133179, 33.0, -0.1823599934577942, 0.3314160108566284, -0.2221899926662445, -0.33876168727874756, 0.4888233542442322, 0.04031170532107353, 0.07824254781007767], "max": [1.030582070350647, 2.041668653488159, -0.2847853899002075, 0.02453933097422123, 2.3138179779052734, 1.5295367240905762, -1.7983176708221436, 894.0, 0.26908400654792786, 0.4530470073223114, -0.16708700358867645, 0.5272458791732788, 0.9214197397232056, 0.4944600760936737, 0.6139928102493286, -0.5387133359909058, -1.9807742834091187, -1.4232113361358643, 0.061418142169713974, 2.586787700653076, -1.098178744316101, 2.577031135559082, 900.0, 0.006149000022560358, 0.43077799677848816, -0.056742001324892044, 0.11365432292222977, 0.990609347820282, 0.43061843514442444, 0.7311616539955139], "mean": [0.7452254891395569, 2.0031867027282715, -0.6920714378356934, -0.228451207280159, 1.412904977798462, 1.196122407913208, -2.2435524463653564, 590.7833862304688, 0.17053943872451782, 0.394452840089798, -0.20113307237625122, 0.06656023859977722, 0.4345664381980896, 0.002616316545754671, -0.17057019472122192, -0.7938582897186279, -2.0317389965057373, -2.0090672969818115, -0.5384325981140137, 1.8344775438308716, -1.3741381168365479, 1.5006321668624878, 615.9418334960938, -0.11680798977613449, 0.38560763001441956, -0.16894081234931946, -0.05351639911532402, 0.7908199429512024, 0.2716353237628937, 0.4236562252044678], "std": [0.14130906760692596, 0.02451382204890251, 0.22626739740371704, 0.15973980724811554, 0.5060712695121765, 0.11875568330287933, 0.4146316647529602, 315.83837890625, 0.06828775256872177, 0.02655857242643833, 0.018433265388011932, 0.2896009087562561, 0.6222299933433533, 0.2930448651313782, 0.4697943925857544, 0.17610576748847961, 0.018131108954548836, 0.2769175171852112, 0.3088937997817993, 0.6368587613105774, 0.1861456334590912, 0.5764120221138, 320.19903564453125, 0.0554877445101738, 0.029730195179581642, 0.03420703485608101, 0.13304005563259125, 0.17369861900806427, 0.11928465962409973, 0.23742622137069702], "count": [928]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010775862068965517], "std": [0.0328089166974964], "count": [928]}, "timestamp": {"min": [0.0], "max": [37.08], "mean": [18.54], "std": [10.715614774710781], "count": [928]}, "frame_index": {"min": [0], "max": [927], "mean": [463.5], "std": [267.89036936776955], "count": [928]}, "episode_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [928]}, "index": {"min": [202862], "max": [203789], "mean": [203325.5], "std": [267.89036936776955], "count": [928]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [928]}}} +{"episode_index": 167, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4758684669022648]], [[0.47910968612251104]], [[0.47582090648274816]]], "std": [[[0.12473706224148487]], [[0.12612008161517801]], [[0.1270045400145694]]], "count": [215]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6941176470588235]], [[0.6745098039215687]], [[0.6745098039215687]]], "mean": [[[0.4793517546359629]], [[0.48177271431828544]], [[0.4765459026827785]]], "std": [[[0.07352029109091691]], [[0.07205999240569425]], [[0.07634835219547763]]], "count": [215]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727052126082992]], [[0.47539164671682627]], [[0.471652951626387]]], "std": [[[0.08285549364295788]], [[0.0822187035332154]], [[0.08573254010267366]]], "count": [215]}, "states": {"min": [0.36163219809532166, 1.987912654876709, 1.1748510599136353, 0.05710717663168907, -2.6412241458892822, 1.0168986320495605, -2.6185524463653564, 25.0, -0.0071379998698830605, 0.3015899956226349, -0.2755880057811737, -0.38293296098709106, -0.546000599861145, -0.505325198173523, -0.6020458936691284, -0.8970119953155518, -2.050971269607544, 0.6900159120559692, -0.06757915019989014, -2.8286726474761963, -1.879963994026184, 0.9399296045303345, 50.0, -0.29837799072265625, 0.27526500821113586, -0.2869119942188263, -0.4939402639865875, 0.3879864513874054, -0.02378283068537712, 0.1421312838792801], "max": [0.8173551559448242, 2.0325582027435303, 2.7431516647338867, 1.5591375827789307, -0.775833785533905, 1.5053465366363525, -0.7472103834152222, 871.0, 0.30804499983787537, 0.4140799939632416, -0.10465099662542343, 0.41878005862236023, 0.9829685688018799, 0.5376918911933899, 0.582034707069397, -0.08374089747667313, -1.9836714267730713, 1.5892618894577026, 1.4270684719085693, -0.5382246375083923, -1.155111312866211, 2.840855121612549, 893.0, -0.029923999682068825, 0.4021010100841522, -0.07462099939584732, 0.06870310008525848, 0.9669237732887268, 0.5272461771965027, 0.7256464958190918], "mean": [0.4962236285209656, 2.011711835861206, 2.096658229827881, 0.5385632514953613, -1.4798734188079834, 1.1777760982513428, -1.9538416862487793, 713.1737670898438, 0.19838149845600128, 0.3548947274684906, -0.20445454120635986, 0.042998943477869034, 0.3403826057910919, 0.03330628573894501, -0.09889651834964752, -0.5090421438217163, -2.036557197570801, 1.0839195251464844, 0.7383036613464355, -1.3631380796432495, -1.4773234128952026, 1.7714837789535522, 514.8145751953125, -0.1776682734489441, 0.33190467953681946, -0.1792161762714386, -0.15165667235851288, 0.784766674041748, 0.22670289874076843, 0.44536131620407104], "std": [0.10599774867296219, 0.013340537436306477, 0.3416864275932312, 0.5178756713867188, 0.5891854166984558, 0.11577332764863968, 0.6791953444480896, 286.1204528808594, 0.08881072700023651, 0.03181813284754753, 0.05111662298440933, 0.2718959152698517, 0.6387127041816711, 0.3814612627029419, 0.4939698874950409, 0.20732258260250092, 0.010115974582731724, 0.25104010105133057, 0.4853779971599579, 0.6685837507247925, 0.16084091365337372, 0.6562179327011108, 226.68487548828125, 0.07978732883930206, 0.03608011081814766, 0.047844287008047104, 0.16263240575790405, 0.1830206662416458, 0.13373064994812012, 0.1832239329814911], "count": [1289]}, "actions": {"min": [0.36163219809532166, 1.987912654876709, 1.1748510599136353, 0.05710717663168907, -2.6412241458892822, 1.0168986320495605, -2.6185524463653564, 25.0, -0.0071379998698830605, 0.3015899956226349, -0.2755880057811737, -0.38293296098709106, -0.546000599861145, -0.505325198173523, -0.6020458936691284, -0.8970119953155518, -2.050971269607544, 0.6900159120559692, -0.06757915019989014, -2.8286726474761963, -1.879963994026184, 0.9399296045303345, 50.0, -0.29837799072265625, 0.27526500821113586, -0.2869119942188263, -0.4939402639865875, 0.3879864513874054, -0.02378283068537712, 0.1421312838792801], "max": [0.8173551559448242, 2.0325582027435303, 2.7431516647338867, 1.5591375827789307, -0.775833785533905, 1.5053465366363525, -0.7472103834152222, 871.0, 0.30804499983787537, 0.4140799939632416, -0.10465099662542343, 0.41878005862236023, 0.9829685688018799, 0.5376918911933899, 0.582034707069397, -0.08374089747667313, -1.9836714267730713, 1.5892618894577026, 1.4270684719085693, -0.5382246375083923, -1.155111312866211, 2.840855121612549, 893.0, -0.029923999682068825, 0.4021010100841522, -0.07462099939584732, 0.06870310008525848, 0.9669237732887268, 0.5272461771965027, 0.7256464958190918], "mean": [0.4962236285209656, 2.011711835861206, 2.096658229827881, 0.5385632514953613, -1.4798734188079834, 1.1777760982513428, -1.9538416862487793, 713.1737670898438, 0.19838149845600128, 0.3548947274684906, -0.20445454120635986, 0.042998943477869034, 0.3403826057910919, 0.03330628573894501, -0.09889651834964752, -0.5090421438217163, -2.036557197570801, 1.0839195251464844, 0.7383036613464355, -1.3631380796432495, -1.4773234128952026, 1.7714837789535522, 514.8145751953125, -0.1776682734489441, 0.33190467953681946, -0.1792161762714386, -0.15165667235851288, 0.784766674041748, 0.22670289874076843, 0.44536131620407104], "std": [0.10599774867296219, 0.013340537436306477, 0.3416864275932312, 0.5178756713867188, 0.5891854166984558, 0.11577332764863968, 0.6791953444480896, 286.1204528808594, 0.08881072700023651, 0.03181813284754753, 0.05111662298440933, 0.2718959152698517, 0.6387127041816711, 0.3814612627029419, 0.4939698874950409, 0.20732258260250092, 0.010115974582731724, 0.25104010105133057, 0.4853779971599579, 0.6685837507247925, 0.16084091365337372, 0.6562179327011108, 226.68487548828125, 0.07978732883930206, 0.03608011081814766, 0.047844287008047104, 0.16263240575790405, 0.1830206662416458, 0.13373064994812012, 0.1832239329814911], "count": [1289]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007757951900698216], "std": [0.027842293940925307], "count": [1289]}, "timestamp": {"min": [0.0], "max": [51.52], "mean": [25.759999999999998], "std": [14.884085460652258], "count": [1289]}, "frame_index": {"min": [0], "max": [1288], "mean": [644.0], "std": [372.1021365163065], "count": [1289]}, "episode_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [1289]}, "index": {"min": [203790], "max": [205078], "mean": [204434.0], "std": [372.1021365163065], "count": [1289]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1289]}}} +{"episode_index": 168, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4709941586894192]], [[0.4750861176624738]], [[0.4715876138780984]]], "std": [[[0.1253726118776525]], [[0.12499270899849187]], [[0.12507601573590332]]], "count": [212]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47163594751973115]], [[0.4772401392357258]], [[0.4710807686675299]]], "std": [[[0.08242266014169257]], [[0.08021003689367862]], [[0.08328364781363794]]], "count": [212]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.47829182370668394]], [[0.4781467601584659]], [[0.4732197336678382]]], "std": [[[0.10321170221053365]], [[0.10529858330079844]], [[0.1101153435760405]]], "count": [212]}, "states": {"min": [0.639331579208374, 1.8527543544769287, -0.9668251872062683, -0.38238418102264404, -2.4076993465423584, -1.4381688833236694, 0.256912499666214, 0.0, 0.05074699968099594, 0.35598498582839966, -0.251926988363266, -0.4531037211418152, -0.6283410787582397, -0.3733280599117279, -0.6427507400512695, -1.1963359117507935, -2.0448102951049805, 2.7042829990386963, -0.8559269309043884, -1.353520393371582, 1.019987940788269, -1.491575837135315, 59.0, -0.3063400089740753, 0.3471119999885559, -0.25689101219177246, -0.45396700501441956, 0.44254958629608154, -0.11736704409122467, 0.30947044491767883], "max": [1.0493966341018677, 2.0340590476989746, -0.3459067940711975, 0.0046600294299423695, -0.7398276329040527, -0.7727794051170349, 1.3019633293151855, 881.0, 0.2412009984254837, 0.4468730092048645, -0.1578260064125061, 0.4817807078361511, 0.9057428240776062, 0.40546953678131104, 0.6298878192901611, -0.482077419757843, -1.9826068878173828, 2.8625495433807373, 0.038432151079177856, 0.21375048160552979, 1.6228245496749878, -0.3467620313167572, 897.0, -0.08462999761104584, 0.45314300060272217, -0.10858999937772751, -0.07421895861625671, 0.9218961000442505, 0.547676682472229, 0.6583215594291687], "mean": [0.8577276468276978, 2.011268377304077, -0.6340838074684143, -0.16010461747646332, -1.94264554977417, -1.102299451828003, 1.0576632022857666, 475.9378967285156, 0.1197550818324089, 0.40819960832595825, -0.20287825167179108, -0.10591436177492142, 0.7398180365562439, -0.19719164073467255, -0.46655675768852234, -0.7217718362808228, -2.032844305038452, 2.813148021697998, -0.19579650461673737, -0.7321227192878723, 1.2153233289718628, -0.7179314494132996, 505.7397766113281, -0.20517946779727936, 0.38417258858680725, -0.21604590117931366, -0.2873173952102661, 0.6671104431152344, 0.33737286925315857, 0.5212430357933044], "std": [0.1075051873922348, 0.030830437317490578, 0.21888582408428192, 0.1079145073890686, 0.31927621364593506, 0.12481821328401566, 0.18025478720664978, 237.58982849121094, 0.050203435122966766, 0.026691710576415062, 0.0271497443318367, 0.1338956505060196, 0.29015472531318665, 0.1561812311410904, 0.24162361025810242, 0.2312518060207367, 0.010537841357290745, 0.06561385095119476, 0.22955600917339325, 0.5537793636322021, 0.13187409937381744, 0.2622327506542206, 293.6482238769531, 0.053357187658548355, 0.024978596717119217, 0.03490626811981201, 0.11427481472492218, 0.16145186126232147, 0.19997325539588928, 0.08821579068899155], "count": [1272]}, "actions": {"min": [0.639331579208374, 1.8527543544769287, -0.9668251872062683, -0.38238418102264404, -2.4076993465423584, -1.4381688833236694, 0.256912499666214, 0.0, 0.05074699968099594, 0.35598498582839966, -0.251926988363266, -0.4531037211418152, -0.6283410787582397, -0.3733280599117279, -0.6427507400512695, -1.1963359117507935, -2.0448102951049805, 2.7042829990386963, -0.8559269309043884, -1.353520393371582, 1.019987940788269, -1.491575837135315, 59.0, -0.3063400089740753, 0.3471119999885559, -0.25689101219177246, -0.45396700501441956, 0.44254958629608154, -0.11736704409122467, 0.30947044491767883], "max": [1.0493966341018677, 2.0340590476989746, -0.3459067940711975, 0.0046600294299423695, -0.7398276329040527, -0.7727794051170349, 1.3019633293151855, 881.0, 0.2412009984254837, 0.4468730092048645, -0.1578260064125061, 0.4817807078361511, 0.9057428240776062, 0.40546953678131104, 0.6298878192901611, -0.482077419757843, -1.9826068878173828, 2.8625495433807373, 0.038432151079177856, 0.21375048160552979, 1.6228245496749878, -0.3467620313167572, 897.0, -0.08462999761104584, 0.45314300060272217, -0.10858999937772751, -0.07421895861625671, 0.9218961000442505, 0.547676682472229, 0.6583215594291687], "mean": [0.8577276468276978, 2.011268377304077, -0.6340838074684143, -0.16010461747646332, -1.94264554977417, -1.102299451828003, 1.0576632022857666, 475.9378967285156, 0.1197550818324089, 0.40819960832595825, -0.20287825167179108, -0.10591436177492142, 0.7398180365562439, -0.19719164073467255, -0.46655675768852234, -0.7217718362808228, -2.032844305038452, 2.813148021697998, -0.19579650461673737, -0.7321227192878723, 1.2153233289718628, -0.7179314494132996, 505.7397766113281, -0.20517946779727936, 0.38417258858680725, -0.21604590117931366, -0.2873173952102661, 0.6671104431152344, 0.33737286925315857, 0.5212430357933044], "std": [0.1075051873922348, 0.030830437317490578, 0.21888582408428192, 0.1079145073890686, 0.31927621364593506, 0.12481821328401566, 0.18025478720664978, 237.58982849121094, 0.050203435122966766, 0.026691710576415062, 0.0271497443318367, 0.1338956505060196, 0.29015472531318665, 0.1561812311410904, 0.24162361025810242, 0.2312518060207367, 0.010537841357290745, 0.06561385095119476, 0.22955600917339325, 0.5537793636322021, 0.13187409937381744, 0.2622327506542206, 293.6482238769531, 0.053357187658548355, 0.024978596717119217, 0.03490626811981201, 0.11427481472492218, 0.16145186126232147, 0.19997325539588928, 0.08821579068899155], "count": [1272]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007861635220125787], "std": [0.02802758407228913], "count": [1272]}, "timestamp": {"min": [0.0], "max": [50.84], "mean": [25.42], "std": [14.687786309266167], "count": [1272]}, "frame_index": {"min": [0], "max": [1271], "mean": [635.5], "std": [367.19465773165416], "count": [1272]}, "episode_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [1272]}, "index": {"min": [205079], "max": [206350], "mean": [205714.5], "std": [367.19465773165416], "count": [1272]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1272]}}} +{"episode_index": 169, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.4591502006125312]], [[0.4672908935170927]], [[0.46162239075385825]]], "std": [[[0.14870668348366534]], [[0.1476367353304545]], [[0.14842332340699496]]], "count": [191]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46696657384594326]], [[0.47384796970708004]], [[0.4677597066095199]]], "std": [[[0.10544737051954517]], [[0.10190993443371828]], [[0.10474867698247829]]], "count": [191]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.46959362167641927]], [[0.4705119565496355]], [[0.4673520792697533]]], "std": [[[0.12319517578804978]], [[0.12148644815217784]], [[0.12320548500296431]]], "count": [191]}, "states": {"min": [0.46938884258270264, 1.9722919464111328, -1.04354989528656, -0.31157615780830383, -1.9590100049972534, -1.3629101514816284, 0.12419763207435608, 1.0, 0.07662200182676315, 0.3112730085849762, -0.2940559983253479, -0.45718446373939514, -0.5795252323150635, -0.4875461459159851, -0.6071884632110596, -0.9716772437095642, -2.052454948425293, 0.4815188944339752, -0.18126989901065826, 0.8902750015258789, 1.1393334865570068, -2.1166481971740723, 31.0, -0.2494029998779297, 0.3220979869365692, -0.2611199915409088, -0.4568895101547241, 0.45518413186073303, 0.009184183552861214, 0.2394796460866928], "max": [0.8574104309082031, 2.041057825088501, -0.5168792605400085, 0.16105899214744568, -0.7160038352012634, -0.922179639339447, 1.0800621509552002, 884.0, 0.21743300557136536, 0.43329399824142456, -0.18392899632453918, 0.46685343980789185, 0.871529221534729, 0.36969074606895447, 0.5828046202659607, -0.4331907033920288, -1.9084128141403198, 1.5079470872879028, 1.1137819290161133, 2.637471914291382, 1.672182559967041, -0.3033382296562195, 891.0, -0.037429001182317734, 0.40156498551368713, -0.11835700273513794, 0.12421925365924835, 0.9473719000816345, 0.5153083801269531, 0.7262290120124817], "mean": [0.7053349018096924, 2.0244009494781494, -0.7571768164634705, -0.04944987967610359, -1.4142160415649414, -1.0976554155349731, 0.6977472305297852, 577.5299682617188, 0.15497946739196777, 0.3779256343841553, -0.23604698479175568, -0.20446300506591797, 0.693409264087677, -0.29937249422073364, -0.5050588250160217, -0.6587010025978088, -2.0288984775543213, 0.8874383568763733, 0.44132131338119507, 1.8137685060501099, 1.3322885036468506, -1.3400846719741821, 518.663330078125, -0.16259773075580597, 0.36567553877830505, -0.20166516304016113, -0.10037210583686829, 0.7530068159103394, 0.29024234414100647, 0.4859538972377777], "std": [0.09478288888931274, 0.010268079116940498, 0.20318326354026794, 0.13649028539657593, 0.39939290285110474, 0.12450824677944183, 0.3611564636230469, 295.9784851074219, 0.048113659024238586, 0.03478985279798508, 0.02375221624970436, 0.18413390219211578, 0.20939595997333527, 0.168624609708786, 0.162739098072052, 0.1679319590330124, 0.0236107986420393, 0.24865709245204926, 0.29979291558265686, 0.5754433870315552, 0.12309158593416214, 0.4683208465576172, 240.37461853027344, 0.06815807521343231, 0.018067436292767525, 0.030718930065631866, 0.1445368081331253, 0.17588262259960175, 0.1710580289363861, 0.14638261497020721], "count": [1102]}, "actions": {"min": [0.46938884258270264, 1.9722919464111328, -1.04354989528656, -0.31157615780830383, -1.9590100049972534, -1.3629101514816284, 0.12419763207435608, 1.0, 0.07662200182676315, 0.3112730085849762, -0.2940559983253479, -0.45718446373939514, -0.5795252323150635, -0.4875461459159851, -0.6071884632110596, -0.9716772437095642, -2.052454948425293, 0.4815188944339752, -0.18126989901065826, 0.8902750015258789, 1.1393334865570068, -2.1166481971740723, 31.0, -0.2494029998779297, 0.3220979869365692, -0.2611199915409088, -0.4568895101547241, 0.45518413186073303, 0.009184183552861214, 0.2394796460866928], "max": [0.8574104309082031, 2.041057825088501, -0.5168792605400085, 0.16105899214744568, -0.7160038352012634, -0.922179639339447, 1.0800621509552002, 884.0, 0.21743300557136536, 0.43329399824142456, -0.18392899632453918, 0.46685343980789185, 0.871529221534729, 0.36969074606895447, 0.5828046202659607, -0.4331907033920288, -1.9084128141403198, 1.5079470872879028, 1.1137819290161133, 2.637471914291382, 1.672182559967041, -0.3033382296562195, 891.0, -0.037429001182317734, 0.40156498551368713, -0.11835700273513794, 0.12421925365924835, 0.9473719000816345, 0.5153083801269531, 0.7262290120124817], "mean": [0.7053349018096924, 2.0244009494781494, -0.7571768164634705, -0.04944987967610359, -1.4142160415649414, -1.0976554155349731, 0.6977472305297852, 577.5299682617188, 0.15497946739196777, 0.3779256343841553, -0.23604698479175568, -0.20446300506591797, 0.693409264087677, -0.29937249422073364, -0.5050588250160217, -0.6587010025978088, -2.0288984775543213, 0.8874383568763733, 0.44132131338119507, 1.8137685060501099, 1.3322885036468506, -1.3400846719741821, 518.663330078125, -0.16259773075580597, 0.36567553877830505, -0.20166516304016113, -0.10037210583686829, 0.7530068159103394, 0.29024234414100647, 0.4859538972377777], "std": [0.09478288888931274, 0.010268079116940498, 0.20318326354026794, 0.13649028539657593, 0.39939290285110474, 0.12450824677944183, 0.3611564636230469, 295.9784851074219, 0.048113659024238586, 0.03478985279798508, 0.02375221624970436, 0.18413390219211578, 0.20939595997333527, 0.168624609708786, 0.162739098072052, 0.1679319590330124, 0.0236107986420393, 0.24865709245204926, 0.29979291558265686, 0.5754433870315552, 0.12309158593416214, 0.4683208465576172, 240.37461853027344, 0.06815807521343231, 0.018067436292767525, 0.030718930065631866, 0.1445368081331253, 0.17588262259960175, 0.1710580289363861, 0.14638261497020721], "count": [1102]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009074410163339383], "std": [0.03011009078591118], "count": [1102]}, "timestamp": {"min": [0.0], "max": [44.04], "mean": [22.02], "std": [12.724794693825123], "count": [1102]}, "frame_index": {"min": [0], "max": [1101], "mean": [550.5], "std": [318.11986734562805], "count": [1102]}, "episode_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [1102]}, "index": {"min": [206351], "max": [207452], "mean": [206901.5], "std": [318.11986734562805], "count": [1102]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1102]}}} +{"episode_index": 170, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46387706703274256]], [[0.4699848001901081]], [[0.463499285130719]]], "std": [[[0.1495707240278774]], [[0.14659014251114544]], [[0.14803914072288196]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686164942339115]], [[0.4701834984995601]], [[0.46474383228852434]]], "std": [[[0.09241547171205661]], [[0.0896671216442129]], [[0.0947965855823853]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4722575670091755]], [[0.47234947190013826]], [[0.4679274044353318]]], "std": [[[0.09826664798955682]], [[0.09733358327342197]], [[0.10345212851893888]]], "count": [208]}, "states": {"min": [0.3545112907886505, 1.8852523565292358, -1.8792134523391724, -1.3114752769470215, -2.873091220855713, -1.7146987915039062, -0.04562291130423546, 18.0, -0.012110999785363674, 0.27294299006462097, -0.2974570095539093, -0.49886196851730347, -0.6671243906021118, -0.5198926329612732, -0.6944707036018372, -0.9573655128479004, -2.0490341186523438, -2.368027687072754, -1.3247573375701904, 0.27721065282821655, -1.5685275793075562, 0.35501742362976074, 52.0, -0.3128010034561157, 0.29666900634765625, -0.2709159851074219, -0.49638596177101135, 0.38345932960510254, -0.015341258607804775, 0.12585991621017456], "max": [1.014210820198059, 2.049243450164795, 0.3923325836658478, 0.2534043490886688, -0.7571762204170227, -0.9697223901748657, 2.817415237426758, 679.0, 0.268887996673584, 0.42451900243759155, -0.06696300208568573, 0.5113795399665833, 0.9905050992965698, 0.49577003717422485, 0.822573184967041, -0.2145184427499771, -1.8524402379989624, -1.2477881908416748, -0.03494149446487427, 2.763030767440796, -0.8744797706604004, 2.6095118522644043, 876.0, 0.022492999210953712, 0.4566569924354553, -0.06224700063467026, -0.0006754662026651204, 0.985252320766449, 0.5715955495834351, 0.8147563338279724], "mean": [0.6399786472320557, 2.0302109718322754, -0.6098402738571167, -0.17145198583602905, -1.6750611066818237, -1.2984840869903564, 0.7332785129547119, 430.9571228027344, 0.16587187349796295, 0.35050079226493835, -0.21848639845848083, 0.15718665719032288, 0.18107792735099792, 0.10606654733419418, 0.0823839008808136, -0.6150304079055786, -2.0264599323272705, -1.809905767440796, -0.5922524333000183, 1.502684473991394, -1.2301939725875854, 1.7084828615188599, 528.6318969726562, -0.14868344366550446, 0.36514946818351746, -0.18609891831874847, -0.18428729474544525, 0.7426468729972839, 0.2887967526912689, 0.45304179191589355], "std": [0.15792769193649292, 0.014690546318888664, 0.6758196353912354, 0.48662856221199036, 0.6024278402328491, 0.1757063865661621, 0.935300350189209, 243.79649353027344, 0.07259143888950348, 0.03569040074944496, 0.050287675112485886, 0.32022666931152344, 0.6902028322219849, 0.33713066577911377, 0.48154351115226746, 0.19939514994621277, 0.02719617635011673, 0.260437548160553, 0.41131263971328735, 0.8122643828392029, 0.15012815594673157, 0.8467435836791992, 289.5172119140625, 0.09240728616714478, 0.038040515035390854, 0.05231912434101105, 0.16517555713653564, 0.18045152723789215, 0.16533178091049194, 0.19668006896972656], "count": [1236]}, "actions": {"min": [0.3545112907886505, 1.8852523565292358, -1.8792134523391724, -1.3114752769470215, -2.873091220855713, -1.7146987915039062, -0.04562291130423546, 18.0, -0.012110999785363674, 0.27294299006462097, -0.2974570095539093, -0.49886196851730347, -0.6671243906021118, -0.5198926329612732, -0.6944707036018372, -0.9573655128479004, -2.0490341186523438, -2.368027687072754, -1.3247573375701904, 0.27721065282821655, -1.5685275793075562, 0.35501742362976074, 52.0, -0.3128010034561157, 0.29666900634765625, -0.2709159851074219, -0.49638596177101135, 0.38345932960510254, -0.015341258607804775, 0.12585991621017456], "max": [1.014210820198059, 2.049243450164795, 0.3923325836658478, 0.2534043490886688, -0.7571762204170227, -0.9697223901748657, 2.817415237426758, 679.0, 0.268887996673584, 0.42451900243759155, -0.06696300208568573, 0.5113795399665833, 0.9905050992965698, 0.49577003717422485, 0.822573184967041, -0.2145184427499771, -1.8524402379989624, -1.2477881908416748, -0.03494149446487427, 2.763030767440796, -0.8744797706604004, 2.6095118522644043, 876.0, 0.022492999210953712, 0.4566569924354553, -0.06224700063467026, -0.0006754662026651204, 0.985252320766449, 0.5715955495834351, 0.8147563338279724], "mean": [0.6399786472320557, 2.0302109718322754, -0.6098402738571167, -0.17145198583602905, -1.6750611066818237, -1.2984840869903564, 0.7332785129547119, 430.9571228027344, 0.16587187349796295, 0.35050079226493835, -0.21848639845848083, 0.15718665719032288, 0.18107792735099792, 0.10606654733419418, 0.0823839008808136, -0.6150304079055786, -2.0264599323272705, -1.809905767440796, -0.5922524333000183, 1.502684473991394, -1.2301939725875854, 1.7084828615188599, 528.6318969726562, -0.14868344366550446, 0.36514946818351746, -0.18609891831874847, -0.18428729474544525, 0.7426468729972839, 0.2887967526912689, 0.45304179191589355], "std": [0.15792769193649292, 0.014690546318888664, 0.6758196353912354, 0.48662856221199036, 0.6024278402328491, 0.1757063865661621, 0.935300350189209, 243.79649353027344, 0.07259143888950348, 0.03569040074944496, 0.050287675112485886, 0.32022666931152344, 0.6902028322219849, 0.33713066577911377, 0.48154351115226746, 0.19939514994621277, 0.02719617635011673, 0.260437548160553, 0.41131263971328735, 0.8122643828392029, 0.15012815594673157, 0.8467435836791992, 289.5172119140625, 0.09240728616714478, 0.038040515035390854, 0.05231912434101105, 0.16517555713653564, 0.18045152723789215, 0.16533178091049194, 0.19668006896972656], "count": [1236]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008090614886731392], "std": [0.028432497396125533], "count": [1236]}, "timestamp": {"min": [0.0], "max": [49.4], "mean": [24.7], "std": [14.272093983248102], "count": [1236]}, "frame_index": {"min": [0], "max": [1235], "mean": [617.5], "std": [356.8023495812026], "count": [1236]}, "episode_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [1236]}, "index": {"min": [207453], "max": [208688], "mean": [208070.5], "std": [356.8023495812026], "count": [1236]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1236]}}} +{"episode_index": 171, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4651117740625114]], [[0.473044875305802]], [[0.46601231994194325]]], "std": [[[0.13758356939825353]], [[0.13471581031893448]], [[0.13621244384154704]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4678088954157082]], [[0.4694149459597619]], [[0.4635067379139738]]], "std": [[[0.09872333883850884]], [[0.09508788972035974]], [[0.09908164174067224]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.47015926922444956]], [[0.4708146349088984]], [[0.4667108721747545]]], "std": [[[0.10853965614592088]], [[0.10763176086471747]], [[0.11251069722827482]]], "count": [179]}, "states": {"min": [0.1981821209192276, 1.9516969919204712, -1.9065104722976685, -1.483111023902893, -2.5895626544952393, -1.814095377922058, 0.41085052490234375, 1.0, 0.0024820000398904085, 0.29072898626327515, -0.29289600253105164, -0.42408064007759094, -0.6206244826316833, -0.5486389398574829, -0.6252520084381104, -0.9325991868972778, -2.0602738857269287, 0.8710066080093384, -0.02312561497092247, 0.050614554435014725, 0.8681442141532898, -2.6179940700531006, 54.0, -0.3199779987335205, 0.2976030111312866, -0.27857598662376404, -0.4998503625392914, -0.41436973214149475, -0.5211789608001709, -0.5574426651000977], "max": [0.8734325766563416, 2.0434491634368896, -0.6033428907394409, -0.09653417021036148, -0.03719296678900719, -0.9081122279167175, 2.7550199031829834, 817.0, 0.3165090084075928, 0.4130229949951172, -0.11908700317144394, 0.44141191244125366, 0.9873051643371582, 0.5828750729560852, 0.6418939232826233, -0.2186374068260193, -1.9161099195480347, 1.6674354076385498, 1.2094085216522217, 2.7657535076141357, 1.6413774490356445, -0.3468143939971924, 905.0, -0.011892000213265419, 0.4261380136013031, -0.07646500319242477, 0.502822756767273, 0.975537121295929, 0.5672184228897095, 0.6839417815208435], "mean": [0.4755502939224243, 2.0251991748809814, -1.1772607564926147, -0.5800888538360596, -1.458252191543579, -1.1978356838226318, 1.1789915561676025, 448.8973388671875, 0.1993093490600586, 0.3368286192417145, -0.22330375015735626, 0.04540146142244339, 0.436296671628952, 0.022613629698753357, -0.11772648245096207, -0.5075592994689941, -2.0378525257110596, 1.2041269540786743, 0.3770254850387573, 1.1786327362060547, 1.2205560207366943, -1.0259159803390503, 586.8203125, -0.20436082780361176, 0.33873865008354187, -0.2247329205274582, -0.2455715537071228, 0.6657719016075134, 0.34013092517852783, 0.46200186014175415], "std": [0.12535527348518372, 0.008980951271951199, 0.3996816873550415, 0.46280723810195923, 0.6981185674667358, 0.236537367105484, 0.730745792388916, 286.0506896972656, 0.0899738296866417, 0.02892914041876793, 0.04960986599326134, 0.25766363739967346, 0.6222302317619324, 0.3844775855541229, 0.4379826784133911, 0.2223123461008072, 0.02173255942761898, 0.20626209676265717, 0.3575008809566498, 0.8490344882011414, 0.1428087204694748, 0.7266324162483215, 336.9856872558594, 0.09471660852432251, 0.02973010204732418, 0.05000389367341995, 0.17991459369659424, 0.21977753937244415, 0.2274223119020462, 0.1868555098772049], "count": [1013]}, "actions": {"min": [0.1981821209192276, 1.9516969919204712, -1.9065104722976685, -1.483111023902893, -2.5895626544952393, -1.814095377922058, 0.41085052490234375, 1.0, 0.0024820000398904085, 0.29072898626327515, -0.29289600253105164, -0.42408064007759094, -0.6206244826316833, -0.5486389398574829, -0.6252520084381104, -0.9325991868972778, -2.0602738857269287, 0.8710066080093384, -0.02312561497092247, 0.050614554435014725, 0.8681442141532898, -2.6179940700531006, 54.0, -0.3199779987335205, 0.2976030111312866, -0.27857598662376404, -0.4998503625392914, -0.41436973214149475, -0.5211789608001709, -0.5574426651000977], "max": [0.8734325766563416, 2.0434491634368896, -0.6033428907394409, -0.09653417021036148, -0.03719296678900719, -0.9081122279167175, 2.7550199031829834, 817.0, 0.3165090084075928, 0.4130229949951172, -0.11908700317144394, 0.44141191244125366, 0.9873051643371582, 0.5828750729560852, 0.6418939232826233, -0.2186374068260193, -1.9161099195480347, 1.6674354076385498, 1.2094085216522217, 2.7657535076141357, 1.6413774490356445, -0.3468143939971924, 905.0, -0.011892000213265419, 0.4261380136013031, -0.07646500319242477, 0.502822756767273, 0.975537121295929, 0.5672184228897095, 0.6839417815208435], "mean": [0.4755502939224243, 2.0251991748809814, -1.1772607564926147, -0.5800888538360596, -1.458252191543579, -1.1978356838226318, 1.1789915561676025, 448.8973388671875, 0.1993093490600586, 0.3368286192417145, -0.22330375015735626, 0.04540146142244339, 0.436296671628952, 0.022613629698753357, -0.11772648245096207, -0.5075592994689941, -2.0378525257110596, 1.2041269540786743, 0.3770254850387573, 1.1786327362060547, 1.2205560207366943, -1.0259159803390503, 586.8203125, -0.20436082780361176, 0.33873865008354187, -0.2247329205274582, -0.2455715537071228, 0.6657719016075134, 0.34013092517852783, 0.46200186014175415], "std": [0.12535527348518372, 0.008980951271951199, 0.3996816873550415, 0.46280723810195923, 0.6981185674667358, 0.236537367105484, 0.730745792388916, 286.0506896972656, 0.0899738296866417, 0.02892914041876793, 0.04960986599326134, 0.25766363739967346, 0.6222302317619324, 0.3844775855541229, 0.4379826784133911, 0.2223123461008072, 0.02173255942761898, 0.20626209676265717, 0.3575008809566498, 0.8490344882011414, 0.1428087204694748, 0.7266324162483215, 336.9856872558594, 0.09471660852432251, 0.02973010204732418, 0.05000389367341995, 0.17991459369659424, 0.21977753937244415, 0.2274223119020462, 0.1868555098772049], "count": [1013]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009871668311944718], "std": [0.031403699349628555], "count": [1013]}, "timestamp": {"min": [0.0], "max": [40.48], "mean": [20.24], "std": [11.69711075437007], "count": [1013]}, "frame_index": {"min": [0], "max": [1012], "mean": [506.0], "std": [292.4277688592518], "count": [1013]}, "episode_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [1013]}, "index": {"min": [208689], "max": [209701], "mean": [209195.0], "std": [292.4277688592518], "count": [1013]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1013]}}} +{"episode_index": 172, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4605780776741591]], [[0.4662113879257665]], [[0.45975013948668897]]], "std": [[[0.1346399404174118]], [[0.132291959541572]], [[0.13424564459361368]]], "count": [246]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.465482210465487]], [[0.46721329092273767]], [[0.4628501107590733]]], "std": [[[0.07904738845964399]], [[0.07639933495653856]], [[0.07985154903169557]]], "count": [246]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4761020561002179]], [[0.4749451111576067]], [[0.4714811551822626]]], "std": [[[0.08034970389991636]], [[0.07742204291087655]], [[0.08162009948951433]]], "count": [246]}, "states": {"min": [0.387079119682312, 2.0122947692871094, -1.923667073249817, -1.2926781177520752, -2.835078001022339, -1.7513158321380615, -0.031014500185847282, -5.0, -0.008016999810934067, 0.3054859936237335, -0.2866770029067993, -0.4922395348548889, -0.6720103621482849, -0.5831736326217651, -0.6621465086936951, -1.0234960317611694, -2.0533974170684814, 0.4830547869205475, -0.06668903678655624, 0.2745228409767151, 0.42521458864212036, -2.7611982822418213, 17.0, -0.3250719904899597, 0.30539700388908386, -0.26471900939941406, -0.4984704256057739, -0.41213464736938477, -0.5522682666778564, -0.6401724815368652], "max": [0.9382541179656982, 2.0509886741638184, 0.053040556609630585, 0.04574508219957352, -0.8803790807723999, -0.7464249730110168, 2.8200855255126953, 898.0, 0.37207499146461487, 0.46555501222610474, -0.10548499971628189, 0.5846046209335327, 0.9896631240844727, 0.669258713722229, 0.7194454669952393, -0.22043509781360626, -1.8919893503189087, 1.8823375701904297, 1.7014168500900269, 2.782264471054077, 1.8952529430389404, -0.038467057049274445, 896.0, 0.012600000016391277, 0.5015239715576172, -0.031599000096321106, 0.5227766036987305, 0.9786539077758789, 0.5811901092529297, 0.6995462775230408], "mean": [0.6121833920478821, 2.028676986694336, -0.5689688324928284, -0.32210201025009155, -1.4781793355941772, -1.0922372341156006, 0.8817353844642639, 601.0498657226562, 0.23944441974163055, 0.3673369884490967, -0.2182842493057251, 0.24698083102703094, 0.08936025947332382, 0.24644982814788818, 0.1412789672613144, -0.6118785738945007, -2.0230159759521484, 1.17649507522583, 0.5430997610092163, 1.4539419412612915, 1.1428645849227905, -1.174022912979126, 551.0472412109375, -0.16934069991111755, 0.378895103931427, -0.19029255211353302, -0.21294856071472168, 0.7119022607803345, 0.27090173959732056, 0.39526358246803284], "std": [0.15484915673732758, 0.00931557547301054, 0.5848113298416138, 0.42934298515319824, 0.6891985535621643, 0.2526618540287018, 0.8496338129043579, 315.5826110839844, 0.11319820582866669, 0.039111994206905365, 0.04323069378733635, 0.3071034550666809, 0.634070873260498, 0.4354341924190521, 0.40540996193885803, 0.1749708205461502, 0.029998335987329483, 0.39862391352653503, 0.488837331533432, 0.9081944823265076, 0.2684565782546997, 0.872509777545929, 324.38134765625, 0.08416400849819183, 0.04089875519275665, 0.052461057901382446, 0.21506287157535553, 0.2530703842639923, 0.21437610685825348, 0.24894477427005768], "count": [1545]}, "actions": {"min": [0.387079119682312, 2.0122947692871094, -1.923667073249817, -1.2926781177520752, -2.835078001022339, -1.7513158321380615, -0.031014500185847282, -5.0, -0.008016999810934067, 0.3054859936237335, -0.2866770029067993, -0.4922395348548889, -0.6720103621482849, -0.5831736326217651, -0.6621465086936951, -1.0234960317611694, -2.0533974170684814, 0.4830547869205475, -0.06668903678655624, 0.2745228409767151, 0.42521458864212036, -2.7611982822418213, 17.0, -0.3250719904899597, 0.30539700388908386, -0.26471900939941406, -0.4984704256057739, -0.41213464736938477, -0.5522682666778564, -0.6401724815368652], "max": [0.9382541179656982, 2.0509886741638184, 0.053040556609630585, 0.04574508219957352, -0.8803790807723999, -0.7464249730110168, 2.8200855255126953, 898.0, 0.37207499146461487, 0.46555501222610474, -0.10548499971628189, 0.5846046209335327, 0.9896631240844727, 0.669258713722229, 0.7194454669952393, -0.22043509781360626, -1.8919893503189087, 1.8823375701904297, 1.7014168500900269, 2.782264471054077, 1.8952529430389404, -0.038467057049274445, 896.0, 0.012600000016391277, 0.5015239715576172, -0.031599000096321106, 0.5227766036987305, 0.9786539077758789, 0.5811901092529297, 0.6995462775230408], "mean": [0.6121833920478821, 2.028676986694336, -0.5689688324928284, -0.32210201025009155, -1.4781793355941772, -1.0922372341156006, 0.8817353844642639, 601.0498657226562, 0.23944441974163055, 0.3673369884490967, -0.2182842493057251, 0.24698083102703094, 0.08936025947332382, 0.24644982814788818, 0.1412789672613144, -0.6118785738945007, -2.0230159759521484, 1.17649507522583, 0.5430997610092163, 1.4539419412612915, 1.1428645849227905, -1.174022912979126, 551.0472412109375, -0.16934069991111755, 0.378895103931427, -0.19029255211353302, -0.21294856071472168, 0.7119022607803345, 0.27090173959732056, 0.39526358246803284], "std": [0.15484915673732758, 0.00931557547301054, 0.5848113298416138, 0.42934298515319824, 0.6891985535621643, 0.2526618540287018, 0.8496338129043579, 315.5826110839844, 0.11319820582866669, 0.039111994206905365, 0.04323069378733635, 0.3071034550666809, 0.634070873260498, 0.4354341924190521, 0.40540996193885803, 0.1749708205461502, 0.029998335987329483, 0.39862391352653503, 0.488837331533432, 0.9081944823265076, 0.2684565782546997, 0.872509777545929, 324.38134765625, 0.08416400849819183, 0.04089875519275665, 0.052461057901382446, 0.21506287157535553, 0.2530703842639923, 0.21437610685825348, 0.24894477427005768], "count": [1545]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006472491909385113], "std": [0.025432857869758574], "count": [1545]}, "timestamp": {"min": [0.0], "max": [61.76], "mean": [30.88], "std": [17.840119581064098], "count": [1545]}, "frame_index": {"min": [0], "max": [1544], "mean": [772.0], "std": [446.00298952660245], "count": [1545]}, "episode_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [1545]}, "index": {"min": [209702], "max": [211246], "mean": [210474.0], "std": [446.00298952660245], "count": [1545]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1545]}}} +{"episode_index": 173, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4594057060658488]], [[0.4644599640435497]], [[0.45951198621159695]]], "std": [[[0.1300866621088465]], [[0.128448088543653]], [[0.13012708374899176]]], "count": [187]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47444091979483416]], [[0.4770426256509734]], [[0.46975660475865927]]], "std": [[[0.09145776058854302]], [[0.09028430632700979]], [[0.09541151876897845]]], "count": [187]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4778572817273077]], [[0.47800925452623116]], [[0.47393294209394987]]], "std": [[[0.11560808552125681]], [[0.11497617147395178]], [[0.11977629791517944]]], "count": [187]}, "states": {"min": [0.5904623866081238, 1.9571424722671509, -1.094443678855896, -0.45635125041007996, 0.7371224164962769, 0.950960099697113, -2.879915714263916, -4.0, 0.06070299819111824, 0.340366005897522, -0.2484540045261383, -0.4909970462322235, -0.560170590877533, -0.5092149376869202, -0.6281482577323914, -1.2598658800125122, -2.0560503005981445, -2.4604780673980713, -1.142911434173584, 0.6478836536407471, -1.7029527425765991, 0.49808210134506226, 7.0, -0.18346400558948517, 0.3247770071029663, -0.22436900436878204, -0.2992126941680908, 0.5384666323661804, 0.048843707889318466, 0.019295023754239082], "max": [1.033915638923645, 2.0324883460998535, 0.10868165642023087, -0.0033510325010865927, 2.195833683013916, 1.5687192678451538, -1.7055706977844238, 891.0, 0.2800010144710541, 0.4389190077781677, -0.15590700507164001, 0.5036208629608154, 0.9197130799293518, 0.5340825319290161, 0.5733208060264587, -0.5389053225517273, -1.9041889905929565, -1.0658377408981323, -0.05511750280857086, 2.7909038066864014, -0.8927708268165588, 2.414191961288452, 891.0, 0.0550060011446476, 0.44909799098968506, -0.06391700357198715, 0.14681455492973328, 0.9962801933288574, 0.47014734148979187, 0.7238563895225525], "mean": [0.7628477215766907, 2.0006446838378906, -0.535888671875, -0.24805578589439392, 1.2208846807479858, 1.1894845962524414, -2.170790672302246, 578.8429565429688, 0.16906484961509705, 0.3946552872657776, -0.2028876394033432, -0.1627182513475418, 0.735169529914856, -0.23194952309131622, -0.4678124785423279, -0.8491979837417603, -2.0315983295440674, -1.9062256813049316, -0.5828590989112854, 1.892505168914795, -1.3227009773254395, 1.3157120943069458, 524.6737670898438, -0.10116540640592575, 0.39173996448516846, -0.16553595662117004, -0.030613644048571587, 0.8153128027915955, 0.28938060998916626, 0.3779469430446625], "std": [0.12260019779205322, 0.02326228842139244, 0.39787909388542175, 0.1501295268535614, 0.32519689202308655, 0.16487745940685272, 0.4280485212802887, 307.85345458984375, 0.06774888932704926, 0.03064456209540367, 0.025417104363441467, 0.21098648011684418, 0.22248350083827972, 0.20791317522525787, 0.15217311680316925, 0.19236941635608673, 0.024502964690327644, 0.3122360408306122, 0.28824037313461304, 0.7162948250770569, 0.24112607538700104, 0.5799152851104736, 308.748779296875, 0.06050737574696541, 0.03658689558506012, 0.03431425988674164, 0.11836323887109756, 0.16037531197071075, 0.12223091721534729, 0.23037612438201904], "count": [1076]}, "actions": {"min": [0.5904623866081238, 1.9571424722671509, -1.094443678855896, -0.45635125041007996, 0.7371224164962769, 0.950960099697113, -2.879915714263916, -4.0, 0.06070299819111824, 0.340366005897522, -0.2484540045261383, -0.4909970462322235, -0.560170590877533, -0.5092149376869202, -0.6281482577323914, -1.2598658800125122, -2.0560503005981445, -2.4604780673980713, -1.142911434173584, 0.6478836536407471, -1.7029527425765991, 0.49808210134506226, 7.0, -0.18346400558948517, 0.3247770071029663, -0.22436900436878204, -0.2992126941680908, 0.5384666323661804, 0.048843707889318466, 0.019295023754239082], "max": [1.033915638923645, 2.0324883460998535, 0.10868165642023087, -0.0033510325010865927, 2.195833683013916, 1.5687192678451538, -1.7055706977844238, 891.0, 0.2800010144710541, 0.4389190077781677, -0.15590700507164001, 0.5036208629608154, 0.9197130799293518, 0.5340825319290161, 0.5733208060264587, -0.5389053225517273, -1.9041889905929565, -1.0658377408981323, -0.05511750280857086, 2.7909038066864014, -0.8927708268165588, 2.414191961288452, 891.0, 0.0550060011446476, 0.44909799098968506, -0.06391700357198715, 0.14681455492973328, 0.9962801933288574, 0.47014734148979187, 0.7238563895225525], "mean": [0.7628477215766907, 2.0006446838378906, -0.535888671875, -0.24805578589439392, 1.2208846807479858, 1.1894845962524414, -2.170790672302246, 578.8429565429688, 0.16906484961509705, 0.3946552872657776, -0.2028876394033432, -0.1627182513475418, 0.735169529914856, -0.23194952309131622, -0.4678124785423279, -0.8491979837417603, -2.0315983295440674, -1.9062256813049316, -0.5828590989112854, 1.892505168914795, -1.3227009773254395, 1.3157120943069458, 524.6737670898438, -0.10116540640592575, 0.39173996448516846, -0.16553595662117004, -0.030613644048571587, 0.8153128027915955, 0.28938060998916626, 0.3779469430446625], "std": [0.12260019779205322, 0.02326228842139244, 0.39787909388542175, 0.1501295268535614, 0.32519689202308655, 0.16487745940685272, 0.4280485212802887, 307.85345458984375, 0.06774888932704926, 0.03064456209540367, 0.025417104363441467, 0.21098648011684418, 0.22248350083827972, 0.20791317522525787, 0.15217311680316925, 0.19236941635608673, 0.024502964690327644, 0.3122360408306122, 0.28824037313461304, 0.7162948250770569, 0.24112607538700104, 0.5799152851104736, 308.748779296875, 0.06050737574696541, 0.03658689558506012, 0.03431425988674164, 0.11836323887109756, 0.16037531197071075, 0.12223091721534729, 0.23037612438201904], "count": [1076]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009293680297397769], "std": [0.030471368607351303], "count": [1076]}, "timestamp": {"min": [0.0], "max": [43.0], "mean": [21.5], "std": [12.424572427250766], "count": [1076]}, "frame_index": {"min": [0], "max": [1075], "mean": [537.5], "std": [310.61431068126916], "count": [1076]}, "episode_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [1076]}, "index": {"min": [211247], "max": [212322], "mean": [211784.5], "std": [310.61431068126916], "count": [1076]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1076]}}} +{"episode_index": 174, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4687359685417071]], [[0.4739446143143726]], [[0.470017967789426]]], "std": [[[0.13226110375812153]], [[0.1319867658221729]], [[0.13232260473647361]]], "count": [202]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4755260396444056]], [[0.4800965164531159]], [[0.4738263504659289]]], "std": [[[0.1000105001877728]], [[0.09911276809924738]], [[0.10203844158040198]]], "count": [202]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.47275070678023684]], [[0.4744640512764512]], [[0.47027731467999745]]], "std": [[[0.11818998583932161]], [[0.11879030364060185]], [[0.12215425491094577]]], "count": [202]}, "states": {"min": [0.5060408115386963, 1.7824698686599731, -1.8689335584640503, -0.39440950751304626, -1.4637727737426758, -1.3443748950958252, 0.3412467837333679, -1.0, 0.03203300014138222, 0.3198609948158264, -0.26993700861930847, -0.3592585027217865, -0.631380021572113, -0.4506969451904297, -0.6305714845657349, -0.8651074171066284, -2.042942762374878, 1.040513038635254, 0.23308873176574707, 0.5629908442497253, 0.878930389881134, -2.2309322357177734, 40.0, -0.2632479965686798, 0.3542160093784332, -0.26906898617744446, -0.40995222330093384, 0.5066177845001221, -0.15681521594524384, 0.25517362356185913], "max": [0.9264208674430847, 2.0463290214538574, -1.1059104204177856, 0.04605923593044281, 0.10581932216882706, -0.5522221922874451, 1.4205584526062012, 880.0, 0.249782994389534, 0.4340510070323944, -0.19144700467586517, 0.46713075041770935, 0.918876588344574, 0.47621703147888184, 0.6571574211120605, -0.38638103008270264, -1.9638444185256958, 1.5307585000991821, 1.1540815830230713, 2.4657137393951416, 1.2959593534469604, -0.604337751865387, 918.0, -0.055573999881744385, 0.4340690076351166, -0.13037699460983276, -0.08300449699163437, 0.950301468372345, 0.47624343633651733, 0.646530032157898], "mean": [0.7369164824485779, 2.01617169380188, -1.4956398010253906, -0.2712247371673584, -1.1535167694091797, -0.9309749603271484, 1.1806657314300537, 471.8125915527344, 0.11061935126781464, 0.3947075605392456, -0.22461189329624176, -0.06546370685100555, 0.6985132694244385, -0.221457839012146, -0.41154295206069946, -0.5972885489463806, -2.0306882858276367, 1.248689889907837, 0.4927769899368286, 1.3990089893341064, 1.0544672012329102, -1.1009172201156616, 509.7252197265625, -0.15944723784923553, 0.3899311125278473, -0.20713546872138977, -0.23039714992046356, 0.7532169222831726, 0.25199833512306213, 0.47607657313346863], "std": [0.10450117290019989, 0.04503653943538666, 0.16290637850761414, 0.10362992435693741, 0.3047991693019867, 0.16412344574928284, 0.24385333061218262, 257.83709716796875, 0.05322251468896866, 0.027925916016101837, 0.020222561433911324, 0.15380199253559113, 0.36148351430892944, 0.20938080549240112, 0.3020201623439789, 0.13701902329921722, 0.008757969364523888, 0.13698258996009827, 0.2610108256340027, 0.6399689316749573, 0.1123066395521164, 0.47740286588668823, 286.12060546875, 0.06024426594376564, 0.019347254186868668, 0.033059462904930115, 0.0958535447716713, 0.14606232941150665, 0.2048325389623642, 0.13019679486751556], "count": [1190]}, "actions": {"min": [0.5060408115386963, 1.7824698686599731, -1.8689335584640503, -0.39440950751304626, -1.4637727737426758, -1.3443748950958252, 0.3412467837333679, -1.0, 0.03203300014138222, 0.3198609948158264, -0.26993700861930847, -0.3592585027217865, -0.631380021572113, -0.4506969451904297, -0.6305714845657349, -0.8651074171066284, -2.042942762374878, 1.040513038635254, 0.23308873176574707, 0.5629908442497253, 0.878930389881134, -2.2309322357177734, 40.0, -0.2632479965686798, 0.3542160093784332, -0.26906898617744446, -0.40995222330093384, 0.5066177845001221, -0.15681521594524384, 0.25517362356185913], "max": [0.9264208674430847, 2.0463290214538574, -1.1059104204177856, 0.04605923593044281, 0.10581932216882706, -0.5522221922874451, 1.4205584526062012, 880.0, 0.249782994389534, 0.4340510070323944, -0.19144700467586517, 0.46713075041770935, 0.918876588344574, 0.47621703147888184, 0.6571574211120605, -0.38638103008270264, -1.9638444185256958, 1.5307585000991821, 1.1540815830230713, 2.4657137393951416, 1.2959593534469604, -0.604337751865387, 918.0, -0.055573999881744385, 0.4340690076351166, -0.13037699460983276, -0.08300449699163437, 0.950301468372345, 0.47624343633651733, 0.646530032157898], "mean": [0.7369164824485779, 2.01617169380188, -1.4956398010253906, -0.2712247371673584, -1.1535167694091797, -0.9309749603271484, 1.1806657314300537, 471.8125915527344, 0.11061935126781464, 0.3947075605392456, -0.22461189329624176, -0.06546370685100555, 0.6985132694244385, -0.221457839012146, -0.41154295206069946, -0.5972885489463806, -2.0306882858276367, 1.248689889907837, 0.4927769899368286, 1.3990089893341064, 1.0544672012329102, -1.1009172201156616, 509.7252197265625, -0.15944723784923553, 0.3899311125278473, -0.20713546872138977, -0.23039714992046356, 0.7532169222831726, 0.25199833512306213, 0.47607657313346863], "std": [0.10450117290019989, 0.04503653943538666, 0.16290637850761414, 0.10362992435693741, 0.3047991693019867, 0.16412344574928284, 0.24385333061218262, 257.83709716796875, 0.05322251468896866, 0.027925916016101837, 0.020222561433911324, 0.15380199253559113, 0.36148351430892944, 0.20938080549240112, 0.3020201623439789, 0.13701902329921722, 0.008757969364523888, 0.13698258996009827, 0.2610108256340027, 0.6399689316749573, 0.1123066395521164, 0.47740286588668823, 286.12060546875, 0.06024426594376564, 0.019347254186868668, 0.033059462904930115, 0.0958535447716713, 0.14606232941150665, 0.2048325389623642, 0.13019679486751556], "count": [1190]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008403361344537816], "std": [0.028976369158935575], "count": [1190]}, "timestamp": {"min": [0.0], "max": [47.56], "mean": [23.780000000000005], "std": [13.740931555029302], "count": [1190]}, "frame_index": {"min": [0], "max": [1189], "mean": [594.5], "std": [343.52328887573253], "count": [1190]}, "episode_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [1190]}, "index": {"min": [212323], "max": [213512], "mean": [212917.5], "std": [343.52328887573253], "count": [1190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1190]}}} +{"episode_index": 175, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4765292905838571]], [[0.47911036643525035]], [[0.47517585588860745]]], "std": [[[0.12130944046654633]], [[0.12337636565514119]], [[0.12357748649357787]]], "count": [209]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.47060651210244864]], [[0.473309455819808]], [[0.46727854493073145]]], "std": [[[0.09896807637292213]], [[0.09736081980618369]], [[0.10156376046534858]]], "count": [209]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.4781183321215248]], [[0.48023433053444664]], [[0.47617582852518997]]], "std": [[[0.07790108563996433]], [[0.0771955674896159]], [[0.07997382167251868]]], "count": [209]}, "states": {"min": [0.2235243320465088, 2.022993564605713, -1.9297581911087036, -1.508994221687317, 0.5922600030899048, 0.7929554581642151, -2.8461434841156006, 206.0, 0.016023000702261925, 0.2920820116996765, -0.2799130082130432, -0.4549780488014221, -0.5320754051208496, -0.5360307097434998, -0.6414854526519775, -0.6765245795249939, -2.0448801517486572, 1.0284004211425781, 0.03666936978697777, -2.813121795654297, -1.6703848838806152, 1.282974123954773, 140.0, -0.3005400002002716, 0.2565020024776459, -0.28868401050567627, -0.49937012791633606, -0.5771859884262085, -0.42523667216300964, -0.6391593217849731], "max": [0.5971818566322327, 2.0600645542144775, -0.31431636214256287, 0.029181906953454018, 2.873178482055664, 1.5036011934280396, -0.5354321002960205, 861.0, 0.3008039891719818, 0.42445099353790283, -0.11350300163030624, 0.4693494439125061, 0.9637402892112732, 0.5688152313232422, 0.4811328053474426, 0.048834312707185745, -1.9136313199996948, 1.4673157930374146, 1.4086726903915405, -1.1255453824996948, -1.0310359001159668, 2.844188690185547, 860.0, -0.0857739970088005, 0.35786399245262146, -0.167821004986763, 0.5538017749786377, 0.8738133907318115, 0.3686256408691406, 0.7028879523277283], "mean": [0.44075366854667664, 2.0286672115325928, -1.0674045085906982, -0.578389585018158, 1.748529076576233, 1.016313076019287, -2.0882301330566406, 626.26953125, 0.18785519897937775, 0.3522892892360687, -0.2152336835861206, -0.003678017994388938, 0.37825360894203186, 0.004092193674296141, -0.17801843583583832, -0.3284316956996918, -2.019503593444824, 1.2801395654678345, 0.5148689150810242, -1.884351372718811, -1.3266526460647583, 2.3128628730773926, 544.3009033203125, -0.18808718025684357, 0.2997591197490692, -0.2231929898262024, -0.08908970654010773, 0.5869232416152954, 0.10287921130657196, 0.36245107650756836], "std": [0.07834109663963318, 0.005126693286001682, 0.5888997912406921, 0.5725350379943848, 0.5276327729225159, 0.12072473764419556, 0.7577686905860901, 199.59413146972656, 0.09434490650892258, 0.032675258815288544, 0.0514429435133934, 0.32722505927085876, 0.60468590259552, 0.3974175453186035, 0.44106850028038025, 0.22182275354862213, 0.03920011594891548, 0.1004645973443985, 0.3853894770145416, 0.5037197470664978, 0.16158057749271393, 0.5002051591873169, 198.9987335205078, 0.06083795055747032, 0.030117319896817207, 0.02718465030193329, 0.2870045304298401, 0.46668240427970886, 0.2019304633140564, 0.4058191180229187], "count": [1243]}, "actions": {"min": [0.2235243320465088, 2.022993564605713, -1.9297581911087036, -1.508994221687317, 0.5922600030899048, 0.7929554581642151, -2.8461434841156006, 206.0, 0.016023000702261925, 0.2920820116996765, -0.2799130082130432, -0.4549780488014221, -0.5320754051208496, -0.5360307097434998, -0.6414854526519775, -0.6765245795249939, -2.0448801517486572, 1.0284004211425781, 0.03666936978697777, -2.813121795654297, -1.6703848838806152, 1.282974123954773, 140.0, -0.3005400002002716, 0.2565020024776459, -0.28868401050567627, -0.49937012791633606, -0.5771859884262085, -0.42523667216300964, -0.6391593217849731], "max": [0.5971818566322327, 2.0600645542144775, -0.31431636214256287, 0.029181906953454018, 2.873178482055664, 1.5036011934280396, -0.5354321002960205, 861.0, 0.3008039891719818, 0.42445099353790283, -0.11350300163030624, 0.4693494439125061, 0.9637402892112732, 0.5688152313232422, 0.4811328053474426, 0.048834312707185745, -1.9136313199996948, 1.4673157930374146, 1.4086726903915405, -1.1255453824996948, -1.0310359001159668, 2.844188690185547, 860.0, -0.0857739970088005, 0.35786399245262146, -0.167821004986763, 0.5538017749786377, 0.8738133907318115, 0.3686256408691406, 0.7028879523277283], "mean": [0.44075366854667664, 2.0286672115325928, -1.0674045085906982, -0.578389585018158, 1.748529076576233, 1.016313076019287, -2.0882301330566406, 626.26953125, 0.18785519897937775, 0.3522892892360687, -0.2152336835861206, -0.003678017994388938, 0.37825360894203186, 0.004092193674296141, -0.17801843583583832, -0.3284316956996918, -2.019503593444824, 1.2801395654678345, 0.5148689150810242, -1.884351372718811, -1.3266526460647583, 2.3128628730773926, 544.3009033203125, -0.18808718025684357, 0.2997591197490692, -0.2231929898262024, -0.08908970654010773, 0.5869232416152954, 0.10287921130657196, 0.36245107650756836], "std": [0.07834109663963318, 0.005126693286001682, 0.5888997912406921, 0.5725350379943848, 0.5276327729225159, 0.12072473764419556, 0.7577686905860901, 199.59413146972656, 0.09434490650892258, 0.032675258815288544, 0.0514429435133934, 0.32722505927085876, 0.60468590259552, 0.3974175453186035, 0.44106850028038025, 0.22182275354862213, 0.03920011594891548, 0.1004645973443985, 0.3853894770145416, 0.5037197470664978, 0.16158057749271393, 0.5002051591873169, 198.9987335205078, 0.06083795055747032, 0.030117319896817207, 0.02718465030193329, 0.2870045304298401, 0.46668240427970886, 0.2019304633140564, 0.4058191180229187], "count": [1243]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008045052292839903], "std": [0.028352389680943037], "count": [1243]}, "timestamp": {"min": [0.0], "max": [49.68], "mean": [24.84], "std": [14.352923047240239], "count": [1243]}, "frame_index": {"min": [0], "max": [1242], "mean": [621.0], "std": [358.82307618100594], "count": [1243]}, "episode_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [1243]}, "index": {"min": [213513], "max": [214755], "mean": [214134.0], "std": [358.82307618100594], "count": [1243]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1243]}}} +{"episode_index": 176, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4900642612721417]], [[0.49574948419887277]], [[0.49237335047243536]]], "std": [[[0.11254608949640724]], [[0.11231260207929987]], [[0.11222050681154795]]], "count": [276]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[1.0]], [[1.0]]], "mean": [[[0.4703993203561618]], [[0.47626076522094346]], [[0.47179654420645073]]], "std": [[[0.06925029607849376]], [[0.06606934777874617]], [[0.06826421560123357]]], "count": [276]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47422375112484605]], [[0.47664773743132516]], [[0.4735049567230274]]], "std": [[[0.06775351005061572]], [[0.06708262210946839]], [[0.06962050140183138]]], "count": [276]}, "states": {"min": [0.5049586296081543, 1.9055156707763672, 0.14570008218288422, -0.3814068138599396, -2.8961994647979736, -1.595457911491394, 0.36908477544784546, -5.0, 0.029262999072670937, 0.3182179927825928, -0.27417901158332825, -0.4374557137489319, -0.6514226794242859, -0.4706135392189026, -0.6593191027641296, -0.9127897620201111, -2.044862747192383, 0.6480233669281006, -0.07675957679748535, 0.46352458000183105, 0.9655685424804688, -2.9179115295410156, 10.0, -0.31935998797416687, 0.2983959913253784, -0.24837200343608856, -0.47847673296928406, 0.35370904207229614, -0.13310109078884125, 0.16026513278484344], "max": [0.9642245769500732, 2.027967929840088, 1.3759652376174927, 0.18938568234443665, -2.2348594665527344, -0.4493524730205536, 0.8574104309082031, 880.0, 0.26100099086761475, 0.4289659857749939, -0.18364499509334564, 0.4280197024345398, 0.8817307949066162, 0.5348637700080872, 0.6736277341842651, -0.29845130443573, -1.7887530326843262, 1.5328528881072998, 1.4816797971725464, 2.8428969383239746, 1.7158507108688354, -0.440102219581604, 883.0, -0.08331800252199173, 0.455718994140625, -0.0811460018157959, 0.055916670709848404, 0.9330198764801025, 0.6064674854278564, 0.6685863733291626], "mean": [0.7153169512748718, 2.0125479698181152, 0.6190407872200012, -0.013350220397114754, -2.7872695922851562, -1.0976253747940063, 0.6603583693504333, 570.701416015625, 0.15562766790390015, 0.38055843114852905, -0.23226825892925262, -0.19156475365161896, 0.6289317011833191, -0.22545114159584045, -0.4600718915462494, -0.4947172701358795, -2.031092643737793, 0.9193660616874695, 0.3230874538421631, 1.177817463874817, 1.2643934488296509, -1.015486478805542, 616.0904541015625, -0.23477201163768768, 0.3548564016819, -0.20557604730129242, -0.30916324257850647, 0.5670103430747986, 0.40542998909950256, 0.5392680764198303], "std": [0.11703725904226303, 0.013758445158600807, 0.28969472646713257, 0.10499221831560135, 0.16940942406654358, 0.17392952740192413, 0.08670002967119217, 265.71502685546875, 0.055192731320858, 0.022377002984285355, 0.01823575422167778, 0.17865796387195587, 0.35547706484794617, 0.22259551286697388, 0.3121277093887329, 0.21338774263858795, 0.026924192905426025, 0.19987808167934418, 0.3216657340526581, 0.747024416923523, 0.11877864599227905, 0.6475045680999756, 199.34014892578125, 0.07658559828996658, 0.03847481310367584, 0.028492063283920288, 0.13211853802204132, 0.2001669853925705, 0.21912653744220734, 0.1489715427160263], "count": [1802]}, "actions": {"min": [0.5049586296081543, 1.9055156707763672, 0.14570008218288422, -0.3814068138599396, -2.8961994647979736, -1.595457911491394, 0.36908477544784546, -5.0, 0.029262999072670937, 0.3182179927825928, -0.27417901158332825, -0.4374557137489319, -0.6514226794242859, -0.4706135392189026, -0.6593191027641296, -0.9127897620201111, -2.044862747192383, 0.6480233669281006, -0.07675957679748535, 0.46352458000183105, 0.9655685424804688, -2.9179115295410156, 10.0, -0.31935998797416687, 0.2983959913253784, -0.24837200343608856, -0.47847673296928406, 0.35370904207229614, -0.13310109078884125, 0.16026513278484344], "max": [0.9642245769500732, 2.027967929840088, 1.3759652376174927, 0.18938568234443665, -2.2348594665527344, -0.4493524730205536, 0.8574104309082031, 880.0, 0.26100099086761475, 0.4289659857749939, -0.18364499509334564, 0.4280197024345398, 0.8817307949066162, 0.5348637700080872, 0.6736277341842651, -0.29845130443573, -1.7887530326843262, 1.5328528881072998, 1.4816797971725464, 2.8428969383239746, 1.7158507108688354, -0.440102219581604, 883.0, -0.08331800252199173, 0.455718994140625, -0.0811460018157959, 0.055916670709848404, 0.9330198764801025, 0.6064674854278564, 0.6685863733291626], "mean": [0.7153169512748718, 2.0125479698181152, 0.6190407872200012, -0.013350220397114754, -2.7872695922851562, -1.0976253747940063, 0.6603583693504333, 570.701416015625, 0.15562766790390015, 0.38055843114852905, -0.23226825892925262, -0.19156475365161896, 0.6289317011833191, -0.22545114159584045, -0.4600718915462494, -0.4947172701358795, -2.031092643737793, 0.9193660616874695, 0.3230874538421631, 1.177817463874817, 1.2643934488296509, -1.015486478805542, 616.0904541015625, -0.23477201163768768, 0.3548564016819, -0.20557604730129242, -0.30916324257850647, 0.5670103430747986, 0.40542998909950256, 0.5392680764198303], "std": [0.11703725904226303, 0.013758445158600807, 0.28969472646713257, 0.10499221831560135, 0.16940942406654358, 0.17392952740192413, 0.08670002967119217, 265.71502685546875, 0.055192731320858, 0.022377002984285355, 0.01823575422167778, 0.17865796387195587, 0.35547706484794617, 0.22259551286697388, 0.3121277093887329, 0.21338774263858795, 0.026924192905426025, 0.19987808167934418, 0.3216657340526581, 0.747024416923523, 0.11877864599227905, 0.6475045680999756, 199.34014892578125, 0.07658559828996658, 0.03847481310367584, 0.028492063283920288, 0.13211853802204132, 0.2001669853925705, 0.21912653744220734, 0.1489715427160263], "count": [1802]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005549389567147614], "std": [0.023550605076496055], "count": [1802]}, "timestamp": {"min": [0.0], "max": [72.04], "mean": [36.02], "std": [20.807700497652306], "count": [1802]}, "frame_index": {"min": [0], "max": [1801], "mean": [900.5], "std": [520.1925124413076], "count": [1802]}, "episode_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [1802]}, "index": {"min": [214756], "max": [216557], "mean": [215656.5], "std": [520.1925124413076], "count": [1802]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1802]}}} +{"episode_index": 177, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.46856903136815264]], [[0.475173920689352]], [[0.46824683918784255]]], "std": [[[0.13901238956967624]], [[0.1363904084165628]], [[0.13790803371246113]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7647058823529411]], [[0.8784313725490196]], [[1.0]]], "mean": [[[0.4717318118203933]], [[0.47574285955039713]], [[0.47067734436824055]]], "std": [[[0.08407447622717554]], [[0.08263404625534954]], [[0.08560175600950677]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692962077581406]], [[0.46740034877927256]], [[0.46329322738063833]]], "std": [[[0.11241907355277964]], [[0.11203102412102295]], [[0.11554796442550458]]], "count": [223]}, "states": {"min": [0.23169246315956116, 1.920385718345642, -1.7650514841079712, -1.0362019538879395, -1.9838809967041016, -1.1801742315292358, 0.3646865785121918, 18.0, 0.06614399701356888, 0.2994470000267029, -0.2963410019874573, -0.4662293791770935, -0.6169245839118958, -0.48891016840934753, -0.6197222471237183, -0.9204691648483276, -2.049889326095581, 1.0337061882019043, 0.06431538611650467, -0.1584060937166214, -0.9856747388839722, -3.05683970451355, 12.0, -0.3182249963283539, 0.30219900608062744, -0.28619399666786194, -0.49946892261505127, -0.7761477828025818, -0.43237829208374023, -0.437416672706604], "max": [0.7153581380844116, 2.05013370513916, -1.1113383769989014, -0.11149163544178009, -0.17781414091587067, -0.6717947125434875, 1.5502537488937378, 901.0, 0.26988500356674194, 0.40033501386642456, -0.1746560037136078, 0.40137457847595215, 0.9088316559791565, 0.4726179838180542, 0.6298249363899231, -0.06283184885978699, -1.8554595708847046, 2.546767234802246, 1.3426992893218994, 2.7673592567443848, 1.2972159385681152, -0.6210405230522156, 916.0, -0.012311999686062336, 0.4459660053253174, -0.11299899965524673, 0.5360098481178284, 0.9482789039611816, 0.6153066754341125, 0.6422632932662964], "mean": [0.4741325080394745, 2.0222318172454834, -1.382420539855957, -0.4088335335254669, -1.1081502437591553, -0.9939517974853516, 0.9625883102416992, 396.5401611328125, 0.17773069441318512, 0.3544902503490448, -0.24322766065597534, -0.10281742364168167, 0.5585405230522156, -0.17398585379123688, -0.31866025924682617, -0.43663179874420166, -2.0360124111175537, 1.8619877099990845, 0.5576831102371216, 1.7487068176269531, 0.18776951730251312, -2.089327812194824, 486.159912109375, -0.17476923763751984, 0.35087206959724426, -0.22847923636436462, -0.3333630859851837, 0.6099823713302612, 0.3535204231739044, 0.4480554461479187], "std": [0.10888715833425522, 0.025687478482723236, 0.18394482135772705, 0.206455260515213, 0.4517538249492645, 0.09736065566539764, 0.2815229594707489, 268.9079895019531, 0.06005621328949928, 0.02905355952680111, 0.03348894417285919, 0.2200727015733719, 0.5039559006690979, 0.2826332151889801, 0.404177188873291, 0.2445443868637085, 0.022559793666005135, 0.4478100836277008, 0.3241676986217499, 1.1116496324539185, 0.9158584475517273, 0.9964166879653931, 345.272216796875, 0.10025783628225327, 0.04020041599869728, 0.04643825814127922, 0.16626159846782684, 0.26726216077804565, 0.26103800535202026, 0.15442657470703125], "count": [1357]}, "actions": {"min": [0.23169246315956116, 1.920385718345642, -1.7650514841079712, -1.0362019538879395, -1.9838809967041016, -1.1801742315292358, 0.3646865785121918, 18.0, 0.06614399701356888, 0.2994470000267029, -0.2963410019874573, -0.4662293791770935, -0.6169245839118958, -0.48891016840934753, -0.6197222471237183, -0.9204691648483276, -2.049889326095581, 1.0337061882019043, 0.06431538611650467, -0.1584060937166214, -0.9856747388839722, -3.05683970451355, 12.0, -0.3182249963283539, 0.30219900608062744, -0.28619399666786194, -0.49946892261505127, -0.7761477828025818, -0.43237829208374023, -0.437416672706604], "max": [0.7153581380844116, 2.05013370513916, -1.1113383769989014, -0.11149163544178009, -0.17781414091587067, -0.6717947125434875, 1.5502537488937378, 901.0, 0.26988500356674194, 0.40033501386642456, -0.1746560037136078, 0.40137457847595215, 0.9088316559791565, 0.4726179838180542, 0.6298249363899231, -0.06283184885978699, -1.8554595708847046, 2.546767234802246, 1.3426992893218994, 2.7673592567443848, 1.2972159385681152, -0.6210405230522156, 916.0, -0.012311999686062336, 0.4459660053253174, -0.11299899965524673, 0.5360098481178284, 0.9482789039611816, 0.6153066754341125, 0.6422632932662964], "mean": [0.4741325080394745, 2.0222318172454834, -1.382420539855957, -0.4088335335254669, -1.1081502437591553, -0.9939517974853516, 0.9625883102416992, 396.5401611328125, 0.17773069441318512, 0.3544902503490448, -0.24322766065597534, -0.10281742364168167, 0.5585405230522156, -0.17398585379123688, -0.31866025924682617, -0.43663179874420166, -2.0360124111175537, 1.8619877099990845, 0.5576831102371216, 1.7487068176269531, 0.18776951730251312, -2.089327812194824, 486.159912109375, -0.17476923763751984, 0.35087206959724426, -0.22847923636436462, -0.3333630859851837, 0.6099823713302612, 0.3535204231739044, 0.4480554461479187], "std": [0.10888715833425522, 0.025687478482723236, 0.18394482135772705, 0.206455260515213, 0.4517538249492645, 0.09736065566539764, 0.2815229594707489, 268.9079895019531, 0.06005621328949928, 0.02905355952680111, 0.03348894417285919, 0.2200727015733719, 0.5039559006690979, 0.2826332151889801, 0.404177188873291, 0.2445443868637085, 0.022559793666005135, 0.4478100836277008, 0.3241676986217499, 1.1116496324539185, 0.9158584475517273, 0.9964166879653931, 345.272216796875, 0.10025783628225327, 0.04020041599869728, 0.04643825814127922, 0.16626159846782684, 0.26726216077804565, 0.26103800535202026, 0.15442657470703125], "count": [1357]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007369196757553427], "std": [0.02713626033827851], "count": [1357]}, "timestamp": {"min": [0.0], "max": [54.24], "mean": [27.119999999999997], "std": [15.669282051198135], "count": [1357]}, "frame_index": {"min": [0], "max": [1356], "mean": [678.0], "std": [391.73205127995334], "count": [1357]}, "episode_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [1357]}, "index": {"min": [216558], "max": [217914], "mean": [217236.0], "std": [391.73205127995334], "count": [1357]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1357]}}} +{"episode_index": 178, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47107226988017425]], [[0.4766959393479614]], [[0.46944447265017114]]], "std": [[[0.1475950403613809]], [[0.14565918419971136]], [[0.14590233002734795]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.4670749066293184]], [[0.4733557860644258]], [[0.4670580940709617]]], "std": [[[0.1109169301492728]], [[0.10776917075916327]], [[0.11108234822041826]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.47052795479302834]], [[0.47182596872082166]], [[0.46835301704014937]]], "std": [[[0.10578021770528107]], [[0.10442615462035616]], [[0.10716279802095084]]], "count": [210]}, "states": {"min": [0.47078514099121094, 1.931782841682434, -0.5412789583206177, -0.49441686272621155, -2.5901386737823486, -1.6120909452438354, 0.037716567516326904, 79.0, 0.09277699887752533, 0.2864780128002167, -0.2795720100402832, -0.4972555637359619, -0.6661047339439392, -0.523507297039032, -0.6720198392868042, -1.0775837898254395, -2.0526819229125977, -0.366396963596344, -0.2465801239013672, 0.8966803550720215, 1.0170034170150757, -1.6844173669815063, 50.0, -0.30374500155448914, 0.3172610104084015, -0.26289498805999756, -0.4799405336380005, 0.47165489196777344, -0.05793827772140503, 0.3274482786655426], "max": [0.9131911396980286, 2.03515887260437, 0.37459999322891235, 0.17493435740470886, -1.1930721998214722, -0.9018465876579285, 1.0122909545898438, 881.0, 0.2830820083618164, 0.41225698590278625, -0.1703130006790161, 0.48778003454208374, 0.8940948843955994, 0.5003552436828613, 0.6836512088775635, -0.4167846143245697, -1.9302469491958618, 1.5103206634521484, 1.063114881515503, 2.73470401763916, 1.671938180923462, -0.04745550826191902, 870.0, -0.036708999425172806, 0.40626901388168335, -0.128602996468544, 0.03347368538379669, 0.9324522614479065, 0.5234856605529785, 0.6637123823165894], "mean": [0.630574643611908, 2.019589424133301, -0.13911224901676178, -0.07008754462003708, -1.894580364227295, -1.1974862813949585, 0.6219605803489685, 645.35791015625, 0.18808023631572723, 0.36677372455596924, -0.23028473556041718, -0.20227357745170593, 0.5850728750228882, -0.27915331721305847, -0.4623105227947235, -0.6796876192092896, -2.0314273834228516, 0.7193878889083862, 0.40127259492874146, 1.977055311203003, 1.287777304649353, -1.1131173372268677, 511.1000671386719, -0.16637010872364044, 0.3603525757789612, -0.21134735643863678, -0.13763205707073212, 0.794394850730896, 0.22124652564525604, 0.47201481461524963], "std": [0.09865428507328033, 0.009494380094110966, 0.3920929431915283, 0.1794387698173523, 0.3924066424369812, 0.20055954158306122, 0.33041122555732727, 278.3272705078125, 0.03971583768725395, 0.03773071989417076, 0.026641452684998512, 0.22982513904571533, 0.34955865144729614, 0.24140873551368713, 0.3030311167240143, 0.21435867249965668, 0.022768694907426834, 0.35709720849990845, 0.3073956370353699, 0.4803602993488312, 0.14684855937957764, 0.3680826723575592, 256.9239501953125, 0.0893813893198967, 0.022210847586393356, 0.03214966505765915, 0.13769279420375824, 0.1336486041545868, 0.18059037625789642, 0.09386979043483734], "count": [1249]}, "actions": {"min": [0.47078514099121094, 1.931782841682434, -0.5412789583206177, -0.49441686272621155, -2.5901386737823486, -1.6120909452438354, 0.037716567516326904, 79.0, 0.09277699887752533, 0.2864780128002167, -0.2795720100402832, -0.4972555637359619, -0.6661047339439392, -0.523507297039032, -0.6720198392868042, -1.0775837898254395, -2.0526819229125977, -0.366396963596344, -0.2465801239013672, 0.8966803550720215, 1.0170034170150757, -1.6844173669815063, 50.0, -0.30374500155448914, 0.3172610104084015, -0.26289498805999756, -0.4799405336380005, 0.47165489196777344, -0.05793827772140503, 0.3274482786655426], "max": [0.9131911396980286, 2.03515887260437, 0.37459999322891235, 0.17493435740470886, -1.1930721998214722, -0.9018465876579285, 1.0122909545898438, 881.0, 0.2830820083618164, 0.41225698590278625, -0.1703130006790161, 0.48778003454208374, 0.8940948843955994, 0.5003552436828613, 0.6836512088775635, -0.4167846143245697, -1.9302469491958618, 1.5103206634521484, 1.063114881515503, 2.73470401763916, 1.671938180923462, -0.04745550826191902, 870.0, -0.036708999425172806, 0.40626901388168335, -0.128602996468544, 0.03347368538379669, 0.9324522614479065, 0.5234856605529785, 0.6637123823165894], "mean": [0.630574643611908, 2.019589424133301, -0.13911224901676178, -0.07008754462003708, -1.894580364227295, -1.1974862813949585, 0.6219605803489685, 645.35791015625, 0.18808023631572723, 0.36677372455596924, -0.23028473556041718, -0.20227357745170593, 0.5850728750228882, -0.27915331721305847, -0.4623105227947235, -0.6796876192092896, -2.0314273834228516, 0.7193878889083862, 0.40127259492874146, 1.977055311203003, 1.287777304649353, -1.1131173372268677, 511.1000671386719, -0.16637010872364044, 0.3603525757789612, -0.21134735643863678, -0.13763205707073212, 0.794394850730896, 0.22124652564525604, 0.47201481461524963], "std": [0.09865428507328033, 0.009494380094110966, 0.3920929431915283, 0.1794387698173523, 0.3924066424369812, 0.20055954158306122, 0.33041122555732727, 278.3272705078125, 0.03971583768725395, 0.03773071989417076, 0.026641452684998512, 0.22982513904571533, 0.34955865144729614, 0.24140873551368713, 0.3030311167240143, 0.21435867249965668, 0.022768694907426834, 0.35709720849990845, 0.3073956370353699, 0.4803602993488312, 0.14684855937957764, 0.3680826723575592, 256.9239501953125, 0.0893813893198967, 0.022210847586393356, 0.03214966505765915, 0.13769279420375824, 0.1336486041545868, 0.18059037625789642, 0.09386979043483734], "count": [1249]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008006405124099279], "std": [0.02828426218199471], "count": [1249]}, "timestamp": {"min": [0.0], "max": [49.92], "mean": [24.96], "std": [14.422205101855956], "count": [1249]}, "frame_index": {"min": [0], "max": [1248], "mean": [624.0], "std": [360.5551275463989], "count": [1249]}, "episode_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [1249]}, "index": {"min": [217915], "max": [219163], "mean": [218539.0], "std": [360.5551275463989], "count": [1249]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1249]}}} +{"episode_index": 179, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4798472415430136]], [[0.4839480256911323]], [[0.47869247510378027]]], "std": [[[0.13067179581213997]], [[0.130447990667614]], [[0.1300339339513152]]], "count": [296]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[1.0]], [[1.0]]], "mean": [[[0.4729084132386062]], [[0.47529635747880233]], [[0.4707498944256757]]], "std": [[[0.0767937448077372]], [[0.0748767570684206]], [[0.07900531617322935]]], "count": [296]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4790543162647942]], [[0.4802358896120385]], [[0.47515934546679034]]], "std": [[[0.10757331771877658]], [[0.10764422162356153]], [[0.1114288887127211]]], "count": [296]}, "states": {"min": [0.627271294593811, 1.887486219406128, -1.015554666519165, -0.4408701956272125, -2.5671002864837646, -1.6318130493164062, 0.32248449325561523, -1.0, 0.02934500016272068, 0.3175579905509949, -0.2694239914417267, -0.4266405701637268, 0.5923718810081482, -0.44158944487571716, -0.649708092212677, -1.074354887008667, -2.043309450149536, 2.1921160221099854, -0.7503171563148499, -0.9572956562042236, 0.8466591835021973, -1.2813509702682495, 65.0, -0.265625, 0.3019079864025116, -0.27197301387786865, -0.45668384432792664, 0.5137155652046204, -0.10723208636045456, 0.3400523364543915], "max": [1.0721732378005981, 2.0509541034698486, 0.09824459254741669, 0.13412855565547943, -0.8786686658859253, -0.8359603881835938, 1.352193832397461, 880.0, 0.21402600407600403, 0.43747198581695557, -0.14261600375175476, 0.024341948330402374, 0.9025018215179443, 0.012537607923150063, -0.41492971777915955, -0.4491081237792969, -1.9673177003860474, 2.860943555831909, 0.125593900680542, 0.07911577820777893, 1.7365504503250122, -0.14810864627361298, 903.0, -0.08829499781131744, 0.4216339886188507, -0.13673900067806244, -0.09737569093704224, 0.9037660956382751, 0.43368932604789734, 0.6625475883483887], "mean": [0.8266381025314331, 2.0124807357788086, -0.5753239393234253, -0.15436452627182007, -1.9342399835586548, -1.0834691524505615, 0.9984214305877686, 389.0752258300781, 0.12083978950977325, 0.40496590733528137, -0.20541851222515106, -0.15495897829532623, 0.7760357856750488, -0.2318861335515976, -0.5354514122009277, -0.6998220682144165, -2.0316905975341797, 2.7311460971832275, -0.17097912728786469, -0.5067988634109497, 1.2620763778686523, -0.6111076474189758, 454.86572265625, -0.18101760745048523, 0.370902955532074, -0.22325068712234497, -0.27674588561058044, 0.723724365234375, 0.2444070726633072, 0.5317567586898804], "std": [0.12878918647766113, 0.02510872296988964, 0.3282153606414795, 0.16052737832069397, 0.33495450019836426, 0.1339719593524933, 0.21715842187404633, 217.18399047851562, 0.05005244165658951, 0.027489710599184036, 0.02933657355606556, 0.07223490625619888, 0.08766849339008331, 0.12416484951972961, 0.07040738314390182, 0.19667251408100128, 0.008706469088792801, 0.23412001132965088, 0.20529285073280334, 0.36221030354499817, 0.16134682297706604, 0.24419769644737244, 324.59423828125, 0.04377319663763046, 0.028577333316206932, 0.021604983136057854, 0.08785822987556458, 0.11426352709531784, 0.167988583445549, 0.0902133658528328], "count": [1981]}, "actions": {"min": [0.627271294593811, 1.887486219406128, -1.015554666519165, -0.4408701956272125, -2.5671002864837646, -1.6318130493164062, 0.32248449325561523, -1.0, 0.02934500016272068, 0.3175579905509949, -0.2694239914417267, -0.4266405701637268, 0.5923718810081482, -0.44158944487571716, -0.649708092212677, -1.074354887008667, -2.043309450149536, 2.1921160221099854, -0.7503171563148499, -0.9572956562042236, 0.8466591835021973, -1.2813509702682495, 65.0, -0.265625, 0.3019079864025116, -0.27197301387786865, -0.45668384432792664, 0.5137155652046204, -0.10723208636045456, 0.3400523364543915], "max": [1.0721732378005981, 2.0509541034698486, 0.09824459254741669, 0.13412855565547943, -0.8786686658859253, -0.8359603881835938, 1.352193832397461, 880.0, 0.21402600407600403, 0.43747198581695557, -0.14261600375175476, 0.024341948330402374, 0.9025018215179443, 0.012537607923150063, -0.41492971777915955, -0.4491081237792969, -1.9673177003860474, 2.860943555831909, 0.125593900680542, 0.07911577820777893, 1.7365504503250122, -0.14810864627361298, 903.0, -0.08829499781131744, 0.4216339886188507, -0.13673900067806244, -0.09737569093704224, 0.9037660956382751, 0.43368932604789734, 0.6625475883483887], "mean": [0.8266381025314331, 2.0124807357788086, -0.5753239393234253, -0.15436452627182007, -1.9342399835586548, -1.0834691524505615, 0.9984214305877686, 389.0752258300781, 0.12083978950977325, 0.40496590733528137, -0.20541851222515106, -0.15495897829532623, 0.7760357856750488, -0.2318861335515976, -0.5354514122009277, -0.6998220682144165, -2.0316905975341797, 2.7311460971832275, -0.17097912728786469, -0.5067988634109497, 1.2620763778686523, -0.6111076474189758, 454.86572265625, -0.18101760745048523, 0.370902955532074, -0.22325068712234497, -0.27674588561058044, 0.723724365234375, 0.2444070726633072, 0.5317567586898804], "std": [0.12878918647766113, 0.02510872296988964, 0.3282153606414795, 0.16052737832069397, 0.33495450019836426, 0.1339719593524933, 0.21715842187404633, 217.18399047851562, 0.05005244165658951, 0.027489710599184036, 0.02933657355606556, 0.07223490625619888, 0.08766849339008331, 0.12416484951972961, 0.07040738314390182, 0.19667251408100128, 0.008706469088792801, 0.23412001132965088, 0.20529285073280334, 0.36221030354499817, 0.16134682297706604, 0.24419769644737244, 324.59423828125, 0.04377319663763046, 0.028577333316206932, 0.021604983136057854, 0.08785822987556458, 0.11426352709531784, 0.167988583445549, 0.0902133658528328], "count": [1981]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005047955577990914], "std": [0.022461984312253394], "count": [1981]}, "timestamp": {"min": [0.0], "max": [79.2], "mean": [39.599999999999994], "std": [22.874614750854278], "count": [1981]}, "frame_index": {"min": [0], "max": [1980], "mean": [990.0], "std": [571.8653687713569], "count": [1981]}, "episode_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [1981]}, "index": {"min": [219164], "max": [221144], "mean": [220154.0], "std": [571.8653687713569], "count": [1981]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1981]}}} +{"episode_index": 180, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8509803921568627]], [[1.0]], [[1.0]]], "mean": [[[0.4633317893129474]], [[0.4705273948120915]], [[0.464348006390056]]], "std": [[[0.14128444329343534]], [[0.13688733637866624]], [[0.13904740708321656]]], "count": [168]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.47054164478291316]], [[0.4711370579481793]], [[0.4649190045809991]]], "std": [[[0.08135847032911682]], [[0.08037800138240474]], [[0.08525276323523912]]], "count": [168]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[0.996078431372549]], [[0.8941176470588236]]], "mean": [[[0.4751101202633831]], [[0.47385569974517583]], [[0.47101731491207594]]], "std": [[[0.09490249344039767]], [[0.09312140222309552]], [[0.09654325624537492]]], "count": [168]}, "states": {"min": [0.25614452362060547, 1.944401502609253, -1.8663852214813232, -1.541649341583252, -2.546679973602295, -1.5448085069656372, 0.31894147396087646, 4.0, 0.009432000108063221, 0.305757999420166, -0.2851180136203766, -0.42487552762031555, -0.6144381761550903, -0.5217105150222778, -0.6207399368286133, -0.883642852306366, -2.0632410049438477, 0.7951196432113647, -0.03680899366736412, 0.2531425356864929, 0.9166818261146545, -2.5288949012756348, 24.0, -0.3428860008716583, 0.26365000009536743, -0.26880601048469543, -0.4997103214263916, -0.40265628695487976, -0.5936757922172546, -0.6835797429084778], "max": [0.7734601497650146, 2.039539337158203, -1.110500693321228, -0.14727088809013367, -0.2620786428451538, -0.8480032086372375, 2.375847101211548, 820.0, 0.289561003446579, 0.42365899682044983, -0.13389499485492706, 0.42566728591918945, 0.9778748750686646, 0.5327141284942627, 0.6333815455436707, -0.14763739705085754, -1.9035958051681519, 1.5893142223358154, 1.3916034698486328, 2.7405858039855957, 1.6694947481155396, -0.41640064120292664, 903.0, -0.021640999242663383, 0.3989410102367401, -0.0838719978928566, 0.5798274874687195, 0.9626057147979736, 0.5988222360610962, 0.733884871006012], "mean": [0.4545641541481018, 2.0201563835144043, -1.330417513847351, -0.6232538223266602, -1.3021513223648071, -1.1022180318832397, 1.1837246417999268, 487.9430236816406, 0.19234010577201843, 0.3529092073440552, -0.21584531664848328, 0.026778964325785637, 0.3925969898700714, 0.008921840228140354, -0.0935802310705185, -0.534406840801239, -2.0385355949401855, 1.127295732498169, 0.3581050932407379, 1.2071282863616943, 1.292833685874939, -0.9978625178337097, 525.4021606445312, -0.205171138048172, 0.3342181146144867, -0.2168138176202774, -0.05878414213657379, 0.5058537125587463, 0.09938795119524002, 0.22644349932670593], "std": [0.10011434555053711, 0.010716517455875874, 0.2050347626209259, 0.4599744379520416, 0.7876145243644714, 0.17019528150558472, 0.6790808439254761, 264.67437744140625, 0.08136046677827835, 0.025954384356737137, 0.041101761162281036, 0.2784971296787262, 0.6409373879432678, 0.3694431781768799, 0.45985305309295654, 0.22759313881397247, 0.021688533946871758, 0.24900498986244202, 0.42073768377304077, 0.907810628414154, 0.13111355900764465, 0.6929376125335693, 316.2915954589844, 0.11137841641902924, 0.03567000851035118, 0.04530171677470207, 0.343721479177475, 0.47937092185020447, 0.3966478705406189, 0.4174101650714874], "count": [930]}, "actions": {"min": [0.25614452362060547, 1.944401502609253, -1.8663852214813232, -1.541649341583252, -2.546679973602295, -1.5448085069656372, 0.31894147396087646, 4.0, 0.009432000108063221, 0.305757999420166, -0.2851180136203766, -0.42487552762031555, -0.6144381761550903, -0.5217105150222778, -0.6207399368286133, -0.883642852306366, -2.0632410049438477, 0.7951196432113647, -0.03680899366736412, 0.2531425356864929, 0.9166818261146545, -2.5288949012756348, 24.0, -0.3428860008716583, 0.26365000009536743, -0.26880601048469543, -0.4997103214263916, -0.40265628695487976, -0.5936757922172546, -0.6835797429084778], "max": [0.7734601497650146, 2.039539337158203, -1.110500693321228, -0.14727088809013367, -0.2620786428451538, -0.8480032086372375, 2.375847101211548, 820.0, 0.289561003446579, 0.42365899682044983, -0.13389499485492706, 0.42566728591918945, 0.9778748750686646, 0.5327141284942627, 0.6333815455436707, -0.14763739705085754, -1.9035958051681519, 1.5893142223358154, 1.3916034698486328, 2.7405858039855957, 1.6694947481155396, -0.41640064120292664, 903.0, -0.021640999242663383, 0.3989410102367401, -0.0838719978928566, 0.5798274874687195, 0.9626057147979736, 0.5988222360610962, 0.733884871006012], "mean": [0.4545641541481018, 2.0201563835144043, -1.330417513847351, -0.6232538223266602, -1.3021513223648071, -1.1022180318832397, 1.1837246417999268, 487.9430236816406, 0.19234010577201843, 0.3529092073440552, -0.21584531664848328, 0.026778964325785637, 0.3925969898700714, 0.008921840228140354, -0.0935802310705185, -0.534406840801239, -2.0385355949401855, 1.127295732498169, 0.3581050932407379, 1.2071282863616943, 1.292833685874939, -0.9978625178337097, 525.4021606445312, -0.205171138048172, 0.3342181146144867, -0.2168138176202774, -0.05878414213657379, 0.5058537125587463, 0.09938795119524002, 0.22644349932670593], "std": [0.10011434555053711, 0.010716517455875874, 0.2050347626209259, 0.4599744379520416, 0.7876145243644714, 0.17019528150558472, 0.6790808439254761, 264.67437744140625, 0.08136046677827835, 0.025954384356737137, 0.041101761162281036, 0.2784971296787262, 0.6409373879432678, 0.3694431781768799, 0.45985305309295654, 0.22759313881397247, 0.021688533946871758, 0.24900498986244202, 0.42073768377304077, 0.907810628414154, 0.13111355900764465, 0.6929376125335693, 316.2915954589844, 0.11137841641902924, 0.03567000851035118, 0.04530171677470207, 0.343721479177475, 0.47937092185020447, 0.3966478705406189, 0.4174101650714874], "count": [930]}, "next.done": {"min": [false], "max": [true], "mean": [0.001075268817204301], "std": [0.032773657320705744], "count": [930]}, "timestamp": {"min": [0.0], "max": [37.16], "mean": [18.58], "std": [10.738708798857834], "count": [930]}, "frame_index": {"min": [0], "max": [929], "mean": [464.5], "std": [268.4677199714459], "count": [930]}, "episode_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [930]}, "index": {"min": [221145], "max": [222074], "mean": [221609.5], "std": [268.4677199714459], "count": [930]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [930]}}} +{"episode_index": 181, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4741646143986537]], [[0.4800144062365465]], [[0.4740857684141521]]], "std": [[[0.1256008285698262]], [[0.12487812912885575]], [[0.12579564182809053]]], "count": [167]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8352941176470589]], [[1.0]], [[1.0]]], "mean": [[[0.468204576141834]], [[0.47244297556847087]], [[0.46628680873547024]]], "std": [[[0.09447507968627993]], [[0.09092453063932075]], [[0.09483712750116566]]], "count": [167]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4767755065848695]], [[0.47864103288521]], [[0.4745465319361277]]], "std": [[[0.10018243419470092]], [[0.0995957824227037]], [[0.1040978683208695]]], "count": [167]}, "states": {"min": [0.4179714620113373, 1.8028204441070557, -1.6862672567367554, -0.8768359422683716, 0.8280366063117981, 0.6905220746994019, -2.9305477142333984, 2.0, 0.005020999815315008, 0.29632899165153503, -0.22961699962615967, -0.4999896287918091, -0.5906565189361572, -0.4511421024799347, -0.6023290157318115, -1.0994527339935303, -2.055596351623535, -2.551985740661621, -1.2404577732086182, 0.6211103796958923, -1.7839183807373047, 0.9267873167991638, -1.0, -0.26987698674201965, 0.3288179934024811, -0.23738400638103485, -0.43303799629211426, 0.44753777980804443, 0.0314703993499279, 0.1068599745631218], "max": [1.0532538890838623, 2.0356125831604004, -0.8357684016227722, -0.07148869335651398, 2.860245704650879, 1.6365079879760742, -1.4755886793136597, 902.0, 0.28205400705337524, 0.4806379973888397, -0.10029300302267075, 0.45111018419265747, 0.9561456441879272, 0.44632765650749207, 0.5919451713562012, -0.4335746765136719, -2.0078094005584717, -1.2592551708221436, 0.0368788056075573, 2.871695041656494, -0.824860155582428, 2.670790195465088, 894.0, 0.004052000120282173, 0.41207098960876465, -0.08428200334310532, 0.06646474450826645, 0.9880611896514893, 0.5615324974060059, 0.6976364850997925], "mean": [0.7564254403114319, 1.989315390586853, -1.222115159034729, -0.4142111837863922, 1.7239389419555664, 1.0895181894302368, -1.9639291763305664, 655.1650390625, 0.14743667840957642, 0.4059922993183136, -0.18573205173015594, -0.1573123335838318, 0.7723160982131958, -0.24645249545574188, -0.4349062442779541, -0.6849590539932251, -2.0394608974456787, -2.2422468662261963, -0.609885036945343, 1.940193772315979, -1.2975577116012573, 1.601562738418579, 599.400634765625, -0.17727071046829224, 0.3783732056617737, -0.18792594969272614, -0.10429219156503677, 0.771264910697937, 0.3344404399394989, 0.4124738276004791], "std": [0.1683235764503479, 0.057251937687397, 0.2047349363565445, 0.20583957433700562, 0.7308884263038635, 0.294526070356369, 0.5743754506111145, 342.7613830566406, 0.08541669696569443, 0.05067384988069534, 0.026256030425429344, 0.21341460943222046, 0.1905030906200409, 0.17497625946998596, 0.1282394528388977, 0.1717313826084137, 0.008601764217019081, 0.32718122005462646, 0.325215607881546, 0.6348282098770142, 0.27357155084609985, 0.4972595274448395, 342.65521240234375, 0.08248380571603775, 0.02140628732740879, 0.04161009564995766, 0.1561817079782486, 0.17331276834011078, 0.17480292916297913, 0.16523130238056183], "count": [921]}, "actions": {"min": [0.4179714620113373, 1.8028204441070557, -1.6862672567367554, -0.8768359422683716, 0.8280366063117981, 0.6905220746994019, -2.9305477142333984, 2.0, 0.005020999815315008, 0.29632899165153503, -0.22961699962615967, -0.4999896287918091, -0.5906565189361572, -0.4511421024799347, -0.6023290157318115, -1.0994527339935303, -2.055596351623535, -2.551985740661621, -1.2404577732086182, 0.6211103796958923, -1.7839183807373047, 0.9267873167991638, -1.0, -0.26987698674201965, 0.3288179934024811, -0.23738400638103485, -0.43303799629211426, 0.44753777980804443, 0.0314703993499279, 0.1068599745631218], "max": [1.0532538890838623, 2.0356125831604004, -0.8357684016227722, -0.07148869335651398, 2.860245704650879, 1.6365079879760742, -1.4755886793136597, 902.0, 0.28205400705337524, 0.4806379973888397, -0.10029300302267075, 0.45111018419265747, 0.9561456441879272, 0.44632765650749207, 0.5919451713562012, -0.4335746765136719, -2.0078094005584717, -1.2592551708221436, 0.0368788056075573, 2.871695041656494, -0.824860155582428, 2.670790195465088, 894.0, 0.004052000120282173, 0.41207098960876465, -0.08428200334310532, 0.06646474450826645, 0.9880611896514893, 0.5615324974060059, 0.6976364850997925], "mean": [0.7564254403114319, 1.989315390586853, -1.222115159034729, -0.4142111837863922, 1.7239389419555664, 1.0895181894302368, -1.9639291763305664, 655.1650390625, 0.14743667840957642, 0.4059922993183136, -0.18573205173015594, -0.1573123335838318, 0.7723160982131958, -0.24645249545574188, -0.4349062442779541, -0.6849590539932251, -2.0394608974456787, -2.2422468662261963, -0.609885036945343, 1.940193772315979, -1.2975577116012573, 1.601562738418579, 599.400634765625, -0.17727071046829224, 0.3783732056617737, -0.18792594969272614, -0.10429219156503677, 0.771264910697937, 0.3344404399394989, 0.4124738276004791], "std": [0.1683235764503479, 0.057251937687397, 0.2047349363565445, 0.20583957433700562, 0.7308884263038635, 0.294526070356369, 0.5743754506111145, 342.7613830566406, 0.08541669696569443, 0.05067384988069534, 0.026256030425429344, 0.21341460943222046, 0.1905030906200409, 0.17497625946998596, 0.1282394528388977, 0.1717313826084137, 0.008601764217019081, 0.32718122005462646, 0.325215607881546, 0.6348282098770142, 0.27357155084609985, 0.4972595274448395, 342.65521240234375, 0.08248380571603775, 0.02140628732740879, 0.04161009564995766, 0.1561817079782486, 0.17331276834011078, 0.17480292916297913, 0.16523130238056183], "count": [921]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010857763300760044], "std": [0.032933226684262976], "count": [921]}, "timestamp": {"min": [0.0], "max": [36.8], "mean": [18.400000000000002], "std": [10.634785689738495], "count": [921]}, "frame_index": {"min": [0], "max": [920], "mean": [460.0], "std": [265.86964224346235], "count": [921]}, "episode_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [921]}, "index": {"min": [222075], "max": [222995], "mean": [222535.0], "std": [265.86964224346235], "count": [921]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [921]}}} +{"episode_index": 182, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46040080943907247]], [[0.4693544996194825]], [[0.46386065085280687]]], "std": [[[0.1454788420143874]], [[0.14418512499930589]], [[0.14538856131899125]]], "count": [146]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.4687613203957382]], [[0.47350975635688064]], [[0.4702126729116304]]], "std": [[[0.10081364908972729]], [[0.09663500547014693]], [[0.09828005487944154]]], "count": [146]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.46770052293177544]], [[0.4675062883315427]], [[0.46441705697690033]]], "std": [[[0.11691225374831941]], [[0.11442264457000612]], [[0.11597683356885184]]], "count": [146]}, "states": {"min": [0.4991816282272339, 1.876368761062622, -1.9679460525512695, -0.6439915895462036, -1.2681562900543213, -1.3917604684829712, 0.27321386337280273, 3.0, 0.03973200172185898, 0.32530900835990906, -0.2798759937286377, -0.3301027715206146, -0.6329736113548279, -0.4159432649612427, -0.6373584866523743, -0.8779529929161072, -2.055509328842163, 0.8078954815864563, -0.11510446667671204, 0.2801777124404907, 0.9972288608551025, -1.8420379161834717, 17.0, -0.2802320122718811, 0.33150699734687805, -0.27894601225852966, -0.4592897593975067, 0.4636295735836029, -0.12268929928541183, 0.23976477980613708], "max": [0.8360650539398193, 2.054863452911377, -1.2022178173065186, -0.041294489055871964, -0.025970501825213432, -0.7187091112136841, 1.2634090185165405, 891.0, 0.20779000222682953, 0.40877100825309753, -0.18055599927902222, 0.4610855281352997, 0.9119780659675598, 0.47041672468185425, 0.6530643105506897, -0.1946914941072464, -1.7378418445587158, 1.436301350593567, 1.2873200178146362, 2.624346971511841, 1.519815444946289, -0.38468801975250244, 907.0, -0.07768700271844864, 0.40217599272727966, -0.13511699438095093, -0.034046828746795654, 0.9394856095314026, 0.5488302111625671, 0.6270418763160706], "mean": [0.630415678024292, 2.018676519393921, -1.5157407522201538, -0.31737229228019714, -1.0094841718673706, -0.9910522699356079, 1.046120047569275, 592.0933837890625, 0.12864287197589874, 0.3784797191619873, -0.2273475080728531, -0.08712504059076309, 0.6427739858627319, -0.21166399121284485, -0.43048566579818726, -0.5274429321289062, -2.0284557342529297, 1.167885422706604, 0.3827555775642395, 1.1700732707977295, 1.1698334217071533, -0.9501880407333374, 588.1763916015625, -0.20414607226848602, 0.3616114556789398, -0.22278080880641937, -0.24948713183403015, 0.6916067600250244, 0.33912748098373413, 0.48840174078941345], "std": [0.09759671241044998, 0.032079678028821945, 0.2605188190937042, 0.09905701130628586, 0.2776310443878174, 0.1287633627653122, 0.21574288606643677, 266.5318298339844, 0.051875121891498566, 0.020726019516587257, 0.02387836016714573, 0.16243208944797516, 0.3948799967765808, 0.22398054599761963, 0.34154146909713745, 0.15224292874336243, 0.0493910051882267, 0.1449444741010666, 0.3722224235534668, 0.8141400218009949, 0.15770450234413147, 0.43918389081954956, 285.89813232421875, 0.062090858817100525, 0.017758043482899666, 0.04048621654510498, 0.12468072772026062, 0.16857658326625824, 0.2198457270860672, 0.1166052520275116], "count": [771]}, "actions": {"min": [0.4991816282272339, 1.876368761062622, -1.9679460525512695, -0.6439915895462036, -1.2681562900543213, -1.3917604684829712, 0.27321386337280273, 3.0, 0.03973200172185898, 0.32530900835990906, -0.2798759937286377, -0.3301027715206146, -0.6329736113548279, -0.4159432649612427, -0.6373584866523743, -0.8779529929161072, -2.055509328842163, 0.8078954815864563, -0.11510446667671204, 0.2801777124404907, 0.9972288608551025, -1.8420379161834717, 17.0, -0.2802320122718811, 0.33150699734687805, -0.27894601225852966, -0.4592897593975067, 0.4636295735836029, -0.12268929928541183, 0.23976477980613708], "max": [0.8360650539398193, 2.054863452911377, -1.2022178173065186, -0.041294489055871964, -0.025970501825213432, -0.7187091112136841, 1.2634090185165405, 891.0, 0.20779000222682953, 0.40877100825309753, -0.18055599927902222, 0.4610855281352997, 0.9119780659675598, 0.47041672468185425, 0.6530643105506897, -0.1946914941072464, -1.7378418445587158, 1.436301350593567, 1.2873200178146362, 2.624346971511841, 1.519815444946289, -0.38468801975250244, 907.0, -0.07768700271844864, 0.40217599272727966, -0.13511699438095093, -0.034046828746795654, 0.9394856095314026, 0.5488302111625671, 0.6270418763160706], "mean": [0.630415678024292, 2.018676519393921, -1.5157407522201538, -0.31737229228019714, -1.0094841718673706, -0.9910522699356079, 1.046120047569275, 592.0933837890625, 0.12864287197589874, 0.3784797191619873, -0.2273475080728531, -0.08712504059076309, 0.6427739858627319, -0.21166399121284485, -0.43048566579818726, -0.5274429321289062, -2.0284557342529297, 1.167885422706604, 0.3827555775642395, 1.1700732707977295, 1.1698334217071533, -0.9501880407333374, 588.1763916015625, -0.20414607226848602, 0.3616114556789398, -0.22278080880641937, -0.24948713183403015, 0.6916067600250244, 0.33912748098373413, 0.48840174078941345], "std": [0.09759671241044998, 0.032079678028821945, 0.2605188190937042, 0.09905701130628586, 0.2776310443878174, 0.1287633627653122, 0.21574288606643677, 266.5318298339844, 0.051875121891498566, 0.020726019516587257, 0.02387836016714573, 0.16243208944797516, 0.3948799967765808, 0.22398054599761963, 0.34154146909713745, 0.15224292874336243, 0.0493910051882267, 0.1449444741010666, 0.3722224235534668, 0.8141400218009949, 0.15770450234413147, 0.43918389081954956, 285.89813232421875, 0.062090858817100525, 0.017758043482899666, 0.04048621654510498, 0.12468072772026062, 0.16857658326625824, 0.2198457270860672, 0.1166052520275116], "count": [771]}, "next.done": {"min": [false], "max": [true], "mean": [0.0012970168612191958], "std": [0.03599075726462155], "count": [771]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.902733662570538], "count": [771]}, "frame_index": {"min": [0], "max": [770], "mean": [385.0], "std": [222.5683415642635], "count": [771]}, "episode_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [771]}, "index": {"min": [222996], "max": [223766], "mean": [223381.0], "std": [222.5683415642635], "count": [771]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [771]}}} +{"episode_index": 183, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4702141975308642]], [[0.4754666371641249]], [[0.4689386347131445]]], "std": [[[0.13869427422689182]], [[0.1361035464089541]], [[0.13792281196914558]]], "count": [180]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7294117647058823]], [[0.7137254901960784]]], "mean": [[[0.46666445624546116]], [[0.47425367420116193]], [[0.46800034495279597]]], "std": [[[0.068465699023137]], [[0.06566381260969373]], [[0.07036851576402055]]], "count": [180]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.46883126134713143]], [[0.46903299745824256]], [[0.46514457947530863]]], "std": [[[0.1064957087646842]], [[0.10438941350870626]], [[0.10765470941691163]]], "count": [180]}, "states": {"min": [0.19406317174434662, 1.9657644033432007, -1.5362738370895386, -0.8828747868537903, -1.82334566116333, -1.2839515209197998, 0.38491493463516235, -4.0, 0.05823000147938728, 0.3019990026950836, -0.28235098719596863, -0.4312170743942261, -0.6379563808441162, -0.5025006532669067, -0.6478385925292969, -0.9450609087944031, -2.0543224811553955, -1.9176805019378662, -1.409859538078308, -0.3943047821521759, -1.5241261720657349, 0.6218258738517761, 19.0, -0.2985610067844391, 0.3297860026359558, -0.2744390070438385, -0.43887752294540405, 0.3503319025039673, -0.06450825184583664, 0.10812558233737946], "max": [0.8637635111808777, 2.072735548019409, -0.9783094525337219, -0.12418018281459808, -0.24987879395484924, -0.667064905166626, 1.4045014381408691, 879.0, 0.29319700598716736, 0.38957101106643677, -0.18484799563884735, 0.4685947299003601, 0.8967867493629456, 0.44745945930480957, 0.6506341695785522, -0.19488348066806793, -1.8598753213882446, -1.398497462272644, -0.2882760465145111, 2.702066659927368, -0.24190261960029602, 2.6859047412872314, 893.0, -0.005805000197142363, 0.4354569911956787, -0.08702799677848816, -0.059307534247636795, 0.9853365421295166, 0.6024247407913208, 0.6783534288406372], "mean": [0.5037655234336853, 2.0317187309265137, -1.3119113445281982, -0.3044552505016327, -0.9712496399879456, -1.1122726202011108, 0.7471514940261841, 497.90570068359375, 0.1865033209323883, 0.35151606798171997, -0.23413603007793427, 0.05968692526221275, 0.3026687800884247, 0.028417840600013733, -0.0921105146408081, -0.5243880748748779, -2.0297393798828125, -1.509872317314148, -0.6298797726631165, 0.8233056664466858, -1.0467885732650757, 2.0036330223083496, 595.1473388671875, -0.1777573972940445, 0.3770507276058197, -0.19410192966461182, -0.26772743463516235, 0.6461096405982971, 0.36320993304252625, 0.45538100600242615], "std": [0.16297930479049683, 0.016041794791817665, 0.11433269828557968, 0.22350139915943146, 0.587283730506897, 0.13154008984565735, 0.3127773404121399, 246.7216339111328, 0.0735924243927002, 0.020100776106119156, 0.024668216705322266, 0.3086323142051697, 0.6518526077270508, 0.3244321942329407, 0.5197265148162842, 0.23455050587654114, 0.02452455833554268, 0.1332479864358902, 0.34817662835121155, 1.2356672286987305, 0.24091631174087524, 0.7558711767196655, 292.36749267578125, 0.08880209177732468, 0.027105700224637985, 0.045119088143110275, 0.1465136557817459, 0.2475067675113678, 0.22102247178554535, 0.19998659193515778], "count": [1018]}, "actions": {"min": [0.19406317174434662, 1.9657644033432007, -1.5362738370895386, -0.8828747868537903, -1.82334566116333, -1.2839515209197998, 0.38491493463516235, -4.0, 0.05823000147938728, 0.3019990026950836, -0.28235098719596863, -0.4312170743942261, -0.6379563808441162, -0.5025006532669067, -0.6478385925292969, -0.9450609087944031, -2.0543224811553955, -1.9176805019378662, -1.409859538078308, -0.3943047821521759, -1.5241261720657349, 0.6218258738517761, 19.0, -0.2985610067844391, 0.3297860026359558, -0.2744390070438385, -0.43887752294540405, 0.3503319025039673, -0.06450825184583664, 0.10812558233737946], "max": [0.8637635111808777, 2.072735548019409, -0.9783094525337219, -0.12418018281459808, -0.24987879395484924, -0.667064905166626, 1.4045014381408691, 879.0, 0.29319700598716736, 0.38957101106643677, -0.18484799563884735, 0.4685947299003601, 0.8967867493629456, 0.44745945930480957, 0.6506341695785522, -0.19488348066806793, -1.8598753213882446, -1.398497462272644, -0.2882760465145111, 2.702066659927368, -0.24190261960029602, 2.6859047412872314, 893.0, -0.005805000197142363, 0.4354569911956787, -0.08702799677848816, -0.059307534247636795, 0.9853365421295166, 0.6024247407913208, 0.6783534288406372], "mean": [0.5037655234336853, 2.0317187309265137, -1.3119113445281982, -0.3044552505016327, -0.9712496399879456, -1.1122726202011108, 0.7471514940261841, 497.90570068359375, 0.1865033209323883, 0.35151606798171997, -0.23413603007793427, 0.05968692526221275, 0.3026687800884247, 0.028417840600013733, -0.0921105146408081, -0.5243880748748779, -2.0297393798828125, -1.509872317314148, -0.6298797726631165, 0.8233056664466858, -1.0467885732650757, 2.0036330223083496, 595.1473388671875, -0.1777573972940445, 0.3770507276058197, -0.19410192966461182, -0.26772743463516235, 0.6461096405982971, 0.36320993304252625, 0.45538100600242615], "std": [0.16297930479049683, 0.016041794791817665, 0.11433269828557968, 0.22350139915943146, 0.587283730506897, 0.13154008984565735, 0.3127773404121399, 246.7216339111328, 0.0735924243927002, 0.020100776106119156, 0.024668216705322266, 0.3086323142051697, 0.6518526077270508, 0.3244321942329407, 0.5197265148162842, 0.23455050587654114, 0.02452455833554268, 0.1332479864358902, 0.34817662835121155, 1.2356672286987305, 0.24091631174087524, 0.7558711767196655, 292.36749267578125, 0.08880209177732468, 0.027105700224637985, 0.045119088143110275, 0.1465136557817459, 0.2475067675113678, 0.22102247178554535, 0.19998659193515778], "count": [1018]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009823182711198428], "std": [0.03132655936955201], "count": [1018]}, "timestamp": {"min": [0.0], "max": [40.68], "mean": [20.34], "std": [11.75484580928223], "count": [1018]}, "frame_index": {"min": [0], "max": [1017], "mean": [508.5], "std": [293.87114523205577], "count": [1018]}, "episode_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [1018]}, "index": {"min": [223767], "max": [224784], "mean": [224275.5], "std": [293.87114523205577], "count": [1018]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1018]}}} +{"episode_index": 184, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.47430504725564465]], [[0.47871267593211525]], [[0.47521750594177065]]], "std": [[[0.12914159318922958]], [[0.12833296686981358]], [[0.1294692802409487]]], "count": [176]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748307396111854]], [[0.4779526967747326]], [[0.4707694558173648]]], "std": [[[0.08586641359854712]], [[0.08500264947966056]], [[0.09007781220473084]]], "count": [176]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47758531431038326]], [[0.477505626114082]], [[0.47382714321524066]]], "std": [[[0.09697723368182515]], [[0.09656688227206052]], [[0.10096218719638828]]], "count": [176]}, "states": {"min": [0.5216091275215149, 1.9339295625686646, -1.3760350942611694, -0.6578495502471924, 1.0374237298965454, 0.6536607146263123, -2.8601932525634766, -4.0, 0.0463160015642643, 0.3376449942588806, -0.2501330077648163, -0.4666394889354706, 0.5450750589370728, -0.5445291996002197, -0.562785267829895, -1.1722155809402466, -2.054392099380493, -2.4759414196014404, -1.083221197128296, 0.6461907029151917, -1.7363582849502563, 0.5362873077392578, -1.0, -0.24249400198459625, 0.33335599303245544, -0.23127199709415436, -0.40558964014053345, 0.421501487493515, 0.04480265825986862, 0.01240861602127552], "max": [0.9403136372566223, 2.043274402618408, -0.7860090732574463, 0.004590216092765331, 2.615602970123291, 1.488120198249817, -1.700142741203308, 893.0, 0.24081599712371826, 0.472135990858078, -0.15630599856376648, 0.05178879573941231, 0.9291933178901672, 0.027518494054675102, -0.36776915192604065, -0.47919762134552, -1.9982974529266357, -1.2455193996429443, 0.07365289330482483, 2.5033957958221436, -0.9410117268562317, 2.616842031478882, 899.0, 0.011667000129818916, 0.4197640120983124, -0.10263799875974655, 0.1515919715166092, 0.9944506287574768, 0.5310885906219482, 0.6986613869667053], "mean": [0.7586169242858887, 2.0157129764556885, -1.0607044696807861, -0.28323760628700256, 1.7276140451431274, 1.007851004600525, -2.1179537773132324, 652.9031982421875, 0.15011021494865417, 0.4100678861141205, -0.207246795296669, -0.18943378329277039, 0.754397451877594, -0.2841952443122864, -0.47870200872421265, -0.7587608695030212, -2.040092706680298, -2.076223611831665, -0.5192402601242065, 1.810450792312622, -1.3230963945388794, 1.5329554080963135, 620.7086791992188, -0.1369127482175827, 0.3789289593696594, -0.18610094487667084, -0.06483149528503418, 0.774409830570221, 0.31554150581359863, 0.41005298495292664], "std": [0.10370749235153198, 0.021161196753382683, 0.1654592901468277, 0.1733066737651825, 0.5456485748291016, 0.24345089495182037, 0.41746270656585693, 330.994140625, 0.0605534091591835, 0.044577278196811676, 0.02026798576116562, 0.17153742909431458, 0.12692226469516754, 0.19103805720806122, 0.05518900603055954, 0.19032222032546997, 0.008035164326429367, 0.3440515398979187, 0.2984430491924286, 0.6419670581817627, 0.24224063754081726, 0.6056747436523438, 323.4716491699219, 0.07296578586101532, 0.024807052686810493, 0.034520670771598816, 0.1738748848438263, 0.18619005382061005, 0.14829806983470917, 0.20367871224880219], "count": [992]}, "actions": {"min": [0.5216091275215149, 1.9339295625686646, -1.3760350942611694, -0.6578495502471924, 1.0374237298965454, 0.6536607146263123, -2.8601932525634766, -4.0, 0.0463160015642643, 0.3376449942588806, -0.2501330077648163, -0.4666394889354706, 0.5450750589370728, -0.5445291996002197, -0.562785267829895, -1.1722155809402466, -2.054392099380493, -2.4759414196014404, -1.083221197128296, 0.6461907029151917, -1.7363582849502563, 0.5362873077392578, -1.0, -0.24249400198459625, 0.33335599303245544, -0.23127199709415436, -0.40558964014053345, 0.421501487493515, 0.04480265825986862, 0.01240861602127552], "max": [0.9403136372566223, 2.043274402618408, -0.7860090732574463, 0.004590216092765331, 2.615602970123291, 1.488120198249817, -1.700142741203308, 893.0, 0.24081599712371826, 0.472135990858078, -0.15630599856376648, 0.05178879573941231, 0.9291933178901672, 0.027518494054675102, -0.36776915192604065, -0.47919762134552, -1.9982974529266357, -1.2455193996429443, 0.07365289330482483, 2.5033957958221436, -0.9410117268562317, 2.616842031478882, 899.0, 0.011667000129818916, 0.4197640120983124, -0.10263799875974655, 0.1515919715166092, 0.9944506287574768, 0.5310885906219482, 0.6986613869667053], "mean": [0.7586169242858887, 2.0157129764556885, -1.0607044696807861, -0.28323760628700256, 1.7276140451431274, 1.007851004600525, -2.1179537773132324, 652.9031982421875, 0.15011021494865417, 0.4100678861141205, -0.207246795296669, -0.18943378329277039, 0.754397451877594, -0.2841952443122864, -0.47870200872421265, -0.7587608695030212, -2.040092706680298, -2.076223611831665, -0.5192402601242065, 1.810450792312622, -1.3230963945388794, 1.5329554080963135, 620.7086791992188, -0.1369127482175827, 0.3789289593696594, -0.18610094487667084, -0.06483149528503418, 0.774409830570221, 0.31554150581359863, 0.41005298495292664], "std": [0.10370749235153198, 0.021161196753382683, 0.1654592901468277, 0.1733066737651825, 0.5456485748291016, 0.24345089495182037, 0.41746270656585693, 330.994140625, 0.0605534091591835, 0.044577278196811676, 0.02026798576116562, 0.17153742909431458, 0.12692226469516754, 0.19103805720806122, 0.05518900603055954, 0.19032222032546997, 0.008035164326429367, 0.3440515398979187, 0.2984430491924286, 0.6419670581817627, 0.24224063754081726, 0.6056747436523438, 323.4716491699219, 0.07296578586101532, 0.024807052686810493, 0.034520670771598816, 0.1738748848438263, 0.18619005382061005, 0.14829806983470917, 0.20367871224880219], "count": [992]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010080645161290322], "std": [0.03173402467479273], "count": [992]}, "timestamp": {"min": [0.0], "max": [39.64], "mean": [19.82], "std": [11.4546235206575], "count": [992]}, "frame_index": {"min": [0], "max": [991], "mean": [495.5], "std": [286.36558801643747], "count": [992]}, "episode_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [992]}, "index": {"min": [224785], "max": [225776], "mean": [225280.5], "std": [286.36558801643747], "count": [992]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [992]}}} +{"episode_index": 185, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4689938170969745]], [[0.47462567374234765]], [[0.4713428877206991]]], "std": [[[0.12319084440720891]], [[0.12388334025380283]], [[0.1239792323990997]]], "count": [221]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7098039215686275]], [[1.0]], [[1.0]]], "mean": [[[0.4747005247611865]], [[0.4787949679117499]], [[0.47219033914470765]]], "std": [[[0.0925656468115281]], [[0.09088936985084275]], [[0.09645014806887989]]], "count": [221]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.48056768938721794]], [[0.47858703937834557]], [[0.47376288243427084]]], "std": [[[0.13025277188124784]], [[0.13348528603433174]], [[0.13894312725794256]]], "count": [221]}, "states": {"min": [0.5046968460083008, 2.000112295150757, -0.11198031902313232, -0.275988906621933, -2.7988274097442627, -1.6953257322311401, 0.44685667753219604, -3.0, 0.04194800183176994, 0.2934719920158386, -0.2752009928226471, -0.4122416377067566, -0.6771335005760193, -0.5277014374732971, -0.67813640832901, -0.9099273681640625, -2.0477774143218994, -2.741318702697754, -1.2191299200057983, 0.09773843735456467, -1.4662163257598877, 1.5534652471542358, 19.0, -0.35898301005363464, 0.29068100452423096, -0.26949000358581543, -0.49904268980026245, 0.2903813421726227, -0.05320088565349579, 0.273028701543808], "max": [0.9643118977546692, 2.031057119369507, 0.739618182182312, 0.13671165704727173, -1.680368185043335, -0.826518177986145, 1.0168462991714478, 888.0, 0.27461400628089905, 0.41454100608825684, -0.1972920000553131, 0.38028764724731445, 0.8840057253837585, 0.532753586769104, 0.6803439259529114, -0.1889318823814392, -1.9272973537445068, -1.8604687452316284, 0.07333873957395554, 2.455364227294922, -0.9459336400032043, 2.758615255355835, 894.0, -0.08630199730396271, 0.4561919867992401, -0.10878100246191025, -0.013990570791065693, 0.9581088423728943, 0.6357590556144714, 0.6641378402709961], "mean": [0.7532745003700256, 2.0186567306518555, 0.22015829384326935, 0.012963218614459038, -2.687539577484131, -1.1380051374435425, 0.8189988136291504, 416.09613037109375, 0.11987218260765076, 0.35537588596343994, -0.24388770759105682, -0.10672811418771744, 0.7208534479141235, -0.19311609864234924, -0.48687270283699036, -0.520431637763977, -2.030045509338379, -2.256244421005249, -0.28677254915237427, 1.287710428237915, -1.1850886344909668, 2.273930788040161, 466.7637939453125, -0.22441385686397552, 0.34946081042289734, -0.22731277346611023, -0.2884688377380371, 0.6328937411308289, 0.34983280301094055, 0.49334365129470825], "std": [0.14247821271419525, 0.006121428683400154, 0.3003718852996826, 0.09229443967342377, 0.20632687211036682, 0.15172693133354187, 0.13225580751895905, 269.3170471191406, 0.05518791079521179, 0.02250230498611927, 0.0186909232288599, 0.12223734706640244, 0.2942088544368744, 0.18192367255687714, 0.24503816664218903, 0.19972409307956696, 0.02162090316414833, 0.3091551959514618, 0.2836769223213196, 0.7328311800956726, 0.13567495346069336, 0.3927256464958191, 264.8611145019531, 0.08570238947868347, 0.03751847520470619, 0.03545531630516052, 0.16433721780776978, 0.24297474324703217, 0.23130246996879578, 0.10447366535663605], "count": [1342]}, "actions": {"min": [0.5046968460083008, 2.000112295150757, -0.11198031902313232, -0.275988906621933, -2.7988274097442627, -1.6953257322311401, 0.44685667753219604, -3.0, 0.04194800183176994, 0.2934719920158386, -0.2752009928226471, -0.4122416377067566, -0.6771335005760193, -0.5277014374732971, -0.67813640832901, -0.9099273681640625, -2.0477774143218994, -2.741318702697754, -1.2191299200057983, 0.09773843735456467, -1.4662163257598877, 1.5534652471542358, 19.0, -0.35898301005363464, 0.29068100452423096, -0.26949000358581543, -0.49904268980026245, 0.2903813421726227, -0.05320088565349579, 0.273028701543808], "max": [0.9643118977546692, 2.031057119369507, 0.739618182182312, 0.13671165704727173, -1.680368185043335, -0.826518177986145, 1.0168462991714478, 888.0, 0.27461400628089905, 0.41454100608825684, -0.1972920000553131, 0.38028764724731445, 0.8840057253837585, 0.532753586769104, 0.6803439259529114, -0.1889318823814392, -1.9272973537445068, -1.8604687452316284, 0.07333873957395554, 2.455364227294922, -0.9459336400032043, 2.758615255355835, 894.0, -0.08630199730396271, 0.4561919867992401, -0.10878100246191025, -0.013990570791065693, 0.9581088423728943, 0.6357590556144714, 0.6641378402709961], "mean": [0.7532745003700256, 2.0186567306518555, 0.22015829384326935, 0.012963218614459038, -2.687539577484131, -1.1380051374435425, 0.8189988136291504, 416.09613037109375, 0.11987218260765076, 0.35537588596343994, -0.24388770759105682, -0.10672811418771744, 0.7208534479141235, -0.19311609864234924, -0.48687270283699036, -0.520431637763977, -2.030045509338379, -2.256244421005249, -0.28677254915237427, 1.287710428237915, -1.1850886344909668, 2.273930788040161, 466.7637939453125, -0.22441385686397552, 0.34946081042289734, -0.22731277346611023, -0.2884688377380371, 0.6328937411308289, 0.34983280301094055, 0.49334365129470825], "std": [0.14247821271419525, 0.006121428683400154, 0.3003718852996826, 0.09229443967342377, 0.20632687211036682, 0.15172693133354187, 0.13225580751895905, 269.3170471191406, 0.05518791079521179, 0.02250230498611927, 0.0186909232288599, 0.12223734706640244, 0.2942088544368744, 0.18192367255687714, 0.24503816664218903, 0.19972409307956696, 0.02162090316414833, 0.3091551959514618, 0.2836769223213196, 0.7328311800956726, 0.13567495346069336, 0.3927256464958191, 264.8611145019531, 0.08570238947868347, 0.03751847520470619, 0.03545531630516052, 0.16433721780776978, 0.24297474324703217, 0.23130246996879578, 0.10447366535663605], "count": [1342]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007451564828614009], "std": [0.02728738215141662], "count": [1342]}, "timestamp": {"min": [0.0], "max": [53.64], "mean": [26.82], "std": [15.496076922886], "count": [1342]}, "frame_index": {"min": [0], "max": [1341], "mean": [670.5], "std": [387.40192307214994], "count": [1342]}, "episode_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [1342]}, "index": {"min": [225777], "max": [227118], "mean": [226447.5], "std": [387.40192307214994], "count": [1342]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1342]}}} +{"episode_index": 186, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4584268296353629]], [[0.4672585719814241]], [[0.46231733423632615]]], "std": [[[0.14844940844431953]], [[0.14719622463421134]], [[0.1479292846023448]]], "count": [190]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46187389383384936]], [[0.46855537818197457]], [[0.46223641210870314]]], "std": [[[0.11143258894283663]], [[0.1080125940157913]], [[0.11147114512867873]]], "count": [190]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4698253128224974]], [[0.47060549213106295]], [[0.46720204785861713]]], "std": [[[0.12646067969400135]], [[0.1236031203349042]], [[0.12618379268658997]]], "count": [190]}, "states": {"min": [0.40015166997909546, 1.9120780229568481, -1.1351796388626099, -0.34021705389022827, -2.12848162651062, -1.4418165683746338, 0.199281707406044, -5.0, 0.08531299978494644, 0.2774389982223511, -0.28217899799346924, -0.43407270312309265, -0.5739107131958008, -0.4563959538936615, -0.6049919724464417, -1.037004828453064, -2.0493133068084717, 0.17807595431804657, -0.21389012038707733, 0.45326200127601624, 1.1040778160095215, -1.8606606721878052, 19.0, -0.26298901438713074, 0.31066301465034485, -0.2530840039253235, -0.4289197325706482, 0.387469083070755, 0.006801952607929707, 0.27349621057510376], "max": [0.8482998609542847, 2.049121379852295, -0.541383683681488, 0.11110766977071762, -0.5152386426925659, -0.8640950322151184, 1.182163953781128, 880.0, 0.22301499545574188, 0.4432840049266815, -0.19106000661849976, 0.4391210973262787, 0.8984493613243103, 0.43814024329185486, 0.5804848670959473, -0.4481132924556732, -1.7792932987213135, 1.5907979011535645, 0.9716073870658875, 2.5274462699890137, 1.682340383529663, -0.294402152299881, 918.0, -0.027813000604510307, 0.4100779891014099, -0.12877300381660461, 0.10208967328071594, 0.9519468545913696, 0.5714364647865295, 0.7397185564041138], "mean": [0.7209980487823486, 2.0185039043426514, -0.7787114381790161, -0.1227516308426857, -1.530240535736084, -1.112410545349121, 0.7653586864471436, 537.8924560546875, 0.15358300507068634, 0.38293081521987915, -0.2285211980342865, -0.1805993765592575, 0.7170860767364502, -0.2492230087518692, -0.4858877956867218, -0.7075620293617249, -2.028287172317505, 0.9000946879386902, 0.30989590287208557, 1.6155327558517456, 1.343388557434082, -1.1916062831878662, 543.3947143554688, -0.16286583244800568, 0.3678681254386902, -0.2023279219865799, -0.1291704922914505, 0.716266930103302, 0.29703599214553833, 0.4959963858127594], "std": [0.09595548361539841, 0.023840051144361496, 0.1852828562259674, 0.14313854277133942, 0.47142741084098816, 0.1803777813911438, 0.3539276719093323, 294.3951416015625, 0.04301000386476517, 0.04289362207055092, 0.01847403682768345, 0.18489769101142883, 0.23339635133743286, 0.18091325461864471, 0.18325410783290863, 0.18095387518405914, 0.04628608003258705, 0.3293316662311554, 0.3013424277305603, 0.8207058310508728, 0.130045086145401, 0.496017187833786, 268.99603271484375, 0.07657214999198914, 0.018150871619582176, 0.031545255333185196, 0.18717187643051147, 0.21395862102508545, 0.19114452600479126, 0.13669729232788086], "count": [1097]}, "actions": {"min": [0.40015166997909546, 1.9120780229568481, -1.1351796388626099, -0.34021705389022827, -2.12848162651062, -1.4418165683746338, 0.199281707406044, -5.0, 0.08531299978494644, 0.2774389982223511, -0.28217899799346924, -0.43407270312309265, -0.5739107131958008, -0.4563959538936615, -0.6049919724464417, -1.037004828453064, -2.0493133068084717, 0.17807595431804657, -0.21389012038707733, 0.45326200127601624, 1.1040778160095215, -1.8606606721878052, 19.0, -0.26298901438713074, 0.31066301465034485, -0.2530840039253235, -0.4289197325706482, 0.387469083070755, 0.006801952607929707, 0.27349621057510376], "max": [0.8482998609542847, 2.049121379852295, -0.541383683681488, 0.11110766977071762, -0.5152386426925659, -0.8640950322151184, 1.182163953781128, 880.0, 0.22301499545574188, 0.4432840049266815, -0.19106000661849976, 0.4391210973262787, 0.8984493613243103, 0.43814024329185486, 0.5804848670959473, -0.4481132924556732, -1.7792932987213135, 1.5907979011535645, 0.9716073870658875, 2.5274462699890137, 1.682340383529663, -0.294402152299881, 918.0, -0.027813000604510307, 0.4100779891014099, -0.12877300381660461, 0.10208967328071594, 0.9519468545913696, 0.5714364647865295, 0.7397185564041138], "mean": [0.7209980487823486, 2.0185039043426514, -0.7787114381790161, -0.1227516308426857, -1.530240535736084, -1.112410545349121, 0.7653586864471436, 537.8924560546875, 0.15358300507068634, 0.38293081521987915, -0.2285211980342865, -0.1805993765592575, 0.7170860767364502, -0.2492230087518692, -0.4858877956867218, -0.7075620293617249, -2.028287172317505, 0.9000946879386902, 0.30989590287208557, 1.6155327558517456, 1.343388557434082, -1.1916062831878662, 543.3947143554688, -0.16286583244800568, 0.3678681254386902, -0.2023279219865799, -0.1291704922914505, 0.716266930103302, 0.29703599214553833, 0.4959963858127594], "std": [0.09595548361539841, 0.023840051144361496, 0.1852828562259674, 0.14313854277133942, 0.47142741084098816, 0.1803777813911438, 0.3539276719093323, 294.3951416015625, 0.04301000386476517, 0.04289362207055092, 0.01847403682768345, 0.18489769101142883, 0.23339635133743286, 0.18091325461864471, 0.18325410783290863, 0.18095387518405914, 0.04628608003258705, 0.3293316662311554, 0.3013424277305603, 0.8207058310508728, 0.130045086145401, 0.496017187833786, 268.99603271484375, 0.07657214999198914, 0.018150871619582176, 0.031545255333185196, 0.18717187643051147, 0.21395862102508545, 0.19114452600479126, 0.13669729232788086], "count": [1097]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009115770282588879], "std": [0.030178569475381677], "count": [1097]}, "timestamp": {"min": [0.0], "max": [43.84], "mean": [21.919999999999998], "std": [12.66705964302687], "count": [1097]}, "frame_index": {"min": [0], "max": [1096], "mean": [548.0], "std": [316.6764910756717], "count": [1097]}, "episode_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [1097]}, "index": {"min": [227119], "max": [228215], "mean": [227667.0], "std": [316.6764910756717], "count": [1097]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1097]}}} +{"episode_index": 187, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4572587125646278]], [[0.4638957998000195]], [[0.4575211432624459]]], "std": [[[0.14926755237895037]], [[0.1474916205267357]], [[0.1489852496780852]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46964812782492765]], [[0.4768621120297207]], [[0.4708850488163756]]], "std": [[[0.07996740698813633]], [[0.07638659038282572]], [[0.07969303107273329]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634983771908432]], [[0.46537822732741524]], [[0.46208227855818945]]], "std": [[[0.11736675559806305]], [[0.11613716629345334]], [[0.11778474267298533]]], "count": [201]}, "states": {"min": [0.48658037185668945, 2.0048248767852783, -1.8971903324127197, -0.4323355257511139, -1.6823054552078247, -1.3791590929031372, 0.30693361163139343, -2.0, 0.05038300156593323, 0.31843799352645874, -0.28829899430274963, -0.37644970417022705, -0.6281265020370483, -0.43052661418914795, -0.6320009827613831, -0.9750282168388367, -2.0525245666503906, 0.7323925495147705, -0.20559978485107422, 0.46930161118507385, 0.9941046833992004, -2.5309369564056396, 32.0, -0.31946200132369995, 0.3233340084552765, -0.2752000093460083, -0.4393397867679596, 0.3130982220172882, -0.17801490426063538, 0.03429415822029114], "max": [0.8731881976127625, 2.0571322441101074, -1.0445796251296997, 0.0481012761592865, -0.3136182129383087, -0.7608239054679871, 1.2473170757293701, 893.0, 0.1917160004377365, 0.4316610097885132, -0.15969300270080566, 0.45218172669410706, 0.917921781539917, 0.4159443974494934, 0.6806311011314392, -0.26342254877090454, -1.7994693517684937, 1.6631940603256226, 1.5119264125823975, 2.8732306957244873, 1.5764163732528687, -0.34204962849617004, 918.0, -0.028212999925017357, 0.4090549945831299, -0.10102999955415726, 0.050972096621990204, 0.9829510450363159, 0.590904712677002, 0.7169042825698853], "mean": [0.6354866027832031, 2.031815767288208, -1.5163519382476807, -0.2755691409111023, -0.9347535371780396, -0.9887524843215942, 0.9724892973899841, 527.6406860351562, 0.12479020655155182, 0.3776533603668213, -0.2314167618751526, -0.09776833653450012, 0.646294355392456, -0.24008016288280487, -0.44666871428489685, -0.6190914511680603, -2.027082920074463, 1.1036112308502197, 0.30442607402801514, 1.3148685693740845, 1.2784730195999146, -1.0251280069351196, 561.1686401367188, -0.18111704289913177, 0.3628600239753723, -0.2102261632680893, -0.2383348047733307, 0.6774102449417114, 0.3289996385574341, 0.4703257381916046], "std": [0.08244876563549042, 0.010549544356763363, 0.21956898272037506, 0.09281463176012039, 0.34824395179748535, 0.12188486009836197, 0.22945939004421234, 295.6570129394531, 0.03963753581047058, 0.02837442234158516, 0.027303000912070274, 0.17456501722335815, 0.37114349007606506, 0.20078717172145844, 0.3271971642971039, 0.17369474470615387, 0.04873187839984894, 0.25748053193092346, 0.45227083563804626, 0.839294970035553, 0.16376812756061554, 0.6669431924819946, 320.5773620605469, 0.07324342429637909, 0.025650322437286377, 0.04841165617108345, 0.1478402465581894, 0.19084221124649048, 0.23926426470279694, 0.19834665954113007], "count": [1180]}, "actions": {"min": [0.48658037185668945, 2.0048248767852783, -1.8971903324127197, -0.4323355257511139, -1.6823054552078247, -1.3791590929031372, 0.30693361163139343, -2.0, 0.05038300156593323, 0.31843799352645874, -0.28829899430274963, -0.37644970417022705, -0.6281265020370483, -0.43052661418914795, -0.6320009827613831, -0.9750282168388367, -2.0525245666503906, 0.7323925495147705, -0.20559978485107422, 0.46930161118507385, 0.9941046833992004, -2.5309369564056396, 32.0, -0.31946200132369995, 0.3233340084552765, -0.2752000093460083, -0.4393397867679596, 0.3130982220172882, -0.17801490426063538, 0.03429415822029114], "max": [0.8731881976127625, 2.0571322441101074, -1.0445796251296997, 0.0481012761592865, -0.3136182129383087, -0.7608239054679871, 1.2473170757293701, 893.0, 0.1917160004377365, 0.4316610097885132, -0.15969300270080566, 0.45218172669410706, 0.917921781539917, 0.4159443974494934, 0.6806311011314392, -0.26342254877090454, -1.7994693517684937, 1.6631940603256226, 1.5119264125823975, 2.8732306957244873, 1.5764163732528687, -0.34204962849617004, 918.0, -0.028212999925017357, 0.4090549945831299, -0.10102999955415726, 0.050972096621990204, 0.9829510450363159, 0.590904712677002, 0.7169042825698853], "mean": [0.6354866027832031, 2.031815767288208, -1.5163519382476807, -0.2755691409111023, -0.9347535371780396, -0.9887524843215942, 0.9724892973899841, 527.6406860351562, 0.12479020655155182, 0.3776533603668213, -0.2314167618751526, -0.09776833653450012, 0.646294355392456, -0.24008016288280487, -0.44666871428489685, -0.6190914511680603, -2.027082920074463, 1.1036112308502197, 0.30442607402801514, 1.3148685693740845, 1.2784730195999146, -1.0251280069351196, 561.1686401367188, -0.18111704289913177, 0.3628600239753723, -0.2102261632680893, -0.2383348047733307, 0.6774102449417114, 0.3289996385574341, 0.4703257381916046], "std": [0.08244876563549042, 0.010549544356763363, 0.21956898272037506, 0.09281463176012039, 0.34824395179748535, 0.12188486009836197, 0.22945939004421234, 295.6570129394531, 0.03963753581047058, 0.02837442234158516, 0.027303000912070274, 0.17456501722335815, 0.37114349007606506, 0.20078717172145844, 0.3271971642971039, 0.17369474470615387, 0.04873187839984894, 0.25748053193092346, 0.45227083563804626, 0.839294970035553, 0.16376812756061554, 0.6669431924819946, 320.5773620605469, 0.07324342429637909, 0.025650322437286377, 0.04841165617108345, 0.1478402465581894, 0.19084221124649048, 0.23926426470279694, 0.19834665954113007], "count": [1180]}, "next.done": {"min": [false], "max": [true], "mean": [0.000847457627118644], "std": [0.029098787649812535], "count": [1180]}, "timestamp": {"min": [0.0], "max": [47.16], "mean": [23.58], "std": [13.625461460075398], "count": [1180]}, "frame_index": {"min": [0], "max": [1179], "mean": [589.5], "std": [340.63653650188496], "count": [1180]}, "episode_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [1180]}, "index": {"min": [228216], "max": [229395], "mean": [228805.5], "std": [340.63653650188496], "count": [1180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1180]}}} +{"episode_index": 188, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.47139389239028945]], [[0.4768148762838469]], [[0.4728866725023343]]], "std": [[[0.13321152676614426]], [[0.1339287106817156]], [[0.13405295804308945]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.8235294117647058]], [[0.8156862745098039]]], "mean": [[[0.47672776960784313]], [[0.48110764589169]], [[0.47499726774042955]]], "std": [[[0.11065323283464802]], [[0.108299720179974]], [[0.11244094867363455]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48341918767507003]], [[0.48311589869281046]], [[0.48034946895424835]]], "std": [[[0.11610125103679131]], [[0.11737538714267834]], [[0.12050642594495699]]], "count": [175]}, "states": {"min": [0.4530700147151947, 2.0171117782592773, -0.12428489327430725, -0.0481012761592865, -2.8950650691986084, -1.3835049867630005, 0.2526364326477051, -5.0, 0.031293001025915146, 0.313740998506546, -0.2811340093612671, -0.4224156439304352, -0.630147397518158, -0.3772018849849701, -0.6318353414535522, -0.7542615532875061, -2.0470967292785645, -2.074009656906128, -1.4007139205932617, 0.11958996206521988, -1.4122332334518433, 1.055592656135559, 24.0, -0.2274630069732666, 0.33489200472831726, -0.2512910068035126, -0.3109019100666046, 0.5854701399803162, -0.04807284101843834, 0.26473018527030945], "max": [0.9617986083030701, 2.0370960235595703, 0.7931126356124878, 0.2013237476348877, -2.2317352294921875, -0.6953392028808594, 0.7900931239128113, 890.0, 0.2131749987602234, 0.41228801012039185, -0.21407300233840942, 0.4490235447883606, 0.8683224320411682, 0.40761658549308777, 0.6340015530586243, -0.30576422810554504, -1.808370590209961, -1.3748657703399658, -0.31126201152801514, 2.4100029468536377, -0.9433854222297668, 2.5203425884246826, 876.0, -0.07511399686336517, 0.40029001235961914, -0.12545500695705414, -0.017018083482980728, 0.9437985420227051, 0.4291243255138397, 0.6540599465370178], "mean": [0.7628719806671143, 2.025132894515991, 0.22995911538600922, 0.06574732065200806, -2.548708438873291, -1.0225826501846313, 0.6570639610290527, 469.45611572265625, 0.10872114449739456, 0.3757806420326233, -0.2398117184638977, -0.1584576964378357, 0.6992120742797852, -0.1920655071735382, -0.4756672978401184, -0.5212989449501038, -2.019835948944092, -1.80080246925354, -0.6629852056503296, 1.5091873407363892, -1.104822039604187, 1.7806392908096313, 558.0183715820312, -0.15884676575660706, 0.37406423687934875, -0.20756420493125916, -0.1497570425271988, 0.7851883769035339, 0.28161153197288513, 0.4699099063873291], "std": [0.1278659850358963, 0.004037928301841021, 0.21445991098880768, 0.0750904381275177, 0.22448426485061646, 0.16767479479312897, 0.10533952713012695, 203.8238525390625, 0.047310907393693924, 0.020743800327181816, 0.01522761955857277, 0.14574983716011047, 0.31947338581085205, 0.1661529541015625, 0.268202543258667, 0.12272949516773224, 0.036301787942647934, 0.24132712185382843, 0.29444703459739685, 0.7569937705993652, 0.11411634832620621, 0.4191761016845703, 306.9652099609375, 0.04355036839842796, 0.01712661050260067, 0.02639574557542801, 0.0860133171081543, 0.11982493102550507, 0.15734924376010895, 0.12006912380456924], "count": [980]}, "actions": {"min": [0.4530700147151947, 2.0171117782592773, -0.12428489327430725, -0.0481012761592865, -2.8950650691986084, -1.3835049867630005, 0.2526364326477051, -5.0, 0.031293001025915146, 0.313740998506546, -0.2811340093612671, -0.4224156439304352, -0.630147397518158, -0.3772018849849701, -0.6318353414535522, -0.7542615532875061, -2.0470967292785645, -2.074009656906128, -1.4007139205932617, 0.11958996206521988, -1.4122332334518433, 1.055592656135559, 24.0, -0.2274630069732666, 0.33489200472831726, -0.2512910068035126, -0.3109019100666046, 0.5854701399803162, -0.04807284101843834, 0.26473018527030945], "max": [0.9617986083030701, 2.0370960235595703, 0.7931126356124878, 0.2013237476348877, -2.2317352294921875, -0.6953392028808594, 0.7900931239128113, 890.0, 0.2131749987602234, 0.41228801012039185, -0.21407300233840942, 0.4490235447883606, 0.8683224320411682, 0.40761658549308777, 0.6340015530586243, -0.30576422810554504, -1.808370590209961, -1.3748657703399658, -0.31126201152801514, 2.4100029468536377, -0.9433854222297668, 2.5203425884246826, 876.0, -0.07511399686336517, 0.40029001235961914, -0.12545500695705414, -0.017018083482980728, 0.9437985420227051, 0.4291243255138397, 0.6540599465370178], "mean": [0.7628719806671143, 2.025132894515991, 0.22995911538600922, 0.06574732065200806, -2.548708438873291, -1.0225826501846313, 0.6570639610290527, 469.45611572265625, 0.10872114449739456, 0.3757806420326233, -0.2398117184638977, -0.1584576964378357, 0.6992120742797852, -0.1920655071735382, -0.4756672978401184, -0.5212989449501038, -2.019835948944092, -1.80080246925354, -0.6629852056503296, 1.5091873407363892, -1.104822039604187, 1.7806392908096313, 558.0183715820312, -0.15884676575660706, 0.37406423687934875, -0.20756420493125916, -0.1497570425271988, 0.7851883769035339, 0.28161153197288513, 0.4699099063873291], "std": [0.1278659850358963, 0.004037928301841021, 0.21445991098880768, 0.0750904381275177, 0.22448426485061646, 0.16767479479312897, 0.10533952713012695, 203.8238525390625, 0.047310907393693924, 0.020743800327181816, 0.01522761955857277, 0.14574983716011047, 0.31947338581085205, 0.1661529541015625, 0.268202543258667, 0.12272949516773224, 0.036301787942647934, 0.24132712185382843, 0.29444703459739685, 0.7569937705993652, 0.11411634832620621, 0.4191761016845703, 306.9652099609375, 0.04355036839842796, 0.01712661050260067, 0.02639574557542801, 0.0860133171081543, 0.11982493102550507, 0.15734924376010895, 0.12006912380456924], "count": [980]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010204081632653062], "std": [0.031927526218697995], "count": [980]}, "timestamp": {"min": [0.0], "max": [39.16], "mean": [19.58], "std": [11.316059384785854], "count": [980]}, "frame_index": {"min": [0], "max": [979], "mean": [489.5], "std": [282.90148461964634], "count": [980]}, "episode_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [980]}, "index": {"min": [229396], "max": [230375], "mean": [229885.5], "std": [282.90148461964634], "count": [980]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [980]}}} +{"episode_index": 189, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46917973015186465]], [[0.4757132364955786]], [[0.47215396121683967]]], "std": [[[0.1281461349941413]], [[0.12702619229644263]], [[0.12860028060945736]]], "count": [170]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4715666858900423]], [[0.47447116493656283]], [[0.46706858900422915]]], "std": [[[0.09001259543444982]], [[0.08900528287092464]], [[0.09393200892265127]]], "count": [170]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47433762495194154]], [[0.47745000600730486]], [[0.4727504553537101]]], "std": [[[0.09153581993893002]], [[0.09186701715540053]], [[0.09709524305179673]]], "count": [170]}, "states": {"min": [0.5608790516853333, 1.8361037969589233, -1.3376901149749756, -0.5002637505531311, 1.1710461378097534, 0.5809153914451599, -2.9260621070861816, -5.0, 0.0633620023727417, 0.33901798725128174, -0.24948300421237946, -0.4953625500202179, 0.5612372159957886, -0.515265166759491, -0.5743358135223389, -1.1946778297424316, -2.0559279918670654, -2.4328668117523193, -1.1211645603179932, 0.7027917504310608, -1.7339673042297363, 0.6507983803749084, 5.0, -0.24583399295806885, 0.3231469988822937, -0.24847599864006042, -0.4410131573677063, 0.4252369701862335, 0.04325483366847038, 0.05076828971505165], "max": [0.8710938096046448, 2.035629987716675, -0.9865474104881287, -0.053127825260162354, 2.8680996894836426, 1.4428635835647583, -1.8716909885406494, 897.0, 0.2482450008392334, 0.47720199823379517, -0.1703999936580658, 0.02368793450295925, 0.9245052933692932, 0.058916620910167694, -0.38084298372268677, -0.4726526141166687, -2.0079665184020996, -1.0526604652404785, 0.07276277989149094, 2.612426519393921, -0.9935985207557678, 2.751145124435425, 894.0, 0.02167700044810772, 0.43164798617362976, -0.08913999795913696, 0.11362988501787186, 0.9974058866500854, 0.5790368318557739, 0.7316453456878662], "mean": [0.7230526804924011, 1.9994004964828491, -1.1491245031356812, -0.29646119475364685, 1.837493658065796, 0.9583737254142761, -2.1975200176239014, 668.4788208007812, 0.16074307262897491, 0.4135979413986206, -0.20844830572605133, -0.22409656643867493, 0.7607106566429138, -0.2744194269180298, -0.4782392978668213, -0.7464761137962341, -2.041536808013916, -2.071197271347046, -0.5275517106056213, 1.799021601676941, -1.3201824426651, 1.5428028106689453, 589.4735107421875, -0.13553458452224731, 0.3774849474430084, -0.1847289353609085, -0.08643102645874023, 0.7635010480880737, 0.311616450548172, 0.4207095503807068], "std": [0.07533267140388489, 0.04048023000359535, 0.08904379606246948, 0.13371756672859192, 0.527254581451416, 0.24360091984272003, 0.34200745820999146, 341.78802490234375, 0.05134249106049538, 0.04294908791780472, 0.020921608433127403, 0.15650495886802673, 0.11083699762821198, 0.1680067777633667, 0.04556943103671074, 0.1917649656534195, 0.007591264322400093, 0.3723767101764679, 0.34205636382102966, 0.654205858707428, 0.19516143202781677, 0.6501771211624146, 342.3450012207031, 0.07806958258152008, 0.02741994895040989, 0.04126293212175369, 0.1600980907678604, 0.2022581547498703, 0.15816044807434082, 0.2096199095249176], "count": [944]}, "actions": {"min": [0.5608790516853333, 1.8361037969589233, -1.3376901149749756, -0.5002637505531311, 1.1710461378097534, 0.5809153914451599, -2.9260621070861816, -5.0, 0.0633620023727417, 0.33901798725128174, -0.24948300421237946, -0.4953625500202179, 0.5612372159957886, -0.515265166759491, -0.5743358135223389, -1.1946778297424316, -2.0559279918670654, -2.4328668117523193, -1.1211645603179932, 0.7027917504310608, -1.7339673042297363, 0.6507983803749084, 5.0, -0.24583399295806885, 0.3231469988822937, -0.24847599864006042, -0.4410131573677063, 0.4252369701862335, 0.04325483366847038, 0.05076828971505165], "max": [0.8710938096046448, 2.035629987716675, -0.9865474104881287, -0.053127825260162354, 2.8680996894836426, 1.4428635835647583, -1.8716909885406494, 897.0, 0.2482450008392334, 0.47720199823379517, -0.1703999936580658, 0.02368793450295925, 0.9245052933692932, 0.058916620910167694, -0.38084298372268677, -0.4726526141166687, -2.0079665184020996, -1.0526604652404785, 0.07276277989149094, 2.612426519393921, -0.9935985207557678, 2.751145124435425, 894.0, 0.02167700044810772, 0.43164798617362976, -0.08913999795913696, 0.11362988501787186, 0.9974058866500854, 0.5790368318557739, 0.7316453456878662], "mean": [0.7230526804924011, 1.9994004964828491, -1.1491245031356812, -0.29646119475364685, 1.837493658065796, 0.9583737254142761, -2.1975200176239014, 668.4788208007812, 0.16074307262897491, 0.4135979413986206, -0.20844830572605133, -0.22409656643867493, 0.7607106566429138, -0.2744194269180298, -0.4782392978668213, -0.7464761137962341, -2.041536808013916, -2.071197271347046, -0.5275517106056213, 1.799021601676941, -1.3201824426651, 1.5428028106689453, 589.4735107421875, -0.13553458452224731, 0.3774849474430084, -0.1847289353609085, -0.08643102645874023, 0.7635010480880737, 0.311616450548172, 0.4207095503807068], "std": [0.07533267140388489, 0.04048023000359535, 0.08904379606246948, 0.13371756672859192, 0.527254581451416, 0.24360091984272003, 0.34200745820999146, 341.78802490234375, 0.05134249106049538, 0.04294908791780472, 0.020921608433127403, 0.15650495886802673, 0.11083699762821198, 0.1680067777633667, 0.04556943103671074, 0.1917649656534195, 0.007591264322400093, 0.3723767101764679, 0.34205636382102966, 0.654205858707428, 0.19516143202781677, 0.6501771211624146, 342.3450012207031, 0.07806958258152008, 0.02741994895040989, 0.04126293212175369, 0.1600980907678604, 0.2022581547498703, 0.15816044807434082, 0.2096199095249176], "count": [944]}, "next.done": {"min": [false], "max": [true], "mean": [0.001059322033898305], "std": [0.032529984179627304], "count": [944]}, "timestamp": {"min": [0.0], "max": [37.72], "mean": [18.859999999999996], "std": [10.900366966299805], "count": [944]}, "frame_index": {"min": [0], "max": [943], "mean": [471.5], "std": [272.5091741574951], "count": [944]}, "episode_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [944]}, "index": {"min": [230376], "max": [231319], "mean": [230847.5], "std": [272.5091741574951], "count": [944]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [944]}}} +{"episode_index": 190, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.47188123002112053]], [[0.47755400540856807]], [[0.4747968870408425]]], "std": [[[0.1320874053424105]], [[0.13170769502989998]], [[0.13203610190166934]]], "count": [229]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4681681374332848]], [[0.4726827889088678]], [[0.4670192992408026]]], "std": [[[0.10868058180598353]], [[0.10665668026819498]], [[0.1094113101511086]]], "count": [229]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4732323231512401]], [[0.47312181229842737]], [[0.46903874207980134]]], "std": [[[0.11435015099308102]], [[0.11739011921560448]], [[0.12043526597567478]]], "count": [229]}, "states": {"min": [0.6203598380088806, 1.885304570198059, -1.3499947786331177, -0.5391671657562256, -2.1783106327056885, -1.3455266952514648, 0.2831447720527649, -1.0, 0.03913800045847893, 0.3655160069465637, -0.2345619946718216, -0.40894579887390137, -0.6167999505996704, -0.4108184576034546, -0.6248877644538879, -1.167573094367981, -2.0448453426361084, 2.638362169265747, -0.8335866928100586, -1.3808172941207886, 1.029081106185913, -1.5778998136520386, 44.0, -0.2903139889240265, 0.35159599781036377, -0.2616789937019348, -0.4471718966960907, 0.4790304899215698, -0.06915225088596344, 0.28075748682022095], "max": [1.056936502456665, 2.057080030441284, -0.7976329326629639, 0.04611159861087799, -0.5934468507766724, -0.8252091407775879, 1.5948818922042847, 881.0, 0.21224099397659302, 0.45531800389289856, -0.14511799812316895, 0.48113226890563965, 0.9178425073623657, 0.44150295853614807, 0.6416189074516296, -0.4997401237487793, -1.921607494354248, 2.8642771244049072, 0.16952385008335114, 0.26764625310897827, 1.6382882595062256, -0.22483332455158234, 811.0, -0.0652410015463829, 0.4392389953136444, -0.11810699850320816, -0.010713772848248482, 0.9163510799407959, 0.4904966652393341, 0.6626866459846497], "mean": [0.8624622821807861, 2.013761520385742, -1.0109143257141113, -0.24955017864704132, -1.6494340896606445, -1.03755521774292, 1.1541954278945923, 582.2425537109375, 0.10417963564395905, 0.42260730266571045, -0.18814115226268768, -0.11382269859313965, 0.7440235018730164, -0.18322807550430298, -0.4508083164691925, -0.764687180519104, -2.0297584533691406, 2.7945425510406494, -0.134256511926651, -0.6327457427978516, 1.2036312818527222, -0.7132878303527832, 516.729736328125, -0.17362986505031586, 0.38825082778930664, -0.21369615197181702, -0.25096938014030457, 0.6975314021110535, 0.3113570809364319, 0.5180413722991943], "std": [0.1173468604683876, 0.03220607712864876, 0.16889090836048126, 0.1269260197877884, 0.3080193102359772, 0.11035653203725815, 0.24287059903144836, 319.70574951171875, 0.04974738880991936, 0.023616347461938858, 0.028470909222960472, 0.13876421749591827, 0.30432024598121643, 0.14690843224525452, 0.25144481658935547, 0.2284136712551117, 0.014908536337316036, 0.0964483842253685, 0.2751659154891968, 0.5413402915000916, 0.14911791682243347, 0.3814631700515747, 249.5770263671875, 0.05432653799653053, 0.020597541704773903, 0.034648798406124115, 0.13946029543876648, 0.1471916139125824, 0.18877583742141724, 0.09166938066482544], "count": [1406]}, "actions": {"min": [0.6203598380088806, 1.885304570198059, -1.3499947786331177, -0.5391671657562256, -2.1783106327056885, -1.3455266952514648, 0.2831447720527649, -1.0, 0.03913800045847893, 0.3655160069465637, -0.2345619946718216, -0.40894579887390137, -0.6167999505996704, -0.4108184576034546, -0.6248877644538879, -1.167573094367981, -2.0448453426361084, 2.638362169265747, -0.8335866928100586, -1.3808172941207886, 1.029081106185913, -1.5778998136520386, 44.0, -0.2903139889240265, 0.35159599781036377, -0.2616789937019348, -0.4471718966960907, 0.4790304899215698, -0.06915225088596344, 0.28075748682022095], "max": [1.056936502456665, 2.057080030441284, -0.7976329326629639, 0.04611159861087799, -0.5934468507766724, -0.8252091407775879, 1.5948818922042847, 881.0, 0.21224099397659302, 0.45531800389289856, -0.14511799812316895, 0.48113226890563965, 0.9178425073623657, 0.44150295853614807, 0.6416189074516296, -0.4997401237487793, -1.921607494354248, 2.8642771244049072, 0.16952385008335114, 0.26764625310897827, 1.6382882595062256, -0.22483332455158234, 811.0, -0.0652410015463829, 0.4392389953136444, -0.11810699850320816, -0.010713772848248482, 0.9163510799407959, 0.4904966652393341, 0.6626866459846497], "mean": [0.8624622821807861, 2.013761520385742, -1.0109143257141113, -0.24955017864704132, -1.6494340896606445, -1.03755521774292, 1.1541954278945923, 582.2425537109375, 0.10417963564395905, 0.42260730266571045, -0.18814115226268768, -0.11382269859313965, 0.7440235018730164, -0.18322807550430298, -0.4508083164691925, -0.764687180519104, -2.0297584533691406, 2.7945425510406494, -0.134256511926651, -0.6327457427978516, 1.2036312818527222, -0.7132878303527832, 516.729736328125, -0.17362986505031586, 0.38825082778930664, -0.21369615197181702, -0.25096938014030457, 0.6975314021110535, 0.3113570809364319, 0.5180413722991943], "std": [0.1173468604683876, 0.03220607712864876, 0.16889090836048126, 0.1269260197877884, 0.3080193102359772, 0.11035653203725815, 0.24287059903144836, 319.70574951171875, 0.04974738880991936, 0.023616347461938858, 0.028470909222960472, 0.13876421749591827, 0.30432024598121643, 0.14690843224525452, 0.25144481658935547, 0.2284136712551117, 0.014908536337316036, 0.0964483842253685, 0.2751659154891968, 0.5413402915000916, 0.14911791682243347, 0.3814631700515747, 249.5770263671875, 0.05432653799653053, 0.020597541704773903, 0.034648798406124115, 0.13946029543876648, 0.1471916139125824, 0.18877583742141724, 0.09166938066482544], "count": [1406]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007112375533428165], "std": [0.026659551655748664], "count": [1406]}, "timestamp": {"min": [0.0], "max": [56.2], "mean": [28.099999999999998], "std": [16.23508546327983], "count": [1406]}, "frame_index": {"min": [0], "max": [1405], "mean": [702.5], "std": [405.8771365819957], "count": [1406]}, "episode_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [1406]}, "index": {"min": [231320], "max": [232725], "mean": [232022.5], "std": [405.8771365819957], "count": [1406]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1406]}}} +{"episode_index": 191, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47227263465627217]], [[0.47659231164855503]], [[0.4727937239152689]]], "std": [[[0.13754030199314438]], [[0.13709192062707584]], [[0.13883811618522812]]], "count": [166]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6705882352941176]], [[0.6666666666666666]]], "mean": [[[0.47397806790889047]], [[0.4757304204563351]], [[0.4700342177533664]]], "std": [[[0.08046427529885723]], [[0.07936785322370243]], [[0.08593067280030306]]], "count": [166]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47291216705055517]], [[0.4754060026872195]], [[0.4708315246279235]]], "std": [[[0.09117490377075119]], [[0.09210417729926189]], [[0.09727206486703509]]], "count": [166]}, "states": {"min": [0.29422760009765625, 2.0134642124176025, -1.9447506666183472, -1.5761021375656128, 0.6771703362464905, 1.1736466884613037, -2.882289409637451, 53.0, 0.028863999992609024, 0.2991439998149872, -0.2560789883136749, -0.48252707719802856, -0.6557732820510864, -0.3879123628139496, -0.659444272518158, -0.8607964515686035, -2.044792890548706, -2.215259313583374, -1.5132004022598267, 0.6199584007263184, -1.5990707874298096, 0.7119547724723816, 33.0, -0.21600300073623657, 0.30608299374580383, -0.24636399745941162, -0.4068664610385895, 0.5157337188720703, -0.04321707412600517, 0.21986447274684906], "max": [0.7511547803878784, 2.05001163482666, 0.37910300493240356, -0.009826204739511013, 1.580064058303833, 1.6608554124832153, -0.662509560585022, 907.0, 0.28418099880218506, 0.3672240078449249, -0.1166130006313324, 0.4374288320541382, 0.9633235931396484, 0.44896864891052246, 0.685609757900238, -0.17879153788089752, -2.005941867828369, -1.191745638847351, -0.23458971083164215, 2.3768417835235596, -0.891060471534729, 2.690948724746704, 876.0, -0.0014400000218302011, 0.3841969966888428, -0.09649199992418289, 0.12406903505325317, 0.9716137647628784, 0.3412836194038391, 0.7239405512809753], "mean": [0.458240270614624, 2.0238044261932373, -0.7768445014953613, -0.7388883829116821, 1.1893994808197021, 1.4133719205856323, -1.6170998811721802, 655.2374267578125, 0.19286063313484192, 0.3339427411556244, -0.18189236521720886, -0.003575482638552785, 0.4287503957748413, -0.10638966411352158, -0.19521279633045197, -0.529530942440033, -2.0306882858276367, -1.7207989692687988, -0.8910695910453796, 1.7901947498321533, -1.2316908836364746, 1.472349762916565, 573.9759521484375, -0.11254265159368515, 0.34888964891433716, -0.17984506487846375, -0.08864931762218475, 0.8282656073570251, 0.20463146269321442, 0.42849603295326233], "std": [0.11993353813886642, 0.0072733866982162, 0.6150825023651123, 0.41992688179016113, 0.2836489975452423, 0.13363057374954224, 0.4828803241252899, 318.5220031738281, 0.07005175948143005, 0.018713807687163353, 0.04173640161752701, 0.16756780445575714, 0.6095514297485352, 0.3002605140209198, 0.5262554883956909, 0.20111504197120667, 0.008029398508369923, 0.25080862641334534, 0.3580280542373657, 0.5409104824066162, 0.1726982295513153, 0.5144292712211609, 310.10546875, 0.05876574292778969, 0.01667843759059906, 0.033180367201566696, 0.15362244844436646, 0.1272229254245758, 0.1252739131450653, 0.15860019624233246], "count": [914]}, "actions": {"min": [0.29422760009765625, 2.0134642124176025, -1.9447506666183472, -1.5761021375656128, 0.6771703362464905, 1.1736466884613037, -2.882289409637451, 53.0, 0.028863999992609024, 0.2991439998149872, -0.2560789883136749, -0.48252707719802856, -0.6557732820510864, -0.3879123628139496, -0.659444272518158, -0.8607964515686035, -2.044792890548706, -2.215259313583374, -1.5132004022598267, 0.6199584007263184, -1.5990707874298096, 0.7119547724723816, 33.0, -0.21600300073623657, 0.30608299374580383, -0.24636399745941162, -0.4068664610385895, 0.5157337188720703, -0.04321707412600517, 0.21986447274684906], "max": [0.7511547803878784, 2.05001163482666, 0.37910300493240356, -0.009826204739511013, 1.580064058303833, 1.6608554124832153, -0.662509560585022, 907.0, 0.28418099880218506, 0.3672240078449249, -0.1166130006313324, 0.4374288320541382, 0.9633235931396484, 0.44896864891052246, 0.685609757900238, -0.17879153788089752, -2.005941867828369, -1.191745638847351, -0.23458971083164215, 2.3768417835235596, -0.891060471534729, 2.690948724746704, 876.0, -0.0014400000218302011, 0.3841969966888428, -0.09649199992418289, 0.12406903505325317, 0.9716137647628784, 0.3412836194038391, 0.7239405512809753], "mean": [0.458240270614624, 2.0238044261932373, -0.7768445014953613, -0.7388883829116821, 1.1893994808197021, 1.4133719205856323, -1.6170998811721802, 655.2374267578125, 0.19286063313484192, 0.3339427411556244, -0.18189236521720886, -0.003575482638552785, 0.4287503957748413, -0.10638966411352158, -0.19521279633045197, -0.529530942440033, -2.0306882858276367, -1.7207989692687988, -0.8910695910453796, 1.7901947498321533, -1.2316908836364746, 1.472349762916565, 573.9759521484375, -0.11254265159368515, 0.34888964891433716, -0.17984506487846375, -0.08864931762218475, 0.8282656073570251, 0.20463146269321442, 0.42849603295326233], "std": [0.11993353813886642, 0.0072733866982162, 0.6150825023651123, 0.41992688179016113, 0.2836489975452423, 0.13363057374954224, 0.4828803241252899, 318.5220031738281, 0.07005175948143005, 0.018713807687163353, 0.04173640161752701, 0.16756780445575714, 0.6095514297485352, 0.3002605140209198, 0.5262554883956909, 0.20111504197120667, 0.008029398508369923, 0.25080862641334534, 0.3580280542373657, 0.5409104824066162, 0.1726982295513153, 0.5144292712211609, 310.10546875, 0.05876574292778969, 0.01667843759059906, 0.033180367201566696, 0.15362244844436646, 0.1272229254245758, 0.1252739131450653, 0.15860019624233246], "count": [914]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010940919037199124], "std": [0.033058960458945574], "count": [914]}, "timestamp": {"min": [0.0], "max": [36.52], "mean": [18.259999999999998], "std": [10.553956604041918], "count": [914]}, "frame_index": {"min": [0], "max": [913], "mean": [456.5], "std": [263.8489151010479], "count": [914]}, "episode_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [914]}, "index": {"min": [232726], "max": [233639], "mean": [233182.5], "std": [263.8489151010479], "count": [914]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [914]}}} +{"episode_index": 192, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.47123548127750436]], [[0.477420065652423]], [[0.4733876463101841]]], "std": [[[0.1334210388221655]], [[0.13392098776233285]], [[0.13369661288667467]]], "count": [251]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4748744385204281]], [[0.4759482372796396]], [[0.4684726380426008]]], "std": [[[0.10105872998814074]], [[0.09998854795716772]], [[0.10402851492243183]]], "count": [251]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.481275316218785]], [[0.48035071397416873]], [[0.47546984366455747]]], "std": [[[0.1146049303736588]], [[0.1177145143267104]], [[0.1211806522721507]]], "count": [251]}, "states": {"min": [0.38179078698158264, 2.0003740787506104, 0.07077309489250183, -0.1943947672843933, -2.895134925842285, -1.5818092823028564, 0.16172219812870026, 0.0, 0.04885699972510338, 0.2565020024776459, -0.28904399275779724, -0.39386212825775146, 0.6190375089645386, -0.38572847843170166, -0.6394226551055908, -0.8561713099479675, -2.0531530380249023, -0.11590731889009476, -0.331717312335968, 0.8819672465324402, 0.967645525932312, -1.3600828647613525, 42.0, -0.27755099534988403, 0.2739369869232178, -0.3067080080509186, -0.49855920672416687, -0.7112636566162109, -0.4112818241119385, -0.5874162912368774], "max": [0.9403660297393799, 2.031301498413086, 0.8134281635284424, 0.2381676286458969, -2.2892961502075195, -0.7910879254341125, 0.8601506352424622, 882.0, 0.2076209932565689, 0.4027230143547058, -0.2186879962682724, -0.044267937541007996, 0.8873447775840759, -0.018250221386551857, -0.4382134974002838, -0.35061919689178467, -2.0070414543151855, 0.7916639447212219, 0.8823163509368896, 2.5229084491729736, 1.5606733560562134, 0.49261918663978577, 752.0, -0.1020279973745346, 0.4004890024662018, -0.17981299757957458, 0.6137344837188721, 0.9091047048568726, 0.5139983892440796, 0.640109121799469], "mean": [0.7087869644165039, 2.015986442565918, 0.4655458629131317, 0.11540070176124573, -2.8425161838531494, -1.0195850133895874, 0.724647045135498, 462.5306091308594, 0.1076425164937973, 0.3583512008190155, -0.25107231736183167, -0.1588679701089859, 0.7650455236434937, -0.25802043080329895, -0.5515482425689697, -0.5397616624832153, -2.0429372787475586, 0.5018484592437744, 0.027695296332240105, 1.554677128791809, 1.2417181730270386, -0.34940940141677856, 481.3369140625, -0.18767857551574707, 0.3314933776855469, -0.2522675693035126, -0.31362998485565186, 0.6720467209815979, 0.2610953152179718, 0.46896448731422424], "std": [0.11987580358982086, 0.004644317086786032, 0.20767010748386383, 0.07187748700380325, 0.10799498856067657, 0.14305342733860016, 0.11534205824136734, 262.4018249511719, 0.03595103323459625, 0.030565978959202766, 0.020880283787846565, 0.0611196868121624, 0.05725691094994545, 0.09867707639932632, 0.04400710389018059, 0.15636448562145233, 0.006138386204838753, 0.3078666627407074, 0.32957935333251953, 0.5272384881973267, 0.12439952045679092, 0.3977625370025635, 230.33108520507812, 0.05145035684108734, 0.03269409388303757, 0.03311197832226753, 0.17572616040706635, 0.23337405920028687, 0.22539539635181427, 0.16045112907886505], "count": [1585]}, "actions": {"min": [0.38179078698158264, 2.0003740787506104, 0.07077309489250183, -0.1943947672843933, -2.895134925842285, -1.5818092823028564, 0.16172219812870026, 0.0, 0.04885699972510338, 0.2565020024776459, -0.28904399275779724, -0.39386212825775146, 0.6190375089645386, -0.38572847843170166, -0.6394226551055908, -0.8561713099479675, -2.0531530380249023, -0.11590731889009476, -0.331717312335968, 0.8819672465324402, 0.967645525932312, -1.3600828647613525, 42.0, -0.27755099534988403, 0.2739369869232178, -0.3067080080509186, -0.49855920672416687, -0.7112636566162109, -0.4112818241119385, -0.5874162912368774], "max": [0.9403660297393799, 2.031301498413086, 0.8134281635284424, 0.2381676286458969, -2.2892961502075195, -0.7910879254341125, 0.8601506352424622, 882.0, 0.2076209932565689, 0.4027230143547058, -0.2186879962682724, -0.044267937541007996, 0.8873447775840759, -0.018250221386551857, -0.4382134974002838, -0.35061919689178467, -2.0070414543151855, 0.7916639447212219, 0.8823163509368896, 2.5229084491729736, 1.5606733560562134, 0.49261918663978577, 752.0, -0.1020279973745346, 0.4004890024662018, -0.17981299757957458, 0.6137344837188721, 0.9091047048568726, 0.5139983892440796, 0.640109121799469], "mean": [0.7087869644165039, 2.015986442565918, 0.4655458629131317, 0.11540070176124573, -2.8425161838531494, -1.0195850133895874, 0.724647045135498, 462.5306091308594, 0.1076425164937973, 0.3583512008190155, -0.25107231736183167, -0.1588679701089859, 0.7650455236434937, -0.25802043080329895, -0.5515482425689697, -0.5397616624832153, -2.0429372787475586, 0.5018484592437744, 0.027695296332240105, 1.554677128791809, 1.2417181730270386, -0.34940940141677856, 481.3369140625, -0.18767857551574707, 0.3314933776855469, -0.2522675693035126, -0.31362998485565186, 0.6720467209815979, 0.2610953152179718, 0.46896448731422424], "std": [0.11987580358982086, 0.004644317086786032, 0.20767010748386383, 0.07187748700380325, 0.10799498856067657, 0.14305342733860016, 0.11534205824136734, 262.4018249511719, 0.03595103323459625, 0.030565978959202766, 0.020880283787846565, 0.0611196868121624, 0.05725691094994545, 0.09867707639932632, 0.04400710389018059, 0.15636448562145233, 0.006138386204838753, 0.3078666627407074, 0.32957935333251953, 0.5272384881973267, 0.12439952045679092, 0.3977625370025635, 230.33108520507812, 0.05145035684108734, 0.03269409388303757, 0.03311197832226753, 0.17572616040706635, 0.23337405920028687, 0.22539539635181427, 0.16045112907886505], "count": [1585]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006309148264984228], "std": [0.025110093050009337], "count": [1585]}, "timestamp": {"min": [0.0], "max": [63.36], "mean": [31.680000000000003], "std": [18.301999890722325], "count": [1585]}, "frame_index": {"min": [0], "max": [1584], "mean": [792.0], "std": [457.5499972680581], "count": [1585]}, "episode_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [1585]}, "index": {"min": [233640], "max": [235224], "mean": [234432.0], "std": [457.5499972680581], "count": [1585]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1585]}}} +{"episode_index": 193, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4673981753812636]], [[0.4740293174962293]], [[0.4674611236802413]]], "std": [[[0.14120625620853278]], [[0.13784593674169318]], [[0.14003094638100716]]], "count": [195]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4652580243422155]], [[0.46645709736886204]], [[0.46033794620412266]]], "std": [[[0.08107815725628939]], [[0.08006831039006969]], [[0.08537448786290078]]], "count": [195]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.47054717194570134]], [[0.4699825393832747]], [[0.4662020707642031]]], "std": [[[0.10261026136107207]], [[0.10244220301012182]], [[0.10713194367824372]]], "count": [195]}, "states": {"min": [0.14020229876041412, 1.8831405639648438, -1.7932212352752686, -1.6300153732299805, -2.290168523788452, -1.6070817708969116, 0.526548445224762, 52.0, 0.03322099894285202, 0.27679499983787537, -0.2839699983596802, -0.3507467806339264, -0.6407963633537292, -0.5188211798667908, -0.6496360301971436, -0.9573655128479004, -2.068546772003174, 0.7826056480407715, -0.11615167558193207, 0.11955506354570389, 0.6209881901741028, -2.966571092605591, 55.0, -0.32559001445770264, 0.2788650095462799, -0.2818009853363037, -0.4949444532394409, 0.36190465092658997, -0.09187162667512894, 0.09412131458520889], "max": [0.6381447315216064, 2.0413196086883545, -1.1250741481781006, -0.09658652544021606, -0.21930061280727386, -0.39933133125305176, 2.0341289043426514, 696.0, 0.2712770104408264, 0.39841601252555847, -0.13732899725437164, 0.3989444375038147, 0.960288941860199, 0.5287562608718872, 0.6492611169815063, -0.002827433403581381, -1.9978086948394775, 1.7691529989242554, 1.5555247068405151, 2.62937331199646, 1.5796276330947876, -0.36016616225242615, 918.0, -0.004699999932199717, 0.42222800850868225, -0.08130799978971481, 0.09223869442939758, 0.9778068661689758, 0.5560389757156372, 0.6971644759178162], "mean": [0.3907582461833954, 2.0201668739318848, -1.3175082206726074, -0.5550960302352905, -1.201272964477539, -1.1321182250976562, 1.068253755569458, 437.4916076660156, 0.19946573674678802, 0.3317452073097229, -0.2324458509683609, 0.06322785466909409, 0.3066677451133728, 0.06749539822340012, -0.05997100844979286, -0.547194242477417, -2.043501377105713, 1.2064162492752075, 0.41868123412132263, 1.343342900276184, 1.3094476461410522, -1.250383734703064, 581.6751708984375, -0.18194714188575745, 0.33402666449546814, -0.21224701404571533, -0.22947128117084503, 0.6733314394950867, 0.3641486167907715, 0.4419580101966858], "std": [0.10727444291114807, 0.019688110798597336, 0.1487104445695877, 0.4373539984226227, 0.6716595888137817, 0.19667160511016846, 0.4979148507118225, 212.48187255859375, 0.06835872679948807, 0.031972162425518036, 0.03715663030743599, 0.24183639883995056, 0.6719784736633301, 0.36544984579086304, 0.5002121329307556, 0.2638861835002899, 0.01104948204010725, 0.27666202187538147, 0.47117334604263306, 0.8620405197143555, 0.15067589282989502, 0.9695164561271667, 318.0180358886719, 0.10046924650669098, 0.039982132613658905, 0.05666346475481987, 0.19557398557662964, 0.2058916985988617, 0.2174244523048401, 0.19524887204170227], "count": [1133]}, "actions": {"min": [0.14020229876041412, 1.8831405639648438, -1.7932212352752686, -1.6300153732299805, -2.290168523788452, -1.6070817708969116, 0.526548445224762, 52.0, 0.03322099894285202, 0.27679499983787537, -0.2839699983596802, -0.3507467806339264, -0.6407963633537292, -0.5188211798667908, -0.6496360301971436, -0.9573655128479004, -2.068546772003174, 0.7826056480407715, -0.11615167558193207, 0.11955506354570389, 0.6209881901741028, -2.966571092605591, 55.0, -0.32559001445770264, 0.2788650095462799, -0.2818009853363037, -0.4949444532394409, 0.36190465092658997, -0.09187162667512894, 0.09412131458520889], "max": [0.6381447315216064, 2.0413196086883545, -1.1250741481781006, -0.09658652544021606, -0.21930061280727386, -0.39933133125305176, 2.0341289043426514, 696.0, 0.2712770104408264, 0.39841601252555847, -0.13732899725437164, 0.3989444375038147, 0.960288941860199, 0.5287562608718872, 0.6492611169815063, -0.002827433403581381, -1.9978086948394775, 1.7691529989242554, 1.5555247068405151, 2.62937331199646, 1.5796276330947876, -0.36016616225242615, 918.0, -0.004699999932199717, 0.42222800850868225, -0.08130799978971481, 0.09223869442939758, 0.9778068661689758, 0.5560389757156372, 0.6971644759178162], "mean": [0.3907582461833954, 2.0201668739318848, -1.3175082206726074, -0.5550960302352905, -1.201272964477539, -1.1321182250976562, 1.068253755569458, 437.4916076660156, 0.19946573674678802, 0.3317452073097229, -0.2324458509683609, 0.06322785466909409, 0.3066677451133728, 0.06749539822340012, -0.05997100844979286, -0.547194242477417, -2.043501377105713, 1.2064162492752075, 0.41868123412132263, 1.343342900276184, 1.3094476461410522, -1.250383734703064, 581.6751708984375, -0.18194714188575745, 0.33402666449546814, -0.21224701404571533, -0.22947128117084503, 0.6733314394950867, 0.3641486167907715, 0.4419580101966858], "std": [0.10727444291114807, 0.019688110798597336, 0.1487104445695877, 0.4373539984226227, 0.6716595888137817, 0.19667160511016846, 0.4979148507118225, 212.48187255859375, 0.06835872679948807, 0.031972162425518036, 0.03715663030743599, 0.24183639883995056, 0.6719784736633301, 0.36544984579086304, 0.5002121329307556, 0.2638861835002899, 0.01104948204010725, 0.27666202187538147, 0.47117334604263306, 0.8620405197143555, 0.15067589282989502, 0.9695164561271667, 318.0180358886719, 0.10046924650669098, 0.039982132613658905, 0.05666346475481987, 0.19557398557662964, 0.2058916985988617, 0.2174244523048401, 0.19524887204170227], "count": [1133]}, "next.done": {"min": [false], "max": [true], "mean": [0.00088261253309797], "std": [0.029695681979277532], "count": [1133]}, "timestamp": {"min": [0.0], "max": [45.28], "mean": [22.64], "std": [13.082752004070091], "count": [1133]}, "frame_index": {"min": [0], "max": [1132], "mean": [566.0], "std": [327.0688001017523], "count": [1133]}, "episode_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [1133]}, "index": {"min": [235225], "max": [236357], "mean": [235791.0], "std": [327.0688001017523], "count": [1133]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1133]}}} +{"episode_index": 194, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4601545683551198]], [[0.4689655899859944]], [[0.46249301081543726]]], "std": [[[0.1448357871099744]], [[0.14208813983785734]], [[0.1442634682970267]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4680315359477124]], [[0.4678457195378151]], [[0.4629955279333956]]], "std": [[[0.08850028183673928]], [[0.08615699828750721]], [[0.09098064321801559]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47054361188920013]], [[0.47008541666666664]], [[0.4673976958839091]]], "std": [[[0.09209331466650048]], [[0.08992501288904682]], [[0.09432391076046008]]], "count": [210]}, "states": {"min": [0.3763976991176605, 2.010305166244507, -1.9539135694503784, -1.3146343231201172, -2.7941153049468994, -1.6223360300064087, 0.39421752095222473, 5.0, -0.0013360000448301435, 0.28179898858070374, -0.29075801372528076, -0.38788941502571106, -0.6531157493591309, -0.45482146739959717, -0.6540707349777222, -1.1627732515335083, -2.052507162094116, 0.6169390082359314, -0.039968039840459824, 0.12081169337034225, 0.6330483555793762, -2.93281626701355, 21.0, -0.32979699969291687, 0.2903609871864319, -0.27005499601364136, -0.49927401542663574, -0.5312821269035339, -0.4034274220466614, -0.5491201877593994], "max": [0.8971341252326965, 2.0433268547058105, 0.6059609055519104, 0.058363813906908035, -1.0813711881637573, -1.084809422492981, 2.6661126613616943, 901.0, 0.29231300950050354, 0.4073750078678131, -0.10909800231456757, 0.48474323749542236, 0.9915573000907898, 0.5294583439826965, 0.7165672183036804, -0.28092819452285767, -1.69363272190094, 1.9168254137039185, 1.3931044340133667, 2.7674639225006104, 1.860730528831482, -0.3410373628139496, 893.0, 0.03824999928474426, 0.4445450007915497, -0.060878999531269073, 0.5034408569335938, 0.990010678768158, 0.6043155789375305, 0.7531411051750183], "mean": [0.5489662289619446, 2.029404878616333, -0.4113478660583496, -0.2019415646791458, -1.78116774559021, -1.2667697668075562, 0.8424662947654724, 437.4808044433594, 0.19831477105617523, 0.34319454431533813, -0.22702856361865997, 0.18793733417987823, 0.02756659872829914, 0.2104065716266632, 0.20922350883483887, -0.6966800093650818, -2.0215818881988525, 1.2512258291244507, 0.525886058807373, 1.670007586479187, 1.30596125125885, -1.4492757320404053, 552.0272216796875, -0.13776537775993347, 0.3586370646953583, -0.188198983669281, -0.15848058462142944, 0.7563461065292358, 0.2574699819087982, 0.40363162755966187], "std": [0.11791346222162247, 0.006206102203577757, 0.7039336562156677, 0.4447067081928253, 0.5025811791419983, 0.10899939388036728, 0.7397817373275757, 239.9281463623047, 0.07512788474559784, 0.03429145738482475, 0.04255092144012451, 0.26854339241981506, 0.6674044728279114, 0.33696725964546204, 0.49475526809692383, 0.2537461221218109, 0.048121754080057144, 0.4111486077308655, 0.44548526406288147, 0.8590077757835388, 0.1746560037136078, 0.8436284065246582, 344.4212951660156, 0.10402257740497589, 0.03542715311050415, 0.058054592460393906, 0.15769706666469574, 0.20365843176841736, 0.23857535421848297, 0.22439338266849518], "count": [1250]}, "actions": {"min": [0.3763976991176605, 2.010305166244507, -1.9539135694503784, -1.3146343231201172, -2.7941153049468994, -1.6223360300064087, 0.39421752095222473, 5.0, -0.0013360000448301435, 0.28179898858070374, -0.29075801372528076, -0.38788941502571106, -0.6531157493591309, -0.45482146739959717, -0.6540707349777222, -1.1627732515335083, -2.052507162094116, 0.6169390082359314, -0.039968039840459824, 0.12081169337034225, 0.6330483555793762, -2.93281626701355, 21.0, -0.32979699969291687, 0.2903609871864319, -0.27005499601364136, -0.49927401542663574, -0.5312821269035339, -0.4034274220466614, -0.5491201877593994], "max": [0.8971341252326965, 2.0433268547058105, 0.6059609055519104, 0.058363813906908035, -1.0813711881637573, -1.084809422492981, 2.6661126613616943, 901.0, 0.29231300950050354, 0.4073750078678131, -0.10909800231456757, 0.48474323749542236, 0.9915573000907898, 0.5294583439826965, 0.7165672183036804, -0.28092819452285767, -1.69363272190094, 1.9168254137039185, 1.3931044340133667, 2.7674639225006104, 1.860730528831482, -0.3410373628139496, 893.0, 0.03824999928474426, 0.4445450007915497, -0.060878999531269073, 0.5034408569335938, 0.990010678768158, 0.6043155789375305, 0.7531411051750183], "mean": [0.5489662289619446, 2.029404878616333, -0.4113478660583496, -0.2019415646791458, -1.78116774559021, -1.2667697668075562, 0.8424662947654724, 437.4808044433594, 0.19831477105617523, 0.34319454431533813, -0.22702856361865997, 0.18793733417987823, 0.02756659872829914, 0.2104065716266632, 0.20922350883483887, -0.6966800093650818, -2.0215818881988525, 1.2512258291244507, 0.525886058807373, 1.670007586479187, 1.30596125125885, -1.4492757320404053, 552.0272216796875, -0.13776537775993347, 0.3586370646953583, -0.188198983669281, -0.15848058462142944, 0.7563461065292358, 0.2574699819087982, 0.40363162755966187], "std": [0.11791346222162247, 0.006206102203577757, 0.7039336562156677, 0.4447067081928253, 0.5025811791419983, 0.10899939388036728, 0.7397817373275757, 239.9281463623047, 0.07512788474559784, 0.03429145738482475, 0.04255092144012451, 0.26854339241981506, 0.6674044728279114, 0.33696725964546204, 0.49475526809692383, 0.2537461221218109, 0.048121754080057144, 0.4111486077308655, 0.44548526406288147, 0.8590077757835388, 0.1746560037136078, 0.8436284065246582, 344.4212951660156, 0.10402257740497589, 0.03542715311050415, 0.058054592460393906, 0.15769706666469574, 0.20365843176841736, 0.23857535421848297, 0.22439338266849518], "count": [1250]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008], "std": [0.028272955275315665], "count": [1250]}, "timestamp": {"min": [0.0], "max": [49.96], "mean": [24.98], "std": [14.433752110937752], "count": [1250]}, "frame_index": {"min": [0], "max": [1249], "mean": [624.5], "std": [360.84380277344377], "count": [1250]}, "episode_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [1250]}, "index": {"min": [236358], "max": [237607], "mean": [236982.5], "std": [360.84380277344377], "count": [1250]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1250]}}} +{"episode_index": 195, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4601758792405851]], [[0.4680535714285714]], [[0.4627850188686586]]], "std": [[[0.14994722568575028]], [[0.14792843745985196]], [[0.14916036323476403]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.474123968059446]], [[0.48049788554310613]], [[0.4741630524431995]]], "std": [[[0.09639418942326568]], [[0.09384344384028671]], [[0.09722177294883277]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.46760362005913475]], [[0.4688365633753501]], [[0.4658223613056333]]], "std": [[[0.1152789394508394]], [[0.11303678322697094]], [[0.11524537586418888]]], "count": [210]}, "states": {"min": [0.3773227334022522, 1.960353970527649, -1.178236961364746, -0.41891396045684814, -1.9274195432662964, -1.4822908639907837, 0.20671679079532623, 23.0, 0.08789999783039093, 0.2949039936065674, -0.27978599071502686, -0.4890577793121338, -0.6334215998649597, -0.4090917706489563, -0.6375682353973389, -1.0224313735961914, -2.0554568767547607, 0.02600540593266487, -0.3001442849636078, 0.5303357243537903, 1.1770153045654297, -2.206951379776001, 46.0, -0.32069599628448486, 0.2823280096054077, -0.27822500467300415, -0.44874510169029236, 0.460830420255661, -0.11605130881071091, 0.19381354749202728], "max": [0.7721860408782959, 2.045752763748169, -0.7283259034156799, 0.08290313929319382, -0.4838750958442688, -1.006060242652893, 1.0659598112106323, 880.0, 0.244486004114151, 0.40375399589538574, -0.20024800300598145, 0.4980008006095886, 0.862080454826355, 0.4000544846057892, 0.6354601979255676, -0.2759714722633362, -1.9287981986999512, 1.5679165124893188, 1.456477165222168, 2.7413363456726074, 1.7538115978240967, -0.10564477741718292, 894.0, -0.02542000077664852, 0.3910509943962097, -0.09404399991035461, 0.11350911110639572, 0.9621034264564514, 0.5273317098617554, 0.7212574481964111], "mean": [0.6214848756790161, 2.0223376750946045, -0.9233138561248779, -0.13796092569828033, -1.3373256921768188, -1.1794852018356323, 0.7128112316131592, 626.6121215820312, 0.16736476123332977, 0.3618127405643463, -0.23481659591197968, -0.20333705842494965, 0.6968134641647339, -0.2594834566116333, -0.5210447907447815, -0.6032556295394897, -2.036837100982666, 0.9882044792175293, 0.4826008379459381, 1.7112118005752563, 1.441007137298584, -1.1371277570724487, 467.6775817871094, -0.1659298986196518, 0.3390035927295685, -0.1954938769340515, -0.16386638581752777, 0.7548121809959412, 0.20928479731082916, 0.4727395474910736], "std": [0.09962910413742065, 0.01812094636261463, 0.153692826628685, 0.1514505296945572, 0.3913283348083496, 0.12036202847957611, 0.294269323348999, 281.4783935546875, 0.04375714436173439, 0.036557603627443314, 0.019114067777991295, 0.1779644787311554, 0.2166321724653244, 0.15899482369422913, 0.17436949908733368, 0.2360990196466446, 0.015973899513483047, 0.34959372878074646, 0.41738995909690857, 0.6540364623069763, 0.13297007977962494, 0.6214999556541443, 213.70465087890625, 0.08972892165184021, 0.02623356133699417, 0.03805766627192497, 0.18260470032691956, 0.18037499487400055, 0.20649465918540955, 0.16614465415477753], "count": [1253]}, "actions": {"min": [0.3773227334022522, 1.960353970527649, -1.178236961364746, -0.41891396045684814, -1.9274195432662964, -1.4822908639907837, 0.20671679079532623, 23.0, 0.08789999783039093, 0.2949039936065674, -0.27978599071502686, -0.4890577793121338, -0.6334215998649597, -0.4090917706489563, -0.6375682353973389, -1.0224313735961914, -2.0554568767547607, 0.02600540593266487, -0.3001442849636078, 0.5303357243537903, 1.1770153045654297, -2.206951379776001, 46.0, -0.32069599628448486, 0.2823280096054077, -0.27822500467300415, -0.44874510169029236, 0.460830420255661, -0.11605130881071091, 0.19381354749202728], "max": [0.7721860408782959, 2.045752763748169, -0.7283259034156799, 0.08290313929319382, -0.4838750958442688, -1.006060242652893, 1.0659598112106323, 880.0, 0.244486004114151, 0.40375399589538574, -0.20024800300598145, 0.4980008006095886, 0.862080454826355, 0.4000544846057892, 0.6354601979255676, -0.2759714722633362, -1.9287981986999512, 1.5679165124893188, 1.456477165222168, 2.7413363456726074, 1.7538115978240967, -0.10564477741718292, 894.0, -0.02542000077664852, 0.3910509943962097, -0.09404399991035461, 0.11350911110639572, 0.9621034264564514, 0.5273317098617554, 0.7212574481964111], "mean": [0.6214848756790161, 2.0223376750946045, -0.9233138561248779, -0.13796092569828033, -1.3373256921768188, -1.1794852018356323, 0.7128112316131592, 626.6121215820312, 0.16736476123332977, 0.3618127405643463, -0.23481659591197968, -0.20333705842494965, 0.6968134641647339, -0.2594834566116333, -0.5210447907447815, -0.6032556295394897, -2.036837100982666, 0.9882044792175293, 0.4826008379459381, 1.7112118005752563, 1.441007137298584, -1.1371277570724487, 467.6775817871094, -0.1659298986196518, 0.3390035927295685, -0.1954938769340515, -0.16386638581752777, 0.7548121809959412, 0.20928479731082916, 0.4727395474910736], "std": [0.09962910413742065, 0.01812094636261463, 0.153692826628685, 0.1514505296945572, 0.3913283348083496, 0.12036202847957611, 0.294269323348999, 281.4783935546875, 0.04375714436173439, 0.036557603627443314, 0.019114067777991295, 0.1779644787311554, 0.2166321724653244, 0.15899482369422913, 0.17436949908733368, 0.2360990196466446, 0.015973899513483047, 0.34959372878074646, 0.41738995909690857, 0.6540364623069763, 0.13297007977962494, 0.6214999556541443, 213.70465087890625, 0.08972892165184021, 0.02623356133699417, 0.03805766627192497, 0.18260470032691956, 0.18037499487400055, 0.20649465918540955, 0.16614465415477753], "count": [1253]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007980845969672786], "std": [0.028239115742943546], "count": [1253]}, "timestamp": {"min": [0.0], "max": [50.08], "mean": [25.040000000000003], "std": [14.46839313814772], "count": [1253]}, "frame_index": {"min": [0], "max": [1252], "mean": [626.0], "std": [361.709828453693], "count": [1253]}, "episode_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [1253]}, "index": {"min": [237608], "max": [238860], "mean": [238234.0], "std": [361.709828453693], "count": [1253]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1253]}}} +{"episode_index": 196, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.45951817588448424]], [[0.46485864348003697]], [[0.45981520962098604]]], "std": [[[0.1501895796005774]], [[0.14851217185706578]], [[0.14923893802250826]]], "count": [184]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46225171280015626]], [[0.46968890087737997]], [[0.462775178051293]]], "std": [[[0.11204193652141944]], [[0.10829651683765239]], [[0.11097855358759175]]], "count": [184]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4737013833386616]], [[0.4750826306745524]], [[0.47203264310706167]]], "std": [[[0.09989331610170378]], [[0.0980532229434677]], [[0.10066855883697902]]], "count": [184]}, "states": {"min": [0.4127529263496399, 1.9670385122299194, -0.9402961730957031, -0.4479212760925293, -2.2703068256378174, -1.5252782106399536, 0.11040953546762466, 3.0, 0.10987299680709839, 0.29247498512268066, -0.27234598994255066, -0.44395777583122253, -0.6745656728744507, -0.3811016380786896, -0.6796242594718933, -0.8425402045249939, -2.0538511276245117, 0.7963238954544067, -0.168808251619339, 0.3963293731212616, 1.051054835319519, -1.9502832889556885, 141.0, -0.2991119921207428, 0.3085159957408905, -0.2710759937763214, -0.4044901132583618, 0.45669445395469666, -0.08281832933425903, 0.32408401370048523], "max": [0.7780328392982483, 2.033954620361328, -0.4109727144241333, 0.18566812574863434, -1.1275874376296997, -1.1821116209030151, 0.9886417984962463, 884.0, 0.2557910084724426, 0.3905960023403168, -0.169731006026268, 0.4477047324180603, 0.8682023882865906, 0.3739294707775116, 0.6770903468132019, -0.33080971240997314, -1.69148588180542, 1.601618766784668, 1.2240867614746094, 2.3743109703063965, 1.5314741134643555, -0.3956661522388458, 908.0, -0.02545900084078312, 0.3998650014400482, -0.1375260055065155, 0.026937978342175484, 0.9258472919464111, 0.4972058832645416, 0.7143169045448303], "mean": [0.6146296262741089, 2.021237373352051, -0.6102929711341858, -0.10983026772737503, -1.558559775352478, -1.2743924856185913, 0.6306063532829285, 681.28759765625, 0.17357222735881805, 0.3602466881275177, -0.2242041826248169, -0.19350051879882812, 0.5698665976524353, -0.20467227697372437, -0.4435417950153351, -0.5662738084793091, -2.0312671661376953, 1.3196995258331299, 0.4529752731323242, 1.3788994550704956, 1.2869590520858765, -1.1046404838562012, 513.413330078125, -0.14699967205524445, 0.34472793340682983, -0.21407003700733185, -0.15825271606445312, 0.7725619077682495, 0.22304852306842804, 0.5037287473678589], "std": [0.08833034336566925, 0.009663674049079418, 0.15050125122070312, 0.18487142026424408, 0.38284018635749817, 0.08203697204589844, 0.31884971261024475, 301.8205871582031, 0.03326207026839256, 0.028286410495638847, 0.021993473172187805, 0.21896101534366608, 0.41560888290405273, 0.20323677361011505, 0.37041929364204407, 0.16030623018741608, 0.051767393946647644, 0.23895114660263062, 0.3616078495979309, 0.6861848831176758, 0.10357309132814407, 0.6032421588897705, 213.37338256835938, 0.071942038834095, 0.02591213397681713, 0.033297885209321976, 0.1417332887649536, 0.13022467494010925, 0.1591995805501938, 0.11054470390081406], "count": [1050]}, "actions": {"min": [0.4127529263496399, 1.9670385122299194, -0.9402961730957031, -0.4479212760925293, -2.2703068256378174, -1.5252782106399536, 0.11040953546762466, 3.0, 0.10987299680709839, 0.29247498512268066, -0.27234598994255066, -0.44395777583122253, -0.6745656728744507, -0.3811016380786896, -0.6796242594718933, -0.8425402045249939, -2.0538511276245117, 0.7963238954544067, -0.168808251619339, 0.3963293731212616, 1.051054835319519, -1.9502832889556885, 141.0, -0.2991119921207428, 0.3085159957408905, -0.2710759937763214, -0.4044901132583618, 0.45669445395469666, -0.08281832933425903, 0.32408401370048523], "max": [0.7780328392982483, 2.033954620361328, -0.4109727144241333, 0.18566812574863434, -1.1275874376296997, -1.1821116209030151, 0.9886417984962463, 884.0, 0.2557910084724426, 0.3905960023403168, -0.169731006026268, 0.4477047324180603, 0.8682023882865906, 0.3739294707775116, 0.6770903468132019, -0.33080971240997314, -1.69148588180542, 1.601618766784668, 1.2240867614746094, 2.3743109703063965, 1.5314741134643555, -0.3956661522388458, 908.0, -0.02545900084078312, 0.3998650014400482, -0.1375260055065155, 0.026937978342175484, 0.9258472919464111, 0.4972058832645416, 0.7143169045448303], "mean": [0.6146296262741089, 2.021237373352051, -0.6102929711341858, -0.10983026772737503, -1.558559775352478, -1.2743924856185913, 0.6306063532829285, 681.28759765625, 0.17357222735881805, 0.3602466881275177, -0.2242041826248169, -0.19350051879882812, 0.5698665976524353, -0.20467227697372437, -0.4435417950153351, -0.5662738084793091, -2.0312671661376953, 1.3196995258331299, 0.4529752731323242, 1.3788994550704956, 1.2869590520858765, -1.1046404838562012, 513.413330078125, -0.14699967205524445, 0.34472793340682983, -0.21407003700733185, -0.15825271606445312, 0.7725619077682495, 0.22304852306842804, 0.5037287473678589], "std": [0.08833034336566925, 0.009663674049079418, 0.15050125122070312, 0.18487142026424408, 0.38284018635749817, 0.08203697204589844, 0.31884971261024475, 301.8205871582031, 0.03326207026839256, 0.028286410495638847, 0.021993473172187805, 0.21896101534366608, 0.41560888290405273, 0.20323677361011505, 0.37041929364204407, 0.16030623018741608, 0.051767393946647644, 0.23895114660263062, 0.3616078495979309, 0.6861848831176758, 0.10357309132814407, 0.6032421588897705, 213.37338256835938, 0.071942038834095, 0.02591213397681713, 0.033297885209321976, 0.1417332887649536, 0.13022467494010925, 0.1591995805501938, 0.11054470390081406], "count": [1050]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009523809523809524], "std": [0.030845970934669804], "count": [1050]}, "timestamp": {"min": [0.0], "max": [41.96], "mean": [20.98], "std": [12.124350154406903], "count": [1050]}, "frame_index": {"min": [0], "max": [1049], "mean": [524.5], "std": [303.10875386017256], "count": [1050]}, "episode_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [1050]}, "index": {"min": [238861], "max": [239910], "mean": [239385.5], "std": [303.10875386017256], "count": [1050]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1050]}}} +{"episode_index": 197, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4719807467403205]], [[0.47575801545237384]], [[0.4719787799426031]]], "std": [[[0.129985631624698]], [[0.1305137529928191]], [[0.13163965716349285]]], "count": [197]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7058823529411765]], [[0.7254901960784313]], [[0.7372549019607844]]], "mean": [[[0.4710051404233436]], [[0.473052909657941]], [[0.4663908826432434]]], "std": [[[0.07728598755517799]], [[0.0764917499859807]], [[0.08330347624813231]]], "count": [197]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7725490196078432]], [[1.0]], [[0.9098039215686274]]], "mean": [[[0.47774402081052386]], [[0.47929173302146577]], [[0.4743133906058193]]], "std": [[[0.08364811723363894]], [[0.08374502927923605]], [[0.08900428788995099]]], "count": [197]}, "states": {"min": [0.2888171076774597, 2.0118234157562256, -2.049435615539551, -1.5554200410842896, 0.6361899971961975, 1.0685255527496338, -2.8149194717407227, 37.0, 0.0030429998878389597, 0.2962400019168854, -0.25845101475715637, -0.4697589576244354, -0.6217299699783325, -0.5090956687927246, -0.6335532069206238, -0.7682067155838013, -2.045630693435669, -2.4959256649017334, -1.5908676385879517, 0.5493423938751221, -1.6076751947402954, 0.7596545815467834, 111.0, -0.27255699038505554, 0.2990640103816986, -0.23827500641345978, -0.4827623963356018, 0.4412623643875122, -0.011675066314637661, 0.15955154597759247], "max": [0.7772125005722046, 2.0450022220611572, -0.16402605175971985, -0.07122688740491867, 2.0785999298095703, 1.3918129205703735, -0.4936489462852478, 894.0, 0.2944659888744354, 0.4099760055541992, -0.10178600251674652, 0.48731881380081177, 0.9688894152641296, 0.4987287223339081, 0.6266214847564697, -0.1745329350233078, -1.9971104860305786, -1.295924425125122, -0.1042485237121582, 2.535492181777954, -1.133120059967041, 2.7319467067718506, 848.0, -0.019920000806450844, 0.38103899359703064, -0.09986499696969986, 0.11448584496974945, 0.9824262261390686, 0.43107277154922485, 0.7423014044761658], "mean": [0.4848272204399109, 2.023101568222046, -1.0021780729293823, -0.6193847060203552, 1.4724254608154297, 1.2142934799194336, -1.8666391372680664, 708.6369018554688, 0.18412545323371887, 0.3515062630176544, -0.19713784754276276, 0.04097992926836014, 0.41854268312454224, -0.07861597836017609, -0.1624315083026886, -0.4724125266075134, -2.035581588745117, -1.9126158952713013, -0.8067664504051208, 1.694216251373291, -1.461015224456787, 1.595299243927002, 524.4306640625, -0.16425031423568726, 0.329409658908844, -0.17517799139022827, -0.13235153257846832, 0.7556580901145935, 0.24504311382770538, 0.4565510153770447], "std": [0.10151240974664688, 0.006445531267672777, 0.514337420463562, 0.5113096237182617, 0.4534201920032501, 0.1072772666811943, 0.7594627141952515, 308.34027099609375, 0.0832519680261612, 0.03554364666342735, 0.038736168295145035, 0.29926618933677673, 0.6180168390274048, 0.3158038854598999, 0.46833813190460205, 0.19095616042613983, 0.006677919067442417, 0.30980604887008667, 0.41556015610694885, 0.713108479976654, 0.0833088755607605, 0.641924262046814, 238.32305908203125, 0.08007572591304779, 0.02099805697798729, 0.028030717745423317, 0.20072102546691895, 0.21117845177650452, 0.12618021667003632, 0.20535945892333984], "count": [1154]}, "actions": {"min": [0.2888171076774597, 2.0118234157562256, -2.049435615539551, -1.5554200410842896, 0.6361899971961975, 1.0685255527496338, -2.8149194717407227, 37.0, 0.0030429998878389597, 0.2962400019168854, -0.25845101475715637, -0.4697589576244354, -0.6217299699783325, -0.5090956687927246, -0.6335532069206238, -0.7682067155838013, -2.045630693435669, -2.4959256649017334, -1.5908676385879517, 0.5493423938751221, -1.6076751947402954, 0.7596545815467834, 111.0, -0.27255699038505554, 0.2990640103816986, -0.23827500641345978, -0.4827623963356018, 0.4412623643875122, -0.011675066314637661, 0.15955154597759247], "max": [0.7772125005722046, 2.0450022220611572, -0.16402605175971985, -0.07122688740491867, 2.0785999298095703, 1.3918129205703735, -0.4936489462852478, 894.0, 0.2944659888744354, 0.4099760055541992, -0.10178600251674652, 0.48731881380081177, 0.9688894152641296, 0.4987287223339081, 0.6266214847564697, -0.1745329350233078, -1.9971104860305786, -1.295924425125122, -0.1042485237121582, 2.535492181777954, -1.133120059967041, 2.7319467067718506, 848.0, -0.019920000806450844, 0.38103899359703064, -0.09986499696969986, 0.11448584496974945, 0.9824262261390686, 0.43107277154922485, 0.7423014044761658], "mean": [0.4848272204399109, 2.023101568222046, -1.0021780729293823, -0.6193847060203552, 1.4724254608154297, 1.2142934799194336, -1.8666391372680664, 708.6369018554688, 0.18412545323371887, 0.3515062630176544, -0.19713784754276276, 0.04097992926836014, 0.41854268312454224, -0.07861597836017609, -0.1624315083026886, -0.4724125266075134, -2.035581588745117, -1.9126158952713013, -0.8067664504051208, 1.694216251373291, -1.461015224456787, 1.595299243927002, 524.4306640625, -0.16425031423568726, 0.329409658908844, -0.17517799139022827, -0.13235153257846832, 0.7556580901145935, 0.24504311382770538, 0.4565510153770447], "std": [0.10151240974664688, 0.006445531267672777, 0.514337420463562, 0.5113096237182617, 0.4534201920032501, 0.1072772666811943, 0.7594627141952515, 308.34027099609375, 0.0832519680261612, 0.03554364666342735, 0.038736168295145035, 0.29926618933677673, 0.6180168390274048, 0.3158038854598999, 0.46833813190460205, 0.19095616042613983, 0.006677919067442417, 0.30980604887008667, 0.41556015610694885, 0.713108479976654, 0.0833088755607605, 0.641924262046814, 238.32305908203125, 0.08007572591304779, 0.02099805697798729, 0.028030717745423317, 0.20072102546691895, 0.21117845177650452, 0.12618021667003632, 0.20535945892333984], "count": [1154]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008665511265164644], "std": [0.029424483269236818], "count": [1154]}, "timestamp": {"min": [0.0], "max": [46.12], "mean": [23.06], "std": [13.325239209860362], "count": [1154]}, "frame_index": {"min": [0], "max": [1153], "mean": [576.5], "std": [333.13098024650907], "count": [1154]}, "episode_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [1154]}, "index": {"min": [239911], "max": [241064], "mean": [240487.5], "std": [333.13098024650907], "count": [1154]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1154]}}} +{"episode_index": 198, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4643728667392883]], [[0.47098119362267327]], [[0.4643070868210832]]], "std": [[[0.14313901778011204]], [[0.13950096325637334]], [[0.14135091601593544]]], "count": [171]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47198194969995794]], [[0.47180760042808545]], [[0.4658389806214883]]], "std": [[[0.07958859659240392]], [[0.07734188515695181]], [[0.08184104520754597]]], "count": [171]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47517173584833544]], [[0.47288467133929596]], [[0.4695762192791347]]], "std": [[[0.09073420453595904]], [[0.08914432754881772]], [[0.09315175392365788]]], "count": [171]}, "states": {"min": [0.36267945170402527, 1.9576138257980347, -1.8862645626068115, -1.5830135345458984, -2.674682378768921, -1.70146906375885, 0.18064159154891968, 4.0, 0.002022000029683113, 0.2974820137023926, -0.28306999802589417, -0.4918842911720276, -0.5979904532432556, -0.507037341594696, -0.6413067579269409, -0.9213244318962097, -2.0541129112243652, 0.9526007771492004, -0.10592403262853622, -0.21619394421577454, 0.7020936608314514, -2.221891403198242, 32.0, -0.33761999011039734, 0.2773129940032959, -0.2731100022792816, -0.49957337975502014, -0.5532284379005432, -0.5786413550376892, -0.5822983384132385], "max": [0.9112887978553772, 2.0400631427764893, -0.5945289731025696, 0.03508111834526062, -0.7638433575630188, -0.8247379660606384, 2.8160364627838135, 711.0, 0.3582560122013092, 0.4460600018501282, -0.10397700220346451, 0.46115240454673767, 0.9928168058395386, 0.6051650047302246, 0.6354908347129822, -0.3588222563266754, -1.929688572883606, 1.7272475957870483, 1.2321326732635498, 2.675205707550049, 1.4682930707931519, -0.18627899885177612, 896.0, 0.007193999830633402, 0.44929400086402893, -0.04241599887609482, 0.600597083568573, 0.9745700359344482, 0.56332927942276, 0.743567168712616], "mean": [0.5373753309249878, 2.0194151401519775, -1.0391067266464233, -0.5713330507278442, -1.5587273836135864, -1.1305513381958008, 1.2820333242416382, 417.6603698730469, 0.20910200476646423, 0.3605058193206787, -0.20938724279403687, 0.049596257507801056, 0.367438942193985, 0.039773084223270416, -0.06015966832637787, -0.6084544658660889, -2.0422439575195312, 1.2755334377288818, 0.3820997476577759, 1.1310969591140747, 1.20856511592865, -1.0239882469177246, 611.2096557617188, -0.17882399260997772, 0.36158129572868347, -0.20913651585578918, -0.19844067096710205, 0.6433984637260437, 0.2574291229248047, 0.41655200719833374], "std": [0.11907952278852463, 0.01048565749078989, 0.40705493092536926, 0.4690118134021759, 0.6577010750770569, 0.2524822950363159, 0.7775037884712219, 208.78237915039062, 0.1035720705986023, 0.03148643299937248, 0.044963061809539795, 0.28285565972328186, 0.6350677013397217, 0.4174445569515228, 0.44693368673324585, 0.1686556339263916, 0.012664210982620716, 0.26081112027168274, 0.4379327595233917, 0.9929425716400146, 0.13520587980747223, 0.6689220070838928, 319.8469543457031, 0.10073237866163254, 0.02912013791501522, 0.047165144234895706, 0.23455043137073517, 0.316724956035614, 0.2890487611293793, 0.2607609033584595], "count": [954]}, "actions": {"min": [0.36267945170402527, 1.9576138257980347, -1.8862645626068115, -1.5830135345458984, -2.674682378768921, -1.70146906375885, 0.18064159154891968, 4.0, 0.002022000029683113, 0.2974820137023926, -0.28306999802589417, -0.4918842911720276, -0.5979904532432556, -0.507037341594696, -0.6413067579269409, -0.9213244318962097, -2.0541129112243652, 0.9526007771492004, -0.10592403262853622, -0.21619394421577454, 0.7020936608314514, -2.221891403198242, 32.0, -0.33761999011039734, 0.2773129940032959, -0.2731100022792816, -0.49957337975502014, -0.5532284379005432, -0.5786413550376892, -0.5822983384132385], "max": [0.9112887978553772, 2.0400631427764893, -0.5945289731025696, 0.03508111834526062, -0.7638433575630188, -0.8247379660606384, 2.8160364627838135, 711.0, 0.3582560122013092, 0.4460600018501282, -0.10397700220346451, 0.46115240454673767, 0.9928168058395386, 0.6051650047302246, 0.6354908347129822, -0.3588222563266754, -1.929688572883606, 1.7272475957870483, 1.2321326732635498, 2.675205707550049, 1.4682930707931519, -0.18627899885177612, 896.0, 0.007193999830633402, 0.44929400086402893, -0.04241599887609482, 0.600597083568573, 0.9745700359344482, 0.56332927942276, 0.743567168712616], "mean": [0.5373753309249878, 2.0194151401519775, -1.0391067266464233, -0.5713330507278442, -1.5587273836135864, -1.1305513381958008, 1.2820333242416382, 417.6603698730469, 0.20910200476646423, 0.3605058193206787, -0.20938724279403687, 0.049596257507801056, 0.367438942193985, 0.039773084223270416, -0.06015966832637787, -0.6084544658660889, -2.0422439575195312, 1.2755334377288818, 0.3820997476577759, 1.1310969591140747, 1.20856511592865, -1.0239882469177246, 611.2096557617188, -0.17882399260997772, 0.36158129572868347, -0.20913651585578918, -0.19844067096710205, 0.6433984637260437, 0.2574291229248047, 0.41655200719833374], "std": [0.11907952278852463, 0.01048565749078989, 0.40705493092536926, 0.4690118134021759, 0.6577010750770569, 0.2524822950363159, 0.7775037884712219, 208.78237915039062, 0.1035720705986023, 0.03148643299937248, 0.044963061809539795, 0.28285565972328186, 0.6350677013397217, 0.4174445569515228, 0.44693368673324585, 0.1686556339263916, 0.012664210982620716, 0.26081112027168274, 0.4379327595233917, 0.9929425716400146, 0.13520587980747223, 0.6689220070838928, 319.8469543457031, 0.10073237866163254, 0.02912013791501522, 0.047165144234895706, 0.23455043137073517, 0.316724956035614, 0.2890487611293793, 0.2607609033584595], "count": [954]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010482180293501049], "std": [0.0323592223069877], "count": [954]}, "timestamp": {"min": [0.0], "max": [38.12], "mean": [19.06], "std": [11.015837084246783], "count": [954]}, "frame_index": {"min": [0], "max": [953], "mean": [476.5], "std": [275.3959271061696], "count": [954]}, "episode_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [954]}, "index": {"min": [241065], "max": [242018], "mean": [241541.5], "std": [275.3959271061696], "count": [954]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [954]}}} +{"episode_index": 199, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.45952789306463326]], [[0.46567971314451706]], [[0.45887763525780684]]], "std": [[[0.13701316668622568]], [[0.13349447146384172]], [[0.13552211208793233]]], "count": [225]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7764705882352941]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4699666276325345]], [[0.47490396695715326]], [[0.46957779411764705]]], "std": [[[0.07827299557822262]], [[0.0756886346967912]], [[0.07964478438914448]]], "count": [225]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.47242370007262163]], [[0.47404264887436454]], [[0.46950241194626]]], "std": [[[0.08665907532596609]], [[0.08471754981241723]], [[0.08860942281262561]]], "count": [225]}, "states": {"min": [0.376101016998291, 2.0151572227478027, -2.011038303375244, -1.3158560991287231, -2.7374093532562256, -1.5064810514450073, 0.24324654042720795, 4.0, -0.017322000116109848, 0.2802630066871643, -0.29448598623275757, -0.45100340247154236, -0.6516838073730469, -0.5084519386291504, -0.6555719971656799, -0.9167342185974121, -2.044862747192383, -2.2362730503082275, -1.5023795366287231, 0.357164204120636, -1.7905157804489136, -0.6750409603118896, 46.0, -0.37782299518585205, 0.2683809995651245, -0.27958598732948303, -0.4999721050262451, -0.7311073541641235, -0.5611214637756348, -0.5737150311470032], "max": [0.9022130966186523, 2.0448453426361084, 0.4755673408508301, 0.1071283146739006, -0.44472736120224, -0.8410916924476624, 2.425501585006714, 646.0, 0.2724060118198395, 0.4268909990787506, -0.10615299642086029, 0.5068353414535522, 0.9868441820144653, 0.5440609455108643, 0.7023945450782776, -0.09416051208972931, -1.873837947845459, -0.20230111479759216, -0.04040437564253807, 2.8732659816741943, 1.3491919040679932, 2.7122066020965576, 897.0, -0.006959000136703253, 0.4392330050468445, -0.07489100098609924, 0.6892704963684082, 0.9753514528274536, 0.6115341186523438, 0.6346973776817322], "mean": [0.5410838723182678, 2.032855749130249, -0.7663941383361816, -0.247282475233078, -1.3842682838439941, -1.1902519464492798, 0.8143120408058167, 418.7889404296875, 0.20412276685237885, 0.3557968735694885, -0.22235454618930817, 0.16777560114860535, 0.06426896154880524, 0.21037612855434418, 0.17790648341178894, -0.5376290082931519, -2.0228071212768555, -1.5363621711730957, -0.6337478756904602, 1.9737509489059448, -0.43172094225883484, 0.9701963663101196, 547.077880859375, -0.18696412444114685, 0.3607565760612488, -0.19342125952243805, -0.0037169321440160275, 0.4733402132987976, 0.11796039342880249, 0.19620990753173828], "std": [0.10955959558486938, 0.006032241974025965, 0.7739092111587524, 0.44372132420539856, 0.777804434299469, 0.14308369159698486, 0.7054305076599121, 210.6874237060547, 0.07580047845840454, 0.036951612681150436, 0.039434030652046204, 0.3027140200138092, 0.6539667248725891, 0.3546721041202545, 0.49670037627220154, 0.23992232978343964, 0.021997623145580292, 0.6518377065658569, 0.44158676266670227, 0.8989775776863098, 1.0722321271896362, 1.1669731140136719, 312.16143798828125, 0.1085563600063324, 0.038405004888772964, 0.053657617419958115, 0.3357895314693451, 0.5586730241775513, 0.38430705666542053, 0.38853558897972107], "count": [1374]}, "actions": {"min": [0.376101016998291, 2.0151572227478027, -2.011038303375244, -1.3158560991287231, -2.7374093532562256, -1.5064810514450073, 0.24324654042720795, 4.0, -0.017322000116109848, 0.2802630066871643, -0.29448598623275757, -0.45100340247154236, -0.6516838073730469, -0.5084519386291504, -0.6555719971656799, -0.9167342185974121, -2.044862747192383, -2.2362730503082275, -1.5023795366287231, 0.357164204120636, -1.7905157804489136, -0.6750409603118896, 46.0, -0.37782299518585205, 0.2683809995651245, -0.27958598732948303, -0.4999721050262451, -0.7311073541641235, -0.5611214637756348, -0.5737150311470032], "max": [0.9022130966186523, 2.0448453426361084, 0.4755673408508301, 0.1071283146739006, -0.44472736120224, -0.8410916924476624, 2.425501585006714, 646.0, 0.2724060118198395, 0.4268909990787506, -0.10615299642086029, 0.5068353414535522, 0.9868441820144653, 0.5440609455108643, 0.7023945450782776, -0.09416051208972931, -1.873837947845459, -0.20230111479759216, -0.04040437564253807, 2.8732659816741943, 1.3491919040679932, 2.7122066020965576, 897.0, -0.006959000136703253, 0.4392330050468445, -0.07489100098609924, 0.6892704963684082, 0.9753514528274536, 0.6115341186523438, 0.6346973776817322], "mean": [0.5410838723182678, 2.032855749130249, -0.7663941383361816, -0.247282475233078, -1.3842682838439941, -1.1902519464492798, 0.8143120408058167, 418.7889404296875, 0.20412276685237885, 0.3557968735694885, -0.22235454618930817, 0.16777560114860535, 0.06426896154880524, 0.21037612855434418, 0.17790648341178894, -0.5376290082931519, -2.0228071212768555, -1.5363621711730957, -0.6337478756904602, 1.9737509489059448, -0.43172094225883484, 0.9701963663101196, 547.077880859375, -0.18696412444114685, 0.3607565760612488, -0.19342125952243805, -0.0037169321440160275, 0.4733402132987976, 0.11796039342880249, 0.19620990753173828], "std": [0.10955959558486938, 0.006032241974025965, 0.7739092111587524, 0.44372132420539856, 0.777804434299469, 0.14308369159698486, 0.7054305076599121, 210.6874237060547, 0.07580047845840454, 0.036951612681150436, 0.039434030652046204, 0.3027140200138092, 0.6539667248725891, 0.3546721041202545, 0.49670037627220154, 0.23992232978343964, 0.021997623145580292, 0.6518377065658569, 0.44158676266670227, 0.8989775776863098, 1.0722321271896362, 1.1669731140136719, 312.16143798828125, 0.1085563600063324, 0.038405004888772964, 0.053657617419958115, 0.3357895314693451, 0.5586730241775513, 0.38430705666542053, 0.38853558897972107], "count": [1374]}, "next.done": {"min": [false], "max": [true], "mean": [0.000727802037845706], "std": [0.026967987356111944], "count": [1374]}, "timestamp": {"min": [0.0], "max": [54.92], "mean": [27.46], "std": [15.865581195363335], "count": [1374]}, "frame_index": {"min": [0], "max": [1373], "mean": [686.5], "std": [396.63952988408334], "count": [1374]}, "episode_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [1374]}, "index": {"min": [242019], "max": [243392], "mean": [242705.5], "std": [396.63952988408334], "count": [1374]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1374]}}} +{"episode_index": 200, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.46798315521860917]], [[0.4727562847602809]], [[0.4686479468599034]]], "std": [[[0.1284836945484725]], [[0.12796262988434934]], [[0.12915340144346255]]], "count": [161]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48038741601713153]], [[0.48276545437015383]], [[0.47513412901392443]]], "std": [[[0.08448817208030844]], [[0.08410393414809501]], [[0.08954968399725263]]], "count": [161]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4791128884524824]], [[0.4807689405472334]], [[0.47637883631713557]]], "std": [[[0.09869682157745518]], [[0.09985131506071193]], [[0.10387920539370327]]], "count": [161]}, "states": {"min": [0.5670400261878967, 1.9486428499221802, -1.4941067695617676, -0.565556526184082, 0.9997944235801697, 0.7440513372421265, -2.8094217777252197, -1.0, 0.04749299958348274, 0.344404011964798, -0.2531690001487732, -0.4562133252620697, -0.5686573386192322, -0.5512537360191345, -0.5786660313606262, -1.0081545114517212, -2.054741144180298, -2.471386432647705, -1.088526964187622, 0.6651973128318787, -1.793378233909607, 0.9516408443450928, 4.0, -0.2255609929561615, 0.3198780119419098, -0.23455099761486053, -0.398897260427475, 0.4068792462348938, 0.07261443883180618, 0.18163731694221497], "max": [0.8763821721076965, 2.0386319160461426, -0.5197241306304932, -0.08848819881677628, 2.677300214767456, 1.5109665393829346, -1.6289334297180176, 892.0, 0.2622950077056885, 0.47021299600601196, -0.16814300417900085, 0.40516164898872375, 0.9219274520874023, 0.46234261989593506, 0.5784816145896912, -0.4656713306903839, -1.9814722537994385, -1.5046658515930176, 0.08543387055397034, 2.562946081161499, -1.0231645107269287, 2.5954792499542236, 908.0, -0.03564399853348732, 0.43357500433921814, -0.08049499988555908, 0.10234525054693222, 0.9739363789558411, 0.5009632110595703, 0.6985470652580261], "mean": [0.7129631638526917, 2.0097298622131348, -0.9766139388084412, -0.3407776355743408, 1.5510454177856445, 1.07333505153656, -2.0373001098632812, 651.6251220703125, 0.15669703483581543, 0.4007810056209564, -0.20381243526935577, -0.17825563251972198, 0.7431113123893738, -0.2541210353374481, -0.47541189193725586, -0.7144345641136169, -2.036541700363159, -2.1029186248779297, -0.5676116347312927, 1.8803234100341797, -1.3386681079864502, 1.6020171642303467, 603.7100830078125, -0.13837885856628418, 0.38002675771713257, -0.18323378264904022, -0.0710107833147049, 0.7970554232597351, 0.2679058313369751, 0.4398782551288605], "std": [0.10433869063854218, 0.016388272866606712, 0.33327996730804443, 0.14655272662639618, 0.368914395570755, 0.19450660049915314, 0.38521885871887207, 318.2220153808594, 0.06868375837802887, 0.03713366761803627, 0.018952323123812675, 0.17823146283626556, 0.198721244931221, 0.18814171850681305, 0.13697774708271027, 0.14511804282665253, 0.010634293779730797, 0.24570366740226746, 0.28268158435821533, 0.5757966041564941, 0.19577661156654358, 0.47523707151412964, 313.4023742675781, 0.05374053865671158, 0.026612453162670135, 0.03178637474775314, 0.14237138628959656, 0.16137124598026276, 0.1212664470076561, 0.1827014684677124], "count": [883]}, "actions": {"min": [0.5670400261878967, 1.9486428499221802, -1.4941067695617676, -0.565556526184082, 0.9997944235801697, 0.7440513372421265, -2.8094217777252197, -1.0, 0.04749299958348274, 0.344404011964798, -0.2531690001487732, -0.4562133252620697, -0.5686573386192322, -0.5512537360191345, -0.5786660313606262, -1.0081545114517212, -2.054741144180298, -2.471386432647705, -1.088526964187622, 0.6651973128318787, -1.793378233909607, 0.9516408443450928, 4.0, -0.2255609929561615, 0.3198780119419098, -0.23455099761486053, -0.398897260427475, 0.4068792462348938, 0.07261443883180618, 0.18163731694221497], "max": [0.8763821721076965, 2.0386319160461426, -0.5197241306304932, -0.08848819881677628, 2.677300214767456, 1.5109665393829346, -1.6289334297180176, 892.0, 0.2622950077056885, 0.47021299600601196, -0.16814300417900085, 0.40516164898872375, 0.9219274520874023, 0.46234261989593506, 0.5784816145896912, -0.4656713306903839, -1.9814722537994385, -1.5046658515930176, 0.08543387055397034, 2.562946081161499, -1.0231645107269287, 2.5954792499542236, 908.0, -0.03564399853348732, 0.43357500433921814, -0.08049499988555908, 0.10234525054693222, 0.9739363789558411, 0.5009632110595703, 0.6985470652580261], "mean": [0.7129631638526917, 2.0097298622131348, -0.9766139388084412, -0.3407776355743408, 1.5510454177856445, 1.07333505153656, -2.0373001098632812, 651.6251220703125, 0.15669703483581543, 0.4007810056209564, -0.20381243526935577, -0.17825563251972198, 0.7431113123893738, -0.2541210353374481, -0.47541189193725586, -0.7144345641136169, -2.036541700363159, -2.1029186248779297, -0.5676116347312927, 1.8803234100341797, -1.3386681079864502, 1.6020171642303467, 603.7100830078125, -0.13837885856628418, 0.38002675771713257, -0.18323378264904022, -0.0710107833147049, 0.7970554232597351, 0.2679058313369751, 0.4398782551288605], "std": [0.10433869063854218, 0.016388272866606712, 0.33327996730804443, 0.14655272662639618, 0.368914395570755, 0.19450660049915314, 0.38521885871887207, 318.2220153808594, 0.06868375837802887, 0.03713366761803627, 0.018952323123812675, 0.17823146283626556, 0.198721244931221, 0.18814171850681305, 0.13697774708271027, 0.14511804282665253, 0.010634293779730797, 0.24570366740226746, 0.28268158435821533, 0.5757966041564941, 0.19577661156654358, 0.47523707151412964, 313.4023742675781, 0.05374053865671158, 0.026612453162670135, 0.03178637474775314, 0.14237138628959656, 0.16137124598026276, 0.1212664470076561, 0.1827014684677124], "count": [883]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011325028312570782], "std": [0.033633618131183464], "count": [883]}, "timestamp": {"min": [0.0], "max": [35.28], "mean": [17.64], "std": [10.19599921537855], "count": [883]}, "frame_index": {"min": [0], "max": [882], "mean": [441.0], "std": [254.89998038446373], "count": [883]}, "episode_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [883]}, "index": {"min": [243393], "max": [244275], "mean": [243834.0], "std": [254.89998038446373], "count": [883]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [883]}}} +{"episode_index": 201, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.48371350284259707]], [[0.4882453267636256]], [[0.48328864851725817]]], "std": [[[0.1097055520180149]], [[0.10972030216428609]], [[0.1094322214313302]]], "count": [242]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47148386015907745]], [[0.47714401113406796]], [[0.47104788273780585]]], "std": [[[0.061745132168366496]], [[0.05963695212591479]], [[0.06317877806913823]]], "count": [242]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4704714415208232]], [[0.47073400363933454]], [[0.4648906401920272]]], "std": [[[0.07292325293273041]], [[0.07428155207295489]], [[0.08053952354497244]]], "count": [242]}, "states": {"min": [0.3193952441215515, 1.8329973220825195, -2.1111502647399902, -1.5272153615951538, -2.7607269287109375, -1.2301081418991089, 0.41250860691070557, -5.0, -0.03383899852633476, 0.30792099237442017, -0.2816599905490875, -0.386827290058136, -0.6048113107681274, -0.5294696092605591, -0.6159236431121826, -0.7593055963516235, -2.046276330947876, -2.302525758743286, -1.0956130027770996, -0.0024783676490187645, -1.3345484733581543, 0.8999790549278259, 5.0, -0.33668598532676697, 0.30660098791122437, -0.2740119993686676, -0.4955514669418335, 0.3230705261230469, -0.09520422667264938, 0.3110300600528717], "max": [1.1141483783721924, 2.0521929264068604, -1.280809998512268, -0.10883873701095581, 0.21146409213542938, -0.5282588005065918, 2.3986761569976807, 881.0, 0.2789100110530853, 0.47173699736595154, -0.13932999968528748, 0.43215665221214294, 0.9763137698173523, 0.5924646258354187, 0.6167547702789307, -0.2922728359699249, -1.9497597217559814, -1.856821060180664, -0.019774582237005234, 2.4007177352905273, -0.7227060198783875, 2.728036880493164, 891.0, -0.1028050035238266, 0.45002099871635437, -0.12296999990940094, -0.09921086579561234, 0.928959846496582, 0.6384284496307373, 0.5971173048019409], "mean": [0.653459370136261, 2.012587785720825, -1.7116791009902954, -0.4338212311267853, -1.1573665142059326, -0.9091567397117615, 1.1400095224380493, 538.38720703125, 0.14742104709148407, 0.38453033566474915, -0.22446273267269135, -0.02380840852856636, 0.4591461420059204, 0.07673390209674835, -0.05529509857296944, -0.475136399269104, -2.0321075916290283, -2.04420804977417, -0.3303965926170349, 0.9257516264915466, -1.039135217666626, 2.336843252182007, 682.8601684570312, -0.24267365038394928, 0.3647574484348297, -0.2285434603691101, -0.33804216980934143, 0.602183997631073, 0.40919721126556396, 0.49776870012283325], "std": [0.2227923572063446, 0.04687729850411415, 0.2323089838027954, 0.34984081983566284, 1.1458170413970947, 0.1369646042585373, 0.7192218899726868, 276.8193054199219, 0.09497439861297607, 0.04615189507603645, 0.03468506410717964, 0.28966405987739563, 0.6444964408874512, 0.313865602016449, 0.4264725148677826, 0.1555505096912384, 0.011040507815778255, 0.14135292172431946, 0.2603982388973236, 0.7582581043243408, 0.110050268471241, 0.4061903655529022, 294.4504699707031, 0.0702146589756012, 0.03079797513782978, 0.029773546382784843, 0.11183282732963562, 0.19782587885856628, 0.22063307464122772, 0.08698239922523499], "count": [1516]}, "actions": {"min": [0.3193952441215515, 1.8329973220825195, -2.1111502647399902, -1.5272153615951538, -2.7607269287109375, -1.2301081418991089, 0.41250860691070557, -5.0, -0.03383899852633476, 0.30792099237442017, -0.2816599905490875, -0.386827290058136, -0.6048113107681274, -0.5294696092605591, -0.6159236431121826, -0.7593055963516235, -2.046276330947876, -2.302525758743286, -1.0956130027770996, -0.0024783676490187645, -1.3345484733581543, 0.8999790549278259, 5.0, -0.33668598532676697, 0.30660098791122437, -0.2740119993686676, -0.4955514669418335, 0.3230705261230469, -0.09520422667264938, 0.3110300600528717], "max": [1.1141483783721924, 2.0521929264068604, -1.280809998512268, -0.10883873701095581, 0.21146409213542938, -0.5282588005065918, 2.3986761569976807, 881.0, 0.2789100110530853, 0.47173699736595154, -0.13932999968528748, 0.43215665221214294, 0.9763137698173523, 0.5924646258354187, 0.6167547702789307, -0.2922728359699249, -1.9497597217559814, -1.856821060180664, -0.019774582237005234, 2.4007177352905273, -0.7227060198783875, 2.728036880493164, 891.0, -0.1028050035238266, 0.45002099871635437, -0.12296999990940094, -0.09921086579561234, 0.928959846496582, 0.6384284496307373, 0.5971173048019409], "mean": [0.653459370136261, 2.012587785720825, -1.7116791009902954, -0.4338212311267853, -1.1573665142059326, -0.9091567397117615, 1.1400095224380493, 538.38720703125, 0.14742104709148407, 0.38453033566474915, -0.22446273267269135, -0.02380840852856636, 0.4591461420059204, 0.07673390209674835, -0.05529509857296944, -0.475136399269104, -2.0321075916290283, -2.04420804977417, -0.3303965926170349, 0.9257516264915466, -1.039135217666626, 2.336843252182007, 682.8601684570312, -0.24267365038394928, 0.3647574484348297, -0.2285434603691101, -0.33804216980934143, 0.602183997631073, 0.40919721126556396, 0.49776870012283325], "std": [0.2227923572063446, 0.04687729850411415, 0.2323089838027954, 0.34984081983566284, 1.1458170413970947, 0.1369646042585373, 0.7192218899726868, 276.8193054199219, 0.09497439861297607, 0.04615189507603645, 0.03468506410717964, 0.28966405987739563, 0.6444964408874512, 0.313865602016449, 0.4264725148677826, 0.1555505096912384, 0.011040507815778255, 0.14135292172431946, 0.2603982388973236, 0.7582581043243408, 0.110050268471241, 0.4061903655529022, 294.4504699707031, 0.0702146589756012, 0.03079797513782978, 0.029773546382784843, 0.11183282732963562, 0.19782587885856628, 0.22063307464122772, 0.08698239922523499], "count": [1516]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006596306068601583], "std": [0.02567480271243874], "count": [1516]}, "timestamp": {"min": [0.0], "max": [60.6], "mean": [30.3], "std": [17.505256353449955], "count": [1516]}, "frame_index": {"min": [0], "max": [1515], "mean": [757.5], "std": [437.63140883624885], "count": [1516]}, "episode_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [1516]}, "index": {"min": [244276], "max": [245791], "mean": [245033.5], "std": [437.63140883624885], "count": [1516]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1516]}}} +{"episode_index": 202, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4654642077432825]], [[0.4674896457425563]], [[0.46329396446078436]]], "std": [[[0.12098621825218385]], [[0.12007146751965105]], [[0.12179856578740542]]], "count": [180]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.47422070397603483]], [[0.47630492352033404]], [[0.47105096223674653]]], "std": [[[0.08762150419216459]], [[0.0868841440339787]], [[0.09128219429003408]]], "count": [180]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4814004379992738]], [[0.4809385325889615]], [[0.47668834309186636]]], "std": [[[0.08600509125514666]], [[0.08763917694021774]], [[0.09218666940091975]]], "count": [180]}, "states": {"min": [0.2727775275707245, 2.0183510780334473, -1.9574391841888428, -1.6565444469451904, 0.5515938401222229, 0.8080874085426331, -2.8637712001800537, 84.0, 0.009522000327706337, 0.28798601031303406, -0.28780999779701233, -0.4596412181854248, -0.6342494487762451, -0.5127445459365845, -0.6490934491157532, -0.7399498224258423, -2.0566086769104004, 0.8494343161582947, -0.06461208313703537, -2.9008419513702393, -1.8808016777038574, 0.5682094097137451, 66.0, -0.31034600734710693, 0.24994200468063354, -0.2883619964122772, -0.49949729442596436, -0.5263318419456482, -0.5259044170379639, -0.7318587303161621], "max": [0.7025997638702393, 2.046398639678955, -0.6625270247459412, -0.09960594028234482, 2.873213291168213, 1.3697868585586548, -0.6640628576278687, 884.0, 0.2906230092048645, 0.4180949926376343, -0.10773800313472748, 0.4926831126213074, 0.9765667915344238, 0.42467328906059265, 0.6528798937797546, 0.07295475900173187, -1.981629490852356, 1.6152323484420776, 1.529030680656433, -0.6161012649536133, -0.8370949029922485, 2.836963176727295, 885.0, -0.049970000982284546, 0.36942899227142334, -0.09387700259685516, 0.5483109951019287, 0.9337388873100281, 0.5135921239852905, 0.7049664258956909], "mean": [0.4648565948009491, 2.0248427391052246, -1.195960283279419, -0.6355212330818176, 1.7222838401794434, 1.148522138595581, -2.066999912261963, 689.224853515625, 0.1821182370185852, 0.3555571436882019, -0.19355936348438263, 0.029433127492666245, 0.3482714891433716, 0.037346113473176956, -0.06337433308362961, -0.4462627172470093, -2.0399887561798096, 1.2305281162261963, 0.488970011472702, -1.8366297483444214, -1.419709324836731, 2.054806709289551, 559.4007568359375, -0.1807297319173813, 0.3139779567718506, -0.20396600663661957, 0.029053613543510437, 0.514681339263916, 0.10022479295730591, 0.20428511500358582], "std": [0.07337092608213425, 0.006346362177282572, 0.4323606491088867, 0.5379769206047058, 0.6339475512504578, 0.14193661510944366, 0.7612360119819641, 297.4466247558594, 0.08950021117925644, 0.03380725532770157, 0.04801544174551964, 0.34113001823425293, 0.6549059152603149, 0.3005253076553345, 0.48666462302207947, 0.1718958020210266, 0.010876408778131008, 0.18703816831111908, 0.4930160641670227, 0.7529110312461853, 0.26524344086647034, 0.736503005027771, 287.33062744140625, 0.07734683156013489, 0.0367712564766407, 0.04600469395518303, 0.3046097159385681, 0.5072144269943237, 0.2835752069950104, 0.5020096302032471], "count": [1023]}, "actions": {"min": [0.2727775275707245, 2.0183510780334473, -1.9574391841888428, -1.6565444469451904, 0.5515938401222229, 0.8080874085426331, -2.8637712001800537, 84.0, 0.009522000327706337, 0.28798601031303406, -0.28780999779701233, -0.4596412181854248, -0.6342494487762451, -0.5127445459365845, -0.6490934491157532, -0.7399498224258423, -2.0566086769104004, 0.8494343161582947, -0.06461208313703537, -2.9008419513702393, -1.8808016777038574, 0.5682094097137451, 66.0, -0.31034600734710693, 0.24994200468063354, -0.2883619964122772, -0.49949729442596436, -0.5263318419456482, -0.5259044170379639, -0.7318587303161621], "max": [0.7025997638702393, 2.046398639678955, -0.6625270247459412, -0.09960594028234482, 2.873213291168213, 1.3697868585586548, -0.6640628576278687, 884.0, 0.2906230092048645, 0.4180949926376343, -0.10773800313472748, 0.4926831126213074, 0.9765667915344238, 0.42467328906059265, 0.6528798937797546, 0.07295475900173187, -1.981629490852356, 1.6152323484420776, 1.529030680656433, -0.6161012649536133, -0.8370949029922485, 2.836963176727295, 885.0, -0.049970000982284546, 0.36942899227142334, -0.09387700259685516, 0.5483109951019287, 0.9337388873100281, 0.5135921239852905, 0.7049664258956909], "mean": [0.4648565948009491, 2.0248427391052246, -1.195960283279419, -0.6355212330818176, 1.7222838401794434, 1.148522138595581, -2.066999912261963, 689.224853515625, 0.1821182370185852, 0.3555571436882019, -0.19355936348438263, 0.029433127492666245, 0.3482714891433716, 0.037346113473176956, -0.06337433308362961, -0.4462627172470093, -2.0399887561798096, 1.2305281162261963, 0.488970011472702, -1.8366297483444214, -1.419709324836731, 2.054806709289551, 559.4007568359375, -0.1807297319173813, 0.3139779567718506, -0.20396600663661957, 0.029053613543510437, 0.514681339263916, 0.10022479295730591, 0.20428511500358582], "std": [0.07337092608213425, 0.006346362177282572, 0.4323606491088867, 0.5379769206047058, 0.6339475512504578, 0.14193661510944366, 0.7612360119819641, 297.4466247558594, 0.08950021117925644, 0.03380725532770157, 0.04801544174551964, 0.34113001823425293, 0.6549059152603149, 0.3005253076553345, 0.48666462302207947, 0.1718958020210266, 0.010876408778131008, 0.18703816831111908, 0.4930160641670227, 0.7529110312461853, 0.26524344086647034, 0.736503005027771, 287.33062744140625, 0.07734683156013489, 0.0367712564766407, 0.04600469395518303, 0.3046097159385681, 0.5072144269943237, 0.2835752069950104, 0.5020096302032471], "count": [1023]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009775171065493646], "std": [0.03124998506968872], "count": [1023]}, "timestamp": {"min": [0.0], "max": [40.88], "mean": [20.439999999999998], "std": [11.812580863920749], "count": [1023]}, "frame_index": {"min": [0], "max": [1022], "mean": [511.0], "std": [295.31452159801876], "count": [1023]}, "episode_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [1023]}, "index": {"min": [245792], "max": [246814], "mean": [246303.0], "std": [295.31452159801876], "count": [1023]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1023]}}} +{"episode_index": 203, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4665622968044606]], [[0.47389482683107603]], [[0.46811624574658045]]], "std": [[[0.13921810628140488]], [[0.1357044597269782]], [[0.13775937201530725]]], "count": [194]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8823529411764706]], [[1.0]], [[1.0]]], "mean": [[[0.4684582670052557]], [[0.4697011677952968]], [[0.46469525406812207]]], "std": [[[0.085637980760114]], [[0.08478214484558987]], [[0.08849769076127839]]], "count": [194]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[1.0]], [[0.7843137254901961]]], "mean": [[[0.4743941803955259]], [[0.47182896410282327]], [[0.4687514002594165]]], "std": [[[0.09018946295881874]], [[0.08829829709044144]], [[0.09352064408678151]]], "count": [194]}, "states": {"min": [0.38721877336502075, 1.960039734840393, -1.9835493564605713, -1.408934473991394, -2.7454378604888916, -1.688536286354065, 0.4620061218738556, 11.0, -0.015962999314069748, 0.29617300629615784, -0.2881450057029724, -0.43040528893470764, -0.5768358111381531, -0.5443956255912781, -0.5775029063224792, -0.9851510524749756, -2.052262783050537, 0.7849269509315491, -0.1834515631198883, 0.2729869484901428, 0.7651174664497375, -2.5792651176452637, 34.0, -0.3354699909687042, 0.30080899596214294, -0.26284000277519226, -0.4828096926212311, 0.26292288303375244, -0.025330396369099617, 0.09879493713378906], "max": [0.952635645866394, 2.035629987716675, -0.7415904402732849, -0.06871362030506134, -0.3294832706451416, -0.6188588738441467, 2.8122315406799316, 894.0, 0.2936219871044159, 0.42177900671958923, -0.10725100338459015, 0.43925467133522034, 0.9959450364112854, 0.5526619553565979, 0.6127486824989319, -0.2989574372768402, -1.9634082317352295, 1.9434765577316284, 1.488224744796753, 2.744338274002075, 1.7595711946487427, -0.25324729084968567, 889.0, 0.01506900042295456, 0.4223729968070984, -0.10277000069618225, 0.02643953077495098, 0.9785330891609192, 0.6336985230445862, 0.6728073954582214], "mean": [0.5428041815757751, 2.0199811458587646, -1.335289716720581, -0.45572322607040405, -1.211571455001831, -1.087701439857483, 1.228983998298645, 575.742431640625, 0.18959927558898926, 0.36135756969451904, -0.22589877247810364, -0.03934536874294281, 0.40646907687187195, -0.1069749966263771, -0.13610607385635376, -0.5721168518066406, -2.0357067584991455, 1.1529076099395752, 0.5243217349052429, 1.4985250234603882, 1.2457610368728638, -1.388763427734375, 565.2531127929688, -0.1864035427570343, 0.3523845672607422, -0.2024686634540558, -0.21461713314056396, 0.6801447868347168, 0.3595432639122009, 0.44045189023017883], "std": [0.14820383489131927, 0.008320975117385387, 0.24245762825012207, 0.41907674074172974, 0.8026663661003113, 0.25266551971435547, 0.7495195865631104, 326.38262939453125, 0.07762334495782852, 0.032770730555057526, 0.044884875416755676, 0.24776387214660645, 0.5844531059265137, 0.4253530204296112, 0.4683678150177002, 0.18540941178798676, 0.01283703651279211, 0.31752654910087585, 0.517606258392334, 0.9145554900169373, 0.1597621589899063, 0.7863636612892151, 349.00372314453125, 0.10912922024726868, 0.030844349414110184, 0.04776475206017494, 0.16543613374233246, 0.24720577895641327, 0.21801021695137024, 0.1790701448917389], "count": [1126]}, "actions": {"min": [0.38721877336502075, 1.960039734840393, -1.9835493564605713, -1.408934473991394, -2.7454378604888916, -1.688536286354065, 0.4620061218738556, 11.0, -0.015962999314069748, 0.29617300629615784, -0.2881450057029724, -0.43040528893470764, -0.5768358111381531, -0.5443956255912781, -0.5775029063224792, -0.9851510524749756, -2.052262783050537, 0.7849269509315491, -0.1834515631198883, 0.2729869484901428, 0.7651174664497375, -2.5792651176452637, 34.0, -0.3354699909687042, 0.30080899596214294, -0.26284000277519226, -0.4828096926212311, 0.26292288303375244, -0.025330396369099617, 0.09879493713378906], "max": [0.952635645866394, 2.035629987716675, -0.7415904402732849, -0.06871362030506134, -0.3294832706451416, -0.6188588738441467, 2.8122315406799316, 894.0, 0.2936219871044159, 0.42177900671958923, -0.10725100338459015, 0.43925467133522034, 0.9959450364112854, 0.5526619553565979, 0.6127486824989319, -0.2989574372768402, -1.9634082317352295, 1.9434765577316284, 1.488224744796753, 2.744338274002075, 1.7595711946487427, -0.25324729084968567, 889.0, 0.01506900042295456, 0.4223729968070984, -0.10277000069618225, 0.02643953077495098, 0.9785330891609192, 0.6336985230445862, 0.6728073954582214], "mean": [0.5428041815757751, 2.0199811458587646, -1.335289716720581, -0.45572322607040405, -1.211571455001831, -1.087701439857483, 1.228983998298645, 575.742431640625, 0.18959927558898926, 0.36135756969451904, -0.22589877247810364, -0.03934536874294281, 0.40646907687187195, -0.1069749966263771, -0.13610607385635376, -0.5721168518066406, -2.0357067584991455, 1.1529076099395752, 0.5243217349052429, 1.4985250234603882, 1.2457610368728638, -1.388763427734375, 565.2531127929688, -0.1864035427570343, 0.3523845672607422, -0.2024686634540558, -0.21461713314056396, 0.6801447868347168, 0.3595432639122009, 0.44045189023017883], "std": [0.14820383489131927, 0.008320975117385387, 0.24245762825012207, 0.41907674074172974, 0.8026663661003113, 0.25266551971435547, 0.7495195865631104, 326.38262939453125, 0.07762334495782852, 0.032770730555057526, 0.044884875416755676, 0.24776387214660645, 0.5844531059265137, 0.4253530204296112, 0.4683678150177002, 0.18540941178798676, 0.01283703651279211, 0.31752654910087585, 0.517606258392334, 0.9145554900169373, 0.1597621589899063, 0.7863636612892151, 349.00372314453125, 0.10912922024726868, 0.030844349414110184, 0.04776475206017494, 0.16543613374233246, 0.24720577895641327, 0.21801021695137024, 0.1790701448917389], "count": [1126]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008880994671403197], "std": [0.029787761689606437], "count": [1126]}, "timestamp": {"min": [0.0], "max": [45.0], "mean": [22.5], "std": [13.001922934704696], "count": [1126]}, "frame_index": {"min": [0], "max": [1125], "mean": [562.5], "std": [325.0480733676174], "count": [1126]}, "episode_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [1126]}, "index": {"min": [246815], "max": [247940], "mean": [247377.5], "std": [325.0480733676174], "count": [1126]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1126]}}} +{"episode_index": 204, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4787225219756112]], [[0.4833553912112684]], [[0.478629390394275]]], "std": [[[0.13135312605765526]], [[0.13241743320975843]], [[0.132028069318809]]], "count": [216]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6705882352941176]], [[0.6470588235294118]], [[0.6313725490196078]]], "mean": [[[0.482271774199649]], [[0.48560578646968044]], [[0.48068750661916004]]], "std": [[[0.07419330492704872]], [[0.07304816181285224]], [[0.07715943097346048]]], "count": [216]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4767944939935851]], [[0.47740095372639796]], [[0.47382901196744126]]], "std": [[[0.10906817722667508]], [[0.1111499848162552]], [[0.11437032693532519]]], "count": [216]}, "states": {"min": [0.4580267667770386, 2.010793924331665, -0.0377340167760849, -0.21985913813114166, -2.8887643814086914, -1.463057279586792, 0.26886796951293945, -2.0, 0.006643000058829784, 0.3044759929180145, -0.2822369933128357, -0.4389355778694153, -0.6360505819320679, -0.4358631670475006, -0.6351150274276733, -0.6168168187141418, -2.0545144081115723, -2.2905874252319336, -1.4744892120361328, 0.02134537883102894, -1.4042744636535645, 1.110361099243164, 51.0, -0.3254519999027252, 0.2840520143508911, -0.2623080015182495, -0.3396875262260437, 0.5253136157989502, -0.04595442861318588, 0.15168868005275726], "max": [1.0569714307785034, 2.045072317123413, 0.9677676558494568, 0.3589444160461426, -2.440598726272583, -0.6548824310302734, 0.8070751428604126, 881.0, 0.22370199859142303, 0.3884600102901459, -0.205143004655838, 0.4425389766693115, 0.8963303565979004, 0.4336640536785126, 0.6398899555206299, -0.042271874845027924, -1.7743542194366455, -1.3726141452789307, -0.19484855234622955, 2.654907703399658, -0.9482723474502563, 2.5510082244873047, 784.0, -0.0734269991517067, 0.38585400581359863, -0.13299599289894104, -0.08976743370294571, 0.960796594619751, 0.43013066053390503, 0.7126588225364685], "mean": [0.7505766153335571, 2.02595853805542, 0.3528808653354645, 0.05249965190887451, -2.6752381324768066, -1.0536049604415894, 0.6683670878410339, 489.75653076171875, 0.11237288266420364, 0.3693370521068573, -0.23826251924037933, -0.18103723227977753, 0.7361826300621033, -0.21239174902439117, -0.5231307744979858, -0.44781577587127686, -2.020401954650879, -1.8165502548217773, -0.785144031047821, 1.6267986297607422, -1.1421120166778564, 1.7130703926086426, 454.3832702636719, -0.18221208453178406, 0.36110877990722656, -0.20099148154258728, -0.18301472067832947, 0.7805576920509338, 0.2881733477115631, 0.4343947470188141], "std": [0.12865880131721497, 0.007143451366573572, 0.18815240263938904, 0.16422531008720398, 0.1395495980978012, 0.22787341475486755, 0.12005572021007538, 258.8471984863281, 0.060365889221429825, 0.017333699390292168, 0.019022086635231972, 0.10715778917074203, 0.21164362132549286, 0.1341649889945984, 0.17946982383728027, 0.14025543630123138, 0.03162923455238342, 0.2930285930633545, 0.4114406406879425, 0.8549647927284241, 0.11361539363861084, 0.46127936244010925, 255.8343505859375, 0.06642653048038483, 0.02274869941174984, 0.02954309619963169, 0.08125075697898865, 0.1470256745815277, 0.15913401544094086, 0.17874832451343536], "count": [1302]}, "actions": {"min": [0.4580267667770386, 2.010793924331665, -0.0377340167760849, -0.21985913813114166, -2.8887643814086914, -1.463057279586792, 0.26886796951293945, -2.0, 0.006643000058829784, 0.3044759929180145, -0.2822369933128357, -0.4389355778694153, -0.6360505819320679, -0.4358631670475006, -0.6351150274276733, -0.6168168187141418, -2.0545144081115723, -2.2905874252319336, -1.4744892120361328, 0.02134537883102894, -1.4042744636535645, 1.110361099243164, 51.0, -0.3254519999027252, 0.2840520143508911, -0.2623080015182495, -0.3396875262260437, 0.5253136157989502, -0.04595442861318588, 0.15168868005275726], "max": [1.0569714307785034, 2.045072317123413, 0.9677676558494568, 0.3589444160461426, -2.440598726272583, -0.6548824310302734, 0.8070751428604126, 881.0, 0.22370199859142303, 0.3884600102901459, -0.205143004655838, 0.4425389766693115, 0.8963303565979004, 0.4336640536785126, 0.6398899555206299, -0.042271874845027924, -1.7743542194366455, -1.3726141452789307, -0.19484855234622955, 2.654907703399658, -0.9482723474502563, 2.5510082244873047, 784.0, -0.0734269991517067, 0.38585400581359863, -0.13299599289894104, -0.08976743370294571, 0.960796594619751, 0.43013066053390503, 0.7126588225364685], "mean": [0.7505766153335571, 2.02595853805542, 0.3528808653354645, 0.05249965190887451, -2.6752381324768066, -1.0536049604415894, 0.6683670878410339, 489.75653076171875, 0.11237288266420364, 0.3693370521068573, -0.23826251924037933, -0.18103723227977753, 0.7361826300621033, -0.21239174902439117, -0.5231307744979858, -0.44781577587127686, -2.020401954650879, -1.8165502548217773, -0.785144031047821, 1.6267986297607422, -1.1421120166778564, 1.7130703926086426, 454.3832702636719, -0.18221208453178406, 0.36110877990722656, -0.20099148154258728, -0.18301472067832947, 0.7805576920509338, 0.2881733477115631, 0.4343947470188141], "std": [0.12865880131721497, 0.007143451366573572, 0.18815240263938904, 0.16422531008720398, 0.1395495980978012, 0.22787341475486755, 0.12005572021007538, 258.8471984863281, 0.060365889221429825, 0.017333699390292168, 0.019022086635231972, 0.10715778917074203, 0.21164362132549286, 0.1341649889945984, 0.17946982383728027, 0.14025543630123138, 0.03162923455238342, 0.2930285930633545, 0.4114406406879425, 0.8549647927284241, 0.11361539363861084, 0.46127936244010925, 255.8343505859375, 0.06642653048038483, 0.02274869941174984, 0.02954309619963169, 0.08125075697898865, 0.1470256745815277, 0.15913401544094086, 0.17874832451343536], "count": [1302]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007680491551459293], "std": [0.027703054987513725], "count": [1302]}, "timestamp": {"min": [0.0], "max": [52.04], "mean": [26.02], "std": [15.034196575363337], "count": [1302]}, "frame_index": {"min": [0], "max": [1301], "mean": [650.5], "std": [375.8549143840834], "count": [1302]}, "episode_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [1302]}, "index": {"min": [247941], "max": [249242], "mean": [248591.5], "std": [375.8549143840834], "count": [1302]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1302]}}} +{"episode_index": 205, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.47704731921504234]], [[0.4824343135242603]], [[0.4788615658907241]]], "std": [[[0.13041134229508933]], [[0.13186652707179505]], [[0.1314229270691484]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7098039215686275]], [[0.7254901960784313]], [[0.7215686274509804]]], "mean": [[[0.4728276797788081]], [[0.4749878628175408]], [[0.4700935558131299]]], "std": [[[0.09972664312000962]], [[0.09582308408721915]], [[0.09820280109560613]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47703410645867544]], [[0.4775103391931485]], [[0.4732106394281851]]], "std": [[[0.11747231841565518]], [[0.11826337335291043]], [[0.12105880998541665]]], "count": [203]}, "states": {"min": [0.4720243215560913, 2.0063259601593018, -0.3798360228538513, -0.1958782970905304, -2.475714683532715, -1.4386225938796997, 0.3282615542411804, 8.0, 0.029534000903367996, 0.3079259991645813, -0.28581300377845764, -0.40403833985328674, -0.6390509605407715, -0.41334268450737, -0.6433477997779846, -0.7498981952667236, -2.054060697555542, 0.8313178420066833, -0.07675957679748535, 0.2790781557559967, 0.8590511083602905, -1.9342610836029053, 45.0, -0.26128000020980835, 0.3607810139656067, -0.26534798741340637, -0.3896673321723938, 0.5107090473175049, -0.18259400129318237, 0.26001983880996704], "max": [0.9937905073165894, 2.034512758255005, 0.27464503049850464, 0.22357669472694397, -1.5170750617980957, -0.6939080357551575, 0.9385159015655518, 891.0, 0.21649199724197388, 0.40948599576950073, -0.19929400086402893, 0.4021199345588684, 0.8821567296981812, 0.385550856590271, 0.6674882769584656, -0.3433935046195984, -1.9632163047790527, 1.5177209377288818, 1.2000185251235962, 2.535684108734131, 1.3642017841339111, -0.48774969577789307, 914.0, -0.056147001683712006, 0.42427700757980347, -0.1154320016503334, -0.09103795886039734, 0.9431369304656982, 0.5439376831054688, 0.5970428586006165], "mean": [0.7847184538841248, 2.0175888538360596, -0.06600551307201385, 0.025999734178185463, -2.304326057434082, -1.0432636737823486, 0.7624123692512512, 564.1425170898438, 0.11623558402061462, 0.3767416477203369, -0.23946316540241241, -0.1525178849697113, 0.7371190190315247, -0.22916290163993835, -0.5025684833526611, -0.6175129413604736, -2.041701078414917, 1.1781060695648193, 0.48958614468574524, 1.4695950746536255, 1.0561273097991943, -1.112636923789978, 526.994140625, -0.16513167321681976, 0.38952651619911194, -0.2135576605796814, -0.22572751343250275, 0.7584859132766724, 0.2717036008834839, 0.44576090574264526], "std": [0.11948827654123306, 0.007049582898616791, 0.17591534554958344, 0.10084590315818787, 0.1649174839258194, 0.1435786783695221, 0.108767069876194, 295.522705078125, 0.052416589111089706, 0.02117658406496048, 0.017583318054676056, 0.10672242194414139, 0.23559555411338806, 0.14304368197917938, 0.20235438644886017, 0.08405754715204239, 0.00951515045017004, 0.20259438455104828, 0.42368704080581665, 0.7429324388504028, 0.13666513562202454, 0.4439643323421478, 245.38528442382812, 0.06160465627908707, 0.01275081280618906, 0.03406282886862755, 0.08902647346258163, 0.14901575446128845, 0.23963452875614166, 0.11689551174640656], "count": [1200]}, "actions": {"min": [0.4720243215560913, 2.0063259601593018, -0.3798360228538513, -0.1958782970905304, -2.475714683532715, -1.4386225938796997, 0.3282615542411804, 8.0, 0.029534000903367996, 0.3079259991645813, -0.28581300377845764, -0.40403833985328674, -0.6390509605407715, -0.41334268450737, -0.6433477997779846, -0.7498981952667236, -2.054060697555542, 0.8313178420066833, -0.07675957679748535, 0.2790781557559967, 0.8590511083602905, -1.9342610836029053, 45.0, -0.26128000020980835, 0.3607810139656067, -0.26534798741340637, -0.3896673321723938, 0.5107090473175049, -0.18259400129318237, 0.26001983880996704], "max": [0.9937905073165894, 2.034512758255005, 0.27464503049850464, 0.22357669472694397, -1.5170750617980957, -0.6939080357551575, 0.9385159015655518, 891.0, 0.21649199724197388, 0.40948599576950073, -0.19929400086402893, 0.4021199345588684, 0.8821567296981812, 0.385550856590271, 0.6674882769584656, -0.3433935046195984, -1.9632163047790527, 1.5177209377288818, 1.2000185251235962, 2.535684108734131, 1.3642017841339111, -0.48774969577789307, 914.0, -0.056147001683712006, 0.42427700757980347, -0.1154320016503334, -0.09103795886039734, 0.9431369304656982, 0.5439376831054688, 0.5970428586006165], "mean": [0.7847184538841248, 2.0175888538360596, -0.06600551307201385, 0.025999734178185463, -2.304326057434082, -1.0432636737823486, 0.7624123692512512, 564.1425170898438, 0.11623558402061462, 0.3767416477203369, -0.23946316540241241, -0.1525178849697113, 0.7371190190315247, -0.22916290163993835, -0.5025684833526611, -0.6175129413604736, -2.041701078414917, 1.1781060695648193, 0.48958614468574524, 1.4695950746536255, 1.0561273097991943, -1.112636923789978, 526.994140625, -0.16513167321681976, 0.38952651619911194, -0.2135576605796814, -0.22572751343250275, 0.7584859132766724, 0.2717036008834839, 0.44576090574264526], "std": [0.11948827654123306, 0.007049582898616791, 0.17591534554958344, 0.10084590315818787, 0.1649174839258194, 0.1435786783695221, 0.108767069876194, 295.522705078125, 0.052416589111089706, 0.02117658406496048, 0.017583318054676056, 0.10672242194414139, 0.23559555411338806, 0.14304368197917938, 0.20235438644886017, 0.08405754715204239, 0.00951515045017004, 0.20259438455104828, 0.42368704080581665, 0.7429324388504028, 0.13666513562202454, 0.4439643323421478, 245.38528442382812, 0.06160465627908707, 0.01275081280618906, 0.03406282886862755, 0.08902647346258163, 0.14901575446128845, 0.23963452875614166, 0.11689551174640656], "count": [1200]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008333333333333334], "std": [0.02885548282196797], "count": [1200]}, "timestamp": {"min": [0.0], "max": [47.96], "mean": [23.98], "std": [13.85640164929794], "count": [1200]}, "frame_index": {"min": [0], "max": [1199], "mean": [599.5], "std": [346.4100412324485], "count": [1200]}, "episode_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [1200]}, "index": {"min": [249243], "max": [250442], "mean": [249842.5], "std": [346.4100412324485], "count": [1200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1200]}}} +{"episode_index": 206, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.46769720053659325]], [[0.47279736292665214]], [[0.46854799206205117]]], "std": [[[0.1251650090960899]], [[0.1232758785728535]], [[0.12524774234990094]]], "count": [162]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.788235294117647]], [[1.0]], [[1.0]]], "mean": [[[0.4772186213991769]], [[0.4788294299201162]], [[0.47257242243605263]]], "std": [[[0.07833703521562352]], [[0.07901226753055982]], [[0.08699428313419981]]], "count": [162]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[1.0]], [[0.7137254901960784]]], "mean": [[[0.47228480669531187]], [[0.47399349052892764]], [[0.47006345063745664]]], "std": [[[0.07787149715374736]], [[0.07633734360517101]], [[0.08041201937784595]]], "count": [162]}, "states": {"min": [0.5567076802253723, 1.9600919485092163, -2.0110905170440674, -1.4292501211166382, 0.5199161767959595, 1.0143853425979614, -2.763484477996826, 32.0, 0.00021699999342672527, 0.3132140040397644, -0.24021300673484802, -0.24022924900054932, -0.6444191932678223, -0.35785090923309326, -0.6504920125007629, -1.004576563835144, -2.0435187816619873, 0.15336208045482635, -0.08606219291687012, 1.0660645961761475, 1.0168812274932861, -2.1440672874450684, 66.0, -0.24710200726985931, 0.3271830081939697, -0.22886399924755096, -0.4975287616252899, -0.5026548504829407, -0.33888712525367737, -0.6673148274421692], "max": [0.990875780582428, 2.0386319160461426, 0.4135383069515228, -0.07970918715000153, 1.3253332376480103, 1.60872220993042, -0.7497411370277405, 897.0, 0.27501198649406433, 0.4349929988384247, -0.06277800351381302, 0.5140655040740967, 0.9805182814598083, 0.41670748591423035, 0.6924129128456116, -0.3452785015106201, -1.8484432697296143, 1.8090860843658447, 1.5383855104446411, 2.4376492500305176, 1.7886309623718262, -0.18771016597747803, 867.0, -0.025640999898314476, 0.44033199548721313, -0.11584900319576263, 0.5662661790847778, 0.9648916125297546, 0.37647131085395813, 0.7861436605453491], "mean": [0.6877810955047607, 2.016693592071533, -0.5076992511749268, -0.6316551566123962, 0.9827283024787903, 1.3767248392105103, -1.6794133186340332, 640.52197265625, 0.18307872116565704, 0.3851057291030884, -0.15399394929409027, 0.06002872437238693, 0.3949803411960602, -0.025456760078668594, -0.06826544553041458, -0.6365101933479309, -2.000446081161499, 0.9414925575256348, 0.6187185645103455, 1.941585898399353, 1.405158519744873, -1.4456944465637207, 600.8331298828125, -0.1567881852388382, 0.36474981904029846, -0.17156080901622772, -0.046895671635866165, 0.715028703212738, 0.176864892244339, 0.3700837194919586], "std": [0.10158346593379974, 0.01409501675516367, 0.7202420830726624, 0.4004577696323395, 0.26375240087509155, 0.13214917480945587, 0.552803635597229, 321.146240234375, 0.0799967423081398, 0.032099101692438126, 0.04764232784509659, 0.23587225377559662, 0.6357767581939697, 0.30048877000808716, 0.5337957143783569, 0.15643218159675598, 0.04008379951119423, 0.4731263518333435, 0.4202404320240021, 0.37685316801071167, 0.16638098657131195, 0.570300817489624, 299.14013671875, 0.0686526745557785, 0.027195783331990242, 0.02681581862270832, 0.22549816966056824, 0.3621426522731781, 0.1675008237361908, 0.32899534702301025], "count": [887]}, "actions": {"min": [0.5567076802253723, 1.9600919485092163, -2.0110905170440674, -1.4292501211166382, 0.5199161767959595, 1.0143853425979614, -2.763484477996826, 32.0, 0.00021699999342672527, 0.3132140040397644, -0.24021300673484802, -0.24022924900054932, -0.6444191932678223, -0.35785090923309326, -0.6504920125007629, -1.004576563835144, -2.0435187816619873, 0.15336208045482635, -0.08606219291687012, 1.0660645961761475, 1.0168812274932861, -2.1440672874450684, 66.0, -0.24710200726985931, 0.3271830081939697, -0.22886399924755096, -0.4975287616252899, -0.5026548504829407, -0.33888712525367737, -0.6673148274421692], "max": [0.990875780582428, 2.0386319160461426, 0.4135383069515228, -0.07970918715000153, 1.3253332376480103, 1.60872220993042, -0.7497411370277405, 897.0, 0.27501198649406433, 0.4349929988384247, -0.06277800351381302, 0.5140655040740967, 0.9805182814598083, 0.41670748591423035, 0.6924129128456116, -0.3452785015106201, -1.8484432697296143, 1.8090860843658447, 1.5383855104446411, 2.4376492500305176, 1.7886309623718262, -0.18771016597747803, 867.0, -0.025640999898314476, 0.44033199548721313, -0.11584900319576263, 0.5662661790847778, 0.9648916125297546, 0.37647131085395813, 0.7861436605453491], "mean": [0.6877810955047607, 2.016693592071533, -0.5076992511749268, -0.6316551566123962, 0.9827283024787903, 1.3767248392105103, -1.6794133186340332, 640.52197265625, 0.18307872116565704, 0.3851057291030884, -0.15399394929409027, 0.06002872437238693, 0.3949803411960602, -0.025456760078668594, -0.06826544553041458, -0.6365101933479309, -2.000446081161499, 0.9414925575256348, 0.6187185645103455, 1.941585898399353, 1.405158519744873, -1.4456944465637207, 600.8331298828125, -0.1567881852388382, 0.36474981904029846, -0.17156080901622772, -0.046895671635866165, 0.715028703212738, 0.176864892244339, 0.3700837194919586], "std": [0.10158346593379974, 0.01409501675516367, 0.7202420830726624, 0.4004577696323395, 0.26375240087509155, 0.13214917480945587, 0.552803635597229, 321.146240234375, 0.0799967423081398, 0.032099101692438126, 0.04764232784509659, 0.23587225377559662, 0.6357767581939697, 0.30048877000808716, 0.5337957143783569, 0.15643218159675598, 0.04008379951119423, 0.4731263518333435, 0.4202404320240021, 0.37685316801071167, 0.16638098657131195, 0.570300817489624, 299.14013671875, 0.0686526745557785, 0.027195783331990242, 0.02681581862270832, 0.22549816966056824, 0.3621426522731781, 0.1675008237361908, 0.32899534702301025], "count": [887]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011273957158962795], "std": [0.03355778143435675], "count": [887]}, "timestamp": {"min": [0.0], "max": [35.44], "mean": [17.72], "std": [10.242187266399693], "count": [887]}, "frame_index": {"min": [0], "max": [886], "mean": [443.0], "std": [256.0546816599923], "count": [887]}, "episode_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [887]}, "index": {"min": [250443], "max": [251329], "mean": [250886.0], "std": [256.0546816599923], "count": [887]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [887]}}} +{"episode_index": 207, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4788140462933362]], [[0.48332474047136975]], [[0.4773514048735436]]], "std": [[[0.12119977199115523]], [[0.12105355413673746]], [[0.12085547461348206]]], "count": [184]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4704121321309321]], [[0.4738618270904376]], [[0.4675196289340011]]], "std": [[[0.07605170699285801]], [[0.07399462691122302]], [[0.07944056067571562]]], "count": [184]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.478601902173913]], [[0.47701523870417734]], [[0.4714329932154021]]], "std": [[[0.10746353535970105]], [[0.11111544614877723]], [[0.11768244241652263]]], "count": [184]}, "states": {"min": [0.516896665096283, 2.0091707706451416, -0.845140814781189, -0.4717799723148346, -2.5540452003479004, -1.6115846633911133, 0.2146056890487671, 0.0, 0.029732000082731247, 0.30695900321006775, -0.26816800236701965, -0.4414180517196655, 0.5548950433731079, -0.5030380487442017, -0.6231864094734192, -0.9156870245933533, -2.0464859008789062, 0.9740508198738098, -0.007278023287653923, 0.09943141043186188, 0.6758089661598206, -2.5146877765655518, 16.0, -0.320933997631073, 0.28706198930740356, -0.27871400117874146, -0.49989524483680725, -0.43439191579818726, -0.5324798226356506, -0.541617751121521], "max": [1.1060326099395752, 2.04967999458313, 0.18411476910114288, 0.1834864467382431, -1.4924834966659546, -0.7821693420410156, 1.326904058456421, 884.0, 0.23870700597763062, 0.448837012052536, -0.16524599492549896, -0.019993234425783157, 0.9472277760505676, 0.006344597786664963, -0.2636318802833557, -0.11828096210956573, -1.9829035997390747, 1.4190399646759033, 1.3537298440933228, 2.570939779281616, 1.4761821031570435, -0.2837032675743103, 907.0, -0.05268700048327446, 0.41451799869537354, -0.09418199956417084, 0.5060297846794128, 0.9688353538513184, 0.5610448718070984, 0.6832739114761353], "mean": [0.791086733341217, 2.0266637802124023, -0.2923136353492737, -0.09612853080034256, -2.255406618118286, -1.1076980829238892, 0.7568133473396301, 520.4373779296875, 0.13015171885490417, 0.3751562237739563, -0.23579104244709015, -0.1936749666929245, 0.8139114379882812, -0.17366622388362885, -0.4800087809562683, -0.4969252049922943, -2.03719425201416, 1.211442232131958, 0.3765152394771576, 1.0218315124511719, 1.206843376159668, -0.9290516972541809, 627.666015625, -0.21876169741153717, 0.3488999903202057, -0.21858857572078705, -0.30862289667129517, 0.6423100233078003, 0.36745336651802063, 0.4528350532054901], "std": [0.19043122231960297, 0.012692876160144806, 0.41808560490608215, 0.14638501405715942, 0.2795822322368622, 0.175824835896492, 0.31015822291374207, 278.6452331542969, 0.06311475485563278, 0.03281542658805847, 0.025180436670780182, 0.09876274317502975, 0.087269127368927, 0.12367109954357147, 0.08249542117118835, 0.188129723072052, 0.006685353349894285, 0.10382414609193802, 0.4611232578754425, 0.9200000166893005, 0.13121677935123444, 0.7505537271499634, 335.1743469238281, 0.08447346091270447, 0.02868957445025444, 0.04704134538769722, 0.18799202144145966, 0.22394238412380219, 0.20582033693790436, 0.15573962032794952], "count": [1054]}, "actions": {"min": [0.516896665096283, 2.0091707706451416, -0.845140814781189, -0.4717799723148346, -2.5540452003479004, -1.6115846633911133, 0.2146056890487671, 0.0, 0.029732000082731247, 0.30695900321006775, -0.26816800236701965, -0.4414180517196655, 0.5548950433731079, -0.5030380487442017, -0.6231864094734192, -0.9156870245933533, -2.0464859008789062, 0.9740508198738098, -0.007278023287653923, 0.09943141043186188, 0.6758089661598206, -2.5146877765655518, 16.0, -0.320933997631073, 0.28706198930740356, -0.27871400117874146, -0.49989524483680725, -0.43439191579818726, -0.5324798226356506, -0.541617751121521], "max": [1.1060326099395752, 2.04967999458313, 0.18411476910114288, 0.1834864467382431, -1.4924834966659546, -0.7821693420410156, 1.326904058456421, 884.0, 0.23870700597763062, 0.448837012052536, -0.16524599492549896, -0.019993234425783157, 0.9472277760505676, 0.006344597786664963, -0.2636318802833557, -0.11828096210956573, -1.9829035997390747, 1.4190399646759033, 1.3537298440933228, 2.570939779281616, 1.4761821031570435, -0.2837032675743103, 907.0, -0.05268700048327446, 0.41451799869537354, -0.09418199956417084, 0.5060297846794128, 0.9688353538513184, 0.5610448718070984, 0.6832739114761353], "mean": [0.791086733341217, 2.0266637802124023, -0.2923136353492737, -0.09612853080034256, -2.255406618118286, -1.1076980829238892, 0.7568133473396301, 520.4373779296875, 0.13015171885490417, 0.3751562237739563, -0.23579104244709015, -0.1936749666929245, 0.8139114379882812, -0.17366622388362885, -0.4800087809562683, -0.4969252049922943, -2.03719425201416, 1.211442232131958, 0.3765152394771576, 1.0218315124511719, 1.206843376159668, -0.9290516972541809, 627.666015625, -0.21876169741153717, 0.3488999903202057, -0.21858857572078705, -0.30862289667129517, 0.6423100233078003, 0.36745336651802063, 0.4528350532054901], "std": [0.19043122231960297, 0.012692876160144806, 0.41808560490608215, 0.14638501405715942, 0.2795822322368622, 0.175824835896492, 0.31015822291374207, 278.6452331542969, 0.06311475485563278, 0.03281542658805847, 0.025180436670780182, 0.09876274317502975, 0.087269127368927, 0.12367109954357147, 0.08249542117118835, 0.188129723072052, 0.006685353349894285, 0.10382414609193802, 0.4611232578754425, 0.9200000166893005, 0.13121677935123444, 0.7505537271499634, 335.1743469238281, 0.08447346091270447, 0.02868957445025444, 0.04704134538769722, 0.18799202144145966, 0.22394238412380219, 0.20582033693790436, 0.15573962032794952], "count": [1054]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009487666034155598], "std": [0.030787439733563474], "count": [1054]}, "timestamp": {"min": [0.0], "max": [42.12], "mean": [21.06], "std": [12.17053819680954], "count": [1054]}, "frame_index": {"min": [0], "max": [1053], "mean": [526.5], "std": [304.2634549202385], "count": [1054]}, "episode_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [1054]}, "index": {"min": [251330], "max": [252383], "mean": [251856.5], "std": [304.2634549202385], "count": [1054]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1054]}}} +{"episode_index": 208, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.46872815370517573]], [[0.4725129900120709]], [[0.46901720286462933]]], "std": [[[0.13026717764395535]], [[0.1304508120826315]], [[0.13036505694725056]]], "count": [222]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7058823529411765]], [[0.6588235294117647]], [[0.6666666666666666]]], "mean": [[[0.4695127425219337]], [[0.4747000115924748]], [[0.4694257087970323]]], "std": [[[0.0918270968896]], [[0.0864418759465704]], [[0.09048851949525505]]], "count": [222]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.47888238330242006]], [[0.47928882191014544]], [[0.47477387313784375]]], "std": [[[0.11729193450942728]], [[0.11874420140239465]], [[0.12213133141993311]]], "count": [222]}, "states": {"min": [0.5078035593032837, 1.9452394247055054, 0.1292939931154251, -0.1488591432571411, -2.895693302154541, -1.490511178970337, 0.4306076467037201, 18.0, 0.03011300042271614, 0.2999419867992401, -0.2868170142173767, -0.3805657923221588, -0.6502030491828918, -0.41281694173812866, -0.6487780809402466, -0.9040805101394653, -2.0632410049438477, 0.8052425980567932, -0.07675957679748535, 0.36826446652412415, 0.8717046976089478, -2.264023780822754, 19.0, -0.2505970001220703, 0.35940998792648315, -0.2758139967918396, -0.42372554540634155, 0.5277388691902161, -0.16300106048583984, 0.22271355986595154], "max": [0.9949772953987122, 2.028177499771118, 1.1476762294769287, 0.23605577647686005, -2.202448606491089, -0.6254212856292725, 0.8730660080909729, 890.0, 0.2026129961013794, 0.4131680130958557, -0.19715000689029694, 0.31218191981315613, 0.8817960023880005, 0.39683905243873596, 0.6538570523262024, -0.3577401340007782, -2.0184733867645264, 1.311614990234375, 1.1927056312561035, 2.6242074966430664, 1.3990384340286255, -0.3344050943851471, 907.0, -0.08778300136327744, 0.42694100737571716, -0.13388200104236603, -0.06736832857131958, 0.9455855488777161, 0.4951343238353729, 0.6331914067268372], "mean": [0.7678915858268738, 2.013119697570801, 0.5082360506057739, 0.1041049063205719, -2.8481462001800537, -0.9446253776550293, 0.737003743648529, 522.0438232421875, 0.10677676647901535, 0.38143157958984375, -0.24189315736293793, -0.18191160261631012, 0.7526108622550964, -0.25543567538261414, -0.5189507603645325, -0.6592498421669006, -2.045823335647583, 1.0512436628341675, 0.28287234902381897, 1.3412152528762817, 1.0901352167129517, -0.8251350522041321, 527.073486328125, -0.16965073347091675, 0.3878104090690613, -0.2231530249118805, -0.27132511138916016, 0.7378039360046387, 0.27839395403862, 0.45713740587234497], "std": [0.1234109103679657, 0.008805730380117893, 0.22950147092342377, 0.08525481820106506, 0.11086467653512955, 0.16988317668437958, 0.0752885714173317, 290.8648376464844, 0.04968653619289398, 0.021612728014588356, 0.017455771565437317, 0.07081756740808487, 0.1661243587732315, 0.12106243520975113, 0.13660253584384918, 0.13509488105773926, 0.00699307955801487, 0.1338905394077301, 0.4036107659339905, 0.729703962802887, 0.12725389003753662, 0.5438747406005859, 307.1767272949219, 0.049933094531297684, 0.018721364438533783, 0.03963468596339226, 0.09738854318857193, 0.1436915397644043, 0.22531120479106903, 0.1210465207695961], "count": [1347]}, "actions": {"min": [0.5078035593032837, 1.9452394247055054, 0.1292939931154251, -0.1488591432571411, -2.895693302154541, -1.490511178970337, 0.4306076467037201, 18.0, 0.03011300042271614, 0.2999419867992401, -0.2868170142173767, -0.3805657923221588, -0.6502030491828918, -0.41281694173812866, -0.6487780809402466, -0.9040805101394653, -2.0632410049438477, 0.8052425980567932, -0.07675957679748535, 0.36826446652412415, 0.8717046976089478, -2.264023780822754, 19.0, -0.2505970001220703, 0.35940998792648315, -0.2758139967918396, -0.42372554540634155, 0.5277388691902161, -0.16300106048583984, 0.22271355986595154], "max": [0.9949772953987122, 2.028177499771118, 1.1476762294769287, 0.23605577647686005, -2.202448606491089, -0.6254212856292725, 0.8730660080909729, 890.0, 0.2026129961013794, 0.4131680130958557, -0.19715000689029694, 0.31218191981315613, 0.8817960023880005, 0.39683905243873596, 0.6538570523262024, -0.3577401340007782, -2.0184733867645264, 1.311614990234375, 1.1927056312561035, 2.6242074966430664, 1.3990384340286255, -0.3344050943851471, 907.0, -0.08778300136327744, 0.42694100737571716, -0.13388200104236603, -0.06736832857131958, 0.9455855488777161, 0.4951343238353729, 0.6331914067268372], "mean": [0.7678915858268738, 2.013119697570801, 0.5082360506057739, 0.1041049063205719, -2.8481462001800537, -0.9446253776550293, 0.737003743648529, 522.0438232421875, 0.10677676647901535, 0.38143157958984375, -0.24189315736293793, -0.18191160261631012, 0.7526108622550964, -0.25543567538261414, -0.5189507603645325, -0.6592498421669006, -2.045823335647583, 1.0512436628341675, 0.28287234902381897, 1.3412152528762817, 1.0901352167129517, -0.8251350522041321, 527.073486328125, -0.16965073347091675, 0.3878104090690613, -0.2231530249118805, -0.27132511138916016, 0.7378039360046387, 0.27839395403862, 0.45713740587234497], "std": [0.1234109103679657, 0.008805730380117893, 0.22950147092342377, 0.08525481820106506, 0.11086467653512955, 0.16988317668437958, 0.0752885714173317, 290.8648376464844, 0.04968653619289398, 0.021612728014588356, 0.017455771565437317, 0.07081756740808487, 0.1661243587732315, 0.12106243520975113, 0.13660253584384918, 0.13509488105773926, 0.00699307955801487, 0.1338905394077301, 0.4036107659339905, 0.729703962802887, 0.12725389003753662, 0.5438747406005859, 307.1767272949219, 0.049933094531297684, 0.018721364438533783, 0.03963468596339226, 0.09738854318857193, 0.1436915397644043, 0.22531120479106903, 0.1210465207695961], "count": [1347]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007423904974016332], "std": [0.027236728029464204], "count": [1347]}, "timestamp": {"min": [0.0], "max": [53.84], "mean": [26.919999999999998], "std": [15.553811965774393], "count": [1347]}, "frame_index": {"min": [0], "max": [1346], "mean": [673.0], "std": [388.8452991443598], "count": [1347]}, "episode_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [1347]}, "index": {"min": [252384], "max": [253730], "mean": [253057.0], "std": [388.8452991443598], "count": [1347]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1347]}}} +{"episode_index": 209, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.47843340652233113]], [[0.4818677300347222]], [[0.47748629514739926]]], "std": [[[0.11704693792856354]], [[0.11790824640196827]], [[0.1175590256653168]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7098039215686275]], [[1.0]], [[1.0]]], "mean": [[[0.4728137722971133]], [[0.4775776484204793]], [[0.4713517561104303]]], "std": [[[0.06446538775929864]], [[0.0610297822519706]], [[0.06453865468998829]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.48245456112132357]], [[0.483437288305079]], [[0.4787959420530365]]], "std": [[[0.08728493585113203]], [[0.08913582126130402]], [[0.09269786876386334]]], "count": [192]}, "states": {"min": [0.45724135637283325, 2.0049121379852295, -2.07678484916687, -1.184432864189148, -2.4991891384124756, -1.484315276145935, 0.3435855507850647, 8.0, -0.021011000499129295, 0.3451569974422455, -0.27601099014282227, -0.36516106128692627, -0.6515241861343384, -0.500002384185791, -0.6361979842185974, -0.6867870092391968, -2.0602216720581055, -0.6090500950813293, -0.3099355697631836, -0.20146335661411285, 0.4833166003227234, -1.9544546604156494, 57.0, -0.3158760070800781, 0.2915390133857727, -0.28263598680496216, -0.4979062080383301, -0.3732004463672638, -0.5615991353988647, -0.5678972005844116], "max": [0.8837824463844299, 2.058842897415161, 0.05092870816588402, 0.07096508890390396, -0.3706381618976593, -0.6146177053451538, 2.269364356994629, 880.0, 0.3204919993877411, 0.41347000002861023, -0.1465349942445755, 0.4494592845439911, 0.9542419910430908, 0.6025580167770386, 0.6722232699394226, -0.299481064081192, -1.8088243007659912, 1.691730260848999, 1.0303726196289062, 2.441209554672241, 1.563623070716858, -0.06281439960002899, 893.0, -0.09510000050067902, 0.44819799065589905, -0.13664300739765167, 0.5090486407279968, 0.9281773567199707, 0.570114254951477, 0.6602296233177185], "mean": [0.6130191087722778, 2.0281822681427, -1.25508451461792, -0.3925916254520416, -1.2223060131072998, -0.9322243928909302, 1.0226421356201172, 513.1871948242188, 0.16422849893569946, 0.3884440064430237, -0.22208158671855927, -0.18034477531909943, 0.6456714868545532, -0.22659482061862946, -0.39575472474098206, -0.48695793747901917, -2.0311896800994873, 0.8304921984672546, 0.26433002948760986, 1.3397448062896729, 1.0705739259719849, -0.7523177266120911, 629.0324096679688, -0.2061784267425537, 0.3611447513103485, -0.2314414083957672, -0.312011182308197, 0.6609985828399658, 0.359862357378006, 0.46659064292907715], "std": [0.12328668683767319, 0.011500594206154346, 0.4392854571342468, 0.2884911298751831, 0.5371848344802856, 0.1713624745607376, 0.4583631455898285, 249.99058532714844, 0.08755572140216827, 0.01998872309923172, 0.02669764682650566, 0.2078169733285904, 0.3633168637752533, 0.28488534688949585, 0.29371675848960876, 0.12586496770381927, 0.03169682249426842, 0.9123756885528564, 0.4461880624294281, 0.9890434741973877, 0.16048085689544678, 0.6194495558738708, 265.4466247558594, 0.05878952145576477, 0.03637896850705147, 0.04051480069756508, 0.14508073031902313, 0.20520851016044617, 0.1927836388349533, 0.13489781320095062], "count": [1111]}, "actions": {"min": [0.45724135637283325, 2.0049121379852295, -2.07678484916687, -1.184432864189148, -2.4991891384124756, -1.484315276145935, 0.3435855507850647, 8.0, -0.021011000499129295, 0.3451569974422455, -0.27601099014282227, -0.36516106128692627, -0.6515241861343384, -0.500002384185791, -0.6361979842185974, -0.6867870092391968, -2.0602216720581055, -0.6090500950813293, -0.3099355697631836, -0.20146335661411285, 0.4833166003227234, -1.9544546604156494, 57.0, -0.3158760070800781, 0.2915390133857727, -0.28263598680496216, -0.4979062080383301, -0.3732004463672638, -0.5615991353988647, -0.5678972005844116], "max": [0.8837824463844299, 2.058842897415161, 0.05092870816588402, 0.07096508890390396, -0.3706381618976593, -0.6146177053451538, 2.269364356994629, 880.0, 0.3204919993877411, 0.41347000002861023, -0.1465349942445755, 0.4494592845439911, 0.9542419910430908, 0.6025580167770386, 0.6722232699394226, -0.299481064081192, -1.8088243007659912, 1.691730260848999, 1.0303726196289062, 2.441209554672241, 1.563623070716858, -0.06281439960002899, 893.0, -0.09510000050067902, 0.44819799065589905, -0.13664300739765167, 0.5090486407279968, 0.9281773567199707, 0.570114254951477, 0.6602296233177185], "mean": [0.6130191087722778, 2.0281822681427, -1.25508451461792, -0.3925916254520416, -1.2223060131072998, -0.9322243928909302, 1.0226421356201172, 513.1871948242188, 0.16422849893569946, 0.3884440064430237, -0.22208158671855927, -0.18034477531909943, 0.6456714868545532, -0.22659482061862946, -0.39575472474098206, -0.48695793747901917, -2.0311896800994873, 0.8304921984672546, 0.26433002948760986, 1.3397448062896729, 1.0705739259719849, -0.7523177266120911, 629.0324096679688, -0.2061784267425537, 0.3611447513103485, -0.2314414083957672, -0.312011182308197, 0.6609985828399658, 0.359862357378006, 0.46659064292907715], "std": [0.12328668683767319, 0.011500594206154346, 0.4392854571342468, 0.2884911298751831, 0.5371848344802856, 0.1713624745607376, 0.4583631455898285, 249.99058532714844, 0.08755572140216827, 0.01998872309923172, 0.02669764682650566, 0.2078169733285904, 0.3633168637752533, 0.28488534688949585, 0.29371675848960876, 0.12586496770381927, 0.03169682249426842, 0.9123756885528564, 0.4461880624294281, 0.9890434741973877, 0.16048085689544678, 0.6194495558738708, 265.4466247558594, 0.05878952145576477, 0.03637896850705147, 0.04051480069756508, 0.14508073031902313, 0.20520851016044617, 0.1927836388349533, 0.13489781320095062], "count": [1111]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009000900090009], "std": [0.02998799504762859], "count": [1111]}, "timestamp": {"min": [0.0], "max": [44.4], "mean": [22.2], "std": [12.828717784720341], "count": [1111]}, "frame_index": {"min": [0], "max": [1110], "mean": [555.0], "std": [320.7179446180086], "count": [1111]}, "episode_index": {"min": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [1111]}, "index": {"min": [253731], "max": [254841], "mean": [254286.0], "std": [320.7179446180086], "count": [1111]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1111]}}} +{"episode_index": 210, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8823529411764706]], [[1.0]], [[1.0]]], "mean": [[[0.4745548049212653]], [[0.4807663390074736]], [[0.47674782824522216]]], "std": [[[0.11123703596007217]], [[0.11069639012207098]], [[0.11177065938168528]]], "count": [237]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.6627450980392157]], [[0.6470588235294118]], [[0.6549019607843137]]], "mean": [[[0.473764074177491]], [[0.4744598053004605]], [[0.4705776643639171]]], "std": [[[0.04711388971048054]], [[0.048219535752567606]], [[0.05438990577683726]]], "count": [237]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.48611551149995863]], [[0.4840885765698685]], [[0.47912581871707893]]], "std": [[[0.0909488241667253]], [[0.09814338053019295]], [[0.10426479830342898]]], "count": [237]}, "states": {"min": [0.47479939460754395, 1.93300461769104, -0.6185446977615356, -0.5737246870994568, -2.7948830127716064, -1.831269383430481, 0.5927137732505798, 182.0, 0.03713500127196312, 0.3323020040988922, -0.28430598974227905, -0.37529274821281433, -0.6551002264022827, -0.43777158856391907, -0.6564828753471375, -0.7691142559051514, -2.0402376651763916, 0.059690263122320175, -0.19648918509483337, 0.8701688051223755, -0.049096111208200455, -2.105285882949829, 291.0, -0.3697890043258667, 0.24849699437618256, -0.24286499619483948, -0.4990564286708832, -0.4992532432079315, -0.6005098223686218, -0.6448274850845337], "max": [1.1264878511428833, 2.029451608657837, 0.2223549485206604, 0.04735078290104866, -1.5412304401397705, -0.949162483215332, 1.213579773902893, 866.0, 0.3117319941520691, 0.40438398718833923, -0.14545699954032898, 0.44381290674209595, 0.9449725151062012, 0.5441502332687378, 0.6853164434432983, -0.005270894151180983, -1.9934452772140503, 1.7794156074523926, 1.5838688611984253, 2.665013074874878, 1.8960559368133545, -0.205093652009964, 876.0, -0.02311200089752674, 0.42309999465942383, -0.07554999738931656, 0.5883623361587524, 0.9844504594802856, 0.6385558247566223, 0.6697420477867126], "mean": [0.7056812644004822, 2.009392023086548, -0.3337841331958771, -0.22452984750270844, -2.077206611633301, -1.3395733833312988, 1.0275288820266724, 652.1737060546875, 0.17040273547172546, 0.36684221029281616, -0.20375622808933258, 0.06725029647350311, 0.2324812114238739, 0.05051160231232643, -0.026557648554444313, -0.38113340735435486, -2.029994010925293, 0.851608395576477, 0.7278630137443542, 1.5582106113433838, 1.2273849248886108, -1.1930853128433228, 573.6926879882812, -0.2548362612724304, 0.33671078085899353, -0.16704484820365906, -0.11013535410165787, 0.4701496958732605, 0.09006404876708984, 0.23500964045524597], "std": [0.16499553620815277, 0.01823567971587181, 0.13117735087871552, 0.1617405265569687, 0.39805400371551514, 0.1657046377658844, 0.1395774781703949, 227.08673095703125, 0.06431601196527481, 0.01802775450050831, 0.0351283885538578, 0.1720695048570633, 0.6937949061393738, 0.2982448637485504, 0.5816048383712769, 0.23082458972930908, 0.006313665304332972, 0.556292712688446, 0.528498113155365, 0.6413618326187134, 0.45087701082229614, 0.6321489214897156, 222.50685119628906, 0.1049395427107811, 0.035387951880693436, 0.035407375544309616, 0.37245991826057434, 0.45800966024398804, 0.4070807099342346, 0.4350576400756836], "count": [1474]}, "actions": {"min": [0.47479939460754395, 1.93300461769104, -0.6185446977615356, -0.5737246870994568, -2.7948830127716064, -1.831269383430481, 0.5927137732505798, 182.0, 0.03713500127196312, 0.3323020040988922, -0.28430598974227905, -0.37529274821281433, -0.6551002264022827, -0.43777158856391907, -0.6564828753471375, -0.7691142559051514, -2.0402376651763916, 0.059690263122320175, -0.19648918509483337, 0.8701688051223755, -0.049096111208200455, -2.105285882949829, 291.0, -0.3697890043258667, 0.24849699437618256, -0.24286499619483948, -0.4990564286708832, -0.4992532432079315, -0.6005098223686218, -0.6448274850845337], "max": [1.1264878511428833, 2.029451608657837, 0.2223549485206604, 0.04735078290104866, -1.5412304401397705, -0.949162483215332, 1.213579773902893, 866.0, 0.3117319941520691, 0.40438398718833923, -0.14545699954032898, 0.44381290674209595, 0.9449725151062012, 0.5441502332687378, 0.6853164434432983, -0.005270894151180983, -1.9934452772140503, 1.7794156074523926, 1.5838688611984253, 2.665013074874878, 1.8960559368133545, -0.205093652009964, 876.0, -0.02311200089752674, 0.42309999465942383, -0.07554999738931656, 0.5883623361587524, 0.9844504594802856, 0.6385558247566223, 0.6697420477867126], "mean": [0.7056812644004822, 2.009392023086548, -0.3337841331958771, -0.22452984750270844, -2.077206611633301, -1.3395733833312988, 1.0275288820266724, 652.1737060546875, 0.17040273547172546, 0.36684221029281616, -0.20375622808933258, 0.06725029647350311, 0.2324812114238739, 0.05051160231232643, -0.026557648554444313, -0.38113340735435486, -2.029994010925293, 0.851608395576477, 0.7278630137443542, 1.5582106113433838, 1.2273849248886108, -1.1930853128433228, 573.6926879882812, -0.2548362612724304, 0.33671078085899353, -0.16704484820365906, -0.11013535410165787, 0.4701496958732605, 0.09006404876708984, 0.23500964045524597], "std": [0.16499553620815277, 0.01823567971587181, 0.13117735087871552, 0.1617405265569687, 0.39805400371551514, 0.1657046377658844, 0.1395774781703949, 227.08673095703125, 0.06431601196527481, 0.01802775450050831, 0.0351283885538578, 0.1720695048570633, 0.6937949061393738, 0.2982448637485504, 0.5816048383712769, 0.23082458972930908, 0.006313665304332972, 0.556292712688446, 0.528498113155365, 0.6413618326187134, 0.45087701082229614, 0.6321489214897156, 222.50685119628906, 0.1049395427107811, 0.035387951880693436, 0.035407375544309616, 0.37245991826057434, 0.45800966024398804, 0.4070807099342346, 0.4350576400756836], "count": [1474]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006784260515603799], "std": [0.026037776204064434], "count": [1474]}, "timestamp": {"min": [0.0], "max": [58.92], "mean": [29.460000000000004], "std": [17.02028201881508], "count": [1474]}, "frame_index": {"min": [0], "max": [1473], "mean": [736.5], "std": [425.50705047037707], "count": [1474]}, "episode_index": {"min": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [1474]}, "index": {"min": [254842], "max": [256315], "mean": [255578.5], "std": [425.50705047037707], "count": [1474]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1474]}}} +{"episode_index": 211, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4627067453583998]], [[0.4689820014544279]], [[0.46071182463369964]]], "std": [[[0.1505002035394079]], [[0.149065024811594]], [[0.14956410647889612]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4731662525587158]], [[0.47904028406234284]], [[0.47280367916397326]]], "std": [[[0.07457296589014999]], [[0.07158537335548115]], [[0.07565096886605475]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648159183545213]], [[0.465591337175896]], [[0.4629402281746032]]], "std": [[[0.1315367864086135]], [[0.13095479238381524]], [[0.13288535850445102]]], "count": [182]}, "states": {"min": [0.5593256950378418, 2.012486696243286, -0.635247528553009, -0.2393195480108261, -2.426793098449707, -1.5255050659179688, -0.03385939076542854, -5.0, 0.03444699943065643, 0.31167900562286377, -0.27488499879837036, -0.35931432247161865, -0.6291643381118774, -0.48820146918296814, -0.6353473663330078, -0.9185668230056763, -2.051093578338623, 0.1368512660264969, -0.27057841420173645, 0.563880980014801, 1.1195589303970337, -2.1216046810150146, 28.0, -0.2976430058479309, 0.32817700505256653, -0.2765749990940094, -0.48118358850479126, 0.32508036494255066, -0.21978841722011566, 0.09894496202468872], "max": [1.084512710571289, 2.044862747192383, 0.12894493341445923, 0.2755874991416931, -1.1526329517364502, -0.7266677618026733, 1.287232756614685, 892.0, 0.19023199379444122, 0.428849995136261, -0.1776379942893982, 0.5289099812507629, 0.9143268465995789, 0.41175350546836853, 0.6544380784034729, -0.2105041742324829, -1.8619871139526367, 1.7027781009674072, 1.6757256984710693, 2.87200927734375, 1.6671733856201172, -0.22396063804626465, 918.0, -0.030868999660015106, 0.4079799950122833, -0.09651599824428558, -0.014980914071202278, 0.9667124152183533, 0.5614099502563477, 0.6964572668075562], "mean": [0.8247004747390747, 2.0254764556884766, -0.2718539834022522, -0.07094357907772064, -2.2394564151763916, -1.1376428604125977, 1.013944387435913, 514.1680908203125, 0.11504719406366348, 0.38097941875457764, -0.2265782654285431, -0.06374630331993103, 0.7237823605537415, -0.23476542532444, -0.47968605160713196, -0.5975788831710815, -2.033663034439087, 0.7906206846237183, 0.3568766117095947, 1.626535415649414, 1.3175171613693237, -0.9949542880058289, 565.4850463867188, -0.18543612957000732, 0.36050236225128174, -0.2045782208442688, -0.23710927367210388, 0.6825337409973145, 0.31919339299201965, 0.470633864402771], "std": [0.12535147368907928, 0.006462754216045141, 0.18910139799118042, 0.1056668609380722, 0.2568018436431885, 0.14228270947933197, 0.25145962834358215, 243.6858673095703, 0.044583000242710114, 0.029250042513012886, 0.019260328263044357, 0.13611385226249695, 0.28763142228126526, 0.16821447014808655, 0.23938791453838348, 0.1405087411403656, 0.02328556403517723, 0.46347787976264954, 0.5401020050048828, 0.7361912131309509, 0.15304282307624817, 0.6359260678291321, 299.19305419921875, 0.06694990396499634, 0.0194291602820158, 0.04878119379281998, 0.1430618017911911, 0.19735229015350342, 0.23663686215877533, 0.1978270411491394], "count": [1035]}, "actions": {"min": [0.5593256950378418, 2.012486696243286, -0.635247528553009, -0.2393195480108261, -2.426793098449707, -1.5255050659179688, -0.03385939076542854, -5.0, 0.03444699943065643, 0.31167900562286377, -0.27488499879837036, -0.35931432247161865, -0.6291643381118774, -0.48820146918296814, -0.6353473663330078, -0.9185668230056763, -2.051093578338623, 0.1368512660264969, -0.27057841420173645, 0.563880980014801, 1.1195589303970337, -2.1216046810150146, 28.0, -0.2976430058479309, 0.32817700505256653, -0.2765749990940094, -0.48118358850479126, 0.32508036494255066, -0.21978841722011566, 0.09894496202468872], "max": [1.084512710571289, 2.044862747192383, 0.12894493341445923, 0.2755874991416931, -1.1526329517364502, -0.7266677618026733, 1.287232756614685, 892.0, 0.19023199379444122, 0.428849995136261, -0.1776379942893982, 0.5289099812507629, 0.9143268465995789, 0.41175350546836853, 0.6544380784034729, -0.2105041742324829, -1.8619871139526367, 1.7027781009674072, 1.6757256984710693, 2.87200927734375, 1.6671733856201172, -0.22396063804626465, 918.0, -0.030868999660015106, 0.4079799950122833, -0.09651599824428558, -0.014980914071202278, 0.9667124152183533, 0.5614099502563477, 0.6964572668075562], "mean": [0.8247004747390747, 2.0254764556884766, -0.2718539834022522, -0.07094357907772064, -2.2394564151763916, -1.1376428604125977, 1.013944387435913, 514.1680908203125, 0.11504719406366348, 0.38097941875457764, -0.2265782654285431, -0.06374630331993103, 0.7237823605537415, -0.23476542532444, -0.47968605160713196, -0.5975788831710815, -2.033663034439087, 0.7906206846237183, 0.3568766117095947, 1.626535415649414, 1.3175171613693237, -0.9949542880058289, 565.4850463867188, -0.18543612957000732, 0.36050236225128174, -0.2045782208442688, -0.23710927367210388, 0.6825337409973145, 0.31919339299201965, 0.470633864402771], "std": [0.12535147368907928, 0.006462754216045141, 0.18910139799118042, 0.1056668609380722, 0.2568018436431885, 0.14228270947933197, 0.25145962834358215, 243.6858673095703, 0.044583000242710114, 0.029250042513012886, 0.019260328263044357, 0.13611385226249695, 0.28763142228126526, 0.16821447014808655, 0.23938791453838348, 0.1405087411403656, 0.02328556403517723, 0.46347787976264954, 0.5401020050048828, 0.7361912131309509, 0.15304282307624817, 0.6359260678291321, 299.19305419921875, 0.06694990396499634, 0.0194291602820158, 0.04878119379281998, 0.1430618017911911, 0.19735229015350342, 0.23663686215877533, 0.1978270411491394], "count": [1035]}, "next.done": {"min": [false], "max": [true], "mean": [0.000966183574879227], "std": [0.031068473798673484], "count": [1035]}, "timestamp": {"min": [0.0], "max": [41.36], "mean": [20.68], "std": [11.951144993960481], "count": [1035]}, "frame_index": {"min": [0], "max": [1034], "mean": [517.0], "std": [298.77862484901203], "count": [1035]}, "episode_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [1035]}, "index": {"min": [256316], "max": [257350], "mean": [256833.0], "std": [298.77862484901203], "count": [1035]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1035]}}} +{"episode_index": 212, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661943633609223]], [[0.47512398799553324]], [[0.4687979583374388]]], "std": [[[0.1381805515545113]], [[0.1344251872086065]], [[0.13711654856399494]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4710550505796959]], [[0.47020007718330215]], [[0.4655019285561796]]], "std": [[[0.07708372291530294]], [[0.07521258475613664]], [[0.07968278975046504]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[0.9176470588235294]]], "mean": [[[0.4743210425082931]], [[0.4753017867113345]], [[0.4717857332003153]]], "std": [[[0.07756567218248675]], [[0.07433853334019669]], [[0.0791534302570941]]], "count": [199]}, "states": {"min": [0.4463505148887634, 1.9885756969451904, -1.970651388168335, -1.484332799911499, -2.759382963180542, -1.5459603071212769, 0.14076080918312073, 7.0, -0.003189000068232417, 0.2980479896068573, -0.28505098819732666, -0.4997859001159668, -0.6526317000389099, -0.487324595451355, -0.6705508232116699, -1.0260791778564453, -2.0502734184265137, 0.8480903506278992, -0.01785471849143505, 0.018325956538319588, 0.4141840934753418, -2.7557003498077393, 39.0, -0.30668601393699646, 0.32300499081611633, -0.259568989276886, -0.4963245689868927, 0.35746997594833374, -0.07976488769054413, 0.04792245104908943], "max": [0.8622276186943054, 2.040255069732666, 0.4507836103439331, 0.1275835633277893, -0.6562263369560242, -1.0872005224227905, 2.580050468444824, 907.0, 0.2982569932937622, 0.42306798696517944, -0.0919869989156723, 0.5893063545227051, 0.9915019869804382, 0.48609045147895813, 0.7431390881538391, -0.18617425858974457, -1.8629471063613892, 1.8623712062835693, 1.4843851327896118, 2.826525926589966, 1.6565792560577393, -0.45268604159355164, 883.0, 0.009274999611079693, 0.4431830048561096, -0.06938699632883072, 0.0378916934132576, 0.9880239963531494, 0.6238459348678589, 0.7473229169845581], "mean": [0.5549116134643555, 2.0251221656799316, -0.5838121771812439, -0.22223225235939026, -1.4775584936141968, -1.2261033058166504, 0.6422353982925415, 602.59912109375, 0.21408122777938843, 0.3549096882343292, -0.22068630158901215, 0.21848079562187195, 0.028591398149728775, 0.1879410743713379, 0.15516817569732666, -0.655750036239624, -2.0316038131713867, 1.2809457778930664, 0.5770975947380066, 1.5016753673553467, 1.218992829322815, -1.4104429483413696, 519.299560546875, -0.15779820084571838, 0.3707306981086731, -0.18536236882209778, -0.2058611363172531, 0.7233858704566956, 0.3049893081188202, 0.40426602959632874], "std": [0.10231395065784454, 0.0072766076773405075, 0.6348419785499573, 0.4936862885951996, 0.6454991698265076, 0.11368951946496964, 0.8184815645217896, 303.0589904785156, 0.08131139725446701, 0.022507494315505028, 0.03969791904091835, 0.3592178225517273, 0.6672314405441284, 0.3407455384731293, 0.4491179883480072, 0.22162935137748718, 0.026195133104920387, 0.290413498878479, 0.47698959708213806, 0.977107048034668, 0.21901237964630127, 0.8308697938919067, 257.5234375, 0.10723655670881271, 0.02680797688663006, 0.05571059510111809, 0.17348629236221313, 0.22617483139038086, 0.2385421097278595, 0.19932223856449127], "count": [1165]}, "actions": {"min": [0.4463505148887634, 1.9885756969451904, -1.970651388168335, -1.484332799911499, -2.759382963180542, -1.5459603071212769, 0.14076080918312073, 7.0, -0.003189000068232417, 0.2980479896068573, -0.28505098819732666, -0.4997859001159668, -0.6526317000389099, -0.487324595451355, -0.6705508232116699, -1.0260791778564453, -2.0502734184265137, 0.8480903506278992, -0.01785471849143505, 0.018325956538319588, 0.4141840934753418, -2.7557003498077393, 39.0, -0.30668601393699646, 0.32300499081611633, -0.259568989276886, -0.4963245689868927, 0.35746997594833374, -0.07976488769054413, 0.04792245104908943], "max": [0.8622276186943054, 2.040255069732666, 0.4507836103439331, 0.1275835633277893, -0.6562263369560242, -1.0872005224227905, 2.580050468444824, 907.0, 0.2982569932937622, 0.42306798696517944, -0.0919869989156723, 0.5893063545227051, 0.9915019869804382, 0.48609045147895813, 0.7431390881538391, -0.18617425858974457, -1.8629471063613892, 1.8623712062835693, 1.4843851327896118, 2.826525926589966, 1.6565792560577393, -0.45268604159355164, 883.0, 0.009274999611079693, 0.4431830048561096, -0.06938699632883072, 0.0378916934132576, 0.9880239963531494, 0.6238459348678589, 0.7473229169845581], "mean": [0.5549116134643555, 2.0251221656799316, -0.5838121771812439, -0.22223225235939026, -1.4775584936141968, -1.2261033058166504, 0.6422353982925415, 602.59912109375, 0.21408122777938843, 0.3549096882343292, -0.22068630158901215, 0.21848079562187195, 0.028591398149728775, 0.1879410743713379, 0.15516817569732666, -0.655750036239624, -2.0316038131713867, 1.2809457778930664, 0.5770975947380066, 1.5016753673553467, 1.218992829322815, -1.4104429483413696, 519.299560546875, -0.15779820084571838, 0.3707306981086731, -0.18536236882209778, -0.2058611363172531, 0.7233858704566956, 0.3049893081188202, 0.40426602959632874], "std": [0.10231395065784454, 0.0072766076773405075, 0.6348419785499573, 0.4936862885951996, 0.6454991698265076, 0.11368951946496964, 0.8184815645217896, 303.0589904785156, 0.08131139725446701, 0.022507494315505028, 0.03969791904091835, 0.3592178225517273, 0.6672314405441284, 0.3407455384731293, 0.4491179883480072, 0.22162935137748718, 0.026195133104920387, 0.290413498878479, 0.47698959708213806, 0.977107048034668, 0.21901237964630127, 0.8308697938919067, 257.5234375, 0.10723655670881271, 0.02680797688663006, 0.05571059510111809, 0.17348629236221313, 0.22617483139038086, 0.2385421097278595, 0.19932223856449127], "count": [1165]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008583690987124463], "std": [0.029285359844175074], "count": [1165]}, "timestamp": {"min": [0.0], "max": [46.56], "mean": [23.279999999999998], "std": [13.452256316321064], "count": [1165]}, "frame_index": {"min": [0], "max": [1164], "mean": [582.0], "std": [336.30640790802664], "count": [1165]}, "episode_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [1165]}, "index": {"min": [257351], "max": [258515], "mean": [257933.0], "std": [336.30640790802664], "count": [1165]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1165]}}} +{"episode_index": 213, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47409702885594124]], [[0.4784418427890282]], [[0.4741694424354441]]], "std": [[[0.10728676619335288]], [[0.10729797857192196]], [[0.10765712896906693]]], "count": [244]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.796078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4724343257794921]], [[0.473746802341155]], [[0.4676037305461802]]], "std": [[[0.0703077593759667]], [[0.07174480651018278]], [[0.0765450061695799]]], "count": [244]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48506400926149146]], [[0.4832992950083039]], [[0.47822906956498445]]], "std": [[[0.09095296366025565]], [[0.09275930516967024]], [[0.09805395261502643]]], "count": [244]}, "states": {"min": [0.41809362173080444, 1.892827033996582, -1.0322401523590088, -0.6260321736335754, -2.606369972229004, -1.7671284675598145, 0.5526585578918457, 82.0, 0.03382299840450287, 0.3078469932079315, -0.25914400815963745, -0.3986627161502838, -0.6386896967887878, -0.4985000193119049, -0.6548893451690674, -0.874532163143158, -2.0466604232788086, 0.010855947621166706, -0.4132590889930725, 0.4329289197921753, 1.0038435459136963, -1.1094011068344116, 40.0, -0.32798901200294495, 0.27468299865722656, -0.2828589975833893, -0.4999825954437256, -0.4856345057487488, -0.5389111638069153, -0.6313140392303467], "max": [1.1351447105407715, 2.039853572845459, 0.3741636872291565, 0.004014257807284594, -1.3115626573562622, -0.7743328809738159, 1.454225778579712, 767.0, 0.34860798716545105, 0.4466190040111542, -0.13298299908638, 0.4625004231929779, 0.9297698736190796, 0.5236408114433289, 0.6720973253250122, -0.3036174774169922, -2.014284610748291, 0.9026493430137634, 0.5982291102409363, 2.2720346450805664, 1.6151801347732544, 0.18414968252182007, 892.0, -0.10143200308084488, 0.39906299114227295, -0.15355999767780304, 0.5746133327484131, 0.913811206817627, 0.5464986562728882, 0.650528609752655], "mean": [0.7065743207931519, 2.0154261589050293, -0.419834166765213, -0.2249351292848587, -1.9568920135498047, -1.195732593536377, 1.0964170694351196, 529.6005249023438, 0.18860062956809998, 0.3750670254230499, -0.2171831876039505, 0.09232073277235031, 0.3456920385360718, -0.0018475622637197375, -0.09694072604179382, -0.5192269682884216, -2.0338923931121826, 0.5406992435455322, 0.001255792216397822, 1.3095861673355103, 1.3370506763458252, -0.4698934853076935, 673.843505859375, -0.21713808178901672, 0.3289868235588074, -0.23352837562561035, -0.21208535134792328, 0.4705789387226105, 0.19649004936218262, 0.36489447951316833], "std": [0.20725153386592865, 0.021745715290308, 0.33693763613700867, 0.13445602357387543, 0.42857328057289124, 0.19440105557441711, 0.2920423448085785, 236.37350463867188, 0.09127084910869598, 0.02560431882739067, 0.024520864710211754, 0.23164184391498566, 0.6399678587913513, 0.37125009298324585, 0.511400043964386, 0.18078108131885529, 0.005949651822447777, 0.3680795133113861, 0.2563144266605377, 0.6008754968643188, 0.15741416811943054, 0.30890539288520813, 310.52215576171875, 0.07051458209753036, 0.03997216373682022, 0.030436111614108086, 0.34749287366867065, 0.40815040469169617, 0.34570884704589844, 0.39365649223327637], "count": [1527]}, "actions": {"min": [0.41809362173080444, 1.892827033996582, -1.0322401523590088, -0.6260321736335754, -2.606369972229004, -1.7671284675598145, 0.5526585578918457, 82.0, 0.03382299840450287, 0.3078469932079315, -0.25914400815963745, -0.3986627161502838, -0.6386896967887878, -0.4985000193119049, -0.6548893451690674, -0.874532163143158, -2.0466604232788086, 0.010855947621166706, -0.4132590889930725, 0.4329289197921753, 1.0038435459136963, -1.1094011068344116, 40.0, -0.32798901200294495, 0.27468299865722656, -0.2828589975833893, -0.4999825954437256, -0.4856345057487488, -0.5389111638069153, -0.6313140392303467], "max": [1.1351447105407715, 2.039853572845459, 0.3741636872291565, 0.004014257807284594, -1.3115626573562622, -0.7743328809738159, 1.454225778579712, 767.0, 0.34860798716545105, 0.4466190040111542, -0.13298299908638, 0.4625004231929779, 0.9297698736190796, 0.5236408114433289, 0.6720973253250122, -0.3036174774169922, -2.014284610748291, 0.9026493430137634, 0.5982291102409363, 2.2720346450805664, 1.6151801347732544, 0.18414968252182007, 892.0, -0.10143200308084488, 0.39906299114227295, -0.15355999767780304, 0.5746133327484131, 0.913811206817627, 0.5464986562728882, 0.650528609752655], "mean": [0.7065743207931519, 2.0154261589050293, -0.419834166765213, -0.2249351292848587, -1.9568920135498047, -1.195732593536377, 1.0964170694351196, 529.6005249023438, 0.18860062956809998, 0.3750670254230499, -0.2171831876039505, 0.09232073277235031, 0.3456920385360718, -0.0018475622637197375, -0.09694072604179382, -0.5192269682884216, -2.0338923931121826, 0.5406992435455322, 0.001255792216397822, 1.3095861673355103, 1.3370506763458252, -0.4698934853076935, 673.843505859375, -0.21713808178901672, 0.3289868235588074, -0.23352837562561035, -0.21208535134792328, 0.4705789387226105, 0.19649004936218262, 0.36489447951316833], "std": [0.20725153386592865, 0.021745715290308, 0.33693763613700867, 0.13445602357387543, 0.42857328057289124, 0.19440105557441711, 0.2920423448085785, 236.37350463867188, 0.09127084910869598, 0.02560431882739067, 0.024520864710211754, 0.23164184391498566, 0.6399678587913513, 0.37125009298324585, 0.511400043964386, 0.18078108131885529, 0.005949651822447777, 0.3680795133113861, 0.2563144266605377, 0.6008754968643188, 0.15741416811943054, 0.30890539288520813, 310.52215576171875, 0.07051458209753036, 0.03997216373682022, 0.030436111614108086, 0.34749287366867065, 0.40815040469169617, 0.34570884704589844, 0.39365649223327637], "count": [1527]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006548788474132286], "std": [0.025582220019154694], "count": [1527]}, "timestamp": {"min": [0.0], "max": [61.04], "mean": [30.52], "std": [17.632273440105976], "count": [1527]}, "frame_index": {"min": [0], "max": [1526], "mean": [763.0], "std": [440.8068360026494], "count": [1527]}, "episode_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [1527]}, "index": {"min": [258516], "max": [260042], "mean": [259279.0], "std": [440.8068360026494], "count": [1527]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1527]}}} +{"episode_index": 214, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4664158496732026]], [[0.4725958554474421]], [[0.4666620457393484]]], "std": [[[0.1373504805689219]], [[0.1338980461221294]], [[0.13580122115004234]]], "count": [266]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698063917452946]], [[0.46936133609145414]], [[0.4643184055420414]]], "std": [[[0.08534918620288352]], [[0.08275754545000026]], [[0.08663343669886181]]], "count": [266]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4740045825347683]], [[0.47021165352105754]], [[0.46637352879748395]]], "std": [[[0.08243503463011727]], [[0.08063668028109788]], [[0.08406119792618509]]], "count": [266]}, "states": {"min": [0.44429099559783936, 2.0216848850250244, -1.94785737991333, -1.426597237586975, -2.6155505180358887, -1.6684999465942383, -0.01621410995721817, -7.0, -0.008704000152647495, 0.2865239977836609, -0.2908329963684082, -0.49795177578926086, -0.6967692375183105, -0.4670230746269226, -0.6791573166847229, -1.1365234851837158, -2.0566961765289307, 0.023335054516792297, -0.04187044873833656, -2.2310893535614014, -1.5887383222579956, -2.9920878410339355, 55.0, -0.3424229919910431, 0.309689998626709, -0.2648409903049469, -0.4996008574962616, -0.4913041591644287, -0.5889279842376709, -0.7701840996742249], "max": [0.8867319822311401, 2.0452117919921875, 0.34578466415405273, 0.25474825501441956, -0.9187588095664978, -1.1151257753372192, 2.8176770210266113, 884.0, 0.26593101024627686, 0.40931499004364014, -0.04678399860858917, 0.5875605940818787, 0.9874267578125, 0.5685643553733826, 0.7737781405448914, -0.3970973491668701, -1.8453717231750488, 1.7825047969818115, 1.6017237901687622, 2.7581787109375, 1.7734639644622803, 2.7435004711151123, 899.0, 0.013636000454425812, 0.4834449887275696, -0.019384000450372696, 0.6921932697296143, 0.9873438477516174, 0.7413716912269592, 0.8827924132347107], "mean": [0.6354559659957886, 2.0351195335388184, -0.4447749853134155, -0.03673113137483597, -1.412650465965271, -1.2226718664169312, 0.46102336049079895, 492.63525390625, 0.180908665060997, 0.3696671426296234, -0.2175648808479309, 0.29087942838668823, -0.09754252433776855, 0.240560382604599, 0.24382349848747253, -0.6761482357978821, -2.0029187202453613, 0.9751288294792175, 0.5407525300979614, 0.19148953258991241, -0.02913428284227848, -0.03820735216140747, 564.5939331054688, -0.17748329043388367, 0.3812253773212433, -0.1701471209526062, -0.1521080732345581, 0.6432854533195496, 0.3464828133583069, 0.38972729444503784], "std": [0.07420662045478821, 0.005013893358409405, 0.5127178430557251, 0.453857958316803, 0.5425094962120056, 0.11317627131938934, 0.8034582734107971, 284.52685546875, 0.05899668112397194, 0.03605145588517189, 0.03965732827782631, 0.30314865708351135, 0.6308643221855164, 0.3068719208240509, 0.45221269130706787, 0.20695626735687256, 0.03841754049062729, 0.4675624668598175, 0.4664515554904938, 1.3924776315689087, 1.268537163734436, 1.7873560190200806, 298.3247985839844, 0.10246466845273972, 0.03964432328939438, 0.060447849333286285, 0.23518088459968567, 0.2885802090167999, 0.2714117765426636, 0.2808153033256531], "count": [1719]}, "actions": {"min": [0.44429099559783936, 2.0216848850250244, -1.94785737991333, -1.426597237586975, -2.6155505180358887, -1.6684999465942383, -0.01621410995721817, -7.0, -0.008704000152647495, 0.2865239977836609, -0.2908329963684082, -0.49795177578926086, -0.6967692375183105, -0.4670230746269226, -0.6791573166847229, -1.1365234851837158, -2.0566961765289307, 0.023335054516792297, -0.04187044873833656, -2.2310893535614014, -1.5887383222579956, -2.9920878410339355, 55.0, -0.3424229919910431, 0.309689998626709, -0.2648409903049469, -0.4996008574962616, -0.4913041591644287, -0.5889279842376709, -0.7701840996742249], "max": [0.8867319822311401, 2.0452117919921875, 0.34578466415405273, 0.25474825501441956, -0.9187588095664978, -1.1151257753372192, 2.8176770210266113, 884.0, 0.26593101024627686, 0.40931499004364014, -0.04678399860858917, 0.5875605940818787, 0.9874267578125, 0.5685643553733826, 0.7737781405448914, -0.3970973491668701, -1.8453717231750488, 1.7825047969818115, 1.6017237901687622, 2.7581787109375, 1.7734639644622803, 2.7435004711151123, 899.0, 0.013636000454425812, 0.4834449887275696, -0.019384000450372696, 0.6921932697296143, 0.9873438477516174, 0.7413716912269592, 0.8827924132347107], "mean": [0.6354559659957886, 2.0351195335388184, -0.4447749853134155, -0.03673113137483597, -1.412650465965271, -1.2226718664169312, 0.46102336049079895, 492.63525390625, 0.180908665060997, 0.3696671426296234, -0.2175648808479309, 0.29087942838668823, -0.09754252433776855, 0.240560382604599, 0.24382349848747253, -0.6761482357978821, -2.0029187202453613, 0.9751288294792175, 0.5407525300979614, 0.19148953258991241, -0.02913428284227848, -0.03820735216140747, 564.5939331054688, -0.17748329043388367, 0.3812253773212433, -0.1701471209526062, -0.1521080732345581, 0.6432854533195496, 0.3464828133583069, 0.38972729444503784], "std": [0.07420662045478821, 0.005013893358409405, 0.5127178430557251, 0.453857958316803, 0.5425094962120056, 0.11317627131938934, 0.8034582734107971, 284.52685546875, 0.05899668112397194, 0.03605145588517189, 0.03965732827782631, 0.30314865708351135, 0.6308643221855164, 0.3068719208240509, 0.45221269130706787, 0.20695626735687256, 0.03841754049062729, 0.4675624668598175, 0.4664515554904938, 1.3924776315689087, 1.268537163734436, 1.7873560190200806, 298.3247985839844, 0.10246466845273972, 0.03964432328939438, 0.060447849333286285, 0.23518088459968567, 0.2885802090167999, 0.2714117765426636, 0.2808153033256531], "count": [1719]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005817335660267597], "std": [0.024112137028577903], "count": [1719]}, "timestamp": {"min": [0.0], "max": [68.72], "mean": [34.36], "std": [19.849298896098738], "count": [1719]}, "frame_index": {"min": [0], "max": [1718], "mean": [859.0], "std": [496.2324724024685], "count": [1719]}, "episode_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [1719]}, "index": {"min": [260043], "max": [261761], "mean": [260902.0], "std": [496.2324724024685], "count": [1719]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1719]}}} +{"episode_index": 215, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4550700356299927]], [[0.4609107820442992]], [[0.45491140500181554]]], "std": [[[0.147558916427481]], [[0.14625368079308435]], [[0.14687748210016555]]], "count": [180]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654082175925926]], [[0.470989140795207]], [[0.4645560128449528]]], "std": [[[0.09263582806412797]], [[0.08976263653631515]], [[0.09308321958228193]]], "count": [180]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46627232207697894]], [[0.4662577761891794]], [[0.4635575719408134]]], "std": [[[0.12212098082029467]], [[0.12081592267327063]], [[0.12337328355830303]]], "count": [180]}, "states": {"min": [0.48141419887542725, 2.015209436416626, -0.8444950580596924, -0.3496592938899994, -2.395883321762085, -1.5501492023468018, 0.00617846567183733, 3.0, 0.08998700231313705, 0.2956799864768982, -0.28446999192237854, -0.4823848307132721, -0.6114151477813721, -0.4983786940574646, -0.6319253444671631, -0.9038710594177246, -2.0487375259399414, 0.5949129462242126, -0.18100810050964355, 0.6736970543861389, 1.073290228843689, -1.8741519451141357, 54.0, -0.2367600053548813, 0.3067519962787628, -0.26290398836135864, -0.41226714849472046, 0.46056488156318665, -0.036967676132917404, 0.21300818026065826], "max": [0.7944913506507874, 2.042349338531494, 0.022427482530474663, 0.25157177448272705, -0.9881880283355713, -0.931412398815155, 0.9628981947898865, 882.0, 0.24331900477409363, 0.4248470067977905, -0.2029220014810562, 0.4957614541053772, 0.8480653762817383, 0.5162788033485413, 0.6389961242675781, -0.43504080176353455, -1.775436282157898, 1.6537169218063354, 1.0525730848312378, 2.7198164463043213, 1.7901668548583984, -0.2654820680618286, 908.0, -0.018526000902056694, 0.4227449893951416, -0.12546899914741516, 0.044959161430597305, 0.9604634642601013, 0.4529009163379669, 0.7705768942832947], "mean": [0.6698387861251831, 2.0260841846466064, -0.24591286480426788, -0.010016411542892456, -1.8576080799102783, -1.198203444480896, 0.6578419208526611, 567.6663208007812, 0.16545045375823975, 0.3601730167865753, -0.23888984322547913, -0.07899156957864761, 0.5259098410606384, -0.18651777505874634, -0.38232284784317017, -0.6256117820739746, -2.024688959121704, 1.139906883239746, 0.46069303154945374, 1.5664366483688354, 1.3297150135040283, -1.151716947555542, 609.5809326171875, -0.15245941281318665, 0.36112093925476074, -0.2002236694097519, -0.14747022092342377, 0.7741850018501282, 0.22354619204998016, 0.4919527471065521], "std": [0.08572222292423248, 0.005464842543005943, 0.24145397543907166, 0.17275144159793854, 0.508306086063385, 0.12906724214553833, 0.39619046449661255, 289.5196533203125, 0.04560196399688721, 0.038096942007541656, 0.018735693767666817, 0.27655720710754395, 0.4586845934391022, 0.30657830834388733, 0.39414894580841064, 0.11797885596752167, 0.03971118852496147, 0.285801500082016, 0.35885778069496155, 0.6941541433334351, 0.1649930626153946, 0.5215177536010742, 288.1338195800781, 0.05981764197349548, 0.025395257398486137, 0.03246616572141647, 0.14678801596164703, 0.1509133279323578, 0.13974450528621674, 0.15182249248027802], "count": [1019]}, "actions": {"min": [0.48141419887542725, 2.015209436416626, -0.8444950580596924, -0.3496592938899994, -2.395883321762085, -1.5501492023468018, 0.00617846567183733, 3.0, 0.08998700231313705, 0.2956799864768982, -0.28446999192237854, -0.4823848307132721, -0.6114151477813721, -0.4983786940574646, -0.6319253444671631, -0.9038710594177246, -2.0487375259399414, 0.5949129462242126, -0.18100810050964355, 0.6736970543861389, 1.073290228843689, -1.8741519451141357, 54.0, -0.2367600053548813, 0.3067519962787628, -0.26290398836135864, -0.41226714849472046, 0.46056488156318665, -0.036967676132917404, 0.21300818026065826], "max": [0.7944913506507874, 2.042349338531494, 0.022427482530474663, 0.25157177448272705, -0.9881880283355713, -0.931412398815155, 0.9628981947898865, 882.0, 0.24331900477409363, 0.4248470067977905, -0.2029220014810562, 0.4957614541053772, 0.8480653762817383, 0.5162788033485413, 0.6389961242675781, -0.43504080176353455, -1.775436282157898, 1.6537169218063354, 1.0525730848312378, 2.7198164463043213, 1.7901668548583984, -0.2654820680618286, 908.0, -0.018526000902056694, 0.4227449893951416, -0.12546899914741516, 0.044959161430597305, 0.9604634642601013, 0.4529009163379669, 0.7705768942832947], "mean": [0.6698387861251831, 2.0260841846466064, -0.24591286480426788, -0.010016411542892456, -1.8576080799102783, -1.198203444480896, 0.6578419208526611, 567.6663208007812, 0.16545045375823975, 0.3601730167865753, -0.23888984322547913, -0.07899156957864761, 0.5259098410606384, -0.18651777505874634, -0.38232284784317017, -0.6256117820739746, -2.024688959121704, 1.139906883239746, 0.46069303154945374, 1.5664366483688354, 1.3297150135040283, -1.151716947555542, 609.5809326171875, -0.15245941281318665, 0.36112093925476074, -0.2002236694097519, -0.14747022092342377, 0.7741850018501282, 0.22354619204998016, 0.4919527471065521], "std": [0.08572222292423248, 0.005464842543005943, 0.24145397543907166, 0.17275144159793854, 0.508306086063385, 0.12906724214553833, 0.39619046449661255, 289.5196533203125, 0.04560196399688721, 0.038096942007541656, 0.018735693767666817, 0.27655720710754395, 0.4586845934391022, 0.30657830834388733, 0.39414894580841064, 0.11797885596752167, 0.03971118852496147, 0.285801500082016, 0.35885778069496155, 0.6941541433334351, 0.1649930626153946, 0.5215177536010742, 288.1338195800781, 0.05981764197349548, 0.025395257398486137, 0.03246616572141647, 0.14678801596164703, 0.1509133279323578, 0.13974450528621674, 0.15182249248027802], "count": [1019]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009813542688910696], "std": [0.031311199477024175], "count": [1019]}, "timestamp": {"min": [0.0], "max": [40.72], "mean": [20.359999999999996], "std": [11.766392820231696], "count": [1019]}, "frame_index": {"min": [0], "max": [1018], "mean": [509.0], "std": [294.15982050579237], "count": [1019]}, "episode_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [1019]}, "index": {"min": [261762], "max": [262780], "mean": [262271.0], "std": [294.15982050579237], "count": [1019]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1019]}}} +{"episode_index": 216, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4706473857823762]], [[0.4756301893616472]], [[0.47163524228861503]]], "std": [[[0.13273474365662363]], [[0.13432266327752385]], [[0.1339277818282771]]], "count": [253]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.478923073445452]], [[0.4803046998114134]], [[0.47378023037278155]]], "std": [[[0.09300853541136775]], [[0.09066921936148581]], [[0.0940416175902016]]], "count": [253]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4738876028507582]], [[0.4730170131623137]], [[0.46953110226303957]]], "std": [[[0.11508550574613081]], [[0.11786643145776891]], [[0.12094558778042143]]], "count": [253]}, "states": {"min": [0.37674680352211, 2.0002520084381104, 0.16844172775745392, -0.02768092229962349, -2.8961994647979736, -1.4254977703094482, -0.0832347571849823, 0.0, 0.05804299935698509, 0.2676509916782379, -0.2955459952354431, -0.48312732577323914, 0.5887192487716675, -0.40971675515174866, -0.6701868176460266, -0.8666956424713135, -2.051809072494507, -0.14119714498519897, -0.3643898367881775, 0.9984680414199829, 1.0326764583587646, -1.1483917236328125, 5.0, -0.2558790147304535, 0.28706398606300354, -0.29221999645233154, -0.4828677177429199, 0.49741101264953613, -0.12009027600288391, 0.37050706148147583], "max": [0.8976402878761292, 2.0356647968292236, 0.7501599788665771, 0.2641730308532715, -2.259416103363037, -0.8340230584144592, 0.8660149574279785, 882.0, 0.202797994017601, 0.39789101481437683, -0.18552400171756744, -0.07725554704666138, 0.864028811454773, -0.06490007787942886, -0.47569897770881653, -0.3802723288536072, -1.9646300077438354, 0.7179586887359619, 0.6724579334259033, 2.3437156677246094, 1.441624402999878, 0.14732325077056885, 721.0, -0.10471899807453156, 0.4040130078792572, -0.17856399714946747, -0.150940403342247, 0.8930397033691406, 0.5178440809249878, 0.620212733745575], "mean": [0.6985303163528442, 2.0143330097198486, 0.5258164405822754, 0.08180111646652222, -2.8459861278533936, -1.1239293813705444, 0.6995844841003418, 512.3221435546875, 0.11580602079629898, 0.3578058183193207, -0.23934687674045563, -0.17152433097362518, 0.7427034378051758, -0.2517910599708557, -0.5777358412742615, -0.563477635383606, -2.0411839485168457, 0.4992707371711731, 0.07168648391962051, 1.659190058708191, 1.2090641260147095, -0.41167235374450684, 518.4461059570312, -0.18226677179336548, 0.3425060212612152, -0.25052952766418457, -0.3159506022930145, 0.7265322208404541, 0.2526867985725403, 0.4871063828468323], "std": [0.13244596123695374, 0.00625190744176507, 0.1809178739786148, 0.08079349249601364, 0.1534782499074936, 0.12855978310108185, 0.19400249421596527, 209.9491729736328, 0.03613725304603577, 0.027185749262571335, 0.027185773476958275, 0.08361227065324783, 0.07005194574594498, 0.08308248221874237, 0.05471044033765793, 0.14881478250026703, 0.009742772206664085, 0.3139043152332306, 0.3364275395870209, 0.47199758887290955, 0.09873293340206146, 0.39025193452835083, 197.02093505859375, 0.04199616611003876, 0.030309271067380905, 0.028313903138041496, 0.10301706939935684, 0.12744276225566864, 0.2008867859840393, 0.06320019066333771], "count": [1605]}, "actions": {"min": [0.37674680352211, 2.0002520084381104, 0.16844172775745392, -0.02768092229962349, -2.8961994647979736, -1.4254977703094482, -0.0832347571849823, 0.0, 0.05804299935698509, 0.2676509916782379, -0.2955459952354431, -0.48312732577323914, 0.5887192487716675, -0.40971675515174866, -0.6701868176460266, -0.8666956424713135, -2.051809072494507, -0.14119714498519897, -0.3643898367881775, 0.9984680414199829, 1.0326764583587646, -1.1483917236328125, 5.0, -0.2558790147304535, 0.28706398606300354, -0.29221999645233154, -0.4828677177429199, 0.49741101264953613, -0.12009027600288391, 0.37050706148147583], "max": [0.8976402878761292, 2.0356647968292236, 0.7501599788665771, 0.2641730308532715, -2.259416103363037, -0.8340230584144592, 0.8660149574279785, 882.0, 0.202797994017601, 0.39789101481437683, -0.18552400171756744, -0.07725554704666138, 0.864028811454773, -0.06490007787942886, -0.47569897770881653, -0.3802723288536072, -1.9646300077438354, 0.7179586887359619, 0.6724579334259033, 2.3437156677246094, 1.441624402999878, 0.14732325077056885, 721.0, -0.10471899807453156, 0.4040130078792572, -0.17856399714946747, -0.150940403342247, 0.8930397033691406, 0.5178440809249878, 0.620212733745575], "mean": [0.6985303163528442, 2.0143330097198486, 0.5258164405822754, 0.08180111646652222, -2.8459861278533936, -1.1239293813705444, 0.6995844841003418, 512.3221435546875, 0.11580602079629898, 0.3578058183193207, -0.23934687674045563, -0.17152433097362518, 0.7427034378051758, -0.2517910599708557, -0.5777358412742615, -0.563477635383606, -2.0411839485168457, 0.4992707371711731, 0.07168648391962051, 1.659190058708191, 1.2090641260147095, -0.41167235374450684, 518.4461059570312, -0.18226677179336548, 0.3425060212612152, -0.25052952766418457, -0.3159506022930145, 0.7265322208404541, 0.2526867985725403, 0.4871063828468323], "std": [0.13244596123695374, 0.00625190744176507, 0.1809178739786148, 0.08079349249601364, 0.1534782499074936, 0.12855978310108185, 0.19400249421596527, 209.9491729736328, 0.03613725304603577, 0.027185749262571335, 0.027185773476958275, 0.08361227065324783, 0.07005194574594498, 0.08308248221874237, 0.05471044033765793, 0.14881478250026703, 0.009742772206664085, 0.3139043152332306, 0.3364275395870209, 0.47199758887290955, 0.09873293340206146, 0.39025193452835083, 197.02093505859375, 0.04199616611003876, 0.030309271067380905, 0.028313903138041496, 0.10301706939935684, 0.12744276225566864, 0.2008867859840393, 0.06320019066333771], "count": [1605]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006230529595015577], "std": [0.024953251581932442], "count": [1605]}, "timestamp": {"min": [0.0], "max": [64.16], "mean": [32.08], "std": [18.5329400437887], "count": [1605]}, "frame_index": {"min": [0], "max": [1604], "mean": [802.0], "std": [463.32350109471747], "count": [1605]}, "episode_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [1605]}, "index": {"min": [262781], "max": [264385], "mean": [263583.0], "std": [463.32350109471747], "count": [1605]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1605]}}} +{"episode_index": 217, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622267837690632]], [[0.4684040297446139]], [[0.46258108534051484]]], "std": [[[0.15248260107103034]], [[0.15137345273866917]], [[0.15186469730879543]]], "count": [162]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4598410947712418]], [[0.4665081346324538]], [[0.45946336515573305]]], "std": [[[0.11340532711336691]], [[0.11089900545107803]], [[0.11503165299863047]]], "count": [162]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.46511161290647945]], [[0.46496395394577583]], [[0.46138600167433225]]], "std": [[[0.12674505584198054]], [[0.12508225265844788]], [[0.1279673231236216]]], "count": [162]}, "states": {"min": [0.504574716091156, 1.9906703233718872, -0.5006476640701294, -0.39966294169425964, -2.4622061252593994, -1.5158358812332153, 0.15163420140743256, -5.0, 0.07910999655723572, 0.2930249869823456, -0.2780179977416992, -0.3711722791194916, -0.617531955242157, -0.46683916449546814, -0.6231433749198914, -0.8415454626083374, -2.0531704425811768, 0.6490879654884338, -0.11815879493951797, 0.644166111946106, 1.0491349697113037, -1.7667794227600098, 31.0, -0.27606201171875, 0.30949801206588745, -0.27542099356651306, -0.3782452642917633, 0.4431562125682831, -0.020368434488773346, 0.28771188855171204], "max": [0.858998715877533, 2.0326452255249023, -0.05972516909241676, 0.20252801477909088, -1.064581036567688, -0.8542689085006714, 1.1449882984161377, 884.0, 0.21750299632549286, 0.43122100830078125, -0.18420599400997162, 0.48428311944007874, 0.8674694895744324, 0.35717347264289856, 0.62422776222229, -0.3208089768886566, -1.7619448900222778, 1.7030400037765503, 1.1802964210510254, 2.528825283050537, 1.6171348094940186, -0.5276828408241272, 896.0, -0.030778000131249428, 0.39421799778938293, -0.12451999634504318, 0.05296779423952103, 0.947437047958374, 0.5087606906890869, 0.6977643370628357], "mean": [0.7180483937263489, 2.0225436687469482, -0.23482270538806915, -0.055093348026275635, -2.0764870643615723, -1.1467076539993286, 0.803386926651001, 506.11474609375, 0.1499892771244049, 0.3683169186115265, -0.23977968096733093, -0.15370604395866394, 0.7182716131210327, -0.2939257323741913, -0.5160594582557678, -0.6090661287307739, -2.0250959396362305, 1.1379319429397583, 0.4279142916202545, 1.5886563062667847, 1.3219435214996338, -1.1538044214248657, 473.779541015625, -0.14881598949432373, 0.34957465529441833, -0.2116379588842392, -0.12989871203899384, 0.7767014503479004, 0.21830284595489502, 0.4976976811885834], "std": [0.09378182142972946, 0.005976436194032431, 0.1764131486415863, 0.1613764613866806, 0.3801855742931366, 0.18279902637004852, 0.3294549882411957, 319.4888000488281, 0.03559800609946251, 0.04084460437297821, 0.0177912674844265, 0.15662968158721924, 0.18983285129070282, 0.16057075560092926, 0.14628028869628906, 0.1372266709804535, 0.050333183258771896, 0.2588444948196411, 0.3595528304576874, 0.6380570530891418, 0.13190199434757233, 0.507347583770752, 268.483154296875, 0.06263014674186707, 0.021938098594546318, 0.036890316754579544, 0.127141535282135, 0.1556684970855713, 0.16072480380535126, 0.13516929745674133], "count": [889]}, "actions": {"min": [0.504574716091156, 1.9906703233718872, -0.5006476640701294, -0.39966294169425964, -2.4622061252593994, -1.5158358812332153, 0.15163420140743256, -5.0, 0.07910999655723572, 0.2930249869823456, -0.2780179977416992, -0.3711722791194916, -0.617531955242157, -0.46683916449546814, -0.6231433749198914, -0.8415454626083374, -2.0531704425811768, 0.6490879654884338, -0.11815879493951797, 0.644166111946106, 1.0491349697113037, -1.7667794227600098, 31.0, -0.27606201171875, 0.30949801206588745, -0.27542099356651306, -0.3782452642917633, 0.4431562125682831, -0.020368434488773346, 0.28771188855171204], "max": [0.858998715877533, 2.0326452255249023, -0.05972516909241676, 0.20252801477909088, -1.064581036567688, -0.8542689085006714, 1.1449882984161377, 884.0, 0.21750299632549286, 0.43122100830078125, -0.18420599400997162, 0.48428311944007874, 0.8674694895744324, 0.35717347264289856, 0.62422776222229, -0.3208089768886566, -1.7619448900222778, 1.7030400037765503, 1.1802964210510254, 2.528825283050537, 1.6171348094940186, -0.5276828408241272, 896.0, -0.030778000131249428, 0.39421799778938293, -0.12451999634504318, 0.05296779423952103, 0.947437047958374, 0.5087606906890869, 0.6977643370628357], "mean": [0.7180483937263489, 2.0225436687469482, -0.23482270538806915, -0.055093348026275635, -2.0764870643615723, -1.1467076539993286, 0.803386926651001, 506.11474609375, 0.1499892771244049, 0.3683169186115265, -0.23977968096733093, -0.15370604395866394, 0.7182716131210327, -0.2939257323741913, -0.5160594582557678, -0.6090661287307739, -2.0250959396362305, 1.1379319429397583, 0.4279142916202545, 1.5886563062667847, 1.3219435214996338, -1.1538044214248657, 473.779541015625, -0.14881598949432373, 0.34957465529441833, -0.2116379588842392, -0.12989871203899384, 0.7767014503479004, 0.21830284595489502, 0.4976976811885834], "std": [0.09378182142972946, 0.005976436194032431, 0.1764131486415863, 0.1613764613866806, 0.3801855742931366, 0.18279902637004852, 0.3294549882411957, 319.4888000488281, 0.03559800609946251, 0.04084460437297821, 0.0177912674844265, 0.15662968158721924, 0.18983285129070282, 0.16057075560092926, 0.14628028869628906, 0.1372266709804535, 0.050333183258771896, 0.2588444948196411, 0.3595528304576874, 0.6380570530891418, 0.13190199434757233, 0.507347583770752, 268.483154296875, 0.06263014674186707, 0.021938098594546318, 0.036890316754579544, 0.127141535282135, 0.1556684970855713, 0.16072480380535126, 0.13516929745674133], "count": [889]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011248593925759281], "std": [0.03352005495107163], "count": [889]}, "timestamp": {"min": [0.0], "max": [35.52], "mean": [17.759999999999998], "std": [10.26528129181076], "count": [889]}, "frame_index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "episode_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [889]}, "index": {"min": [264386], "max": [265274], "mean": [264830.0], "std": [256.632032295269], "count": [889]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}}} +{"episode_index": 218, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.48173936621892854]], [[0.4870571091297411]], [[0.48203729221347336]]], "std": [[[0.11642784774571645]], [[0.11764267978395479]], [[0.11749417630363167]]], "count": [254]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.47409022953013225]], [[0.4791928860454943]], [[0.4728184014911739]]], "std": [[[0.05905012074344699]], [[0.05813988892909307]], [[0.06295354198723264]]], "count": [254]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48682211334336883]], [[0.48344465753821214]], [[0.47776667921105453]]], "std": [[[0.1016229840929872]], [[0.10606442427938029]], [[0.11280465321074298]]], "count": [254]}, "states": {"min": [0.4676609933376312, 2.0008106231689453, -1.0345090627670288, -0.4846779704093933, -2.37103009223938, -1.537757396697998, 0.14995869994163513, 111.0, 0.07410500198602676, 0.3024519979953766, -0.26955899596214294, -0.48433592915534973, -0.6327670216560364, -0.40524956583976746, -0.6339765191078186, -0.8775341510772705, -2.047166347503662, -0.09672614187002182, -0.2439621239900589, 0.48773226141929626, 1.1964406967163086, -1.4602994918823242, 29.0, -0.2915000021457672, 0.2589550018310547, -0.27686798572540283, -0.4991339147090912, -0.5284001231193542, -0.5243165493011475, -0.5500478148460388], "max": [0.9332799315452576, 2.0463461875915527, -0.01021017599850893, 0.08665560185909271, -1.1035717725753784, -0.8534834980964661, 1.1567344665527344, 902.0, 0.2489980012178421, 0.41682198643684387, -0.17900800704956055, 0.4515325129032135, 0.904667317867279, 0.364315927028656, 0.6527087092399597, -0.2894279658794403, -1.8747105598449707, 1.4203664064407349, 1.1102039813995361, 2.583261728286743, 1.588476538658142, -0.05407030135393143, 874.0, -0.04986000061035156, 0.3994840085506439, -0.1152610033750534, 0.5817017555236816, 0.967242956161499, 0.4478492736816406, 0.629572331905365], "mean": [0.6512589454650879, 2.0187973976135254, -0.6598763465881348, -0.23319672048091888, -1.7970248460769653, -1.3010605573654175, 0.8079382181167603, 605.478271484375, 0.16759096086025238, 0.35842713713645935, -0.21678631007671356, 0.006377030164003372, 0.40809518098831177, -0.008388407528400421, -0.1681133210659027, -0.505536675453186, -2.035037040710449, 0.8026627898216248, 0.18417982757091522, 1.2271060943603516, 1.4002686738967896, -0.5828448534011841, 710.7925415039062, -0.21734026074409485, 0.330980122089386, -0.21731165051460266, -0.09721270948648453, 0.4389439523220062, 0.0580780990421772, 0.24611954391002655], "std": [0.14035362005233765, 0.009972463361918926, 0.2632684111595154, 0.11150472611188889, 0.3216989040374756, 0.15356998145580292, 0.22419854998588562, 303.80853271484375, 0.05779976397752762, 0.023028356954455376, 0.029463065788149834, 0.25310730934143066, 0.6473396420478821, 0.21833768486976624, 0.5237378478050232, 0.16426710784435272, 0.021865306422114372, 0.4799359440803528, 0.41975581645965576, 0.7274457216262817, 0.08034944534301758, 0.5071361064910889, 247.52976989746094, 0.07458203285932541, 0.029383569955825806, 0.030140399932861328, 0.39991143345832825, 0.48862746357917786, 0.37200838327407837, 0.44368183612823486], "count": [1610]}, "actions": {"min": [0.4676609933376312, 2.0008106231689453, -1.0345090627670288, -0.4846779704093933, -2.37103009223938, -1.537757396697998, 0.14995869994163513, 111.0, 0.07410500198602676, 0.3024519979953766, -0.26955899596214294, -0.48433592915534973, -0.6327670216560364, -0.40524956583976746, -0.6339765191078186, -0.8775341510772705, -2.047166347503662, -0.09672614187002182, -0.2439621239900589, 0.48773226141929626, 1.1964406967163086, -1.4602994918823242, 29.0, -0.2915000021457672, 0.2589550018310547, -0.27686798572540283, -0.4991339147090912, -0.5284001231193542, -0.5243165493011475, -0.5500478148460388], "max": [0.9332799315452576, 2.0463461875915527, -0.01021017599850893, 0.08665560185909271, -1.1035717725753784, -0.8534834980964661, 1.1567344665527344, 902.0, 0.2489980012178421, 0.41682198643684387, -0.17900800704956055, 0.4515325129032135, 0.904667317867279, 0.364315927028656, 0.6527087092399597, -0.2894279658794403, -1.8747105598449707, 1.4203664064407349, 1.1102039813995361, 2.583261728286743, 1.588476538658142, -0.05407030135393143, 874.0, -0.04986000061035156, 0.3994840085506439, -0.1152610033750534, 0.5817017555236816, 0.967242956161499, 0.4478492736816406, 0.629572331905365], "mean": [0.6512589454650879, 2.0187973976135254, -0.6598763465881348, -0.23319672048091888, -1.7970248460769653, -1.3010605573654175, 0.8079382181167603, 605.478271484375, 0.16759096086025238, 0.35842713713645935, -0.21678631007671356, 0.006377030164003372, 0.40809518098831177, -0.008388407528400421, -0.1681133210659027, -0.505536675453186, -2.035037040710449, 0.8026627898216248, 0.18417982757091522, 1.2271060943603516, 1.4002686738967896, -0.5828448534011841, 710.7925415039062, -0.21734026074409485, 0.330980122089386, -0.21731165051460266, -0.09721270948648453, 0.4389439523220062, 0.0580780990421772, 0.24611954391002655], "std": [0.14035362005233765, 0.009972463361918926, 0.2632684111595154, 0.11150472611188889, 0.3216989040374756, 0.15356998145580292, 0.22419854998588562, 303.80853271484375, 0.05779976397752762, 0.023028356954455376, 0.029463065788149834, 0.25310730934143066, 0.6473396420478821, 0.21833768486976624, 0.5237378478050232, 0.16426710784435272, 0.021865306422114372, 0.4799359440803528, 0.41975581645965576, 0.7274457216262817, 0.08034944534301758, 0.5071361064910889, 247.52976989746094, 0.07458203285932541, 0.029383569955825806, 0.030140399932861328, 0.39991143345832825, 0.48862746357917786, 0.37200838327407837, 0.44368183612823486], "count": [1610]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006211180124223603], "std": [0.024914498285877735], "count": [1610]}, "timestamp": {"min": [0.0], "max": [64.36], "mean": [32.18], "std": [18.590675081879088], "count": [1610]}, "frame_index": {"min": [0], "max": [1609], "mean": [804.5], "std": [464.7668770469772], "count": [1610]}, "episode_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [1610]}, "index": {"min": [265275], "max": [266884], "mean": [266079.5], "std": [464.7668770469772], "count": [1610]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1610]}}} +{"episode_index": 219, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4591566755174292]], [[0.46604286130684913]], [[0.45911538011471953]]], "std": [[[0.1360960018037291]], [[0.13183009824816475]], [[0.13469283405926957]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8627450980392157]], [[0.8117647058823529]], [[0.788235294117647]]], "mean": [[[0.47023621004391336]], [[0.4695232598464733]], [[0.4652183180998094]]], "std": [[[0.0725562879997195]], [[0.0710511353376607]], [[0.0749893960496512]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4723265590958606]], [[0.47364435997923476]], [[0.4698241400292756]]], "std": [[[0.07912976539335434]], [[0.07615221401850507]], [[0.08031247390888174]]], "count": [192]}, "states": {"min": [0.3341433107852936, 2.0127835273742676, -1.9489046335220337, -1.5547219514846802, -2.7199559211730957, -1.5943233966827393, 0.10822787880897522, 0.0, -0.00021600000036414713, 0.2749269902706146, -0.2877359986305237, -0.4898373782634735, -0.6868399381637573, -0.43165624141693115, -0.6684306263923645, -1.1452326774597168, -2.0510761737823486, -1.2764116525650024, -0.4148298501968384, 0.24631832540035248, 0.4139222800731659, -2.524810791015625, 54.0, -0.3586849868297577, 0.30575698614120483, -0.27769699692726135, -0.49965667724609375, -0.35387125611305237, -0.4698450267314911, -0.6621595621109009], "max": [0.8315795660018921, 2.041773557662964, 0.5556604862213135, 0.20252801477909088, -0.8447917699813843, -1.2163374423980713, 2.695032835006714, 892.0, 0.2916319966316223, 0.3920249938964844, -0.09536299854516983, 0.5446733832359314, 0.9898996353149414, 0.489228755235672, 0.8088381886482239, -0.2793399393558502, -1.6876286268234253, 1.9358320236206055, 1.5375478267669678, 2.8733530044555664, 1.8487576246261597, -0.37660712003707886, 892.0, 0.044266000390052795, 0.47195398807525635, -0.06069999933242798, 0.5058521628379822, 0.9932889342308044, 0.5845856070518494, 0.8219796419143677], "mean": [0.5365171432495117, 2.0272397994995117, -0.5520725250244141, -0.2224826216697693, -1.585976243019104, -1.336719036102295, 0.7820026874542236, 601.6260375976562, 0.2052813321352005, 0.34457963705062866, -0.2133179008960724, 0.23834387958049774, 0.03955972194671631, 0.1826379895210266, 0.21819230914115906, -0.6593156456947327, -1.9987072944641113, 1.019566535949707, 0.47798940539360046, 1.572466254234314, 1.2732064723968506, -1.3678709268569946, 591.5076293945312, -0.1867336481809616, 0.3691183030605316, -0.17125263810157776, -0.22342054545879364, 0.6628111004829407, 0.32077762484550476, 0.4313604533672333], "std": [0.09565815329551697, 0.005754674784839153, 0.6122353672981262, 0.5514610409736633, 0.6530642509460449, 0.09143545478582382, 0.9243360161781311, 298.63104248046875, 0.07159113883972168, 0.026218438521027565, 0.04171762987971306, 0.3236701488494873, 0.6510141491889954, 0.34901362657546997, 0.4585529863834381, 0.26763656735420227, 0.07209274172782898, 0.6298174262046814, 0.4594702422618866, 0.9771768450737, 0.2194170504808426, 0.7619253993034363, 281.95843505859375, 0.12861628830432892, 0.03960718587040901, 0.056675028055906296, 0.19770869612693787, 0.27915382385253906, 0.21887175738811493, 0.23848219215869904], "count": [1115]}, "actions": {"min": [0.3341433107852936, 2.0127835273742676, -1.9489046335220337, -1.5547219514846802, -2.7199559211730957, -1.5943233966827393, 0.10822787880897522, 0.0, -0.00021600000036414713, 0.2749269902706146, -0.2877359986305237, -0.4898373782634735, -0.6868399381637573, -0.43165624141693115, -0.6684306263923645, -1.1452326774597168, -2.0510761737823486, -1.2764116525650024, -0.4148298501968384, 0.24631832540035248, 0.4139222800731659, -2.524810791015625, 54.0, -0.3586849868297577, 0.30575698614120483, -0.27769699692726135, -0.49965667724609375, -0.35387125611305237, -0.4698450267314911, -0.6621595621109009], "max": [0.8315795660018921, 2.041773557662964, 0.5556604862213135, 0.20252801477909088, -0.8447917699813843, -1.2163374423980713, 2.695032835006714, 892.0, 0.2916319966316223, 0.3920249938964844, -0.09536299854516983, 0.5446733832359314, 0.9898996353149414, 0.489228755235672, 0.8088381886482239, -0.2793399393558502, -1.6876286268234253, 1.9358320236206055, 1.5375478267669678, 2.8733530044555664, 1.8487576246261597, -0.37660712003707886, 892.0, 0.044266000390052795, 0.47195398807525635, -0.06069999933242798, 0.5058521628379822, 0.9932889342308044, 0.5845856070518494, 0.8219796419143677], "mean": [0.5365171432495117, 2.0272397994995117, -0.5520725250244141, -0.2224826216697693, -1.585976243019104, -1.336719036102295, 0.7820026874542236, 601.6260375976562, 0.2052813321352005, 0.34457963705062866, -0.2133179008960724, 0.23834387958049774, 0.03955972194671631, 0.1826379895210266, 0.21819230914115906, -0.6593156456947327, -1.9987072944641113, 1.019566535949707, 0.47798940539360046, 1.572466254234314, 1.2732064723968506, -1.3678709268569946, 591.5076293945312, -0.1867336481809616, 0.3691183030605316, -0.17125263810157776, -0.22342054545879364, 0.6628111004829407, 0.32077762484550476, 0.4313604533672333], "std": [0.09565815329551697, 0.005754674784839153, 0.6122353672981262, 0.5514610409736633, 0.6530642509460449, 0.09143545478582382, 0.9243360161781311, 298.63104248046875, 0.07159113883972168, 0.026218438521027565, 0.04171762987971306, 0.3236701488494873, 0.6510141491889954, 0.34901362657546997, 0.4585529863834381, 0.26763656735420227, 0.07209274172782898, 0.6298174262046814, 0.4594702422618866, 0.9771768450737, 0.2194170504808426, 0.7619253993034363, 281.95843505859375, 0.12861628830432892, 0.03960718587040901, 0.056675028055906296, 0.19770869612693787, 0.27915382385253906, 0.21887175738811493, 0.23848219215869904], "count": [1115]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008968609865470852], "std": [0.029934204965522217], "count": [1115]}, "timestamp": {"min": [0.0], "max": [44.56], "mean": [22.28], "std": [12.874905824898292], "count": [1115]}, "frame_index": {"min": [0], "max": [1114], "mean": [557.0], "std": [321.87264562245736], "count": [1115]}, "episode_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [1115]}, "index": {"min": [266885], "max": [267999], "mean": [267442.0], "std": [321.87264562245736], "count": [1115]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1115]}}} +{"episode_index": 220, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4797675596328874]], [[0.4831574640370167]], [[0.48112526533198946]]], "std": [[[0.11338765672268104]], [[0.1137259145764497]], [[0.1141490641559087]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8627450980392157]], [[1.0]], [[1.0]]], "mean": [[[0.4757228826889011]], [[0.4768358329897379]], [[0.4711133425722314]]], "std": [[[0.06845276248562743]], [[0.07009907944220278]], [[0.07377687949259716]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760257772891088]], [[0.47601630455531124]], [[0.4717982694245923]]], "std": [[[0.09706441428748677]], [[0.09854198522719337]], [[0.10232353905950033]]], "count": [214]}, "states": {"min": [0.4525115191936493, 2.0090487003326416, -0.7533888816833496, -0.562746524810791, -2.293362617492676, -1.5710930824279785, 0.3474426865577698, 0.0, 0.03575100004673004, 0.3110150098800659, -0.2749989926815033, -0.45785415172576904, -0.6513950228691101, -0.41582393646240234, -0.6625488996505737, -0.9337860941886902, -2.043309450149536, -1.3032722473144531, -0.9220399856567383, 0.5637064576148987, 0.7211526036262512, -1.2249244451522827, 41.0, -0.30216899514198303, 0.3055950105190277, -0.2863929867744446, -0.49946996569633484, -0.5433527231216431, -0.525922954082489, -0.6118415594100952], "max": [1.004349708557129, 2.0433268547058105, 0.2859896421432495, 0.16280432045459747, -1.3483541011810303, -0.5493423938751221, 1.2500921487808228, 876.0, 0.28227099776268005, 0.456167995929718, -0.17765000462532043, 0.4845239222049713, 0.8796098232269287, 0.5086483955383301, 0.6625627279281616, -0.07101744413375854, -1.671257495880127, 0.7409970760345459, 0.8043524026870728, 2.874784231185913, 1.6734217405319214, 0.06257005780935287, 902.0, -0.11325599998235703, 0.43400201201438904, -0.12836399674415588, 0.5970401167869568, 0.8957762122154236, 0.4353485405445099, 0.6475722789764404], "mean": [0.7249796390533447, 2.0234546661376953, -0.34932592511177063, -0.1382162719964981, -1.9850730895996094, -1.1636098623275757, 0.8773688673973083, 504.2418212890625, 0.15987280011177063, 0.3744637966156006, -0.2195601612329483, -0.023286517709493637, 0.44777223467826843, -0.06367065757513046, -0.22418279945850372, -0.486270934343338, -2.0068886280059814, 0.1164960265159607, -0.178390234708786, 1.6777766942977905, 1.22559654712677, -0.35066673159599304, 528.6617431640625, -0.21553027629852295, 0.3474537432193756, -0.2120932787656784, 0.17590324580669403, 0.11589895933866501, -0.1707635521888733, -0.08371634036302567], "std": [0.18066437542438507, 0.011165574193000793, 0.32009047269821167, 0.18885928392410278, 0.17487849295139313, 0.2938764989376068, 0.1840207278728485, 250.14529418945312, 0.0805659070611, 0.0340045690536499, 0.02934204787015915, 0.23463766276836395, 0.5938950777053833, 0.2859914302825928, 0.5050625801086426, 0.20705091953277588, 0.08092629164457321, 0.7749485969543457, 0.43501555919647217, 0.9083139300346375, 0.3011285960674286, 0.32053112983703613, 274.8114929199219, 0.05158824473619461, 0.025764761492609978, 0.039437178522348404, 0.39488741755485535, 0.6087839007377625, 0.3331117630004883, 0.5309789776802063], "count": [1286]}, "actions": {"min": [0.4525115191936493, 2.0090487003326416, -0.7533888816833496, -0.562746524810791, -2.293362617492676, -1.5710930824279785, 0.3474426865577698, 0.0, 0.03575100004673004, 0.3110150098800659, -0.2749989926815033, -0.45785415172576904, -0.6513950228691101, -0.41582393646240234, -0.6625488996505737, -0.9337860941886902, -2.043309450149536, -1.3032722473144531, -0.9220399856567383, 0.5637064576148987, 0.7211526036262512, -1.2249244451522827, 41.0, -0.30216899514198303, 0.3055950105190277, -0.2863929867744446, -0.49946996569633484, -0.5433527231216431, -0.525922954082489, -0.6118415594100952], "max": [1.004349708557129, 2.0433268547058105, 0.2859896421432495, 0.16280432045459747, -1.3483541011810303, -0.5493423938751221, 1.2500921487808228, 876.0, 0.28227099776268005, 0.456167995929718, -0.17765000462532043, 0.4845239222049713, 0.8796098232269287, 0.5086483955383301, 0.6625627279281616, -0.07101744413375854, -1.671257495880127, 0.7409970760345459, 0.8043524026870728, 2.874784231185913, 1.6734217405319214, 0.06257005780935287, 902.0, -0.11325599998235703, 0.43400201201438904, -0.12836399674415588, 0.5970401167869568, 0.8957762122154236, 0.4353485405445099, 0.6475722789764404], "mean": [0.7249796390533447, 2.0234546661376953, -0.34932592511177063, -0.1382162719964981, -1.9850730895996094, -1.1636098623275757, 0.8773688673973083, 504.2418212890625, 0.15987280011177063, 0.3744637966156006, -0.2195601612329483, -0.023286517709493637, 0.44777223467826843, -0.06367065757513046, -0.22418279945850372, -0.486270934343338, -2.0068886280059814, 0.1164960265159607, -0.178390234708786, 1.6777766942977905, 1.22559654712677, -0.35066673159599304, 528.6617431640625, -0.21553027629852295, 0.3474537432193756, -0.2120932787656784, 0.17590324580669403, 0.11589895933866501, -0.1707635521888733, -0.08371634036302567], "std": [0.18066437542438507, 0.011165574193000793, 0.32009047269821167, 0.18885928392410278, 0.17487849295139313, 0.2938764989376068, 0.1840207278728485, 250.14529418945312, 0.0805659070611, 0.0340045690536499, 0.02934204787015915, 0.23463766276836395, 0.5938950777053833, 0.2859914302825928, 0.5050625801086426, 0.20705091953277588, 0.08092629164457321, 0.7749485969543457, 0.43501555919647217, 0.9083139300346375, 0.3011285960674286, 0.32053112983703613, 274.8114929199219, 0.05158824473619461, 0.025764761492609978, 0.039437178522348404, 0.39488741755485535, 0.6087839007377625, 0.3331117630004883, 0.5309789776802063], "count": [1286]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007776049766718507], "std": [0.027874725239401116], "count": [1286]}, "timestamp": {"min": [0.0], "max": [51.4], "mean": [25.7], "std": [14.84944443405207], "count": [1286]}, "frame_index": {"min": [0], "max": [1285], "mean": [642.5], "std": [371.23611085130176], "count": [1286]}, "episode_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [1286]}, "index": {"min": [268000], "max": [269285], "mean": [268642.5], "std": [371.23611085130176], "count": [1286]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1286]}}} +{"episode_index": 221, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47688783029878623]], [[0.48148970704948646]], [[0.47745850840336135]]], "std": [[[0.12766072746473886]], [[0.12919908776548503]], [[0.1288737449617623]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6784313725490196]], [[0.6666666666666666]], [[0.6549019607843137]]], "mean": [[[0.47120808473389353]], [[0.4748864379084967]], [[0.4711491234827265]]], "std": [[[0.08282645715576828]], [[0.07772205577252612]], [[0.07930734921964433]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47879354575163396]], [[0.48003541549953316]], [[0.4759261274509804]]], "std": [[[0.10853591010166853]], [[0.10908119575850637]], [[0.11135448495395694]]], "count": [175]}, "states": {"min": [0.5567251443862915, 1.9084303379058838, 0.14442600309848785, -0.17622590065002441, -2.896216869354248, -1.487648844718933, 0.10986848175525665, 22.0, 0.01312899962067604, 0.3035750091075897, -0.2842850089073181, -0.4964595139026642, -0.5964670181274414, -0.4360293447971344, -0.6246817708015442, -0.7936536073684692, -2.0478994846343994, 0.5192528963088989, -0.1166403591632843, 0.7515736818313599, 0.938934862613678, -2.070152521133423, 30.0, -0.2895430028438568, 0.33945900201797485, -0.2714889943599701, -0.3777522146701813, 0.40039482712745667, -0.09854189306497574, 0.19344379007816315], "max": [0.9869662523269653, 2.0280377864837646, 1.058437466621399, 0.2669132351875305, -2.49157977104187, -0.709633469581604, 0.8456295728683472, 890.0, 0.24324999749660492, 0.41487300395965576, -0.20570899546146393, 0.45876726508140564, 0.8853694200515747, 0.4181290864944458, 0.5973962545394897, -0.33389896154403687, -1.9428831338882446, 1.5251734256744385, 1.3664880990982056, 2.7626469135284424, 1.615843415260315, -0.4784471392631531, 908.0, -0.07301899790763855, 0.41114598512649536, -0.11920800060033798, -0.061460159718990326, 0.9517053365707397, 0.5787535905838013, 0.7216655611991882], "mean": [0.7555243372917175, 2.0083515644073486, 0.5378397703170776, 0.09057854861021042, -2.8573994636535645, -1.0249921083450317, 0.7039497494697571, 586.7285766601562, 0.11300666630268097, 0.37411007285118103, -0.23567412793636322, -0.18008926510810852, 0.7438158988952637, -0.23959381878376007, -0.5357236266136169, -0.6093688011169434, -2.0392606258392334, 0.904331386089325, 0.4006361961364746, 1.509433627128601, 1.1425535678863525, -1.1021031141281128, 658.2305908203125, -0.18831394612789154, 0.38440483808517456, -0.21079552173614502, -0.22674715518951416, 0.6969705820083618, 0.3642897307872772, 0.4843024015426636], "std": [0.13078948855400085, 0.021303458139300346, 0.2532948851585388, 0.1136220321059227, 0.08934997767210007, 0.16410401463508606, 0.14990954101085663, 238.54696655273438, 0.06523649394512177, 0.02774043381214142, 0.01679970696568489, 0.11387287080287933, 0.15908853709697723, 0.1272566020488739, 0.12422175705432892, 0.09539912641048431, 0.011343431659042835, 0.24126391112804413, 0.46941670775413513, 0.669186532497406, 0.1710587441921234, 0.5198447704315186, 233.95587158203125, 0.0580444373190403, 0.01894097402691841, 0.037101730704307556, 0.10186819732189178, 0.15599799156188965, 0.19809618592262268, 0.14699573814868927], "count": [980]}, "actions": {"min": [0.5567251443862915, 1.9084303379058838, 0.14442600309848785, -0.17622590065002441, -2.896216869354248, -1.487648844718933, 0.10986848175525665, 22.0, 0.01312899962067604, 0.3035750091075897, -0.2842850089073181, -0.4964595139026642, -0.5964670181274414, -0.4360293447971344, -0.6246817708015442, -0.7936536073684692, -2.0478994846343994, 0.5192528963088989, -0.1166403591632843, 0.7515736818313599, 0.938934862613678, -2.070152521133423, 30.0, -0.2895430028438568, 0.33945900201797485, -0.2714889943599701, -0.3777522146701813, 0.40039482712745667, -0.09854189306497574, 0.19344379007816315], "max": [0.9869662523269653, 2.0280377864837646, 1.058437466621399, 0.2669132351875305, -2.49157977104187, -0.709633469581604, 0.8456295728683472, 890.0, 0.24324999749660492, 0.41487300395965576, -0.20570899546146393, 0.45876726508140564, 0.8853694200515747, 0.4181290864944458, 0.5973962545394897, -0.33389896154403687, -1.9428831338882446, 1.5251734256744385, 1.3664880990982056, 2.7626469135284424, 1.615843415260315, -0.4784471392631531, 908.0, -0.07301899790763855, 0.41114598512649536, -0.11920800060033798, -0.061460159718990326, 0.9517053365707397, 0.5787535905838013, 0.7216655611991882], "mean": [0.7555243372917175, 2.0083515644073486, 0.5378397703170776, 0.09057854861021042, -2.8573994636535645, -1.0249921083450317, 0.7039497494697571, 586.7285766601562, 0.11300666630268097, 0.37411007285118103, -0.23567412793636322, -0.18008926510810852, 0.7438158988952637, -0.23959381878376007, -0.5357236266136169, -0.6093688011169434, -2.0392606258392334, 0.904331386089325, 0.4006361961364746, 1.509433627128601, 1.1425535678863525, -1.1021031141281128, 658.2305908203125, -0.18831394612789154, 0.38440483808517456, -0.21079552173614502, -0.22674715518951416, 0.6969705820083618, 0.3642897307872772, 0.4843024015426636], "std": [0.13078948855400085, 0.021303458139300346, 0.2532948851585388, 0.1136220321059227, 0.08934997767210007, 0.16410401463508606, 0.14990954101085663, 238.54696655273438, 0.06523649394512177, 0.02774043381214142, 0.01679970696568489, 0.11387287080287933, 0.15908853709697723, 0.1272566020488739, 0.12422175705432892, 0.09539912641048431, 0.011343431659042835, 0.24126391112804413, 0.46941670775413513, 0.669186532497406, 0.1710587441921234, 0.5198447704315186, 233.95587158203125, 0.0580444373190403, 0.01894097402691841, 0.037101730704307556, 0.10186819732189178, 0.15599799156188965, 0.19809618592262268, 0.14699573814868927], "count": [980]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010204081632653062], "std": [0.031927526218697995], "count": [980]}, "timestamp": {"min": [0.0], "max": [39.16], "mean": [19.58], "std": [11.316059384785854], "count": [980]}, "frame_index": {"min": [0], "max": [979], "mean": [489.5], "std": [282.90148461964634], "count": [980]}, "episode_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [980]}, "index": {"min": [269286], "max": [270265], "mean": [269775.5], "std": [282.90148461964634], "count": [980]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [980]}}} +{"episode_index": 222, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4807288252365623]], [[0.4852813871817384]], [[0.4808420713019868]]], "std": [[[0.1162091610007547]], [[0.11699731099297703]], [[0.11729611685370644]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7098039215686275]], [[0.6941176470588235]], [[0.6941176470588235]]], "mean": [[[0.4759013500715377]], [[0.47788955853900433]], [[0.472037891628459]]], "std": [[[0.05869521171468668]], [[0.05798713992602812]], [[0.06225888743438833]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.473428902261568]], [[0.4726587548369265]], [[0.4688813804750756]]], "std": [[[0.08821470642554903]], [[0.08692296757288433]], [[0.09095792983938138]]], "count": [201]}, "states": {"min": [0.2635447382926941, 2.003253936767578, -2.1149377822875977, -1.5572874546051025, -2.54170560836792, -1.5451922416687012, 0.5497787594795227, -3.0, -0.031105000525712967, 0.306861013174057, -0.26295700669288635, -0.4155421853065491, -0.6164488792419434, -0.5440201759338379, -0.6292665004730225, -1.4400012493133545, -2.054095506668091, 1.4725168943405151, -1.029744267463684, -1.5383158922195435, 1.1241142749786377, -1.8748326301574707, 33.0, -0.3251489996910095, 0.24234700202941895, -0.29232698678970337, -0.49992161989212036, -0.5496692657470703, -0.5586667656898499, -0.5554124712944031], "max": [0.8746020197868347, 2.0371134281158447, -0.5537580847740173, -0.1621410846710205, -0.5137551426887512, -0.6436600089073181, 2.400665521621704, 830.0, 0.3091599941253662, 0.44802701473236084, -0.14200200140476227, 0.4367119371891022, 0.9712818264961243, 0.5635712146759033, 0.6287994980812073, -0.15688766539096832, -1.837674617767334, 2.8654465675354004, 0.3988949954509735, 0.7610856890678406, 1.8738205432891846, 0.20228366553783417, 829.0, -0.02738500013947487, 0.4970479905605316, -0.10514000058174133, 0.5857143402099609, 0.9824179410934448, 0.5616087913513184, 0.6676766872406006], "mean": [0.5722162127494812, 2.0174481868743896, -1.2285960912704468, -0.6585593819618225, -1.7101693153381348, -0.9648433327674866, 1.4159011840820312, 526.4320678710938, 0.16727927327156067, 0.38737577199935913, -0.20649605989456177, -0.15630371868610382, 0.7408549189567566, -0.22279396653175354, -0.3639480471611023, -0.6697443127632141, -2.031484603881836, 2.4153501987457275, -0.07462343573570251, -0.2698635160923004, 1.323529839515686, -0.7293184995651245, 557.072998046875, -0.20174948871135712, 0.3436344861984253, -0.21544325351715088, -0.1265978068113327, 0.4930955767631531, 0.22367535531520844, 0.3038294315338135], "std": [0.15726222097873688, 0.008907702751457691, 0.3789714276790619, 0.30421674251556396, 0.4339485168457031, 0.19206079840660095, 0.40377408266067505, 232.36769104003906, 0.08588431030511856, 0.03798171877861023, 0.02639424055814743, 0.17150337994098663, 0.32420727610588074, 0.22771048545837402, 0.2413138747215271, 0.43968018889427185, 0.029415734112262726, 0.5363622307777405, 0.3631240725517273, 0.7279431223869324, 0.15649330615997314, 0.6696392893791199, 226.4248809814453, 0.07953529059886932, 0.06014023721218109, 0.04990097135305405, 0.3319540023803711, 0.4752575755119324, 0.33406147360801697, 0.3883637487888336], "count": [1178]}, "actions": {"min": [0.2635447382926941, 2.003253936767578, -2.1149377822875977, -1.5572874546051025, -2.54170560836792, -1.5451922416687012, 0.5497787594795227, -3.0, -0.031105000525712967, 0.306861013174057, -0.26295700669288635, -0.4155421853065491, -0.6164488792419434, -0.5440201759338379, -0.6292665004730225, -1.4400012493133545, -2.054095506668091, 1.4725168943405151, -1.029744267463684, -1.5383158922195435, 1.1241142749786377, -1.8748326301574707, 33.0, -0.3251489996910095, 0.24234700202941895, -0.29232698678970337, -0.49992161989212036, -0.5496692657470703, -0.5586667656898499, -0.5554124712944031], "max": [0.8746020197868347, 2.0371134281158447, -0.5537580847740173, -0.1621410846710205, -0.5137551426887512, -0.6436600089073181, 2.400665521621704, 830.0, 0.3091599941253662, 0.44802701473236084, -0.14200200140476227, 0.4367119371891022, 0.9712818264961243, 0.5635712146759033, 0.6287994980812073, -0.15688766539096832, -1.837674617767334, 2.8654465675354004, 0.3988949954509735, 0.7610856890678406, 1.8738205432891846, 0.20228366553783417, 829.0, -0.02738500013947487, 0.4970479905605316, -0.10514000058174133, 0.5857143402099609, 0.9824179410934448, 0.5616087913513184, 0.6676766872406006], "mean": [0.5722162127494812, 2.0174481868743896, -1.2285960912704468, -0.6585593819618225, -1.7101693153381348, -0.9648433327674866, 1.4159011840820312, 526.4320678710938, 0.16727927327156067, 0.38737577199935913, -0.20649605989456177, -0.15630371868610382, 0.7408549189567566, -0.22279396653175354, -0.3639480471611023, -0.6697443127632141, -2.031484603881836, 2.4153501987457275, -0.07462343573570251, -0.2698635160923004, 1.323529839515686, -0.7293184995651245, 557.072998046875, -0.20174948871135712, 0.3436344861984253, -0.21544325351715088, -0.1265978068113327, 0.4930955767631531, 0.22367535531520844, 0.3038294315338135], "std": [0.15726222097873688, 0.008907702751457691, 0.3789714276790619, 0.30421674251556396, 0.4339485168457031, 0.19206079840660095, 0.40377408266067505, 232.36769104003906, 0.08588431030511856, 0.03798171877861023, 0.02639424055814743, 0.17150337994098663, 0.32420727610588074, 0.22771048545837402, 0.2413138747215271, 0.43968018889427185, 0.029415734112262726, 0.5363622307777405, 0.3631240725517273, 0.7279431223869324, 0.15649330615997314, 0.6696392893791199, 226.4248809814453, 0.07953529059886932, 0.06014023721218109, 0.04990097135305405, 0.3319540023803711, 0.4752575755119324, 0.33406147360801697, 0.3883637487888336], "count": [1178]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008488964346349745], "std": [0.029123458061813996], "count": [1178]}, "timestamp": {"min": [0.0], "max": [47.08], "mean": [23.54], "std": [13.60236744100085], "count": [1178]}, "frame_index": {"min": [0], "max": [1177], "mean": [588.5], "std": [340.05918602502123], "count": [1178]}, "episode_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [1178]}, "index": {"min": [270266], "max": [271443], "mean": [270854.5], "std": [340.05918602502123], "count": [1178]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1178]}}} +{"episode_index": 223, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4631187175665911]], [[0.4712824888330542]], [[0.4649451300620751]]], "std": [[[0.13807808294936064]], [[0.13431259460565656]], [[0.13684497516587604]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[0.8509803921568627]], [[0.8274509803921568]]], "mean": [[[0.4738061765116432]], [[0.4790830849508983]], [[0.4722427353269616]]], "std": [[[0.07635468103710415]], [[0.07606177386130167]], [[0.08004717430426132]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.47132698931750255]], [[0.47265971401123263]], [[0.46911050657700265]]], "std": [[[0.10035838907996474]], [[0.0983345478996323]], [[0.10157874949940755]]], "count": [199]}, "states": {"min": [0.25848326086997986, 1.9014315605163574, -1.8694746494293213, -1.4825526475906372, -2.4243323802948, -1.2441929578781128, 0.25562092661857605, -5.0, 0.008856000378727913, 0.32545799016952515, -0.27758198976516724, -0.4923884868621826, -0.5481263399124146, -0.4846233129501343, -0.6225148439407349, -0.9600183963775635, -2.054060697555542, -2.564743995666504, -1.337428331375122, -0.19947367906570435, -1.456058382987976, 0.534105658531189, 39.0, -0.374439001083374, 0.2799519896507263, -0.28165799379348755, -0.4986661672592163, -0.3130357563495636, -0.5993496179580688, -0.555513322353363], "max": [0.858248233795166, 2.043274402618408, -0.7171558141708374, 0.03378957509994507, -0.05054473504424095, -0.2655344009399414, 2.309175491333008, 697.0, 0.2734610140323639, 0.45187899470329285, -0.1376969963312149, 0.4794272780418396, 0.9536646604537964, 0.47725582122802734, 0.5992152690887451, -0.2813994288444519, -1.7818242311477661, -1.3499424457550049, 0.17695893347263336, 2.729276180267334, -0.6048438549041748, 2.729031801223755, 845.0, -0.0012959999730810523, 0.45344799757003784, -0.05417799949645996, 0.5336304306983948, 0.9866213798522949, 0.661769688129425, 0.6796244382858276], "mean": [0.5901833772659302, 2.019308567047119, -1.392307162284851, -0.4337966740131378, -1.0526593923568726, -0.9411008358001709, 0.8501806259155273, 427.52740478515625, 0.163432314991951, 0.38760408759117126, -0.21131514012813568, -0.2771880030632019, 0.7077130079269409, -0.2370157390832901, -0.44849535822868347, -0.5689671039581299, -2.037238359451294, -1.8634674549102783, -0.30978062748908997, 0.9435657858848572, -1.2043050527572632, 2.0997419357299805, 535.9100952148438, -0.21010759472846985, 0.3525947034358978, -0.21424180269241333, -0.283881813287735, 0.5887564420700073, 0.38471415638923645, 0.4519408643245697], "std": [0.15003837645053864, 0.018566014245152473, 0.24184712767601013, 0.3695276379585266, 0.6882503032684326, 0.19096140563488007, 0.5865834355354309, 248.4698028564453, 0.08309344202280045, 0.03081393800675869, 0.034923527389764786, 0.17237485945224762, 0.23577538132667542, 0.22307217121124268, 0.1729721873998642, 0.23212242126464844, 0.03461673483252525, 0.29004204273223877, 0.4146330952644348, 1.0707080364227295, 0.14151392877101898, 0.7654900550842285, 309.9917297363281, 0.10929606109857559, 0.03899439424276352, 0.05170664191246033, 0.18353517353534698, 0.2828931510448456, 0.2424253672361374, 0.2191741168498993], "count": [1168]}, "actions": {"min": [0.25848326086997986, 1.9014315605163574, -1.8694746494293213, -1.4825526475906372, -2.4243323802948, -1.2441929578781128, 0.25562092661857605, -5.0, 0.008856000378727913, 0.32545799016952515, -0.27758198976516724, -0.4923884868621826, -0.5481263399124146, -0.4846233129501343, -0.6225148439407349, -0.9600183963775635, -2.054060697555542, -2.564743995666504, -1.337428331375122, -0.19947367906570435, -1.456058382987976, 0.534105658531189, 39.0, -0.374439001083374, 0.2799519896507263, -0.28165799379348755, -0.4986661672592163, -0.3130357563495636, -0.5993496179580688, -0.555513322353363], "max": [0.858248233795166, 2.043274402618408, -0.7171558141708374, 0.03378957509994507, -0.05054473504424095, -0.2655344009399414, 2.309175491333008, 697.0, 0.2734610140323639, 0.45187899470329285, -0.1376969963312149, 0.4794272780418396, 0.9536646604537964, 0.47725582122802734, 0.5992152690887451, -0.2813994288444519, -1.7818242311477661, -1.3499424457550049, 0.17695893347263336, 2.729276180267334, -0.6048438549041748, 2.729031801223755, 845.0, -0.0012959999730810523, 0.45344799757003784, -0.05417799949645996, 0.5336304306983948, 0.9866213798522949, 0.661769688129425, 0.6796244382858276], "mean": [0.5901833772659302, 2.019308567047119, -1.392307162284851, -0.4337966740131378, -1.0526593923568726, -0.9411008358001709, 0.8501806259155273, 427.52740478515625, 0.163432314991951, 0.38760408759117126, -0.21131514012813568, -0.2771880030632019, 0.7077130079269409, -0.2370157390832901, -0.44849535822868347, -0.5689671039581299, -2.037238359451294, -1.8634674549102783, -0.30978062748908997, 0.9435657858848572, -1.2043050527572632, 2.0997419357299805, 535.9100952148438, -0.21010759472846985, 0.3525947034358978, -0.21424180269241333, -0.283881813287735, 0.5887564420700073, 0.38471415638923645, 0.4519408643245697], "std": [0.15003837645053864, 0.018566014245152473, 0.24184712767601013, 0.3695276379585266, 0.6882503032684326, 0.19096140563488007, 0.5865834355354309, 248.4698028564453, 0.08309344202280045, 0.03081393800675869, 0.034923527389764786, 0.17237485945224762, 0.23577538132667542, 0.22307217121124268, 0.1729721873998642, 0.23212242126464844, 0.03461673483252525, 0.29004204273223877, 0.4146330952644348, 1.0707080364227295, 0.14151392877101898, 0.7654900550842285, 309.9917297363281, 0.10929606109857559, 0.03899439424276352, 0.05170664191246033, 0.18353517353534698, 0.2828931510448456, 0.2424253672361374, 0.2191741168498993], "count": [1168]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008561643835616438], "std": [0.02924775830914165], "count": [1168]}, "timestamp": {"min": [0.0], "max": [46.68], "mean": [23.34], "std": [13.48689734520138], "count": [1168]}, "frame_index": {"min": [0], "max": [1167], "mean": [583.5], "std": [337.17243363003445], "count": [1168]}, "episode_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [1168]}, "index": {"min": [271444], "max": [272611], "mean": [272027.5], "std": [337.17243363003445], "count": [1168]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1168]}}} +{"episode_index": 224, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4636463021990405]], [[0.4704243083727744]], [[0.4645337472632731]]], "std": [[[0.14666463122719559]], [[0.14330155864256966]], [[0.1456377406625333]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46554583514440256]], [[0.47078645279951065]], [[0.4636050520783026]]], "std": [[[0.07575291071366716]], [[0.07525725609589133]], [[0.08265925405002963]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4650750637898838]], [[0.4671396263965356]], [[0.4643544000933707]]], "std": [[[0.09140972406532843]], [[0.08764195212695507]], [[0.09000520999208045]]], "count": [203]}, "states": {"min": [0.5007349848747253, 1.9165287017822266, -0.9005026817321777, -0.46307075023651123, -2.2159223556518555, -1.5356279611587524, 0.1710771769285202, 1.0, 0.08064699918031693, 0.31428399682044983, -0.2679019868373871, -0.49914634227752686, -0.5901882648468018, -0.49150848388671875, -0.6324660181999207, -1.0854028463363647, -2.0568530559539795, 0.757699728012085, -0.18790215253829956, 0.04363323375582695, 0.31754520535469055, -2.5351083278656006, 33.0, -0.25011301040649414, 0.32710200548171997, -0.26324599981307983, -0.49034902453422546, 0.3573375344276428, -0.13002823293209076, 0.005181740503758192], "max": [0.8825781345367432, 2.0428555011749268, -0.37257546186447144, 0.09974557161331177, -0.569727897644043, -0.9800896644592285, 1.0779502391815186, 834.0, 0.28340399265289307, 0.4247649908065796, -0.18544700741767883, 0.5129125714302063, 0.8852187395095825, 0.5170937776565552, 0.6066638231277466, -0.23450243473052979, -1.8092782497406006, 1.9772486686706543, 1.5781965255737305, 2.741790294647217, 1.7269684076309204, -0.28155654668807983, 894.0, 0.025131000205874443, 0.42608100175857544, -0.04113699868321419, 0.11143893748521805, 0.9937196969985962, 0.4979802668094635, 0.726401150226593], "mean": [0.6095113158226013, 2.0184388160705566, -0.5983742475509644, -0.13123266398906708, -1.3480373620986938, -1.1438690423965454, 0.6288816928863525, 610.2904663085938, 0.21445494890213013, 0.3786929249763489, -0.22326359152793884, -0.019499393180012703, 0.3161734938621521, -0.05526430904865265, -0.1947663575410843, -0.7058910727500916, -2.0366413593292236, 1.4165765047073364, 0.6954947113990784, 1.65377938747406, 1.2645020484924316, -1.5971388816833496, 524.0292358398438, -0.11896082013845444, 0.37557920813560486, -0.17098911106586456, -0.13152337074279785, 0.774819016456604, 0.23596295714378357, 0.388264536857605], "std": [0.09025875478982925, 0.012707799673080444, 0.2062389999628067, 0.17457342147827148, 0.468675434589386, 0.11307826638221741, 0.36490723490715027, 250.56651306152344, 0.05575522035360336, 0.02666654996573925, 0.016866251826286316, 0.36420753598213196, 0.5749386548995972, 0.39086854457855225, 0.4926321506500244, 0.2323138564825058, 0.029947414994239807, 0.3403094708919525, 0.3915216028690338, 0.9482195973396301, 0.22648616135120392, 0.6461560130119324, 216.01805114746094, 0.08502404391765594, 0.021255817264318466, 0.04155034199357033, 0.15609627962112427, 0.217278391122818, 0.2167467474937439, 0.23952651023864746], "count": [1198]}, "actions": {"min": [0.5007349848747253, 1.9165287017822266, -0.9005026817321777, -0.46307075023651123, -2.2159223556518555, -1.5356279611587524, 0.1710771769285202, 1.0, 0.08064699918031693, 0.31428399682044983, -0.2679019868373871, -0.49914634227752686, -0.5901882648468018, -0.49150848388671875, -0.6324660181999207, -1.0854028463363647, -2.0568530559539795, 0.757699728012085, -0.18790215253829956, 0.04363323375582695, 0.31754520535469055, -2.5351083278656006, 33.0, -0.25011301040649414, 0.32710200548171997, -0.26324599981307983, -0.49034902453422546, 0.3573375344276428, -0.13002823293209076, 0.005181740503758192], "max": [0.8825781345367432, 2.0428555011749268, -0.37257546186447144, 0.09974557161331177, -0.569727897644043, -0.9800896644592285, 1.0779502391815186, 834.0, 0.28340399265289307, 0.4247649908065796, -0.18544700741767883, 0.5129125714302063, 0.8852187395095825, 0.5170937776565552, 0.6066638231277466, -0.23450243473052979, -1.8092782497406006, 1.9772486686706543, 1.5781965255737305, 2.741790294647217, 1.7269684076309204, -0.28155654668807983, 894.0, 0.025131000205874443, 0.42608100175857544, -0.04113699868321419, 0.11143893748521805, 0.9937196969985962, 0.4979802668094635, 0.726401150226593], "mean": [0.6095113158226013, 2.0184388160705566, -0.5983742475509644, -0.13123266398906708, -1.3480373620986938, -1.1438690423965454, 0.6288816928863525, 610.2904663085938, 0.21445494890213013, 0.3786929249763489, -0.22326359152793884, -0.019499393180012703, 0.3161734938621521, -0.05526430904865265, -0.1947663575410843, -0.7058910727500916, -2.0366413593292236, 1.4165765047073364, 0.6954947113990784, 1.65377938747406, 1.2645020484924316, -1.5971388816833496, 524.0292358398438, -0.11896082013845444, 0.37557920813560486, -0.17098911106586456, -0.13152337074279785, 0.774819016456604, 0.23596295714378357, 0.388264536857605], "std": [0.09025875478982925, 0.012707799673080444, 0.2062389999628067, 0.17457342147827148, 0.468675434589386, 0.11307826638221741, 0.36490723490715027, 250.56651306152344, 0.05575522035360336, 0.02666654996573925, 0.016866251826286316, 0.36420753598213196, 0.5749386548995972, 0.39086854457855225, 0.4926321506500244, 0.2323138564825058, 0.029947414994239807, 0.3403094708919525, 0.3915216028690338, 0.9482195973396301, 0.22648616135120392, 0.6461560130119324, 216.01805114746094, 0.08502404391765594, 0.021255817264318466, 0.04155034199357033, 0.15609627962112427, 0.217278391122818, 0.2167467474937439, 0.23952651023864746], "count": [1198]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008347245409015025], "std": [0.02887953905176326], "count": [1198]}, "timestamp": {"min": [0.0], "max": [47.88], "mean": [23.94], "std": [13.83330763049821], "count": [1198]}, "frame_index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "episode_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [1198]}, "index": {"min": [272612], "max": [273809], "mean": [273210.5], "std": [345.83269076245523], "count": [1198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}}} +{"episode_index": 225, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8509803921568627]], [[1.0]], [[1.0]]], "mean": [[[0.46949843941482844]], [[0.47447583699278323]], [[0.46704901641646246]]], "std": [[[0.13533991694493658]], [[0.13252122281118003]], [[0.13431121633871132]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4695643754680692]], [[0.47523194848686007]], [[0.47015425325946353]]], "std": [[[0.07910677862845505]], [[0.07634368996017543]], [[0.07975350509717057]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.47593751808449075]], [[0.4774942618974673]], [[0.4732438140403731]]], "std": [[[0.092201513685774]], [[0.09136420689824121]], [[0.0958767814041082]]], "count": [192]}, "states": {"min": [0.34489452838897705, 1.8890572786331177, -1.713546872138977, -1.230492115020752, -2.525526285171509, -1.4215532541275024, 0.056723203510046005, 6.0, 0.033326998353004456, 0.32857799530029297, -0.28738799691200256, -0.491041898727417, -0.5783334970474243, -0.48575353622436523, -0.6104730367660522, -1.0547722578048706, -2.060169219970703, -0.8729264140129089, -0.29768335819244385, 0.042987462133169174, 0.9661794304847717, -2.0640788078308105, 14.0, -0.39921900629997253, 0.2845579981803894, -0.27807098627090454, -0.4986368715763092, -0.549308180809021, -0.5933829545974731, -0.6139519810676575], "max": [0.8329933285713196, 2.0715837478637695, -0.06126106157898903, 0.12035790830850601, -0.23579397797584534, -0.6300289630889893, 2.2681427001953125, 905.0, 0.2933970093727112, 0.4588240087032318, -0.13171899318695068, 0.5196465253829956, 0.9519698619842529, 0.4760783016681671, 0.5835487842559814, -0.24033185839653015, -1.7268986701965332, 1.1998093128204346, 0.9145525693893433, 2.8745052814483643, 1.593695044517517, -0.05017821490764618, 876.0, -0.0339290015399456, 0.4395439922809601, -0.11001099646091461, 0.6153544783592224, 0.9521321654319763, 0.6640379428863525, 0.6581050753593445], "mean": [0.5965397953987122, 2.0262365341186523, -1.267306923866272, -0.47125107049942017, -1.2936248779296875, -1.0054943561553955, 1.0166326761245728, 500.3516540527344, 0.17329837381839752, 0.3907393217086792, -0.2089596390724182, -0.14899036288261414, 0.5907083749771118, -0.17596568167209625, -0.28718799352645874, -0.5640373826026917, -2.0323212146759033, 0.4824985861778259, 0.1457858681678772, 1.5856125354766846, 1.1546629667282104, -0.8109433650970459, 552.505859375, -0.21613195538520813, 0.3589847683906555, -0.22323253750801086, -0.2658790051937103, 0.589266300201416, 0.3632297217845917, 0.44799086451530457], "std": [0.1398816555738449, 0.02284279651939869, 0.32367491722106934, 0.3581022322177887, 0.8514411449432373, 0.18454115092754364, 0.6804050207138062, 281.1100158691406, 0.06996087729930878, 0.03512018173933029, 0.03889890015125275, 0.2762037515640259, 0.4843953847885132, 0.2763921022415161, 0.3579162359237671, 0.26273590326309204, 0.04030957818031311, 0.844965934753418, 0.37646955251693726, 0.930182695388794, 0.13680103421211243, 0.590720534324646, 306.5830078125, 0.09245942533016205, 0.037378180772066116, 0.0443548858165741, 0.21780654788017273, 0.2900411784648895, 0.27054134011268616, 0.21139268577098846], "count": [1109]}, "actions": {"min": [0.34489452838897705, 1.8890572786331177, -1.713546872138977, -1.230492115020752, -2.525526285171509, -1.4215532541275024, 0.056723203510046005, 6.0, 0.033326998353004456, 0.32857799530029297, -0.28738799691200256, -0.491041898727417, -0.5783334970474243, -0.48575353622436523, -0.6104730367660522, -1.0547722578048706, -2.060169219970703, -0.8729264140129089, -0.29768335819244385, 0.042987462133169174, 0.9661794304847717, -2.0640788078308105, 14.0, -0.39921900629997253, 0.2845579981803894, -0.27807098627090454, -0.4986368715763092, -0.549308180809021, -0.5933829545974731, -0.6139519810676575], "max": [0.8329933285713196, 2.0715837478637695, -0.06126106157898903, 0.12035790830850601, -0.23579397797584534, -0.6300289630889893, 2.2681427001953125, 905.0, 0.2933970093727112, 0.4588240087032318, -0.13171899318695068, 0.5196465253829956, 0.9519698619842529, 0.4760783016681671, 0.5835487842559814, -0.24033185839653015, -1.7268986701965332, 1.1998093128204346, 0.9145525693893433, 2.8745052814483643, 1.593695044517517, -0.05017821490764618, 876.0, -0.0339290015399456, 0.4395439922809601, -0.11001099646091461, 0.6153544783592224, 0.9521321654319763, 0.6640379428863525, 0.6581050753593445], "mean": [0.5965397953987122, 2.0262365341186523, -1.267306923866272, -0.47125107049942017, -1.2936248779296875, -1.0054943561553955, 1.0166326761245728, 500.3516540527344, 0.17329837381839752, 0.3907393217086792, -0.2089596390724182, -0.14899036288261414, 0.5907083749771118, -0.17596568167209625, -0.28718799352645874, -0.5640373826026917, -2.0323212146759033, 0.4824985861778259, 0.1457858681678772, 1.5856125354766846, 1.1546629667282104, -0.8109433650970459, 552.505859375, -0.21613195538520813, 0.3589847683906555, -0.22323253750801086, -0.2658790051937103, 0.589266300201416, 0.3632297217845917, 0.44799086451530457], "std": [0.1398816555738449, 0.02284279651939869, 0.32367491722106934, 0.3581022322177887, 0.8514411449432373, 0.18454115092754364, 0.6804050207138062, 281.1100158691406, 0.06996087729930878, 0.03512018173933029, 0.03889890015125275, 0.2762037515640259, 0.4843953847885132, 0.2763921022415161, 0.3579162359237671, 0.26273590326309204, 0.04030957818031311, 0.844965934753418, 0.37646955251693726, 0.930182695388794, 0.13680103421211243, 0.590720534324646, 306.5830078125, 0.09245942533016205, 0.037378180772066116, 0.0443548858165741, 0.21780654788017273, 0.2900411784648895, 0.27054134011268616, 0.21139268577098846], "count": [1109]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009017132551848512], "std": [0.030014999056976084], "count": [1109]}, "timestamp": {"min": [0.0], "max": [44.32], "mean": [22.160000000000004], "std": [12.805623764580934], "count": [1109]}, "frame_index": {"min": [0], "max": [1108], "mean": [554.0], "std": [320.14059411452337], "count": [1109]}, "episode_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [1109]}, "index": {"min": [273810], "max": [274918], "mean": [274364.0], "std": [320.14059411452337], "count": [1109]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1109]}}} +{"episode_index": 226, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4756065328839869]], [[0.4815860692401961]], [[0.47560116217320264]]], "std": [[[0.12466284437282082]], [[0.12403540798495266]], [[0.12389130845209406]]], "count": [200]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4755646599264706]], [[0.4792550622957516]], [[0.47340475796568626]]], "std": [[[0.0847313829646664]], [[0.08297085552324798]], [[0.08590073128942934]]], "count": [200]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.46979538807189547]], [[0.4720933854166667]], [[0.46767345383986925]]], "std": [[[0.08798616343866392]], [[0.08673196615790563]], [[0.09136235402563657]]], "count": [200]}, "states": {"min": [0.2652726173400879, 1.9984370470046997, -2.155289649963379, -1.4958693981170654, -2.6087610721588135, -1.3607110977172852, 0.3710046410560608, 24.0, -0.02436700090765953, 0.3383600115776062, -0.26111000776290894, -0.4515247046947479, -0.6026201248168945, -0.44842714071273804, -0.602718710899353, -0.825977087020874, -2.0542523860931396, -2.2641983032226562, -0.5954889059066772, 0.2608918249607086, -1.4732325077056885, 1.9992048740386963, 39.0, -0.33667901158332825, 0.27629798650741577, -0.2925899922847748, -0.4957076907157898, -0.4349137246608734, -0.5753365755081177, -0.5644468069076538], "max": [0.8745845556259155, 2.03981876373291, -1.1055090427398682, -0.1500808596611023, -0.2883109450340271, -0.10808824002742767, 2.428311586380005, 891.0, 0.2904210090637207, 0.4217259883880615, -0.12951700389385223, 0.4292556345462799, 0.94550621509552, 0.5788524150848389, 0.6075539588928223, -0.3065321743488312, -1.8745185136795044, -2.0798044204711914, 0.1549677848815918, 2.0857558250427246, -1.04866361618042, 2.784236431121826, 883.0, -0.1188030019402504, 0.40491899847984314, -0.14047199487686157, 0.5396503210067749, 0.9075877070426941, 0.5501587986946106, 0.6246492862701416], "mean": [0.48724988102912903, 2.023923397064209, -1.7250131368637085, -0.9630368947982788, -1.7442841529846191, -0.6054871678352356, 1.7464895248413086, 486.8450927734375, 0.10997853428125381, 0.38656318187713623, -0.19311045110225677, -0.21968458592891693, 0.7654521465301514, -0.21875551342964172, -0.3471713960170746, -0.5259063839912415, -2.0352671146392822, -2.1703941822052, -0.061064474284648895, 0.9408807754516602, -1.2452255487442017, 2.615220546722412, 568.7208251953125, -0.21336773037910461, 0.34007275104522705, -0.24177898466587067, -0.3040788769721985, 0.5841333270072937, 0.30136337876319885, 0.508346438407898], "std": [0.1853017807006836, 0.006464654114097357, 0.24937574565410614, 0.3076861500740051, 0.5474470257759094, 0.3870329260826111, 0.44061723351478577, 244.01255798339844, 0.07338948547840118, 0.016451578587293625, 0.03293483704328537, 0.1611221432685852, 0.2711714506149292, 0.2361571490764618, 0.20536524057388306, 0.10716061294078827, 0.02727680839598179, 0.0703834816813469, 0.20184189081192017, 0.5872165560722351, 0.11389169096946716, 0.12835343182086945, 275.81121826171875, 0.05816645920276642, 0.026783211156725883, 0.028140123933553696, 0.18704566359519958, 0.25415652990341187, 0.27258116006851196, 0.20786212384700775], "count": [1175]}, "actions": {"min": [0.2652726173400879, 1.9984370470046997, -2.155289649963379, -1.4958693981170654, -2.6087610721588135, -1.3607110977172852, 0.3710046410560608, 24.0, -0.02436700090765953, 0.3383600115776062, -0.26111000776290894, -0.4515247046947479, -0.6026201248168945, -0.44842714071273804, -0.602718710899353, -0.825977087020874, -2.0542523860931396, -2.2641983032226562, -0.5954889059066772, 0.2608918249607086, -1.4732325077056885, 1.9992048740386963, 39.0, -0.33667901158332825, 0.27629798650741577, -0.2925899922847748, -0.4957076907157898, -0.4349137246608734, -0.5753365755081177, -0.5644468069076538], "max": [0.8745845556259155, 2.03981876373291, -1.1055090427398682, -0.1500808596611023, -0.2883109450340271, -0.10808824002742767, 2.428311586380005, 891.0, 0.2904210090637207, 0.4217259883880615, -0.12951700389385223, 0.4292556345462799, 0.94550621509552, 0.5788524150848389, 0.6075539588928223, -0.3065321743488312, -1.8745185136795044, -2.0798044204711914, 0.1549677848815918, 2.0857558250427246, -1.04866361618042, 2.784236431121826, 883.0, -0.1188030019402504, 0.40491899847984314, -0.14047199487686157, 0.5396503210067749, 0.9075877070426941, 0.5501587986946106, 0.6246492862701416], "mean": [0.48724988102912903, 2.023923397064209, -1.7250131368637085, -0.9630368947982788, -1.7442841529846191, -0.6054871678352356, 1.7464895248413086, 486.8450927734375, 0.10997853428125381, 0.38656318187713623, -0.19311045110225677, -0.21968458592891693, 0.7654521465301514, -0.21875551342964172, -0.3471713960170746, -0.5259063839912415, -2.0352671146392822, -2.1703941822052, -0.061064474284648895, 0.9408807754516602, -1.2452255487442017, 2.615220546722412, 568.7208251953125, -0.21336773037910461, 0.34007275104522705, -0.24177898466587067, -0.3040788769721985, 0.5841333270072937, 0.30136337876319885, 0.508346438407898], "std": [0.1853017807006836, 0.006464654114097357, 0.24937574565410614, 0.3076861500740051, 0.5474470257759094, 0.3870329260826111, 0.44061723351478577, 244.01255798339844, 0.07338948547840118, 0.016451578587293625, 0.03293483704328537, 0.1611221432685852, 0.2711714506149292, 0.2361571490764618, 0.20536524057388306, 0.10716061294078827, 0.02727680839598179, 0.0703834816813469, 0.20184189081192017, 0.5872165560722351, 0.11389169096946716, 0.12835343182086945, 275.81121826171875, 0.05816645920276642, 0.026783211156725883, 0.028140123933553696, 0.18704566359519958, 0.25415652990341187, 0.27258116006851196, 0.20786212384700775], "count": [1175]}, "next.done": {"min": [false], "max": [true], "mean": [0.000851063829787234], "std": [0.029160581615339257], "count": [1175]}, "timestamp": {"min": [0.0], "max": [46.96], "mean": [23.479999999999997], "std": [13.567726412336004], "count": [1175]}, "frame_index": {"min": [0], "max": [1174], "mean": [587.0], "std": [339.1931603084001], "count": [1175]}, "episode_index": {"min": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [1175]}, "index": {"min": [274919], "max": [276093], "mean": [275506.0], "std": [339.1931603084001], "count": [1175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1175]}}} +{"episode_index": 227, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4654831358230578]], [[0.47145208901859714]], [[0.4674978732902096]]], "std": [[[0.1332925758131406]], [[0.13394294024400383]], [[0.13491386995289895]]], "count": [194]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46935938973957275]], [[0.4718270332187858]], [[0.4660446377434135]]], "std": [[[0.09753091778364349]], [[0.09569049791490021]], [[0.10103336680087513]]], "count": [194]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763833699717]], [[0.47674153000977026]], [[0.4728314150832154]]], "std": [[[0.08358955296576663]], [[0.08298266513107017]], [[0.08693684619411976]]], "count": [194]}, "states": {"min": [0.1039692685008049, 1.9825719594955444, 1.1932817697525024, -0.025237461552023888, -2.5102548599243164, 0.6364692449569702, -2.8982064723968506, 34.0, 0.018636999651789665, 0.2772989869117737, -0.2785860002040863, -0.4416854977607727, -0.6624536514282227, -0.4262256622314453, -0.6526538729667664, -0.8928406834602356, -2.052454948425293, 0.7960621118545532, -0.1523149013519287, -2.7074944972991943, -1.7726961374282837, 0.30518829822540283, 55.0, -0.28950899839401245, 0.2637679874897003, -0.28533899784088135, -0.49665316939353943, 0.3682500422000885, -0.06239256262779236, 0.0854550153017044], "max": [0.6566801071166992, 2.0422794818878174, 2.166041135787964, 1.6909971237182617, -0.3634648323059082, 1.407608151435852, -0.4580093324184418, 894.0, 0.2858079969882965, 0.40173599123954773, -0.1277949959039688, 0.47794896364212036, 0.9588684439659119, 0.4827178120613098, 0.683204174041748, -0.12013101577758789, -2.015000104904175, 1.69363272190094, 1.6256694793701172, -0.5089904069900513, -1.2368799448013306, 2.8362300395965576, 847.0, -0.03331900015473366, 0.3763450086116791, -0.10344299674034119, 0.13457345962524414, 0.9722872376441956, 0.5668957233428955, 0.7504733800888062], "mean": [0.42892301082611084, 2.0193331241607666, 1.7666822671890259, 0.5654953718185425, -1.2138605117797852, 1.1232385635375977, -2.016761064529419, 704.2791137695312, 0.17295612394809723, 0.3387863337993622, -0.20851090550422668, 0.052580464631319046, 0.3297443091869354, 0.014076602645218372, -0.09634540975093842, -0.4767169654369354, -2.040414810180664, 1.1293702125549316, 0.5756768584251404, -1.5657821893692017, -1.4663810729980469, 1.9185205698013306, 551.7902221679688, -0.1633775681257248, 0.312435507774353, -0.19765546917915344, -0.15044096112251282, 0.7402886152267456, 0.22417455911636353, 0.5078060030937195], "std": [0.11232160031795502, 0.007475813385099173, 0.3191673755645752, 0.6384492516517639, 0.7340661883354187, 0.22439660131931305, 0.8675621747970581, 302.83349609375, 0.08734409511089325, 0.0320986844599247, 0.04393097758293152, 0.3190508186817169, 0.638766884803772, 0.349126935005188, 0.49730995297431946, 0.2205665409564972, 0.00514973746612668, 0.2559783160686493, 0.46308088302612305, 0.6009550094604492, 0.14643989503383636, 0.7173494100570679, 281.1968078613281, 0.07619094848632812, 0.028097128495573997, 0.04979899898171425, 0.17267298698425293, 0.16856743395328522, 0.16420212388038635, 0.18980561196804047], "count": [1125]}, "actions": {"min": [0.1039692685008049, 1.9825719594955444, 1.1932817697525024, -0.025237461552023888, -2.5102548599243164, 0.6364692449569702, -2.8982064723968506, 34.0, 0.018636999651789665, 0.2772989869117737, -0.2785860002040863, -0.4416854977607727, -0.6624536514282227, -0.4262256622314453, -0.6526538729667664, -0.8928406834602356, -2.052454948425293, 0.7960621118545532, -0.1523149013519287, -2.7074944972991943, -1.7726961374282837, 0.30518829822540283, 55.0, -0.28950899839401245, 0.2637679874897003, -0.28533899784088135, -0.49665316939353943, 0.3682500422000885, -0.06239256262779236, 0.0854550153017044], "max": [0.6566801071166992, 2.0422794818878174, 2.166041135787964, 1.6909971237182617, -0.3634648323059082, 1.407608151435852, -0.4580093324184418, 894.0, 0.2858079969882965, 0.40173599123954773, -0.1277949959039688, 0.47794896364212036, 0.9588684439659119, 0.4827178120613098, 0.683204174041748, -0.12013101577758789, -2.015000104904175, 1.69363272190094, 1.6256694793701172, -0.5089904069900513, -1.2368799448013306, 2.8362300395965576, 847.0, -0.03331900015473366, 0.3763450086116791, -0.10344299674034119, 0.13457345962524414, 0.9722872376441956, 0.5668957233428955, 0.7504733800888062], "mean": [0.42892301082611084, 2.0193331241607666, 1.7666822671890259, 0.5654953718185425, -1.2138605117797852, 1.1232385635375977, -2.016761064529419, 704.2791137695312, 0.17295612394809723, 0.3387863337993622, -0.20851090550422668, 0.052580464631319046, 0.3297443091869354, 0.014076602645218372, -0.09634540975093842, -0.4767169654369354, -2.040414810180664, 1.1293702125549316, 0.5756768584251404, -1.5657821893692017, -1.4663810729980469, 1.9185205698013306, 551.7902221679688, -0.1633775681257248, 0.312435507774353, -0.19765546917915344, -0.15044096112251282, 0.7402886152267456, 0.22417455911636353, 0.5078060030937195], "std": [0.11232160031795502, 0.007475813385099173, 0.3191673755645752, 0.6384492516517639, 0.7340661883354187, 0.22439660131931305, 0.8675621747970581, 302.83349609375, 0.08734409511089325, 0.0320986844599247, 0.04393097758293152, 0.3190508186817169, 0.638766884803772, 0.349126935005188, 0.49730995297431946, 0.2205665409564972, 0.00514973746612668, 0.2559783160686493, 0.46308088302612305, 0.6009550094604492, 0.14643989503383636, 0.7173494100570679, 281.1968078613281, 0.07619094848632812, 0.028097128495573997, 0.04979899898171425, 0.17267298698425293, 0.16856743395328522, 0.16420212388038635, 0.18980561196804047], "count": [1125]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008888888888888889], "std": [0.029800985980871483], "count": [1125]}, "timestamp": {"min": [0.0], "max": [44.96], "mean": [22.48], "std": [12.990375924763173], "count": [1125]}, "frame_index": {"min": [0], "max": [1124], "mean": [562.0], "std": [324.7593981190793], "count": [1125]}, "episode_index": {"min": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [1125]}, "index": {"min": [276094], "max": [277218], "mean": [276656.0], "std": [324.7593981190793], "count": [1125]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1125]}}} +{"episode_index": 228, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.4795712057431343]], [[0.48424455490342627]], [[0.480104936948621]]], "std": [[[0.12860322997576087]], [[0.13021596111239148]], [[0.12976538321593215]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7098039215686275]], [[1.0]], [[1.0]]], "mean": [[[0.47399644626161375]], [[0.4778536665787391]], [[0.47192856619478885]]], "std": [[[0.08152345574229906]], [[0.08095108201524769]], [[0.08563165089364289]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4814631812553123]], [[0.4791995011943492]], [[0.47401448697939563]]], "std": [[[0.12307351310892388]], [[0.12681838923333055]], [[0.13225838710513932]]], "count": [223]}, "states": {"min": [0.4735427498817444, 2.0008978843688965, 0.027436576783657074, -0.3052231967449188, -2.894646167755127, -1.6161748170852661, 0.17320647835731506, 0.0, 0.04325700178742409, 0.29490798711776733, -0.2803420126438141, -0.4412325620651245, -0.6524569392204285, -0.49988818168640137, -0.6544739603996277, -0.7634419798851013, -2.0478124618530273, -2.0339019298553467, -1.2341572046279907, 0.17015214264392853, -1.5620173215866089, 1.2883497476577759, 44.0, -0.31550300121307373, 0.3005639910697937, -0.2820360064506531, -0.475270539522171, 0.413715124130249, -0.10414773225784302, 0.28043654561042786], "max": [0.93095862865448, 2.0345826148986816, 0.9188635349273682, 0.22216296195983887, -1.983217716217041, -0.9049357771873474, 0.8744099736213684, 904.0, 0.2322929948568344, 0.3874500095844269, -0.20807099342346191, 0.2996799647808075, 0.877074658870697, 0.39248785376548767, 0.6543611884117126, -0.1696809083223343, -1.9407014846801758, -1.6042194366455078, -0.1071283146739006, 2.3377463817596436, -0.768869936466217, 2.6841070652008057, 891.0, -0.06883899867534637, 0.4079990088939667, -0.126242995262146, -0.02973480150103569, 0.9537889957427979, 0.5400599241256714, 0.6522518396377563], "mean": [0.6788892149925232, 2.0172579288482666, 0.3889785408973694, 0.022296808660030365, -2.770789861679077, -1.1808319091796875, 0.6429265737533569, 458.88543701171875, 0.13084523379802704, 0.3421226441860199, -0.24804310500621796, -0.17216676473617554, 0.7480078339576721, -0.20418424904346466, -0.5474841594696045, -0.4589298367500305, -2.036134719848633, -1.797021508216858, -0.4600173234939575, 1.005122184753418, -1.1533279418945312, 2.199331045150757, 496.8329772949219, -0.20046159625053406, 0.3484990894794464, -0.21993856132030487, -0.26578542590141296, 0.6668484807014465, 0.3133687376976013, 0.5024303197860718], "std": [0.09573351591825485, 0.007630803156644106, 0.19374847412109375, 0.12788063287734985, 0.16048626601696014, 0.21291381120681763, 0.12345824390649796, 298.4025573730469, 0.048607237637043, 0.021520303562283516, 0.02349727228283882, 0.08821655064821243, 0.16592858731746674, 0.11672741174697876, 0.143082857131958, 0.17868250608444214, 0.013327444903552532, 0.15368102490901947, 0.3042122721672058, 0.8523640632629395, 0.12394167482852936, 0.4390828311443329, 315.6603698730469, 0.08066363632678986, 0.02495982125401497, 0.03763250634074211, 0.15672871470451355, 0.21938607096672058, 0.21237064898014069, 0.12744125723838806], "count": [1353]}, "actions": {"min": [0.4735427498817444, 2.0008978843688965, 0.027436576783657074, -0.3052231967449188, -2.894646167755127, -1.6161748170852661, 0.17320647835731506, 0.0, 0.04325700178742409, 0.29490798711776733, -0.2803420126438141, -0.4412325620651245, -0.6524569392204285, -0.49988818168640137, -0.6544739603996277, -0.7634419798851013, -2.0478124618530273, -2.0339019298553467, -1.2341572046279907, 0.17015214264392853, -1.5620173215866089, 1.2883497476577759, 44.0, -0.31550300121307373, 0.3005639910697937, -0.2820360064506531, -0.475270539522171, 0.413715124130249, -0.10414773225784302, 0.28043654561042786], "max": [0.93095862865448, 2.0345826148986816, 0.9188635349273682, 0.22216296195983887, -1.983217716217041, -0.9049357771873474, 0.8744099736213684, 904.0, 0.2322929948568344, 0.3874500095844269, -0.20807099342346191, 0.2996799647808075, 0.877074658870697, 0.39248785376548767, 0.6543611884117126, -0.1696809083223343, -1.9407014846801758, -1.6042194366455078, -0.1071283146739006, 2.3377463817596436, -0.768869936466217, 2.6841070652008057, 891.0, -0.06883899867534637, 0.4079990088939667, -0.126242995262146, -0.02973480150103569, 0.9537889957427979, 0.5400599241256714, 0.6522518396377563], "mean": [0.6788892149925232, 2.0172579288482666, 0.3889785408973694, 0.022296808660030365, -2.770789861679077, -1.1808319091796875, 0.6429265737533569, 458.88543701171875, 0.13084523379802704, 0.3421226441860199, -0.24804310500621796, -0.17216676473617554, 0.7480078339576721, -0.20418424904346466, -0.5474841594696045, -0.4589298367500305, -2.036134719848633, -1.797021508216858, -0.4600173234939575, 1.005122184753418, -1.1533279418945312, 2.199331045150757, 496.8329772949219, -0.20046159625053406, 0.3484990894794464, -0.21993856132030487, -0.26578542590141296, 0.6668484807014465, 0.3133687376976013, 0.5024303197860718], "std": [0.09573351591825485, 0.007630803156644106, 0.19374847412109375, 0.12788063287734985, 0.16048626601696014, 0.21291381120681763, 0.12345824390649796, 298.4025573730469, 0.048607237637043, 0.021520303562283516, 0.02349727228283882, 0.08821655064821243, 0.16592858731746674, 0.11672741174697876, 0.143082857131958, 0.17868250608444214, 0.013327444903552532, 0.15368102490901947, 0.3042122721672058, 0.8523640632629395, 0.12394167482852936, 0.4390828311443329, 315.6603698730469, 0.08066363632678986, 0.02495982125401497, 0.03763250634074211, 0.15672871470451355, 0.21938607096672058, 0.21237064898014069, 0.12744125723838806], "count": [1353]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007390983000739098], "std": [0.027176313837176995], "count": [1353]}, "timestamp": {"min": [0.0], "max": [54.08], "mean": [27.039999999999996], "std": [15.623094017084664], "count": [1353]}, "frame_index": {"min": [0], "max": [1352], "mean": [676.0], "std": [390.57735042711664], "count": [1353]}, "episode_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [1353]}, "index": {"min": [277219], "max": [278571], "mean": [277895.0], "std": [390.57735042711664], "count": [1353]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1353]}}} +{"episode_index": 229, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4581374513375478]], [[0.464939426408086]], [[0.45887821551662555]]], "std": [[[0.14728319311891286]], [[0.14474677628379318]], [[0.14655301452545114]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4647104405514482]], [[0.4715939419711418]], [[0.46481577690274656]]], "std": [[[0.09217247561178898]], [[0.08996777270715678]], [[0.09427010953527266]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4658123917372049]], [[0.4672522311064681]], [[0.4643175794224794]]], "std": [[[0.10954901314667474]], [[0.10711346427318344]], [[0.10952678674512455]]], "count": [183]}, "states": {"min": [0.4421791434288025, 1.8042341470718384, -1.1237303018569946, -0.4774697721004486, -1.9835493564605713, -1.464104413986206, 0.22195352613925934, 1.0, 0.0842289999127388, 0.32339200377464294, -0.25998398661613464, -0.49273207783699036, -0.6002398729324341, -0.4964160621166229, -0.6074707508087158, -0.9996722936630249, -2.0573418140411377, -1.070183515548706, -0.3712664246559143, 0.3586651682853699, 1.001626968383789, -2.015977621078491, 7.0, -0.23702800273895264, 0.3281550109386444, -0.25762099027633667, -0.48704516887664795, -0.481884628534317, -0.38994747400283813, -0.6308499574661255], "max": [0.8118748068809509, 2.040743827819824, -0.6748664975166321, 0.05607743188738823, -0.56583571434021, -0.9456717371940613, 1.112525224685669, 880.0, 0.2739430069923401, 0.42973798513412476, -0.18251599371433258, 0.5298482775688171, 0.8879780173301697, 0.5075111389160156, 0.6141801476478577, -0.4561767280101776, -1.7609498500823975, 1.708851933479309, 1.290042757987976, 2.8708574771881104, 1.7556267976760864, -0.1442514806985855, 772.0, 0.014255000278353691, 0.42280900478363037, -0.08180399984121323, 0.5401713848114014, 0.978064239025116, 0.4885677099227905, 0.7295215725898743], "mean": [0.6102786064147949, 2.0109448432922363, -0.9463071227073669, -0.19929993152618408, -1.2180787324905396, -1.1455566883087158, 0.7568833827972412, 627.2430419921875, 0.1945808231830597, 0.3755897879600525, -0.22286181151866913, -0.005068895407021046, 0.38103389739990234, -0.029826698824763298, -0.21472828090190887, -0.6968638896942139, -2.0310282707214355, 1.143495798110962, 0.5387791395187378, 1.7162301540374756, 1.2946431636810303, -1.4040675163269043, 510.9327697753906, -0.13403895497322083, 0.37675216794013977, -0.18246982991695404, -0.09504853188991547, 0.7540076375007629, 0.22912265360355377, 0.42462626099586487], "std": [0.08170022070407867, 0.03531279414892197, 0.10763253271579742, 0.14574797451496124, 0.5469294786453247, 0.11657381057739258, 0.2994215190410614, 290.255859375, 0.062175385653972626, 0.026817068457603455, 0.01681623049080372, 0.3094235062599182, 0.5886659026145935, 0.35323700308799744, 0.4906553626060486, 0.1739446520805359, 0.046368494629859924, 0.5535488128662109, 0.4103700518608093, 0.8671818971633911, 0.16280315816402435, 0.5149065852165222, 224.81207275390625, 0.0729236975312233, 0.018662821501493454, 0.03855932131409645, 0.15260395407676697, 0.25707483291625977, 0.20068685710430145, 0.24491433799266815], "count": [1041]}, "actions": {"min": [0.4421791434288025, 1.8042341470718384, -1.1237303018569946, -0.4774697721004486, -1.9835493564605713, -1.464104413986206, 0.22195352613925934, 1.0, 0.0842289999127388, 0.32339200377464294, -0.25998398661613464, -0.49273207783699036, -0.6002398729324341, -0.4964160621166229, -0.6074707508087158, -0.9996722936630249, -2.0573418140411377, -1.070183515548706, -0.3712664246559143, 0.3586651682853699, 1.001626968383789, -2.015977621078491, 7.0, -0.23702800273895264, 0.3281550109386444, -0.25762099027633667, -0.48704516887664795, -0.481884628534317, -0.38994747400283813, -0.6308499574661255], "max": [0.8118748068809509, 2.040743827819824, -0.6748664975166321, 0.05607743188738823, -0.56583571434021, -0.9456717371940613, 1.112525224685669, 880.0, 0.2739430069923401, 0.42973798513412476, -0.18251599371433258, 0.5298482775688171, 0.8879780173301697, 0.5075111389160156, 0.6141801476478577, -0.4561767280101776, -1.7609498500823975, 1.708851933479309, 1.290042757987976, 2.8708574771881104, 1.7556267976760864, -0.1442514806985855, 772.0, 0.014255000278353691, 0.42280900478363037, -0.08180399984121323, 0.5401713848114014, 0.978064239025116, 0.4885677099227905, 0.7295215725898743], "mean": [0.6102786064147949, 2.0109448432922363, -0.9463071227073669, -0.19929993152618408, -1.2180787324905396, -1.1455566883087158, 0.7568833827972412, 627.2430419921875, 0.1945808231830597, 0.3755897879600525, -0.22286181151866913, -0.005068895407021046, 0.38103389739990234, -0.029826698824763298, -0.21472828090190887, -0.6968638896942139, -2.0310282707214355, 1.143495798110962, 0.5387791395187378, 1.7162301540374756, 1.2946431636810303, -1.4040675163269043, 510.9327697753906, -0.13403895497322083, 0.37675216794013977, -0.18246982991695404, -0.09504853188991547, 0.7540076375007629, 0.22912265360355377, 0.42462626099586487], "std": [0.08170022070407867, 0.03531279414892197, 0.10763253271579742, 0.14574797451496124, 0.5469294786453247, 0.11657381057739258, 0.2994215190410614, 290.255859375, 0.062175385653972626, 0.026817068457603455, 0.01681623049080372, 0.3094235062599182, 0.5886659026145935, 0.35323700308799744, 0.4906553626060486, 0.1739446520805359, 0.046368494629859924, 0.5535488128662109, 0.4103700518608093, 0.8671818971633911, 0.16280315816402435, 0.5149065852165222, 224.81207275390625, 0.0729236975312233, 0.018662821501493454, 0.03855932131409645, 0.15260395407676697, 0.25707483291625977, 0.20068685710430145, 0.24491433799266815], "count": [1041]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009606147934678194], "std": [0.03097889624706455], "count": [1041]}, "timestamp": {"min": [0.0], "max": [41.6], "mean": [20.8], "std": [12.020427058414631], "count": [1041]}, "frame_index": {"min": [0], "max": [1040], "mean": [520.0], "std": [300.51067646036586], "count": [1041]}, "episode_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [1041]}, "index": {"min": [278572], "max": [279612], "mean": [279092.0], "std": [300.51067646036586], "count": [1041]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1041]}}} +{"episode_index": 230, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4753535097874996]], [[0.4804025396590797]], [[0.4764792898315105]]], "std": [[[0.1101332499423552]], [[0.11032864706607738]], [[0.11090203523028175]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7098039215686275]], [[1.0]], [[1.0]]], "mean": [[[0.47328489567937726]], [[0.4758397522744441]], [[0.4705875024632969]]], "std": [[[0.06924492565154916]], [[0.06909098617118059]], [[0.07387267474153597]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[1.0]], [[0.796078431372549]]], "mean": [[[0.4714655908217558]], [[0.4729025499228167]], [[0.46816759245574274]]], "std": [[[0.08066335745235963]], [[0.08014432542420429]], [[0.08607000311878436]]], "count": [199]}, "states": {"min": [0.2877524197101593, 2.004615545272827, -1.9827289581298828, -1.4437713623046875, -2.7609364986419678, -1.2696921825408936, 0.30368727445602417, 21.0, -0.013306999579071999, 0.33594098687171936, -0.26296499371528625, -0.4592917561531067, -0.5285105109214783, -0.5296681523323059, -0.5615044236183167, -0.7458490133285522, -2.0655274391174316, -2.090311050415039, -1.1687947511672974, -0.6809576749801636, -1.4778401851654053, 0.7711737751960754, 47.0, -0.3661139905452728, 0.23165300488471985, -0.2837739884853363, -0.49600866436958313, -0.42866572737693787, -0.5838618874549866, -0.593681812286377], "max": [0.9020036458969116, 2.034024238586426, -0.7714879512786865, -0.03326597809791565, -0.458515465259552, -0.6717248558998108, 2.6523420810699463, 880.0, 0.3057030141353607, 0.44842299818992615, -0.11366000026464462, 0.48071983456611633, 0.9628788232803345, 0.544036328792572, 0.5815595388412476, -0.14351841807365417, -1.95614755153656, -1.45256769657135, 0.0023736481089144945, 2.5569772720336914, -0.8382642269134521, 2.797797918319702, 802.0, -0.05611699819564819, 0.41870999336242676, -0.11842499673366547, 0.5687019228935242, 0.9525864124298096, 0.5834242701530457, 0.6261584758758545], "mean": [0.5049871206283569, 2.0217487812042236, -1.4679080247879028, -0.8587399125099182, -1.743464469909668, -0.8712161779403687, 1.6839184761047363, 586.4595947265625, 0.15786823630332947, 0.3866267800331116, -0.1958690583705902, -0.09444142132997513, 0.6304332613945007, -0.1635238528251648, -0.2166980504989624, -0.4405982196331024, -2.041459560394287, -1.7175794839859009, -0.3361210227012634, 0.625552237033844, -1.1990326642990112, 2.268369436264038, 585.1683959960938, -0.23105421662330627, 0.3379301130771637, -0.2221967577934265, -0.1980600655078888, 0.5072379112243652, 0.25154730677604675, 0.3547828495502472], "std": [0.18562950193881989, 0.004931285046041012, 0.30370503664016724, 0.3098825514316559, 0.6724104881286621, 0.1847318708896637, 0.5939134359359741, 294.4916687011719, 0.09331449866294861, 0.024150626733899117, 0.03232968971133232, 0.23946523666381836, 0.4895137846469879, 0.32727378606796265, 0.3403855264186859, 0.18293623626232147, 0.01451159454882145, 0.19131818413734436, 0.3827098309993744, 1.0215229988098145, 0.13548946380615234, 0.5971389412879944, 258.0645751953125, 0.09006545692682266, 0.04654426500201225, 0.03929630294442177, 0.31857559084892273, 0.3563670516014099, 0.3726520538330078, 0.38337549567222595], "count": [1164]}, "actions": {"min": [0.2877524197101593, 2.004615545272827, -1.9827289581298828, -1.4437713623046875, -2.7609364986419678, -1.2696921825408936, 0.30368727445602417, 21.0, -0.013306999579071999, 0.33594098687171936, -0.26296499371528625, -0.4592917561531067, -0.5285105109214783, -0.5296681523323059, -0.5615044236183167, -0.7458490133285522, -2.0655274391174316, -2.090311050415039, -1.1687947511672974, -0.6809576749801636, -1.4778401851654053, 0.7711737751960754, 47.0, -0.3661139905452728, 0.23165300488471985, -0.2837739884853363, -0.49600866436958313, -0.42866572737693787, -0.5838618874549866, -0.593681812286377], "max": [0.9020036458969116, 2.034024238586426, -0.7714879512786865, -0.03326597809791565, -0.458515465259552, -0.6717248558998108, 2.6523420810699463, 880.0, 0.3057030141353607, 0.44842299818992615, -0.11366000026464462, 0.48071983456611633, 0.9628788232803345, 0.544036328792572, 0.5815595388412476, -0.14351841807365417, -1.95614755153656, -1.45256769657135, 0.0023736481089144945, 2.5569772720336914, -0.8382642269134521, 2.797797918319702, 802.0, -0.05611699819564819, 0.41870999336242676, -0.11842499673366547, 0.5687019228935242, 0.9525864124298096, 0.5834242701530457, 0.6261584758758545], "mean": [0.5049871206283569, 2.0217487812042236, -1.4679080247879028, -0.8587399125099182, -1.743464469909668, -0.8712161779403687, 1.6839184761047363, 586.4595947265625, 0.15786823630332947, 0.3866267800331116, -0.1958690583705902, -0.09444142132997513, 0.6304332613945007, -0.1635238528251648, -0.2166980504989624, -0.4405982196331024, -2.041459560394287, -1.7175794839859009, -0.3361210227012634, 0.625552237033844, -1.1990326642990112, 2.268369436264038, 585.1683959960938, -0.23105421662330627, 0.3379301130771637, -0.2221967577934265, -0.1980600655078888, 0.5072379112243652, 0.25154730677604675, 0.3547828495502472], "std": [0.18562950193881989, 0.004931285046041012, 0.30370503664016724, 0.3098825514316559, 0.6724104881286621, 0.1847318708896637, 0.5939134359359741, 294.4916687011719, 0.09331449866294861, 0.024150626733899117, 0.03232968971133232, 0.23946523666381836, 0.4895137846469879, 0.32727378606796265, 0.3403855264186859, 0.18293623626232147, 0.01451159454882145, 0.19131818413734436, 0.3827098309993744, 1.0215229988098145, 0.13548946380615234, 0.5971389412879944, 258.0645751953125, 0.09006545692682266, 0.04654426500201225, 0.03929630294442177, 0.31857559084892273, 0.3563670516014099, 0.3726520538330078, 0.38337549567222595], "count": [1164]}, "next.done": {"min": [false], "max": [true], "mean": [0.000859106529209622], "std": [0.02929792595357377], "count": [1164]}, "timestamp": {"min": [0.0], "max": [46.52], "mean": [23.259999999999998], "std": [13.440709306679715], "count": [1164]}, "frame_index": {"min": [0], "max": [1163], "mean": [581.5], "std": [336.01773266699286], "count": [1164]}, "episode_index": {"min": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [1164]}, "index": {"min": [279613], "max": [280776], "mean": [280194.5], "std": [336.01773266699286], "count": [1164]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1164]}}} +{"episode_index": 231, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.4897116105445528]], [[0.49147884130620423]], [[0.48750399362006114]]], "std": [[[0.11058014477305626]], [[0.11289684491650304]], [[0.1126046646345275]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4715335696045587]], [[0.47770485495286896]], [[0.473297021258252]]], "std": [[[0.05640495220073955]], [[0.055561033663315766]], [[0.05684124721191123]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4813209727148816]], [[0.47884500114953854]], [[0.47253500139586824]]], "std": [[[0.11842473421632534]], [[0.12375457013398887]], [[0.13075623179106927]]], "count": [199]}, "states": {"min": [0.3945665955543518, 1.9848408699035645, -0.7532492876052856, -0.5471956729888916, -2.3006231784820557, -1.8371161222457886, 0.5522047281265259, -4.0, 0.06654500216245651, 0.2847540080547333, -0.27960801124572754, -0.2478153258562088, -0.6628724932670593, -0.3740977942943573, -0.6645461916923523, -0.81688392162323, -2.0477426052093506, -1.066186785697937, -0.48940780758857727, 0.1154709905385971, 1.0317689180374146, -1.280286431312561, 402.0, -0.3057520091533661, 0.2523359954357147, -0.2506600022315979, -0.4996676743030548, -0.38483116030693054, -0.5420212745666504, -0.6066923141479492], "max": [0.9097877740859985, 2.0326452255249023, 0.07983136177062988, 0.006352998781949282, -1.3850409984588623, -1.1403807401657104, 1.0971662998199463, 884.0, 0.2965089976787567, 0.3798379898071289, -0.1611499935388565, 0.4681481420993805, 0.8890295624732971, 0.4749492406845093, 0.7014667391777039, -0.17631316184997559, -1.7366026639938354, 1.210403323173523, 0.6910980939865112, 2.8691117763519287, 1.7490817308425903, -0.21465803682804108, 876.0, -0.08329100161790848, 0.36566001176834106, -0.16288599371910095, 0.5228115320205688, 0.9160827994346619, 0.5394102334976196, 0.6592388153076172], "mean": [0.6019137501716614, 2.015117883682251, -0.39786043763160706, -0.2461051046848297, -2.013197660446167, -1.4271963834762573, 0.9506770968437195, 589.99658203125, 0.189339742064476, 0.3289757966995239, -0.21939562261104584, 0.0834844559431076, 0.29920169711112976, 0.03954378142952919, -0.07934028655290604, -0.40055474638938904, -2.0162148475646973, 0.30110180377960205, -0.019307810813188553, 1.5770087242126465, 1.4199600219726562, -0.542659342288971, 678.1625366210938, -0.23360265791416168, 0.31101885437965393, -0.22155244648456573, -0.3383824825286865, 0.5589260458946228, 0.3438076972961426, 0.5659177303314209], "std": [0.16551530361175537, 0.010123992338776588, 0.2594528794288635, 0.12840679287910461, 0.2464652806520462, 0.17713209986686707, 0.1182057335972786, 329.0603942871094, 0.07660576701164246, 0.01623719185590744, 0.035096216946840286, 0.18610325455665588, 0.6694152355194092, 0.27264270186424255, 0.5818637609481812, 0.18161605298519135, 0.0441930778324604, 0.9265492558479309, 0.3599937856197357, 1.0163922309875488, 0.19190873205661774, 0.31448420882225037, 160.25160217285156, 0.04976581409573555, 0.024201953783631325, 0.015113134868443012, 0.1875530481338501, 0.19990745186805725, 0.18129660189151764, 0.16317294538021088], "count": [1169]}, "actions": {"min": [0.3945665955543518, 1.9848408699035645, -0.7532492876052856, -0.5471956729888916, -2.3006231784820557, -1.8371161222457886, 0.5522047281265259, -4.0, 0.06654500216245651, 0.2847540080547333, -0.27960801124572754, -0.2478153258562088, -0.6628724932670593, -0.3740977942943573, -0.6645461916923523, -0.81688392162323, -2.0477426052093506, -1.066186785697937, -0.48940780758857727, 0.1154709905385971, 1.0317689180374146, -1.280286431312561, 402.0, -0.3057520091533661, 0.2523359954357147, -0.2506600022315979, -0.4996676743030548, -0.38483116030693054, -0.5420212745666504, -0.6066923141479492], "max": [0.9097877740859985, 2.0326452255249023, 0.07983136177062988, 0.006352998781949282, -1.3850409984588623, -1.1403807401657104, 1.0971662998199463, 884.0, 0.2965089976787567, 0.3798379898071289, -0.1611499935388565, 0.4681481420993805, 0.8890295624732971, 0.4749492406845093, 0.7014667391777039, -0.17631316184997559, -1.7366026639938354, 1.210403323173523, 0.6910980939865112, 2.8691117763519287, 1.7490817308425903, -0.21465803682804108, 876.0, -0.08329100161790848, 0.36566001176834106, -0.16288599371910095, 0.5228115320205688, 0.9160827994346619, 0.5394102334976196, 0.6592388153076172], "mean": [0.6019137501716614, 2.015117883682251, -0.39786043763160706, -0.2461051046848297, -2.013197660446167, -1.4271963834762573, 0.9506770968437195, 589.99658203125, 0.189339742064476, 0.3289757966995239, -0.21939562261104584, 0.0834844559431076, 0.29920169711112976, 0.03954378142952919, -0.07934028655290604, -0.40055474638938904, -2.0162148475646973, 0.30110180377960205, -0.019307810813188553, 1.5770087242126465, 1.4199600219726562, -0.542659342288971, 678.1625366210938, -0.23360265791416168, 0.31101885437965393, -0.22155244648456573, -0.3383824825286865, 0.5589260458946228, 0.3438076972961426, 0.5659177303314209], "std": [0.16551530361175537, 0.010123992338776588, 0.2594528794288635, 0.12840679287910461, 0.2464652806520462, 0.17713209986686707, 0.1182057335972786, 329.0603942871094, 0.07660576701164246, 0.01623719185590744, 0.035096216946840286, 0.18610325455665588, 0.6694152355194092, 0.27264270186424255, 0.5818637609481812, 0.18161605298519135, 0.0441930778324604, 0.9265492558479309, 0.3599937856197357, 1.0163922309875488, 0.19190873205661774, 0.31448420882225037, 160.25160217285156, 0.04976581409573555, 0.024201953783631325, 0.015113134868443012, 0.1875530481338501, 0.19990745186805725, 0.18129660189151764, 0.16317294538021088], "count": [1169]}, "next.done": {"min": [false], "max": [true], "mean": [0.000855431993156544], "std": [0.029235256613575813], "count": [1169]}, "timestamp": {"min": [0.0], "max": [46.72], "mean": [23.359999999999996], "std": [13.498444354813632], "count": [1169]}, "frame_index": {"min": [0], "max": [1168], "mean": [584.0], "std": [337.4611088703408], "count": [1169]}, "episode_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [1169]}, "index": {"min": [280777], "max": [281945], "mean": [281361.0], "std": [337.4611088703408], "count": [1169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1169]}}} +{"episode_index": 232, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.46440519059054597]], [[0.4704598466280452]], [[0.4640227809137123]]], "std": [[[0.135224535639406]], [[0.1335507782936145]], [[0.13509051046507867]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9411764705882353]], [[0.9647058823529412]]], "mean": [[[0.47334451438403646]], [[0.47795490340496466]], [[0.47200682375222813]]], "std": [[[0.07209085322945898]], [[0.07300012172008681]], [[0.07802582101648013]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616973183633723]], [[0.46292467774146695]], [[0.4582298196425034]]], "std": [[[0.11543682470473944]], [[0.11401571216365333]], [[0.11816979191393989]]], "count": [198]}, "states": {"min": [0.3620336651802063, 1.9234576225280762, -1.8933333158493042, -0.8388925194740295, -2.0290849208831787, -1.2096353769302368, 0.3210707902908325, 22.0, 0.03188500180840492, 0.32490500807762146, -0.28336501121520996, -0.46827876567840576, -0.6047705411911011, -0.5338788628578186, -0.6166253685951233, -0.9241867661476135, -2.0527515411376953, -1.9793781042099, -1.2358851432800293, -0.34321901202201843, -1.375860571861267, 0.5885599255561829, 51.0, -0.32069700956344604, 0.3088429868221283, -0.2856749892234802, -0.49249467253685, 0.28652429580688477, -0.1032974049448967, 0.15475130081176758], "max": [0.8484219908714294, 2.0517916679382324, -1.0298489332199097, -0.17067575454711914, 0.26082202792167664, -0.7211002707481384, 1.5773762464523315, 901.0, 0.27472299337387085, 0.44950398802757263, -0.1361120045185089, 0.47017401456832886, 0.9163048267364502, 0.5651326775550842, 0.6165961623191833, -0.16411331295967102, -1.7310175895690918, -1.0656108856201172, -0.15634660422801971, 2.6821348667144775, -0.6136577725410461, 2.8174328804016113, 897.0, -0.034519001841545105, 0.44730299711227417, -0.10066799819469452, -0.025239987298846245, 0.9814554452896118, 0.5928568243980408, 0.6708497405052185], "mean": [0.5719813108444214, 2.0234882831573486, -1.5203510522842407, -0.3856503665447235, -0.8813002705574036, -0.9103066325187683, 0.821993350982666, 431.94549560546875, 0.16081111133098602, 0.38120773434638977, -0.22891536355018616, -0.01313175167888403, 0.4188399016857147, 0.014681578613817692, -0.16249240934848785, -0.48977893590927124, -2.030949115753174, -1.5210477113723755, -0.393059641122818, 0.5790325403213501, -1.1551841497421265, 2.2262444496154785, 542.308837890625, -0.2070351392030716, 0.3524099290370941, -0.21342982351779938, -0.31786999106407166, 0.6006889939308167, 0.36186808347702026, 0.4930568337440491], "std": [0.12561258673667908, 0.022463306784629822, 0.23805029690265656, 0.15227241814136505, 0.6329987645149231, 0.08072930574417114, 0.36750200390815735, 277.7857971191406, 0.07713817059993744, 0.029878664761781693, 0.03444862738251686, 0.29111409187316895, 0.6212523579597473, 0.325038880109787, 0.47056272625923157, 0.24298274517059326, 0.048300694674253464, 0.23802781105041504, 0.29063981771469116, 1.0901076793670654, 0.1704610288143158, 0.7203763127326965, 315.2694396972656, 0.09512972831726074, 0.03957414627075195, 0.0455205924808979, 0.15199269354343414, 0.2525327801704407, 0.21738870441913605, 0.17304727435112], "count": [1156]}, "actions": {"min": [0.3620336651802063, 1.9234576225280762, -1.8933333158493042, -0.8388925194740295, -2.0290849208831787, -1.2096353769302368, 0.3210707902908325, 22.0, 0.03188500180840492, 0.32490500807762146, -0.28336501121520996, -0.46827876567840576, -0.6047705411911011, -0.5338788628578186, -0.6166253685951233, -0.9241867661476135, -2.0527515411376953, -1.9793781042099, -1.2358851432800293, -0.34321901202201843, -1.375860571861267, 0.5885599255561829, 51.0, -0.32069700956344604, 0.3088429868221283, -0.2856749892234802, -0.49249467253685, 0.28652429580688477, -0.1032974049448967, 0.15475130081176758], "max": [0.8484219908714294, 2.0517916679382324, -1.0298489332199097, -0.17067575454711914, 0.26082202792167664, -0.7211002707481384, 1.5773762464523315, 901.0, 0.27472299337387085, 0.44950398802757263, -0.1361120045185089, 0.47017401456832886, 0.9163048267364502, 0.5651326775550842, 0.6165961623191833, -0.16411331295967102, -1.7310175895690918, -1.0656108856201172, -0.15634660422801971, 2.6821348667144775, -0.6136577725410461, 2.8174328804016113, 897.0, -0.034519001841545105, 0.44730299711227417, -0.10066799819469452, -0.025239987298846245, 0.9814554452896118, 0.5928568243980408, 0.6708497405052185], "mean": [0.5719813108444214, 2.0234882831573486, -1.5203510522842407, -0.3856503665447235, -0.8813002705574036, -0.9103066325187683, 0.821993350982666, 431.94549560546875, 0.16081111133098602, 0.38120773434638977, -0.22891536355018616, -0.01313175167888403, 0.4188399016857147, 0.014681578613817692, -0.16249240934848785, -0.48977893590927124, -2.030949115753174, -1.5210477113723755, -0.393059641122818, 0.5790325403213501, -1.1551841497421265, 2.2262444496154785, 542.308837890625, -0.2070351392030716, 0.3524099290370941, -0.21342982351779938, -0.31786999106407166, 0.6006889939308167, 0.36186808347702026, 0.4930568337440491], "std": [0.12561258673667908, 0.022463306784629822, 0.23805029690265656, 0.15227241814136505, 0.6329987645149231, 0.08072930574417114, 0.36750200390815735, 277.7857971191406, 0.07713817059993744, 0.029878664761781693, 0.03444862738251686, 0.29111409187316895, 0.6212523579597473, 0.325038880109787, 0.47056272625923157, 0.24298274517059326, 0.048300694674253464, 0.23802781105041504, 0.29063981771469116, 1.0901076793670654, 0.1704610288143158, 0.7203763127326965, 315.2694396972656, 0.09512972831726074, 0.03957414627075195, 0.0455205924808979, 0.15199269354343414, 0.2525327801704407, 0.21738870441913605, 0.17304727435112], "count": [1156]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008650519031141869], "std": [0.029399040602018044], "count": [1156]}, "timestamp": {"min": [0.0], "max": [46.2], "mean": [23.099999999999998], "std": [13.348333229283721], "count": [1156]}, "frame_index": {"min": [0], "max": [1155], "mean": [577.5], "std": [333.70833073209303], "count": [1156]}, "episode_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [1156]}, "index": {"min": [281946], "max": [283101], "mean": [282523.5], "std": [333.70833073209303], "count": [1156]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1156]}}} +{"episode_index": 233, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4663631794854092]], [[0.47320783182208725]], [[0.4659193506628003]]], "std": [[[0.13830949142241233]], [[0.13480410198485412]], [[0.13649894499176052]]], "count": [213]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683219414526374]], [[0.46781557235570287]], [[0.4626653030930682]]], "std": [[[0.08643651959210429]], [[0.0840450771646912]], [[0.08791120661522021]]], "count": [213]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46877814312344657]], [[0.46701271230323116]], [[0.46356597222222223]]], "std": [[[0.09272103447077831]], [[0.09178500703107575]], [[0.09643687330911363]]], "count": [213]}, "states": {"min": [0.37372738122940063, 2.004371166229248, -1.9711575508117676, -1.4484835863113403, -2.732086181640625, -1.6875064373016357, -0.05988224968314171, -5.0, -0.00865899957716465, 0.26653701066970825, -0.296764999628067, -0.49873700737953186, -0.690315842628479, -0.4762832820415497, -0.6740491986274719, -0.896802544593811, -2.0501511096954346, 0.9020385146141052, -0.07995353639125824, 0.2678207755088806, 0.786811888217926, -2.7362747192382812, 66.0, -0.3146499991416931, 0.29218900203704834, -0.2838200032711029, -0.4999695122241974, -0.3758770227432251, -0.412731409072876, -0.7052103877067566], "max": [0.9251292943954468, 2.041773557662964, 0.3743731677532196, 0.1886177510023117, -1.215988278388977, -1.1427369117736816, 2.4650330543518066, 905.0, 0.30933699011802673, 0.4057700037956238, -0.0853400006890297, 0.5807397365570068, 0.983942985534668, 0.5981036424636841, 0.8031527996063232, -0.19982276856899261, -1.9813677072525024, 1.8139731884002686, 1.5289608240127563, 2.7409350872039795, 1.6102408170700073, -0.3583161234855652, 908.0, 0.00961500033736229, 0.44836100935935974, -0.010703999549150467, 0.5463982224464417, 0.9793368577957153, 0.5553969740867615, 0.7856261730194092], "mean": [0.555644154548645, 2.0327210426330566, -0.3609923720359802, -0.13922397792339325, -1.7542418241500854, -1.2760652303695679, 0.6048357486724854, 500.64581298828125, 0.18532098829746246, 0.341903418302536, -0.22397668659687042, 0.19360658526420593, 0.08498687297105789, 0.1729426234960556, 0.1468563675880432, -0.5865204334259033, -2.030043840408325, 1.1894475221633911, 0.5178734660148621, 1.4934887886047363, 1.284220576286316, -1.2985429763793945, 600.5426025390625, -0.1669553965330124, 0.35395821928977966, -0.187696635723114, -0.14622445404529572, 0.6416589021682739, 0.22072388231754303, 0.3486603796482086], "std": [0.12285348027944565, 0.006476800888776779, 0.7170455455780029, 0.5291362404823303, 0.45963215827941895, 0.10353688895702362, 0.8130094408988953, 313.7170715332031, 0.07460503280162811, 0.03362090513110161, 0.05046834796667099, 0.33964550495147705, 0.6704090237617493, 0.32202327251434326, 0.485088974237442, 0.19199027121067047, 0.012578574940562248, 0.30209434032440186, 0.4956769049167633, 0.8225089311599731, 0.1591116338968277, 0.8903377056121826, 341.5185546875, 0.10165204852819443, 0.04065466299653053, 0.05824322998523712, 0.26079660654067993, 0.3652164936065674, 0.2546325922012329, 0.3610733151435852], "count": [1279]}, "actions": {"min": [0.37372738122940063, 2.004371166229248, -1.9711575508117676, -1.4484835863113403, -2.732086181640625, -1.6875064373016357, -0.05988224968314171, -5.0, -0.00865899957716465, 0.26653701066970825, -0.296764999628067, -0.49873700737953186, -0.690315842628479, -0.4762832820415497, -0.6740491986274719, -0.896802544593811, -2.0501511096954346, 0.9020385146141052, -0.07995353639125824, 0.2678207755088806, 0.786811888217926, -2.7362747192382812, 66.0, -0.3146499991416931, 0.29218900203704834, -0.2838200032711029, -0.4999695122241974, -0.3758770227432251, -0.412731409072876, -0.7052103877067566], "max": [0.9251292943954468, 2.041773557662964, 0.3743731677532196, 0.1886177510023117, -1.215988278388977, -1.1427369117736816, 2.4650330543518066, 905.0, 0.30933699011802673, 0.4057700037956238, -0.0853400006890297, 0.5807397365570068, 0.983942985534668, 0.5981036424636841, 0.8031527996063232, -0.19982276856899261, -1.9813677072525024, 1.8139731884002686, 1.5289608240127563, 2.7409350872039795, 1.6102408170700073, -0.3583161234855652, 908.0, 0.00961500033736229, 0.44836100935935974, -0.010703999549150467, 0.5463982224464417, 0.9793368577957153, 0.5553969740867615, 0.7856261730194092], "mean": [0.555644154548645, 2.0327210426330566, -0.3609923720359802, -0.13922397792339325, -1.7542418241500854, -1.2760652303695679, 0.6048357486724854, 500.64581298828125, 0.18532098829746246, 0.341903418302536, -0.22397668659687042, 0.19360658526420593, 0.08498687297105789, 0.1729426234960556, 0.1468563675880432, -0.5865204334259033, -2.030043840408325, 1.1894475221633911, 0.5178734660148621, 1.4934887886047363, 1.284220576286316, -1.2985429763793945, 600.5426025390625, -0.1669553965330124, 0.35395821928977966, -0.187696635723114, -0.14622445404529572, 0.6416589021682739, 0.22072388231754303, 0.3486603796482086], "std": [0.12285348027944565, 0.006476800888776779, 0.7170455455780029, 0.5291362404823303, 0.45963215827941895, 0.10353688895702362, 0.8130094408988953, 313.7170715332031, 0.07460503280162811, 0.03362090513110161, 0.05046834796667099, 0.33964550495147705, 0.6704090237617493, 0.32202327251434326, 0.485088974237442, 0.19199027121067047, 0.012578574940562248, 0.30209434032440186, 0.4956769049167633, 0.8225089311599731, 0.1591116338968277, 0.8903377056121826, 341.5185546875, 0.10165204852819443, 0.04065466299653053, 0.05824322998523712, 0.26079660654067993, 0.3652164936065674, 0.2546325922012329, 0.3610733151435852], "count": [1279]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007818608287724785], "std": [0.027950841175480027], "count": [1279]}, "timestamp": {"min": [0.0], "max": [51.12], "mean": [25.560000000000002], "std": [14.768615371794338], "count": [1279]}, "frame_index": {"min": [0], "max": [1278], "mean": [639.0], "std": [369.21538429485844], "count": [1279]}, "episode_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [1279]}, "index": {"min": [283102], "max": [284380], "mean": [283741.0], "std": [369.21538429485844], "count": [1279]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1279]}}} +{"episode_index": 234, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.4640788891352186]], [[0.4707951358097678]], [[0.4638299411682596]]], "std": [[[0.13722305608080057]], [[0.13479538354862802]], [[0.13659657035256811]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.7294117647058823]], [[0.7176470588235294]]], "mean": [[[0.4699842184780109]], [[0.4757670326715276]], [[0.4694113243915657]]], "std": [[[0.06811813459352421]], [[0.06511185227197466]], [[0.06962066826024177]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.47565312571846163]], [[0.47607308807107435]], [[0.47202823040857883]]], "std": [[[0.08777597469339707]], [[0.0872156470384729]], [[0.0916091362455924]]], "count": [199]}, "states": {"min": [0.365192711353302, 1.9331965446472168, -1.9203161001205444, -1.4409786462783813, -2.6126883029937744, -1.6470497846603394, 0.3105289936065674, -5.0, -0.010386000387370586, 0.31808701157569885, -0.2736259996891022, -0.48582732677459717, -0.6740300059318542, -0.5082713961601257, -0.6834842562675476, -0.8565552830696106, -2.0541303157806396, -1.9537041187286377, -1.1031702756881714, -0.13817770779132843, -1.33395516872406, 0.5755398273468018, 21.0, -0.2994930148124695, 0.3245449960231781, -0.2849839925765991, -0.4139764606952667, 0.3283664286136627, -0.02792501077055931, 0.1958339363336563], "max": [0.9786760210990906, 2.055544137954712, 0.5452583432197571, -0.13297663629055023, -0.10473720729351044, -0.8277398943901062, 2.6630234718322754, 728.0, 0.3054850101470947, 0.43456199765205383, -0.10986199975013733, 0.46528515219688416, 0.9723643660545349, 0.5288711786270142, 0.7132250666618347, -0.2620088458061218, -1.8969111442565918, -1.2952960729599, -0.0895702987909317, 2.6384317874908447, -0.6823539733886719, 2.644016742706299, 894.0, -0.057349998503923416, 0.45439499616622925, -0.10924600064754486, -0.06335810571908951, 0.9622318148612976, 0.5972960591316223, 0.6833024024963379], "mean": [0.6157360672950745, 2.0220606327056885, -1.121034860610962, -0.48292240500450134, -1.520481824874878, -1.1270711421966553, 1.2566430568695068, 514.1911010742188, 0.16968616843223572, 0.3796651065349579, -0.2028595507144928, 0.0798363983631134, 0.27468857169151306, 0.05115803703665733, 0.03124898299574852, -0.553497850894928, -2.033940315246582, -1.722064733505249, -0.41902899742126465, 0.8686511516571045, -1.0582138299942017, 2.0236055850982666, 650.6041259765625, -0.19834482669830322, 0.3830201327800751, -0.20882989466190338, -0.2636529505252838, 0.6165752410888672, 0.40620219707489014, 0.501371443271637], "std": [0.1665969043970108, 0.01810145191848278, 0.47072306275367737, 0.34586969017982483, 0.6328222751617432, 0.16844508051872253, 0.6249639391899109, 239.5178680419922, 0.08971230685710907, 0.024807734414935112, 0.03577009588479996, 0.24227288365364075, 0.7031480073928833, 0.3405582904815674, 0.49546489119529724, 0.16790398955345154, 0.024046864360570908, 0.19754424691200256, 0.3108547627925873, 1.0070054531097412, 0.13226747512817383, 0.6824893355369568, 296.8686828613281, 0.07569455355405807, 0.030499491840600967, 0.038234274834394455, 0.12693776190280914, 0.22368060052394867, 0.20593087375164032, 0.15935711562633514], "count": [1167]}, "actions": {"min": [0.365192711353302, 1.9331965446472168, -1.9203161001205444, -1.4409786462783813, -2.6126883029937744, -1.6470497846603394, 0.3105289936065674, -5.0, -0.010386000387370586, 0.31808701157569885, -0.2736259996891022, -0.48582732677459717, -0.6740300059318542, -0.5082713961601257, -0.6834842562675476, -0.8565552830696106, -2.0541303157806396, -1.9537041187286377, -1.1031702756881714, -0.13817770779132843, -1.33395516872406, 0.5755398273468018, 21.0, -0.2994930148124695, 0.3245449960231781, -0.2849839925765991, -0.4139764606952667, 0.3283664286136627, -0.02792501077055931, 0.1958339363336563], "max": [0.9786760210990906, 2.055544137954712, 0.5452583432197571, -0.13297663629055023, -0.10473720729351044, -0.8277398943901062, 2.6630234718322754, 728.0, 0.3054850101470947, 0.43456199765205383, -0.10986199975013733, 0.46528515219688416, 0.9723643660545349, 0.5288711786270142, 0.7132250666618347, -0.2620088458061218, -1.8969111442565918, -1.2952960729599, -0.0895702987909317, 2.6384317874908447, -0.6823539733886719, 2.644016742706299, 894.0, -0.057349998503923416, 0.45439499616622925, -0.10924600064754486, -0.06335810571908951, 0.9622318148612976, 0.5972960591316223, 0.6833024024963379], "mean": [0.6157360672950745, 2.0220606327056885, -1.121034860610962, -0.48292240500450134, -1.520481824874878, -1.1270711421966553, 1.2566430568695068, 514.1911010742188, 0.16968616843223572, 0.3796651065349579, -0.2028595507144928, 0.0798363983631134, 0.27468857169151306, 0.05115803703665733, 0.03124898299574852, -0.553497850894928, -2.033940315246582, -1.722064733505249, -0.41902899742126465, 0.8686511516571045, -1.0582138299942017, 2.0236055850982666, 650.6041259765625, -0.19834482669830322, 0.3830201327800751, -0.20882989466190338, -0.2636529505252838, 0.6165752410888672, 0.40620219707489014, 0.501371443271637], "std": [0.1665969043970108, 0.01810145191848278, 0.47072306275367737, 0.34586969017982483, 0.6328222751617432, 0.16844508051872253, 0.6249639391899109, 239.5178680419922, 0.08971230685710907, 0.024807734414935112, 0.03577009588479996, 0.24227288365364075, 0.7031480073928833, 0.3405582904815674, 0.49546489119529724, 0.16790398955345154, 0.024046864360570908, 0.19754424691200256, 0.3108547627925873, 1.0070054531097412, 0.13226747512817383, 0.6824893355369568, 296.8686828613281, 0.07569455355405807, 0.030499491840600967, 0.038234274834394455, 0.12693776190280914, 0.22368060052394867, 0.20593087375164032, 0.15935711562633514], "count": [1167]}, "next.done": {"min": [false], "max": [true], "mean": [0.000856898029134533], "std": [0.029260276056493353], "count": [1167]}, "timestamp": {"min": [0.0], "max": [46.64], "mean": [23.32], "std": [13.47535033558188], "count": [1167]}, "frame_index": {"min": [0], "max": [1166], "mean": [583.0], "std": [336.883758389547], "count": [1167]}, "episode_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [1167]}, "index": {"min": [284381], "max": [285547], "mean": [284964.0], "std": [336.883758389547], "count": [1167]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1167]}}} +{"episode_index": 235, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4750454218476008]], [[0.4787557169615814]], [[0.4747171050534035]]], "std": [[[0.10643338058098319]], [[0.10700296839835424]], [[0.10735318541647187]]], "count": [205]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.4697556113502312]], [[0.4744039305356289]], [[0.4695947264068229]]], "std": [[[0.05987186478309937]], [[0.057146181467022716]], [[0.060564242072309614]]], "count": [205]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47488109457197514]], [[0.4747592150884744]], [[0.46977738123704765]]], "std": [[[0.08217958243148218]], [[0.08599589043990136]], [[0.09195871702637402]]], "count": [205]}, "states": {"min": [0.4090178906917572, 1.7893989086151123, -1.983496904373169, -0.9522167444229126, -2.3462111949920654, -1.2194092273712158, -0.08457866311073303, 0.0, -0.0006830000202171504, 0.3503279983997345, -0.27056699991226196, -0.49726906418800354, -0.5468726754188538, -0.5475602149963379, -0.6194483637809753, -0.9688672423362732, -2.046363592147827, -1.2088325023651123, -0.4128052890300751, 0.5918934941291809, 0.28235936164855957, -2.409496784210205, 26.0, -0.3367359936237335, 0.28918901085853577, -0.2868640124797821, -0.49558642506599426, -0.4490434527397156, -0.5638242363929749, -0.6034274101257324], "max": [0.8326616883277893, 2.040778636932373, -1.0715274810791016, -0.10880383104085922, 0.6214419603347778, -0.5591511130332947, 1.601601481437683, 880.0, 0.36856698989868164, 0.4786919951438904, -0.15941299498081207, 0.5622597932815552, 0.9397960901260376, 0.6557272672653198, 0.49217960238456726, -0.15828391909599304, -1.646089792251587, 1.3130286931991577, 1.0960668325424194, 2.8745572566986084, 1.6110785007476807, -0.0720122903585434, 784.0, -0.0656920000910759, 0.4547080099582672, -0.10201399773359299, 0.6029724478721619, 0.9610288739204407, 0.6786804795265198, 0.6576876640319824], "mean": [0.6153668761253357, 2.009234666824341, -1.4667376279830933, -0.363131046295166, -0.8570904731750488, -0.9061049818992615, 0.7746396064758301, 605.2588500976562, 0.1726328432559967, 0.392909437417984, -0.2215435802936554, -0.2227259874343872, 0.6648834347724915, -0.215293288230896, -0.41946741938591003, -0.5777614116668701, -2.0251271724700928, 0.10360972583293915, 0.1088552325963974, 1.9331666231155396, 1.1892715692520142, -0.818711519241333, 585.3890991210938, -0.21912279725074768, 0.3661513924598694, -0.21066150069236755, -0.06732632219791412, 0.4405650496482849, 0.20725469291210175, 0.20294418931007385], "std": [0.11012743413448334, 0.0334215946495533, 0.22556212544441223, 0.2326507419347763, 0.738152801990509, 0.14229169487953186, 0.4525880515575409, 263.0655212402344, 0.08649380505084991, 0.02676617167890072, 0.02478315494954586, 0.22963665425777435, 0.3300701081752777, 0.27467936277389526, 0.22111091017723083, 0.2230011224746704, 0.05843121185898781, 0.8879076838493347, 0.5120505690574646, 0.8240121603012085, 0.32569387555122375, 0.8773919343948364, 246.35447692871094, 0.06829195469617844, 0.051976609975099564, 0.049498796463012695, 0.38661137223243713, 0.4706135392189026, 0.41590777039527893, 0.4162983298301697], "count": [1213]}, "actions": {"min": [0.4090178906917572, 1.7893989086151123, -1.983496904373169, -0.9522167444229126, -2.3462111949920654, -1.2194092273712158, -0.08457866311073303, 0.0, -0.0006830000202171504, 0.3503279983997345, -0.27056699991226196, -0.49726906418800354, -0.5468726754188538, -0.5475602149963379, -0.6194483637809753, -0.9688672423362732, -2.046363592147827, -1.2088325023651123, -0.4128052890300751, 0.5918934941291809, 0.28235936164855957, -2.409496784210205, 26.0, -0.3367359936237335, 0.28918901085853577, -0.2868640124797821, -0.49558642506599426, -0.4490434527397156, -0.5638242363929749, -0.6034274101257324], "max": [0.8326616883277893, 2.040778636932373, -1.0715274810791016, -0.10880383104085922, 0.6214419603347778, -0.5591511130332947, 1.601601481437683, 880.0, 0.36856698989868164, 0.4786919951438904, -0.15941299498081207, 0.5622597932815552, 0.9397960901260376, 0.6557272672653198, 0.49217960238456726, -0.15828391909599304, -1.646089792251587, 1.3130286931991577, 1.0960668325424194, 2.8745572566986084, 1.6110785007476807, -0.0720122903585434, 784.0, -0.0656920000910759, 0.4547080099582672, -0.10201399773359299, 0.6029724478721619, 0.9610288739204407, 0.6786804795265198, 0.6576876640319824], "mean": [0.6153668761253357, 2.009234666824341, -1.4667376279830933, -0.363131046295166, -0.8570904731750488, -0.9061049818992615, 0.7746396064758301, 605.2588500976562, 0.1726328432559967, 0.392909437417984, -0.2215435802936554, -0.2227259874343872, 0.6648834347724915, -0.215293288230896, -0.41946741938591003, -0.5777614116668701, -2.0251271724700928, 0.10360972583293915, 0.1088552325963974, 1.9331666231155396, 1.1892715692520142, -0.818711519241333, 585.3890991210938, -0.21912279725074768, 0.3661513924598694, -0.21066150069236755, -0.06732632219791412, 0.4405650496482849, 0.20725469291210175, 0.20294418931007385], "std": [0.11012743413448334, 0.0334215946495533, 0.22556212544441223, 0.2326507419347763, 0.738152801990509, 0.14229169487953186, 0.4525880515575409, 263.0655212402344, 0.08649380505084991, 0.02676617167890072, 0.02478315494954586, 0.22963665425777435, 0.3300701081752777, 0.27467936277389526, 0.22111091017723083, 0.2230011224746704, 0.05843121185898781, 0.8879076838493347, 0.5120505690574646, 0.8240121603012085, 0.32569387555122375, 0.8773919343948364, 246.35447692871094, 0.06829195469617844, 0.051976609975099564, 0.049498796463012695, 0.38661137223243713, 0.4706135392189026, 0.41590777039527893, 0.4162983298301697], "count": [1213]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008244023083264633], "std": [0.028700569143494163], "count": [1213]}, "timestamp": {"min": [0.0], "max": [48.48], "mean": [24.240000000000002], "std": [14.006512770850566], "count": [1213]}, "frame_index": {"min": [0], "max": [1212], "mean": [606.0], "std": [350.16281927126414], "count": [1213]}, "episode_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [1213]}, "index": {"min": [285548], "max": [286760], "mean": [286154.0], "std": [350.16281927126414], "count": [1213]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1213]}}} +{"episode_index": 236, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4849129234039587]], [[0.4886745355527677]], [[0.4848312240575535]]], "std": [[[0.121049327702189]], [[0.1223438350405753]], [[0.12349039713710012]]], "count": [211]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720531007031564]], [[0.4744969827385931]], [[0.46912966286435587]]], "std": [[[0.09519061207275946]], [[0.0937238670516354]], [[0.09738387423540523]]], "count": [211]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47235481038782023]], [[0.47484429885698354]], [[0.47082441029334327]]], "std": [[[0.08584393090342024]], [[0.08616072919398908]], [[0.08918257754114105]]], "count": [211]}, "states": {"min": [0.15746361017227173, 2.0132896900177, 1.0981961488723755, 0.01935570128262043, -2.620105743408203, 0.691080629825592, -2.850105047225952, 86.0, -0.0183470007032156, 0.30831199884414673, -0.26794999837875366, -0.4600236117839813, 0.5767157673835754, -0.44030460715293884, -0.6174793839454651, -0.7394262552261353, -2.049435615539551, 0.6400297284126282, -0.0935845598578453, -2.9007198810577393, -1.6336805820465088, 1.0286622047424316, 56.0, -0.31251201033592224, 0.2486869990825653, -0.29259198904037476, -0.4997316002845764, -0.4252602756023407, -0.5449568033218384, -0.5790902972221375], "max": [0.7808079123497009, 2.0420875549316406, 2.6384143829345703, 1.5496256351470947, -0.28675761818885803, 1.343711495399475, -0.4539252519607544, 877.0, 0.2662990093231201, 0.39302000403404236, -0.10436899960041046, -0.05174603313207626, 0.9781469702720642, 0.024102428928017616, -0.15617048740386963, -0.005201081279665232, -1.9384673833847046, 1.5355582237243652, 1.48136568069458, -0.5268625617027283, -0.705689013004303, 2.805616855621338, 814.0, -0.0602170005440712, 0.39496299624443054, -0.12466199696063995, 0.5225734114646912, 0.9467018246650696, 0.5420095920562744, 0.7099261283874512], "mean": [0.4784707725048065, 2.0205230712890625, 1.7849544286727905, 0.5628764033317566, -1.2650216817855835, 1.1711965799331665, -2.000253677368164, 649.4125366210938, 0.16855619847774506, 0.34723958373069763, -0.20816868543624878, -0.23786231875419617, 0.7377318143844604, -0.2902901768684387, -0.4868398904800415, -0.39349091053009033, -2.0362493991851807, 0.9387915730476379, 0.46857529878616333, -1.668607234954834, -1.3959375619888306, 2.147820234298706, 472.8091735839844, -0.21549800038337708, 0.3067992627620697, -0.21415464580059052, -0.184085413813591, 0.6454042196273804, 0.2402295470237732, 0.4862644374370575], "std": [0.11028095334768295, 0.004961555358022451, 0.2833646237850189, 0.5271464586257935, 0.7667707800865173, 0.09626861661672592, 0.8007246255874634, 277.52874755859375, 0.07988020032644272, 0.02331969514489174, 0.04689096659421921, 0.16263996064662933, 0.12834277749061584, 0.13824708759784698, 0.1259234994649887, 0.1965465396642685, 0.01111964788287878, 0.22926129400730133, 0.4065839350223541, 0.6742296814918518, 0.15132565796375275, 0.5173096656799316, 219.4645233154297, 0.08003821223974228, 0.0370560958981514, 0.0427887961268425, 0.22365827858448029, 0.2961057722568512, 0.22605228424072266, 0.2580711245536804], "count": [1263]}, "actions": {"min": [0.15746361017227173, 2.0132896900177, 1.0981961488723755, 0.01935570128262043, -2.620105743408203, 0.691080629825592, -2.850105047225952, 86.0, -0.0183470007032156, 0.30831199884414673, -0.26794999837875366, -0.4600236117839813, 0.5767157673835754, -0.44030460715293884, -0.6174793839454651, -0.7394262552261353, -2.049435615539551, 0.6400297284126282, -0.0935845598578453, -2.9007198810577393, -1.6336805820465088, 1.0286622047424316, 56.0, -0.31251201033592224, 0.2486869990825653, -0.29259198904037476, -0.4997316002845764, -0.4252602756023407, -0.5449568033218384, -0.5790902972221375], "max": [0.7808079123497009, 2.0420875549316406, 2.6384143829345703, 1.5496256351470947, -0.28675761818885803, 1.343711495399475, -0.4539252519607544, 877.0, 0.2662990093231201, 0.39302000403404236, -0.10436899960041046, -0.05174603313207626, 0.9781469702720642, 0.024102428928017616, -0.15617048740386963, -0.005201081279665232, -1.9384673833847046, 1.5355582237243652, 1.48136568069458, -0.5268625617027283, -0.705689013004303, 2.805616855621338, 814.0, -0.0602170005440712, 0.39496299624443054, -0.12466199696063995, 0.5225734114646912, 0.9467018246650696, 0.5420095920562744, 0.7099261283874512], "mean": [0.4784707725048065, 2.0205230712890625, 1.7849544286727905, 0.5628764033317566, -1.2650216817855835, 1.1711965799331665, -2.000253677368164, 649.4125366210938, 0.16855619847774506, 0.34723958373069763, -0.20816868543624878, -0.23786231875419617, 0.7377318143844604, -0.2902901768684387, -0.4868398904800415, -0.39349091053009033, -2.0362493991851807, 0.9387915730476379, 0.46857529878616333, -1.668607234954834, -1.3959375619888306, 2.147820234298706, 472.8091735839844, -0.21549800038337708, 0.3067992627620697, -0.21415464580059052, -0.184085413813591, 0.6454042196273804, 0.2402295470237732, 0.4862644374370575], "std": [0.11028095334768295, 0.004961555358022451, 0.2833646237850189, 0.5271464586257935, 0.7667707800865173, 0.09626861661672592, 0.8007246255874634, 277.52874755859375, 0.07988020032644272, 0.02331969514489174, 0.04689096659421921, 0.16263996064662933, 0.12834277749061584, 0.13824708759784698, 0.1259234994649887, 0.1965465396642685, 0.01111964788287878, 0.22926129400730133, 0.4065839350223541, 0.6742296814918518, 0.15132565796375275, 0.5173096656799316, 219.4645233154297, 0.08003821223974228, 0.0370560958981514, 0.0427887961268425, 0.22365827858448029, 0.2961057722568512, 0.22605228424072266, 0.2580711245536804], "count": [1263]}, "next.done": {"min": [false], "max": [true], "mean": [0.000791765637371338], "std": [0.028127188706780066], "count": [1263]}, "timestamp": {"min": [0.0], "max": [50.48], "mean": [25.239999999999995], "std": [14.583863228468193], "count": [1263]}, "frame_index": {"min": [0], "max": [1262], "mean": [631.0], "std": [364.5965807117048], "count": [1263]}, "episode_index": {"min": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [1263]}, "index": {"min": [286761], "max": [288023], "mean": [287392.0], "std": [364.5965807117048], "count": [1263]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1263]}}} +{"episode_index": 237, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.47386412540069106]], [[0.4783851200512052]], [[0.47371532591274307]]], "std": [[[0.12198547997654835]], [[0.12079838806761319]], [[0.1205506810756149]]], "count": [157]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4674821159089963]], [[0.47165948545023106]], [[0.4677156498480496]]], "std": [[[0.11748944188272684]], [[0.11554837986811411]], [[0.11705074235145298]]], "count": [157]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47808151591315934]], [[0.4785317508638275]], [[0.474944968725282]]], "std": [[[0.08861879781370868]], [[0.09077367269309554]], [[0.09158428739047801]]], "count": [157]}, "states": {"min": [0.4745725095272064, 1.849473237991333, -1.7520663738250732, -0.3675488829612732, -1.29472017288208, -1.2225507497787476, 0.4170638918876648, 414.0, 0.060926999896764755, 0.34358298778533936, -0.26948100328445435, -0.25508663058280945, -0.6261661052703857, -0.39367201924324036, -0.6305665969848633, -1.1681663990020752, -2.0441644191741943, 2.6092147827148438, -1.1420562267303467, -1.2410862445831299, 1.0884746313095093, -1.708974003791809, 408.0, -0.34073200821876526, 0.3525550067424774, -0.2411479949951172, -0.49064821004867554, 0.44577059149742126, -0.20191627740859985, 0.2353328913450241], "max": [0.8101993203163147, 2.0263795852661133, -1.333571195602417, -0.13487905263900757, -0.08522442728281021, -0.8631874918937683, 1.3146518468856812, 884.0, 0.22535400092601776, 0.4388050138950348, -0.17008300125598907, 0.44590336084365845, 0.8890312910079956, 0.4082215130329132, 0.6588484644889832, -0.47078514099121094, -1.8512706756591797, 2.865394353866577, 0.07063347846269608, 0.25302040576934814, 1.8179349899291992, -0.25762805342674255, 908.0, -0.06275700032711029, 0.43136000633239746, -0.08833199739456177, -0.0417713038623333, 0.8996601104736328, 0.5683984160423279, 0.6380043625831604], "mean": [0.7040964365005493, 1.997417688369751, -1.4458611011505127, -0.3059218227863312, -1.102540135383606, -0.948707640171051, 1.1671772003173828, 636.2470703125, 0.12127172946929932, 0.405412495136261, -0.2098742127418518, -0.11567284911870956, 0.7102823853492737, -0.2745249569416046, -0.493561327457428, -0.8271455764770508, -2.0209226608276367, 2.7684741020202637, -0.3242960572242737, -0.4721834659576416, 1.2820534706115723, -0.7575814127922058, 532.9344482421875, -0.21081162989139557, 0.3886173367500305, -0.19197608530521393, -0.28111693263053894, 0.7063760757446289, 0.27534258365631104, 0.4423081576824188], "std": [0.09297588467597961, 0.04227578267455101, 0.12069027870893478, 0.05563156679272652, 0.22179365158081055, 0.09434419125318527, 0.17683321237564087, 131.0547637939453, 0.04690581560134888, 0.02621384523808956, 0.022824235260486603, 0.11008863896131516, 0.2606653869152069, 0.16046357154846191, 0.23945455253124237, 0.2767297327518463, 0.03649500012397766, 0.11720918118953705, 0.3803326487541199, 0.6250077486038208, 0.165346160531044, 0.5330788493156433, 146.0493927001953, 0.09538057446479797, 0.024831103160977364, 0.03958715870976448, 0.15679559111595154, 0.1684553325176239, 0.29558488726615906, 0.10111340135335922], "count": [854]}, "actions": {"min": [0.4745725095272064, 1.849473237991333, -1.7520663738250732, -0.3675488829612732, -1.29472017288208, -1.2225507497787476, 0.4170638918876648, 414.0, 0.060926999896764755, 0.34358298778533936, -0.26948100328445435, -0.25508663058280945, -0.6261661052703857, -0.39367201924324036, -0.6305665969848633, -1.1681663990020752, -2.0441644191741943, 2.6092147827148438, -1.1420562267303467, -1.2410862445831299, 1.0884746313095093, -1.708974003791809, 408.0, -0.34073200821876526, 0.3525550067424774, -0.2411479949951172, -0.49064821004867554, 0.44577059149742126, -0.20191627740859985, 0.2353328913450241], "max": [0.8101993203163147, 2.0263795852661133, -1.333571195602417, -0.13487905263900757, -0.08522442728281021, -0.8631874918937683, 1.3146518468856812, 884.0, 0.22535400092601776, 0.4388050138950348, -0.17008300125598907, 0.44590336084365845, 0.8890312910079956, 0.4082215130329132, 0.6588484644889832, -0.47078514099121094, -1.8512706756591797, 2.865394353866577, 0.07063347846269608, 0.25302040576934814, 1.8179349899291992, -0.25762805342674255, 908.0, -0.06275700032711029, 0.43136000633239746, -0.08833199739456177, -0.0417713038623333, 0.8996601104736328, 0.5683984160423279, 0.6380043625831604], "mean": [0.7040964365005493, 1.997417688369751, -1.4458611011505127, -0.3059218227863312, -1.102540135383606, -0.948707640171051, 1.1671772003173828, 636.2470703125, 0.12127172946929932, 0.405412495136261, -0.2098742127418518, -0.11567284911870956, 0.7102823853492737, -0.2745249569416046, -0.493561327457428, -0.8271455764770508, -2.0209226608276367, 2.7684741020202637, -0.3242960572242737, -0.4721834659576416, 1.2820534706115723, -0.7575814127922058, 532.9344482421875, -0.21081162989139557, 0.3886173367500305, -0.19197608530521393, -0.28111693263053894, 0.7063760757446289, 0.27534258365631104, 0.4423081576824188], "std": [0.09297588467597961, 0.04227578267455101, 0.12069027870893478, 0.05563156679272652, 0.22179365158081055, 0.09434419125318527, 0.17683321237564087, 131.0547637939453, 0.04690581560134888, 0.02621384523808956, 0.022824235260486603, 0.11008863896131516, 0.2606653869152069, 0.16046357154846191, 0.23945455253124237, 0.2767297327518463, 0.03649500012397766, 0.11720918118953705, 0.3803326487541199, 0.6250077486038208, 0.165346160531044, 0.5330788493156433, 146.0493927001953, 0.09538057446479797, 0.024831103160977364, 0.03958715870976448, 0.15679559111595154, 0.1684553325176239, 0.29558488726615906, 0.10111340135335922], "count": [854]}, "next.done": {"min": [false], "max": [true], "mean": [0.00117096018735363], "std": [0.03419925495669844], "count": [854]}, "timestamp": {"min": [0.0], "max": [34.12], "mean": [17.06], "std": [9.861135837214697], "count": [854]}, "frame_index": {"min": [0], "max": [853], "mean": [426.5], "std": [246.52839593036742], "count": [854]}, "episode_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [854]}, "index": {"min": [288024], "max": [288877], "mean": [288450.5], "std": [246.52839593036742], "count": [854]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [854]}}} +{"episode_index": 238, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47210663068418857]], [[0.4779072810196774]], [[0.4740206225664024]]], "std": [[[0.12490892308194275]], [[0.12514079018145752]], [[0.12539896689212401]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6980392156862745]], [[0.6588235294117647]], [[0.6549019607843137]]], "mean": [[[0.4727825167744403]], [[0.4779626323268669]], [[0.47194102219788625]]], "std": [[[0.0582900756240407]], [[0.05646412295015961]], [[0.0597540816296605]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4764724069148936]], [[0.47767301683528024]], [[0.47411597178765125]]], "std": [[[0.08223047262625385]], [[0.08280125819848781]], [[0.08650574278350749]]], "count": [188]}, "states": {"min": [0.2693566679954529, 2.003690481185913, -1.9840031862258911, -1.1772420406341553, -2.2811105251312256, -1.1899828910827637, 0.43856632709503174, -7.0, 0.0033760000951588154, 0.33488398790359497, -0.2618350088596344, -0.41633713245391846, -0.5789554119110107, -0.5243914127349854, -0.5915007591247559, -0.8437968492507935, -2.057080030441284, -2.098531484603882, -1.3272181749343872, -0.4878893494606018, -1.4841408729553223, 0.4565257728099823, 27.0, -0.31070101261138916, 0.2864849865436554, -0.28462401032447815, -0.4728983938694, 0.28351879119873047, -0.11570383608341217, 0.18380604684352875], "max": [0.752341628074646, 2.0358567237854004, -1.1134676933288574, -0.17064085602760315, -0.317388117313385, -0.6818128824234009, 1.9274542331695557, 880.0, 0.26531699299812317, 0.4323909878730774, -0.15344400703907013, 0.4350290596485138, 0.9374841451644897, 0.41028693318367004, 0.5904018878936768, -0.18273597955703735, -2.026693820953369, -1.2771097421646118, 0.012287118472158909, 2.603891611099243, -0.6824063062667847, 2.7905197143554688, 880.0, -0.04250499978661537, 0.41574200987815857, -0.10036200284957886, -0.022740842774510384, 0.962315559387207, 0.5648723840713501, 0.70655357837677], "mean": [0.4697427749633789, 2.022146224975586, -1.474869728088379, -0.7885066866874695, -1.515824317932129, -0.8910500407218933, 1.4833952188491821, 583.2728881835938, 0.1446852833032608, 0.3784600794315338, -0.2016172856092453, -0.13317027688026428, 0.6996284127235413, -0.22743728756904602, -0.37425497174263, -0.4677121341228485, -2.0414981842041016, -1.7262767553329468, -0.419508159160614, 0.8091047406196594, -1.1592339277267456, 2.135586738586426, 599.2359008789062, -0.1950518786907196, 0.3565552532672882, -0.21149812638759613, -0.2788524627685547, 0.6018043756484985, 0.39446428418159485, 0.5382730960845947], "std": [0.15727560222148895, 0.005884464364498854, 0.22278884053230286, 0.2657289206981659, 0.5418656468391418, 0.13905978202819824, 0.40472182631492615, 275.71795654296875, 0.06722820550203323, 0.019639359787106514, 0.03149932995438576, 0.17294031381607056, 0.37325218319892883, 0.2173781394958496, 0.2907109558582306, 0.18516822159290314, 0.006918652448803186, 0.28221648931503296, 0.39407795667648315, 0.9381977915763855, 0.1869807243347168, 0.6670607924461365, 273.4558410644531, 0.06486092507839203, 0.03432177007198334, 0.04158174991607666, 0.11607936769723892, 0.19968309998512268, 0.18722759187221527, 0.1622694432735443], "count": [1081]}, "actions": {"min": [0.2693566679954529, 2.003690481185913, -1.9840031862258911, -1.1772420406341553, -2.2811105251312256, -1.1899828910827637, 0.43856632709503174, -7.0, 0.0033760000951588154, 0.33488398790359497, -0.2618350088596344, -0.41633713245391846, -0.5789554119110107, -0.5243914127349854, -0.5915007591247559, -0.8437968492507935, -2.057080030441284, -2.098531484603882, -1.3272181749343872, -0.4878893494606018, -1.4841408729553223, 0.4565257728099823, 27.0, -0.31070101261138916, 0.2864849865436554, -0.28462401032447815, -0.4728983938694, 0.28351879119873047, -0.11570383608341217, 0.18380604684352875], "max": [0.752341628074646, 2.0358567237854004, -1.1134676933288574, -0.17064085602760315, -0.317388117313385, -0.6818128824234009, 1.9274542331695557, 880.0, 0.26531699299812317, 0.4323909878730774, -0.15344400703907013, 0.4350290596485138, 0.9374841451644897, 0.41028693318367004, 0.5904018878936768, -0.18273597955703735, -2.026693820953369, -1.2771097421646118, 0.012287118472158909, 2.603891611099243, -0.6824063062667847, 2.7905197143554688, 880.0, -0.04250499978661537, 0.41574200987815857, -0.10036200284957886, -0.022740842774510384, 0.962315559387207, 0.5648723840713501, 0.70655357837677], "mean": [0.4697427749633789, 2.022146224975586, -1.474869728088379, -0.7885066866874695, -1.515824317932129, -0.8910500407218933, 1.4833952188491821, 583.2728881835938, 0.1446852833032608, 0.3784600794315338, -0.2016172856092453, -0.13317027688026428, 0.6996284127235413, -0.22743728756904602, -0.37425497174263, -0.4677121341228485, -2.0414981842041016, -1.7262767553329468, -0.419508159160614, 0.8091047406196594, -1.1592339277267456, 2.135586738586426, 599.2359008789062, -0.1950518786907196, 0.3565552532672882, -0.21149812638759613, -0.2788524627685547, 0.6018043756484985, 0.39446428418159485, 0.5382730960845947], "std": [0.15727560222148895, 0.005884464364498854, 0.22278884053230286, 0.2657289206981659, 0.5418656468391418, 0.13905978202819824, 0.40472182631492615, 275.71795654296875, 0.06722820550203323, 0.019639359787106514, 0.03149932995438576, 0.17294031381607056, 0.37325218319892883, 0.2173781394958496, 0.2907109558582306, 0.18516822159290314, 0.006918652448803186, 0.28221648931503296, 0.39407795667648315, 0.9381977915763855, 0.1869807243347168, 0.6670607924461365, 273.4558410644531, 0.06486092507839203, 0.03432177007198334, 0.04158174991607666, 0.11607936769723892, 0.19968309998512268, 0.18722759187221527, 0.1622694432735443], "count": [1081]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009250693802035153], "std": [0.030400882007687296], "count": [1081]}, "timestamp": {"min": [0.0], "max": [43.2], "mean": [21.599999999999998], "std": [12.482307478988009], "count": [1081]}, "frame_index": {"min": [0], "max": [1080], "mean": [540.0], "std": [312.05768697470023], "count": [1081]}, "episode_index": {"min": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [1081]}, "index": {"min": [288878], "max": [289958], "mean": [289418.0], "std": [312.05768697470023], "count": [1081]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1081]}}} +{"episode_index": 239, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.47616611984299895]], [[0.47876162702735414]], [[0.4771053716239582]]], "std": [[[0.12594087653068342]], [[0.12492181233543603]], [[0.12645154276827142]]], "count": [189]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[1.0]]], "mean": [[[0.47205617262337035]], [[0.4748189992046201]], [[0.4694895811719749]]], "std": [[[0.10495013688543645]], [[0.1032588640995186]], [[0.10732879078429053]]], "count": [189]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4729224774786458]], [[0.4755304611041948]], [[0.47135421637790914]]], "std": [[[0.07964366965463436]], [[0.07904429718208655]], [[0.08263652842225072]]], "count": [189]}, "states": {"min": [0.1878148764371872, 2.0139877796173096, -1.8011972904205322, -1.4900922775268555, 0.7515212893486023, 1.0458012819290161, -2.682117223739624, 91.0, 0.039455000311136246, 0.29888299107551575, -0.277552992105484, -0.43233218789100647, 0.6206807494163513, -0.3822604715824127, -0.6414891481399536, -0.7267376184463501, -2.0658764839172363, 0.665302038192749, -0.14582225680351257, -2.8915743827819824, -1.734438419342041, 1.656404733657837, 51.0, -0.30440300703048706, 0.2074970006942749, -0.3029190003871918, -0.4985189735889435, -0.4973573684692383, -0.5118180513381958, -0.6485464572906494], "max": [0.6889163851737976, 2.043274402618408, -0.42519712448120117, -0.15027284622192383, 2.0264320373535156, 1.3048256635665894, -0.6799802780151367, 869.0, 0.27394598722457886, 0.4112899899482727, -0.11604099720716476, -0.00605836883187294, 0.9587539434432983, 0.012904061935842037, -0.2503245174884796, -0.09857619553804398, -1.967283010482788, 1.316152811050415, 0.9338034987449646, -1.1754443645477295, -1.127377986907959, 2.82155179977417, 889.0, -0.0823649987578392, 0.3639279901981354, -0.16431599855422974, 0.5537576079368591, 0.8854700326919556, 0.5692477226257324, 0.7207072377204895], "mean": [0.49662458896636963, 2.022536039352417, -1.0648524761199951, -0.6776480078697205, 1.4975295066833496, 1.200379729270935, -1.9457162618637085, 657.064453125, 0.1718493103981018, 0.36698368191719055, -0.1838470995426178, -0.2356290966272354, 0.7665454745292664, -0.22617502510547638, -0.5053558349609375, -0.4565858244895935, -2.042505979537964, 1.2088758945465088, 0.1568087637424469, -2.0443475246429443, -1.4108059406280518, 2.4331400394439697, 534.1970825195312, -0.17584097385406494, 0.29124054312705994, -0.2398257553577423, -0.03169817104935646, 0.5298082232475281, 0.12915316224098206, 0.3571528494358063], "std": [0.07719268649816513, 0.0067118010483682156, 0.34808415174484253, 0.4138023853302002, 0.3688741624355316, 0.06198243424296379, 0.6390502452850342, 254.837158203125, 0.06016937643289566, 0.03553774580359459, 0.04519694671034813, 0.1321432739496231, 0.10717575997114182, 0.10987991839647293, 0.09656568616628647, 0.18467645347118378, 0.016850316897034645, 0.1543653905391693, 0.28238043189048767, 0.5298869013786316, 0.17563745379447937, 0.37912440299987793, 288.019287109375, 0.07276590913534164, 0.045629385858774185, 0.03493380546569824, 0.2870715856552124, 0.4607103765010834, 0.25747597217559814, 0.46162983775138855], "count": [1086]}, "actions": {"min": [0.1878148764371872, 2.0139877796173096, -1.8011972904205322, -1.4900922775268555, 0.7515212893486023, 1.0458012819290161, -2.682117223739624, 91.0, 0.039455000311136246, 0.29888299107551575, -0.277552992105484, -0.43233218789100647, 0.6206807494163513, -0.3822604715824127, -0.6414891481399536, -0.7267376184463501, -2.0658764839172363, 0.665302038192749, -0.14582225680351257, -2.8915743827819824, -1.734438419342041, 1.656404733657837, 51.0, -0.30440300703048706, 0.2074970006942749, -0.3029190003871918, -0.4985189735889435, -0.4973573684692383, -0.5118180513381958, -0.6485464572906494], "max": [0.6889163851737976, 2.043274402618408, -0.42519712448120117, -0.15027284622192383, 2.0264320373535156, 1.3048256635665894, -0.6799802780151367, 869.0, 0.27394598722457886, 0.4112899899482727, -0.11604099720716476, -0.00605836883187294, 0.9587539434432983, 0.012904061935842037, -0.2503245174884796, -0.09857619553804398, -1.967283010482788, 1.316152811050415, 0.9338034987449646, -1.1754443645477295, -1.127377986907959, 2.82155179977417, 889.0, -0.0823649987578392, 0.3639279901981354, -0.16431599855422974, 0.5537576079368591, 0.8854700326919556, 0.5692477226257324, 0.7207072377204895], "mean": [0.49662458896636963, 2.022536039352417, -1.0648524761199951, -0.6776480078697205, 1.4975295066833496, 1.200379729270935, -1.9457162618637085, 657.064453125, 0.1718493103981018, 0.36698368191719055, -0.1838470995426178, -0.2356290966272354, 0.7665454745292664, -0.22617502510547638, -0.5053558349609375, -0.4565858244895935, -2.042505979537964, 1.2088758945465088, 0.1568087637424469, -2.0443475246429443, -1.4108059406280518, 2.4331400394439697, 534.1970825195312, -0.17584097385406494, 0.29124054312705994, -0.2398257553577423, -0.03169817104935646, 0.5298082232475281, 0.12915316224098206, 0.3571528494358063], "std": [0.07719268649816513, 0.0067118010483682156, 0.34808415174484253, 0.4138023853302002, 0.3688741624355316, 0.06198243424296379, 0.6390502452850342, 254.837158203125, 0.06016937643289566, 0.03553774580359459, 0.04519694671034813, 0.1321432739496231, 0.10717575997114182, 0.10987991839647293, 0.09656568616628647, 0.18467645347118378, 0.016850316897034645, 0.1543653905391693, 0.28238043189048767, 0.5298869013786316, 0.17563745379447937, 0.37912440299987793, 288.019287109375, 0.07276590913534164, 0.045629385858774185, 0.03493380546569824, 0.2870715856552124, 0.4607103765010834, 0.25747597217559814, 0.46162983775138855], "count": [1086]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009208103130755065], "std": [0.030330882305710138], "count": [1086]}, "timestamp": {"min": [0.0], "max": [43.4], "mean": [21.699999999999996], "std": [12.540042530496724], "count": [1086]}, "frame_index": {"min": [0], "max": [1085], "mean": [542.5], "std": [313.5010632624181], "count": [1086]}, "episode_index": {"min": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [1086]}, "index": {"min": [289959], "max": [291044], "mean": [290501.5], "std": [313.5010632624181], "count": [1086]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1086]}}} +{"episode_index": 240, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4601734099112282]], [[0.4663336097291321]], [[0.46169622272623806]]], "std": [[[0.1302405300403122]], [[0.12695908615214302]], [[0.12892924003761233]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47086764502650147]], [[0.4740774599226092]], [[0.4676755164130329]]], "std": [[[0.08937966364923611]], [[0.08858648480795446]], [[0.0958217915913254]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[1.0]], [[0.7607843137254902]]], "mean": [[[0.47339919682632586]], [[0.47457353144408676]], [[0.470041274428511]]], "std": [[[0.0858746096075567]], [[0.08537437807083864]], [[0.09059778991284059]]], "count": [201]}, "states": {"min": [0.6942222118377686, 1.8447084426879883, -2.0233428478240967, -1.2525529861450195, 0.2882585823535919, 1.0563780069351196, -2.707564353942871, 31.0, -0.03225100040435791, 0.33501899242401123, -0.2132280021905899, -0.3560831546783447, -0.621340274810791, -0.3579756021499634, -0.621466875076294, -1.038087010383606, -2.0385797023773193, 0.30030134320259094, -0.026075219735503197, 0.6151238083839417, 1.076920509338379, -2.14312481880188, 64.0, -0.26942700147628784, 0.3362239897251129, -0.22909300029277802, -0.48677051067352295, -0.3895455002784729, -0.29680192470550537, -0.7071253061294556], "max": [1.271681785583496, 2.0448801517486572, 0.8791048526763916, 0.004712389316409826, 1.376960039138794, 1.3841683864593506, -0.8762949705123901, 784.0, 0.28076499700546265, 0.4900999963283539, -0.08298599720001221, 0.510791003704071, 0.9910467267036438, 0.5106109976768494, 0.6467700600624084, -0.417570024728775, -1.8546916246414185, 1.7717710733413696, 1.3830511569976807, 2.481666326522827, 1.7148208618164062, -0.12142255902290344, 711.0, -0.007011000066995621, 0.44680899381637573, -0.08039399981498718, 0.6668692231178284, 0.9839853644371033, 0.3973439335823059, 0.7402645349502563], "mean": [0.9589236378669739, 1.9962657690048218, -0.5287694931030273, -0.4220486283302307, 0.821678102016449, 1.1935153007507324, -1.6801296472549438, 369.03546142578125, 0.12785504758358002, 0.42631348967552185, -0.1504247933626175, 0.07313812524080276, 0.5821651220321655, -0.0031588810961693525, -0.09113313257694244, -0.6951678395271301, -1.9690133333206177, 1.067192792892456, 0.6320223212242126, 1.843706727027893, 1.3775972127914429, -1.6241748332977295, 448.2102966308594, -0.16034866869449615, 0.38348618149757385, -0.14965412020683289, -0.07782130688428879, 0.7708413004875183, 0.23776869475841522, 0.44251272082328796], "std": [0.16105854511260986, 0.05221640691161156, 0.9034435749053955, 0.36368581652641296, 0.2753857672214508, 0.07441370189189911, 0.6331981420516968, 244.34091186523438, 0.09224922955036163, 0.040880899876356125, 0.039208926260471344, 0.25526344776153564, 0.5684004426002502, 0.3007611632347107, 0.410759299993515, 0.18850085139274597, 0.04958070442080498, 0.31166937947273254, 0.3605356812477112, 0.5233433842658997, 0.13058777153491974, 0.4283088147640228, 231.31263732910156, 0.07113341242074966, 0.02660749852657318, 0.044703733175992966, 0.1813330352306366, 0.2160201221704483, 0.10872136056423187, 0.2367030531167984], "count": [1184]}, "actions": {"min": [0.6942222118377686, 1.8447084426879883, -2.0233428478240967, -1.2525529861450195, 0.2882585823535919, 1.0563780069351196, -2.707564353942871, 31.0, -0.03225100040435791, 0.33501899242401123, -0.2132280021905899, -0.3560831546783447, -0.621340274810791, -0.3579756021499634, -0.621466875076294, -1.038087010383606, -2.0385797023773193, 0.30030134320259094, -0.026075219735503197, 0.6151238083839417, 1.076920509338379, -2.14312481880188, 64.0, -0.26942700147628784, 0.3362239897251129, -0.22909300029277802, -0.48677051067352295, -0.3895455002784729, -0.29680192470550537, -0.7071253061294556], "max": [1.271681785583496, 2.0448801517486572, 0.8791048526763916, 0.004712389316409826, 1.376960039138794, 1.3841683864593506, -0.8762949705123901, 784.0, 0.28076499700546265, 0.4900999963283539, -0.08298599720001221, 0.510791003704071, 0.9910467267036438, 0.5106109976768494, 0.6467700600624084, -0.417570024728775, -1.8546916246414185, 1.7717710733413696, 1.3830511569976807, 2.481666326522827, 1.7148208618164062, -0.12142255902290344, 711.0, -0.007011000066995621, 0.44680899381637573, -0.08039399981498718, 0.6668692231178284, 0.9839853644371033, 0.3973439335823059, 0.7402645349502563], "mean": [0.9589236378669739, 1.9962657690048218, -0.5287694931030273, -0.4220486283302307, 0.821678102016449, 1.1935153007507324, -1.6801296472549438, 369.03546142578125, 0.12785504758358002, 0.42631348967552185, -0.1504247933626175, 0.07313812524080276, 0.5821651220321655, -0.0031588810961693525, -0.09113313257694244, -0.6951678395271301, -1.9690133333206177, 1.067192792892456, 0.6320223212242126, 1.843706727027893, 1.3775972127914429, -1.6241748332977295, 448.2102966308594, -0.16034866869449615, 0.38348618149757385, -0.14965412020683289, -0.07782130688428879, 0.7708413004875183, 0.23776869475841522, 0.44251272082328796], "std": [0.16105854511260986, 0.05221640691161156, 0.9034435749053955, 0.36368581652641296, 0.2753857672214508, 0.07441370189189911, 0.6331981420516968, 244.34091186523438, 0.09224922955036163, 0.040880899876356125, 0.039208926260471344, 0.25526344776153564, 0.5684004426002502, 0.3007611632347107, 0.410759299993515, 0.18850085139274597, 0.04958070442080498, 0.31166937947273254, 0.3605356812477112, 0.5233433842658997, 0.13058777153491974, 0.4283088147640228, 231.31263732910156, 0.07113341242074966, 0.02660749852657318, 0.044703733175992966, 0.1813330352306366, 0.2160201221704483, 0.10872136056423187, 0.2367030531167984], "count": [1184]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008445945945945946], "std": [0.029049634327567297], "count": [1184]}, "timestamp": {"min": [0.0], "max": [47.32], "mean": [23.660000000000004], "std": [13.671649498140305], "count": [1184]}, "frame_index": {"min": [0], "max": [1183], "mean": [591.5], "std": [341.79123745350756], "count": [1184]}, "episode_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [1184]}, "index": {"min": [291045], "max": [292228], "mean": [291636.5], "std": [341.79123745350756], "count": [1184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1184]}}} +{"episode_index": 241, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4814890603677368]], [[0.48582931570063925]], [[0.4829008912860016]]], "std": [[[0.1359603148496819]], [[0.1367982863861168]], [[0.13705590395209205]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6588235294117647]], [[1.0]], [[1.0]]], "mean": [[[0.47932864010989007]], [[0.48210999784529196]], [[0.4766722644185879]]], "std": [[[0.094797671032403]], [[0.09237034553605533]], [[0.09544983664277466]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4775891387003519]], [[0.4777443719474969]], [[0.47439545513718306]]], "std": [[[0.10222299729201832]], [[0.10236963262031905]], [[0.10552193803357142]]], "count": [182]}, "states": {"min": [0.4680275022983551, 2.010636806488037, 0.06539749354124069, -0.1967160552740097, -2.8947856426239014, -1.4482567310333252, 0.20947441458702087, 0.0, 0.037755001336336136, 0.3088729977607727, -0.28029000759124756, -0.3712758421897888, -0.6411113739013672, -0.39282697439193726, -0.6510114073753357, -0.7361624836921692, -2.0523152351379395, -1.903665542602539, -1.3671687841415405, 0.2514146864414215, -1.332349419593811, 1.408044457435608, 56.0, -0.2650879919528961, 0.3293839991092682, -0.2578429877758026, -0.3172065317630768, 0.5596796870231628, -0.1533213108778, 0.29269835352897644], "max": [0.9859540462493896, 2.0376195907592773, 0.8815309405326843, 0.18565067648887634, -2.1902835369110107, -0.7106806635856628, 0.8377755284309387, 888.0, 0.20694899559020996, 0.38222599029541016, -0.20890800654888153, 0.44610241055488586, 0.8926622271537781, 0.4231956899166107, 0.6468372344970703, -0.24144884943962097, -1.7907426357269287, -1.4230543375015259, -0.28902652859687805, 2.242067575454712, -0.814998984336853, 2.561707019805908, 893.0, -0.06609799712896347, 0.3970179855823517, -0.13939599692821503, -0.0941077321767807, 0.9457033276557922, 0.41211655735969543, 0.690281331539154], "mean": [0.7203251123428345, 2.0224180221557617, 0.398841917514801, -0.024267660453915596, -2.687598466873169, -1.1652580499649048, 0.6993140578269958, 515.4612426757812, 0.13801172375679016, 0.3653937578201294, -0.2347710132598877, -0.15673550963401794, 0.6663331389427185, -0.20327994227409363, -0.4845884144306183, -0.5029541850090027, -2.00797438621521, -1.6537747383117676, -0.6466159224510193, 1.3145718574523926, -1.0381311178207397, 1.9848263263702393, 583.909912109375, -0.14842814207077026, 0.3725990951061249, -0.20827604830265045, -0.19841879606246948, 0.7779147028923035, 0.20984792709350586, 0.48059502243995667], "std": [0.13131335377693176, 0.0050326199270784855, 0.15678130090236664, 0.1328364610671997, 0.17393840849399567, 0.18663078546524048, 0.127934068441391, 214.21121215820312, 0.05564140900969505, 0.016343869268894196, 0.018357953056693077, 0.16035136580467224, 0.3343285024166107, 0.17703574895858765, 0.29403290152549744, 0.14878691732883453, 0.05311870574951172, 0.161899134516716, 0.2473277896642685, 0.7180427312850952, 0.1069447249174118, 0.33804333209991455, 257.9024658203125, 0.05196935683488846, 0.013415277004241943, 0.026026273146271706, 0.06979832053184509, 0.1288042515516281, 0.20528189837932587, 0.12987373769283295], "count": [1032]}, "actions": {"min": [0.4680275022983551, 2.010636806488037, 0.06539749354124069, -0.1967160552740097, -2.8947856426239014, -1.4482567310333252, 0.20947441458702087, 0.0, 0.037755001336336136, 0.3088729977607727, -0.28029000759124756, -0.3712758421897888, -0.6411113739013672, -0.39282697439193726, -0.6510114073753357, -0.7361624836921692, -2.0523152351379395, -1.903665542602539, -1.3671687841415405, 0.2514146864414215, -1.332349419593811, 1.408044457435608, 56.0, -0.2650879919528961, 0.3293839991092682, -0.2578429877758026, -0.3172065317630768, 0.5596796870231628, -0.1533213108778, 0.29269835352897644], "max": [0.9859540462493896, 2.0376195907592773, 0.8815309405326843, 0.18565067648887634, -2.1902835369110107, -0.7106806635856628, 0.8377755284309387, 888.0, 0.20694899559020996, 0.38222599029541016, -0.20890800654888153, 0.44610241055488586, 0.8926622271537781, 0.4231956899166107, 0.6468372344970703, -0.24144884943962097, -1.7907426357269287, -1.4230543375015259, -0.28902652859687805, 2.242067575454712, -0.814998984336853, 2.561707019805908, 893.0, -0.06609799712896347, 0.3970179855823517, -0.13939599692821503, -0.0941077321767807, 0.9457033276557922, 0.41211655735969543, 0.690281331539154], "mean": [0.7203251123428345, 2.0224180221557617, 0.398841917514801, -0.024267660453915596, -2.687598466873169, -1.1652580499649048, 0.6993140578269958, 515.4612426757812, 0.13801172375679016, 0.3653937578201294, -0.2347710132598877, -0.15673550963401794, 0.6663331389427185, -0.20327994227409363, -0.4845884144306183, -0.5029541850090027, -2.00797438621521, -1.6537747383117676, -0.6466159224510193, 1.3145718574523926, -1.0381311178207397, 1.9848263263702393, 583.909912109375, -0.14842814207077026, 0.3725990951061249, -0.20827604830265045, -0.19841879606246948, 0.7779147028923035, 0.20984792709350586, 0.48059502243995667], "std": [0.13131335377693176, 0.0050326199270784855, 0.15678130090236664, 0.1328364610671997, 0.17393840849399567, 0.18663078546524048, 0.127934068441391, 214.21121215820312, 0.05564140900969505, 0.016343869268894196, 0.018357953056693077, 0.16035136580467224, 0.3343285024166107, 0.17703574895858765, 0.29403290152549744, 0.14878691732883453, 0.05311870574951172, 0.161899134516716, 0.2473277896642685, 0.7180427312850952, 0.1069447249174118, 0.33804333209991455, 257.9024658203125, 0.05196935683488846, 0.013415277004241943, 0.026026273146271706, 0.06979832053184509, 0.1288042515516281, 0.20528189837932587, 0.12987373769283295], "count": [1032]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009689922480620155], "std": [0.031113554957368842], "count": [1032]}, "timestamp": {"min": [0.0], "max": [41.24], "mean": [20.619999999999997], "std": [11.916503961593211], "count": [1032]}, "frame_index": {"min": [0], "max": [1031], "mean": [515.5], "std": [297.91259903983024], "count": [1032]}, "episode_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [1032]}, "index": {"min": [292229], "max": [293260], "mean": [292744.5], "std": [297.91259903983024], "count": [1032]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1032]}}} +{"episode_index": 242, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.46235837241547256]], [[0.46900921670751633]], [[0.46233618397278786]]], "std": [[[0.13437252928834498]], [[0.13012690742629]], [[0.13262878113098198]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.466031780260181]], [[0.46748069361959527]], [[0.46275818859194323]]], "std": [[[0.0820795497569263]], [[0.08121327590933997]], [[0.08427594383145368]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.4764932853349673]], [[0.47731125781642786]], [[0.4739369756315988]]], "std": [[[0.08897921559479972]], [[0.08754375794849949]], [[0.09154582900474023]]], "count": [208]}, "states": {"min": [0.5050633549690247, 2.013725996017456, -2.1016383171081543, -1.6316386461257935, -2.769698143005371, -1.7118364572525024, 0.20240584015846252, 2.0, -0.03043000027537346, 0.3068400025367737, -0.2906869947910309, -0.45720618963241577, -0.6077216267585754, -0.6666257381439209, -0.615616500377655, -0.9973684549331665, -2.0554044246673584, 0.5485744476318359, -0.23052309453487396, 0.1322086900472641, 0.6361376643180847, -2.4403369426727295, 15.0, -0.3971410095691681, 0.2899709939956665, -0.27222299575805664, -0.49957603216171265, -0.5231451988220215, -0.5956805944442749, -0.5175572037696838], "max": [0.9631948471069336, 2.0432395935058594, -0.43704792857170105, 0.025900688022375107, -0.20137609541416168, -0.7004704475402832, 2.8195619583129883, 879.0, 0.3339259922504425, 0.4307200014591217, -0.08224400132894516, 0.49976781010627747, 0.9942902326583862, 0.6254320740699768, 0.6143667697906494, -0.27637287974357605, -1.9238766431808472, 1.8174638748168945, 1.4359173774719238, 2.8687806129455566, 1.790149450302124, 0.09805259853601456, 884.0, 0.006976999808102846, 0.46656399965286255, -0.09384600073099136, 0.5798065662384033, 0.9773333072662354, 0.6866119503974915, 0.678813636302948], "mean": [0.6093540787696838, 2.0279951095581055, -1.1361974477767944, -0.48567765951156616, -1.3690752983093262, -1.069988489151001, 1.2592312097549438, 579.3556518554688, 0.20310452580451965, 0.3621092140674591, -0.22393757104873657, 0.13190464675426483, 0.25750604271888733, 0.07026834040880203, 0.02371468022465706, -0.5718555450439453, -2.023749351501465, 0.9155848622322083, 0.4120193421840668, 1.4354722499847412, 1.1778868436813354, -1.171765685081482, 465.50323486328125, -0.22247488796710968, 0.3528054654598236, -0.21154570579528809, -0.22355534136295319, 0.6067805886268616, 0.36530500650405884, 0.39343705773353577], "std": [0.1227920725941658, 0.008358865976333618, 0.49617329239845276, 0.5442676544189453, 0.939159631729126, 0.3233579099178314, 1.037277102470398, 316.64361572265625, 0.11082674562931061, 0.03030674159526825, 0.05549609661102295, 0.2811206579208374, 0.6597815752029419, 0.4936516284942627, 0.3908442556858063, 0.21878689527511597, 0.026476647704839706, 0.3748888075351715, 0.44185373187065125, 0.8097763061523438, 0.19918282330036163, 0.7594645023345947, 251.3238067626953, 0.12509602308273315, 0.03831328824162483, 0.049786102026700974, 0.24152109026908875, 0.32731807231903076, 0.2788642644882202, 0.22442135214805603], "count": [1240]}, "actions": {"min": [0.5050633549690247, 2.013725996017456, -2.1016383171081543, -1.6316386461257935, -2.769698143005371, -1.7118364572525024, 0.20240584015846252, 2.0, -0.03043000027537346, 0.3068400025367737, -0.2906869947910309, -0.45720618963241577, -0.6077216267585754, -0.6666257381439209, -0.615616500377655, -0.9973684549331665, -2.0554044246673584, 0.5485744476318359, -0.23052309453487396, 0.1322086900472641, 0.6361376643180847, -2.4403369426727295, 15.0, -0.3971410095691681, 0.2899709939956665, -0.27222299575805664, -0.49957603216171265, -0.5231451988220215, -0.5956805944442749, -0.5175572037696838], "max": [0.9631948471069336, 2.0432395935058594, -0.43704792857170105, 0.025900688022375107, -0.20137609541416168, -0.7004704475402832, 2.8195619583129883, 879.0, 0.3339259922504425, 0.4307200014591217, -0.08224400132894516, 0.49976781010627747, 0.9942902326583862, 0.6254320740699768, 0.6143667697906494, -0.27637287974357605, -1.9238766431808472, 1.8174638748168945, 1.4359173774719238, 2.8687806129455566, 1.790149450302124, 0.09805259853601456, 884.0, 0.006976999808102846, 0.46656399965286255, -0.09384600073099136, 0.5798065662384033, 0.9773333072662354, 0.6866119503974915, 0.678813636302948], "mean": [0.6093540787696838, 2.0279951095581055, -1.1361974477767944, -0.48567765951156616, -1.3690752983093262, -1.069988489151001, 1.2592312097549438, 579.3556518554688, 0.20310452580451965, 0.3621092140674591, -0.22393757104873657, 0.13190464675426483, 0.25750604271888733, 0.07026834040880203, 0.02371468022465706, -0.5718555450439453, -2.023749351501465, 0.9155848622322083, 0.4120193421840668, 1.4354722499847412, 1.1778868436813354, -1.171765685081482, 465.50323486328125, -0.22247488796710968, 0.3528054654598236, -0.21154570579528809, -0.22355534136295319, 0.6067805886268616, 0.36530500650405884, 0.39343705773353577], "std": [0.1227920725941658, 0.008358865976333618, 0.49617329239845276, 0.5442676544189453, 0.939159631729126, 0.3233579099178314, 1.037277102470398, 316.64361572265625, 0.11082674562931061, 0.03030674159526825, 0.05549609661102295, 0.2811206579208374, 0.6597815752029419, 0.4936516284942627, 0.3908442556858063, 0.21878689527511597, 0.026476647704839706, 0.3748888075351715, 0.44185373187065125, 0.8097763061523438, 0.19918282330036163, 0.7594645023345947, 251.3238067626953, 0.12509602308273315, 0.03831328824162483, 0.049786102026700974, 0.24152109026908875, 0.32731807231903076, 0.2788642644882202, 0.22442135214805603], "count": [1240]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008064516129032258], "std": [0.02838663855935168], "count": [1240]}, "timestamp": {"min": [0.0], "max": [49.56], "mean": [24.78], "std": [14.318282019851404], "count": [1240]}, "frame_index": {"min": [0], "max": [1239], "mean": [619.5], "std": [357.9570504962851], "count": [1240]}, "episode_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [1240]}, "index": {"min": [293261], "max": [294500], "mean": [293880.5], "std": [357.9570504962851], "count": [1240]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1240]}}} +{"episode_index": 243, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.47618704829688285]], [[0.48131656532805434]], [[0.47893673406862747]]], "std": [[[0.13247423072988088]], [[0.13257941207259014]], [[0.1326890570560393]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.4724080676140649]], [[0.4749695954703997]], [[0.4687766445921317]]], "std": [[[0.09884493402493369]], [[0.09679528827488085]], [[0.09943268622030199]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4802393142753897]], [[0.480652445874183]], [[0.47665175948183763]]], "std": [[[0.11799845370611742]], [[0.11761740362930355]], [[0.12061696406046256]]], "count": [208]}, "states": {"min": [0.6093817353248596, 1.9000178575515747, -1.4680662155151367, -0.42695990204811096, -2.0075650215148926, -1.331005573272705, 0.2727077007293701, -3.0, 0.035332001745700836, 0.3557569980621338, -0.2489520013332367, -0.3940238654613495, -0.6052972674369812, -0.44062331318855286, -0.6111034154891968, -1.1235905885696411, -2.0447404384613037, 2.830714702606201, -0.8684583902359009, -1.596121072769165, 1.0424327850341797, -1.4310302734375, 48.0, -0.2793320119380951, 0.3461019992828369, -0.26672598719596863, -0.4998045563697815, -0.4434707760810852, -0.4879419505596161, -0.5631027817726135], "max": [1.0599559545516968, 2.0478124618530273, -0.6609736084938049, 0.049096111208200455, -0.2963568866252899, -0.6594552397727966, 1.328195571899414, 884.0, 0.2019450068473816, 0.4431909918785095, -0.15638400614261627, 0.487044095993042, 0.8995724320411682, 0.3536924123764038, 0.6236785650253296, -0.5168443918228149, -2.0154714584350586, 2.8625667095184326, 0.13878858089447021, 0.1350535750389099, 1.5862077474594116, -0.21563543379306793, 908.0, -0.09175100177526474, 0.420305997133255, -0.15161100029945374, 0.502056896686554, 0.9122835397720337, 0.5269731879234314, 0.6240764856338501], "mean": [0.832356870174408, 2.019585609436035, -0.9804006814956665, -0.18826276063919067, -1.5877796411514282, -1.0057120323181152, 1.0233830213546753, 452.90777587890625, 0.11024753749370575, 0.4129928648471832, -0.2078038901090622, -0.1511612981557846, 0.7741382718086243, -0.22049616277217865, -0.4883350729942322, -0.7701500654220581, -2.034250259399414, 2.850919008255005, -0.18448585271835327, -0.5906152129173279, 1.232528805732727, -0.7444486021995544, 551.4862670898438, -0.17289040982723236, 0.38364169001579285, -0.2186109721660614, -0.22852705419063568, 0.7261914014816284, 0.28335702419281006, 0.5142680406570435], "std": [0.10714197903871536, 0.020060120150446892, 0.28037214279174805, 0.11322493851184845, 0.2731533944606781, 0.12226195633411407, 0.20659871399402618, 234.5719451904297, 0.0427560918033123, 0.02461453713476658, 0.019001085311174393, 0.12235600501298904, 0.19045691192150116, 0.12315304577350616, 0.1560724526643753, 0.21125592291355133, 0.00640628207474947, 0.009231477044522762, 0.2446238100528717, 0.53724205493927, 0.13623832166194916, 0.28668269515037537, 296.8304138183594, 0.04425371438264847, 0.01805894449353218, 0.029712233692407608, 0.12440578639507294, 0.14514324069023132, 0.1742199957370758, 0.09360609203577042], "count": [1236]}, "actions": {"min": [0.6093817353248596, 1.9000178575515747, -1.4680662155151367, -0.42695990204811096, -2.0075650215148926, -1.331005573272705, 0.2727077007293701, -3.0, 0.035332001745700836, 0.3557569980621338, -0.2489520013332367, -0.3940238654613495, -0.6052972674369812, -0.44062331318855286, -0.6111034154891968, -1.1235905885696411, -2.0447404384613037, 2.830714702606201, -0.8684583902359009, -1.596121072769165, 1.0424327850341797, -1.4310302734375, 48.0, -0.2793320119380951, 0.3461019992828369, -0.26672598719596863, -0.4998045563697815, -0.4434707760810852, -0.4879419505596161, -0.5631027817726135], "max": [1.0599559545516968, 2.0478124618530273, -0.6609736084938049, 0.049096111208200455, -0.2963568866252899, -0.6594552397727966, 1.328195571899414, 884.0, 0.2019450068473816, 0.4431909918785095, -0.15638400614261627, 0.487044095993042, 0.8995724320411682, 0.3536924123764038, 0.6236785650253296, -0.5168443918228149, -2.0154714584350586, 2.8625667095184326, 0.13878858089447021, 0.1350535750389099, 1.5862077474594116, -0.21563543379306793, 908.0, -0.09175100177526474, 0.420305997133255, -0.15161100029945374, 0.502056896686554, 0.9122835397720337, 0.5269731879234314, 0.6240764856338501], "mean": [0.832356870174408, 2.019585609436035, -0.9804006814956665, -0.18826276063919067, -1.5877796411514282, -1.0057120323181152, 1.0233830213546753, 452.90777587890625, 0.11024753749370575, 0.4129928648471832, -0.2078038901090622, -0.1511612981557846, 0.7741382718086243, -0.22049616277217865, -0.4883350729942322, -0.7701500654220581, -2.034250259399414, 2.850919008255005, -0.18448585271835327, -0.5906152129173279, 1.232528805732727, -0.7444486021995544, 551.4862670898438, -0.17289040982723236, 0.38364169001579285, -0.2186109721660614, -0.22852705419063568, 0.7261914014816284, 0.28335702419281006, 0.5142680406570435], "std": [0.10714197903871536, 0.020060120150446892, 0.28037214279174805, 0.11322493851184845, 0.2731533944606781, 0.12226195633411407, 0.20659871399402618, 234.5719451904297, 0.0427560918033123, 0.02461453713476658, 0.019001085311174393, 0.12235600501298904, 0.19045691192150116, 0.12315304577350616, 0.1560724526643753, 0.21125592291355133, 0.00640628207474947, 0.009231477044522762, 0.2446238100528717, 0.53724205493927, 0.13623832166194916, 0.28668269515037537, 296.8304138183594, 0.04425371438264847, 0.01805894449353218, 0.029712233692407608, 0.12440578639507294, 0.14514324069023132, 0.1742199957370758, 0.09360609203577042], "count": [1236]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008090614886731392], "std": [0.028432497396125533], "count": [1236]}, "timestamp": {"min": [0.0], "max": [49.4], "mean": [24.7], "std": [14.272093983248102], "count": [1236]}, "frame_index": {"min": [0], "max": [1235], "mean": [617.5], "std": [356.8023495812026], "count": [1236]}, "episode_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [1236]}, "index": {"min": [294501], "max": [295736], "mean": [295118.5], "std": [356.8023495812026], "count": [1236]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1236]}}} +{"episode_index": 244, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4696155333257334]], [[0.47479089836031313]], [[0.47057548639610886]]], "std": [[[0.13201847603550937]], [[0.1312155677700998]], [[0.1325758664901003]]], "count": [172]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47658944890940874]], [[0.4796100459321325]], [[0.4726198973533212]]], "std": [[[0.08264403181406547]], [[0.0818920132548288]], [[0.08782544396461224]]], "count": [172]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4778517014363885]], [[0.4786033425482596]], [[0.4744389974255206]]], "std": [[[0.09951856330482035]], [[0.09988553364072675]], [[0.10514012144447288]]], "count": [172]}, "states": {"min": [0.5115908980369568, 1.92949640750885, -1.4422354698181152, -0.5718222260475159, 0.9223018288612366, 0.7959399819374084, -2.798722743988037, -4.0, 0.04432399943470955, 0.32932499051094055, -0.24454699456691742, -0.46854496002197266, -0.5983866453170776, -0.45905545353889465, -0.604925274848938, -1.1407647132873535, -2.052385091781616, -2.523606538772583, -1.1377453804016113, 0.5643522143363953, -1.8219492435455322, 0.8190481662750244, 21.0, -0.20461900532245636, 0.3189220130443573, -0.24376699328422546, -0.30365535616874695, 0.52239990234375, 0.022197993472218513, 0.0767107754945755], "max": [0.9260193705558777, 2.03519344329834, -0.8226085901260376, -0.09658652544021606, 2.4724857807159424, 1.6173268556594849, -1.6811186075210571, 896.0, 0.24510900676250458, 0.46658098697662354, -0.16396799683570862, 0.48173603415489197, 0.9251067042350769, 0.4833698272705078, 0.601205050945282, -0.501694917678833, -1.898202657699585, -1.4138739109039307, 0.07827802002429962, 2.5982367992401123, -0.9172229170799255, 2.544794797897339, 905.0, 0.007228999864310026, 0.42261001467704773, -0.07440999895334244, 0.11285589635372162, 0.9948579668998718, 0.49485287070274353, 0.7279979586601257], "mean": [0.7234758734703064, 2.0098791122436523, -1.0365259647369385, -0.3684707283973694, 1.5747171640396118, 1.1109250783920288, -2.060729742050171, 689.8909912109375, 0.15367121994495392, 0.40154972672462463, -0.19882775843143463, -0.15856699645519257, 0.7447614073753357, -0.2129000872373581, -0.44507548213005066, -0.7599820494651794, -2.03623628616333, -1.8975849151611328, -0.5659793615341187, 1.731623649597168, -1.300774097442627, 1.572792410850525, 620.8494262695312, -0.1178712546825409, 0.3808363676071167, -0.18147431313991547, -0.07647296786308289, 0.804028332233429, 0.26794084906578064, 0.4028455317020416], "std": [0.1111648678779602, 0.018465738743543625, 0.16980008780956268, 0.16718584299087524, 0.5392665266990662, 0.1952974945306778, 0.42691025137901306, 298.80987548828125, 0.061161529272794724, 0.040647782385349274, 0.019794674590229988, 0.1999034881591797, 0.25367099046707153, 0.1960572451353073, 0.1844397336244583, 0.20241765677928925, 0.02014903351664543, 0.3189173638820648, 0.2957002520561218, 0.7719236016273499, 0.2688738703727722, 0.6057578325271606, 306.625732421875, 0.0629463940858841, 0.025908172130584717, 0.04165975749492645, 0.14253117144107819, 0.1616547703742981, 0.14189639687538147, 0.2168668657541275], "count": [963]}, "actions": {"min": [0.5115908980369568, 1.92949640750885, -1.4422354698181152, -0.5718222260475159, 0.9223018288612366, 0.7959399819374084, -2.798722743988037, -4.0, 0.04432399943470955, 0.32932499051094055, -0.24454699456691742, -0.46854496002197266, -0.5983866453170776, -0.45905545353889465, -0.604925274848938, -1.1407647132873535, -2.052385091781616, -2.523606538772583, -1.1377453804016113, 0.5643522143363953, -1.8219492435455322, 0.8190481662750244, 21.0, -0.20461900532245636, 0.3189220130443573, -0.24376699328422546, -0.30365535616874695, 0.52239990234375, 0.022197993472218513, 0.0767107754945755], "max": [0.9260193705558777, 2.03519344329834, -0.8226085901260376, -0.09658652544021606, 2.4724857807159424, 1.6173268556594849, -1.6811186075210571, 896.0, 0.24510900676250458, 0.46658098697662354, -0.16396799683570862, 0.48173603415489197, 0.9251067042350769, 0.4833698272705078, 0.601205050945282, -0.501694917678833, -1.898202657699585, -1.4138739109039307, 0.07827802002429962, 2.5982367992401123, -0.9172229170799255, 2.544794797897339, 905.0, 0.007228999864310026, 0.42261001467704773, -0.07440999895334244, 0.11285589635372162, 0.9948579668998718, 0.49485287070274353, 0.7279979586601257], "mean": [0.7234758734703064, 2.0098791122436523, -1.0365259647369385, -0.3684707283973694, 1.5747171640396118, 1.1109250783920288, -2.060729742050171, 689.8909912109375, 0.15367121994495392, 0.40154972672462463, -0.19882775843143463, -0.15856699645519257, 0.7447614073753357, -0.2129000872373581, -0.44507548213005066, -0.7599820494651794, -2.03623628616333, -1.8975849151611328, -0.5659793615341187, 1.731623649597168, -1.300774097442627, 1.572792410850525, 620.8494262695312, -0.1178712546825409, 0.3808363676071167, -0.18147431313991547, -0.07647296786308289, 0.804028332233429, 0.26794084906578064, 0.4028455317020416], "std": [0.1111648678779602, 0.018465738743543625, 0.16980008780956268, 0.16718584299087524, 0.5392665266990662, 0.1952974945306778, 0.42691025137901306, 298.80987548828125, 0.061161529272794724, 0.040647782385349274, 0.019794674590229988, 0.1999034881591797, 0.25367099046707153, 0.1960572451353073, 0.1844397336244583, 0.20241765677928925, 0.02014903351664543, 0.3189173638820648, 0.2957002520561218, 0.7719236016273499, 0.2688738703727722, 0.6057578325271606, 306.625732421875, 0.0629463940858841, 0.025908172130584717, 0.04165975749492645, 0.14253117144107819, 0.1616547703742981, 0.14189639687538147, 0.2168668657541275], "count": [963]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010384215991692627], "std": [0.032207813954871906], "count": [963]}, "timestamp": {"min": [0.0], "max": [38.48], "mean": [19.239999999999995], "std": [11.11976018926068], "count": [963]}, "frame_index": {"min": [0], "max": [962], "mean": [481.0], "std": [277.99400473151695], "count": [963]}, "episode_index": {"min": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [963]}, "index": {"min": [295737], "max": [296699], "mean": [296218.0], "std": [277.99400473151695], "count": [963]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [963]}}} +{"episode_index": 245, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.47125061383152556]], [[0.47634923754519537]], [[0.4705378837261855]]], "std": [[[0.1295851813560913]], [[0.13040216549156877]], [[0.12987159392264314]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46552982786643027]], [[0.47331571365248226]], [[0.4678663770251008]]], "std": [[[0.10638694495664702]], [[0.10132589852829244]], [[0.10328072814595769]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47982975246836324]], [[0.4804866749669726]], [[0.477996569062022]]], "std": [[[0.11338140612841112]], [[0.11613069198616487]], [[0.11814423297405031]]], "count": [188]}, "states": {"min": [0.4740314483642578, 1.923108458518982, 0.10501646250486374, -0.22556635737419128, -2.89482045173645, -1.5117343664169312, 0.14590951800346375, 0.0, 0.050939999520778656, 0.3082660138607025, -0.2698430120944977, -0.4533329904079437, -0.63572096824646, -0.4176393151283264, -0.6471825242042542, -0.8298343420028687, -2.0601518154144287, 0.5917713046073914, -0.20717059075832367, 0.3943397104740143, 0.9670520424842834, -1.7695369720458984, 39.0, -0.2706660032272339, 0.33397600054740906, -0.27506300806999207, -0.446481317281723, 0.5512170195579529, -0.1406373530626297, 0.31181424856185913], "max": [0.9612226486206055, 2.0340940952301025, 0.9158964157104492, 0.2373473346233368, -2.4511754512786865, -0.6166073679924011, 0.9357932209968567, 881.0, 0.21803200244903564, 0.4100799858570099, -0.21345199644565582, 0.29447072744369507, 0.8780062198638916, 0.37460798025131226, 0.6502149701118469, -0.4335746765136719, -2.0126264095306396, 1.2081170082092285, 1.0478956699371338, 2.5095040798187256, 1.4271208047866821, -0.20401152968406677, 872.0, -0.084648996591568, 0.41752898693084717, -0.13641799986362457, -0.0880557969212532, 0.9343293309211731, 0.5228145122528076, 0.6210036277770996], "mean": [0.7443237900733948, 2.013366460800171, 0.4623868465423584, 0.03973636031150818, -2.7643940448760986, -1.0682185888290405, 0.7378760576248169, 601.50830078125, 0.12484635412693024, 0.37635621428489685, -0.23636013269424438, -0.18436844646930695, 0.7426578998565674, -0.2707158923149109, -0.5425602793693542, -0.6005091071128845, -2.042684555053711, 1.0117909908294678, 0.28486260771751404, 1.3241971731185913, 1.2103275060653687, -0.7187275886535645, 530.9824829101562, -0.178970605134964, 0.3656228482723236, -0.2236727625131607, -0.28529083728790283, 0.7317720055580139, 0.2508963942527771, 0.4754437804222107], "std": [0.1265036165714264, 0.01278494019061327, 0.1991896778345108, 0.11845633387565613, 0.12253417819738388, 0.15624624490737915, 0.23547664284706116, 270.28106689453125, 0.04561726376414299, 0.021103711798787117, 0.014125390909612179, 0.10800699889659882, 0.1271597295999527, 0.09872709214687347, 0.0960506722331047, 0.1297968477010727, 0.007463091518729925, 0.2363232672214508, 0.4013111889362335, 0.7270277738571167, 0.11489612609148026, 0.5062253475189209, 240.8551025390625, 0.05652406066656113, 0.02339346334338188, 0.03950744494795799, 0.12462418526411057, 0.14258331060409546, 0.22310639917850494, 0.09211117774248123], "count": [1084]}, "actions": {"min": [0.4740314483642578, 1.923108458518982, 0.10501646250486374, -0.22556635737419128, -2.89482045173645, -1.5117343664169312, 0.14590951800346375, 0.0, 0.050939999520778656, 0.3082660138607025, -0.2698430120944977, -0.4533329904079437, -0.63572096824646, -0.4176393151283264, -0.6471825242042542, -0.8298343420028687, -2.0601518154144287, 0.5917713046073914, -0.20717059075832367, 0.3943397104740143, 0.9670520424842834, -1.7695369720458984, 39.0, -0.2706660032272339, 0.33397600054740906, -0.27506300806999207, -0.446481317281723, 0.5512170195579529, -0.1406373530626297, 0.31181424856185913], "max": [0.9612226486206055, 2.0340940952301025, 0.9158964157104492, 0.2373473346233368, -2.4511754512786865, -0.6166073679924011, 0.9357932209968567, 881.0, 0.21803200244903564, 0.4100799858570099, -0.21345199644565582, 0.29447072744369507, 0.8780062198638916, 0.37460798025131226, 0.6502149701118469, -0.4335746765136719, -2.0126264095306396, 1.2081170082092285, 1.0478956699371338, 2.5095040798187256, 1.4271208047866821, -0.20401152968406677, 872.0, -0.084648996591568, 0.41752898693084717, -0.13641799986362457, -0.0880557969212532, 0.9343293309211731, 0.5228145122528076, 0.6210036277770996], "mean": [0.7443237900733948, 2.013366460800171, 0.4623868465423584, 0.03973636031150818, -2.7643940448760986, -1.0682185888290405, 0.7378760576248169, 601.50830078125, 0.12484635412693024, 0.37635621428489685, -0.23636013269424438, -0.18436844646930695, 0.7426578998565674, -0.2707158923149109, -0.5425602793693542, -0.6005091071128845, -2.042684555053711, 1.0117909908294678, 0.28486260771751404, 1.3241971731185913, 1.2103275060653687, -0.7187275886535645, 530.9824829101562, -0.178970605134964, 0.3656228482723236, -0.2236727625131607, -0.28529083728790283, 0.7317720055580139, 0.2508963942527771, 0.4754437804222107], "std": [0.1265036165714264, 0.01278494019061327, 0.1991896778345108, 0.11845633387565613, 0.12253417819738388, 0.15624624490737915, 0.23547664284706116, 270.28106689453125, 0.04561726376414299, 0.021103711798787117, 0.014125390909612179, 0.10800699889659882, 0.1271597295999527, 0.09872709214687347, 0.0960506722331047, 0.1297968477010727, 0.007463091518729925, 0.2363232672214508, 0.4013111889362335, 0.7270277738571167, 0.11489612609148026, 0.5062253475189209, 240.8551025390625, 0.05652406066656113, 0.02339346334338188, 0.03950744494795799, 0.12462418526411057, 0.14258331060409546, 0.22310639917850494, 0.09211117774248123], "count": [1084]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009225092250922509], "std": [0.030358824117904675], "count": [1084]}, "timestamp": {"min": [0.0], "max": [43.32], "mean": [21.659999999999997], "std": [12.516948509920459], "count": [1084]}, "frame_index": {"min": [0], "max": [1083], "mean": [541.5], "std": [312.9237127480115], "count": [1084]}, "episode_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [1084]}, "index": {"min": [296700], "max": [297783], "mean": [297241.5], "std": [312.9237127480115], "count": [1084]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1084]}}} +{"episode_index": 246, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47458485881331697]], [[0.4776849897511088]], [[0.4738443709515056]]], "std": [[[0.12308733913490598]], [[0.12451059831419728]], [[0.12507325340191303]]], "count": [224]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.48004113598564424]], [[0.4824900766296102]], [[0.4773912924544818]]], "std": [[[0.06820424764309257]], [[0.06784955422736984]], [[0.07223959353123632]]], "count": [224]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47414214956816064]], [[0.47556447227328436]], [[0.4711285187251984]]], "std": [[[0.0781636331059353]], [[0.07906685779644232]], [[0.0833505747601085]]], "count": [224]}, "states": {"min": [0.3617893159389496, 1.9986813068389893, 1.3855122327804565, 0.009128072299063206, -2.201139450073242, 1.0428168773651123, -2.7612504959106445, 108.0, 0.033938001841306686, 0.29827600717544556, -0.2787629961967468, -0.4494056701660156, -0.5816338062286377, -0.46814313530921936, -0.6350715756416321, -0.8958425521850586, -2.0542874336242676, 0.7937757968902588, -0.12889257073402405, -2.9007720947265625, -1.887905240058899, 0.414236456155777, 62.0, -0.29438498616218567, 0.27524301409721375, -0.28910401463508606, -0.4984530210494995, -0.4504902958869934, -0.521746039390564, -0.5327932238578796], "max": [0.6458241939544678, 2.0356125831604004, 2.6389029026031494, 1.28213632106781, -1.1013376712799072, 1.413245439529419, -1.214784026145935, 884.0, 0.2939220070838928, 0.38581401109695435, -0.1230740025639534, 0.44244715571403503, 0.9454867243766785, 0.4654415547847748, 0.58431476354599, -0.03659955412149429, -1.9939515590667725, 1.692026972770691, 1.5743043422698975, -0.3952123522758484, -0.9610131978988647, 2.840977191925049, 829.0, -0.010072000324726105, 0.4049530029296875, -0.07942400127649307, 0.5086546540260315, 0.9690726399421692, 0.6107198596000671, 0.7450164556503296], "mean": [0.4795914590358734, 2.013786554336548, 2.247246742248535, 0.45149505138397217, -1.4928730726242065, 1.2111419439315796, -2.145007610321045, 657.271484375, 0.20383593440055847, 0.352356493473053, -0.21008417010307312, -0.12272267788648605, 0.5316254496574402, -0.1597951054573059, -0.35104599595069885, -0.4742731750011444, -2.0391428470611572, 1.1661393642425537, 0.712585985660553, -1.541021704673767, -1.4584237337112427, 1.7417323589324951, 501.5818176269531, -0.1802617907524109, 0.3278975188732147, -0.17617525160312653, -0.17571938037872314, 0.7140583992004395, 0.27666422724723816, 0.45429250597953796], "std": [0.06812899559736252, 0.009633475914597511, 0.36815232038497925, 0.414299875497818, 0.3546278774738312, 0.07384564727544785, 0.5480911731719971, 245.4696502685547, 0.07222665101289749, 0.023000875487923622, 0.03983528912067413, 0.26739969849586487, 0.48381131887435913, 0.29391080141067505, 0.40197664499282837, 0.21116383373737335, 0.00826944038271904, 0.21859759092330933, 0.5340939164161682, 0.7954456210136414, 0.1694275438785553, 0.8605978488922119, 213.244140625, 0.0819973573088646, 0.03375023603439331, 0.05368056520819664, 0.1825406402349472, 0.21631386876106262, 0.2013963758945465, 0.23589538037776947], "count": [1363]}, "actions": {"min": [0.3617893159389496, 1.9986813068389893, 1.3855122327804565, 0.009128072299063206, -2.201139450073242, 1.0428168773651123, -2.7612504959106445, 108.0, 0.033938001841306686, 0.29827600717544556, -0.2787629961967468, -0.4494056701660156, -0.5816338062286377, -0.46814313530921936, -0.6350715756416321, -0.8958425521850586, -2.0542874336242676, 0.7937757968902588, -0.12889257073402405, -2.9007720947265625, -1.887905240058899, 0.414236456155777, 62.0, -0.29438498616218567, 0.27524301409721375, -0.28910401463508606, -0.4984530210494995, -0.4504902958869934, -0.521746039390564, -0.5327932238578796], "max": [0.6458241939544678, 2.0356125831604004, 2.6389029026031494, 1.28213632106781, -1.1013376712799072, 1.413245439529419, -1.214784026145935, 884.0, 0.2939220070838928, 0.38581401109695435, -0.1230740025639534, 0.44244715571403503, 0.9454867243766785, 0.4654415547847748, 0.58431476354599, -0.03659955412149429, -1.9939515590667725, 1.692026972770691, 1.5743043422698975, -0.3952123522758484, -0.9610131978988647, 2.840977191925049, 829.0, -0.010072000324726105, 0.4049530029296875, -0.07942400127649307, 0.5086546540260315, 0.9690726399421692, 0.6107198596000671, 0.7450164556503296], "mean": [0.4795914590358734, 2.013786554336548, 2.247246742248535, 0.45149505138397217, -1.4928730726242065, 1.2111419439315796, -2.145007610321045, 657.271484375, 0.20383593440055847, 0.352356493473053, -0.21008417010307312, -0.12272267788648605, 0.5316254496574402, -0.1597951054573059, -0.35104599595069885, -0.4742731750011444, -2.0391428470611572, 1.1661393642425537, 0.712585985660553, -1.541021704673767, -1.4584237337112427, 1.7417323589324951, 501.5818176269531, -0.1802617907524109, 0.3278975188732147, -0.17617525160312653, -0.17571938037872314, 0.7140583992004395, 0.27666422724723816, 0.45429250597953796], "std": [0.06812899559736252, 0.009633475914597511, 0.36815232038497925, 0.414299875497818, 0.3546278774738312, 0.07384564727544785, 0.5480911731719971, 245.4696502685547, 0.07222665101289749, 0.023000875487923622, 0.03983528912067413, 0.26739969849586487, 0.48381131887435913, 0.29391080141067505, 0.40197664499282837, 0.21116383373737335, 0.00826944038271904, 0.21859759092330933, 0.5340939164161682, 0.7954456210136414, 0.1694275438785553, 0.8605978488922119, 213.244140625, 0.0819973573088646, 0.03375023603439331, 0.05368056520819664, 0.1825406402349472, 0.21631386876106262, 0.2013963758945465, 0.23589538037776947], "count": [1363]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007336757153338225], "std": [0.02707651076631832], "count": [1363]}, "timestamp": {"min": [0.0], "max": [54.48], "mean": [27.240000000000002], "std": [15.73856410222991], "count": [1363]}, "frame_index": {"min": [0], "max": [1362], "mean": [681.0], "std": [393.4641025557478], "count": [1363]}, "episode_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [1363]}, "index": {"min": [297784], "max": [299146], "mean": [298465.0], "std": [393.4641025557478], "count": [1363]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1363]}}} +{"episode_index": 247, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.46838451843805706]], [[0.47488860108437314]], [[0.4680209459020351]]], "std": [[[0.14019019243959976]], [[0.13601714180926716]], [[0.13796680236014652]]], "count": [176]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4673231325200535]], [[0.46812607926693406]], [[0.4623495548314023]]], "std": [[[0.08821203394164923]], [[0.08610177896346138]], [[0.09005982106449638]]], "count": [176]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.47455919605057933]], [[0.4726858393215241]], [[0.4689326061627302]]], "std": [[[0.0925420706672919]], [[0.09028894654083446]], [[0.09403696959189718]]], "count": [176]}, "states": {"min": [0.3139149248600006, 1.8678863048553467, -1.9297409057617188, -1.485292673110962, -2.5802249908447266, -1.5785107612609863, 0.4115311801433563, 52.0, 0.006972000002861023, 0.2916339933872223, -0.2741580009460449, -0.45013687014579773, -0.6462438702583313, -0.5419312715530396, -0.6635624170303345, -0.8667479753494263, -2.0602738857269287, 0.8482823967933655, -0.07044148445129395, -0.0950680822134018, 0.6894225478172302, -2.496466636657715, 32.0, -0.3470349907875061, 0.26829200983047485, -0.273730993270874, -0.49957895278930664, -0.4468287527561188, -0.5635421276092529, -0.6057921648025513], "max": [0.7271740436553955, 2.0327327251434326, -1.070585012435913, -0.12220796197652817, -0.35100317001342773, -0.4346044361591339, 2.307412624359131, 880.0, 0.2926119863986969, 0.43733400106430054, -0.10644400119781494, 0.3401426374912262, 0.9809568524360657, 0.3891823887825012, 0.6766318082809448, -0.05675811320543289, -1.9751542806625366, 1.7441076040267944, 1.5028681755065918, 2.793015480041504, 1.6709957122802734, -0.29974284768104553, 918.0, -0.0031320000998675823, 0.4187139868736267, -0.08235099911689758, 0.5829168558120728, 0.977850615978241, 0.5745837688446045, 0.639519214630127], "mean": [0.46374931931495667, 2.0161983966827393, -1.3228635787963867, -0.6386869549751282, -1.323954463005066, -1.0765643119812012, 1.1512048244476318, 475.01409912109375, 0.1957639902830124, 0.3546270430088043, -0.21464204788208008, -0.23815229535102844, 0.7211554646492004, -0.30196255445480347, -0.4116271138191223, -0.5049936175346375, -2.040862798690796, 1.1780403852462769, 0.37321561574935913, 1.147114634513855, 1.2706857919692993, -1.009129285812378, 634.5115966796875, -0.2131454050540924, 0.3298643231391907, -0.22166509926319122, -0.07642120122909546, 0.503667950630188, 0.15119971334934235, 0.23476766049861908], "std": [0.09673051536083221, 0.018701041117310524, 0.22896409034729004, 0.4708704352378845, 0.7920213341712952, 0.24804165959358215, 0.6804826855659485, 240.67994689941406, 0.08688504248857498, 0.03541892394423485, 0.044120803475379944, 0.16498780250549316, 0.23266680538654327, 0.21577538549900055, 0.18624423444271088, 0.20247314870357513, 0.013443204574286938, 0.22399160265922546, 0.47541794180870056, 0.942132294178009, 0.15263667702674866, 0.7484700083732605, 325.8126220703125, 0.1071833074092865, 0.036123134195804596, 0.05040011927485466, 0.3405587673187256, 0.46822261810302734, 0.3997538089752197, 0.40924954414367676], "count": [993]}, "actions": {"min": [0.3139149248600006, 1.8678863048553467, -1.9297409057617188, -1.485292673110962, -2.5802249908447266, -1.5785107612609863, 0.4115311801433563, 52.0, 0.006972000002861023, 0.2916339933872223, -0.2741580009460449, -0.45013687014579773, -0.6462438702583313, -0.5419312715530396, -0.6635624170303345, -0.8667479753494263, -2.0602738857269287, 0.8482823967933655, -0.07044148445129395, -0.0950680822134018, 0.6894225478172302, -2.496466636657715, 32.0, -0.3470349907875061, 0.26829200983047485, -0.273730993270874, -0.49957895278930664, -0.4468287527561188, -0.5635421276092529, -0.6057921648025513], "max": [0.7271740436553955, 2.0327327251434326, -1.070585012435913, -0.12220796197652817, -0.35100317001342773, -0.4346044361591339, 2.307412624359131, 880.0, 0.2926119863986969, 0.43733400106430054, -0.10644400119781494, 0.3401426374912262, 0.9809568524360657, 0.3891823887825012, 0.6766318082809448, -0.05675811320543289, -1.9751542806625366, 1.7441076040267944, 1.5028681755065918, 2.793015480041504, 1.6709957122802734, -0.29974284768104553, 918.0, -0.0031320000998675823, 0.4187139868736267, -0.08235099911689758, 0.5829168558120728, 0.977850615978241, 0.5745837688446045, 0.639519214630127], "mean": [0.46374931931495667, 2.0161983966827393, -1.3228635787963867, -0.6386869549751282, -1.323954463005066, -1.0765643119812012, 1.1512048244476318, 475.01409912109375, 0.1957639902830124, 0.3546270430088043, -0.21464204788208008, -0.23815229535102844, 0.7211554646492004, -0.30196255445480347, -0.4116271138191223, -0.5049936175346375, -2.040862798690796, 1.1780403852462769, 0.37321561574935913, 1.147114634513855, 1.2706857919692993, -1.009129285812378, 634.5115966796875, -0.2131454050540924, 0.3298643231391907, -0.22166509926319122, -0.07642120122909546, 0.503667950630188, 0.15119971334934235, 0.23476766049861908], "std": [0.09673051536083221, 0.018701041117310524, 0.22896409034729004, 0.4708704352378845, 0.7920213341712952, 0.24804165959358215, 0.6804826855659485, 240.67994689941406, 0.08688504248857498, 0.03541892394423485, 0.044120803475379944, 0.16498780250549316, 0.23266680538654327, 0.21577538549900055, 0.18624423444271088, 0.20247314870357513, 0.013443204574286938, 0.22399160265922546, 0.47541794180870056, 0.942132294178009, 0.15263667702674866, 0.7484700083732605, 325.8126220703125, 0.1071833074092865, 0.036123134195804596, 0.05040011927485466, 0.3405587673187256, 0.46822261810302734, 0.3997538089752197, 0.40924954414367676], "count": [993]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010070493454179255], "std": [0.03171805790135674], "count": [993]}, "timestamp": {"min": [0.0], "max": [39.68], "mean": [19.84], "std": [11.466170531902387], "count": [993]}, "frame_index": {"min": [0], "max": [992], "mean": [496.0], "std": [286.6542632975597], "count": [993]}, "episode_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [993]}, "index": {"min": [299147], "max": [300139], "mean": [299643.0], "std": [286.6542632975597], "count": [993]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [993]}}} +{"episode_index": 248, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.47813713777375094]], [[0.4841747475451476]], [[0.4799826630889323]]], "std": [[[0.129204671456003]], [[0.12868292281107765]], [[0.12870692635629583]]], "count": [211]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4769977251959236]], [[0.480963088157854]], [[0.478325465415234]]], "std": [[[0.07077944914895985]], [[0.067134148252474]], [[0.06869402985144583]]], "count": [211]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4761664585462937]], [[0.4771494071957377]], [[0.47310283663228325]]], "std": [[[0.09432026110970124]], [[0.09371788202258943]], [[0.09704464353147951]]], "count": [211]}, "states": {"min": [0.6247231364250183, 1.9583117961883545, -1.409911870956421, -0.40186208486557007, -2.3856730461120605, -1.372806191444397, 0.4202927350997925, 2.0, 0.04554099962115288, 0.3727000057697296, -0.24655300378799438, -0.4107069969177246, 0.5934268832206726, -0.4329095780849457, -0.6324498057365417, -1.1689865589141846, -2.042872905731201, 2.202134132385254, -0.7537727952003479, -1.101564645767212, 1.0985801219940186, -1.3352292776107788, 406.0, -0.28017500042915344, 0.3384760022163391, -0.2464420050382614, -0.4110828638076782, 0.5557023882865906, -0.07184389233589172, 0.31633561849594116], "max": [0.9955533146858215, 2.0327327251434326, 0.1028173416852951, 0.10854203253984451, -0.8413360714912415, -0.7505090236663818, 1.2364088296890259, 880.0, 0.2253500074148178, 0.44134101271629333, -0.16739200055599213, -0.07227535545825958, 0.8950784206390381, -0.0615493506193161, -0.34927934408187866, -0.47111672163009644, -1.802610993385315, 2.8644344806671143, 0.09056513756513596, 0.17055359482765198, 1.5938695669174194, -0.3583510220050812, 902.0, -0.055397000163793564, 0.4431709945201874, -0.13775600492954254, -0.07208028435707092, 0.9190959334373474, 0.4659138321876526, 0.660763680934906], "mean": [0.8050414323806763, 2.0171618461608887, -0.6182405948638916, -0.1679152250289917, -1.845444917678833, -1.0221894979476929, 0.9698864221572876, 499.710205078125, 0.13406795263290405, 0.41104766726493835, -0.21279595792293549, -0.19096770882606506, 0.7674034833908081, -0.26184600591659546, -0.517545759677887, -0.7114602327346802, -2.030404567718506, 2.6739892959594727, -0.1528903841972351, -0.5159541964530945, 1.2718108892440796, -0.7208812236785889, 710.8250122070312, -0.18288984894752502, 0.3775665760040283, -0.213063582777977, -0.26214879751205444, 0.6861497163772583, 0.2986111044883728, 0.5504478216171265], "std": [0.09096904844045639, 0.012831682339310646, 0.45336461067199707, 0.12405996024608612, 0.38287290930747986, 0.1173006221652031, 0.18356448411941528, 242.67678833007812, 0.05058610066771507, 0.02187305875122547, 0.019808009266853333, 0.08263114094734192, 0.10310068726539612, 0.12477430701255798, 0.07197634130716324, 0.23522086441516876, 0.023662282153964043, 0.2804797887802124, 0.21938520669937134, 0.3971300423145294, 0.12293186783790588, 0.2589968144893646, 168.1095428466797, 0.05110698565840721, 0.024825595319271088, 0.024579789489507675, 0.10740390419960022, 0.1333126574754715, 0.1674843579530716, 0.10467848926782608], "count": [1263]}, "actions": {"min": [0.6247231364250183, 1.9583117961883545, -1.409911870956421, -0.40186208486557007, -2.3856730461120605, -1.372806191444397, 0.4202927350997925, 2.0, 0.04554099962115288, 0.3727000057697296, -0.24655300378799438, -0.4107069969177246, 0.5934268832206726, -0.4329095780849457, -0.6324498057365417, -1.1689865589141846, -2.042872905731201, 2.202134132385254, -0.7537727952003479, -1.101564645767212, 1.0985801219940186, -1.3352292776107788, 406.0, -0.28017500042915344, 0.3384760022163391, -0.2464420050382614, -0.4110828638076782, 0.5557023882865906, -0.07184389233589172, 0.31633561849594116], "max": [0.9955533146858215, 2.0327327251434326, 0.1028173416852951, 0.10854203253984451, -0.8413360714912415, -0.7505090236663818, 1.2364088296890259, 880.0, 0.2253500074148178, 0.44134101271629333, -0.16739200055599213, -0.07227535545825958, 0.8950784206390381, -0.0615493506193161, -0.34927934408187866, -0.47111672163009644, -1.802610993385315, 2.8644344806671143, 0.09056513756513596, 0.17055359482765198, 1.5938695669174194, -0.3583510220050812, 902.0, -0.055397000163793564, 0.4431709945201874, -0.13775600492954254, -0.07208028435707092, 0.9190959334373474, 0.4659138321876526, 0.660763680934906], "mean": [0.8050414323806763, 2.0171618461608887, -0.6182405948638916, -0.1679152250289917, -1.845444917678833, -1.0221894979476929, 0.9698864221572876, 499.710205078125, 0.13406795263290405, 0.41104766726493835, -0.21279595792293549, -0.19096770882606506, 0.7674034833908081, -0.26184600591659546, -0.517545759677887, -0.7114602327346802, -2.030404567718506, 2.6739892959594727, -0.1528903841972351, -0.5159541964530945, 1.2718108892440796, -0.7208812236785889, 710.8250122070312, -0.18288984894752502, 0.3775665760040283, -0.213063582777977, -0.26214879751205444, 0.6861497163772583, 0.2986111044883728, 0.5504478216171265], "std": [0.09096904844045639, 0.012831682339310646, 0.45336461067199707, 0.12405996024608612, 0.38287290930747986, 0.1173006221652031, 0.18356448411941528, 242.67678833007812, 0.05058610066771507, 0.02187305875122547, 0.019808009266853333, 0.08263114094734192, 0.10310068726539612, 0.12477430701255798, 0.07197634130716324, 0.23522086441516876, 0.023662282153964043, 0.2804797887802124, 0.21938520669937134, 0.3971300423145294, 0.12293186783790588, 0.2589968144893646, 168.1095428466797, 0.05110698565840721, 0.024825595319271088, 0.024579789489507675, 0.10740390419960022, 0.1333126574754715, 0.1674843579530716, 0.10467848926782608], "count": [1263]}, "next.done": {"min": [false], "max": [true], "mean": [0.000791765637371338], "std": [0.028127188706780066], "count": [1263]}, "timestamp": {"min": [0.0], "max": [50.48], "mean": [25.239999999999995], "std": [14.583863228468193], "count": [1263]}, "frame_index": {"min": [0], "max": [1262], "mean": [631.0], "std": [364.5965807117048], "count": [1263]}, "episode_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [1263]}, "index": {"min": [300140], "max": [301402], "mean": [300771.0], "std": [364.5965807117048], "count": [1263]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1263]}}} +{"episode_index": 249, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4661185952663894]], [[0.47052452837195485]], [[0.4670254084967321]]], "std": [[[0.13786725586520124]], [[0.1393826492342293]], [[0.13971797751599918]]], "count": [165]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47326030897207366]], [[0.4759857088037235]], [[0.47021072118241236]]], "std": [[[0.08885021801707518]], [[0.08701520560245925]], [[0.09136731498557453]]], "count": [165]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4742387750049515]], [[0.47522566349772233]], [[0.4715806013567043]]], "std": [[[0.0897330457686056]], [[0.09024011548798194]], [[0.09512569186517943]]], "count": [165]}, "states": {"min": [0.31665509939193726, 2.0139005184173584, -2.0080363750457764, -1.518087387084961, 0.6486691236495972, 0.6600660681724548, -2.9378604888916016, 95.0, -0.0035520000383257866, 0.29841598868370056, -0.2758769989013672, -0.49911361932754517, -0.5912574529647827, -0.4054274559020996, -0.5725760459899902, -0.7408398985862732, -2.0532751083374023, -2.47025203704834, -1.3333618640899658, 0.2874208390712738, -1.668988585472107, 1.2445768117904663, 59.0, -0.3183470070362091, 0.25616300106048584, -0.29368600249290466, -0.49040091037750244, 0.38023215532302856, 0.04542655125260353, 0.28655868768692017], "max": [0.6491578221321106, 2.036851644515991, -0.9770702123641968, -0.21479767560958862, 2.8692166805267334, 1.2901124954223633, -0.46788787841796875, 903.0, 0.22961799800395966, 0.44837701320648193, -0.0957460030913353, 0.5189904570579529, 0.971858024597168, 0.3538600504398346, 0.5425674915313721, -0.03258529677987099, -2.0285089015960693, -1.6065231561660767, 0.023090707138180733, 2.4449095726013184, -1.191518783569336, 2.7400972843170166, 843.0, -0.06185400113463402, 0.3927159905433655, -0.11790899932384491, 0.09004521369934082, 0.9458920359611511, 0.5743867754936218, 0.6818137168884277], "mean": [0.4923637807369232, 2.0211572647094727, -1.5170546770095825, -0.9322119355201721, 1.5293782949447632, 0.9695972800254822, -1.6627304553985596, 696.0606689453125, 0.12171008437871933, 0.3748794496059418, -0.17208658158779144, -0.2129756063222885, 0.7847565412521362, -0.19431190192699432, -0.42906641960144043, -0.4127737283706665, -2.040188789367676, -2.0289950370788574, -0.7502769231796265, 1.66849946975708, -1.4024015665054321, 1.8395639657974243, 546.0165405273438, -0.18002605438232422, 0.3208819627761841, -0.19104504585266113, -0.13677076995372772, 0.7765387892723083, 0.2249385267496109, 0.4940710961818695], "std": [0.07586901634931564, 0.004916707519441843, 0.2524133324623108, 0.42586398124694824, 0.6280938386917114, 0.2106415033340454, 0.7459993362426758, 290.34979248046875, 0.06261070817708969, 0.05165744572877884, 0.0458819754421711, 0.15609323978424072, 0.2014370858669281, 0.15656040608882904, 0.1658049076795578, 0.21700841188430786, 0.004464844707399607, 0.17023950815200806, 0.394413560628891, 0.5716684460639954, 0.11827247589826584, 0.47638678550720215, 263.3882751464844, 0.06409183889627457, 0.03338336572051048, 0.04647407680749893, 0.15944688022136688, 0.1592409759759903, 0.11860296130180359, 0.1368575543165207], "count": [907]}, "actions": {"min": [0.31665509939193726, 2.0139005184173584, -2.0080363750457764, -1.518087387084961, 0.6486691236495972, 0.6600660681724548, -2.9378604888916016, 95.0, -0.0035520000383257866, 0.29841598868370056, -0.2758769989013672, -0.49911361932754517, -0.5912574529647827, -0.4054274559020996, -0.5725760459899902, -0.7408398985862732, -2.0532751083374023, -2.47025203704834, -1.3333618640899658, 0.2874208390712738, -1.668988585472107, 1.2445768117904663, 59.0, -0.3183470070362091, 0.25616300106048584, -0.29368600249290466, -0.49040091037750244, 0.38023215532302856, 0.04542655125260353, 0.28655868768692017], "max": [0.6491578221321106, 2.036851644515991, -0.9770702123641968, -0.21479767560958862, 2.8692166805267334, 1.2901124954223633, -0.46788787841796875, 903.0, 0.22961799800395966, 0.44837701320648193, -0.0957460030913353, 0.5189904570579529, 0.971858024597168, 0.3538600504398346, 0.5425674915313721, -0.03258529677987099, -2.0285089015960693, -1.6065231561660767, 0.023090707138180733, 2.4449095726013184, -1.191518783569336, 2.7400972843170166, 843.0, -0.06185400113463402, 0.3927159905433655, -0.11790899932384491, 0.09004521369934082, 0.9458920359611511, 0.5743867754936218, 0.6818137168884277], "mean": [0.4923637807369232, 2.0211572647094727, -1.5170546770095825, -0.9322119355201721, 1.5293782949447632, 0.9695972800254822, -1.6627304553985596, 696.0606689453125, 0.12171008437871933, 0.3748794496059418, -0.17208658158779144, -0.2129756063222885, 0.7847565412521362, -0.19431190192699432, -0.42906641960144043, -0.4127737283706665, -2.040188789367676, -2.0289950370788574, -0.7502769231796265, 1.66849946975708, -1.4024015665054321, 1.8395639657974243, 546.0165405273438, -0.18002605438232422, 0.3208819627761841, -0.19104504585266113, -0.13677076995372772, 0.7765387892723083, 0.2249385267496109, 0.4940710961818695], "std": [0.07586901634931564, 0.004916707519441843, 0.2524133324623108, 0.42586398124694824, 0.6280938386917114, 0.2106415033340454, 0.7459993362426758, 290.34979248046875, 0.06261070817708969, 0.05165744572877884, 0.0458819754421711, 0.15609323978424072, 0.2014370858669281, 0.15656040608882904, 0.1658049076795578, 0.21700841188430786, 0.004464844707399607, 0.17023950815200806, 0.394413560628891, 0.5716684460639954, 0.11827247589826584, 0.47638678550720215, 263.3882751464844, 0.06409183889627457, 0.03338336572051048, 0.04647407680749893, 0.15944688022136688, 0.1592409759759903, 0.11860296130180359, 0.1368575543165207], "count": [907]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011025358324145535], "std": [0.033186145409685584], "count": [907]}, "timestamp": {"min": [0.0], "max": [36.24], "mean": [18.12], "std": [10.47312751760428], "count": [907]}, "frame_index": {"min": [0], "max": [906], "mean": [453.0], "std": [261.828187940107], "count": [907]}, "episode_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [907]}, "index": {"min": [301403], "max": [302309], "mean": [301856.0], "std": [261.828187940107], "count": [907]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [907]}}} +{"episode_index": 250, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.48543861580125874]], [[0.49049737881263616]], [[0.4863466274434156]]], "std": [[[0.11929512582989066]], [[0.11950565829429803]], [[0.1195870393147779]]], "count": [216]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4728654116739288]], [[0.4778643857041273]], [[0.4719945968742435]]], "std": [[[0.0712429747839957]], [[0.06697296009493046]], [[0.07098302851586752]]], "count": [216]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4791974164472888]], [[0.47978458416545633]], [[0.47443875480361897]]], "std": [[[0.09950564577968223]], [[0.10134434037960091]], [[0.10644473418021615]]], "count": [216]}, "states": {"min": [0.5958728194236755, 1.8708010911941528, -0.32094860076904297, -0.6268699169158936, -2.896461248397827, -1.751054048538208, 0.2932676672935486, -5.0, 0.0038769999518990517, 0.32951799035072327, -0.26715001463890076, -0.44655439257621765, 0.5556725263595581, -0.5336670875549316, -0.6247459053993225, -0.804614245891571, -2.0463461875915527, 0.1313709318637848, -0.23195426166057587, 0.6687403917312622, 1.012465476989746, -1.861533284187317, 47.0, -0.33353400230407715, 0.26749399304389954, -0.2875419855117798, -0.48605814576148987, -0.5627331733703613, -0.5937195420265198, -0.49146372079849243], "max": [1.1785510778427124, 2.037287950515747, 0.986198365688324, 0.22589795291423798, -2.165883779525757, -0.5291489362716675, 1.201153039932251, 872.0, 0.25654301047325134, 0.4215810000896454, -0.17895099520683289, 0.006305567920207977, 0.9251556992530823, 0.09179767966270447, -0.365572452545166, -0.2433687150478363, -2.008071184158325, 1.477333903312683, 1.204783320426941, 2.655623435974121, 1.5414224863052368, -0.0012391838245093822, 900.0, -0.07323499768972397, 0.4282490015029907, -0.11290299892425537, 0.6312699913978577, 0.9569301605224609, 0.6563798189163208, 0.6696531772613525], "mean": [0.8044556975364685, 2.015409469604492, 0.4640358090400696, 0.008679544553160667, -2.791522979736328, -1.001636266708374, 0.7355080246925354, 460.30609130859375, 0.13193650543689728, 0.3884512186050415, -0.23284947872161865, -0.2038191556930542, 0.7618421316146851, -0.25682055950164795, -0.4988396167755127, -0.5198403596878052, -2.035172939300537, 0.5812571048736572, 0.2786109447479248, 1.564570426940918, 1.2192398309707642, -0.9277802109718323, 587.9938354492188, -0.23030608892440796, 0.34769144654273987, -0.2295135259628296, -0.23120267689228058, 0.59873366355896, 0.3468961715698242, 0.44627895951271057], "std": [0.15609495341777802, 0.018518581986427307, 0.4228452444076538, 0.1795797497034073, 0.15488502383232117, 0.2494279146194458, 0.20992910861968994, 224.0046844482422, 0.07003220915794373, 0.022372348234057426, 0.02040824294090271, 0.12686510384082794, 0.11663765460252762, 0.17137666046619415, 0.0647176131606102, 0.141708105802536, 0.005108162295073271, 0.386650025844574, 0.4020683765411377, 0.6458641886711121, 0.10988429933786392, 0.5700708627700806, 287.8431701660156, 0.0725187435746193, 0.03814198821783066, 0.04247453063726425, 0.22679778933525085, 0.2886486053466797, 0.2796778976917267, 0.23576566576957703], "count": [1297]}, "actions": {"min": [0.5958728194236755, 1.8708010911941528, -0.32094860076904297, -0.6268699169158936, -2.896461248397827, -1.751054048538208, 0.2932676672935486, -5.0, 0.0038769999518990517, 0.32951799035072327, -0.26715001463890076, -0.44655439257621765, 0.5556725263595581, -0.5336670875549316, -0.6247459053993225, -0.804614245891571, -2.0463461875915527, 0.1313709318637848, -0.23195426166057587, 0.6687403917312622, 1.012465476989746, -1.861533284187317, 47.0, -0.33353400230407715, 0.26749399304389954, -0.2875419855117798, -0.48605814576148987, -0.5627331733703613, -0.5937195420265198, -0.49146372079849243], "max": [1.1785510778427124, 2.037287950515747, 0.986198365688324, 0.22589795291423798, -2.165883779525757, -0.5291489362716675, 1.201153039932251, 872.0, 0.25654301047325134, 0.4215810000896454, -0.17895099520683289, 0.006305567920207977, 0.9251556992530823, 0.09179767966270447, -0.365572452545166, -0.2433687150478363, -2.008071184158325, 1.477333903312683, 1.204783320426941, 2.655623435974121, 1.5414224863052368, -0.0012391838245093822, 900.0, -0.07323499768972397, 0.4282490015029907, -0.11290299892425537, 0.6312699913978577, 0.9569301605224609, 0.6563798189163208, 0.6696531772613525], "mean": [0.8044556975364685, 2.015409469604492, 0.4640358090400696, 0.008679544553160667, -2.791522979736328, -1.001636266708374, 0.7355080246925354, 460.30609130859375, 0.13193650543689728, 0.3884512186050415, -0.23284947872161865, -0.2038191556930542, 0.7618421316146851, -0.25682055950164795, -0.4988396167755127, -0.5198403596878052, -2.035172939300537, 0.5812571048736572, 0.2786109447479248, 1.564570426940918, 1.2192398309707642, -0.9277802109718323, 587.9938354492188, -0.23030608892440796, 0.34769144654273987, -0.2295135259628296, -0.23120267689228058, 0.59873366355896, 0.3468961715698242, 0.44627895951271057], "std": [0.15609495341777802, 0.018518581986427307, 0.4228452444076538, 0.1795797497034073, 0.15488502383232117, 0.2494279146194458, 0.20992910861968994, 224.0046844482422, 0.07003220915794373, 0.022372348234057426, 0.02040824294090271, 0.12686510384082794, 0.11663765460252762, 0.17137666046619415, 0.0647176131606102, 0.141708105802536, 0.005108162295073271, 0.386650025844574, 0.4020683765411377, 0.6458641886711121, 0.10988429933786392, 0.5700708627700806, 287.8431701660156, 0.0725187435746193, 0.03814198821783066, 0.04247453063726425, 0.22679778933525085, 0.2886486053466797, 0.2796778976917267, 0.23576566576957703], "count": [1297]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007710100231303007], "std": [0.027756360832690823], "count": [1297]}, "timestamp": {"min": [0.0], "max": [51.84], "mean": [25.919999999999998], "std": [14.976461531349788], "count": [1297]}, "frame_index": {"min": [0], "max": [1296], "mean": [648.0], "std": [374.4115382837447], "count": [1297]}, "episode_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [1297]}, "index": {"min": [302310], "max": [303606], "mean": [302958.0], "std": [374.4115382837447], "count": [1297]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1297]}}} +{"episode_index": 251, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678918356270521]], [[0.47379832631409374]], [[0.4669108086701034]]], "std": [[[0.1380623402858233]], [[0.13398366218229943]], [[0.1364996630357002]]], "count": [213]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47169986134125014]], [[0.4737297995489276]], [[0.46906333329497685]]], "std": [[[0.06860951600372255]], [[0.06656563118898902]], [[0.07050389702721509]]], "count": [213]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4778135758998435]], [[0.4786846117555003]], [[0.47529934755592373]]], "std": [[[0.07255463854539357]], [[0.06980190421716305]], [[0.07450322375315536]]], "count": [213]}, "states": {"min": [0.41264817118644714, 2.0125043392181396, -2.0233428478240967, -1.5199898481369019, -2.834676504135132, -1.4917329549789429, 0.12402309477329254, 0.0, -0.0072570000775158405, 0.28773701190948486, -0.2860560119152069, -0.4998892843723297, -0.6725373864173889, -0.5010218024253845, -0.6506176590919495, -0.9878738522529602, -2.055596351623535, 0.33344513177871704, -0.21813125908374786, 0.07045894861221313, 0.8430638909339905, -2.7667832374572754, 31.0, -0.30570200085639954, 0.30075401067733765, -0.27904200553894043, -0.49954310059547424, -0.42959165573120117, -0.494152307510376, -0.7546430230140686], "max": [0.8866796493530273, 2.041930675506592, 0.15650367736816406, 0.1287529468536377, -0.5020265579223633, -0.967854917049408, 2.527655839920044, 890.0, 0.3219299912452698, 0.4163230061531067, -0.08608800172805786, 0.5841148495674133, 0.9936526417732239, 0.5959329009056091, 0.756638765335083, -0.38233184814453125, -1.9684697389602661, 1.8377444744110107, 1.463022232055664, 2.7273387908935547, 1.8257192373275757, -0.19420278072357178, 894.0, 0.014321999624371529, 0.44522199034690857, -0.021183999255299568, 0.5368298292160034, 0.9868216514587402, 0.5928947329521179, 0.824315071105957], "mean": [0.5766081809997559, 2.026937484741211, -0.6721464395523071, -0.25476253032684326, -1.432793378829956, -1.2002354860305786, 0.7726119756698608, 602.7195434570312, 0.2115587294101715, 0.36221975088119507, -0.21623975038528442, 0.14338049292564392, 0.10144155472517014, 0.14107437431812286, 0.12023703008890152, -0.6215612888336182, -2.0368235111236572, 1.2102776765823364, 0.5167815685272217, 1.3570319414138794, 1.3158565759658813, -1.2367291450500488, 652.4964599609375, -0.1761166900396347, 0.3586055636405945, -0.1844567060470581, -0.23765896260738373, 0.6742483973503113, 0.2928324043750763, 0.4128599166870117], "std": [0.12454020977020264, 0.005840339232236147, 0.6281065940856934, 0.496409147977829, 0.7082675695419312, 0.12268048524856567, 0.8333340287208557, 280.35821533203125, 0.08687540143728256, 0.030854525044560432, 0.04053039103746414, 0.37111347913742065, 0.6509351134300232, 0.3890984356403351, 0.4711187183856964, 0.18842585384845734, 0.012305568903684616, 0.32002925872802734, 0.5381285548210144, 1.0069270133972168, 0.17530390620231628, 0.8185940384864807, 298.977294921875, 0.10867242515087128, 0.03046884946525097, 0.05846463143825531, 0.2073071300983429, 0.27031436562538147, 0.2534472942352295, 0.2289574295282364], "count": [1273]}, "actions": {"min": [0.41264817118644714, 2.0125043392181396, -2.0233428478240967, -1.5199898481369019, -2.834676504135132, -1.4917329549789429, 0.12402309477329254, 0.0, -0.0072570000775158405, 0.28773701190948486, -0.2860560119152069, -0.4998892843723297, -0.6725373864173889, -0.5010218024253845, -0.6506176590919495, -0.9878738522529602, -2.055596351623535, 0.33344513177871704, -0.21813125908374786, 0.07045894861221313, 0.8430638909339905, -2.7667832374572754, 31.0, -0.30570200085639954, 0.30075401067733765, -0.27904200553894043, -0.49954310059547424, -0.42959165573120117, -0.494152307510376, -0.7546430230140686], "max": [0.8866796493530273, 2.041930675506592, 0.15650367736816406, 0.1287529468536377, -0.5020265579223633, -0.967854917049408, 2.527655839920044, 890.0, 0.3219299912452698, 0.4163230061531067, -0.08608800172805786, 0.5841148495674133, 0.9936526417732239, 0.5959329009056091, 0.756638765335083, -0.38233184814453125, -1.9684697389602661, 1.8377444744110107, 1.463022232055664, 2.7273387908935547, 1.8257192373275757, -0.19420278072357178, 894.0, 0.014321999624371529, 0.44522199034690857, -0.021183999255299568, 0.5368298292160034, 0.9868216514587402, 0.5928947329521179, 0.824315071105957], "mean": [0.5766081809997559, 2.026937484741211, -0.6721464395523071, -0.25476253032684326, -1.432793378829956, -1.2002354860305786, 0.7726119756698608, 602.7195434570312, 0.2115587294101715, 0.36221975088119507, -0.21623975038528442, 0.14338049292564392, 0.10144155472517014, 0.14107437431812286, 0.12023703008890152, -0.6215612888336182, -2.0368235111236572, 1.2102776765823364, 0.5167815685272217, 1.3570319414138794, 1.3158565759658813, -1.2367291450500488, 652.4964599609375, -0.1761166900396347, 0.3586055636405945, -0.1844567060470581, -0.23765896260738373, 0.6742483973503113, 0.2928324043750763, 0.4128599166870117], "std": [0.12454020977020264, 0.005840339232236147, 0.6281065940856934, 0.496409147977829, 0.7082675695419312, 0.12268048524856567, 0.8333340287208557, 280.35821533203125, 0.08687540143728256, 0.030854525044560432, 0.04053039103746414, 0.37111347913742065, 0.6509351134300232, 0.3890984356403351, 0.4711187183856964, 0.18842585384845734, 0.012305568903684616, 0.32002925872802734, 0.5381285548210144, 1.0069270133972168, 0.17530390620231628, 0.8185940384864807, 298.977294921875, 0.10867242515087128, 0.03046884946525097, 0.05846463143825531, 0.2073071300983429, 0.27031436562538147, 0.2534472942352295, 0.2289574295282364], "count": [1273]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007855459544383347], "std": [0.028016582089751777], "count": [1273]}, "timestamp": {"min": [0.0], "max": [50.88], "mean": [25.439999999999998], "std": [14.69933331821549], "count": [1273]}, "frame_index": {"min": [0], "max": [1272], "mean": [636.0], "std": [367.48333295538725], "count": [1273]}, "episode_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [1273]}, "index": {"min": [303607], "max": [304879], "mean": [304243.0], "std": [367.48333295538725], "count": [1273]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1273]}}} +{"episode_index": 252, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47372793886857945]], [[0.4724254239596027]], [[0.4696039774195931]]], "std": [[[0.12160340532685066]], [[0.12081895841394195]], [[0.12277645314489]]], "count": [177]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47198400631439014]], [[0.47404555084745764]], [[0.4684755928972342]]], "std": [[[0.09380344166385786]], [[0.09283569749948316]], [[0.09769117907100837]]], "count": [177]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.4766748689117832]], [[0.476685736771168]], [[0.473689230918356]]], "std": [[[0.07303137780164674]], [[0.07439898655890584]], [[0.07863439157519031]]], "count": [177]}, "states": {"min": [0.25960028171539307, 2.013970375061035, -1.8751119375228882, -1.574845552444458, 0.638947606086731, 1.132195234298706, -2.721282482147217, 116.0, 0.01783199980854988, 0.29079100489616394, -0.28412899374961853, -0.45599207282066345, -0.6608126759529114, -0.4616495966911316, -0.6598711609840393, -0.8605346083641052, -2.057830572128296, 0.3619638681411743, -0.12908455729484558, -2.70623779296875, -1.6338725090026855, 1.0705500841140747, 260.0, -0.3076249957084656, 0.24794499576091766, -0.2960909903049469, -0.49954476952552795, -0.4727935492992401, -0.526625394821167, -0.6574600338935852], "max": [0.780005156993866, 2.037235736846924, -0.13152801990509033, -0.06979572027921677, 2.1303138732910156, 1.4390588998794556, -0.48464304208755493, 869.0, 0.30331000685691833, 0.4183419942855835, -0.07415600121021271, 0.48956307768821716, 0.9789128303527832, 0.40748104453086853, 0.669542133808136, 0.10979866236448288, -2.0289976596832275, 1.5769922733306885, 1.6478527784347534, -0.9738937616348267, -1.07610023021698, 2.840820074081421, 871.0, -0.07007099688053131, 0.3657200038433075, -0.14135600626468658, 0.5459783673286438, 0.8879161477088928, 0.47950029373168945, 0.7084252834320068], "mean": [0.49362853169441223, 2.020848035812378, -0.9893526434898376, -0.6906981468200684, 1.4672001600265503, 1.282926321029663, -1.9276676177978516, 626.05810546875, 0.1861625760793686, 0.3585779070854187, -0.17188864946365356, 0.02117455191910267, 0.378216952085495, -0.05444364622235298, -0.10109012573957443, -0.41428929567337036, -2.0431671142578125, 1.037213683128357, 0.41881924867630005, -1.7337346076965332, -1.3891351222991943, 2.2099204063415527, 594.7424926757812, -0.18314319849014282, 0.3052803575992584, -0.2167174220085144, -0.03642978146672249, 0.5510902404785156, 0.10081814229488373, 0.33839648962020874], "std": [0.10162512958049774, 0.005186140071600676, 0.4253615438938141, 0.5032536387443542, 0.46499407291412354, 0.10969322919845581, 0.7651140093803406, 234.66079711914062, 0.07532604783773422, 0.040330734103918076, 0.05555034801363945, 0.31153082847595215, 0.6505200266838074, 0.2646458148956299, 0.5030463337898254, 0.26470378041267395, 0.006935843266546726, 0.2726713716983795, 0.485005259513855, 0.5627164840698242, 0.16006234288215637, 0.5485197901725769, 243.8275909423828, 0.07530148327350616, 0.03612810745835304, 0.0341326966881752, 0.298935204744339, 0.4661555886268616, 0.2641725540161133, 0.44027775526046753], "count": [998]}, "actions": {"min": [0.25960028171539307, 2.013970375061035, -1.8751119375228882, -1.574845552444458, 0.638947606086731, 1.132195234298706, -2.721282482147217, 116.0, 0.01783199980854988, 0.29079100489616394, -0.28412899374961853, -0.45599207282066345, -0.6608126759529114, -0.4616495966911316, -0.6598711609840393, -0.8605346083641052, -2.057830572128296, 0.3619638681411743, -0.12908455729484558, -2.70623779296875, -1.6338725090026855, 1.0705500841140747, 260.0, -0.3076249957084656, 0.24794499576091766, -0.2960909903049469, -0.49954476952552795, -0.4727935492992401, -0.526625394821167, -0.6574600338935852], "max": [0.780005156993866, 2.037235736846924, -0.13152801990509033, -0.06979572027921677, 2.1303138732910156, 1.4390588998794556, -0.48464304208755493, 869.0, 0.30331000685691833, 0.4183419942855835, -0.07415600121021271, 0.48956307768821716, 0.9789128303527832, 0.40748104453086853, 0.669542133808136, 0.10979866236448288, -2.0289976596832275, 1.5769922733306885, 1.6478527784347534, -0.9738937616348267, -1.07610023021698, 2.840820074081421, 871.0, -0.07007099688053131, 0.3657200038433075, -0.14135600626468658, 0.5459783673286438, 0.8879161477088928, 0.47950029373168945, 0.7084252834320068], "mean": [0.49362853169441223, 2.020848035812378, -0.9893526434898376, -0.6906981468200684, 1.4672001600265503, 1.282926321029663, -1.9276676177978516, 626.05810546875, 0.1861625760793686, 0.3585779070854187, -0.17188864946365356, 0.02117455191910267, 0.378216952085495, -0.05444364622235298, -0.10109012573957443, -0.41428929567337036, -2.0431671142578125, 1.037213683128357, 0.41881924867630005, -1.7337346076965332, -1.3891351222991943, 2.2099204063415527, 594.7424926757812, -0.18314319849014282, 0.3052803575992584, -0.2167174220085144, -0.03642978146672249, 0.5510902404785156, 0.10081814229488373, 0.33839648962020874], "std": [0.10162512958049774, 0.005186140071600676, 0.4253615438938141, 0.5032536387443542, 0.46499407291412354, 0.10969322919845581, 0.7651140093803406, 234.66079711914062, 0.07532604783773422, 0.040330734103918076, 0.05555034801363945, 0.31153082847595215, 0.6505200266838074, 0.2646458148956299, 0.5030463337898254, 0.26470378041267395, 0.006935843266546726, 0.2726713716983795, 0.485005259513855, 0.5627164840698242, 0.16006234288215637, 0.5485197901725769, 243.8275909423828, 0.07530148327350616, 0.03612810745835304, 0.0341326966881752, 0.298935204744339, 0.4661555886268616, 0.2641725540161133, 0.44027775526046753], "count": [998]}, "next.done": {"min": [false], "max": [true], "mean": [0.001002004008016032], "std": [0.03163858397564518], "count": [998]}, "timestamp": {"min": [0.0], "max": [39.88], "mean": [19.939999999999998], "std": [11.52390558795064], "count": [998]}, "frame_index": {"min": [0], "max": [997], "mean": [498.5], "std": [288.097639698766], "count": [998]}, "episode_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [998]}, "index": {"min": [304880], "max": [305877], "mean": [305378.5], "std": [288.097639698766], "count": [998]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [998]}}} +{"episode_index": 253, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.46369396486127135]], [[0.46993767421184157]], [[0.46322367498878636]]], "std": [[[0.14576523552540097]], [[0.14162081684054736]], [[0.14420503466776455]]], "count": [204]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4684364817618224]], [[0.46885485350185824]], [[0.46458603762174805]]], "std": [[[0.08225887994750959]], [[0.0804930396199598]], [[0.08499165356948256]]], "count": [204]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.4730280791442394]], [[0.4735172279491862]], [[0.4701483564013841]]], "std": [[[0.07988977982190446]], [[0.07876366422575855]], [[0.08281692417665669]]], "count": [204]}, "states": {"min": [0.43701300024986267, 1.9766901731491089, -1.9951032400131226, -1.2627283334732056, -2.788285732269287, -1.5840260982513428, -0.1120501384139061, 4.0, -0.022234000265598297, 0.29827699065208435, -0.2913320064544678, -0.48775017261505127, -0.6341708898544312, -0.5288187265396118, -0.6481750011444092, -1.1123507022857666, -2.0536417961120605, 0.679020345211029, -0.11568041890859604, 0.4127005636692047, 0.8959997296333313, -2.642899990081787, 17.0, -0.3214460015296936, 0.31195199489593506, -0.2778269946575165, -0.4645552635192871, 0.3401804268360138, -0.0769532173871994, 0.0757007822394371], "max": [1.0465344190597534, 2.044792890548706, 0.17036157846450806, 0.2393370121717453, -0.11540117114782333, -0.8538500666618347, 2.6799182891845703, 905.0, 0.2678320109844208, 0.4454120099544525, -0.09834799915552139, 0.45118239521980286, 0.9968323707580566, 0.510650634765625, 0.7250751256942749, -0.3199014365673065, -1.8463315963745117, 1.7580353021621704, 1.214120864868164, 2.8127551078796387, 1.8802433013916016, -0.4645193815231323, 902.0, 0.01116700004786253, 0.45486998558044434, -0.0671669989824295, 0.10664064437150955, 0.984674334526062, 0.6266180872917175, 0.7879199981689453], "mean": [0.6589220762252808, 2.0300395488739014, -0.6684750318527222, -0.1669372171163559, -1.510561466217041, -1.1361976861953735, 0.7268933057785034, 609.1097412109375, 0.16528362035751343, 0.37861940264701843, -0.2160445898771286, -0.08080728352069855, 0.356086403131485, -0.05502014234662056, -0.11066383868455887, -0.7385696768760681, -2.0303497314453125, 1.0999574661254883, 0.46114540100097656, 1.6480886936187744, 1.2581462860107422, -1.4479084014892578, 558.020751953125, -0.15912456810474396, 0.3755323588848114, -0.18642134964466095, -0.1692216992378235, 0.7213097214698792, 0.3261798620223999, 0.3946273922920227], "std": [0.1498190462589264, 0.006311813369393349, 0.7675333023071289, 0.4530884623527527, 0.6106566786766052, 0.15808501839637756, 0.8906309604644775, 312.841552734375, 0.07216226309537888, 0.03732419013977051, 0.044020019471645355, 0.3489629924297333, 0.6019234657287598, 0.3656921088695526, 0.4833028316497803, 0.26852869987487793, 0.028190623968839645, 0.31639304757118225, 0.37374186515808105, 0.8814414143562317, 0.1982060968875885, 0.8013654351234436, 287.961181640625, 0.11339011043310165, 0.034192368388175964, 0.057061273604631424, 0.18801002204418182, 0.23235449194908142, 0.24195721745491028, 0.20266605913639069], "count": [1203]}, "actions": {"min": [0.43701300024986267, 1.9766901731491089, -1.9951032400131226, -1.2627283334732056, -2.788285732269287, -1.5840260982513428, -0.1120501384139061, 4.0, -0.022234000265598297, 0.29827699065208435, -0.2913320064544678, -0.48775017261505127, -0.6341708898544312, -0.5288187265396118, -0.6481750011444092, -1.1123507022857666, -2.0536417961120605, 0.679020345211029, -0.11568041890859604, 0.4127005636692047, 0.8959997296333313, -2.642899990081787, 17.0, -0.3214460015296936, 0.31195199489593506, -0.2778269946575165, -0.4645552635192871, 0.3401804268360138, -0.0769532173871994, 0.0757007822394371], "max": [1.0465344190597534, 2.044792890548706, 0.17036157846450806, 0.2393370121717453, -0.11540117114782333, -0.8538500666618347, 2.6799182891845703, 905.0, 0.2678320109844208, 0.4454120099544525, -0.09834799915552139, 0.45118239521980286, 0.9968323707580566, 0.510650634765625, 0.7250751256942749, -0.3199014365673065, -1.8463315963745117, 1.7580353021621704, 1.214120864868164, 2.8127551078796387, 1.8802433013916016, -0.4645193815231323, 902.0, 0.01116700004786253, 0.45486998558044434, -0.0671669989824295, 0.10664064437150955, 0.984674334526062, 0.6266180872917175, 0.7879199981689453], "mean": [0.6589220762252808, 2.0300395488739014, -0.6684750318527222, -0.1669372171163559, -1.510561466217041, -1.1361976861953735, 0.7268933057785034, 609.1097412109375, 0.16528362035751343, 0.37861940264701843, -0.2160445898771286, -0.08080728352069855, 0.356086403131485, -0.05502014234662056, -0.11066383868455887, -0.7385696768760681, -2.0303497314453125, 1.0999574661254883, 0.46114540100097656, 1.6480886936187744, 1.2581462860107422, -1.4479084014892578, 558.020751953125, -0.15912456810474396, 0.3755323588848114, -0.18642134964466095, -0.1692216992378235, 0.7213097214698792, 0.3261798620223999, 0.3946273922920227], "std": [0.1498190462589264, 0.006311813369393349, 0.7675333023071289, 0.4530884623527527, 0.6106566786766052, 0.15808501839637756, 0.8906309604644775, 312.841552734375, 0.07216226309537888, 0.03732419013977051, 0.044020019471645355, 0.3489629924297333, 0.6019234657287598, 0.3656921088695526, 0.4833028316497803, 0.26852869987487793, 0.028190623968839645, 0.31639304757118225, 0.37374186515808105, 0.8814414143562317, 0.1982060968875885, 0.8013654351234436, 287.961181640625, 0.11339011043310165, 0.034192368388175964, 0.057061273604631424, 0.18801002204418182, 0.23235449194908142, 0.24195721745491028, 0.20266605913639069], "count": [1203]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008312551953449709], "std": [0.028819510928278832], "count": [1203]}, "timestamp": {"min": [0.0], "max": [48.08], "mean": [24.04], "std": [13.891042677447459], "count": [1203]}, "frame_index": {"min": [0], "max": [1202], "mean": [601.0], "std": [347.27606693618645], "count": [1203]}, "episode_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [1203]}, "index": {"min": [305878], "max": [307080], "mean": [306479.0], "std": [347.27606693618645], "count": [1203]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1203]}}} +{"episode_index": 254, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.4722507991811066]], [[0.4769834529136267]], [[0.4726159536973704]]], "std": [[[0.10474181303365249]], [[0.105763953893027]], [[0.10670762997233202]]], "count": [344]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8549019607843137]], [[1.0]], [[1.0]]], "mean": [[[0.4728443609638623]], [[0.47458342714508284]], [[0.46908130688079497]]], "std": [[[0.06991131378987067]], [[0.07031064755989719]], [[0.07422115740910952]]], "count": [344]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47651294839641284]], [[0.4758543922898617]], [[0.4710511695593935]]], "std": [[[0.09136166004299787]], [[0.09399325140226174]], [[0.09981636465008203]]], "count": [344]}, "states": {"min": [0.4607669413089752, 1.8645875453948975, -2.2392923831939697, -1.602299451828003, -2.6500906944274902, -1.830431580543518, 0.3919486105442047, 0.0, -0.0717960000038147, 0.31878501176834106, -0.2616809904575348, -0.4950263798236847, -0.630317211151123, -0.5424937009811401, -0.6343269348144531, -0.6612878441810608, -2.0405168533325195, -0.2833891212940216, -0.18160150945186615, 0.6533814668655396, 1.175426959991455, -1.2265127897262573, 7.0, -0.3376480042934418, 0.253618985414505, -0.3000819981098175, -0.49997028708457947, -0.5411040782928467, -0.594817578792572, -0.5538266897201538], "max": [1.1780972480773926, 2.0631887912750244, 0.027698377147316933, 0.10904817283153534, -0.20694370567798615, 0.1907121241092682, 2.9156596660614014, 894.0, 0.3447839915752411, 0.5130749940872192, -0.07786600291728973, 0.5078286528587341, 0.9872094988822937, 0.741571307182312, 0.7122084498405457, -0.26654669642448425, -1.834567904472351, 0.7345218062400818, 0.6443057656288147, 2.7643048763275146, 1.6914509534835815, 0.012042772956192493, 880.0, -0.15602600574493408, 0.3540799915790558, -0.19144399464130402, 0.6214466094970703, 0.8701569437980652, 0.593763530254364, 0.6721165776252747], "mean": [0.7474623322486877, 2.0154683589935303, -0.6861591935157776, -0.3666685223579407, -1.7844427824020386, -1.0713235139846802, 1.2224223613739014, 346.8745422363281, 0.17962417006492615, 0.39392176270484924, -0.18826396763324738, 0.12167329341173172, 0.2530384063720703, 0.08979329466819763, -0.008050663396716118, -0.4506077170372009, -2.023811101913452, 0.24215103685855865, 0.08220824599266052, 1.5568419694900513, 1.4083844423294067, -0.5131969451904297, 395.54327392578125, -0.25767987966537476, 0.3067973256111145, -0.24018797278404236, 0.15955540537834167, 0.19341285526752472, -0.10182938724756241, 0.044635504484176636], "std": [0.16974595189094543, 0.027031362056732178, 0.5718189477920532, 0.36962875723838806, 0.47807028889656067, 0.3423747420310974, 0.6834611892700195, 279.370361328125, 0.1207590326666832, 0.043728407472372055, 0.04111986979842186, 0.2677839696407318, 0.6683177351951599, 0.38810741901397705, 0.49401941895484924, 0.09672649949789047, 0.026748307049274445, 0.30038487911224365, 0.23024585843086243, 0.7015376687049866, 0.13026650249958038, 0.3470351994037628, 247.45225524902344, 0.05356984958052635, 0.02217976562678814, 0.020078020170331, 0.38680654764175415, 0.5736455917358398, 0.4078136086463928, 0.5289340615272522], "count": [2415]}, "actions": {"min": [0.4607669413089752, 1.8645875453948975, -2.2392923831939697, -1.602299451828003, -2.6500906944274902, -1.830431580543518, 0.3919486105442047, 0.0, -0.0717960000038147, 0.31878501176834106, -0.2616809904575348, -0.4950263798236847, -0.630317211151123, -0.5424937009811401, -0.6343269348144531, -0.6612878441810608, -2.0405168533325195, -0.2833891212940216, -0.18160150945186615, 0.6533814668655396, 1.175426959991455, -1.2265127897262573, 7.0, -0.3376480042934418, 0.253618985414505, -0.3000819981098175, -0.49997028708457947, -0.5411040782928467, -0.594817578792572, -0.5538266897201538], "max": [1.1780972480773926, 2.0631887912750244, 0.027698377147316933, 0.10904817283153534, -0.20694370567798615, 0.1907121241092682, 2.9156596660614014, 894.0, 0.3447839915752411, 0.5130749940872192, -0.07786600291728973, 0.5078286528587341, 0.9872094988822937, 0.741571307182312, 0.7122084498405457, -0.26654669642448425, -1.834567904472351, 0.7345218062400818, 0.6443057656288147, 2.7643048763275146, 1.6914509534835815, 0.012042772956192493, 880.0, -0.15602600574493408, 0.3540799915790558, -0.19144399464130402, 0.6214466094970703, 0.8701569437980652, 0.593763530254364, 0.6721165776252747], "mean": [0.7474623322486877, 2.0154683589935303, -0.6861591935157776, -0.3666685223579407, -1.7844427824020386, -1.0713235139846802, 1.2224223613739014, 346.8745422363281, 0.17962417006492615, 0.39392176270484924, -0.18826396763324738, 0.12167329341173172, 0.2530384063720703, 0.08979329466819763, -0.008050663396716118, -0.4506077170372009, -2.023811101913452, 0.24215103685855865, 0.08220824599266052, 1.5568419694900513, 1.4083844423294067, -0.5131969451904297, 395.54327392578125, -0.25767987966537476, 0.3067973256111145, -0.24018797278404236, 0.15955540537834167, 0.19341285526752472, -0.10182938724756241, 0.044635504484176636], "std": [0.16974595189094543, 0.027031362056732178, 0.5718189477920532, 0.36962875723838806, 0.47807028889656067, 0.3423747420310974, 0.6834611892700195, 279.370361328125, 0.1207590326666832, 0.043728407472372055, 0.04111986979842186, 0.2677839696407318, 0.6683177351951599, 0.38810741901397705, 0.49401941895484924, 0.09672649949789047, 0.026748307049274445, 0.30038487911224365, 0.23024585843086243, 0.7015376687049866, 0.13026650249958038, 0.3470351994037628, 247.45225524902344, 0.05356984958052635, 0.02217976562678814, 0.020078020170331, 0.38680654764175415, 0.5736455917358398, 0.4078136086463928, 0.5289340615272522], "count": [2415]}, "next.done": {"min": [false], "max": [true], "mean": [0.00041407867494824016], "std": [0.02034470972511511], "count": [2415]}, "timestamp": {"min": [0.0], "max": [96.56], "mean": [48.28], "std": [27.88601561117448], "count": [2415]}, "frame_index": {"min": [0], "max": [2414], "mean": [1207.0], "std": [697.150390279362], "count": [2415]}, "episode_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [2415]}, "index": {"min": [307081], "max": [309495], "mean": [308288.0], "std": [697.150390279362], "count": [2415]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2415]}}} +{"episode_index": 255, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46040835228610966]], [[0.4677889396749691]], [[0.4611318570408644]]], "std": [[[0.1401454126949552]], [[0.13561985754835643]], [[0.13844869833569934]]], "count": [222]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[0.8470588235294118]], [[0.8431372549019608]]], "mean": [[[0.47090779106312197]], [[0.4711302644556321]], [[0.4649022211549785]]], "std": [[[0.08103531271047938]], [[0.08084638087755038]], [[0.08617341252718917]]], "count": [222]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8431372549019608]], [[1.0]], [[0.807843137254902]]], "mean": [[[0.47110645940057705]], [[0.4712503698551493]], [[0.4671362042189248]]], "std": [[[0.10864845480959634]], [[0.10713341576423076]], [[0.11095504195053622]]], "count": [222]}, "states": {"min": [0.3436553478240967, 1.9161795377731323, -1.9658865928649902, -1.583676815032959, -2.618500232696533, -1.6194212436676025, 0.35730382800102234, 21.0, -0.006597000174224377, 0.2928059995174408, -0.27312201261520386, -0.47960755228996277, -0.55804044008255, -0.5601925849914551, -0.5602062940597534, -1.073970913887024, -2.058685779571533, -0.3355221152305603, -0.2116386443376541, 0.5767964124679565, 0.6745872497558594, -2.988405466079712, 26.0, -0.3343620002269745, 0.27577200531959534, -0.28504499793052673, -0.47545331716537476, 0.316397488117218, -0.03417403623461723, 0.041463252156972885], "max": [0.8535881638526917, 2.0371832847595215, -1.0046114921569824, -0.14868460595607758, -0.2084970474243164, -0.3265685737133026, 2.4283814430236816, 884.0, 0.30230700969696045, 0.4366230070590973, -0.12240300327539444, 0.37549975514411926, 0.986838698387146, 0.6207391023635864, 0.510948896408081, -0.12437216192483902, -1.9424642324447632, 1.7335832118988037, 1.2670916318893433, 2.870159149169922, 1.6188627481460571, -0.2177472859621048, 904.0, 0.016124000772833824, 0.475722998380661, -0.0988679975271225, 0.08556359261274338, 0.9867687821388245, 0.619528591632843, 0.7169410586357117], "mean": [0.5124471783638, 2.0165460109710693, -1.2236676216125488, -0.46431678533554077, -1.176392674446106, -0.9468470215797424, 0.9928390383720398, 493.77587890625, 0.2103079855442047, 0.3661745488643646, -0.23317170143127441, 0.06681767106056213, 0.2469816654920578, 0.16224034130573273, -0.04291773587465286, -0.6313475370407104, -2.042539358139038, 0.8596163392066956, 0.3381674587726593, 1.70333731174469, 1.2898118495941162, -1.3386362791061401, 557.7640380859375, -0.16909635066986084, 0.34310993552207947, -0.21036122739315033, -0.2164420634508133, 0.6659506559371948, 0.39444276690483093, 0.41087716817855835], "std": [0.09083130210638046, 0.02023538202047348, 0.2158159613609314, 0.3532868027687073, 0.6688281893730164, 0.3074425160884857, 0.5215736627578735, 281.751220703125, 0.08764626830816269, 0.0355842225253582, 0.03529995307326317, 0.27847352623939514, 0.6730058193206787, 0.4076688885688782, 0.45792222023010254, 0.30699422955513, 0.011771994642913342, 0.6479820609092712, 0.47440868616104126, 0.7236486673355103, 0.16950207948684692, 1.0125778913497925, 337.46295166015625, 0.11247800290584564, 0.05079260095953941, 0.05799584463238716, 0.1986730843782425, 0.23701804876327515, 0.21422432363033295, 0.20908485352993011], "count": [1352]}, "actions": {"min": [0.3436553478240967, 1.9161795377731323, -1.9658865928649902, -1.583676815032959, -2.618500232696533, -1.6194212436676025, 0.35730382800102234, 21.0, -0.006597000174224377, 0.2928059995174408, -0.27312201261520386, -0.47960755228996277, -0.55804044008255, -0.5601925849914551, -0.5602062940597534, -1.073970913887024, -2.058685779571533, -0.3355221152305603, -0.2116386443376541, 0.5767964124679565, 0.6745872497558594, -2.988405466079712, 26.0, -0.3343620002269745, 0.27577200531959534, -0.28504499793052673, -0.47545331716537476, 0.316397488117218, -0.03417403623461723, 0.041463252156972885], "max": [0.8535881638526917, 2.0371832847595215, -1.0046114921569824, -0.14868460595607758, -0.2084970474243164, -0.3265685737133026, 2.4283814430236816, 884.0, 0.30230700969696045, 0.4366230070590973, -0.12240300327539444, 0.37549975514411926, 0.986838698387146, 0.6207391023635864, 0.510948896408081, -0.12437216192483902, -1.9424642324447632, 1.7335832118988037, 1.2670916318893433, 2.870159149169922, 1.6188627481460571, -0.2177472859621048, 904.0, 0.016124000772833824, 0.475722998380661, -0.0988679975271225, 0.08556359261274338, 0.9867687821388245, 0.619528591632843, 0.7169410586357117], "mean": [0.5124471783638, 2.0165460109710693, -1.2236676216125488, -0.46431678533554077, -1.176392674446106, -0.9468470215797424, 0.9928390383720398, 493.77587890625, 0.2103079855442047, 0.3661745488643646, -0.23317170143127441, 0.06681767106056213, 0.2469816654920578, 0.16224034130573273, -0.04291773587465286, -0.6313475370407104, -2.042539358139038, 0.8596163392066956, 0.3381674587726593, 1.70333731174469, 1.2898118495941162, -1.3386362791061401, 557.7640380859375, -0.16909635066986084, 0.34310993552207947, -0.21036122739315033, -0.2164420634508133, 0.6659506559371948, 0.39444276690483093, 0.41087716817855835], "std": [0.09083130210638046, 0.02023538202047348, 0.2158159613609314, 0.3532868027687073, 0.6688281893730164, 0.3074425160884857, 0.5215736627578735, 281.751220703125, 0.08764626830816269, 0.0355842225253582, 0.03529995307326317, 0.27847352623939514, 0.6730058193206787, 0.4076688885688782, 0.45792222023010254, 0.30699422955513, 0.011771994642913342, 0.6479820609092712, 0.47440868616104126, 0.7236486673355103, 0.16950207948684692, 1.0125778913497925, 337.46295166015625, 0.11247800290584564, 0.05079260095953941, 0.05799584463238716, 0.1986730843782425, 0.23701804876327515, 0.21422432363033295, 0.20908485352993011], "count": [1352]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007396449704142012], "std": [0.02718635495486554], "count": [1352]}, "timestamp": {"min": [0.0], "max": [54.04], "mean": [27.02], "std": [15.611547008544669], "count": [1352]}, "frame_index": {"min": [0], "max": [1351], "mean": [675.5], "std": [390.2886752136167], "count": [1352]}, "episode_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [1352]}, "index": {"min": [309496], "max": [310847], "mean": [310171.5], "std": [390.2886752136167], "count": [1352]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1352]}}} +{"episode_index": 256, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47295294230077356]], [[0.4758254126191761]], [[0.47263364120495294]]], "std": [[[0.1287167618774517]], [[0.13039296282730414]], [[0.13073499724078294]]], "count": [218]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6941176470588235]], [[1.0]], [[1.0]]], "mean": [[[0.48025044972117287]], [[0.4827642411704743]], [[0.47775761059393174]]], "std": [[[0.07310216035850117]], [[0.07165909077822723]], [[0.07576071439506997]]], "count": [218]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47156437009054386]], [[0.47233586863644544]], [[0.46812140504137434]]], "std": [[[0.09133129948632708]], [[0.09240227233738717]], [[0.09622633175626914]]], "count": [218]}, "states": {"min": [0.42149701714515686, 2.0134119987487793, 1.3422802686691284, -0.05600761994719505, -2.3992345333099365, 1.0706373453140259, -2.757969379425049, 84.0, 0.004120999947190285, 0.29673001170158386, -0.2800210118293762, -0.43612828850746155, -0.6193768382072449, -0.3990049958229065, -0.6343112587928772, -0.8360650539398193, -2.057394027709961, 0.6655289530754089, -0.053302355110645294, -2.9022905826568604, -1.636176347732544, 0.7039610743522644, 203.0, -0.3152939975261688, 0.25925201177597046, -0.29380300641059875, -0.49664002656936646, -0.3997293710708618, -0.5363529324531555, -0.5654292106628418], "max": [0.8363792300224304, 2.03676438331604, 2.6660428047180176, 1.0528000593185425, -1.1427369117736816, 1.4501941204071045, -1.3712702989578247, 834.0, 0.25773900747299194, 0.4118410050868988, -0.12364800274372101, 0.3981090784072876, 0.9537083506584167, 0.4106382131576538, 0.6201306581497192, 0.013316863216459751, -2.0189096927642822, 1.5880051851272583, 1.7267240285873413, -0.501764714717865, -0.7955036759376526, 2.8406805992126465, 829.0, -0.0520239993929863, 0.38732200860977173, -0.1070529967546463, 0.5079912543296814, 0.9570254683494568, 0.5535370707511902, 0.7325325608253479], "mean": [0.56601482629776, 2.0204758644104004, 2.208799123764038, 0.4584752917289734, -1.6153490543365479, 1.2440779209136963, -2.0992085933685303, 672.6168212890625, 0.1671992391347885, 0.3627847135066986, -0.19899217784404755, 0.002377632772549987, 0.4231124222278595, -0.010917151346802711, -0.18721053004264832, -0.4372023642063141, -2.0383524894714355, 1.1834629774093628, 0.7092778086662292, -1.5058798789978027, -1.4260098934173584, 1.7542158365249634, 572.8186645507812, -0.18143416941165924, 0.3234209418296814, -0.1894088238477707, -0.14377976953983307, 0.7334253191947937, 0.2601625621318817, 0.46599462628364563], "std": [0.096230149269104, 0.005771996919065714, 0.37004145979881287, 0.387006014585495, 0.3223109841346741, 0.0770721435546875, 0.49522915482521057, 256.8913269042969, 0.06931240856647491, 0.03239092603325844, 0.042423103004693985, 0.25315061211586, 0.6266438364982605, 0.2761402428150177, 0.5027745366096497, 0.18640977144241333, 0.006728996988385916, 0.25751566886901855, 0.4961080849170685, 0.7207955718040466, 0.14595787227153778, 0.7480862140655518, 200.33575439453125, 0.06952831149101257, 0.03555694967508316, 0.04534251242876053, 0.1628284454345703, 0.21040263772010803, 0.1821729987859726, 0.22936829924583435], "count": [1318]}, "actions": {"min": [0.42149701714515686, 2.0134119987487793, 1.3422802686691284, -0.05600761994719505, -2.3992345333099365, 1.0706373453140259, -2.757969379425049, 84.0, 0.004120999947190285, 0.29673001170158386, -0.2800210118293762, -0.43612828850746155, -0.6193768382072449, -0.3990049958229065, -0.6343112587928772, -0.8360650539398193, -2.057394027709961, 0.6655289530754089, -0.053302355110645294, -2.9022905826568604, -1.636176347732544, 0.7039610743522644, 203.0, -0.3152939975261688, 0.25925201177597046, -0.29380300641059875, -0.49664002656936646, -0.3997293710708618, -0.5363529324531555, -0.5654292106628418], "max": [0.8363792300224304, 2.03676438331604, 2.6660428047180176, 1.0528000593185425, -1.1427369117736816, 1.4501941204071045, -1.3712702989578247, 834.0, 0.25773900747299194, 0.4118410050868988, -0.12364800274372101, 0.3981090784072876, 0.9537083506584167, 0.4106382131576538, 0.6201306581497192, 0.013316863216459751, -2.0189096927642822, 1.5880051851272583, 1.7267240285873413, -0.501764714717865, -0.7955036759376526, 2.8406805992126465, 829.0, -0.0520239993929863, 0.38732200860977173, -0.1070529967546463, 0.5079912543296814, 0.9570254683494568, 0.5535370707511902, 0.7325325608253479], "mean": [0.56601482629776, 2.0204758644104004, 2.208799123764038, 0.4584752917289734, -1.6153490543365479, 1.2440779209136963, -2.0992085933685303, 672.6168212890625, 0.1671992391347885, 0.3627847135066986, -0.19899217784404755, 0.002377632772549987, 0.4231124222278595, -0.010917151346802711, -0.18721053004264832, -0.4372023642063141, -2.0383524894714355, 1.1834629774093628, 0.7092778086662292, -1.5058798789978027, -1.4260098934173584, 1.7542158365249634, 572.8186645507812, -0.18143416941165924, 0.3234209418296814, -0.1894088238477707, -0.14377976953983307, 0.7334253191947937, 0.2601625621318817, 0.46599462628364563], "std": [0.096230149269104, 0.005771996919065714, 0.37004145979881287, 0.387006014585495, 0.3223109841346741, 0.0770721435546875, 0.49522915482521057, 256.8913269042969, 0.06931240856647491, 0.03239092603325844, 0.042423103004693985, 0.25315061211586, 0.6266438364982605, 0.2761402428150177, 0.5027745366096497, 0.18640977144241333, 0.006728996988385916, 0.25751566886901855, 0.4961080849170685, 0.7207955718040466, 0.14595787227153778, 0.7480862140655518, 200.33575439453125, 0.06952831149101257, 0.03555694967508316, 0.04534251242876053, 0.1628284454345703, 0.21040263772010803, 0.1821729987859726, 0.22936829924583435], "count": [1318]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007587253414264037], "std": [0.02753451792355699], "count": [1318]}, "timestamp": {"min": [0.0], "max": [52.68], "mean": [26.339999999999996], "std": [15.218948715335104], "count": [1318]}, "frame_index": {"min": [0], "max": [1317], "mean": [658.5], "std": [380.4737178833776], "count": [1318]}, "episode_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [1318]}, "index": {"min": [310848], "max": [312165], "mean": [311506.5], "std": [380.4737178833776], "count": [1318]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1318]}}} +{"episode_index": 257, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4661039543860615]], [[0.47520456506572667]], [[0.4701789353381802]]], "std": [[[0.1455963368376356]], [[0.1450806399610215]], [[0.14589745965777576]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45889552696078434]], [[0.4659882339171624]], [[0.45984784644194754]]], "std": [[[0.09761206786808484]], [[0.09376923788286899]], [[0.09694048101357892]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4689500761915253]], [[0.46972597327788795]], [[0.4659234940699126]]], "std": [[[0.10755262115373297]], [[0.10470664110128729]], [[0.10683085509712141]]], "count": [178]}, "states": {"min": [0.37219148874282837, 1.9986813068389893, -0.8935562372207642, -0.41690677404403687, -2.2565884590148926, -1.6292474269866943, 0.13644984364509583, 1.0, 0.1203330010175705, 0.27146199345588684, -0.28348299860954285, -0.47234269976615906, -0.6044983863830566, -0.4436376988887787, -0.671536922454834, -0.7901105880737305, -2.062612771987915, 0.7664788365364075, -0.026075219735503197, 0.3191858232021332, 0.9090198874473572, -1.8271504640579224, 97.0, -0.3075940012931824, 0.2890639901161194, -0.2732299864292145, -0.38155415654182434, 0.5225207209587097, -0.007559047546237707, 0.31583380699157715], "max": [0.725620687007904, 2.0341289043426514, -0.24377013742923737, 0.13351768255233765, -0.9119345545768738, -1.075576663017273, 0.9635439515113831, 882.0, 0.2657549977302551, 0.3837290108203888, -0.18997099995613098, 0.44937604665756226, 0.8521889448165894, 0.4420517683029175, 0.6050146818161011, -0.22373376786708832, -1.6896531581878662, 1.7172120809555054, 1.25094735622406, 2.422988176345825, 1.5833454132080078, -0.41610395908355713, 847.0, -0.02948099933564663, 0.3968540132045746, -0.13055500388145447, 0.0121222585439682, 0.9448361396789551, 0.5239376425743103, 0.6633868217468262], "mean": [0.5529308915138245, 2.020977735519409, -0.5031917095184326, -0.11400417238473892, -1.613702416419983, -1.2586156129837036, 0.6043416261672974, 665.61376953125, 0.19973868131637573, 0.3445708751678467, -0.24015401303768158, -0.24035969376564026, 0.6457847952842712, -0.284179151058197, -0.5035732388496399, -0.5159696936607361, -2.027641534805298, 1.3482950925827026, 0.5271461606025696, 1.331243634223938, 1.2359540462493896, -1.1437604427337646, 484.43511962890625, -0.16078157722949982, 0.3452269732952118, -0.2149222046136856, -0.1684381514787674, 0.7612083554267883, 0.2553795278072357, 0.49838748574256897], "std": [0.07918032258749008, 0.005735774524509907, 0.20647132396697998, 0.16769640147686005, 0.4057217836380005, 0.13026486337184906, 0.3151894509792328, 306.2384338378906, 0.037187982350587845, 0.031371623277664185, 0.01839647814631462, 0.20525912940502167, 0.2637682259082794, 0.17371222376823425, 0.22127984464168549, 0.14947949349880219, 0.05166094750165939, 0.26306894421577454, 0.35600826144218445, 0.7534549832344055, 0.12422644346952438, 0.5363088846206665, 187.68362426757812, 0.07602871209383011, 0.0197977963835001, 0.034486185759305954, 0.13132451474666595, 0.14289245009422302, 0.1640298217535019, 0.11836546659469604], "count": [1002]}, "actions": {"min": [0.37219148874282837, 1.9986813068389893, -0.8935562372207642, -0.41690677404403687, -2.2565884590148926, -1.6292474269866943, 0.13644984364509583, 1.0, 0.1203330010175705, 0.27146199345588684, -0.28348299860954285, -0.47234269976615906, -0.6044983863830566, -0.4436376988887787, -0.671536922454834, -0.7901105880737305, -2.062612771987915, 0.7664788365364075, -0.026075219735503197, 0.3191858232021332, 0.9090198874473572, -1.8271504640579224, 97.0, -0.3075940012931824, 0.2890639901161194, -0.2732299864292145, -0.38155415654182434, 0.5225207209587097, -0.007559047546237707, 0.31583380699157715], "max": [0.725620687007904, 2.0341289043426514, -0.24377013742923737, 0.13351768255233765, -0.9119345545768738, -1.075576663017273, 0.9635439515113831, 882.0, 0.2657549977302551, 0.3837290108203888, -0.18997099995613098, 0.44937604665756226, 0.8521889448165894, 0.4420517683029175, 0.6050146818161011, -0.22373376786708832, -1.6896531581878662, 1.7172120809555054, 1.25094735622406, 2.422988176345825, 1.5833454132080078, -0.41610395908355713, 847.0, -0.02948099933564663, 0.3968540132045746, -0.13055500388145447, 0.0121222585439682, 0.9448361396789551, 0.5239376425743103, 0.6633868217468262], "mean": [0.5529308915138245, 2.020977735519409, -0.5031917095184326, -0.11400417238473892, -1.613702416419983, -1.2586156129837036, 0.6043416261672974, 665.61376953125, 0.19973868131637573, 0.3445708751678467, -0.24015401303768158, -0.24035969376564026, 0.6457847952842712, -0.284179151058197, -0.5035732388496399, -0.5159696936607361, -2.027641534805298, 1.3482950925827026, 0.5271461606025696, 1.331243634223938, 1.2359540462493896, -1.1437604427337646, 484.43511962890625, -0.16078157722949982, 0.3452269732952118, -0.2149222046136856, -0.1684381514787674, 0.7612083554267883, 0.2553795278072357, 0.49838748574256897], "std": [0.07918032258749008, 0.005735774524509907, 0.20647132396697998, 0.16769640147686005, 0.4057217836380005, 0.13026486337184906, 0.3151894509792328, 306.2384338378906, 0.037187982350587845, 0.031371623277664185, 0.01839647814631462, 0.20525912940502167, 0.2637682259082794, 0.17371222376823425, 0.22127984464168549, 0.14947949349880219, 0.05166094750165939, 0.26306894421577454, 0.35600826144218445, 0.7534549832344055, 0.12422644346952438, 0.5363088846206665, 187.68362426757812, 0.07602871209383011, 0.0197977963835001, 0.034486185759305954, 0.13132451474666595, 0.14289245009422302, 0.1640298217535019, 0.11836546659469604], "count": [1002]}, "next.done": {"min": [false], "max": [true], "mean": [0.000998003992015968], "std": [0.03157543317276721], "count": [1002]}, "timestamp": {"min": [0.0], "max": [40.04], "mean": [20.02], "std": [11.570093632579932], "count": [1002]}, "frame_index": {"min": [0], "max": [1001], "mean": [500.5], "std": [289.25234081449827], "count": [1002]}, "episode_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [1002]}, "index": {"min": [312166], "max": [313167], "mean": [312666.5], "std": [289.25234081449827], "count": [1002]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1002]}}} +{"episode_index": 258, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4658854436650139]], [[0.47203520936631355]], [[0.4648665999924874]]], "std": [[[0.14175749724467682]], [[0.13830752664600549]], [[0.14026896268675465]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7647058823529411]], [[0.7490196078431373]], [[0.7294117647058823]]], "mean": [[[0.4723615078694313]], [[0.474173087577943]], [[0.4703126244271655]]], "std": [[[0.07045689304238788]], [[0.0701928090532284]], [[0.07510650058609018]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4697571756911577]], [[0.4703519633667643]], [[0.46702417643302535]]], "std": [[[0.10631403437369136]], [[0.10462465862732717]], [[0.1075768424958132]]], "count": [174]}, "states": {"min": [0.3910410702228546, 1.923754334449768, -2.014930248260498, -1.5197279453277588, -2.5560522079467773, -1.519518494606018, 0.5260946154594421, 18.0, -0.021448999643325806, 0.3385219871997833, -0.2718850076198578, -0.3613814413547516, 0.5977070927619934, -0.49832502007484436, -0.614858865737915, -0.8661720156669617, -2.055544137954712, 1.1217405796051025, -0.022375119850039482, -0.44799110293388367, 0.3525390625, -2.525770664215088, 39.0, -0.33337700366973877, 0.29113900661468506, -0.29115599393844604, -0.49753329157829285, -0.41613271832466125, -0.5615366697311401, -0.5796815752983093], "max": [0.9373465776443481, 2.0432395935058594, -1.2162851095199585, -0.23753930628299713, -0.3678630292415619, -0.6018942594528198, 2.4538981914520264, 896.0, 0.24332599341869354, 0.42138200998306274, -0.1017640009522438, -0.018061455339193344, 0.967219352722168, 0.08769689500331879, -0.17751124501228333, -0.08529424667358398, -1.785157561302185, 1.6965299844741821, 1.563710331916809, 2.679429531097412, 1.453143835067749, -0.2070484161376953, 894.0, -0.023976000025868416, 0.45719200372695923, -0.06804099678993225, 0.5481089353561401, 0.9824540615081787, 0.5998721718788147, 0.6916648745536804], "mean": [0.5876256823539734, 2.024674654006958, -1.4642835855484009, -0.6467141509056091, -1.4954711198806763, -0.9295617938041687, 1.4834537506103516, 551.7305297851562, 0.13903775811195374, 0.3870192766189575, -0.21069715917110443, -0.17193374037742615, 0.7877683043479919, -0.3082349896430969, -0.43164587020874023, -0.5087419748306274, -2.032761573791504, 1.4820568561553955, 0.39433833956718445, 0.7340409755706787, 1.2464791536331177, -1.049734115600586, 533.8504028320312, -0.21402469277381897, 0.3519880175590515, -0.20023705065250397, -0.2868545353412628, 0.5695950984954834, 0.3622397780418396, 0.47115927934646606], "std": [0.13833512365818024, 0.013404261320829391, 0.20149588584899902, 0.3301444351673126, 0.6183232665061951, 0.22705362737178802, 0.5747798085212708, 275.67578125, 0.07069870829582214, 0.025388889014720917, 0.03793324530124664, 0.10291864722967148, 0.11848210543394089, 0.17231866717338562, 0.11920260637998581, 0.21019475162029266, 0.035269562155008316, 0.17357662320137024, 0.45320257544517517, 1.1443027257919312, 0.1855202168226242, 0.7937102317810059, 263.9256286621094, 0.0922153890132904, 0.037163540720939636, 0.048660825937986374, 0.20704567432403564, 0.29166528582572937, 0.22617095708847046, 0.2469349354505539], "count": [976]}, "actions": {"min": [0.3910410702228546, 1.923754334449768, -2.014930248260498, -1.5197279453277588, -2.5560522079467773, -1.519518494606018, 0.5260946154594421, 18.0, -0.021448999643325806, 0.3385219871997833, -0.2718850076198578, -0.3613814413547516, 0.5977070927619934, -0.49832502007484436, -0.614858865737915, -0.8661720156669617, -2.055544137954712, 1.1217405796051025, -0.022375119850039482, -0.44799110293388367, 0.3525390625, -2.525770664215088, 39.0, -0.33337700366973877, 0.29113900661468506, -0.29115599393844604, -0.49753329157829285, -0.41613271832466125, -0.5615366697311401, -0.5796815752983093], "max": [0.9373465776443481, 2.0432395935058594, -1.2162851095199585, -0.23753930628299713, -0.3678630292415619, -0.6018942594528198, 2.4538981914520264, 896.0, 0.24332599341869354, 0.42138200998306274, -0.1017640009522438, -0.018061455339193344, 0.967219352722168, 0.08769689500331879, -0.17751124501228333, -0.08529424667358398, -1.785157561302185, 1.6965299844741821, 1.563710331916809, 2.679429531097412, 1.453143835067749, -0.2070484161376953, 894.0, -0.023976000025868416, 0.45719200372695923, -0.06804099678993225, 0.5481089353561401, 0.9824540615081787, 0.5998721718788147, 0.6916648745536804], "mean": [0.5876256823539734, 2.024674654006958, -1.4642835855484009, -0.6467141509056091, -1.4954711198806763, -0.9295617938041687, 1.4834537506103516, 551.7305297851562, 0.13903775811195374, 0.3870192766189575, -0.21069715917110443, -0.17193374037742615, 0.7877683043479919, -0.3082349896430969, -0.43164587020874023, -0.5087419748306274, -2.032761573791504, 1.4820568561553955, 0.39433833956718445, 0.7340409755706787, 1.2464791536331177, -1.049734115600586, 533.8504028320312, -0.21402469277381897, 0.3519880175590515, -0.20023705065250397, -0.2868545353412628, 0.5695950984954834, 0.3622397780418396, 0.47115927934646606], "std": [0.13833512365818024, 0.013404261320829391, 0.20149588584899902, 0.3301444351673126, 0.6183232665061951, 0.22705362737178802, 0.5747798085212708, 275.67578125, 0.07069870829582214, 0.025388889014720917, 0.03793324530124664, 0.10291864722967148, 0.11848210543394089, 0.17231866717338562, 0.11920260637998581, 0.21019475162029266, 0.035269562155008316, 0.17357662320137024, 0.45320257544517517, 1.1443027257919312, 0.1855202168226242, 0.7937102317810059, 263.9256286621094, 0.0922153890132904, 0.037163540720939636, 0.048660825937986374, 0.20704567432403564, 0.29166528582572937, 0.22617095708847046, 0.2469349354505539], "count": [976]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010245901639344263], "std": [0.03199281761474589], "count": [976]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.269871339105872], "count": [976]}, "frame_index": {"min": [0], "max": [975], "mean": [487.5], "std": [281.74678347764683], "count": [976]}, "episode_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [976]}, "index": {"min": [313168], "max": [314143], "mean": [313655.5], "std": [281.74678347764683], "count": [976]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [976]}}} +{"episode_index": 259, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4801600974692203]], [[0.4848331480848153]], [[0.4807002572104423]]], "std": [[[0.1290701590835217]], [[0.12993268126058652]], [[0.12947500560886424]]], "count": [172]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4835410277967776]], [[0.4869322406045752]], [[0.4820568617951056]]], "std": [[[0.07802286974375208]], [[0.07504330215439482]], [[0.07742333817750024]]], "count": [172]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4755293405152759]], [[0.474991923877109]], [[0.4695562478625171]]], "std": [[[0.11228362694679571]], [[0.11350814637629689]], [[0.11694850095281234]]], "count": [172]}, "states": {"min": [0.4948357343673706, 2.0108463764190674, 0.1624203324317932, -0.2903006076812744, -2.8966705799102783, -1.463022232055664, 0.34206709265708923, 3.0, 0.030386000871658325, 0.3106209933757782, -0.2830280065536499, -0.34111523628234863, -0.6370069980621338, -0.3914472460746765, -0.6477079391479492, -0.814998984336853, -2.0448453426361084, -2.212885618209839, -1.1551287174224854, 0.6686182022094727, -1.3790196180343628, 1.2936207056045532, 25.0, -0.2685050070285797, 0.3218519985675812, -0.26136401295661926, -0.28950849175453186, 0.5658659338951111, -0.08024768531322479, 0.3534756302833557], "max": [0.9760579466819763, 2.037078619003296, 0.932703971862793, 0.2636145353317261, -1.8298207521438599, -0.463664174079895, 1.1044094562530518, 890.0, 0.20714299380779266, 0.41796499490737915, -0.1939229965209961, 0.4010560214519501, 0.8683831095695496, 0.4305216670036316, 0.6520646810531616, -0.2523048222064972, -1.9053585529327393, -1.762992024421692, -0.1564338654279709, 2.1388137340545654, -0.9162629842758179, 2.353140354156494, 877.0, -0.09516800194978714, 0.4117699861526489, -0.13836899399757385, -0.07312242686748505, 0.922956645488739, 0.4745754897594452, 0.6496925354003906], "mean": [0.793499231338501, 2.0215349197387695, 0.4045133888721466, 0.012849628925323486, -2.8000693321228027, -1.0475099086761475, 0.8298391103744507, 454.603759765625, 0.11449693143367767, 0.3762930631637573, -0.23713183403015137, -0.11746563762426376, 0.6987355947494507, -0.21389102935791016, -0.46239152550697327, -0.5627729892730713, -2.01849102973938, -2.053361415863037, -0.4442346394062042, 1.4435019493103027, -1.0714527368545532, 1.9194763898849487, 506.31805419921875, -0.1825447380542755, 0.3843594789505005, -0.21677416563034058, -0.1733057051897049, 0.7210305333137512, 0.3468784987926483, 0.5192830562591553], "std": [0.12482945621013641, 0.005594049580395222, 0.1956305205821991, 0.13726811110973358, 0.17432448267936707, 0.21550007164478302, 0.13548335433006287, 288.39202880859375, 0.06042272225022316, 0.021183419972658157, 0.01814105175435543, 0.1400660127401352, 0.3313088119029999, 0.17669683694839478, 0.27894288301467896, 0.13359858095645905, 0.02772236056625843, 0.11733482778072357, 0.23266176879405975, 0.48529258370399475, 0.10993747413158417, 0.254634290933609, 287.5278015136719, 0.043883249163627625, 0.01854540966451168, 0.02424759790301323, 0.06442024558782578, 0.12379427999258041, 0.17827028036117554, 0.09405161440372467], "count": [959]}, "actions": {"min": [0.4948357343673706, 2.0108463764190674, 0.1624203324317932, -0.2903006076812744, -2.8966705799102783, -1.463022232055664, 0.34206709265708923, 3.0, 0.030386000871658325, 0.3106209933757782, -0.2830280065536499, -0.34111523628234863, -0.6370069980621338, -0.3914472460746765, -0.6477079391479492, -0.814998984336853, -2.0448453426361084, -2.212885618209839, -1.1551287174224854, 0.6686182022094727, -1.3790196180343628, 1.2936207056045532, 25.0, -0.2685050070285797, 0.3218519985675812, -0.26136401295661926, -0.28950849175453186, 0.5658659338951111, -0.08024768531322479, 0.3534756302833557], "max": [0.9760579466819763, 2.037078619003296, 0.932703971862793, 0.2636145353317261, -1.8298207521438599, -0.463664174079895, 1.1044094562530518, 890.0, 0.20714299380779266, 0.41796499490737915, -0.1939229965209961, 0.4010560214519501, 0.8683831095695496, 0.4305216670036316, 0.6520646810531616, -0.2523048222064972, -1.9053585529327393, -1.762992024421692, -0.1564338654279709, 2.1388137340545654, -0.9162629842758179, 2.353140354156494, 877.0, -0.09516800194978714, 0.4117699861526489, -0.13836899399757385, -0.07312242686748505, 0.922956645488739, 0.4745754897594452, 0.6496925354003906], "mean": [0.793499231338501, 2.0215349197387695, 0.4045133888721466, 0.012849628925323486, -2.8000693321228027, -1.0475099086761475, 0.8298391103744507, 454.603759765625, 0.11449693143367767, 0.3762930631637573, -0.23713183403015137, -0.11746563762426376, 0.6987355947494507, -0.21389102935791016, -0.46239152550697327, -0.5627729892730713, -2.01849102973938, -2.053361415863037, -0.4442346394062042, 1.4435019493103027, -1.0714527368545532, 1.9194763898849487, 506.31805419921875, -0.1825447380542755, 0.3843594789505005, -0.21677416563034058, -0.1733057051897049, 0.7210305333137512, 0.3468784987926483, 0.5192830562591553], "std": [0.12482945621013641, 0.005594049580395222, 0.1956305205821991, 0.13726811110973358, 0.17432448267936707, 0.21550007164478302, 0.13548335433006287, 288.39202880859375, 0.06042272225022316, 0.021183419972658157, 0.01814105175435543, 0.1400660127401352, 0.3313088119029999, 0.17669683694839478, 0.27894288301467896, 0.13359858095645905, 0.02772236056625843, 0.11733482778072357, 0.23266176879405975, 0.48529258370399475, 0.10993747413158417, 0.254634290933609, 287.5278015136719, 0.043883249163627625, 0.01854540966451168, 0.02424759790301323, 0.06442024558782578, 0.12379427999258041, 0.17827028036117554, 0.09405161440372467], "count": [959]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010427528675703858], "std": [0.03227484367162078], "count": [959]}, "timestamp": {"min": [0.0], "max": [38.32], "mean": [19.159999999999997], "std": [11.073572142718897], "count": [959]}, "frame_index": {"min": [0], "max": [958], "mean": [479.0], "std": [276.8393035679724], "count": [959]}, "episode_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [959]}, "index": {"min": [314144], "max": [315102], "mean": [314623.0], "std": [276.8393035679724], "count": [959]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [959]}}} +{"episode_index": 260, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.47579881876361657]], [[0.4813455621368918]], [[0.47705870892338414]]], "std": [[[0.127866227987755]], [[0.12947816212061114]], [[0.1292117616622284]]], "count": [180]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.6705882352941176]], [[0.6666666666666666]]], "mean": [[[0.46728401870007263]], [[0.47056291984386345]], [[0.46624529774872914]]], "std": [[[0.08874475098279726]], [[0.08410099120594976]], [[0.0854816947135833]]], "count": [180]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4749876702069717]], [[0.47622918255265073]], [[0.472271875]]], "std": [[[0.11025399424174905]], [[0.10994278934382969]], [[0.11268945563744628]]], "count": [180]}, "states": {"min": [0.5586275458335876, 1.8480769395828247, 0.11782718449831009, -0.22874285280704498, -2.896216869354248, -1.5407767295837402, 0.23026129603385925, 10.0, 0.016423000022768974, 0.30538100004196167, -0.2750200033187866, -0.4333219528198242, -0.6292652487754822, -0.4124080538749695, -0.6346892714500427, -0.8590161800384521, -2.054060697555542, 0.6354918479919434, -0.0653800368309021, 0.5122890472412109, 0.890379786491394, -1.9022518396377563, 9.0, -0.27508899569511414, 0.3621959984302521, -0.2565250098705292, -0.40791425108909607, 0.5013282299041748, -0.11292396485805511, 0.21745678782463074], "max": [1.0092716217041016, 2.0325582027435303, 1.0710736513137817, 0.26541221141815186, -2.6460587978363037, -0.7204893231391907, 0.8968724012374878, 890.0, 0.2430579960346222, 0.4199160039424896, -0.19825699925422668, 0.37788480520248413, 0.8799471855163574, 0.43688303232192993, 0.6336745023727417, -0.28824111819267273, -1.8429979085922241, 1.4953110218048096, 1.2522214651107788, 2.7189087867736816, 1.555681824684143, -0.35042721033096313, 870.0, -0.05755599960684776, 0.4274519979953766, -0.11955200135707855, -0.09123752266168594, 0.9485936164855957, 0.511999785900116, 0.7217016816139221], "mean": [0.7736689448356628, 2.0018272399902344, 0.5474441647529602, 0.08133750408887863, -2.8665764331817627, -0.9930661916732788, 0.7236644625663757, 602.74853515625, 0.11596076935529709, 0.38301733136177063, -0.23371019959449768, -0.18444618582725525, 0.7369412183761597, -0.23933300375938416, -0.5182056427001953, -0.6146917343139648, -2.037111282348633, 1.1112138032913208, 0.4355946481227875, 1.3911097049713135, 1.0986040830612183, -1.0324198007583618, 600.3121337890625, -0.17993518710136414, 0.38872355222702026, -0.21052516996860504, -0.24687975645065308, 0.7412226796150208, 0.30612847208976746, 0.45816001296043396], "std": [0.12376408278942108, 0.028852084651589394, 0.2531600892543793, 0.11938021332025528, 0.048268649727106094, 0.17798513174057007, 0.11209686845541, 267.7352294921875, 0.06463436782360077, 0.02520274929702282, 0.017499523237347603, 0.0969410240650177, 0.19754065573215485, 0.1484944075345993, 0.1631229817867279, 0.1297452747821808, 0.025602223351597786, 0.1877416968345642, 0.40625590085983276, 0.7710193395614624, 0.15936122834682465, 0.5312058925628662, 270.6995849609375, 0.06073617935180664, 0.013652032241225243, 0.03928152844309807, 0.11286284029483795, 0.13867013156414032, 0.19700339436531067, 0.12343533337116241], "count": [1022]}, "actions": {"min": [0.5586275458335876, 1.8480769395828247, 0.11782718449831009, -0.22874285280704498, -2.896216869354248, -1.5407767295837402, 0.23026129603385925, 10.0, 0.016423000022768974, 0.30538100004196167, -0.2750200033187866, -0.4333219528198242, -0.6292652487754822, -0.4124080538749695, -0.6346892714500427, -0.8590161800384521, -2.054060697555542, 0.6354918479919434, -0.0653800368309021, 0.5122890472412109, 0.890379786491394, -1.9022518396377563, 9.0, -0.27508899569511414, 0.3621959984302521, -0.2565250098705292, -0.40791425108909607, 0.5013282299041748, -0.11292396485805511, 0.21745678782463074], "max": [1.0092716217041016, 2.0325582027435303, 1.0710736513137817, 0.26541221141815186, -2.6460587978363037, -0.7204893231391907, 0.8968724012374878, 890.0, 0.2430579960346222, 0.4199160039424896, -0.19825699925422668, 0.37788480520248413, 0.8799471855163574, 0.43688303232192993, 0.6336745023727417, -0.28824111819267273, -1.8429979085922241, 1.4953110218048096, 1.2522214651107788, 2.7189087867736816, 1.555681824684143, -0.35042721033096313, 870.0, -0.05755599960684776, 0.4274519979953766, -0.11955200135707855, -0.09123752266168594, 0.9485936164855957, 0.511999785900116, 0.7217016816139221], "mean": [0.7736689448356628, 2.0018272399902344, 0.5474441647529602, 0.08133750408887863, -2.8665764331817627, -0.9930661916732788, 0.7236644625663757, 602.74853515625, 0.11596076935529709, 0.38301733136177063, -0.23371019959449768, -0.18444618582725525, 0.7369412183761597, -0.23933300375938416, -0.5182056427001953, -0.6146917343139648, -2.037111282348633, 1.1112138032913208, 0.4355946481227875, 1.3911097049713135, 1.0986040830612183, -1.0324198007583618, 600.3121337890625, -0.17993518710136414, 0.38872355222702026, -0.21052516996860504, -0.24687975645065308, 0.7412226796150208, 0.30612847208976746, 0.45816001296043396], "std": [0.12376408278942108, 0.028852084651589394, 0.2531600892543793, 0.11938021332025528, 0.048268649727106094, 0.17798513174057007, 0.11209686845541, 267.7352294921875, 0.06463436782360077, 0.02520274929702282, 0.017499523237347603, 0.0969410240650177, 0.19754065573215485, 0.1484944075345993, 0.1631229817867279, 0.1297452747821808, 0.025602223351597786, 0.1877416968345642, 0.40625590085983276, 0.7710193395614624, 0.15936122834682465, 0.5312058925628662, 270.6995849609375, 0.06073617935180664, 0.013652032241225243, 0.03928152844309807, 0.11286284029483795, 0.13867013156414032, 0.19700339436531067, 0.12343533337116241], "count": [1022]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009784735812133072], "std": [0.03126525500718289], "count": [1022]}, "timestamp": {"min": [0.0], "max": [40.84], "mean": [20.419999999999998], "std": [11.801033853014744], "count": [1022]}, "frame_index": {"min": [0], "max": [1021], "mean": [510.5], "std": [295.0258463253686], "count": [1022]}, "episode_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [1022]}, "index": {"min": [315103], "max": [316124], "mean": [315613.5], "std": [295.0258463253686], "count": [1022]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1022]}}} +{"episode_index": 261, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4767341850681083]], [[0.47946762186182884]], [[0.4777034829118564]]], "std": [[[0.13611365906203335]], [[0.13686416055395245]], [[0.1369820894044932]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.47562725245861587]], [[0.4781306760048256]], [[0.47163394779640827]]], "std": [[[0.1231932404903708]], [[0.12155881936969673]], [[0.12681184756708533]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739681782954615]], [[0.47408560583501314]], [[0.4701911507009346]]], "std": [[[0.12488511336177759]], [[0.12590841265681466]], [[0.1282117807782412]]], "count": [214]}, "states": {"min": [0.4616396129131317, 2.013918161392212, 0.193522110581398, -0.11817625164985657, -2.897089719772339, -1.401831030845642, 0.25940829515457153, 53.0, 0.031039999797940254, 0.2946949899196625, -0.2888840138912201, -0.4211879074573517, -0.6471004486083984, -0.39101818203926086, -0.64771568775177, -0.7813490033149719, -2.055142641067505, -2.1833198070526123, -1.142213225364685, 0.627288818359375, -1.4754490852355957, 1.5402530431747437, 60.0, -0.22127200663089752, 0.3082830011844635, -0.25297099351882935, -0.3343135118484497, 0.6290699243545532, -0.04392251744866371, 0.36001062393188477], "max": [0.9341177344322205, 2.0403597354888916, 0.9661619663238525, 0.31494468450546265, -2.5536611080169678, -0.6736273169517517, 0.7578569054603577, 892.0, 0.21196000277996063, 0.39551201462745667, -0.20139899849891663, 0.42700883746147156, 0.8716937303543091, 0.3887878358364105, 0.6519938707351685, -0.10892599821090698, -1.962867021560669, -1.654101014137268, -0.23767894506454468, 2.1858503818511963, -0.9167865514755249, 2.5294010639190674, 908.0, -0.10281500220298767, 0.39743199944496155, -0.13283400237560272, 0.011529087089002132, 0.9261626601219177, 0.3938189148902893, 0.631959080696106], "mean": [0.7285681366920471, 2.025644540786743, 0.5123598575592041, 0.11566580832004547, -2.7940053939819336, -1.0218771696090698, 0.6402084231376648, 487.39501953125, 0.10444406419992447, 0.36736705899238586, -0.23834319412708282, -0.13449104130268097, 0.6007239818572998, -0.1581234186887741, -0.41159218549728394, -0.526832103729248, -2.017585277557373, -2.0034260749816895, -0.4826889932155609, 1.5549038648605347, -1.1343481540679932, 2.019467830657959, 411.34991455078125, -0.16777490079402924, 0.3607846796512604, -0.22685350477695465, -0.15364187955856323, 0.7885933518409729, 0.25716617703437805, 0.5017008185386658], "std": [0.12662732601165771, 0.005251519847661257, 0.1635715216398239, 0.13796259462833405, 0.11609217524528503, 0.25086838006973267, 0.10002385824918747, 337.0331115722656, 0.05869442969560623, 0.017447497695684433, 0.01933717168867588, 0.17134727537631989, 0.45341843366622925, 0.20402918756008148, 0.38737061619758606, 0.16117101907730103, 0.016935791820287704, 0.17915813624858856, 0.19944104552268982, 0.47843241691589355, 0.13792580366134644, 0.2710493505001068, 298.3023986816406, 0.03299005329608917, 0.025553753599524498, 0.024590764194726944, 0.09914356470108032, 0.07912026345729828, 0.12907417118549347, 0.06266924738883972], "count": [1286]}, "actions": {"min": [0.4616396129131317, 2.013918161392212, 0.193522110581398, -0.11817625164985657, -2.897089719772339, -1.401831030845642, 0.25940829515457153, 53.0, 0.031039999797940254, 0.2946949899196625, -0.2888840138912201, -0.4211879074573517, -0.6471004486083984, -0.39101818203926086, -0.64771568775177, -0.7813490033149719, -2.055142641067505, -2.1833198070526123, -1.142213225364685, 0.627288818359375, -1.4754490852355957, 1.5402530431747437, 60.0, -0.22127200663089752, 0.3082830011844635, -0.25297099351882935, -0.3343135118484497, 0.6290699243545532, -0.04392251744866371, 0.36001062393188477], "max": [0.9341177344322205, 2.0403597354888916, 0.9661619663238525, 0.31494468450546265, -2.5536611080169678, -0.6736273169517517, 0.7578569054603577, 892.0, 0.21196000277996063, 0.39551201462745667, -0.20139899849891663, 0.42700883746147156, 0.8716937303543091, 0.3887878358364105, 0.6519938707351685, -0.10892599821090698, -1.962867021560669, -1.654101014137268, -0.23767894506454468, 2.1858503818511963, -0.9167865514755249, 2.5294010639190674, 908.0, -0.10281500220298767, 0.39743199944496155, -0.13283400237560272, 0.011529087089002132, 0.9261626601219177, 0.3938189148902893, 0.631959080696106], "mean": [0.7285681366920471, 2.025644540786743, 0.5123598575592041, 0.11566580832004547, -2.7940053939819336, -1.0218771696090698, 0.6402084231376648, 487.39501953125, 0.10444406419992447, 0.36736705899238586, -0.23834319412708282, -0.13449104130268097, 0.6007239818572998, -0.1581234186887741, -0.41159218549728394, -0.526832103729248, -2.017585277557373, -2.0034260749816895, -0.4826889932155609, 1.5549038648605347, -1.1343481540679932, 2.019467830657959, 411.34991455078125, -0.16777490079402924, 0.3607846796512604, -0.22685350477695465, -0.15364187955856323, 0.7885933518409729, 0.25716617703437805, 0.5017008185386658], "std": [0.12662732601165771, 0.005251519847661257, 0.1635715216398239, 0.13796259462833405, 0.11609217524528503, 0.25086838006973267, 0.10002385824918747, 337.0331115722656, 0.05869442969560623, 0.017447497695684433, 0.01933717168867588, 0.17134727537631989, 0.45341843366622925, 0.20402918756008148, 0.38737061619758606, 0.16117101907730103, 0.016935791820287704, 0.17915813624858856, 0.19944104552268982, 0.47843241691589355, 0.13792580366134644, 0.2710493505001068, 298.3023986816406, 0.03299005329608917, 0.025553753599524498, 0.024590764194726944, 0.09914356470108032, 0.07912026345729828, 0.12907417118549347, 0.06266924738883972], "count": [1286]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007776049766718507], "std": [0.027874725239401116], "count": [1286]}, "timestamp": {"min": [0.0], "max": [51.4], "mean": [25.7], "std": [14.84944443405207], "count": [1286]}, "frame_index": {"min": [0], "max": [1285], "mean": [642.5], "std": [371.23611085130176], "count": [1286]}, "episode_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [1286]}, "index": {"min": [316125], "max": [317410], "mean": [316767.5], "std": [371.23611085130176], "count": [1286]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1286]}}} +{"episode_index": 262, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.46356858246235355]], [[0.4717162900218825]], [[0.464844518405747]]], "std": [[[0.13187136402929642]], [[0.12830136503288345]], [[0.130612329371322]]], "count": [227]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.467850911289626]], [[0.4707029149031125]], [[0.46539060565489043]]], "std": [[[0.08171865232591825]], [[0.08019586923562158]], [[0.08445930467820882]]], "count": [227]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[1.0]], [[0.8]]], "mean": [[[0.4730590268780052]], [[0.4732381751893121]], [[0.46946609747055945]]], "std": [[[0.08480805131517957]], [[0.08255485229902652]], [[0.08688181760054633]]], "count": [227]}, "states": {"min": [0.3136182129383087, 2.0030272006988525, -2.0755629539489746, -1.551423192024231, -2.791095733642578, -1.5979886054992676, 0.4620759189128876, -4.0, -0.024304000660777092, 0.29636600613594055, -0.2918730080127716, -0.3647245764732361, -0.6373032331466675, -0.55940181016922, -0.6294841766357422, -1.0346311330795288, -2.0520708560943604, -1.017160415649414, -0.19514526426792145, 0.1186649352312088, -1.051037311553955, -2.998772621154785, 29.0, -0.4010069966316223, 0.24587899446487427, -0.2752380073070526, -0.499946653842926, -0.7210640907287598, -0.6936783790588379, -0.51531982421875], "max": [0.9226334691047668, 2.0420353412628174, -0.3937986493110657, -0.05054473504424095, -0.2588672339916229, -0.9183573126792908, 2.8195269107818604, 901.0, 0.29545900225639343, 0.419638991355896, -0.07853499799966812, 0.44781017303466797, 0.9895702600479126, 0.587406575679779, 0.6680706739425659, -0.19373156130313873, -1.7800089120864868, 1.905725121498108, 1.4400712251663208, 2.876302719116211, 1.8176907300949097, -0.24075071513652802, 882.0, 0.0032740000169724226, 0.4472610056400299, -0.06990800052881241, 0.6428889036178589, 0.9848803281784058, 0.6800006031990051, 0.6842339634895325], "mean": [0.5316154956817627, 2.02346134185791, -0.9464420080184937, -0.4006465673446655, -1.3994818925857544, -1.1018296480178833, 1.1316357851028442, 426.2930908203125, 0.21503323316574097, 0.36203330755233765, -0.2237076312303543, 0.1431082785129547, 0.06239231303334236, 0.1638614982366562, 0.1563560962677002, -0.5732938647270203, -2.0253000259399414, 0.9498851299285889, 0.5429325699806213, 1.7890628576278687, 1.119837999343872, -1.512131929397583, 365.224853515625, -0.2197866141796112, 0.35626283288002014, -0.19484055042266846, 0.018992040306329727, 0.46235841512680054, 0.14035549759864807, 0.1919769048690796], "std": [0.12067200243473053, 0.008528750389814377, 0.4769695997238159, 0.4483877420425415, 0.6363416314125061, 0.1705649197101593, 0.7355832457542419, 208.81553649902344, 0.08280973136425018, 0.027490822598338127, 0.047674041241407394, 0.2554151117801666, 0.6694380044937134, 0.4318525791168213, 0.4737607538700104, 0.24407987296581268, 0.0390581414103508, 0.5513588786125183, 0.45597416162490845, 0.8829106092453003, 0.49326059222221375, 0.9338369369506836, 243.14907836914062, 0.12232091277837753, 0.04652869701385498, 0.05663791671395302, 0.3419313132762909, 0.5242825150489807, 0.4460097551345825, 0.37228429317474365], "count": [1392]}, "actions": {"min": [0.3136182129383087, 2.0030272006988525, -2.0755629539489746, -1.551423192024231, -2.791095733642578, -1.5979886054992676, 0.4620759189128876, -4.0, -0.024304000660777092, 0.29636600613594055, -0.2918730080127716, -0.3647245764732361, -0.6373032331466675, -0.55940181016922, -0.6294841766357422, -1.0346311330795288, -2.0520708560943604, -1.017160415649414, -0.19514526426792145, 0.1186649352312088, -1.051037311553955, -2.998772621154785, 29.0, -0.4010069966316223, 0.24587899446487427, -0.2752380073070526, -0.499946653842926, -0.7210640907287598, -0.6936783790588379, -0.51531982421875], "max": [0.9226334691047668, 2.0420353412628174, -0.3937986493110657, -0.05054473504424095, -0.2588672339916229, -0.9183573126792908, 2.8195269107818604, 901.0, 0.29545900225639343, 0.419638991355896, -0.07853499799966812, 0.44781017303466797, 0.9895702600479126, 0.587406575679779, 0.6680706739425659, -0.19373156130313873, -1.7800089120864868, 1.905725121498108, 1.4400712251663208, 2.876302719116211, 1.8176907300949097, -0.24075071513652802, 882.0, 0.0032740000169724226, 0.4472610056400299, -0.06990800052881241, 0.6428889036178589, 0.9848803281784058, 0.6800006031990051, 0.6842339634895325], "mean": [0.5316154956817627, 2.02346134185791, -0.9464420080184937, -0.4006465673446655, -1.3994818925857544, -1.1018296480178833, 1.1316357851028442, 426.2930908203125, 0.21503323316574097, 0.36203330755233765, -0.2237076312303543, 0.1431082785129547, 0.06239231303334236, 0.1638614982366562, 0.1563560962677002, -0.5732938647270203, -2.0253000259399414, 0.9498851299285889, 0.5429325699806213, 1.7890628576278687, 1.119837999343872, -1.512131929397583, 365.224853515625, -0.2197866141796112, 0.35626283288002014, -0.19484055042266846, 0.018992040306329727, 0.46235841512680054, 0.14035549759864807, 0.1919769048690796], "std": [0.12067200243473053, 0.008528750389814377, 0.4769695997238159, 0.4483877420425415, 0.6363416314125061, 0.1705649197101593, 0.7355832457542419, 208.81553649902344, 0.08280973136425018, 0.027490822598338127, 0.047674041241407394, 0.2554151117801666, 0.6694380044937134, 0.4318525791168213, 0.4737607538700104, 0.24407987296581268, 0.0390581414103508, 0.5513588786125183, 0.45597416162490845, 0.8829106092453003, 0.49326059222221375, 0.9338369369506836, 243.14907836914062, 0.12232091277837753, 0.04652869701385498, 0.05663791671395302, 0.3419313132762909, 0.5242825150489807, 0.4460097551345825, 0.37228429317474365], "count": [1392]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007183908045977011], "std": [0.026793184193924593], "count": [1392]}, "timestamp": {"min": [0.0], "max": [55.64], "mean": [27.819999999999997], "std": [16.073427346607403], "count": [1392]}, "frame_index": {"min": [0], "max": [1391], "mean": [695.5], "std": [401.83568366518506], "count": [1392]}, "episode_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [1392]}, "index": {"min": [317411], "max": [318802], "mean": [318106.5], "std": [401.83568366518506], "count": [1392]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1392]}}} +{"episode_index": 263, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.45893509278711486]], [[0.46678935549914413]], [[0.46209506788826643]]], "std": [[[0.14790324095074514]], [[0.14676585338712575]], [[0.14787572566472537]]], "count": [168]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4730122403127918]], [[0.47687209432384065]], [[0.4725726941818394]]], "std": [[[0.09005483815478364]], [[0.0856824826237223]], [[0.0873905897236398]]], "count": [168]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.47025295430672265]], [[0.4702246014725335]], [[0.4668459432384065]]], "std": [[[0.12036288582167153]], [[0.1174239695145526]], [[0.1193788205565821]]], "count": [168]}, "states": {"min": [0.4855680763721466, 1.9295488595962524, -1.8807145357131958, -0.45584508776664734, -1.3469054698944092, -1.252814769744873, 0.315049409866333, 0.0, 0.034047000110149384, 0.33294999599456787, -0.28132200241088867, -0.4336009621620178, -0.6249852180480957, -0.39613500237464905, -0.632625937461853, -0.9443104267120361, -2.052891254425049, 0.8053821921348572, -0.05262168124318123, 0.36800265312194824, 1.0690840482711792, -2.1120753288269043, 29.0, -0.2748050093650818, 0.3327130079269409, -0.2661130130290985, -0.3754233717918396, 0.4829576313495636, -0.0817585363984108, 0.21463777124881744], "max": [0.8489106893539429, 2.0448102951049805, -1.1350399255752563, -0.05838126689195633, -0.2637890577316284, -0.6294006705284119, 1.2486958503723145, 891.0, 0.19233599305152893, 0.422775000333786, -0.18274599313735962, 0.4329616129398346, 0.911017119884491, 0.3843105435371399, 0.6325133442878723, -0.3704287111759186, -1.7659590244293213, 1.4776482582092285, 1.2702157497406006, 2.7099554538726807, 1.4833029508590698, -0.5398477911949158, 908.0, -0.06597799807786942, 0.41438600420951843, -0.1262889951467514, -0.007621025200933218, 0.958965539932251, 0.5363379716873169, 0.6459670066833496], "mean": [0.6631382703781128, 2.017836570739746, -1.4694695472717285, -0.3440876007080078, -1.1212130784988403, -0.9477302432060242, 1.0680261850357056, 517.4552612304688, 0.12285290658473969, 0.38985756039619446, -0.22217588126659393, -0.1636071652173996, 0.7614565491676331, -0.2574634850025177, -0.5203654170036316, -0.5875900387763977, -2.0244104862213135, 1.0661427974700928, 0.40874603390693665, 1.4265100955963135, 1.2111696004867554, -1.129986047744751, 573.7864379882812, -0.19003507494926453, 0.37126046419143677, -0.21208956837654114, -0.20037764310836792, 0.7112324833869934, 0.32957759499549866, 0.4865493178367615], "std": [0.09230361878871918, 0.020546384155750275, 0.2756611406803131, 0.0840369462966919, 0.22791031002998352, 0.10622371733188629, 0.17211543023586273, 243.62266540527344, 0.05164387822151184, 0.02493509277701378, 0.023150397464632988, 0.08783867210149765, 0.1334867626428604, 0.1399160474538803, 0.10601641982793808, 0.1547493189573288, 0.0516938678920269, 0.17661070823669434, 0.3598487377166748, 0.7828057408332825, 0.12227967381477356, 0.476414293050766, 291.531982421875, 0.06475669890642166, 0.019222330302000046, 0.0393453873693943, 0.11344815045595169, 0.16746169328689575, 0.21568311750888824, 0.14564098417758942], "count": [927]}, "actions": {"min": [0.4855680763721466, 1.9295488595962524, -1.8807145357131958, -0.45584508776664734, -1.3469054698944092, -1.252814769744873, 0.315049409866333, 0.0, 0.034047000110149384, 0.33294999599456787, -0.28132200241088867, -0.4336009621620178, -0.6249852180480957, -0.39613500237464905, -0.632625937461853, -0.9443104267120361, -2.052891254425049, 0.8053821921348572, -0.05262168124318123, 0.36800265312194824, 1.0690840482711792, -2.1120753288269043, 29.0, -0.2748050093650818, 0.3327130079269409, -0.2661130130290985, -0.3754233717918396, 0.4829576313495636, -0.0817585363984108, 0.21463777124881744], "max": [0.8489106893539429, 2.0448102951049805, -1.1350399255752563, -0.05838126689195633, -0.2637890577316284, -0.6294006705284119, 1.2486958503723145, 891.0, 0.19233599305152893, 0.422775000333786, -0.18274599313735962, 0.4329616129398346, 0.911017119884491, 0.3843105435371399, 0.6325133442878723, -0.3704287111759186, -1.7659590244293213, 1.4776482582092285, 1.2702157497406006, 2.7099554538726807, 1.4833029508590698, -0.5398477911949158, 908.0, -0.06597799807786942, 0.41438600420951843, -0.1262889951467514, -0.007621025200933218, 0.958965539932251, 0.5363379716873169, 0.6459670066833496], "mean": [0.6631382703781128, 2.017836570739746, -1.4694695472717285, -0.3440876007080078, -1.1212130784988403, -0.9477302432060242, 1.0680261850357056, 517.4552612304688, 0.12285290658473969, 0.38985756039619446, -0.22217588126659393, -0.1636071652173996, 0.7614565491676331, -0.2574634850025177, -0.5203654170036316, -0.5875900387763977, -2.0244104862213135, 1.0661427974700928, 0.40874603390693665, 1.4265100955963135, 1.2111696004867554, -1.129986047744751, 573.7864379882812, -0.19003507494926453, 0.37126046419143677, -0.21208956837654114, -0.20037764310836792, 0.7112324833869934, 0.32957759499549866, 0.4865493178367615], "std": [0.09230361878871918, 0.020546384155750275, 0.2756611406803131, 0.0840369462966919, 0.22791031002998352, 0.10622371733188629, 0.17211543023586273, 243.62266540527344, 0.05164387822151184, 0.02493509277701378, 0.023150397464632988, 0.08783867210149765, 0.1334867626428604, 0.1399160474538803, 0.10601641982793808, 0.1547493189573288, 0.0516938678920269, 0.17661070823669434, 0.3598487377166748, 0.7828057408332825, 0.12227967381477356, 0.476414293050766, 291.531982421875, 0.06475669890642166, 0.019222330302000046, 0.0393453873693943, 0.11344815045595169, 0.16746169328689575, 0.21568311750888824, 0.14564098417758942], "count": [927]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010787486515641855], "std": [0.0328265891147852], "count": [927]}, "timestamp": {"min": [0.0], "max": [37.04], "mean": [18.52], "std": [10.704067762615605], "count": [927]}, "frame_index": {"min": [0], "max": [926], "mean": [463.0], "std": [267.6016940653902], "count": [927]}, "episode_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [927]}, "index": {"min": [318803], "max": [319729], "mean": [319266.0], "std": [267.6016940653902], "count": [927]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [927]}}} +{"episode_index": 264, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45963489867596524]], [[0.4669557454854794]], [[0.4596053068779058]]], "std": [[[0.1342520086849241]], [[0.13082111179636377]], [[0.13279947594134783]]], "count": [194]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7411764705882353]], [[0.7294117647058823]]], "mean": [[[0.46905453115524565]], [[0.469902853581295]], [[0.46412717724546865]]], "std": [[[0.07751538064767392]], [[0.07636410790032298]], [[0.07971449293746387]]], "count": [194]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.465053607826292]], [[0.46602020900714236]], [[0.46203389680614515]]], "std": [[[0.11304222773932154]], [[0.11162046420908518]], [[0.11479125495926812]]], "count": [194]}, "states": {"min": [0.12515756487846375, 1.9364427328109741, -2.0355427265167236, -1.416596531867981, -2.270289421081543, -1.3080718517303467, 0.4202229380607605, -5.0, -0.009205999784171581, 0.29938098788261414, -0.2828670144081116, -0.4050239324569702, -0.5515064597129822, -0.5565614700317383, -0.617599606513977, -0.8171457052230835, -2.0525596141815186, -0.01556833740323782, -0.2488315999507904, 0.383064866065979, 0.6557202339172363, -2.9167768955230713, 35.0, -0.3501499891281128, 0.2618449926376343, -0.29534101486206055, -0.4997180998325348, -0.476297527551651, -0.5968925356864929, -0.538996696472168], "max": [0.7254636287689209, 2.0419130325317383, -0.9770353436470032, -0.17016960680484772, 0.15728908777236938, 0.21305234730243683, 2.250217914581299, 825.0, 0.3302229940891266, 0.4027700126171112, -0.15415699779987335, 0.4453600347042084, 0.9541230797767639, 0.7464098930358887, 0.5490739345550537, 0.051766470074653625, -2.0088391304016113, 1.7452247142791748, 1.589453935623169, 2.741475820541382, 1.584252953529358, -0.048973940312862396, 892.0, -0.021570999175310135, 0.39892199635505676, -0.094821996986866, 0.565560519695282, 0.9890865683555603, 0.6044143438339233, 0.6851653456687927], "mean": [0.4466877281665802, 2.0246410369873047, -1.4603382349014282, -0.49955669045448303, -0.9834606051445007, -0.884846568107605, 1.0533194541931152, 480.5084228515625, 0.19526824355125427, 0.3476676344871521, -0.24077844619750977, 0.0577382855117321, 0.33031097054481506, 0.0922107920050621, -0.09971222281455994, -0.4329158365726471, -2.040433406829834, 0.8140442371368408, 0.3095925450325012, 1.3649438619613647, 1.358339786529541, -0.9568105936050415, 595.5004272460938, -0.22627367079257965, 0.309994101524353, -0.2232002466917038, -0.08598123490810394, 0.4099535346031189, 0.17421959340572357, 0.23760256171226501], "std": [0.1500934511423111, 0.013094192370772362, 0.33819156885147095, 0.33033815026283264, 0.6072019934654236, 0.25780507922172546, 0.4703351855278015, 275.26568603515625, 0.11023945361375809, 0.022173410281538963, 0.029864730313420296, 0.27993345260620117, 0.624906599521637, 0.42292115092277527, 0.47051310539245605, 0.19035202264785767, 0.005675234366208315, 0.535121500492096, 0.5755503177642822, 0.7788124680519104, 0.1323668658733368, 0.9540787935256958, 323.257080078125, 0.09282227605581284, 0.038898151367902756, 0.05414988473057747, 0.3712955415248871, 0.48407047986984253, 0.42585232853889465, 0.42918860912323], "count": [1129]}, "actions": {"min": [0.12515756487846375, 1.9364427328109741, -2.0355427265167236, -1.416596531867981, -2.270289421081543, -1.3080718517303467, 0.4202229380607605, -5.0, -0.009205999784171581, 0.29938098788261414, -0.2828670144081116, -0.4050239324569702, -0.5515064597129822, -0.5565614700317383, -0.617599606513977, -0.8171457052230835, -2.0525596141815186, -0.01556833740323782, -0.2488315999507904, 0.383064866065979, 0.6557202339172363, -2.9167768955230713, 35.0, -0.3501499891281128, 0.2618449926376343, -0.29534101486206055, -0.4997180998325348, -0.476297527551651, -0.5968925356864929, -0.538996696472168], "max": [0.7254636287689209, 2.0419130325317383, -0.9770353436470032, -0.17016960680484772, 0.15728908777236938, 0.21305234730243683, 2.250217914581299, 825.0, 0.3302229940891266, 0.4027700126171112, -0.15415699779987335, 0.4453600347042084, 0.9541230797767639, 0.7464098930358887, 0.5490739345550537, 0.051766470074653625, -2.0088391304016113, 1.7452247142791748, 1.589453935623169, 2.741475820541382, 1.584252953529358, -0.048973940312862396, 892.0, -0.021570999175310135, 0.39892199635505676, -0.094821996986866, 0.565560519695282, 0.9890865683555603, 0.6044143438339233, 0.6851653456687927], "mean": [0.4466877281665802, 2.0246410369873047, -1.4603382349014282, -0.49955669045448303, -0.9834606051445007, -0.884846568107605, 1.0533194541931152, 480.5084228515625, 0.19526824355125427, 0.3476676344871521, -0.24077844619750977, 0.0577382855117321, 0.33031097054481506, 0.0922107920050621, -0.09971222281455994, -0.4329158365726471, -2.040433406829834, 0.8140442371368408, 0.3095925450325012, 1.3649438619613647, 1.358339786529541, -0.9568105936050415, 595.5004272460938, -0.22627367079257965, 0.309994101524353, -0.2232002466917038, -0.08598123490810394, 0.4099535346031189, 0.17421959340572357, 0.23760256171226501], "std": [0.1500934511423111, 0.013094192370772362, 0.33819156885147095, 0.33033815026283264, 0.6072019934654236, 0.25780507922172546, 0.4703351855278015, 275.26568603515625, 0.11023945361375809, 0.022173410281538963, 0.029864730313420296, 0.27993345260620117, 0.624906599521637, 0.42292115092277527, 0.47051310539245605, 0.19035202264785767, 0.005675234366208315, 0.535121500492096, 0.5755503177642822, 0.7788124680519104, 0.1323668658733368, 0.9540787935256958, 323.257080078125, 0.09282227605581284, 0.038898151367902756, 0.05414988473057747, 0.3712955415248871, 0.48407047986984253, 0.42585232853889465, 0.42918860912323], "count": [1129]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008857395925597874], "std": [0.02974819419618541], "count": [1129]}, "timestamp": {"min": [0.0], "max": [45.12], "mean": [22.56], "std": [13.036563964480825], "count": [1129]}, "frame_index": {"min": [0], "max": [1128], "mean": [564.0], "std": [325.9140991120206], "count": [1129]}, "episode_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [1129]}, "index": {"min": [319730], "max": [320858], "mean": [320294.0], "std": [325.9140991120206], "count": [1129]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1129]}}} +{"episode_index": 265, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654912734324499]], [[0.4705174340569561]], [[0.4659404099780938]]], "std": [[[0.1281537434528371]], [[0.12543535217476548]], [[0.12768698026125627]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4794316542322057]], [[0.48197569332220064]], [[0.4764760288730877]]], "std": [[[0.07633075916229412]], [[0.07544655498376442]], [[0.08122549738261205]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7803921568627451]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.47411529034690797]], [[0.47792635163039576]], [[0.47333554864253397]]], "std": [[[0.08523579094200892]], [[0.08576900653392264]], [[0.09133200952529957]]], "count": [182]}, "states": {"min": [0.4618839621543884, 1.8743265867233276, -1.9849804639816284, -1.495328426361084, 0.44573965668678284, 1.1613421440124512, -2.8174328804016113, 86.0, -0.010621000081300735, 0.3186509907245636, -0.23369200527668, -0.31982001662254333, -0.6270383596420288, -0.37340328097343445, -0.6580173969268799, -1.0542137622833252, -2.038527250289917, 0.3879867196083069, -0.11828096210956573, 0.8724203109741211, 0.8176518678665161, -2.382845640182495, 24.0, -0.23438100516796112, 0.3015350103378296, -0.21812599897384644, -0.4934505224227905, -0.520542562007904, -0.28095728158950806, -0.666770875453949], "max": [1.0963984727859497, 2.051093578338623, 0.8493819236755371, -0.08271115273237228, 1.455831527709961, 1.6072736978530884, -0.8803266882896423, 877.0, 0.2914609909057617, 0.39807501435279846, -0.030634000897407532, 0.5574875473976135, 0.9737392067909241, 0.45964905619621277, 0.6508446931838989, -0.24495697021484375, -1.8642386198043823, 1.8096619844436646, 1.8083182573318481, 2.4466726779937744, 1.7599899768829346, 0.02565634250640869, 867.0, -0.029099000617861748, 0.4475249946117401, -0.10250099748373032, 0.6080785393714905, 0.9743157029151917, 0.4725918173789978, 0.7559722065925598], "mean": [0.6855795979499817, 2.0215072631835938, -0.5850264430046082, -0.6866536736488342, 0.9702426195144653, 1.3867093324661255, -1.6411752700805664, 574.2533569335938, 0.16975969076156616, 0.3694070279598236, -0.1540081948041916, 0.07071109861135483, 0.5210765600204468, -0.029188092797994614, -0.1684281826019287, -0.6775130033493042, -1.9907970428466797, 1.1312795877456665, 0.5523557066917419, 1.7857286930084229, 1.3257827758789062, -1.5703471899032593, 544.0203247070312, -0.14548799395561218, 0.37354665994644165, -0.17398744821548462, -0.08986757695674896, 0.7558969855308533, 0.26368194818496704, 0.4302189350128174], "std": [0.17748872935771942, 0.022841764613986015, 0.7148926854133606, 0.47535446286201477, 0.34913185238838196, 0.13277290761470795, 0.5182359218597412, 295.69732666015625, 0.09129148721694946, 0.01996799185872078, 0.06579357385635376, 0.22636699676513672, 0.5841308236122131, 0.2794334888458252, 0.472995787858963, 0.20521311461925507, 0.04780001565814018, 0.33948326110839844, 0.4410080313682556, 0.5277460217475891, 0.20014697313308716, 0.6504364013671875, 336.1636657714844, 0.061364926397800446, 0.03390733525156975, 0.029099851846694946, 0.21261684596538544, 0.2231982797384262, 0.13331551849842072, 0.23050162196159363], "count": [1034]}, "actions": {"min": [0.4618839621543884, 1.8743265867233276, -1.9849804639816284, -1.495328426361084, 0.44573965668678284, 1.1613421440124512, -2.8174328804016113, 86.0, -0.010621000081300735, 0.3186509907245636, -0.23369200527668, -0.31982001662254333, -0.6270383596420288, -0.37340328097343445, -0.6580173969268799, -1.0542137622833252, -2.038527250289917, 0.3879867196083069, -0.11828096210956573, 0.8724203109741211, 0.8176518678665161, -2.382845640182495, 24.0, -0.23438100516796112, 0.3015350103378296, -0.21812599897384644, -0.4934505224227905, -0.520542562007904, -0.28095728158950806, -0.666770875453949], "max": [1.0963984727859497, 2.051093578338623, 0.8493819236755371, -0.08271115273237228, 1.455831527709961, 1.6072736978530884, -0.8803266882896423, 877.0, 0.2914609909057617, 0.39807501435279846, -0.030634000897407532, 0.5574875473976135, 0.9737392067909241, 0.45964905619621277, 0.6508446931838989, -0.24495697021484375, -1.8642386198043823, 1.8096619844436646, 1.8083182573318481, 2.4466726779937744, 1.7599899768829346, 0.02565634250640869, 867.0, -0.029099000617861748, 0.4475249946117401, -0.10250099748373032, 0.6080785393714905, 0.9743157029151917, 0.4725918173789978, 0.7559722065925598], "mean": [0.6855795979499817, 2.0215072631835938, -0.5850264430046082, -0.6866536736488342, 0.9702426195144653, 1.3867093324661255, -1.6411752700805664, 574.2533569335938, 0.16975969076156616, 0.3694070279598236, -0.1540081948041916, 0.07071109861135483, 0.5210765600204468, -0.029188092797994614, -0.1684281826019287, -0.6775130033493042, -1.9907970428466797, 1.1312795877456665, 0.5523557066917419, 1.7857286930084229, 1.3257827758789062, -1.5703471899032593, 544.0203247070312, -0.14548799395561218, 0.37354665994644165, -0.17398744821548462, -0.08986757695674896, 0.7558969855308533, 0.26368194818496704, 0.4302189350128174], "std": [0.17748872935771942, 0.022841764613986015, 0.7148926854133606, 0.47535446286201477, 0.34913185238838196, 0.13277290761470795, 0.5182359218597412, 295.69732666015625, 0.09129148721694946, 0.01996799185872078, 0.06579357385635376, 0.22636699676513672, 0.5841308236122131, 0.2794334888458252, 0.472995787858963, 0.20521311461925507, 0.04780001565814018, 0.33948326110839844, 0.4410080313682556, 0.5277460217475891, 0.20014697313308716, 0.6504364013671875, 336.1636657714844, 0.061364926397800446, 0.03390733525156975, 0.029099851846694946, 0.21261684596538544, 0.2231982797384262, 0.13331551849842072, 0.23050162196159363], "count": [1034]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009671179883945841], "std": [0.031083479071543903], "count": [1034]}, "timestamp": {"min": [0.0], "max": [41.32], "mean": [20.66], "std": [11.939597983181846], "count": [1034]}, "frame_index": {"min": [0], "max": [1033], "mean": [516.5], "std": [298.48994957954613], "count": [1034]}, "episode_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [1034]}, "index": {"min": [320859], "max": [321892], "mean": [321375.5], "std": [298.48994957954613], "count": [1034]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1034]}}} +{"episode_index": 266, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.46202550135848913]], [[0.47107279198016416]], [[0.46520040327177387]]], "std": [[[0.14853941982024807]], [[0.14812499121562692]], [[0.1485637837404743]]], "count": [172]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.46814922955616356]], [[0.4754343365253078]], [[0.4696577308006536]]], "std": [[[0.0971843379465782]], [[0.0936876106361917]], [[0.09619553168806634]]], "count": [172]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.4660508934678523]], [[0.4676982515389877]], [[0.4638657482615139]]], "std": [[[0.12324594835006256]], [[0.12083158503090152]], [[0.12360639329653357]]], "count": [172]}, "states": {"min": [0.38641589879989624, 1.9419580698013306, -1.0097776651382446, -0.5048714280128479, -2.2422943115234375, -1.5937649011611938, 0.09407324343919754, 1.0, 0.07539299875497818, 0.28614699840545654, -0.2639870047569275, -0.46829092502593994, -0.6190729737281799, -0.4388975203037262, -0.6378926038742065, -0.9310634136199951, -2.053903579711914, 0.23577654361724854, -0.25822147727012634, 0.8126602172851562, 1.08426833152771, -1.8581647872924805, 35.0, -0.2668760120868683, 0.31989800930023193, -0.28266599774360657, -0.4038456678390503, 0.42134177684783936, 0.003370376303792, 0.2858206033706665], "max": [0.9080599546432495, 2.048196315765381, -0.47591638565063477, 0.15125024318695068, -0.8562934994697571, -0.8901877403259277, 1.2349426746368408, 887.0, 0.2659449875354767, 0.43167001008987427, -0.17994500696659088, 0.40513813495635986, 0.8929399251937866, 0.4417041540145874, 0.6218967437744141, -0.47507861256599426, -1.7648420333862305, 1.627589464187622, 1.0692410469055176, 2.685398578643799, 1.695639729499817, -0.2928662598133087, 836.0, -0.03189599886536598, 0.4057910144329071, -0.12418899685144424, 0.07126320898532867, 0.9548490047454834, 0.5594350695610046, 0.6756144762039185], "mean": [0.6796714663505554, 2.0169920921325684, -0.743418276309967, -0.164781391620636, -1.5801310539245605, -1.1598920822143555, 0.8326148986816406, 534.99169921875, 0.16622935235500336, 0.37703970074653625, -0.22644716501235962, -0.19044050574302673, 0.715217113494873, -0.28021982312202454, -0.5020923018455505, -0.652902364730835, -2.031095504760742, 0.9518105387687683, 0.36345264315605164, 1.662118911743164, 1.293399453163147, -1.1969127655029297, 572.3966674804688, -0.15400822460651398, 0.3626047372817993, -0.21134427189826965, -0.12535426020622253, 0.7510393857955933, 0.2893950045108795, 0.502073347568512], "std": [0.11261298507452011, 0.019588422030210495, 0.20300471782684326, 0.19851164519786835, 0.4397372305393219, 0.18308177590370178, 0.4446139633655548, 316.6576843261719, 0.04309692978858948, 0.042190730571746826, 0.017556743696331978, 0.18491138517856598, 0.1931503415107727, 0.17015662789344788, 0.14534200727939606, 0.127718985080719, 0.03920130059123039, 0.29796913266181946, 0.3604620695114136, 0.617786705493927, 0.1468203216791153, 0.4928096830844879, 289.4050598144531, 0.061251118779182434, 0.020232463255524635, 0.03763676434755325, 0.13085705041885376, 0.16097189486026764, 0.15244901180267334, 0.13461844623088837], "count": [963]}, "actions": {"min": [0.38641589879989624, 1.9419580698013306, -1.0097776651382446, -0.5048714280128479, -2.2422943115234375, -1.5937649011611938, 0.09407324343919754, 1.0, 0.07539299875497818, 0.28614699840545654, -0.2639870047569275, -0.46829092502593994, -0.6190729737281799, -0.4388975203037262, -0.6378926038742065, -0.9310634136199951, -2.053903579711914, 0.23577654361724854, -0.25822147727012634, 0.8126602172851562, 1.08426833152771, -1.8581647872924805, 35.0, -0.2668760120868683, 0.31989800930023193, -0.28266599774360657, -0.4038456678390503, 0.42134177684783936, 0.003370376303792, 0.2858206033706665], "max": [0.9080599546432495, 2.048196315765381, -0.47591638565063477, 0.15125024318695068, -0.8562934994697571, -0.8901877403259277, 1.2349426746368408, 887.0, 0.2659449875354767, 0.43167001008987427, -0.17994500696659088, 0.40513813495635986, 0.8929399251937866, 0.4417041540145874, 0.6218967437744141, -0.47507861256599426, -1.7648420333862305, 1.627589464187622, 1.0692410469055176, 2.685398578643799, 1.695639729499817, -0.2928662598133087, 836.0, -0.03189599886536598, 0.4057910144329071, -0.12418899685144424, 0.07126320898532867, 0.9548490047454834, 0.5594350695610046, 0.6756144762039185], "mean": [0.6796714663505554, 2.0169920921325684, -0.743418276309967, -0.164781391620636, -1.5801310539245605, -1.1598920822143555, 0.8326148986816406, 534.99169921875, 0.16622935235500336, 0.37703970074653625, -0.22644716501235962, -0.19044050574302673, 0.715217113494873, -0.28021982312202454, -0.5020923018455505, -0.652902364730835, -2.031095504760742, 0.9518105387687683, 0.36345264315605164, 1.662118911743164, 1.293399453163147, -1.1969127655029297, 572.3966674804688, -0.15400822460651398, 0.3626047372817993, -0.21134427189826965, -0.12535426020622253, 0.7510393857955933, 0.2893950045108795, 0.502073347568512], "std": [0.11261298507452011, 0.019588422030210495, 0.20300471782684326, 0.19851164519786835, 0.4397372305393219, 0.18308177590370178, 0.4446139633655548, 316.6576843261719, 0.04309692978858948, 0.042190730571746826, 0.017556743696331978, 0.18491138517856598, 0.1931503415107727, 0.17015662789344788, 0.14534200727939606, 0.127718985080719, 0.03920130059123039, 0.29796913266181946, 0.3604620695114136, 0.617786705493927, 0.1468203216791153, 0.4928096830844879, 289.4050598144531, 0.061251118779182434, 0.020232463255524635, 0.03763676434755325, 0.13085705041885376, 0.16097189486026764, 0.15244901180267334, 0.13461844623088837], "count": [963]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010384215991692627], "std": [0.032207813954871906], "count": [963]}, "timestamp": {"min": [0.0], "max": [38.48], "mean": [19.239999999999995], "std": [11.11976018926068], "count": [963]}, "frame_index": {"min": [0], "max": [962], "mean": [481.0], "std": [277.99400473151695], "count": [963]}, "episode_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [963]}, "index": {"min": [321893], "max": [322855], "mean": [322374.0], "std": [277.99400473151695], "count": [963]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [963]}}} +{"episode_index": 267, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4641048437330733]], [[0.46969518808904775]], [[0.4650927422994981]]], "std": [[[0.1310318285487636]], [[0.1301643798518729]], [[0.131338780901577]]], "count": [181]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4671550583631242]], [[0.4711447387426425]], [[0.4640590221355577]]], "std": [[[0.0897235470894978]], [[0.08706503977499733]], [[0.09277500838024792]]], "count": [181]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4761831825732134]], [[0.47795893366554726]], [[0.4740690066081681]]], "std": [[[0.10352308476237246]], [[0.10283568544089801]], [[0.10741377307534995]]], "count": [181]}, "states": {"min": [0.5459913611412048, 1.8700505495071411, -1.1905763149261475, -0.5187642574310303, 0.6793345212936401, 0.6518455743789673, -2.9851412773132324, 1.0, 0.05689699947834015, 0.3416360020637512, -0.26785001158714294, -0.4992591142654419, -0.5420239567756653, -0.5187811851501465, -0.5587049126625061, -1.155216097831726, -2.0556139945983887, -2.3837532997131348, -1.0261313915252686, -0.0705811157822609, -1.6320050954818726, 0.52183598279953, 14.0, -0.24642999470233917, 0.315436989068985, -0.2439199984073639, -0.39997726678848267, 0.45899543166160583, -0.010171961039304733, 0.006379507947713137], "max": [0.9783094525337219, 2.0418083667755127, 0.31007522344589233, 0.17517869174480438, 2.866912841796875, 1.5813381671905518, -1.7977240085601807, 908.0, 0.24588200449943542, 0.48812898993492126, -0.16137999296188354, 0.5009518265724182, 0.9137212634086609, 0.4187586307525635, 0.5357493162155151, -0.4234692454338074, -1.7049946784973145, -1.2193917036056519, -0.08342674374580383, 2.5867176055908203, -0.9241170287132263, 2.638850688934326, 894.0, 0.01571599952876568, 0.4539639949798584, -0.10548699647188187, 0.1933443546295166, 0.9899222254753113, 0.4810698628425598, 0.6968543529510498], "mean": [0.7634540796279907, 2.014312982559204, -0.461345911026001, -0.15876254439353943, 1.219020962715149, 1.0312012434005737, -2.284101724624634, 656.1151123046875, 0.15209133923053741, 0.3991042673587799, -0.22178004682064056, -0.19872039556503296, 0.7637068033218384, -0.2827262878417969, -0.46745747327804565, -0.7922802567481995, -2.0070037841796875, -1.8473455905914307, -0.5589052438735962, 1.8690721988677979, -1.3309274911880493, 1.3782587051391602, 564.8410034179688, -0.11911849677562714, 0.3743168115615845, -0.18384325504302979, -0.019555427134037018, 0.8272688388824463, 0.26195141673088074, 0.3653472363948822], "std": [0.12470223009586334, 0.030900252982974052, 0.5656667351722717, 0.22235555946826935, 0.32995885610580444, 0.24989888072013855, 0.479186087846756, 339.33984375, 0.05574708431959152, 0.03944731131196022, 0.027221787720918655, 0.17455872893333435, 0.12600074708461761, 0.17146383225917816, 0.05536410212516785, 0.24978463351726532, 0.080398790538311, 0.39117637276649475, 0.23155684769153595, 0.5384300947189331, 0.15975923836231232, 0.5146828293800354, 316.1357727050781, 0.07083642482757568, 0.02632961794734001, 0.03490980714559555, 0.1206015944480896, 0.15130016207695007, 0.17370496690273285, 0.21339590847492218], "count": [1025]}, "actions": {"min": [0.5459913611412048, 1.8700505495071411, -1.1905763149261475, -0.5187642574310303, 0.6793345212936401, 0.6518455743789673, -2.9851412773132324, 1.0, 0.05689699947834015, 0.3416360020637512, -0.26785001158714294, -0.4992591142654419, -0.5420239567756653, -0.5187811851501465, -0.5587049126625061, -1.155216097831726, -2.0556139945983887, -2.3837532997131348, -1.0261313915252686, -0.0705811157822609, -1.6320050954818726, 0.52183598279953, 14.0, -0.24642999470233917, 0.315436989068985, -0.2439199984073639, -0.39997726678848267, 0.45899543166160583, -0.010171961039304733, 0.006379507947713137], "max": [0.9783094525337219, 2.0418083667755127, 0.31007522344589233, 0.17517869174480438, 2.866912841796875, 1.5813381671905518, -1.7977240085601807, 908.0, 0.24588200449943542, 0.48812898993492126, -0.16137999296188354, 0.5009518265724182, 0.9137212634086609, 0.4187586307525635, 0.5357493162155151, -0.4234692454338074, -1.7049946784973145, -1.2193917036056519, -0.08342674374580383, 2.5867176055908203, -0.9241170287132263, 2.638850688934326, 894.0, 0.01571599952876568, 0.4539639949798584, -0.10548699647188187, 0.1933443546295166, 0.9899222254753113, 0.4810698628425598, 0.6968543529510498], "mean": [0.7634540796279907, 2.014312982559204, -0.461345911026001, -0.15876254439353943, 1.219020962715149, 1.0312012434005737, -2.284101724624634, 656.1151123046875, 0.15209133923053741, 0.3991042673587799, -0.22178004682064056, -0.19872039556503296, 0.7637068033218384, -0.2827262878417969, -0.46745747327804565, -0.7922802567481995, -2.0070037841796875, -1.8473455905914307, -0.5589052438735962, 1.8690721988677979, -1.3309274911880493, 1.3782587051391602, 564.8410034179688, -0.11911849677562714, 0.3743168115615845, -0.18384325504302979, -0.019555427134037018, 0.8272688388824463, 0.26195141673088074, 0.3653472363948822], "std": [0.12470223009586334, 0.030900252982974052, 0.5656667351722717, 0.22235555946826935, 0.32995885610580444, 0.24989888072013855, 0.479186087846756, 339.33984375, 0.05574708431959152, 0.03944731131196022, 0.027221787720918655, 0.17455872893333435, 0.12600074708461761, 0.17146383225917816, 0.05536410212516785, 0.24978463351726532, 0.080398790538311, 0.39117637276649475, 0.23155684769153595, 0.5384300947189331, 0.15975923836231232, 0.5146828293800354, 316.1357727050781, 0.07083642482757568, 0.02632961794734001, 0.03490980714559555, 0.1206015944480896, 0.15130016207695007, 0.17370496690273285, 0.21339590847492218], "count": [1025]}, "next.done": {"min": [false], "max": [true], "mean": [0.000975609756097561], "std": [0.031219512195121948], "count": [1025]}, "timestamp": {"min": [0.0], "max": [40.96], "mean": [20.48], "std": [11.835674885700435], "count": [1025]}, "frame_index": {"min": [0], "max": [1024], "mean": [512.0], "std": [295.89187214251086], "count": [1025]}, "episode_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [1025]}, "index": {"min": [322856], "max": [323880], "mean": [323368.0], "std": [295.89187214251086], "count": [1025]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1025]}}} +{"episode_index": 268, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47268632256824294]], [[0.4780577902729719]], [[0.47270995093670265]]], "std": [[[0.13212339055287675]], [[0.13076259311404637]], [[0.131156085432623]]], "count": [187]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.46066989859669355]], [[0.4634426728356227]], [[0.45844629250987384]]], "std": [[[0.11005411469136497]], [[0.10686107083727352]], [[0.1102910714578097]]], "count": [187]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.4805329364143162]], [[0.48322808644402504]], [[0.47777607825661456]]], "std": [[[0.09328146902038027]], [[0.09315355679305834]], [[0.09747760798898482]]], "count": [187]}, "states": {"min": [0.49654620885849, 1.8965272903442383, -1.2995198965072632, -0.8808503150939941, -2.350050926208496, -1.5416144132614136, 0.21549580991268158, -4.0, 0.07199099659919739, 0.35165300965309143, -0.24099299311637878, -0.48573362827301025, -0.5700539946556091, -0.47385701537132263, -0.5983203053474426, -0.9850987792015076, -2.062857151031494, -2.2891390323638916, -1.1997567415237427, 0.3116983473300934, -1.567724585533142, 0.6366612315177917, 52.0, -0.2667999863624573, 0.34118399024009705, -0.2399580031633377, -0.4231090247631073, 0.39908432960510254, -0.05559348315000534, 0.1825384944677353], "max": [0.8586321473121643, 2.037235736846924, -0.42778024077415466, 0.05375614017248154, -0.8432908058166504, -0.9091943502426147, 1.802296757698059, 877.0, 0.2524380087852478, 0.43695101141929626, -0.1600939929485321, 0.4904290437698364, 0.927230954170227, 0.5238679647445679, 0.5923985838890076, -0.3983714282512665, -1.8652160167694092, -1.1426845788955688, -0.042725659906864166, 2.7275307178497314, -0.9180257320404053, 2.536172866821289, 878.0, 0.0338670015335083, 0.4257720112800598, -0.10386300086975098, 0.04532694071531296, 0.9655585885047913, 0.5227164626121521, 0.7164350152015686], "mean": [0.6864515542984009, 2.01495623588562, -0.8885757923126221, -0.3209177851676941, -1.5782628059387207, -1.1338645219802856, 1.0357434749603271, 637.146728515625, 0.1700097918510437, 0.39522385597229004, -0.20899736881256104, -0.18285663425922394, 0.7267833352088928, -0.277710497379303, -0.4572851061820984, -0.7033777832984924, -2.0249388217926025, -1.9191702604293823, -0.5530906319618225, 1.7282660007476807, -1.2180136442184448, 1.600236177444458, 541.3513793945312, -0.12605072557926178, 0.37845826148986816, -0.18845568597316742, -0.09533865004777908, 0.7844319343566895, 0.25693628191947937, 0.4552326798439026], "std": [0.08725227415561676, 0.02339477650821209, 0.2347220480442047, 0.2595641314983368, 0.5243167877197266, 0.1285208910703659, 0.5402187705039978, 316.11053466796875, 0.05390142649412155, 0.025502750650048256, 0.01670970395207405, 0.20440877974033356, 0.22642959654331207, 0.17248813807964325, 0.1712048202753067, 0.2073560506105423, 0.042937785387039185, 0.31145593523979187, 0.2536635398864746, 0.590997040271759, 0.1296466886997223, 0.5204845666885376, 287.66552734375, 0.08783698827028275, 0.019219055771827698, 0.03175417333841324, 0.10292112827301025, 0.15161237120628357, 0.19776389002799988, 0.17214994132518768], "count": [1070]}, "actions": {"min": [0.49654620885849, 1.8965272903442383, -1.2995198965072632, -0.8808503150939941, -2.350050926208496, -1.5416144132614136, 0.21549580991268158, -4.0, 0.07199099659919739, 0.35165300965309143, -0.24099299311637878, -0.48573362827301025, -0.5700539946556091, -0.47385701537132263, -0.5983203053474426, -0.9850987792015076, -2.062857151031494, -2.2891390323638916, -1.1997567415237427, 0.3116983473300934, -1.567724585533142, 0.6366612315177917, 52.0, -0.2667999863624573, 0.34118399024009705, -0.2399580031633377, -0.4231090247631073, 0.39908432960510254, -0.05559348315000534, 0.1825384944677353], "max": [0.8586321473121643, 2.037235736846924, -0.42778024077415466, 0.05375614017248154, -0.8432908058166504, -0.9091943502426147, 1.802296757698059, 877.0, 0.2524380087852478, 0.43695101141929626, -0.1600939929485321, 0.4904290437698364, 0.927230954170227, 0.5238679647445679, 0.5923985838890076, -0.3983714282512665, -1.8652160167694092, -1.1426845788955688, -0.042725659906864166, 2.7275307178497314, -0.9180257320404053, 2.536172866821289, 878.0, 0.0338670015335083, 0.4257720112800598, -0.10386300086975098, 0.04532694071531296, 0.9655585885047913, 0.5227164626121521, 0.7164350152015686], "mean": [0.6864515542984009, 2.01495623588562, -0.8885757923126221, -0.3209177851676941, -1.5782628059387207, -1.1338645219802856, 1.0357434749603271, 637.146728515625, 0.1700097918510437, 0.39522385597229004, -0.20899736881256104, -0.18285663425922394, 0.7267833352088928, -0.277710497379303, -0.4572851061820984, -0.7033777832984924, -2.0249388217926025, -1.9191702604293823, -0.5530906319618225, 1.7282660007476807, -1.2180136442184448, 1.600236177444458, 541.3513793945312, -0.12605072557926178, 0.37845826148986816, -0.18845568597316742, -0.09533865004777908, 0.7844319343566895, 0.25693628191947937, 0.4552326798439026], "std": [0.08725227415561676, 0.02339477650821209, 0.2347220480442047, 0.2595641314983368, 0.5243167877197266, 0.1285208910703659, 0.5402187705039978, 316.11053466796875, 0.05390142649412155, 0.025502750650048256, 0.01670970395207405, 0.20440877974033356, 0.22642959654331207, 0.17248813807964325, 0.1712048202753067, 0.2073560506105423, 0.042937785387039185, 0.31145593523979187, 0.2536635398864746, 0.590997040271759, 0.1296466886997223, 0.5204845666885376, 287.66552734375, 0.08783698827028275, 0.019219055771827698, 0.03175417333841324, 0.10292112827301025, 0.15161237120628357, 0.19776389002799988, 0.17214994132518768], "count": [1070]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009345794392523365], "std": [0.03055660322293797], "count": [1070]}, "timestamp": {"min": [0.0], "max": [42.76], "mean": [21.38], "std": [12.355290364859904], "count": [1070]}, "frame_index": {"min": [0], "max": [1069], "mean": [534.5], "std": [308.8822591214976], "count": [1070]}, "episode_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [1070]}, "index": {"min": [323881], "max": [324950], "mean": [324415.5], "std": [308.8822591214976], "count": [1070]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1070]}}} +{"episode_index": 269, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4663924504056229]], [[0.47184528648142676]], [[0.46560961773737974]]], "std": [[[0.1435590943687094]], [[0.1392239846021932]], [[0.14189583529411456]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687630482888298]], [[0.46939930042368705]], [[0.4648915841462213]]], "std": [[[0.07890756167736558]], [[0.07664406529016397]], [[0.08107765579888739]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4715089017390876]], [[0.4712872491542681]], [[0.4684103082816041]]], "std": [[[0.07976402339057151]], [[0.07735940108957018]], [[0.08210107211191263]]], "count": [199]}, "states": {"min": [0.44453537464141846, 2.007948875427246, -1.9428308010101318, -1.2975999116897583, -2.6980173587799072, -1.519012451171875, -0.021380284801125526, -4.0, -0.011013000272214413, 0.28886398673057556, -0.28932100534439087, -0.4869496822357178, -0.6145117878913879, -0.5345401763916016, -0.6231710314750671, -1.0609856843948364, -2.0493829250335693, 0.6207962036132812, 0.0006457718554884195, 0.14962707459926605, 0.7698996663093567, -2.9323625564575195, 40.0, -0.3083359897136688, 0.3068090081214905, -0.2669599950313568, -0.4960673451423645, -0.38389480113983154, -0.4561519920825958, -0.7150843739509583], "max": [0.9434378147125244, 2.0436933040618896, 0.27174776792526245, 0.26794296503067017, -0.6563834547996521, -0.8558396100997925, 2.6611385345458984, 894.0, 0.2542110085487366, 0.4412679970264435, -0.1005759984254837, 0.532245934009552, 0.992415726184845, 0.4551963210105896, 0.6170028448104858, -0.30515336990356445, -1.9085001945495605, 1.7566914558410645, 1.2126199007034302, 2.7471134662628174, 1.6990954875946045, -0.497139573097229, 907.0, 0.022410999983549118, 0.4383679926395416, -0.051743000745773315, 0.5304653644561768, 0.9840404391288757, 0.5856372714042664, 0.7906855940818787], "mean": [0.5967209339141846, 2.035226345062256, -0.5961406230926514, -0.148973748087883, -1.5143685340881348, -1.1675288677215576, 0.6527136564254761, 579.781005859375, 0.17937883734703064, 0.36636656522750854, -0.2224620282649994, -0.11087770015001297, 0.41667625308036804, -0.17050977051258087, -0.2202439308166504, -0.6868827939033508, -2.024092435836792, 1.2618696689605713, 0.5272895097732544, 1.5260108709335327, 1.2505905628204346, -1.4665005207061768, 596.7587890625, -0.15411539375782013, 0.3734672963619232, -0.18319442868232727, -0.17118428647518158, 0.7114661335945129, 0.30269554257392883, 0.397865891456604], "std": [0.11004781723022461, 0.004166908096522093, 0.6817229986190796, 0.4735206663608551, 0.6408300995826721, 0.18731622397899628, 0.8244118690490723, 310.3676452636719, 0.06246752664446831, 0.039524927735328674, 0.03929809480905533, 0.35694605112075806, 0.5370337963104248, 0.34166452288627625, 0.4516148567199707, 0.24649718403816223, 0.028745362535119057, 0.28106844425201416, 0.39817237854003906, 0.9144071340560913, 0.20204584300518036, 0.8546892404556274, 299.4713134765625, 0.10664618760347366, 0.03208401799201965, 0.055463604629039764, 0.18427206575870514, 0.2496383786201477, 0.24769775569438934, 0.23866403102874756], "count": [1169]}, "actions": {"min": [0.44453537464141846, 2.007948875427246, -1.9428308010101318, -1.2975999116897583, -2.6980173587799072, -1.519012451171875, -0.021380284801125526, -4.0, -0.011013000272214413, 0.28886398673057556, -0.28932100534439087, -0.4869496822357178, -0.6145117878913879, -0.5345401763916016, -0.6231710314750671, -1.0609856843948364, -2.0493829250335693, 0.6207962036132812, 0.0006457718554884195, 0.14962707459926605, 0.7698996663093567, -2.9323625564575195, 40.0, -0.3083359897136688, 0.3068090081214905, -0.2669599950313568, -0.4960673451423645, -0.38389480113983154, -0.4561519920825958, -0.7150843739509583], "max": [0.9434378147125244, 2.0436933040618896, 0.27174776792526245, 0.26794296503067017, -0.6563834547996521, -0.8558396100997925, 2.6611385345458984, 894.0, 0.2542110085487366, 0.4412679970264435, -0.1005759984254837, 0.532245934009552, 0.992415726184845, 0.4551963210105896, 0.6170028448104858, -0.30515336990356445, -1.9085001945495605, 1.7566914558410645, 1.2126199007034302, 2.7471134662628174, 1.6990954875946045, -0.497139573097229, 907.0, 0.022410999983549118, 0.4383679926395416, -0.051743000745773315, 0.5304653644561768, 0.9840404391288757, 0.5856372714042664, 0.7906855940818787], "mean": [0.5967209339141846, 2.035226345062256, -0.5961406230926514, -0.148973748087883, -1.5143685340881348, -1.1675288677215576, 0.6527136564254761, 579.781005859375, 0.17937883734703064, 0.36636656522750854, -0.2224620282649994, -0.11087770015001297, 0.41667625308036804, -0.17050977051258087, -0.2202439308166504, -0.6868827939033508, -2.024092435836792, 1.2618696689605713, 0.5272895097732544, 1.5260108709335327, 1.2505905628204346, -1.4665005207061768, 596.7587890625, -0.15411539375782013, 0.3734672963619232, -0.18319442868232727, -0.17118428647518158, 0.7114661335945129, 0.30269554257392883, 0.397865891456604], "std": [0.11004781723022461, 0.004166908096522093, 0.6817229986190796, 0.4735206663608551, 0.6408300995826721, 0.18731622397899628, 0.8244118690490723, 310.3676452636719, 0.06246752664446831, 0.039524927735328674, 0.03929809480905533, 0.35694605112075806, 0.5370337963104248, 0.34166452288627625, 0.4516148567199707, 0.24649718403816223, 0.028745362535119057, 0.28106844425201416, 0.39817237854003906, 0.9144071340560913, 0.20204584300518036, 0.8546892404556274, 299.4713134765625, 0.10664618760347366, 0.03208401799201965, 0.055463604629039764, 0.18427206575870514, 0.2496383786201477, 0.24769775569438934, 0.23866403102874756], "count": [1169]}, "next.done": {"min": [false], "max": [true], "mean": [0.000855431993156544], "std": [0.029235256613575813], "count": [1169]}, "timestamp": {"min": [0.0], "max": [46.72], "mean": [23.359999999999996], "std": [13.498444354813632], "count": [1169]}, "frame_index": {"min": [0], "max": [1168], "mean": [584.0], "std": [337.4611088703408], "count": [1169]}, "episode_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [1169]}, "index": {"min": [324951], "max": [326119], "mean": [325535.0], "std": [337.4611088703408], "count": [1169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1169]}}} +{"episode_index": 270, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.46764760203726885]], [[0.47251244524405506]], [[0.4691970605618134]]], "std": [[[0.13079123212656274]], [[0.13070877581965523]], [[0.13083428788438703]]], "count": [235]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4774228636490057]], [[0.47858179147545543]], [[0.47078721492142955]]], "std": [[[0.11256551803038134]], [[0.11119205662576813]], [[0.11590503908716257]]], "count": [235]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47741253650396326]], [[0.47735640905298293]], [[0.47337907888332637]]], "std": [[[0.10399349600561335]], [[0.10642579676061686]], [[0.10907825816317882]]], "count": [235]}, "states": {"min": [0.5032832026481628, 1.9435288906097412, 0.2468593865633011, -0.032532937824726105, -2.896216869354248, -1.2978616952896118, 0.3159394860267639, 0.0, 0.06343500316143036, 0.3045780062675476, -0.28585198521614075, -0.36202165484428406, -0.6514523029327393, -0.38308289647102356, -0.6571694016456604, -0.9113237261772156, -2.0509886741638184, 0.4325449764728546, -0.10437069088220596, 0.3297101855278015, 0.9404008388519287, -1.6161575317382812, 40.0, -0.27518200874328613, 0.31974300742149353, -0.2767980098724365, -0.49022433161735535, 0.4648580551147461, -0.16352063417434692, 0.29395022988319397], "max": [0.7785913944244385, 2.02938175201416, 0.9127548933029175, 0.3153635561466217, -2.737025737762451, -0.574946403503418, 1.0048035383224487, 871.0, 0.18093499541282654, 0.40314099192619324, -0.19106200337409973, 0.24009548127651215, 0.8375067710876465, 0.3162480294704437, 0.6523094177246094, -0.23773132264614105, -1.9132474660873413, 1.1229448318481445, 1.023775339126587, 2.403719902038574, 1.4953110218048096, -0.259181410074234, 883.0, -0.09447400271892548, 0.4277989864349365, -0.13018900156021118, -0.09381613880395889, 0.9071297645568848, 0.5012249946594238, 0.682106614112854], "mean": [0.6687927842140198, 2.0113461017608643, 0.6253453493118286, 0.187568798661232, -2.8901708126068115, -0.9993018507957458, 0.6666953563690186, 522.1749877929688, 0.1049739420413971, 0.3636769652366638, -0.24223336577415466, -0.18135285377502441, 0.7278096675872803, -0.2750338912010193, -0.5729649662971497, -0.6018240451812744, -2.033360004425049, 0.8383947610855103, 0.33155983686447144, 1.5730229616165161, 1.2424147129058838, -0.7699175477027893, 545.0411987304688, -0.19314533472061157, 0.3671409487724304, -0.2159043848514557, -0.27640917897224426, 0.7367391586303711, 0.2151983082294464, 0.47962549328804016], "std": [0.06733104586601257, 0.01006782241165638, 0.17352533340454102, 0.07071021944284439, 0.017940474674105644, 0.1196313425898552, 0.14480246603488922, 228.78225708007812, 0.02780868485569954, 0.023932069540023804, 0.026506971567869186, 0.07067108899354935, 0.11430632323026657, 0.06869429349899292, 0.10340483486652374, 0.18126170337200165, 0.01961858570575714, 0.14828559756278992, 0.3530333340167999, 0.7390754818916321, 0.12929485738277435, 0.40639346837997437, 286.0393981933594, 0.06097271665930748, 0.027546148747205734, 0.03199978545308113, 0.11704546213150024, 0.16715645790100098, 0.22849968075752258, 0.10300476104021072], "count": [1457]}, "actions": {"min": [0.5032832026481628, 1.9435288906097412, 0.2468593865633011, -0.032532937824726105, -2.896216869354248, -1.2978616952896118, 0.3159394860267639, 0.0, 0.06343500316143036, 0.3045780062675476, -0.28585198521614075, -0.36202165484428406, -0.6514523029327393, -0.38308289647102356, -0.6571694016456604, -0.9113237261772156, -2.0509886741638184, 0.4325449764728546, -0.10437069088220596, 0.3297101855278015, 0.9404008388519287, -1.6161575317382812, 40.0, -0.27518200874328613, 0.31974300742149353, -0.2767980098724365, -0.49022433161735535, 0.4648580551147461, -0.16352063417434692, 0.29395022988319397], "max": [0.7785913944244385, 2.02938175201416, 0.9127548933029175, 0.3153635561466217, -2.737025737762451, -0.574946403503418, 1.0048035383224487, 871.0, 0.18093499541282654, 0.40314099192619324, -0.19106200337409973, 0.24009548127651215, 0.8375067710876465, 0.3162480294704437, 0.6523094177246094, -0.23773132264614105, -1.9132474660873413, 1.1229448318481445, 1.023775339126587, 2.403719902038574, 1.4953110218048096, -0.259181410074234, 883.0, -0.09447400271892548, 0.4277989864349365, -0.13018900156021118, -0.09381613880395889, 0.9071297645568848, 0.5012249946594238, 0.682106614112854], "mean": [0.6687927842140198, 2.0113461017608643, 0.6253453493118286, 0.187568798661232, -2.8901708126068115, -0.9993018507957458, 0.6666953563690186, 522.1749877929688, 0.1049739420413971, 0.3636769652366638, -0.24223336577415466, -0.18135285377502441, 0.7278096675872803, -0.2750338912010193, -0.5729649662971497, -0.6018240451812744, -2.033360004425049, 0.8383947610855103, 0.33155983686447144, 1.5730229616165161, 1.2424147129058838, -0.7699175477027893, 545.0411987304688, -0.19314533472061157, 0.3671409487724304, -0.2159043848514557, -0.27640917897224426, 0.7367391586303711, 0.2151983082294464, 0.47962549328804016], "std": [0.06733104586601257, 0.01006782241165638, 0.17352533340454102, 0.07071021944284439, 0.017940474674105644, 0.1196313425898552, 0.14480246603488922, 228.78225708007812, 0.02780868485569954, 0.023932069540023804, 0.026506971567869186, 0.07067108899354935, 0.11430632323026657, 0.06869429349899292, 0.10340483486652374, 0.18126170337200165, 0.01961858570575714, 0.14828559756278992, 0.3530333340167999, 0.7390754818916321, 0.12929485738277435, 0.40639346837997437, 286.0393981933594, 0.06097271665930748, 0.027546148747205734, 0.03199978545308113, 0.11704546213150024, 0.16715645790100098, 0.22849968075752258, 0.10300476104021072], "count": [1457]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006863417982155113], "std": [0.026189133875551013], "count": [1457]}, "timestamp": {"min": [0.0], "max": [58.24], "mean": [29.119999999999997], "std": [16.823982881589007], "count": [1457]}, "frame_index": {"min": [0], "max": [1456], "mean": [728.0], "std": [420.5995720397252], "count": [1457]}, "episode_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [1457]}, "index": {"min": [326120], "max": [327576], "mean": [326848.0], "std": [420.5995720397252], "count": [1457]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1457]}}} +{"episode_index": 271, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651196221508908]], [[0.4707556899240237]], [[0.46491744218838127]]], "std": [[[0.14958929082592692]], [[0.14852987675792462]], [[0.14898368133588277]]], "count": [197]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673560878454597]], [[0.4742660682293222]], [[0.46824110534653796]]], "std": [[[0.09011088705798515]], [[0.08597273828743485]], [[0.08834915526889638]]], "count": [197]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.47136277931223247]], [[0.471037406481205]], [[0.46817490606648754]]], "std": [[[0.11726276608486022]], [[0.11536311250580374]], [[0.11856147113013418]]], "count": [197]}, "states": {"min": [0.4892681837081909, 1.8302220106124878, -1.4082014560699463, -0.3548254370689392, -2.0202884674072266, -1.406386375427246, 0.14135421812534332, -5.0, 0.07154099643230438, 0.3134300112724304, -0.27053800225257874, -0.42064327001571655, -0.6236538290977478, -0.4424842298030853, -0.6315651535987854, -0.9445024132728577, -2.0528390407562256, 0.3907792270183563, -0.2557779848575592, 0.43106141686439514, 1.0006496906280518, -1.9291822910308838, 1.0, -0.2703920006752014, 0.3011470139026642, -0.2637709975242615, -0.4987610876560211, -0.43173646926879883, -0.47098127007484436, -0.6194894313812256], "max": [0.8240223526954651, 2.0402026176452637, -0.5807932615280151, 0.12739157676696777, -0.46122071146965027, -0.8893325924873352, 1.1980812549591064, 880.0, 0.23425200581550598, 0.4578549861907959, -0.16509400308132172, 0.5339893102645874, 0.8893499970436096, 0.44344112277030945, 0.6395506858825684, -0.4594404995441437, -1.8636800050735474, 1.4598108530044556, 1.1769627332687378, 2.594938039779663, 1.6384278535842896, -0.11149163544178009, 891.0, -0.038075998425483704, 0.3894740045070648, -0.0828389972448349, 0.5368512868881226, 0.9580712914466858, 0.5806884169578552, 0.7512343525886536], "mean": [0.675395667552948, 1.9968130588531494, -1.0722748041152954, -0.2119896113872528, -1.2585586309432983, -1.1703346967697144, 0.8597261905670166, 530.0607299804688, 0.16811145842075348, 0.38611721992492676, -0.20880988240242004, 0.053929753601551056, 0.35775384306907654, -0.008333335630595684, -0.1589476764202118, -0.6422950029373169, -2.0283217430114746, 0.8784626722335815, 0.38382449746131897, 1.6785478591918945, 1.3580869436264038, -1.1403194665908813, 502.668701171875, -0.1636226624250412, 0.3605892062187195, -0.19894909858703613, -0.1288003772497177, 0.7151072025299072, 0.23978550732135773, 0.4909202754497528], "std": [0.08007735013961792, 0.04127080366015434, 0.20196852087974548, 0.1349465698003769, 0.5598689317703247, 0.12201769649982452, 0.309914767742157, 320.3763122558594, 0.047739461064338684, 0.040127236396074295, 0.025686487555503845, 0.2662307918071747, 0.6369437575340271, 0.30288165807724, 0.5248395800590515, 0.14682376384735107, 0.03373641520738602, 0.2816709578037262, 0.3649798333644867, 0.5962030291557312, 0.10966005176305771, 0.48706966638565063, 268.1147766113281, 0.0698467567563057, 0.021886829286813736, 0.03835587203502655, 0.1719847172498703, 0.24554823338985443, 0.1922077238559723, 0.21613827347755432], "count": [1153]}, "actions": {"min": [0.4892681837081909, 1.8302220106124878, -1.4082014560699463, -0.3548254370689392, -2.0202884674072266, -1.406386375427246, 0.14135421812534332, -5.0, 0.07154099643230438, 0.3134300112724304, -0.27053800225257874, -0.42064327001571655, -0.6236538290977478, -0.4424842298030853, -0.6315651535987854, -0.9445024132728577, -2.0528390407562256, 0.3907792270183563, -0.2557779848575592, 0.43106141686439514, 1.0006496906280518, -1.9291822910308838, 1.0, -0.2703920006752014, 0.3011470139026642, -0.2637709975242615, -0.4987610876560211, -0.43173646926879883, -0.47098127007484436, -0.6194894313812256], "max": [0.8240223526954651, 2.0402026176452637, -0.5807932615280151, 0.12739157676696777, -0.46122071146965027, -0.8893325924873352, 1.1980812549591064, 880.0, 0.23425200581550598, 0.4578549861907959, -0.16509400308132172, 0.5339893102645874, 0.8893499970436096, 0.44344112277030945, 0.6395506858825684, -0.4594404995441437, -1.8636800050735474, 1.4598108530044556, 1.1769627332687378, 2.594938039779663, 1.6384278535842896, -0.11149163544178009, 891.0, -0.038075998425483704, 0.3894740045070648, -0.0828389972448349, 0.5368512868881226, 0.9580712914466858, 0.5806884169578552, 0.7512343525886536], "mean": [0.675395667552948, 1.9968130588531494, -1.0722748041152954, -0.2119896113872528, -1.2585586309432983, -1.1703346967697144, 0.8597261905670166, 530.0607299804688, 0.16811145842075348, 0.38611721992492676, -0.20880988240242004, 0.053929753601551056, 0.35775384306907654, -0.008333335630595684, -0.1589476764202118, -0.6422950029373169, -2.0283217430114746, 0.8784626722335815, 0.38382449746131897, 1.6785478591918945, 1.3580869436264038, -1.1403194665908813, 502.668701171875, -0.1636226624250412, 0.3605892062187195, -0.19894909858703613, -0.1288003772497177, 0.7151072025299072, 0.23978550732135773, 0.4909202754497528], "std": [0.08007735013961792, 0.04127080366015434, 0.20196852087974548, 0.1349465698003769, 0.5598689317703247, 0.12201769649982452, 0.309914767742157, 320.3763122558594, 0.047739461064338684, 0.040127236396074295, 0.025686487555503845, 0.2662307918071747, 0.6369437575340271, 0.30288165807724, 0.5248395800590515, 0.14682376384735107, 0.03373641520738602, 0.2816709578037262, 0.3649798333644867, 0.5962030291557312, 0.10966005176305771, 0.48706966638565063, 268.1147766113281, 0.0698467567563057, 0.021886829286813736, 0.03835587203502655, 0.1719847172498703, 0.24554823338985443, 0.1922077238559723, 0.21613827347755432], "count": [1153]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008673026886383347], "std": [0.029437229398919584], "count": [1153]}, "timestamp": {"min": [0.0], "max": [46.08], "mean": [23.04], "std": [13.31369220013742], "count": [1153]}, "frame_index": {"min": [0], "max": [1152], "mean": [576.0], "std": [332.8423050034355], "count": [1153]}, "episode_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [1153]}, "index": {"min": [327577], "max": [328729], "mean": [328153.0], "std": [332.8423050034355], "count": [1153]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1153]}}} +{"episode_index": 272, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645481777379756]], [[0.4692283889517345]], [[0.4655593053460701]]], "std": [[[0.12567481066289762]], [[0.12403235657443779]], [[0.12672385355924404]]], "count": [156]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6705882352941176]], [[0.6823529411764706]], [[0.7019607843137254]]], "mean": [[[0.47589055953578013]], [[0.47802738237388975]], [[0.4714460875963633]]], "std": [[[0.0764443182453682]], [[0.07814765433485132]], [[0.08682433742150134]]], "count": [156]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.7019607843137254]], [[0.6941176470588235]]], "mean": [[[0.47911926795290766]], [[0.4809671513637507]], [[0.4772374334883526]]], "std": [[[0.08506017021247339]], [[0.08357661631620576]], [[0.08851215192662211]]], "count": [156]}, "states": {"min": [0.49436455965042114, 1.9575613737106323, -2.0212483406066895, -1.538280963897705, 0.4294382631778717, 1.1388273239135742, -2.736414670944214, 34.0, 0.00837399996817112, 0.28868401050567627, -0.23601800203323364, -0.3722662627696991, -0.6037281155586243, -0.41705548763275146, -0.6168222427368164, -1.0011557340621948, -2.0404295921325684, 0.1941155046224594, -0.10274753719568253, 0.9375909566879272, 0.9407848715782166, -2.598778009414673, 68.0, -0.23726800084114075, 0.30448201298713684, -0.22763800621032715, -0.4936422109603882, -0.5355446338653564, -0.3904620110988617, -0.6658740043640137], "max": [0.9962688684463501, 2.044862747192383, 0.822713315486908, -0.12084659934043884, 1.1680443286895752, 1.6964774131774902, -0.7253239154815674, 905.0, 0.3149769902229309, 0.4155929982662201, -0.06494300067424774, 0.5208812355995178, 0.9805077910423279, 0.5050866007804871, 0.6194185614585876, -0.38091811537742615, -1.9254298210144043, 2.0448102951049805, 1.7496228218078613, 2.605532169342041, 1.68570876121521, 0.0656592920422554, 865.0, -0.001791000016964972, 0.4455530047416687, -0.11330799758434296, 0.6085302829742432, 0.9826736450195312, 0.4066040813922882, 0.7155593633651733], "mean": [0.6414655447006226, 2.021099328994751, -0.48629504442214966, -0.8082197904586792, 0.8017071485519409, 1.3882527351379395, -1.612229347229004, 578.2021484375, 0.2030380666255951, 0.3711531162261963, -0.15583229064941406, 0.05890639126300812, 0.522421658039093, -0.05288628116250038, -0.11461711674928665, -0.6456542015075684, -2.0080676078796387, 1.2103153467178345, 0.7191962599754333, 1.8723316192626953, 1.355603575706482, -1.6412307024002075, 564.8204345703125, -0.12850050628185272, 0.363393634557724, -0.167883038520813, -0.04375597462058067, 0.7312177419662476, 0.19854092597961426, 0.34125635027885437], "std": [0.11786244064569473, 0.01593567244708538, 0.869727373123169, 0.5261890292167664, 0.2047269344329834, 0.12142876535654068, 0.6871559619903564, 297.2402648925781, 0.09169646352529526, 0.032556064426898956, 0.057532455772161484, 0.28268057107925415, 0.5867902636528015, 0.33817344903945923, 0.4111923277378082, 0.1699192076921463, 0.028604505583643913, 0.44903215765953064, 0.5178372859954834, 0.5777173042297363, 0.15093399584293365, 0.745245099067688, 299.25238037109375, 0.06941990554332733, 0.03333257511258125, 0.027571765705943108, 0.2274121791124344, 0.3534361720085144, 0.17686356604099274, 0.31562209129333496], "count": [841]}, "actions": {"min": [0.49436455965042114, 1.9575613737106323, -2.0212483406066895, -1.538280963897705, 0.4294382631778717, 1.1388273239135742, -2.736414670944214, 34.0, 0.00837399996817112, 0.28868401050567627, -0.23601800203323364, -0.3722662627696991, -0.6037281155586243, -0.41705548763275146, -0.6168222427368164, -1.0011557340621948, -2.0404295921325684, 0.1941155046224594, -0.10274753719568253, 0.9375909566879272, 0.9407848715782166, -2.598778009414673, 68.0, -0.23726800084114075, 0.30448201298713684, -0.22763800621032715, -0.4936422109603882, -0.5355446338653564, -0.3904620110988617, -0.6658740043640137], "max": [0.9962688684463501, 2.044862747192383, 0.822713315486908, -0.12084659934043884, 1.1680443286895752, 1.6964774131774902, -0.7253239154815674, 905.0, 0.3149769902229309, 0.4155929982662201, -0.06494300067424774, 0.5208812355995178, 0.9805077910423279, 0.5050866007804871, 0.6194185614585876, -0.38091811537742615, -1.9254298210144043, 2.0448102951049805, 1.7496228218078613, 2.605532169342041, 1.68570876121521, 0.0656592920422554, 865.0, -0.001791000016964972, 0.4455530047416687, -0.11330799758434296, 0.6085302829742432, 0.9826736450195312, 0.4066040813922882, 0.7155593633651733], "mean": [0.6414655447006226, 2.021099328994751, -0.48629504442214966, -0.8082197904586792, 0.8017071485519409, 1.3882527351379395, -1.612229347229004, 578.2021484375, 0.2030380666255951, 0.3711531162261963, -0.15583229064941406, 0.05890639126300812, 0.522421658039093, -0.05288628116250038, -0.11461711674928665, -0.6456542015075684, -2.0080676078796387, 1.2103153467178345, 0.7191962599754333, 1.8723316192626953, 1.355603575706482, -1.6412307024002075, 564.8204345703125, -0.12850050628185272, 0.363393634557724, -0.167883038520813, -0.04375597462058067, 0.7312177419662476, 0.19854092597961426, 0.34125635027885437], "std": [0.11786244064569473, 0.01593567244708538, 0.869727373123169, 0.5261890292167664, 0.2047269344329834, 0.12142876535654068, 0.6871559619903564, 297.2402648925781, 0.09169646352529526, 0.032556064426898956, 0.057532455772161484, 0.28268057107925415, 0.5867902636528015, 0.33817344903945923, 0.4111923277378082, 0.1699192076921463, 0.028604505583643913, 0.44903215765953064, 0.5178372859954834, 0.5777173042297363, 0.15093399584293365, 0.745245099067688, 299.25238037109375, 0.06941990554332733, 0.03333257511258125, 0.027571765705943108, 0.2274121791124344, 0.3534361720085144, 0.17686356604099274, 0.31562209129333496], "count": [841]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011890606420927466], "std": [0.034462251477263825], "count": [841]}, "timestamp": {"min": [0.0], "max": [33.6], "mean": [16.8], "std": [9.71102466272226], "count": [841]}, "frame_index": {"min": [0], "max": [840], "mean": [420.0], "std": [242.77561656805653], "count": [841]}, "episode_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [841]}, "index": {"min": [328730], "max": [329570], "mean": [329150.0], "std": [242.77561656805653], "count": [841]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [841]}}} +{"episode_index": 273, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.46038054818922103]], [[0.4685856113164756]], [[0.4645863490660381]]], "std": [[[0.14931485706022513]], [[0.14772789713412196]], [[0.14965277204878077]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.46816218882817245]], [[0.4712596766848816]], [[0.4677198839690703]]], "std": [[[0.09329883177746873]], [[0.0882361636690038]], [[0.08969466649712675]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4667546340940748]], [[0.46645032411871856]], [[0.4636724369620343]]], "std": [[[0.11243468585551383]], [[0.10979927164254634]], [[0.11192888294878442]]], "count": [183]}, "states": {"min": [0.4418999254703522, 1.9422547817230225, -1.9701277017593384, -0.4642401337623596, -1.310009241104126, -1.3323320150375366, 0.18558086454868317, 0.0, 0.05019500106573105, 0.2973119914531708, -0.2976129949092865, -0.43525055050849915, -0.6549538373947144, -0.42160576581954956, -0.6507263779640198, -0.9928655028343201, -2.055509328842163, 0.7793768048286438, -0.12000884115695953, 0.30995306372642517, 0.9402438402175903, -2.2914254665374756, 25.0, -0.236968994140625, 0.34918999671936035, -0.27103400230407715, -0.3851563632488251, 0.49553659558296204, -0.16633684933185577, 0.17660097777843475], "max": [0.8483347296714783, 2.054305076599121, -1.162598729133606, -0.008883725851774216, -0.02298598736524582, -0.5643696784973145, 1.2920846939086914, 894.0, 0.2161339968442917, 0.43499600887298584, -0.18406400084495544, 0.5112226009368896, 0.9011351466178894, 0.4268975853919983, 0.6659314036369324, -0.2781705856323242, -1.942918062210083, 1.5490494966506958, 1.243459939956665, 2.7059760093688965, 1.5268490314483643, -0.3880390524864197, 849.0, -0.04189300164580345, 0.42600199580192566, -0.11169599741697311, -0.028453487902879715, 0.9606215357780457, 0.5291756987571716, 0.684738039970398], "mean": [0.6602338552474976, 2.0161726474761963, -1.5517256259918213, -0.25824958086013794, -0.8528971076011658, -0.9467383623123169, 0.9520301222801208, 543.0508422851562, 0.13518956303596497, 0.3905286490917206, -0.22561730444431305, -0.17806829512119293, 0.7068067193031311, -0.2868097722530365, -0.513916552066803, -0.648642897605896, -2.0371830463409424, 1.1085586547851562, 0.38130974769592285, 1.4219653606414795, 1.125866174697876, -1.0914653539657593, 568.8244018554688, -0.16223785281181335, 0.38415834307670593, -0.21322157979011536, -0.21150875091552734, 0.7301685810089111, 0.31579601764678955, 0.459689736366272], "std": [0.10709337145090103, 0.017385542392730713, 0.27047663927078247, 0.09722974896430969, 0.3096890151500702, 0.13554973900318146, 0.20123721659183502, 244.4664306640625, 0.0514589324593544, 0.03131355345249176, 0.025169411674141884, 0.1268661469221115, 0.21960513293743134, 0.155750572681427, 0.18375706672668457, 0.15995259582996368, 0.015046724118292332, 0.243562251329422, 0.41545483469963074, 0.7367416620254517, 0.1630147099494934, 0.5880337357521057, 271.2724914550781, 0.05899357423186302, 0.019185397773981094, 0.048430655151605606, 0.10978374630212784, 0.150870680809021, 0.2305038571357727, 0.15208682417869568], "count": [1042]}, "actions": {"min": [0.4418999254703522, 1.9422547817230225, -1.9701277017593384, -0.4642401337623596, -1.310009241104126, -1.3323320150375366, 0.18558086454868317, 0.0, 0.05019500106573105, 0.2973119914531708, -0.2976129949092865, -0.43525055050849915, -0.6549538373947144, -0.42160576581954956, -0.6507263779640198, -0.9928655028343201, -2.055509328842163, 0.7793768048286438, -0.12000884115695953, 0.30995306372642517, 0.9402438402175903, -2.2914254665374756, 25.0, -0.236968994140625, 0.34918999671936035, -0.27103400230407715, -0.3851563632488251, 0.49553659558296204, -0.16633684933185577, 0.17660097777843475], "max": [0.8483347296714783, 2.054305076599121, -1.162598729133606, -0.008883725851774216, -0.02298598736524582, -0.5643696784973145, 1.2920846939086914, 894.0, 0.2161339968442917, 0.43499600887298584, -0.18406400084495544, 0.5112226009368896, 0.9011351466178894, 0.4268975853919983, 0.6659314036369324, -0.2781705856323242, -1.942918062210083, 1.5490494966506958, 1.243459939956665, 2.7059760093688965, 1.5268490314483643, -0.3880390524864197, 849.0, -0.04189300164580345, 0.42600199580192566, -0.11169599741697311, -0.028453487902879715, 0.9606215357780457, 0.5291756987571716, 0.684738039970398], "mean": [0.6602338552474976, 2.0161726474761963, -1.5517256259918213, -0.25824958086013794, -0.8528971076011658, -0.9467383623123169, 0.9520301222801208, 543.0508422851562, 0.13518956303596497, 0.3905286490917206, -0.22561730444431305, -0.17806829512119293, 0.7068067193031311, -0.2868097722530365, -0.513916552066803, -0.648642897605896, -2.0371830463409424, 1.1085586547851562, 0.38130974769592285, 1.4219653606414795, 1.125866174697876, -1.0914653539657593, 568.8244018554688, -0.16223785281181335, 0.38415834307670593, -0.21322157979011536, -0.21150875091552734, 0.7301685810089111, 0.31579601764678955, 0.459689736366272], "std": [0.10709337145090103, 0.017385542392730713, 0.27047663927078247, 0.09722974896430969, 0.3096890151500702, 0.13554973900318146, 0.20123721659183502, 244.4664306640625, 0.0514589324593544, 0.03131355345249176, 0.025169411674141884, 0.1268661469221115, 0.21960513293743134, 0.155750572681427, 0.18375706672668457, 0.15995259582996368, 0.015046724118292332, 0.243562251329422, 0.41545483469963074, 0.7367416620254517, 0.1630147099494934, 0.5880337357521057, 271.2724914550781, 0.05899357423186302, 0.019185397773981094, 0.048430655151605606, 0.10978374630212784, 0.150870680809021, 0.2305038571357727, 0.15208682417869568], "count": [1042]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009596928982725527], "std": [0.030964041852018575], "count": [1042]}, "timestamp": {"min": [0.0], "max": [41.64], "mean": [20.82], "std": [12.031974069120993], "count": [1042]}, "frame_index": {"min": [0], "max": [1041], "mean": [520.5], "std": [300.7993517280248], "count": [1042]}, "episode_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [1042]}, "index": {"min": [329571], "max": [330612], "mean": [330091.5], "std": [300.7993517280248], "count": [1042]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1042]}}} +{"episode_index": 274, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4792612125941557]], [[0.482984865470852]], [[0.47945548667897653]]], "std": [[[0.11887458915617265]], [[0.12027081916785566]], [[0.12073449294358092]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4674895357059117]], [[0.4694661652964624]], [[0.46483788724757463]]], "std": [[[0.07450969722108979]], [[0.07314557665657596]], [[0.07607322934843695]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4726057530261731]], [[0.47587288241155956]], [[0.4725635752806354]]], "std": [[[0.07521149392750696]], [[0.07174813865201071]], [[0.07356677751146706]]], "count": [223]}, "states": {"min": [0.309324711561203, 1.8966842889785767, 1.0752973556518555, 0.00856956746429205, -2.732732057571411, 0.6386858224868774, -2.9576351642608643, 86.0, -0.00749099999666214, 0.2851090133190155, -0.27755799889564514, -0.49988383054733276, -0.6176857352256775, -0.49430882930755615, -0.6402274966239929, -0.8057835698127747, -2.0672552585601807, 0.2882760465145111, -0.2608918249607086, -2.8916616439819336, -1.7686469554901123, 0.6644468307495117, 48.0, -0.3312470018863678, 0.23218099772930145, -0.28090900182724, -0.49970200657844543, -0.4707961976528168, -0.520098090171814, -0.6723886132240295], "max": [0.6858096718788147, 2.0371484756469727, 2.1296682357788086, 1.6763015985488892, 0.2102947235107422, 1.461294412612915, -0.012147491797804832, 877.0, 0.30052998661994934, 0.4069550037384033, -0.09430400282144547, 0.5175817608833313, 0.9764735698699951, 0.49948522448539734, 0.6221544146537781, 0.2500707805156708, -1.9705291986465454, 1.6168032884597778, 1.9171395301818848, -0.430939257144928, -0.9734050035476685, 2.837329387664795, 878.0, -0.052609000355005264, 0.3749839961528778, -0.10822100192308426, 0.5319486856460571, 0.9471327662467957, 0.5870361924171448, 0.7931413054466248], "mean": [0.4382535517215729, 2.015631914138794, 1.5611672401428223, 0.75996994972229, -1.3218966722488403, 1.0742167234420776, -1.6557866334915161, 712.189697265625, 0.1753918081521988, 0.3508499264717102, -0.1971054971218109, 0.04152967035770416, 0.39062219858169556, -0.060058046132326126, -0.12151545286178589, -0.2946012020111084, -2.0406553745269775, 1.153074860572815, 0.8104115724563599, -1.6287847757339478, -1.3961150646209717, 1.8986129760742188, 618.7985229492188, -0.21219795942306519, 0.3071841895580292, -0.18022164702415466, -0.18120697140693665, 0.637687623500824, 0.24002933502197266, 0.3917185068130493], "std": [0.08724932372570038, 0.01627958193421364, 0.2267729640007019, 0.6585174202919006, 1.1651748418807983, 0.1752919703722, 1.0976638793945312, 265.5624694824219, 0.09477299451828003, 0.030983680859208107, 0.05122658237814903, 0.32375702261924744, 0.6298103332519531, 0.3846481144428253, 0.4217614233493805, 0.2586921751499176, 0.010116071440279484, 0.29997697472572327, 0.6413899064064026, 0.8106585741043091, 0.16841857135295868, 0.7475438117980957, 271.0566711425781, 0.0756177306175232, 0.036464422941207886, 0.04155723378062248, 0.2468397617340088, 0.3472236692905426, 0.2360491007566452, 0.33503347635269165], "count": [1355]}, "actions": {"min": [0.309324711561203, 1.8966842889785767, 1.0752973556518555, 0.00856956746429205, -2.732732057571411, 0.6386858224868774, -2.9576351642608643, 86.0, -0.00749099999666214, 0.2851090133190155, -0.27755799889564514, -0.49988383054733276, -0.6176857352256775, -0.49430882930755615, -0.6402274966239929, -0.8057835698127747, -2.0672552585601807, 0.2882760465145111, -0.2608918249607086, -2.8916616439819336, -1.7686469554901123, 0.6644468307495117, 48.0, -0.3312470018863678, 0.23218099772930145, -0.28090900182724, -0.49970200657844543, -0.4707961976528168, -0.520098090171814, -0.6723886132240295], "max": [0.6858096718788147, 2.0371484756469727, 2.1296682357788086, 1.6763015985488892, 0.2102947235107422, 1.461294412612915, -0.012147491797804832, 877.0, 0.30052998661994934, 0.4069550037384033, -0.09430400282144547, 0.5175817608833313, 0.9764735698699951, 0.49948522448539734, 0.6221544146537781, 0.2500707805156708, -1.9705291986465454, 1.6168032884597778, 1.9171395301818848, -0.430939257144928, -0.9734050035476685, 2.837329387664795, 878.0, -0.052609000355005264, 0.3749839961528778, -0.10822100192308426, 0.5319486856460571, 0.9471327662467957, 0.5870361924171448, 0.7931413054466248], "mean": [0.4382535517215729, 2.015631914138794, 1.5611672401428223, 0.75996994972229, -1.3218966722488403, 1.0742167234420776, -1.6557866334915161, 712.189697265625, 0.1753918081521988, 0.3508499264717102, -0.1971054971218109, 0.04152967035770416, 0.39062219858169556, -0.060058046132326126, -0.12151545286178589, -0.2946012020111084, -2.0406553745269775, 1.153074860572815, 0.8104115724563599, -1.6287847757339478, -1.3961150646209717, 1.8986129760742188, 618.7985229492188, -0.21219795942306519, 0.3071841895580292, -0.18022164702415466, -0.18120697140693665, 0.637687623500824, 0.24002933502197266, 0.3917185068130493], "std": [0.08724932372570038, 0.01627958193421364, 0.2267729640007019, 0.6585174202919006, 1.1651748418807983, 0.1752919703722, 1.0976638793945312, 265.5624694824219, 0.09477299451828003, 0.030983680859208107, 0.05122658237814903, 0.32375702261924744, 0.6298103332519531, 0.3846481144428253, 0.4217614233493805, 0.2586921751499176, 0.010116071440279484, 0.29997697472572327, 0.6413899064064026, 0.8106585741043091, 0.16841857135295868, 0.7475438117980957, 271.0566711425781, 0.0756177306175232, 0.036464422941207886, 0.04155723378062248, 0.2468397617340088, 0.3472236692905426, 0.2360491007566452, 0.33503347635269165], "count": [1355]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007380073800738007], "std": [0.027156264934279112], "count": [1355]}, "timestamp": {"min": [0.0], "max": [54.16], "mean": [27.079999999999995], "std": [15.646188034150683], "count": [1355]}, "frame_index": {"min": [0], "max": [1354], "mean": [677.0], "std": [391.15470085376705], "count": [1355]}, "episode_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [1355]}, "index": {"min": [330613], "max": [331967], "mean": [331290.0], "std": [391.15470085376705], "count": [1355]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1355]}}} +{"episode_index": 275, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.478343059010503]], [[0.4836491978424869]], [[0.47887522050694237]]], "std": [[[0.11046002364028068]], [[0.11055055779876047]], [[0.11045893296779756]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.6627450980392157]], [[0.6431372549019608]], [[0.6392156862745098]]], "mean": [[[0.47793910756674146]], [[0.4809208806864371]], [[0.476665296881605]]], "std": [[[0.06561992189757081]], [[0.06433633861809825]], [[0.06876334985205242]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4760291465466784]], [[0.4773194413959614]], [[0.4722928057831756]]], "std": [[[0.09224518302426538]], [[0.0936390448307676]], [[0.09748030015225573]]], "count": [201]}, "states": {"min": [0.21532127261161804, 1.8705568313598633, -2.03358793258667, -0.9248848557472229, -1.774895191192627, -1.0070550441741943, 0.3681248426437378, 3.0, 0.021017000079154968, 0.3357590138912201, -0.2665550112724304, -0.4581224322319031, -0.5302647352218628, -0.5448917746543884, -0.5762678384780884, -0.8029038310050964, -2.063049077987671, 0.8835206031799316, -0.049323007464408875, -0.13254030048847198, -1.3181774616241455, -2.9928386211395264, 31.0, -0.31029900908470154, 0.27160701155662537, -0.29512399435043335, -0.4978860020637512, -0.7537732720375061, -0.6481711864471436, -0.48471859097480774], "max": [0.7789404988288879, 2.0403597354888916, -1.382056474685669, -0.20453514158725739, 0.13346533477306366, -0.41495203971862793, 1.860713005065918, 649.0, 0.27610498666763306, 0.4647560119628906, -0.17787599563598633, 0.42621031403541565, 0.9064373970031738, 0.503646969795227, 0.5406310558319092, 0.025185100734233856, -1.888132095336914, 2.571620464324951, 1.5152949094772339, 2.638396978378296, 1.479236364364624, -0.4257905185222626, 849.0, -0.023576999083161354, 0.45263200998306274, -0.07713200151920319, 0.5964345932006836, 0.9637870192527771, 0.7238950729370117, 0.6721488833427429], "mean": [0.5324264168739319, 2.004866123199463, -1.586204171180725, -0.5018171668052673, -0.907606840133667, -0.7551579475402832, 0.9901443123817444, 445.64715576171875, 0.1702229231595993, 0.3921755850315094, -0.2268894761800766, -0.275595486164093, 0.7305559515953064, -0.3289574682712555, -0.4550321400165558, -0.39000919461250305, -2.0424447059631348, 1.7574764490127563, 0.6464745402336121, 1.6355996131896973, 0.2819189727306366, -1.9585410356521606, 529.296875, -0.20157316327095032, 0.33993637561798096, -0.22836893796920776, -0.07805465906858444, 0.37921246886253357, 0.12562453746795654, 0.16276676952838898], "std": [0.14326287806034088, 0.03404324874281883, 0.1620442122220993, 0.19152472913265228, 0.6615282297134399, 0.11639919877052307, 0.5305572152137756, 197.92372131347656, 0.07896795868873596, 0.03236522525548935, 0.021236436441540718, 0.14295804500579834, 0.15012669563293457, 0.15956635773181915, 0.0814397931098938, 0.2633667588233948, 0.019290033727884293, 0.45233067870140076, 0.43770483136177063, 1.0579779148101807, 0.9527013301849365, 0.9284583926200867, 272.6481628417969, 0.09682627022266388, 0.04390517249703407, 0.05950334295630455, 0.37889590859413147, 0.5313226580619812, 0.48524951934814453, 0.3827502727508545], "count": [1179]}, "actions": {"min": [0.21532127261161804, 1.8705568313598633, -2.03358793258667, -0.9248848557472229, -1.774895191192627, -1.0070550441741943, 0.3681248426437378, 3.0, 0.021017000079154968, 0.3357590138912201, -0.2665550112724304, -0.4581224322319031, -0.5302647352218628, -0.5448917746543884, -0.5762678384780884, -0.8029038310050964, -2.063049077987671, 0.8835206031799316, -0.049323007464408875, -0.13254030048847198, -1.3181774616241455, -2.9928386211395264, 31.0, -0.31029900908470154, 0.27160701155662537, -0.29512399435043335, -0.4978860020637512, -0.7537732720375061, -0.6481711864471436, -0.48471859097480774], "max": [0.7789404988288879, 2.0403597354888916, -1.382056474685669, -0.20453514158725739, 0.13346533477306366, -0.41495203971862793, 1.860713005065918, 649.0, 0.27610498666763306, 0.4647560119628906, -0.17787599563598633, 0.42621031403541565, 0.9064373970031738, 0.503646969795227, 0.5406310558319092, 0.025185100734233856, -1.888132095336914, 2.571620464324951, 1.5152949094772339, 2.638396978378296, 1.479236364364624, -0.4257905185222626, 849.0, -0.023576999083161354, 0.45263200998306274, -0.07713200151920319, 0.5964345932006836, 0.9637870192527771, 0.7238950729370117, 0.6721488833427429], "mean": [0.5324264168739319, 2.004866123199463, -1.586204171180725, -0.5018171668052673, -0.907606840133667, -0.7551579475402832, 0.9901443123817444, 445.64715576171875, 0.1702229231595993, 0.3921755850315094, -0.2268894761800766, -0.275595486164093, 0.7305559515953064, -0.3289574682712555, -0.4550321400165558, -0.39000919461250305, -2.0424447059631348, 1.7574764490127563, 0.6464745402336121, 1.6355996131896973, 0.2819189727306366, -1.9585410356521606, 529.296875, -0.20157316327095032, 0.33993637561798096, -0.22836893796920776, -0.07805465906858444, 0.37921246886253357, 0.12562453746795654, 0.16276676952838898], "std": [0.14326287806034088, 0.03404324874281883, 0.1620442122220993, 0.19152472913265228, 0.6615282297134399, 0.11639919877052307, 0.5305572152137756, 197.92372131347656, 0.07896795868873596, 0.03236522525548935, 0.021236436441540718, 0.14295804500579834, 0.15012669563293457, 0.15956635773181915, 0.0814397931098938, 0.2633667588233948, 0.019290033727884293, 0.45233067870140076, 0.43770483136177063, 1.0579779148101807, 0.9527013301849365, 0.9284583926200867, 272.6481628417969, 0.09682627022266388, 0.04390517249703407, 0.05950334295630455, 0.37889590859413147, 0.5313226580619812, 0.48524951934814453, 0.3827502727508545], "count": [1179]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008481764206955047], "std": [0.02911111501565821], "count": [1179]}, "timestamp": {"min": [0.0], "max": [47.12], "mean": [23.559999999999995], "std": [13.613914450541646], "count": [1179]}, "frame_index": {"min": [0], "max": [1178], "mean": [589.0], "std": [340.3478612635412], "count": [1179]}, "episode_index": {"min": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [1179]}, "index": {"min": [331968], "max": [333146], "mean": [332557.0], "std": [340.3478612635412], "count": [1179]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1179]}}} +{"episode_index": 276, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46190254308854956]], [[0.4675587842508799]], [[0.4617378491861488]]], "std": [[[0.1512634415556559]], [[0.14936107232131082]], [[0.1499007982700602]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46444125895550525]], [[0.4726155888637506]], [[0.46590780248397434]]], "std": [[[0.10458893416206193]], [[0.10036570464171059]], [[0.10271913955124955]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.4743431588580945]], [[0.4751046330992333]], [[0.47233966110482656]]], "std": [[[0.10863691195190961]], [[0.10622795340834414]], [[0.1079199994437251]]], "count": [208]}, "states": {"min": [0.34803611040115356, 1.9806694984436035, -1.1504687070846558, -0.3191508948802948, -1.9387990236282349, -1.5313868522644043, 0.30365240573883057, 3.0, 0.07734999805688858, 0.26838400959968567, -0.28011900186538696, -0.39000168442726135, -0.6367777585983276, -0.35873404145240784, -0.6698516607284546, -0.8082795143127441, -2.0557711124420166, 0.6896668672561646, -0.18512709438800812, 0.4689525067806244, 1.1493691205978394, -1.9869526624679565, 81.0, -0.27889999747276306, 0.29769399762153625, -0.2750700116157532, -0.39442020654678345, 0.48704206943511963, -0.0378354974091053, 0.27719444036483765], "max": [0.8300961256027222, 2.0387191772460938, -0.5919808149337769, 0.09824459254741669, -0.7370525598526001, -1.06657075881958, 0.8774992227554321, 865.0, 0.23495499789714813, 0.40237799286842346, -0.17632199823856354, 0.4067273736000061, 0.873788595199585, 0.37732189893722534, 0.6428863406181335, -0.30538028478622437, -1.7429033517837524, 1.537233829498291, 1.3883570432662964, 2.574221134185791, 1.7029527425765991, -0.36337754130363464, 921.0, -0.03437900170683861, 0.4039570093154907, -0.11635900288820267, 0.04478931054472923, 0.9530564546585083, 0.49593275785446167, 0.7230947017669678], "mean": [0.6124417781829834, 2.0236446857452393, -0.8868598937988281, -0.15059126913547516, -1.3543906211853027, -1.2335691452026367, 0.6763455867767334, 685.7882080078125, 0.15847505629062653, 0.36337465047836304, -0.2217317372560501, -0.21498146653175354, 0.6722649931907654, -0.2221796065568924, -0.5459665656089783, -0.5505192279815674, -2.0306339263916016, 1.124212384223938, 0.5167091488838196, 1.6151008605957031, 1.3469178676605225, -1.2321497201919556, 565.5941772460938, -0.171814426779747, 0.3431895971298218, -0.20912931859493256, -0.1419539600610733, 0.7706341743469238, 0.2635551691055298, 0.48773661255836487], "std": [0.09821926802396774, 0.010602091439068317, 0.20253337919712067, 0.14605183899402618, 0.2897263169288635, 0.09446340799331665, 0.23819734156131744, 280.7412109375, 0.03307798504829407, 0.03206596150994301, 0.023697849363088608, 0.15364764630794525, 0.24390245974063873, 0.15132936835289001, 0.22000543773174286, 0.15136845409870148, 0.041959017515182495, 0.28270336985588074, 0.37901031970977783, 0.7162094116210938, 0.10936366021633148, 0.5528298616409302, 262.2698974609375, 0.07372277230024338, 0.028558366000652313, 0.03393159061670303, 0.13373751938343048, 0.14356718957424164, 0.14607682824134827, 0.13707441091537476], "count": [1237]}, "actions": {"min": [0.34803611040115356, 1.9806694984436035, -1.1504687070846558, -0.3191508948802948, -1.9387990236282349, -1.5313868522644043, 0.30365240573883057, 3.0, 0.07734999805688858, 0.26838400959968567, -0.28011900186538696, -0.39000168442726135, -0.6367777585983276, -0.35873404145240784, -0.6698516607284546, -0.8082795143127441, -2.0557711124420166, 0.6896668672561646, -0.18512709438800812, 0.4689525067806244, 1.1493691205978394, -1.9869526624679565, 81.0, -0.27889999747276306, 0.29769399762153625, -0.2750700116157532, -0.39442020654678345, 0.48704206943511963, -0.0378354974091053, 0.27719444036483765], "max": [0.8300961256027222, 2.0387191772460938, -0.5919808149337769, 0.09824459254741669, -0.7370525598526001, -1.06657075881958, 0.8774992227554321, 865.0, 0.23495499789714813, 0.40237799286842346, -0.17632199823856354, 0.4067273736000061, 0.873788595199585, 0.37732189893722534, 0.6428863406181335, -0.30538028478622437, -1.7429033517837524, 1.537233829498291, 1.3883570432662964, 2.574221134185791, 1.7029527425765991, -0.36337754130363464, 921.0, -0.03437900170683861, 0.4039570093154907, -0.11635900288820267, 0.04478931054472923, 0.9530564546585083, 0.49593275785446167, 0.7230947017669678], "mean": [0.6124417781829834, 2.0236446857452393, -0.8868598937988281, -0.15059126913547516, -1.3543906211853027, -1.2335691452026367, 0.6763455867767334, 685.7882080078125, 0.15847505629062653, 0.36337465047836304, -0.2217317372560501, -0.21498146653175354, 0.6722649931907654, -0.2221796065568924, -0.5459665656089783, -0.5505192279815674, -2.0306339263916016, 1.124212384223938, 0.5167091488838196, 1.6151008605957031, 1.3469178676605225, -1.2321497201919556, 565.5941772460938, -0.171814426779747, 0.3431895971298218, -0.20912931859493256, -0.1419539600610733, 0.7706341743469238, 0.2635551691055298, 0.48773661255836487], "std": [0.09821926802396774, 0.010602091439068317, 0.20253337919712067, 0.14605183899402618, 0.2897263169288635, 0.09446340799331665, 0.23819734156131744, 280.7412109375, 0.03307798504829407, 0.03206596150994301, 0.023697849363088608, 0.15364764630794525, 0.24390245974063873, 0.15132936835289001, 0.22000543773174286, 0.15136845409870148, 0.041959017515182495, 0.28270336985588074, 0.37901031970977783, 0.7162094116210938, 0.10936366021633148, 0.5528298616409302, 262.2698974609375, 0.07372277230024338, 0.028558366000652313, 0.03393159061670303, 0.13373751938343048, 0.14356718957424164, 0.14607682824134827, 0.13707441091537476], "count": [1237]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008084074373484236], "std": [0.02842101185326911], "count": [1237]}, "timestamp": {"min": [0.0], "max": [49.44], "mean": [24.72], "std": [14.283640992408063], "count": [1237]}, "frame_index": {"min": [0], "max": [1236], "mean": [618.0], "std": [357.0910248102016], "count": [1237]}, "episode_index": {"min": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [1237]}, "index": {"min": [333147], "max": [334383], "mean": [333765.0], "std": [357.0910248102016], "count": [1237]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1237]}}} +{"episode_index": 277, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45888115094858006]], [[0.4641045128043843]], [[0.4584966299019608]]], "std": [[[0.15442867543179703]], [[0.15292615049392566]], [[0.15342204733741518]]], "count": [226]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46797561852912256]], [[0.47472304915697844]], [[0.46722192579096533]]], "std": [[[0.09645523656743864]], [[0.09418898566584011]], [[0.0995341008314856]]], "count": [226]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47030685244230436]], [[0.47236248752819715]], [[0.468877129244028]]], "std": [[[0.11585441038028406]], [[0.11475721601958128]], [[0.11685958113709358]]], "count": [226]}, "states": {"min": [0.5055171847343445, 1.891902208328247, -0.9368404150009155, -0.5055345892906189, -2.399705410003662, -1.5226776599884033, 0.2944195866584778, -5.0, 0.0778070017695427, 0.30750200152397156, -0.26446300745010376, -0.4046989679336548, -0.6596232652664185, -0.38337722420692444, -0.6629812121391296, -0.9601755142211914, -2.0568530559539795, 0.4033106863498688, -0.21338394284248352, 0.5497787594795227, 1.1834379434585571, -2.2576706409454346, 69.0, -0.2869729995727539, 0.29397499561309814, -0.27327701449394226, -0.49974220991134644, -0.4402924180030823, -0.4240368604660034, -0.6162962913513184], "max": [0.8653517961502075, 2.040132761001587, -0.4738220274448395, 0.0694291964173317, -1.042624831199646, -1.0324146747589111, 1.357150673866272, 882.0, 0.2301120012998581, 0.44780901074409485, -0.15648500621318817, 0.44739195704460144, 0.9017359018325806, 0.3575712740421295, 0.6834326982498169, -0.3467271029949188, -1.985800862312317, 1.6195956468582153, 1.352298617362976, 2.5871713161468506, 1.828057885169983, -0.27111944556236267, 894.0, -0.004854999948292971, 0.3972010016441345, -0.04676099866628647, 0.5007924437522888, 0.9745171070098877, 0.42998796701431274, 0.7526168823242188], "mean": [0.704047679901123, 2.0180187225341797, -0.7298826575279236, -0.17564979195594788, -1.6345503330230713, -1.303230881690979, 0.792702853679657, 685.7079467773438, 0.1462535411119461, 0.3753492832183838, -0.20368444919586182, -0.1137973964214325, 0.5974231958389282, -0.14645151793956757, -0.4361071288585663, -0.616371214389801, -2.0331904888153076, 1.0276834964752197, 0.533927857875824, 1.8106096982955933, 1.4502679109573364, -1.3162282705307007, 550.86083984375, -0.15320104360580444, 0.3420998156070709, -0.19725215435028076, -0.08753237128257751, 0.793261706829071, 0.22662359476089478, 0.4670994281768799], "std": [0.09032440930604935, 0.025423230603337288, 0.06252207607030869, 0.15454113483428955, 0.432504802942276, 0.0934181734919548, 0.30888086557388306, 268.3687744140625, 0.03883444145321846, 0.029946759343147278, 0.0255986750125885, 0.21633699536323547, 0.43902599811553955, 0.17442891001701355, 0.3853921890258789, 0.18119515478610992, 0.011305994354188442, 0.24970239400863647, 0.3571396768093109, 0.5759055614471436, 0.15277481079101562, 0.6206640601158142, 263.6044616699219, 0.06450877338647842, 0.021663932129740715, 0.04050693288445473, 0.16405990719795227, 0.1422136425971985, 0.13194553554058075, 0.1702505201101303], "count": [1380]}, "actions": {"min": [0.5055171847343445, 1.891902208328247, -0.9368404150009155, -0.5055345892906189, -2.399705410003662, -1.5226776599884033, 0.2944195866584778, -5.0, 0.0778070017695427, 0.30750200152397156, -0.26446300745010376, -0.4046989679336548, -0.6596232652664185, -0.38337722420692444, -0.6629812121391296, -0.9601755142211914, -2.0568530559539795, 0.4033106863498688, -0.21338394284248352, 0.5497787594795227, 1.1834379434585571, -2.2576706409454346, 69.0, -0.2869729995727539, 0.29397499561309814, -0.27327701449394226, -0.49974220991134644, -0.4402924180030823, -0.4240368604660034, -0.6162962913513184], "max": [0.8653517961502075, 2.040132761001587, -0.4738220274448395, 0.0694291964173317, -1.042624831199646, -1.0324146747589111, 1.357150673866272, 882.0, 0.2301120012998581, 0.44780901074409485, -0.15648500621318817, 0.44739195704460144, 0.9017359018325806, 0.3575712740421295, 0.6834326982498169, -0.3467271029949188, -1.985800862312317, 1.6195956468582153, 1.352298617362976, 2.5871713161468506, 1.828057885169983, -0.27111944556236267, 894.0, -0.004854999948292971, 0.3972010016441345, -0.04676099866628647, 0.5007924437522888, 0.9745171070098877, 0.42998796701431274, 0.7526168823242188], "mean": [0.704047679901123, 2.0180187225341797, -0.7298826575279236, -0.17564979195594788, -1.6345503330230713, -1.303230881690979, 0.792702853679657, 685.7079467773438, 0.1462535411119461, 0.3753492832183838, -0.20368444919586182, -0.1137973964214325, 0.5974231958389282, -0.14645151793956757, -0.4361071288585663, -0.616371214389801, -2.0331904888153076, 1.0276834964752197, 0.533927857875824, 1.8106096982955933, 1.4502679109573364, -1.3162282705307007, 550.86083984375, -0.15320104360580444, 0.3420998156070709, -0.19725215435028076, -0.08753237128257751, 0.793261706829071, 0.22662359476089478, 0.4670994281768799], "std": [0.09032440930604935, 0.025423230603337288, 0.06252207607030869, 0.15454113483428955, 0.432504802942276, 0.0934181734919548, 0.30888086557388306, 268.3687744140625, 0.03883444145321846, 0.029946759343147278, 0.0255986750125885, 0.21633699536323547, 0.43902599811553955, 0.17442891001701355, 0.3853921890258789, 0.18119515478610992, 0.011305994354188442, 0.24970239400863647, 0.3571396768093109, 0.5759055614471436, 0.15277481079101562, 0.6206640601158142, 263.6044616699219, 0.06450877338647842, 0.021663932129740715, 0.04050693288445473, 0.16405990719795227, 0.1422136425971985, 0.13194553554058075, 0.1702505201101303], "count": [1380]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007246376811594203], "std": [0.026909340040039337], "count": [1380]}, "timestamp": {"min": [0.0], "max": [55.16], "mean": [27.579999999999995], "std": [15.934863245935519], "count": [1380]}, "frame_index": {"min": [0], "max": [1379], "mean": [689.5], "std": [398.371581148388], "count": [1380]}, "episode_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [1380]}, "index": {"min": [334384], "max": [335763], "mean": [335073.5], "std": [398.371581148388], "count": [1380]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1380]}}} +{"episode_index": 278, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4564505310457516]], [[0.46626922905525847]], [[0.4618927188552189]]], "std": [[[0.12635086066612253]], [[0.12579491516850907]], [[0.12740898151693814]]], "count": [165]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4753376460685284]], [[0.47826276614181024]], [[0.4715138975539711]]], "std": [[[0.07539771171427975]], [[0.07424246195544698]], [[0.07873775072446892]]], "count": [165]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4852887316795405]], [[0.4863092171717172]], [[0.48213235665478316]]], "std": [[[0.10151223072588257]], [[0.10210777812036871]], [[0.10710921391870912]]], "count": [165]}, "states": {"min": [0.5336518883705139, 1.9249062538146973, -1.0968347787857056, -0.5331282615661621, 0.8804313540458679, 0.7964461445808411, -2.8204870223999023, 2.0, 0.03603599965572357, 0.3251489996910095, -0.2510469853878021, -0.475650817155838, -0.571036696434021, -0.5153756737709045, -0.5999606251716614, -1.088300108909607, -2.057114839553833, -2.459029197692871, -1.118284821510315, 0.5644046068191528, -1.6877858638763428, 0.6635567545890808, 24.0, -0.20185500383377075, 0.3127340078353882, -0.2498359978199005, -0.35907208919525146, 0.5152900218963623, 0.0375039242208004, 0.09191902726888657], "max": [1.071126103401184, 2.049959182739258, -0.5045921206474304, -0.030630530789494514, 2.431924343109131, 1.4927974939346313, -1.6166810989379883, 894.0, 0.2852340042591095, 0.4645540118217468, -0.15377900004386902, 0.4801828861236572, 0.9220433235168457, 0.5164661407470703, 0.5741772055625916, -0.4754277169704437, -1.883594274520874, -1.2615938186645508, 0.05984733998775482, 2.62640643119812, -0.8497484922409058, 2.615236282348633, 899.0, 0.01670899987220764, 0.4218539893627167, -0.1068980023264885, 0.12511758506298065, 0.9879375100135803, 0.500416100025177, 0.7081751227378845], "mean": [0.7547155618667603, 2.0134663581848145, -0.8406693935394287, -0.29187142848968506, 1.5040104389190674, 1.125464916229248, -2.1067492961883545, 656.017578125, 0.16153854131698608, 0.39903509616851807, -0.19889026880264282, -0.14159999787807465, 0.6936131715774536, -0.2160150408744812, -0.43599453568458557, -0.7376815676689148, -2.0359175205230713, -2.0081093311309814, -0.5035829544067383, 1.6822096109390259, -1.294296383857727, 1.638832926750183, 635.7197875976562, -0.13415057957172394, 0.38368165493011475, -0.18586435914039612, -0.09374625980854034, 0.7655075192451477, 0.30427315831184387, 0.43756628036499023], "std": [0.1661837249994278, 0.024705365300178528, 0.22940313816070557, 0.16823835670948029, 0.5273611545562744, 0.20217418670654297, 0.41726556420326233, 305.91363525390625, 0.08259692788124084, 0.03883512690663338, 0.023404261097311974, 0.22474560141563416, 0.30867353081703186, 0.25492632389068604, 0.22653920948505402, 0.16512247920036316, 0.024795586243271828, 0.2701398730278015, 0.33977147936820984, 0.7206280827522278, 0.22613172233104706, 0.6188455820083618, 299.80126953125, 0.06057117134332657, 0.026425035670399666, 0.036794520914554596, 0.14632268249988556, 0.18026790022850037, 0.16054154932498932, 0.20367516577243805], "count": [910]}, "actions": {"min": [0.5336518883705139, 1.9249062538146973, -1.0968347787857056, -0.5331282615661621, 0.8804313540458679, 0.7964461445808411, -2.8204870223999023, 2.0, 0.03603599965572357, 0.3251489996910095, -0.2510469853878021, -0.475650817155838, -0.571036696434021, -0.5153756737709045, -0.5999606251716614, -1.088300108909607, -2.057114839553833, -2.459029197692871, -1.118284821510315, 0.5644046068191528, -1.6877858638763428, 0.6635567545890808, 24.0, -0.20185500383377075, 0.3127340078353882, -0.2498359978199005, -0.35907208919525146, 0.5152900218963623, 0.0375039242208004, 0.09191902726888657], "max": [1.071126103401184, 2.049959182739258, -0.5045921206474304, -0.030630530789494514, 2.431924343109131, 1.4927974939346313, -1.6166810989379883, 894.0, 0.2852340042591095, 0.4645540118217468, -0.15377900004386902, 0.4801828861236572, 0.9220433235168457, 0.5164661407470703, 0.5741772055625916, -0.4754277169704437, -1.883594274520874, -1.2615938186645508, 0.05984733998775482, 2.62640643119812, -0.8497484922409058, 2.615236282348633, 899.0, 0.01670899987220764, 0.4218539893627167, -0.1068980023264885, 0.12511758506298065, 0.9879375100135803, 0.500416100025177, 0.7081751227378845], "mean": [0.7547155618667603, 2.0134663581848145, -0.8406693935394287, -0.29187142848968506, 1.5040104389190674, 1.125464916229248, -2.1067492961883545, 656.017578125, 0.16153854131698608, 0.39903509616851807, -0.19889026880264282, -0.14159999787807465, 0.6936131715774536, -0.2160150408744812, -0.43599453568458557, -0.7376815676689148, -2.0359175205230713, -2.0081093311309814, -0.5035829544067383, 1.6822096109390259, -1.294296383857727, 1.638832926750183, 635.7197875976562, -0.13415057957172394, 0.38368165493011475, -0.18586435914039612, -0.09374625980854034, 0.7655075192451477, 0.30427315831184387, 0.43756628036499023], "std": [0.1661837249994278, 0.024705365300178528, 0.22940313816070557, 0.16823835670948029, 0.5273611545562744, 0.20217418670654297, 0.41726556420326233, 305.91363525390625, 0.08259692788124084, 0.03883512690663338, 0.023404261097311974, 0.22474560141563416, 0.30867353081703186, 0.25492632389068604, 0.22653920948505402, 0.16512247920036316, 0.024795586243271828, 0.2701398730278015, 0.33977147936820984, 0.7206280827522278, 0.22613172233104706, 0.6188455820083618, 299.80126953125, 0.06057117134332657, 0.026425035670399666, 0.036794520914554596, 0.14632268249988556, 0.18026790022850037, 0.16054154932498932, 0.20367516577243805], "count": [910]}, "next.done": {"min": [false], "max": [true], "mean": [0.001098901098901099], "std": [0.03313145809160733], "count": [910]}, "timestamp": {"min": [0.0], "max": [36.36], "mean": [18.18], "std": [10.50776855474082], "count": [910]}, "frame_index": {"min": [0], "max": [909], "mean": [454.5], "std": [262.69421386852054], "count": [910]}, "episode_index": {"min": [278], "max": [278], "mean": [278.0], "std": [0.0], "count": [910]}, "index": {"min": [335764], "max": [336673], "mean": [336218.5], "std": [262.69421386852054], "count": [910]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [910]}}} +{"episode_index": 279, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.47533927562458006]], [[0.4786435512873374]], [[0.4749228561557021]]], "std": [[[0.1233312873968383]], [[0.1257775119307422]], [[0.12605340178735744]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605636386369189]], [[0.4630488983950278]], [[0.4575259901273594]]], "std": [[[0.09700869639377213]], [[0.09442618414873823]], [[0.09809657295075372]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4697881505405901]], [[0.47139571975597094]], [[0.4675617679509499]]], "std": [[[0.0765265216497945]], [[0.0767467688771669]], [[0.08103483878089258]]], "count": [214]}, "states": {"min": [0.12049753218889236, 1.985347032546997, 1.3084036111831665, 0.009093166328966618, -2.436026096343994, 0.8225736618041992, -2.8148672580718994, 86.0, 0.02851100079715252, 0.2940329909324646, -0.2752760052680969, -0.46779999136924744, -0.5446522831916809, -0.4453439712524414, -0.6602967381477356, -1.0522764921188354, -2.056346893310547, 1.0385057926177979, -0.8781799077987671, -2.9039835929870605, -1.9424117803573608, 1.5421382188796997, 124.0, -0.297324001789093, 0.20702500641345978, -0.2788139879703522, -0.4996587336063385, -0.4551919102668762, -0.42072948813438416, -0.6165089011192322], "max": [0.6627190113067627, 2.02950382232666, 2.230827569961548, 1.5065332651138306, -0.3557504415512085, 1.3973280191421509, -0.6948853731155396, 855.0, 0.2739740014076233, 0.43699100613594055, -0.0988209992647171, 0.4706534743309021, 0.9513197541236877, 0.43315571546554565, 0.5588445067405701, -0.15824902057647705, -2.0113000869750977, 2.5611486434936523, 1.1482173204421997, -1.165653109550476, -0.986198365688324, 2.841256618499756, 801.0, -0.06717699766159058, 0.36396801471710205, -0.1553959995508194, 0.5064777135848999, 0.9046701788902283, 0.5265617966651917, 0.7278637886047363], "mean": [0.43909114599227905, 2.017322540283203, 1.8502594232559204, 0.6256504058837891, -1.3145231008529663, 1.133846640586853, -2.0878188610076904, 580.668212890625, 0.17653872072696686, 0.3497716188430786, -0.19494925439357758, -0.2211616039276123, 0.659098744392395, -0.18783928453922272, -0.425441175699234, -0.5042082667350769, -2.0407233238220215, 1.6543010473251343, 0.03883258253335953, -2.511369228363037, -1.4708365201950073, 2.412302255630493, 541.2944946289062, -0.19295211136341095, 0.2932071387767792, -0.22805871069431305, -0.15638098120689392, 0.6040502190589905, 0.21042519807815552, 0.47147423028945923], "std": [0.11951590329408646, 0.0057846661657094955, 0.300635427236557, 0.5310143232345581, 0.6568689346313477, 0.17478075623512268, 0.6064152121543884, 226.69580078125, 0.07887972146272659, 0.04882100969552994, 0.05406462028622627, 0.22904792428016663, 0.3426744341850281, 0.23201575875282288, 0.2768990397453308, 0.25979799032211304, 0.006215422879904509, 0.4481358826160431, 0.5364533066749573, 0.5637415647506714, 0.2313874512910843, 0.40072008967399597, 204.80906677246094, 0.07382504642009735, 0.03774296119809151, 0.02593899704515934, 0.26152169704437256, 0.34542617201805115, 0.22840777039527893, 0.3228278160095215], "count": [1287]}, "actions": {"min": [0.12049753218889236, 1.985347032546997, 1.3084036111831665, 0.009093166328966618, -2.436026096343994, 0.8225736618041992, -2.8148672580718994, 86.0, 0.02851100079715252, 0.2940329909324646, -0.2752760052680969, -0.46779999136924744, -0.5446522831916809, -0.4453439712524414, -0.6602967381477356, -1.0522764921188354, -2.056346893310547, 1.0385057926177979, -0.8781799077987671, -2.9039835929870605, -1.9424117803573608, 1.5421382188796997, 124.0, -0.297324001789093, 0.20702500641345978, -0.2788139879703522, -0.4996587336063385, -0.4551919102668762, -0.42072948813438416, -0.6165089011192322], "max": [0.6627190113067627, 2.02950382232666, 2.230827569961548, 1.5065332651138306, -0.3557504415512085, 1.3973280191421509, -0.6948853731155396, 855.0, 0.2739740014076233, 0.43699100613594055, -0.0988209992647171, 0.4706534743309021, 0.9513197541236877, 0.43315571546554565, 0.5588445067405701, -0.15824902057647705, -2.0113000869750977, 2.5611486434936523, 1.1482173204421997, -1.165653109550476, -0.986198365688324, 2.841256618499756, 801.0, -0.06717699766159058, 0.36396801471710205, -0.1553959995508194, 0.5064777135848999, 0.9046701788902283, 0.5265617966651917, 0.7278637886047363], "mean": [0.43909114599227905, 2.017322540283203, 1.8502594232559204, 0.6256504058837891, -1.3145231008529663, 1.133846640586853, -2.0878188610076904, 580.668212890625, 0.17653872072696686, 0.3497716188430786, -0.19494925439357758, -0.2211616039276123, 0.659098744392395, -0.18783928453922272, -0.425441175699234, -0.5042082667350769, -2.0407233238220215, 1.6543010473251343, 0.03883258253335953, -2.511369228363037, -1.4708365201950073, 2.412302255630493, 541.2944946289062, -0.19295211136341095, 0.2932071387767792, -0.22805871069431305, -0.15638098120689392, 0.6040502190589905, 0.21042519807815552, 0.47147423028945923], "std": [0.11951590329408646, 0.0057846661657094955, 0.300635427236557, 0.5310143232345581, 0.6568689346313477, 0.17478075623512268, 0.6064152121543884, 226.69580078125, 0.07887972146272659, 0.04882100969552994, 0.05406462028622627, 0.22904792428016663, 0.3426744341850281, 0.23201575875282288, 0.2768990397453308, 0.25979799032211304, 0.006215422879904509, 0.4481358826160431, 0.5364533066749573, 0.5637415647506714, 0.2313874512910843, 0.40072008967399597, 204.80906677246094, 0.07382504642009735, 0.03774296119809151, 0.02593899704515934, 0.26152169704437256, 0.34542617201805115, 0.22840777039527893, 0.3228278160095215], "count": [1287]}, "next.done": {"min": [false], "max": [true], "mean": [0.000777000777000777], "std": [0.0278639022176241], "count": [1287]}, "timestamp": {"min": [0.0], "max": [51.44], "mean": [25.72], "std": [14.860991442924211], "count": [1287]}, "frame_index": {"min": [0], "max": [1286], "mean": [643.0], "std": [371.5247860731053], "count": [1287]}, "episode_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [1287]}, "index": {"min": [336674], "max": [337960], "mean": [337317.0], "std": [371.5247860731053], "count": [1287]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1287]}}} +{"episode_index": 280, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4594488835996826]], [[0.4659810237919831]], [[0.45991316020627904]]], "std": [[[0.15017008446711302]], [[0.14953383341492177]], [[0.14970883427036422]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4649645694019419]], [[0.470854792398655]], [[0.46447995886697646]]], "std": [[[0.1021441657211085]], [[0.09935108796905427]], [[0.10346660757860893]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4672292800068004]], [[0.46787136367070914]], [[0.4640053470569345]]], "std": [[[0.1196850495101893]], [[0.11735340709621994]], [[0.1200230582814094]]], "count": [173]}, "states": {"min": [0.452825665473938, 1.988279104232788, -0.8974133729934692, -0.4858647584915161, -2.2963647842407227, -1.5339175462722778, 0.06033603474497795, 1.0, 0.09858299791812897, 0.28868699073791504, -0.2774580121040344, -0.45385363698005676, -0.6317310333251953, -0.46911850571632385, -0.6332878470420837, -0.8610058426856995, -2.0633630752563477, 0.5091300010681152, -0.2623578906059265, 0.6570466756820679, 1.060811161994934, -1.685307264328003, 19.0, -0.2536090016365051, 0.31442299485206604, -0.26078400015830994, -0.43900421261787415, 0.4667970538139343, -0.05588237941265106, 0.3025223910808563], "max": [0.7929205298423767, 2.044182062149048, -0.37404152750968933, 0.2393195480108261, -0.7607541680335999, -0.8527853488922119, 1.1244633197784424, 888.0, 0.23676100373268127, 0.43661001324653625, -0.1813870072364807, 0.5147549510002136, 0.8681524395942688, 0.45984363555908203, 0.6433840990066528, -0.3565009534358978, -1.788246989250183, 1.6531933546066284, 1.1988667249679565, 2.5343403816223145, 1.6958143711090088, -0.17948967218399048, 870.0, -0.03347000107169151, 0.37813299894332886, -0.13858400285243988, 0.04004843160510063, 0.9514904618263245, 0.457234263420105, 0.7185847759246826], "mean": [0.6770341396331787, 2.0248796939849854, -0.5813599228858948, -0.08954580128192902, -1.6417979001998901, -1.1694151163101196, 0.679654598236084, 542.5693359375, 0.16340063512325287, 0.3696304261684418, -0.23410165309906006, -0.18798527121543884, 0.6765115261077881, -0.24961088597774506, -0.4819595515727997, -0.6050348877906799, -2.0288610458374023, 1.173556923866272, 0.42999762296676636, 1.524284839630127, 1.3215394020080566, -1.1263749599456787, 476.8726806640625, -0.14559654891490936, 0.35045090317726135, -0.2111508697271347, -0.1292996108531952, 0.7742970585823059, 0.2164294272661209, 0.5090619921684265], "std": [0.08399648219347, 0.007845648564398289, 0.1622256636619568, 0.17996816337108612, 0.45175421237945557, 0.1726611852645874, 0.3743100166320801, 297.8358154296875, 0.0362854078412056, 0.042547088116407394, 0.020101133733987808, 0.2006109207868576, 0.28027287125587463, 0.19352643191814423, 0.2369663268327713, 0.13224047422409058, 0.039942800998687744, 0.2744652032852173, 0.35174933075904846, 0.6273819804191589, 0.1275157928466797, 0.44323697686195374, 227.54141235351562, 0.06053828448057175, 0.014834185130894184, 0.03085748292505741, 0.12037254124879837, 0.1457105278968811, 0.15747827291488647, 0.13130450248718262], "count": [966]}, "actions": {"min": [0.452825665473938, 1.988279104232788, -0.8974133729934692, -0.4858647584915161, -2.2963647842407227, -1.5339175462722778, 0.06033603474497795, 1.0, 0.09858299791812897, 0.28868699073791504, -0.2774580121040344, -0.45385363698005676, -0.6317310333251953, -0.46911850571632385, -0.6332878470420837, -0.8610058426856995, -2.0633630752563477, 0.5091300010681152, -0.2623578906059265, 0.6570466756820679, 1.060811161994934, -1.685307264328003, 19.0, -0.2536090016365051, 0.31442299485206604, -0.26078400015830994, -0.43900421261787415, 0.4667970538139343, -0.05588237941265106, 0.3025223910808563], "max": [0.7929205298423767, 2.044182062149048, -0.37404152750968933, 0.2393195480108261, -0.7607541680335999, -0.8527853488922119, 1.1244633197784424, 888.0, 0.23676100373268127, 0.43661001324653625, -0.1813870072364807, 0.5147549510002136, 0.8681524395942688, 0.45984363555908203, 0.6433840990066528, -0.3565009534358978, -1.788246989250183, 1.6531933546066284, 1.1988667249679565, 2.5343403816223145, 1.6958143711090088, -0.17948967218399048, 870.0, -0.03347000107169151, 0.37813299894332886, -0.13858400285243988, 0.04004843160510063, 0.9514904618263245, 0.457234263420105, 0.7185847759246826], "mean": [0.6770341396331787, 2.0248796939849854, -0.5813599228858948, -0.08954580128192902, -1.6417979001998901, -1.1694151163101196, 0.679654598236084, 542.5693359375, 0.16340063512325287, 0.3696304261684418, -0.23410165309906006, -0.18798527121543884, 0.6765115261077881, -0.24961088597774506, -0.4819595515727997, -0.6050348877906799, -2.0288610458374023, 1.173556923866272, 0.42999762296676636, 1.524284839630127, 1.3215394020080566, -1.1263749599456787, 476.8726806640625, -0.14559654891490936, 0.35045090317726135, -0.2111508697271347, -0.1292996108531952, 0.7742970585823059, 0.2164294272661209, 0.5090619921684265], "std": [0.08399648219347, 0.007845648564398289, 0.1622256636619568, 0.17996816337108612, 0.45175421237945557, 0.1726611852645874, 0.3743100166320801, 297.8358154296875, 0.0362854078412056, 0.042547088116407394, 0.020101133733987808, 0.2006109207868576, 0.28027287125587463, 0.19352643191814423, 0.2369663268327713, 0.13224047422409058, 0.039942800998687744, 0.2744652032852173, 0.35174933075904846, 0.6273819804191589, 0.1275157928466797, 0.44323697686195374, 227.54141235351562, 0.06053828448057175, 0.014834185130894184, 0.03085748292505741, 0.12037254124879837, 0.1457105278968811, 0.15747827291488647, 0.13130450248718262], "count": [966]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010351966873706005], "std": [0.03215781483852809], "count": [966]}, "timestamp": {"min": [0.0], "max": [38.6], "mean": [19.300000000000004], "std": [11.154401224031107], "count": [966]}, "frame_index": {"min": [0], "max": [965], "mean": [482.5], "std": [278.8600306007777], "count": [966]}, "episode_index": {"min": [280], "max": [280], "mean": [280.0], "std": [0.0], "count": [966]}, "index": {"min": [337961], "max": [338926], "mean": [338443.5], "std": [278.8600306007777], "count": [966]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [966]}}} +{"episode_index": 281, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47286472173113325]], [[0.47770973740133577]], [[0.473905841503268]]], "std": [[[0.13466047705593015]], [[0.13650459174369114]], [[0.13718230273202625]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46991207610093216]], [[0.47188114196042713]], [[0.46568001312546875]]], "std": [[[0.10011884494624973]], [[0.09877548348519419]], [[0.10419070321927112]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.48069021996321293]], [[0.47861337681702915]], [[0.47447975708953893]]], "std": [[[0.10132022197917219]], [[0.10278696476400041]], [[0.10734635513773817]]], "count": [183]}, "states": {"min": [0.37030649185180664, 2.0108463764190674, -1.9451172351837158, -1.527302861213684, 0.7544710040092468, 1.1081968545913696, -2.900754690170288, 99.0, 0.01576099917292595, 0.30498000979423523, -0.255156010389328, -0.4978714883327484, -0.5427862405776978, -0.4645686745643616, -0.5829933881759644, -0.6920055747032166, -2.053711414337158, -2.365340232849121, -1.4883644580841064, 0.5351877808570862, -1.590675711631775, 0.5947384238243103, 78.0, -0.24560600519180298, 0.3035599887371063, -0.2648099958896637, -0.45566636323928833, 0.4945538640022278, 0.0050838119350373745, 0.14767690002918243], "max": [0.7959399819374084, 2.041773557662964, 0.42586034536361694, -0.019861847162246704, 1.5370591878890991, 1.408585548400879, -0.6674837470054626, 848.0, 0.29565998911857605, 0.3714179992675781, -0.1218930035829544, 0.5196553468704224, 0.9629330635070801, 0.4645858705043793, 0.5183579325675964, -0.2125636637210846, -1.9900768995285034, -1.1801917552947998, -0.0015707964776083827, 2.519191026687622, -0.9566498398780823, 2.835200309753418, 876.0, -0.010285000316798687, 0.37453600764274597, -0.1238510012626648, 0.11121431738138199, 0.9842987656593323, 0.54249107837677, 0.7050473690032959], "mean": [0.5007191300392151, 2.0235559940338135, -0.7598133087158203, -0.5727258324623108, 1.286479115486145, 1.2594314813613892, -1.9038615226745605, 614.6896362304688, 0.1837824285030365, 0.3426855802536011, -0.20708820223808289, 0.07857326418161392, 0.46416226029396057, -0.07072938978672028, -0.2185036689043045, -0.46573808789253235, -2.034010171890259, -1.8643066883087158, -0.6482389569282532, 1.5615607500076294, -1.359716773033142, 1.7251291275024414, 490.4827575683594, -0.15502651035785675, 0.3256731629371643, -0.20492030680179596, -0.11044533550739288, 0.7541013360023499, 0.27377933263778687, 0.4943048357963562], "std": [0.10987268388271332, 0.006478666793555021, 0.7240593433380127, 0.4879710078239441, 0.23664753139019012, 0.07471226155757904, 0.7261336445808411, 275.6778869628906, 0.08568503707647324, 0.017958320677280426, 0.0375078059732914, 0.2826535403728485, 0.5963882803916931, 0.3233881890773773, 0.43067559599876404, 0.13342547416687012, 0.008986230939626694, 0.2632550895214081, 0.4077717363834381, 0.6325327157974243, 0.1297607421875, 0.6507390737533569, 252.72421264648438, 0.0629459097981453, 0.014224398881196976, 0.034142132848501205, 0.1874435991048813, 0.15829436480998993, 0.10892181098461151, 0.16669026017189026], "count": [1044]}, "actions": {"min": [0.37030649185180664, 2.0108463764190674, -1.9451172351837158, -1.527302861213684, 0.7544710040092468, 1.1081968545913696, -2.900754690170288, 99.0, 0.01576099917292595, 0.30498000979423523, -0.255156010389328, -0.4978714883327484, -0.5427862405776978, -0.4645686745643616, -0.5829933881759644, -0.6920055747032166, -2.053711414337158, -2.365340232849121, -1.4883644580841064, 0.5351877808570862, -1.590675711631775, 0.5947384238243103, 78.0, -0.24560600519180298, 0.3035599887371063, -0.2648099958896637, -0.45566636323928833, 0.4945538640022278, 0.0050838119350373745, 0.14767690002918243], "max": [0.7959399819374084, 2.041773557662964, 0.42586034536361694, -0.019861847162246704, 1.5370591878890991, 1.408585548400879, -0.6674837470054626, 848.0, 0.29565998911857605, 0.3714179992675781, -0.1218930035829544, 0.5196553468704224, 0.9629330635070801, 0.4645858705043793, 0.5183579325675964, -0.2125636637210846, -1.9900768995285034, -1.1801917552947998, -0.0015707964776083827, 2.519191026687622, -0.9566498398780823, 2.835200309753418, 876.0, -0.010285000316798687, 0.37453600764274597, -0.1238510012626648, 0.11121431738138199, 0.9842987656593323, 0.54249107837677, 0.7050473690032959], "mean": [0.5007191300392151, 2.0235559940338135, -0.7598133087158203, -0.5727258324623108, 1.286479115486145, 1.2594314813613892, -1.9038615226745605, 614.6896362304688, 0.1837824285030365, 0.3426855802536011, -0.20708820223808289, 0.07857326418161392, 0.46416226029396057, -0.07072938978672028, -0.2185036689043045, -0.46573808789253235, -2.034010171890259, -1.8643066883087158, -0.6482389569282532, 1.5615607500076294, -1.359716773033142, 1.7251291275024414, 490.4827575683594, -0.15502651035785675, 0.3256731629371643, -0.20492030680179596, -0.11044533550739288, 0.7541013360023499, 0.27377933263778687, 0.4943048357963562], "std": [0.10987268388271332, 0.006478666793555021, 0.7240593433380127, 0.4879710078239441, 0.23664753139019012, 0.07471226155757904, 0.7261336445808411, 275.6778869628906, 0.08568503707647324, 0.017958320677280426, 0.0375078059732914, 0.2826535403728485, 0.5963882803916931, 0.3233881890773773, 0.43067559599876404, 0.13342547416687012, 0.008986230939626694, 0.2632550895214081, 0.4077717363834381, 0.6325327157974243, 0.1297607421875, 0.6507390737533569, 252.72421264648438, 0.0629459097981453, 0.014224398881196976, 0.034142132848501205, 0.1874435991048813, 0.15829436480998993, 0.10892181098461151, 0.16669026017189026], "count": [1044]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009578544061302681], "std": [0.030934397053553914], "count": [1044]}, "timestamp": {"min": [0.0], "max": [41.72], "mean": [20.86], "std": [12.055068090503124], "count": [1044]}, "frame_index": {"min": [0], "max": [1043], "mean": [521.5], "std": [301.37670226257814], "count": [1044]}, "episode_index": {"min": [281], "max": [281], "mean": [281.0], "std": [0.0], "count": [1044]}, "index": {"min": [338927], "max": [339970], "mean": [339448.5], "std": [301.37670226257814], "count": [1044]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1044]}}} +{"episode_index": 282, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4578892527411693]], [[0.46606190288046]], [[0.46045458989606775]]], "std": [[[0.1448101575890242]], [[0.1434640884691625]], [[0.14502791831218836]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8431372549019608]], [[0.8431372549019608]], [[0.8509803921568627]]], "mean": [[[0.4648250808064574]], [[0.470131384156577]], [[0.4663411182095789]]], "std": [[[0.10836990368947279]], [[0.10270858949453672]], [[0.10433434845696454]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46935903514411226]], [[0.46961991611307546]], [[0.4666279108182435]]], "std": [[[0.12789007700911306]], [[0.12397084606068269]], [[0.12597640002551697]]], "count": [183]}, "states": {"min": [0.36198127269744873, 1.9860973358154297, -1.8299777507781982, -0.6498733758926392, -1.8785678148269653, -1.3184740543365479, 0.4594404995441437, -6.0, 0.03205600008368492, 0.2891499996185303, -0.2931559979915619, -0.3726172149181366, -0.6244413256645203, -0.4434489905834198, -0.6322410702705383, -0.935513973236084, -2.052978515625, 0.8364839553833008, 0.013770648278295994, 0.4541696012020111, 0.8083492517471313, -2.185885190963745, 35.0, -0.2971940040588379, 0.33184799551963806, -0.28107601404190063, -0.4041707217693329, 0.49719107151031494, -0.1344868689775467, 0.18380749225616455], "max": [0.8793492913246155, 2.0448801517486572, -0.8742703795433044, 0.021537363529205322, -0.5031784772872925, -0.6945188641548157, 1.25016188621521, 896.0, 0.20643700659275055, 0.4196929931640625, -0.1862100064754486, 0.3778006434440613, 0.9115403294563293, 0.2905711233615875, 0.6280714273452759, -0.27750736474990845, -1.7342289686203003, 1.664433240890503, 1.2619953155517578, 2.7443034648895264, 1.351670265197754, -0.5049063563346863, 909.0, -0.05460000038146973, 0.4310910105705261, -0.12981800734996796, -0.020431330427527428, 0.9503277540206909, 0.5919707417488098, 0.6242919564247131], "mean": [0.6396135687828064, 2.025712490081787, -1.4695996046066284, -0.38573530316352844, -1.1712839603424072, -0.8858869671821594, 1.0878092050552368, 476.2147521972656, 0.12239028513431549, 0.3894982635974884, -0.22701396048069, -0.17599798738956451, 0.7731180191040039, -0.26678842306137085, -0.5054610371589661, -0.573767364025116, -2.0309154987335205, 1.208979845046997, 0.3854776918888092, 1.225201964378357, 1.0546586513519287, -1.0813751220703125, 561.9376831054688, -0.19364701211452484, 0.37872570753097534, -0.22389641404151917, -0.23389752209186554, 0.6914509534835815, 0.36353400349617004, 0.47229307889938354], "std": [0.13467764854431152, 0.011199705302715302, 0.22247318923473358, 0.10930832475423813, 0.25025877356529236, 0.14922571182250977, 0.1689680516719818, 224.03076171875, 0.05436214804649353, 0.030653592199087143, 0.022162780165672302, 0.06897766143083572, 0.10997388511896133, 0.144708514213562, 0.0827847421169281, 0.18050609529018402, 0.04350147768855095, 0.18746420741081238, 0.3292783796787262, 0.8119686841964722, 0.14487121999263763, 0.46286386251449585, 272.3935241699219, 0.06929383426904678, 0.026410546153783798, 0.04256007447838783, 0.08592360466718674, 0.16815412044525146, 0.24043221771717072, 0.13602612912654877], "count": [1043]}, "actions": {"min": [0.36198127269744873, 1.9860973358154297, -1.8299777507781982, -0.6498733758926392, -1.8785678148269653, -1.3184740543365479, 0.4594404995441437, -6.0, 0.03205600008368492, 0.2891499996185303, -0.2931559979915619, -0.3726172149181366, -0.6244413256645203, -0.4434489905834198, -0.6322410702705383, -0.935513973236084, -2.052978515625, 0.8364839553833008, 0.013770648278295994, 0.4541696012020111, 0.8083492517471313, -2.185885190963745, 35.0, -0.2971940040588379, 0.33184799551963806, -0.28107601404190063, -0.4041707217693329, 0.49719107151031494, -0.1344868689775467, 0.18380749225616455], "max": [0.8793492913246155, 2.0448801517486572, -0.8742703795433044, 0.021537363529205322, -0.5031784772872925, -0.6945188641548157, 1.25016188621521, 896.0, 0.20643700659275055, 0.4196929931640625, -0.1862100064754486, 0.3778006434440613, 0.9115403294563293, 0.2905711233615875, 0.6280714273452759, -0.27750736474990845, -1.7342289686203003, 1.664433240890503, 1.2619953155517578, 2.7443034648895264, 1.351670265197754, -0.5049063563346863, 909.0, -0.05460000038146973, 0.4310910105705261, -0.12981800734996796, -0.020431330427527428, 0.9503277540206909, 0.5919707417488098, 0.6242919564247131], "mean": [0.6396135687828064, 2.025712490081787, -1.4695996046066284, -0.38573530316352844, -1.1712839603424072, -0.8858869671821594, 1.0878092050552368, 476.2147521972656, 0.12239028513431549, 0.3894982635974884, -0.22701396048069, -0.17599798738956451, 0.7731180191040039, -0.26678842306137085, -0.5054610371589661, -0.573767364025116, -2.0309154987335205, 1.208979845046997, 0.3854776918888092, 1.225201964378357, 1.0546586513519287, -1.0813751220703125, 561.9376831054688, -0.19364701211452484, 0.37872570753097534, -0.22389641404151917, -0.23389752209186554, 0.6914509534835815, 0.36353400349617004, 0.47229307889938354], "std": [0.13467764854431152, 0.011199705302715302, 0.22247318923473358, 0.10930832475423813, 0.25025877356529236, 0.14922571182250977, 0.1689680516719818, 224.03076171875, 0.05436214804649353, 0.030653592199087143, 0.022162780165672302, 0.06897766143083572, 0.10997388511896133, 0.144708514213562, 0.0827847421169281, 0.18050609529018402, 0.04350147768855095, 0.18746420741081238, 0.3292783796787262, 0.8119686841964722, 0.14487121999263763, 0.46286386251449585, 272.3935241699219, 0.06929383426904678, 0.026410546153783798, 0.04256007447838783, 0.08592360466718674, 0.16815412044525146, 0.24043221771717072, 0.13602612912654877], "count": [1043]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009587727708533077], "std": [0.030949208804542612], "count": [1043]}, "timestamp": {"min": [0.0], "max": [41.68], "mean": [20.84], "std": [12.043521079817149], "count": [1043]}, "frame_index": {"min": [0], "max": [1042], "mean": [521.0], "std": [301.0880269954287], "count": [1043]}, "episode_index": {"min": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [1043]}, "index": {"min": [339971], "max": [341013], "mean": [340492.0], "std": [301.0880269954287], "count": [1043]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1043]}}} +{"episode_index": 283, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4658628788807189]], [[0.46876084354575165]], [[0.46528845588235296]]], "std": [[[0.12414658352871248]], [[0.12339809600483798]], [[0.1250810505077643]]], "count": [200]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4742511233660131]], [[0.4763269424019608]], [[0.47115255208333334]]], "std": [[[0.09371330687444641]], [[0.09265948177555373]], [[0.0965033659089309]]], "count": [200]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46920358864379086]], [[0.47125714154411763]], [[0.46656777062908494]]], "std": [[[0.09474891171010842]], [[0.09459340652593663]], [[0.09954588335569042]]], "count": [200]}, "states": {"min": [0.12171926349401474, 2.0155413150787354, -2.007948875427246, -1.7571626901626587, 0.5115036368370056, 0.4427551329135895, -2.877786159515381, 34.0, -0.0018240000354126096, 0.2805899977684021, -0.2815000116825104, -0.49373897910118103, 0.5596709251403809, -0.4762689173221588, -0.606652021408081, -0.8185594081878662, -2.0586156845092773, 1.007700800895691, -0.04141666367650032, -2.900824546813965, -1.8798418045043945, 0.3758915662765503, 48.0, -0.3089660108089447, 0.25494900345802307, -0.2925280034542084, -0.4992426335811615, -0.471103698015213, -0.5292460322380066, -0.7483198046684265], "max": [0.7258301377296448, 2.0525245666503906, -1.2038931846618652, -0.09609782695770264, 2.8642771244049072, 1.3346010446548462, -0.4155803620815277, 880.0, 0.2914780080318451, 0.4167650043964386, -0.11701299995183945, -0.06686318665742874, 0.9787131547927856, 0.011851737275719643, -0.13762298226356506, -0.017470747232437134, -2.022958755493164, 1.5461697578430176, 1.4733545780181885, -0.667064905166626, -0.7739663124084473, 2.8424606323242188, 872.0, -0.04700800031423569, 0.3792400062084198, -0.07692500203847885, 0.5785486102104187, 0.9455091953277588, 0.5713902711868286, 0.7509061098098755], "mean": [0.4472613036632538, 2.025108575820923, -1.5001020431518555, -0.7070670127868652, 1.7244114875793457, 0.9999269843101501, -1.8716926574707031, 578.5341796875, 0.16619078814983368, 0.3523317873477936, -0.21357175707817078, -0.28776243329048157, 0.7612410187721252, -0.28334841132164, -0.4117583930492401, -0.41344141960144043, -2.041562795639038, 1.2467389106750488, 0.5009652376174927, -1.8731944561004639, -1.3903186321258545, 2.043999195098877, 503.9769287109375, -0.18458525836467743, 0.30923670530319214, -0.20771659910678864, 0.018785836175084114, 0.5248097777366638, 0.10865826159715652, 0.23634877800941467], "std": [0.09822027385234833, 0.008950267918407917, 0.2415132373571396, 0.5523755550384521, 0.8987309336662292, 0.24219472706317902, 0.9866924285888672, 287.53253173828125, 0.08977771550416946, 0.038960475474596024, 0.04366358369588852, 0.1461346596479416, 0.1444281041622162, 0.17732028663158417, 0.11923326551914215, 0.17452910542488098, 0.007404000964015722, 0.15979595482349396, 0.4859362840652466, 0.7003006339073181, 0.26109808683395386, 0.7552927136421204, 266.8343200683594, 0.07972025871276855, 0.034459520131349564, 0.045793160796165466, 0.31195366382598877, 0.4874992370605469, 0.2946279048919678, 0.48453933000564575], "count": [1170]}, "actions": {"min": [0.12171926349401474, 2.0155413150787354, -2.007948875427246, -1.7571626901626587, 0.5115036368370056, 0.4427551329135895, -2.877786159515381, 34.0, -0.0018240000354126096, 0.2805899977684021, -0.2815000116825104, -0.49373897910118103, 0.5596709251403809, -0.4762689173221588, -0.606652021408081, -0.8185594081878662, -2.0586156845092773, 1.007700800895691, -0.04141666367650032, -2.900824546813965, -1.8798418045043945, 0.3758915662765503, 48.0, -0.3089660108089447, 0.25494900345802307, -0.2925280034542084, -0.4992426335811615, -0.471103698015213, -0.5292460322380066, -0.7483198046684265], "max": [0.7258301377296448, 2.0525245666503906, -1.2038931846618652, -0.09609782695770264, 2.8642771244049072, 1.3346010446548462, -0.4155803620815277, 880.0, 0.2914780080318451, 0.4167650043964386, -0.11701299995183945, -0.06686318665742874, 0.9787131547927856, 0.011851737275719643, -0.13762298226356506, -0.017470747232437134, -2.022958755493164, 1.5461697578430176, 1.4733545780181885, -0.667064905166626, -0.7739663124084473, 2.8424606323242188, 872.0, -0.04700800031423569, 0.3792400062084198, -0.07692500203847885, 0.5785486102104187, 0.9455091953277588, 0.5713902711868286, 0.7509061098098755], "mean": [0.4472613036632538, 2.025108575820923, -1.5001020431518555, -0.7070670127868652, 1.7244114875793457, 0.9999269843101501, -1.8716926574707031, 578.5341796875, 0.16619078814983368, 0.3523317873477936, -0.21357175707817078, -0.28776243329048157, 0.7612410187721252, -0.28334841132164, -0.4117583930492401, -0.41344141960144043, -2.041562795639038, 1.2467389106750488, 0.5009652376174927, -1.8731944561004639, -1.3903186321258545, 2.043999195098877, 503.9769287109375, -0.18458525836467743, 0.30923670530319214, -0.20771659910678864, 0.018785836175084114, 0.5248097777366638, 0.10865826159715652, 0.23634877800941467], "std": [0.09822027385234833, 0.008950267918407917, 0.2415132373571396, 0.5523755550384521, 0.8987309336662292, 0.24219472706317902, 0.9866924285888672, 287.53253173828125, 0.08977771550416946, 0.038960475474596024, 0.04366358369588852, 0.1461346596479416, 0.1444281041622162, 0.17732028663158417, 0.11923326551914215, 0.17452910542488098, 0.007404000964015722, 0.15979595482349396, 0.4859362840652466, 0.7003006339073181, 0.26109808683395386, 0.7552927136421204, 266.8343200683594, 0.07972025871276855, 0.034459520131349564, 0.045793160796165466, 0.31195366382598877, 0.4874992370605469, 0.2946279048919678, 0.48453933000564575], "count": [1170]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008547008547008547], "std": [0.029222770935519244], "count": [1170]}, "timestamp": {"min": [0.0], "max": [46.76], "mean": [23.38], "std": [13.509991364418656], "count": [1170]}, "frame_index": {"min": [0], "max": [1169], "mean": [584.5], "std": [337.7497841104664], "count": [1170]}, "episode_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [1170]}, "index": {"min": [341014], "max": [342183], "mean": [341598.5], "std": [337.7497841104664], "count": [1170]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1170]}}} +{"episode_index": 284, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.46923822128851544]], [[0.47363993814192346]], [[0.469724044117647]]], "std": [[[0.13077173797720945]], [[0.13041737896022354]], [[0.13154808021567105]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.47536932306255836]], [[0.4780929890289449]], [[0.4714518440709617]]], "std": [[[0.09546176641458282]], [[0.09454834062118837]], [[0.09888530325325595]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47900084617180205]], [[0.4808047455648926]], [[0.4759118849206349]]], "std": [[[0.10277420909861816]], [[0.10313431935499866]], [[0.10746842899214172]]], "count": [175]}, "states": {"min": [0.5514367818832397, 1.907034158706665, -1.480597734451294, -0.4778013527393341, 0.8905892372131348, 0.9017767310142517, -2.893040180206299, 2.0, 0.06102700158953667, 0.3346239924430847, -0.25330299139022827, -0.48965299129486084, -0.5519843101501465, -0.5050711631774902, -0.5997459292411804, -1.12111234664917, -2.055020570755005, -2.540815591812134, -1.218292236328125, 0.5937086343765259, -1.768821358680725, 0.5123239755630493, 20.0, -0.22523100674152374, 0.3040040135383606, -0.23155200481414795, -0.4123077392578125, 0.4176863729953766, 0.03192334249615669, 0.04215976223349571], "max": [0.911201536655426, 2.038527250289917, -0.8108101487159729, -0.021589722484350204, 2.5658960342407227, 1.5339001417160034, -1.6304517984390259, 893.0, 0.2657279968261719, 0.436039000749588, -0.17763100564479828, 0.4354540705680847, 0.9220550060272217, 0.5082420706748962, 0.5571179986000061, -0.3931179940700531, -1.9476479291915894, -1.193526029586792, 0.09529498219490051, 2.6276283264160156, -1.0489429235458374, 2.702869415283203, 894.0, 0.020301999524235725, 0.41900700330734253, -0.08554299920797348, 0.16194477677345276, 0.9961444735527039, 0.507315456867218, 0.7708230018615723], "mean": [0.6867994666099548, 2.0010485649108887, -1.0824036598205566, -0.3045800030231476, 1.7673122882843018, 1.108656406402588, -2.1458523273468018, 626.4848022460938, 0.16664178669452667, 0.39221101999282837, -0.20944346487522125, -0.1882588416337967, 0.7426660060882568, -0.27054181694984436, -0.4831969141960144, -0.7108030915260315, -2.0385937690734863, -1.9876984357833862, -0.5664708614349365, 1.7458957433700562, -1.422064185142517, 1.5308283567428589, 595.0578002929688, -0.13593542575836182, 0.36456963419914246, -0.17911481857299805, -0.07319824397563934, 0.7606927752494812, 0.28529679775238037, 0.4289001524448395], "std": [0.09440716356039047, 0.027988862246274948, 0.16840659081935883, 0.1555497646331787, 0.582239031791687, 0.16865436732769012, 0.4897177517414093, 295.9449157714844, 0.06478670984506607, 0.02912583388388157, 0.014607667922973633, 0.2079283595085144, 0.16187186539173126, 0.16709069907665253, 0.09474972635507584, 0.18876411020755768, 0.015199641697108746, 0.32575297355651855, 0.37622278928756714, 0.7350550293922424, 0.16650012135505676, 0.6466470956802368, 310.3962097167969, 0.07334766536951065, 0.022027455270290375, 0.033554527908563614, 0.1635584533214569, 0.21321287751197815, 0.15662908554077148, 0.23215354979038239], "count": [986]}, "actions": {"min": [0.5514367818832397, 1.907034158706665, -1.480597734451294, -0.4778013527393341, 0.8905892372131348, 0.9017767310142517, -2.893040180206299, 2.0, 0.06102700158953667, 0.3346239924430847, -0.25330299139022827, -0.48965299129486084, -0.5519843101501465, -0.5050711631774902, -0.5997459292411804, -1.12111234664917, -2.055020570755005, -2.540815591812134, -1.218292236328125, 0.5937086343765259, -1.768821358680725, 0.5123239755630493, 20.0, -0.22523100674152374, 0.3040040135383606, -0.23155200481414795, -0.4123077392578125, 0.4176863729953766, 0.03192334249615669, 0.04215976223349571], "max": [0.911201536655426, 2.038527250289917, -0.8108101487159729, -0.021589722484350204, 2.5658960342407227, 1.5339001417160034, -1.6304517984390259, 893.0, 0.2657279968261719, 0.436039000749588, -0.17763100564479828, 0.4354540705680847, 0.9220550060272217, 0.5082420706748962, 0.5571179986000061, -0.3931179940700531, -1.9476479291915894, -1.193526029586792, 0.09529498219490051, 2.6276283264160156, -1.0489429235458374, 2.702869415283203, 894.0, 0.020301999524235725, 0.41900700330734253, -0.08554299920797348, 0.16194477677345276, 0.9961444735527039, 0.507315456867218, 0.7708230018615723], "mean": [0.6867994666099548, 2.0010485649108887, -1.0824036598205566, -0.3045800030231476, 1.7673122882843018, 1.108656406402588, -2.1458523273468018, 626.4848022460938, 0.16664178669452667, 0.39221101999282837, -0.20944346487522125, -0.1882588416337967, 0.7426660060882568, -0.27054181694984436, -0.4831969141960144, -0.7108030915260315, -2.0385937690734863, -1.9876984357833862, -0.5664708614349365, 1.7458957433700562, -1.422064185142517, 1.5308283567428589, 595.0578002929688, -0.13593542575836182, 0.36456963419914246, -0.17911481857299805, -0.07319824397563934, 0.7606927752494812, 0.28529679775238037, 0.4289001524448395], "std": [0.09440716356039047, 0.027988862246274948, 0.16840659081935883, 0.1555497646331787, 0.582239031791687, 0.16865436732769012, 0.4897177517414093, 295.9449157714844, 0.06478670984506607, 0.02912583388388157, 0.014607667922973633, 0.2079283595085144, 0.16187186539173126, 0.16709069907665253, 0.09474972635507584, 0.18876411020755768, 0.015199641697108746, 0.32575297355651855, 0.37622278928756714, 0.7350550293922424, 0.16650012135505676, 0.6466470956802368, 310.3962097167969, 0.07334766536951065, 0.022027455270290375, 0.033554527908563614, 0.1635584533214569, 0.21321287751197815, 0.15662908554077148, 0.23215354979038239], "count": [986]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010141987829614604], "std": [0.031830334333621126], "count": [986]}, "timestamp": {"min": [0.0], "max": [39.4], "mean": [19.7], "std": [11.38534145293851], "count": [986]}, "frame_index": {"min": [0], "max": [985], "mean": [492.5], "std": [284.63353632346275], "count": [986]}, "episode_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [986]}, "index": {"min": [342184], "max": [343169], "mean": [342676.5], "std": [284.63353632346275], "count": [986]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [986]}}} +{"episode_index": 285, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4575803623340952]], [[0.4655980316973415]], [[0.4610374413569108]]], "std": [[[0.14774664133790238]], [[0.1467642586041082]], [[0.14768828955484994]]], "count": [163]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4681014212177713]], [[0.4728333508761378]], [[0.468768923673764]]], "std": [[[0.10811023473130013]], [[0.10275920205053754]], [[0.10365124669020906]]], "count": [163]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47044212503508565]], [[0.470693324211075]], [[0.4677887558141866]]], "std": [[[0.12655211106809247]], [[0.12332482775986055]], [[0.1251278269055965]]], "count": [163]}, "states": {"min": [0.4749739468097687, 1.9335455894470215, -1.9182040691375732, -0.48317697644233704, -1.5950216054916382, -1.306012511253357, 0.36107373237609863, 5.0, 0.03808100149035454, 0.3362019956111908, -0.27217501401901245, -0.4241338074207306, -0.6327620148658752, -0.38587522506713867, -0.6322519183158875, -0.9004676938056946, -2.0510237216949463, 0.7451159954071045, -0.07675957679748535, 0.6621430516242981, 0.9164025783538818, -1.8856886625289917, 7.0, -0.2920190095901489, 0.33706000447273254, -0.2669360041618347, -0.37940049171447754, 0.4565880298614502, -0.10570286214351654, 0.24135026335716248], "max": [0.8454374670982361, 2.049575090408325, -1.1395952701568604, -0.031607914716005325, -0.29080677032470703, -0.6426302790641785, 1.2470202445983887, 891.0, 0.20208199322223663, 0.4261690080165863, -0.19235600531101227, 0.40828782320022583, 0.908893346786499, 0.3992805778980255, 0.6382737755775452, -0.2084970474243164, -1.8930363655090332, 1.4833204746246338, 1.353939175605774, 2.639967679977417, 1.4573674201965332, -0.5307720899581909, 908.0, -0.06908199936151505, 0.4112600088119507, -0.1357720047235489, -0.06491519510746002, 0.9481168389320374, 0.5522137880325317, 0.6390751600265503], "mean": [0.6651477813720703, 2.0265347957611084, -1.5684503316879272, -0.3364968001842499, -1.0149375200271606, -0.918424129486084, 0.9828100800514221, 494.6651916503906, 0.11077263206243515, 0.386481374502182, -0.22728195786476135, -0.16467437148094177, 0.7579370737075806, -0.22766801714897156, -0.5005298256874084, -0.5683546662330627, -2.032214641571045, 0.9893309473991394, 0.39062318205833435, 1.419873833656311, 1.144622564315796, -1.099753737449646, 560.8526611328125, -0.19544439017772675, 0.37162819504737854, -0.2204875648021698, -0.208546981215477, 0.6902276873588562, 0.3615247905254364, 0.49250179529190063], "std": [0.07934258133172989, 0.014594144187867641, 0.22509481012821198, 0.08291535079479218, 0.26726090908050537, 0.13079412281513214, 0.18351863324642181, 223.63363647460938, 0.0466451458632946, 0.026334408670663834, 0.020861349999904633, 0.10916440188884735, 0.19653001427650452, 0.14014358818531036, 0.16084197163581848, 0.14413955807685852, 0.025611767545342445, 0.17672573029994965, 0.3850438594818115, 0.6695184111595154, 0.14837157726287842, 0.401899516582489, 295.5272521972656, 0.06256238371133804, 0.016735460609197617, 0.039742857217788696, 0.09934759885072708, 0.16650189459323883, 0.23069997131824493, 0.12657159566879272], "count": [896]}, "actions": {"min": [0.4749739468097687, 1.9335455894470215, -1.9182040691375732, -0.48317697644233704, -1.5950216054916382, -1.306012511253357, 0.36107373237609863, 5.0, 0.03808100149035454, 0.3362019956111908, -0.27217501401901245, -0.4241338074207306, -0.6327620148658752, -0.38587522506713867, -0.6322519183158875, -0.9004676938056946, -2.0510237216949463, 0.7451159954071045, -0.07675957679748535, 0.6621430516242981, 0.9164025783538818, -1.8856886625289917, 7.0, -0.2920190095901489, 0.33706000447273254, -0.2669360041618347, -0.37940049171447754, 0.4565880298614502, -0.10570286214351654, 0.24135026335716248], "max": [0.8454374670982361, 2.049575090408325, -1.1395952701568604, -0.031607914716005325, -0.29080677032470703, -0.6426302790641785, 1.2470202445983887, 891.0, 0.20208199322223663, 0.4261690080165863, -0.19235600531101227, 0.40828782320022583, 0.908893346786499, 0.3992805778980255, 0.6382737755775452, -0.2084970474243164, -1.8930363655090332, 1.4833204746246338, 1.353939175605774, 2.639967679977417, 1.4573674201965332, -0.5307720899581909, 908.0, -0.06908199936151505, 0.4112600088119507, -0.1357720047235489, -0.06491519510746002, 0.9481168389320374, 0.5522137880325317, 0.6390751600265503], "mean": [0.6651477813720703, 2.0265347957611084, -1.5684503316879272, -0.3364968001842499, -1.0149375200271606, -0.918424129486084, 0.9828100800514221, 494.6651916503906, 0.11077263206243515, 0.386481374502182, -0.22728195786476135, -0.16467437148094177, 0.7579370737075806, -0.22766801714897156, -0.5005298256874084, -0.5683546662330627, -2.032214641571045, 0.9893309473991394, 0.39062318205833435, 1.419873833656311, 1.144622564315796, -1.099753737449646, 560.8526611328125, -0.19544439017772675, 0.37162819504737854, -0.2204875648021698, -0.208546981215477, 0.6902276873588562, 0.3615247905254364, 0.49250179529190063], "std": [0.07934258133172989, 0.014594144187867641, 0.22509481012821198, 0.08291535079479218, 0.26726090908050537, 0.13079412281513214, 0.18351863324642181, 223.63363647460938, 0.0466451458632946, 0.026334408670663834, 0.020861349999904633, 0.10916440188884735, 0.19653001427650452, 0.14014358818531036, 0.16084197163581848, 0.14413955807685852, 0.025611767545342445, 0.17672573029994965, 0.3850438594818115, 0.6695184111595154, 0.14837157726287842, 0.401899516582489, 295.5272521972656, 0.06256238371133804, 0.016735460609197617, 0.039742857217788696, 0.09934759885072708, 0.16650189459323883, 0.23069997131824493, 0.12657159566879272], "count": [896]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011160714285714285], "std": [0.033389007369758014], "count": [896]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.9], "std": [10.346110380234691], "count": [896]}, "frame_index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "episode_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [896]}, "index": {"min": [343170], "max": [344065], "mean": [343617.5], "std": [258.65275950586727], "count": [896]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}}} +{"episode_index": 286, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47408986596891006]], [[0.48029001280692457]], [[0.4768489312842254]]], "std": [[[0.11368586558467283]], [[0.11445943734619848]], [[0.1150545854666491]]], "count": [185]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6627450980392157]], [[0.6705882352941176]]], "mean": [[[0.4730046403020668]], [[0.47762316066066063]], [[0.4718164359212153]]], "std": [[[0.07252482233533036]], [[0.07030053749815944]], [[0.07599004388863503]]], "count": [185]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4737045862038509]], [[0.47533135157216044]], [[0.47059121400812576]]], "std": [[[0.09063853533392052]], [[0.09072133428075757]], [[0.09583960593351938]]], "count": [185]}, "states": {"min": [0.32040753960609436, 2.0033936500549316, -2.0020673274993896, -0.9489529728889465, -2.1123545169830322, -1.2265301942825317, 0.39707985520362854, -6.0, 0.011459999717772007, 0.34550198912620544, -0.26325199007987976, -0.43271392583847046, -0.5744143128395081, -0.5260913372039795, -0.5830714702606201, -0.7275579571723938, -2.053903579711914, -2.1434388160705566, -1.219217300415039, -0.16163493692874908, -1.4459878206253052, 0.6227684020996094, 59.0, -0.3338499963283539, 0.2959190011024475, -0.2918199896812439, -0.49922311305999756, -0.4815460741519928, -0.5666597485542297, -0.5393027663230896], "max": [0.8053297996520996, 2.0420353412628174, -0.9864775538444519, -0.13491395115852356, -0.3035127520561218, -0.644166111946106, 2.0390334129333496, 907.0, 0.3083670139312744, 0.4360789954662323, -0.14565500617027283, 0.5018996000289917, 0.9234844446182251, 0.5661661028862, 0.581321120262146, -0.07323401421308517, -1.7585415840148926, -1.5015941858291626, -0.13004449009895325, 2.5832793712615967, -0.5942148566246033, 2.803417682647705, 892.0, -0.06753300130367279, 0.4130820035934448, -0.10441800206899643, 0.5204105377197266, 0.9685051441192627, 0.6019372940063477, 0.6048000454902649], "mean": [0.5428372025489807, 2.021458625793457, -1.4255239963531494, -0.548217236995697, -1.2231301069259644, -0.8573398590087891, 1.1847643852233887, 531.207763671875, 0.16440407931804657, 0.38615772128105164, -0.2197747826576233, -0.18408329784870148, 0.6966199278831482, -0.2653661370277405, -0.41311436891555786, -0.4372209310531616, -2.0355782508850098, -1.7328479290008545, -0.4986230432987213, 0.9220545887947083, -1.1155647039413452, 2.106064558029175, 618.4758911132812, -0.22328171133995056, 0.344705194234848, -0.22779691219329834, -0.25116756558418274, 0.6274603009223938, 0.37529227137565613, 0.41083046793937683], "std": [0.13414421677589417, 0.008922404609620571, 0.2812069356441498, 0.17926616966724396, 0.5452736616134644, 0.10582222044467926, 0.4681994915008545, 290.81072998046875, 0.08887593448162079, 0.022969920188188553, 0.024661680683493614, 0.2044028490781784, 0.29965752363204956, 0.23836830258369446, 0.22662149369716644, 0.16813117265701294, 0.03756275027990341, 0.12924352288246155, 0.4112755060195923, 1.080369234085083, 0.1835019588470459, 0.7806805968284607, 294.6721496582031, 0.08132192492485046, 0.029828444123268127, 0.0489492304623127, 0.20963171124458313, 0.27797842025756836, 0.2609214782714844, 0.21043923497200012], "count": [1059]}, "actions": {"min": [0.32040753960609436, 2.0033936500549316, -2.0020673274993896, -0.9489529728889465, -2.1123545169830322, -1.2265301942825317, 0.39707985520362854, -6.0, 0.011459999717772007, 0.34550198912620544, -0.26325199007987976, -0.43271392583847046, -0.5744143128395081, -0.5260913372039795, -0.5830714702606201, -0.7275579571723938, -2.053903579711914, -2.1434388160705566, -1.219217300415039, -0.16163493692874908, -1.4459878206253052, 0.6227684020996094, 59.0, -0.3338499963283539, 0.2959190011024475, -0.2918199896812439, -0.49922311305999756, -0.4815460741519928, -0.5666597485542297, -0.5393027663230896], "max": [0.8053297996520996, 2.0420353412628174, -0.9864775538444519, -0.13491395115852356, -0.3035127520561218, -0.644166111946106, 2.0390334129333496, 907.0, 0.3083670139312744, 0.4360789954662323, -0.14565500617027283, 0.5018996000289917, 0.9234844446182251, 0.5661661028862, 0.581321120262146, -0.07323401421308517, -1.7585415840148926, -1.5015941858291626, -0.13004449009895325, 2.5832793712615967, -0.5942148566246033, 2.803417682647705, 892.0, -0.06753300130367279, 0.4130820035934448, -0.10441800206899643, 0.5204105377197266, 0.9685051441192627, 0.6019372940063477, 0.6048000454902649], "mean": [0.5428372025489807, 2.021458625793457, -1.4255239963531494, -0.548217236995697, -1.2231301069259644, -0.8573398590087891, 1.1847643852233887, 531.207763671875, 0.16440407931804657, 0.38615772128105164, -0.2197747826576233, -0.18408329784870148, 0.6966199278831482, -0.2653661370277405, -0.41311436891555786, -0.4372209310531616, -2.0355782508850098, -1.7328479290008545, -0.4986230432987213, 0.9220545887947083, -1.1155647039413452, 2.106064558029175, 618.4758911132812, -0.22328171133995056, 0.344705194234848, -0.22779691219329834, -0.25116756558418274, 0.6274603009223938, 0.37529227137565613, 0.41083046793937683], "std": [0.13414421677589417, 0.008922404609620571, 0.2812069356441498, 0.17926616966724396, 0.5452736616134644, 0.10582222044467926, 0.4681994915008545, 290.81072998046875, 0.08887593448162079, 0.022969920188188553, 0.024661680683493614, 0.2044028490781784, 0.29965752363204956, 0.23836830258369446, 0.22662149369716644, 0.16813117265701294, 0.03756275027990341, 0.12924352288246155, 0.4112755060195923, 1.080369234085083, 0.1835019588470459, 0.7806805968284607, 294.6721496582031, 0.08132192492485046, 0.029828444123268127, 0.0489492304623127, 0.20963171124458313, 0.27797842025756836, 0.2609214782714844, 0.21043923497200012], "count": [1059]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009442870632672333], "std": [0.03071474214785759], "count": [1059]}, "timestamp": {"min": [0.0], "max": [42.32], "mean": [21.16], "std": [12.228273249591156], "count": [1059]}, "frame_index": {"min": [0], "max": [1058], "mean": [529.0], "std": [305.7068312397789], "count": [1059]}, "episode_index": {"min": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [1059]}, "index": {"min": [344066], "max": [345124], "mean": [344595.0], "std": [305.7068312397789], "count": [1059]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1059]}}} +{"episode_index": 287, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.46728485025851135]], [[0.46732744671251586]], [[0.4639850268672975]]], "std": [[[0.12741443345969167]], [[0.1265255229674719]], [[0.1279466185404641]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8823529411764706]], [[1.0]], [[1.0]]], "mean": [[[0.4697718423812311]], [[0.47271681726173054]], [[0.46748295796345074]]], "std": [[[0.10159359681673343]], [[0.10022824366168345]], [[0.10473387104714339]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4770750780411667]], [[0.4784360001463272]], [[0.47438764815627743]]], "std": [[[0.09633427763202983]], [[0.09712870024927871]], [[0.10054095887828188]]], "count": [201]}, "states": {"min": [0.29651400446891785, 2.014040231704712, -1.858147382736206, -1.5004072189331055, 0.6871187090873718, 1.0015921592712402, -2.5694563388824463, 117.0, 0.021062999963760376, 0.3044950067996979, -0.26853400468826294, -0.4429975748062134, 0.5796432495117188, -0.47876399755477905, -0.5715479850769043, -0.7270692586898804, -2.0586509704589844, 1.0338459014892578, -0.09498082101345062, -2.9007720947265625, -1.6355481147766113, 0.7224092483520508, 190.0, -0.30647599697113037, 0.2680880129337311, -0.2968809902667999, -0.49986323714256287, -0.478252112865448, -0.5280845761299133, -0.517191469669342], "max": [0.7132986187934875, 2.0372183322906494, -0.321978360414505, -0.2024756520986557, 1.7687866687774658, 1.2760276794433594, -0.6902079582214355, 877.0, 0.310696005821228, 0.4137519896030426, -0.12234500050544739, -0.014595936052501202, 0.9737963080406189, 0.014619487337768078, -0.20124493539333344, -0.10681415349245071, -1.9922934770584106, 1.5647052526474, 1.5497652292251587, -0.8684409260749817, -1.0767459869384766, 2.8409423828125, 891.0, -0.06447800248861313, 0.347461998462677, -0.15514099597930908, 0.5200775861740112, 0.9057347178459167, 0.5495843887329102, 0.7501319050788879], "mean": [0.4708620607852936, 2.020799160003662, -1.001043438911438, -0.7205168604850769, 1.4025324583053589, 1.1200573444366455, -1.8387399911880493, 647.5414428710938, 0.18882475793361664, 0.3602810204029083, -0.19793464243412018, -0.2349305897951126, 0.7611055970191956, -0.2912224531173706, -0.45463600754737854, -0.43243804574012756, -2.0414156913757324, 1.2181097269058228, 0.418768048286438, -1.818489670753479, -1.3165472745895386, 2.247352361679077, 572.1954345703125, -0.1663845330476761, 0.3119833171367645, -0.22927071154117584, -0.18475677073001862, 0.717799961566925, 0.19514469802379608, 0.5182280540466309], "std": [0.06938102096319199, 0.005422702990472317, 0.523186445236206, 0.45052728056907654, 0.323277086019516, 0.08409557491540909, 0.6603688597679138, 232.79263305664062, 0.0916890874505043, 0.028675798326730728, 0.043828580528497696, 0.15003418922424316, 0.13586777448654175, 0.15823706984519958, 0.08951300382614136, 0.16444304585456848, 0.009944385848939419, 0.1578284204006195, 0.39771768450737, 0.5231759548187256, 0.1403384804725647, 0.5760196447372437, 217.39205932617188, 0.06555086374282837, 0.024079933762550354, 0.031696587800979614, 0.18917956948280334, 0.2185584008693695, 0.17261703312397003, 0.17502306401729584], "count": [1182]}, "actions": {"min": [0.29651400446891785, 2.014040231704712, -1.858147382736206, -1.5004072189331055, 0.6871187090873718, 1.0015921592712402, -2.5694563388824463, 117.0, 0.021062999963760376, 0.3044950067996979, -0.26853400468826294, -0.4429975748062134, 0.5796432495117188, -0.47876399755477905, -0.5715479850769043, -0.7270692586898804, -2.0586509704589844, 1.0338459014892578, -0.09498082101345062, -2.9007720947265625, -1.6355481147766113, 0.7224092483520508, 190.0, -0.30647599697113037, 0.2680880129337311, -0.2968809902667999, -0.49986323714256287, -0.478252112865448, -0.5280845761299133, -0.517191469669342], "max": [0.7132986187934875, 2.0372183322906494, -0.321978360414505, -0.2024756520986557, 1.7687866687774658, 1.2760276794433594, -0.6902079582214355, 877.0, 0.310696005821228, 0.4137519896030426, -0.12234500050544739, -0.014595936052501202, 0.9737963080406189, 0.014619487337768078, -0.20124493539333344, -0.10681415349245071, -1.9922934770584106, 1.5647052526474, 1.5497652292251587, -0.8684409260749817, -1.0767459869384766, 2.8409423828125, 891.0, -0.06447800248861313, 0.347461998462677, -0.15514099597930908, 0.5200775861740112, 0.9057347178459167, 0.5495843887329102, 0.7501319050788879], "mean": [0.4708620607852936, 2.020799160003662, -1.001043438911438, -0.7205168604850769, 1.4025324583053589, 1.1200573444366455, -1.8387399911880493, 647.5414428710938, 0.18882475793361664, 0.3602810204029083, -0.19793464243412018, -0.2349305897951126, 0.7611055970191956, -0.2912224531173706, -0.45463600754737854, -0.43243804574012756, -2.0414156913757324, 1.2181097269058228, 0.418768048286438, -1.818489670753479, -1.3165472745895386, 2.247352361679077, 572.1954345703125, -0.1663845330476761, 0.3119833171367645, -0.22927071154117584, -0.18475677073001862, 0.717799961566925, 0.19514469802379608, 0.5182280540466309], "std": [0.06938102096319199, 0.005422702990472317, 0.523186445236206, 0.45052728056907654, 0.323277086019516, 0.08409557491540909, 0.6603688597679138, 232.79263305664062, 0.0916890874505043, 0.028675798326730728, 0.043828580528497696, 0.15003418922424316, 0.13586777448654175, 0.15823706984519958, 0.08951300382614136, 0.16444304585456848, 0.009944385848939419, 0.1578284204006195, 0.39771768450737, 0.5231759548187256, 0.1403384804725647, 0.5760196447372437, 217.39205932617188, 0.06555086374282837, 0.024079933762550354, 0.031696587800979614, 0.18917956948280334, 0.2185584008693695, 0.17261703312397003, 0.17502306401729584], "count": [1182]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008460236886632825], "std": [0.029074179826462914], "count": [1182]}, "timestamp": {"min": [0.0], "max": [47.24], "mean": [23.619999999999997], "std": [13.648555479121836], "count": [1182]}, "frame_index": {"min": [0], "max": [1181], "mean": [590.5], "std": [341.2138869780459], "count": [1182]}, "episode_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [1182]}, "index": {"min": [345125], "max": [346306], "mean": [345715.5], "std": [341.2138869780459], "count": [1182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1182]}}} +{"episode_index": 288, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47189639128008926]], [[0.48002625214211697]], [[0.4767617779073011]]], "std": [[[0.1478588513971634]], [[0.14769385150656753]], [[0.1489668964591361]]], "count": [164]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9254901960784314]], [[1.0]]], "mean": [[[0.46981838085844096]], [[0.47214002346365375]], [[0.4680001619041925]]], "std": [[[0.09556168532783006]], [[0.09284987487981454]], [[0.09545271789749285]]], "count": [164]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4673696559162283]], [[0.46658003920572294]], [[0.463271756187231]]], "std": [[[0.12796293413262344]], [[0.12501315580327982]], [[0.12690609278116322]]], "count": [164]}, "states": {"min": [0.32072171568870544, 1.8669438362121582, -1.7659590244293213, -0.4772777557373047, -1.6694424152374268, -1.374010443687439, 0.35016539692878723, -5.0, 0.04573800042271614, 0.2757669985294342, -0.2825689911842346, -0.421160489320755, -0.6323560476303101, -0.3965114951133728, -0.6309865713119507, -0.8306021690368652, -2.0554568767547607, 0.8062374591827393, -0.17029178142547607, 0.42032766342163086, 1.0287843942642212, -1.8541854619979858, 50.0, -0.2509849965572357, 0.3334439992904663, -0.2821269929409027, -0.414201945066452, 0.4708448052406311, -0.16182351112365723, 0.22653357684612274], "max": [0.8483347296714783, 2.0491037368774414, -0.9463872909545898, -0.01961749978363514, -0.4722861051559448, -0.9094212651252747, 1.276376724243164, 890.0, 0.2309039980173111, 0.4148550033569336, -0.1873980015516281, 0.421221524477005, 0.9083636403083801, 0.3993406593799591, 0.6328721642494202, -0.3423987030982971, -1.9391131401062012, 1.4340498447418213, 1.268889307975769, 2.600470781326294, 1.5066555738449097, -0.38693949580192566, 907.0, -0.07287699729204178, 0.3973200023174286, -0.11692799627780914, -0.04653698951005936, 0.9366356730461121, 0.566123902797699, 0.6443151235580444], "mean": [0.6290069818496704, 2.0077662467956543, -1.2973923683166504, -0.3301856219768524, -1.3040510416030884, -1.0787409543991089, 1.0995124578475952, 494.47943115234375, 0.1412576138973236, 0.3735184669494629, -0.22401930391788483, -0.12011992931365967, 0.7347816824913025, -0.24501122534275055, -0.4961615204811096, -0.5646024942398071, -2.038100004196167, 1.0469818115234375, 0.3286832571029663, 1.237862467765808, 1.1922422647476196, -0.8720920085906982, 575.3681640625, -0.196031391620636, 0.363855242729187, -0.2234107404947281, -0.2616225481033325, 0.6877378225326538, 0.32894912362098694, 0.4850311875343323], "std": [0.1388995498418808, 0.038303934037685394, 0.2519626021385193, 0.10084493458271027, 0.28226909041404724, 0.11420661956071854, 0.21003472805023193, 236.69374084472656, 0.05682223290205002, 0.03596072271466255, 0.023785073310136795, 0.12227020412683487, 0.2456825077533722, 0.15317408740520477, 0.20171266794204712, 0.1248602643609047, 0.015620374120771885, 0.18182982504367828, 0.44757530093193054, 0.7572092413902283, 0.14537276327610016, 0.47301343083381653, 270.8633728027344, 0.05764717981219292, 0.017689606174826622, 0.042114634066820145, 0.11890813708305359, 0.17472241818904877, 0.23482143878936768, 0.12369226664304733], "count": [899]}, "actions": {"min": [0.32072171568870544, 1.8669438362121582, -1.7659590244293213, -0.4772777557373047, -1.6694424152374268, -1.374010443687439, 0.35016539692878723, -5.0, 0.04573800042271614, 0.2757669985294342, -0.2825689911842346, -0.421160489320755, -0.6323560476303101, -0.3965114951133728, -0.6309865713119507, -0.8306021690368652, -2.0554568767547607, 0.8062374591827393, -0.17029178142547607, 0.42032766342163086, 1.0287843942642212, -1.8541854619979858, 50.0, -0.2509849965572357, 0.3334439992904663, -0.2821269929409027, -0.414201945066452, 0.4708448052406311, -0.16182351112365723, 0.22653357684612274], "max": [0.8483347296714783, 2.0491037368774414, -0.9463872909545898, -0.01961749978363514, -0.4722861051559448, -0.9094212651252747, 1.276376724243164, 890.0, 0.2309039980173111, 0.4148550033569336, -0.1873980015516281, 0.421221524477005, 0.9083636403083801, 0.3993406593799591, 0.6328721642494202, -0.3423987030982971, -1.9391131401062012, 1.4340498447418213, 1.268889307975769, 2.600470781326294, 1.5066555738449097, -0.38693949580192566, 907.0, -0.07287699729204178, 0.3973200023174286, -0.11692799627780914, -0.04653698951005936, 0.9366356730461121, 0.566123902797699, 0.6443151235580444], "mean": [0.6290069818496704, 2.0077662467956543, -1.2973923683166504, -0.3301856219768524, -1.3040510416030884, -1.0787409543991089, 1.0995124578475952, 494.47943115234375, 0.1412576138973236, 0.3735184669494629, -0.22401930391788483, -0.12011992931365967, 0.7347816824913025, -0.24501122534275055, -0.4961615204811096, -0.5646024942398071, -2.038100004196167, 1.0469818115234375, 0.3286832571029663, 1.237862467765808, 1.1922422647476196, -0.8720920085906982, 575.3681640625, -0.196031391620636, 0.363855242729187, -0.2234107404947281, -0.2616225481033325, 0.6877378225326538, 0.32894912362098694, 0.4850311875343323], "std": [0.1388995498418808, 0.038303934037685394, 0.2519626021385193, 0.10084493458271027, 0.28226909041404724, 0.11420661956071854, 0.21003472805023193, 236.69374084472656, 0.05682223290205002, 0.03596072271466255, 0.023785073310136795, 0.12227020412683487, 0.2456825077533722, 0.15317408740520477, 0.20171266794204712, 0.1248602643609047, 0.015620374120771885, 0.18182982504367828, 0.44757530093193054, 0.7572092413902283, 0.14537276327610016, 0.47301343083381653, 270.8633728027344, 0.05764717981219292, 0.017689606174826622, 0.042114634066820145, 0.11890813708305359, 0.17472241818904877, 0.23482143878936768, 0.12369226664304733], "count": [899]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011123470522803114], "std": [0.033333312711394204], "count": [899]}, "timestamp": {"min": [0.0], "max": [35.92], "mean": [17.96], "std": [10.380751417888783], "count": [899]}, "frame_index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "episode_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [899]}, "index": {"min": [346307], "max": [347205], "mean": [346756.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}}} +{"episode_index": 289, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.464928518023371]], [[0.4710331154684096]], [[0.4677501534957417]]], "std": [[[0.12866638503348218]], [[0.12792552344307132]], [[0.12972090635799513]]], "count": [165]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4764591057635176]], [[0.4781519186967716]], [[0.4709910217369776]]], "std": [[[0.09614416652252818]], [[0.09631056609569653]], [[0.10400417840326978]]], "count": [165]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47121623712616356]], [[0.47265537235096056]], [[0.4672832788671024]]], "std": [[[0.10690754782576872]], [[0.10814215203746173]], [[0.11414896405443169]]], "count": [165]}, "states": {"min": [0.4202752709388733, 1.995557188987732, -1.9236321449279785, -1.6598256826400757, 0.42931607365608215, 1.0551737546920776, -2.7627341747283936, 18.0, 0.03282500058412552, 0.2977510094642639, -0.23269200325012207, -0.3009016215801239, -0.63923579454422, -0.3495134711265564, -0.6465792655944824, -1.0404605865478516, -2.0413894653320312, 0.4063999056816101, 0.0016755162505432963, 1.0414379835128784, 0.939667820930481, -2.082195281982422, 32.0, -0.24906599521636963, 0.313647985458374, -0.22106100618839264, -0.49925586581230164, -0.4413377642631531, -0.34971150755882263, -0.6578215956687927], "max": [1.0201798677444458, 2.0381782054901123, 0.7386233806610107, -0.04433136433362961, 1.2718390226364136, 1.5510916709899902, -0.8512145280838013, 852.0, 0.2795279920101166, 0.4299750030040741, -0.07217100262641907, 0.5213183760643005, 0.9764737486839294, 0.4384317696094513, 0.6563006639480591, -0.2770884931087494, -1.908220887184143, 1.9326729774475098, 1.5785281658172607, 2.301042079925537, 1.632581114768982, -0.20039871335029602, 847.0, -0.00990500021725893, 0.44525301456451416, -0.10100899636745453, 0.5010467767715454, 0.9666517972946167, 0.3965799808502197, 0.7568682432174683], "mean": [0.6768050193786621, 2.024444103240967, -0.523597002029419, -0.5847474932670593, 0.8681390285491943, 1.3944432735443115, -1.7794967889785767, 496.83660888671875, 0.17139184474945068, 0.36425381898880005, -0.17747093737125397, 0.11355448514223099, 0.5373395085334778, -0.018452102318406105, -0.12397927790880203, -0.6696576476097107, -2.0021190643310547, 1.0866236686706543, 0.5276455879211426, 1.8426697254180908, 1.346510410308838, -1.480408787727356, 484.1875, -0.14255183935165405, 0.35931307077407837, -0.18548886477947235, -0.06944426149129868, 0.7770322561264038, 0.21819256246089935, 0.4239558279514313], "std": [0.1778649240732193, 0.008753426373004913, 0.7970861792564392, 0.4805043637752533, 0.26611027121543884, 0.10646775364875793, 0.6004123091697693, 328.7993469238281, 0.0718013346195221, 0.029334168881177902, 0.04899628460407257, 0.2476276010274887, 0.5950015783309937, 0.26841869950294495, 0.4418884515762329, 0.2258843332529068, 0.03211068734526634, 0.35568568110466003, 0.38746562600135803, 0.44616225361824036, 0.1537942737340927, 0.560673177242279, 336.22613525390625, 0.07127736508846283, 0.0316154845058918, 0.02911979705095291, 0.22528666257858276, 0.2247137725353241, 0.12894044816493988, 0.21488799154758453], "count": [912]}, "actions": {"min": [0.4202752709388733, 1.995557188987732, -1.9236321449279785, -1.6598256826400757, 0.42931607365608215, 1.0551737546920776, -2.7627341747283936, 18.0, 0.03282500058412552, 0.2977510094642639, -0.23269200325012207, -0.3009016215801239, -0.63923579454422, -0.3495134711265564, -0.6465792655944824, -1.0404605865478516, -2.0413894653320312, 0.4063999056816101, 0.0016755162505432963, 1.0414379835128784, 0.939667820930481, -2.082195281982422, 32.0, -0.24906599521636963, 0.313647985458374, -0.22106100618839264, -0.49925586581230164, -0.4413377642631531, -0.34971150755882263, -0.6578215956687927], "max": [1.0201798677444458, 2.0381782054901123, 0.7386233806610107, -0.04433136433362961, 1.2718390226364136, 1.5510916709899902, -0.8512145280838013, 852.0, 0.2795279920101166, 0.4299750030040741, -0.07217100262641907, 0.5213183760643005, 0.9764737486839294, 0.4384317696094513, 0.6563006639480591, -0.2770884931087494, -1.908220887184143, 1.9326729774475098, 1.5785281658172607, 2.301042079925537, 1.632581114768982, -0.20039871335029602, 847.0, -0.00990500021725893, 0.44525301456451416, -0.10100899636745453, 0.5010467767715454, 0.9666517972946167, 0.3965799808502197, 0.7568682432174683], "mean": [0.6768050193786621, 2.024444103240967, -0.523597002029419, -0.5847474932670593, 0.8681390285491943, 1.3944432735443115, -1.7794967889785767, 496.83660888671875, 0.17139184474945068, 0.36425381898880005, -0.17747093737125397, 0.11355448514223099, 0.5373395085334778, -0.018452102318406105, -0.12397927790880203, -0.6696576476097107, -2.0021190643310547, 1.0866236686706543, 0.5276455879211426, 1.8426697254180908, 1.346510410308838, -1.480408787727356, 484.1875, -0.14255183935165405, 0.35931307077407837, -0.18548886477947235, -0.06944426149129868, 0.7770322561264038, 0.21819256246089935, 0.4239558279514313], "std": [0.1778649240732193, 0.008753426373004913, 0.7970861792564392, 0.4805043637752533, 0.26611027121543884, 0.10646775364875793, 0.6004123091697693, 328.7993469238281, 0.0718013346195221, 0.029334168881177902, 0.04899628460407257, 0.2476276010274887, 0.5950015783309937, 0.26841869950294495, 0.4418884515762329, 0.2258843332529068, 0.03211068734526634, 0.35568568110466003, 0.38746562600135803, 0.44616225361824036, 0.1537942737340927, 0.560673177242279, 336.22613525390625, 0.07127736508846283, 0.0316154845058918, 0.02911979705095291, 0.22528666257858276, 0.2247137725353241, 0.12894044816493988, 0.21488799154758453], "count": [912]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010964912280701754], "std": [0.033095149721023176], "count": [912]}, "timestamp": {"min": [0.0], "max": [36.44], "mean": [18.22], "std": [10.530862579421814], "count": [912]}, "frame_index": {"min": [0], "max": [911], "mean": [455.5], "std": [263.27156448554535], "count": [912]}, "episode_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [912]}, "index": {"min": [347206], "max": [348117], "mean": [347661.5], "std": [263.27156448554535], "count": [912]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [912]}}} +{"episode_index": 290, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4683302993940632]], [[0.4772867359834559]], [[0.4725901628880719]]], "std": [[[0.14829908619510368]], [[0.1483108409518172]], [[0.1488172721028976]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.465402707567402]], [[0.4713632461448121]], [[0.4647380791292211]]], "std": [[[0.0956743249642948]], [[0.09294585278623294]], [[0.09709033673688906]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46358862889773966]], [[0.46487803819444445]], [[0.4611929359851579]]], "std": [[[0.11379045363743326]], [[0.11141974545132846]], [[0.1135699347262442]]], "count": [192]}, "states": {"min": [0.3971671760082245, 1.9881744384765625, -0.9373465776443481, -0.39067450165748596, -2.0883214473724365, -1.5185061693191528, 0.112905353307724, -5.0, 0.08944900333881378, 0.2712160050868988, -0.2834399938583374, -0.4843674898147583, -0.6333044767379761, -0.45727071166038513, -0.6373562216758728, -0.9221971035003662, -2.0555267333984375, 0.6395933628082275, -0.2473655343055725, 0.49693015217781067, 0.9545555114746094, -1.8958640098571777, 31.0, -0.24645699560642242, 0.3071889877319336, -0.2732889950275421, -0.4354681670665741, 0.5000511407852173, -0.04750702530145645, 0.277884840965271], "max": [0.8271988034248352, 2.0355775356292725, -0.45090582966804504, 0.12309807538986206, -1.0276672840118408, -0.8788430690765381, 1.114514946937561, 883.0, 0.22311100363731384, 0.41927000880241394, -0.1987150013446808, 0.48039335012435913, 0.8685212135314941, 0.4095563590526581, 0.6435373425483704, -0.39247220754623413, -1.82334566116333, 1.7290279865264893, 1.239428162574768, 2.5424039363861084, 1.686249852180481, -0.18364354968070984, 884.0, -0.019023999571800232, 0.41688698530197144, -0.12627799808979034, 0.048642344772815704, 0.9605093002319336, 0.476752907037735, 0.682624101638794], "mean": [0.6441453099250793, 2.024860382080078, -0.7149503827095032, -0.09798536449670792, -1.475030779838562, -1.1550625562667847, 0.7374715209007263, 576.6450805664062, 0.1722060739994049, 0.3686126470565796, -0.2354988306760788, -0.09831470251083374, 0.5363671779632568, -0.22436679899692535, -0.3731524348258972, -0.6126493215560913, -2.027460813522339, 1.0270687341690063, 0.3467634916305542, 1.5064550638198853, 1.293567180633545, -1.101901650428772, 576.78076171875, -0.16296659409999847, 0.3558804988861084, -0.21511413156986237, -0.1634756326675415, 0.7331591248512268, 0.29734838008880615, 0.5004298090934753], "std": [0.09021998941898346, 0.008388564921915531, 0.17056423425674438, 0.155570849776268, 0.4043949544429779, 0.17697416245937347, 0.3762260377407074, 304.06744384765625, 0.03581362962722778, 0.03927389159798622, 0.019298749044537544, 0.26882752776145935, 0.4650114178657532, 0.26326265931129456, 0.3940180242061615, 0.13195224106311798, 0.0430859737098217, 0.2825494706630707, 0.4137640595436096, 0.6669058203697205, 0.12746460735797882, 0.5908941626548767, 258.971435546875, 0.06324276328086853, 0.01894628442823887, 0.036992397159338, 0.15621785819530487, 0.1639731377363205, 0.16772408783435822, 0.13223393261432648], "count": [1113]}, "actions": {"min": [0.3971671760082245, 1.9881744384765625, -0.9373465776443481, -0.39067450165748596, -2.0883214473724365, -1.5185061693191528, 0.112905353307724, -5.0, 0.08944900333881378, 0.2712160050868988, -0.2834399938583374, -0.4843674898147583, -0.6333044767379761, -0.45727071166038513, -0.6373562216758728, -0.9221971035003662, -2.0555267333984375, 0.6395933628082275, -0.2473655343055725, 0.49693015217781067, 0.9545555114746094, -1.8958640098571777, 31.0, -0.24645699560642242, 0.3071889877319336, -0.2732889950275421, -0.4354681670665741, 0.5000511407852173, -0.04750702530145645, 0.277884840965271], "max": [0.8271988034248352, 2.0355775356292725, -0.45090582966804504, 0.12309807538986206, -1.0276672840118408, -0.8788430690765381, 1.114514946937561, 883.0, 0.22311100363731384, 0.41927000880241394, -0.1987150013446808, 0.48039335012435913, 0.8685212135314941, 0.4095563590526581, 0.6435373425483704, -0.39247220754623413, -1.82334566116333, 1.7290279865264893, 1.239428162574768, 2.5424039363861084, 1.686249852180481, -0.18364354968070984, 884.0, -0.019023999571800232, 0.41688698530197144, -0.12627799808979034, 0.048642344772815704, 0.9605093002319336, 0.476752907037735, 0.682624101638794], "mean": [0.6441453099250793, 2.024860382080078, -0.7149503827095032, -0.09798536449670792, -1.475030779838562, -1.1550625562667847, 0.7374715209007263, 576.6450805664062, 0.1722060739994049, 0.3686126470565796, -0.2354988306760788, -0.09831470251083374, 0.5363671779632568, -0.22436679899692535, -0.3731524348258972, -0.6126493215560913, -2.027460813522339, 1.0270687341690063, 0.3467634916305542, 1.5064550638198853, 1.293567180633545, -1.101901650428772, 576.78076171875, -0.16296659409999847, 0.3558804988861084, -0.21511413156986237, -0.1634756326675415, 0.7331591248512268, 0.29734838008880615, 0.5004298090934753], "std": [0.09021998941898346, 0.008388564921915531, 0.17056423425674438, 0.155570849776268, 0.4043949544429779, 0.17697416245937347, 0.3762260377407074, 304.06744384765625, 0.03581362962722778, 0.03927389159798622, 0.019298749044537544, 0.26882752776145935, 0.4650114178657532, 0.26326265931129456, 0.3940180242061615, 0.13195224106311798, 0.0430859737098217, 0.2825494706630707, 0.4137640595436096, 0.6669058203697205, 0.12746460735797882, 0.5908941626548767, 258.971435546875, 0.06324276328086853, 0.01894628442823887, 0.036992397159338, 0.15621785819530487, 0.1639731377363205, 0.16772408783435822, 0.13223393261432648], "count": [1113]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008984725965858042], "std": [0.029961063792512246], "count": [1113]}, "timestamp": {"min": [0.0], "max": [44.48], "mean": [22.24], "std": [12.851811804826067], "count": [1113]}, "frame_index": {"min": [0], "max": [1112], "mean": [556.0], "std": [321.2952951206517], "count": [1113]}, "episode_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [1113]}, "index": {"min": [348118], "max": [349230], "mean": [348674.0], "std": [321.2952951206517], "count": [1113]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1113]}}} +{"episode_index": 291, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46471033752042484]], [[0.4706449312363834]], [[0.46412821052900327]]], "std": [[[0.13282045324886999]], [[0.12967796047481092]], [[0.13205250667558055]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4748361747259668]], [[0.4801706750408497]], [[0.47469039245472494]]], "std": [[[0.07239570445102197]], [[0.07016799934191675]], [[0.0744354853882467]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.4681553500306373]], [[0.46928698491115195]], [[0.465091861766408]]], "std": [[[0.1068094887838056]], [[0.10478916953571983]], [[0.10884104586939423]]], "count": [192]}, "states": {"min": [0.36477380990982056, 1.8572921752929688, -1.8806970119476318, -0.9894272089004517, -2.5265212059020996, -1.4672983884811401, 0.40079742670059204, 1.0, 0.0073830001056194305, 0.32110100984573364, -0.2838209867477417, -0.4825235605239868, -0.6061655879020691, -0.5354166030883789, -0.6588806509971619, -0.8851438164710999, -2.053222894668579, -2.093679666519165, -1.333710789680481, -0.43511059880256653, -1.4754141569137573, 0.6425778865814209, 37.0, -0.32462000846862793, 0.2898769974708557, -0.2813979983329773, -0.4694285988807678, 0.3129480481147766, -0.018787644803524017, 0.0875871554017067], "max": [0.9341350793838501, 2.0572023391723633, -0.5197415947914124, -0.0044680433347821236, -0.26487118005752563, -0.6611656546592712, 1.750268578529358, 763.0, 0.3281159996986389, 0.45326799154281616, -0.11392199993133545, 0.5005775094032288, 0.9599242806434631, 0.5657060742378235, 0.6094740033149719, -0.13426817953586578, -1.8784630298614502, -1.233144998550415, -0.10417870432138443, 2.692466974258423, -0.0938987210392952, 2.670668125152588, 891.0, -0.015417000278830528, 0.43637600541114807, -0.09155300259590149, -0.03585996851325035, 0.9816258549690247, 0.6426092386245728, 0.6674214005470276], "mean": [0.5999795794487, 2.0137991905212402, -1.0776304006576538, -0.3198360800743103, -1.2280222177505493, -1.035279631614685, 0.7878934741020203, 473.27069091796875, 0.19940494000911713, 0.3791065514087677, -0.218036949634552, -0.041471417993307114, 0.4349599778652191, -0.0015710635343566537, -0.195285364985466, -0.48789292573928833, -2.0330135822296143, -1.6366839408874512, -0.5269584655761719, 0.9444663524627686, -1.1488134860992432, 1.9743492603302002, 529.2113037109375, -0.20056310296058655, 0.3586423099040985, -0.20204555988311768, -0.27465295791625977, 0.6360436677932739, 0.3706377148628235, 0.47387459874153137], "std": [0.15601272881031036, 0.03347695991396904, 0.27629125118255615, 0.23682093620300293, 0.5846068263053894, 0.15800558030605316, 0.41557228565216064, 275.8813171386719, 0.09556569159030914, 0.03151409327983856, 0.03642592579126358, 0.32595932483673096, 0.587477445602417, 0.3467522859573364, 0.44646915793418884, 0.22936277091503143, 0.026134591549634933, 0.20517054200172424, 0.37890344858169556, 1.074073314666748, 0.24383075535297394, 0.7645972371101379, 299.7744445800781, 0.0898144319653511, 0.031281452625989914, 0.043283700942993164, 0.1453709900379181, 0.24419747292995453, 0.18082153797149658, 0.21124275028705597], "count": [1112]}, "actions": {"min": [0.36477380990982056, 1.8572921752929688, -1.8806970119476318, -0.9894272089004517, -2.5265212059020996, -1.4672983884811401, 0.40079742670059204, 1.0, 0.0073830001056194305, 0.32110100984573364, -0.2838209867477417, -0.4825235605239868, -0.6061655879020691, -0.5354166030883789, -0.6588806509971619, -0.8851438164710999, -2.053222894668579, -2.093679666519165, -1.333710789680481, -0.43511059880256653, -1.4754141569137573, 0.6425778865814209, 37.0, -0.32462000846862793, 0.2898769974708557, -0.2813979983329773, -0.4694285988807678, 0.3129480481147766, -0.018787644803524017, 0.0875871554017067], "max": [0.9341350793838501, 2.0572023391723633, -0.5197415947914124, -0.0044680433347821236, -0.26487118005752563, -0.6611656546592712, 1.750268578529358, 763.0, 0.3281159996986389, 0.45326799154281616, -0.11392199993133545, 0.5005775094032288, 0.9599242806434631, 0.5657060742378235, 0.6094740033149719, -0.13426817953586578, -1.8784630298614502, -1.233144998550415, -0.10417870432138443, 2.692466974258423, -0.0938987210392952, 2.670668125152588, 891.0, -0.015417000278830528, 0.43637600541114807, -0.09155300259590149, -0.03585996851325035, 0.9816258549690247, 0.6426092386245728, 0.6674214005470276], "mean": [0.5999795794487, 2.0137991905212402, -1.0776304006576538, -0.3198360800743103, -1.2280222177505493, -1.035279631614685, 0.7878934741020203, 473.27069091796875, 0.19940494000911713, 0.3791065514087677, -0.218036949634552, -0.041471417993307114, 0.4349599778652191, -0.0015710635343566537, -0.195285364985466, -0.48789292573928833, -2.0330135822296143, -1.6366839408874512, -0.5269584655761719, 0.9444663524627686, -1.1488134860992432, 1.9743492603302002, 529.2113037109375, -0.20056310296058655, 0.3586423099040985, -0.20204555988311768, -0.27465295791625977, 0.6360436677932739, 0.3706377148628235, 0.47387459874153137], "std": [0.15601272881031036, 0.03347695991396904, 0.27629125118255615, 0.23682093620300293, 0.5846068263053894, 0.15800558030605316, 0.41557228565216064, 275.8813171386719, 0.09556569159030914, 0.03151409327983856, 0.03642592579126358, 0.32595932483673096, 0.587477445602417, 0.3467522859573364, 0.44646915793418884, 0.22936277091503143, 0.026134591549634933, 0.20517054200172424, 0.37890344858169556, 1.074073314666748, 0.24383075535297394, 0.7645972371101379, 299.7744445800781, 0.0898144319653511, 0.031281452625989914, 0.043283700942993164, 0.1453709900379181, 0.24419747292995453, 0.18082153797149658, 0.21124275028705597], "count": [1112]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008992805755395684], "std": [0.029974520346221147], "count": [1112]}, "timestamp": {"min": [0.0], "max": [44.44], "mean": [22.22], "std": [12.840264794777404], "count": [1112]}, "frame_index": {"min": [0], "max": [1111], "mean": [555.5], "std": [321.0066198694351], "count": [1112]}, "episode_index": {"min": [291], "max": [291], "mean": [291.0], "std": [0.0], "count": [1112]}, "index": {"min": [349231], "max": [350342], "mean": [349786.5], "std": [321.0066198694351], "count": [1112]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1112]}}} +{"episode_index": 292, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.46454923171191553]], [[0.4678772113813474]], [[0.4637575925402212]]], "std": [[[0.12793931750662707]], [[0.12619985978561885]], [[0.12856258794111985]]], "count": [156]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7019607843137254]], [[1.0]], [[1.0]]], "mean": [[[0.4717515855434054]], [[0.47385055827886713]], [[0.46848626036953245]]], "std": [[[0.08574311257919083]], [[0.08492770421957908]], [[0.09303465500011548]]], "count": [156]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.47407488059326297]], [[0.473569028092006]], [[0.4685051232298475]]], "std": [[[0.09885364171592002]], [[0.10024886346603817]], [[0.10734888491412813]]], "count": [156]}, "states": {"min": [0.4282863736152649, 1.917872667312622, -1.9470021724700928, -1.4937052726745605, 0.429193913936615, 1.1521093845367432, -2.7569921016693115, 4.0, 0.008217999711632729, 0.31344398856163025, -0.2385610044002533, -0.3636541962623596, -0.6061756014823914, -0.44298112392425537, -0.612761914730072, -1.0229898691177368, -2.0379860401153564, 0.6639232635498047, 0.012915436178445816, 0.7197912335395813, 0.7817678451538086, -2.3850972652435303, 26.0, -0.20837299525737762, 0.31022000312805176, -0.22675199806690216, -0.4996049702167511, -0.5734736323356628, -0.14583967626094818, -0.6338526606559753], "max": [1.0585073232650757, 2.0600993633270264, 0.8182975649833679, -0.07206464558839798, 1.1306242942810059, 1.6089143753051758, -0.6103765964508057, 788.0, 0.3015480041503906, 0.4097380042076111, -0.08182500302791595, 0.5323421955108643, 0.9724953174591064, 0.4793057143688202, 0.6316291093826294, -0.30174997448921204, -1.8896679878234863, 1.9744211435317993, 1.664031982421875, 2.5452311038970947, 1.6091063022613525, -0.10737265646457672, 814.0, -0.0028119999915361404, 0.4159260094165802, -0.08147600293159485, 0.519232988357544, 0.9837226271629333, 0.42752569913864136, 0.7219876646995544], "mean": [0.6477891206741333, 2.025738477706909, -0.4819045662879944, -0.6259586215019226, 0.8312273621559143, 1.342025637626648, -1.6908210515975952, 473.9228820800781, 0.1842268854379654, 0.3602408468723297, -0.18077033758163452, 0.07379492372274399, 0.5140231251716614, -0.05270879715681076, -0.13309624791145325, -0.6210086941719055, -1.9997138977050781, 1.3145456314086914, 0.7192965149879456, 1.835702657699585, 1.331945538520813, -1.6884732246398926, 474.0011901855469, -0.13226041197776794, 0.3575079143047333, -0.17692236602306366, -0.08241891860961914, 0.7969248294830322, 0.2545253336429596, 0.38912442326545715], "std": [0.19415737688541412, 0.017626160755753517, 0.7972657084465027, 0.5098473429679871, 0.25306564569473267, 0.0984153300523758, 0.6370621919631958, 306.96728515625, 0.09717141836881638, 0.02317003346979618, 0.046309880912303925, 0.2500099539756775, 0.5834744572639465, 0.33072903752326965, 0.4444239139556885, 0.21500399708747864, 0.04201322793960571, 0.29681357741355896, 0.5131314396858215, 0.6182864308357239, 0.13230685889720917, 0.7207329869270325, 311.8328552246094, 0.058198824524879456, 0.025502799078822136, 0.0341268815100193, 0.2098688781261444, 0.19851583242416382, 0.11385776847600937, 0.21330475807189941], "count": [843]}, "actions": {"min": [0.4282863736152649, 1.917872667312622, -1.9470021724700928, -1.4937052726745605, 0.429193913936615, 1.1521093845367432, -2.7569921016693115, 4.0, 0.008217999711632729, 0.31344398856163025, -0.2385610044002533, -0.3636541962623596, -0.6061756014823914, -0.44298112392425537, -0.612761914730072, -1.0229898691177368, -2.0379860401153564, 0.6639232635498047, 0.012915436178445816, 0.7197912335395813, 0.7817678451538086, -2.3850972652435303, 26.0, -0.20837299525737762, 0.31022000312805176, -0.22675199806690216, -0.4996049702167511, -0.5734736323356628, -0.14583967626094818, -0.6338526606559753], "max": [1.0585073232650757, 2.0600993633270264, 0.8182975649833679, -0.07206464558839798, 1.1306242942810059, 1.6089143753051758, -0.6103765964508057, 788.0, 0.3015480041503906, 0.4097380042076111, -0.08182500302791595, 0.5323421955108643, 0.9724953174591064, 0.4793057143688202, 0.6316291093826294, -0.30174997448921204, -1.8896679878234863, 1.9744211435317993, 1.664031982421875, 2.5452311038970947, 1.6091063022613525, -0.10737265646457672, 814.0, -0.0028119999915361404, 0.4159260094165802, -0.08147600293159485, 0.519232988357544, 0.9837226271629333, 0.42752569913864136, 0.7219876646995544], "mean": [0.6477891206741333, 2.025738477706909, -0.4819045662879944, -0.6259586215019226, 0.8312273621559143, 1.342025637626648, -1.6908210515975952, 473.9228820800781, 0.1842268854379654, 0.3602408468723297, -0.18077033758163452, 0.07379492372274399, 0.5140231251716614, -0.05270879715681076, -0.13309624791145325, -0.6210086941719055, -1.9997138977050781, 1.3145456314086914, 0.7192965149879456, 1.835702657699585, 1.331945538520813, -1.6884732246398926, 474.0011901855469, -0.13226041197776794, 0.3575079143047333, -0.17692236602306366, -0.08241891860961914, 0.7969248294830322, 0.2545253336429596, 0.38912442326545715], "std": [0.19415737688541412, 0.017626160755753517, 0.7972657084465027, 0.5098473429679871, 0.25306564569473267, 0.0984153300523758, 0.6370621919631958, 306.96728515625, 0.09717141836881638, 0.02317003346979618, 0.046309880912303925, 0.2500099539756775, 0.5834744572639465, 0.33072903752326965, 0.4444239139556885, 0.21500399708747864, 0.04201322793960571, 0.29681357741355896, 0.5131314396858215, 0.6182864308357239, 0.13230685889720917, 0.7207329869270325, 311.8328552246094, 0.058198824524879456, 0.025502799078822136, 0.0341268815100193, 0.2098688781261444, 0.19851583242416382, 0.11385776847600937, 0.21330475807189941], "count": [843]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011862396204033216], "std": [0.034421395322768465], "count": [843]}, "timestamp": {"min": [0.0], "max": [33.68], "mean": [16.84], "std": [9.73411868977704], "count": [843]}, "frame_index": {"min": [0], "max": [842], "mean": [421.0], "std": [243.35296724442597], "count": [843]}, "episode_index": {"min": [292], "max": [292], "mean": [292.0], "std": [0.0], "count": [843]}, "index": {"min": [350343], "max": [351185], "mean": [350764.0], "std": [243.35296724442597], "count": [843]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [843]}}} +{"episode_index": 293, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.46579237417564623]], [[0.4717217631234175]], [[0.46733343913766706]]], "std": [[[0.11708945035819546]], [[0.11689167248701642]], [[0.11710972787896891]]], "count": [222]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6588235294117647]], [[0.6666666666666666]]], "mean": [[[0.47091234156951073]], [[0.47467570051669317]], [[0.46791488547370896]]], "std": [[[0.07261232197643205]], [[0.07274442893862416]], [[0.07694648062530604]]], "count": [222]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47737916225048577]], [[0.4781730793293293]], [[0.47345720996732027]]], "std": [[[0.09357108131660112]], [[0.0948311815341897]], [[0.09975135111497853]]], "count": [222]}, "states": {"min": [0.4165577292442322, 1.8032392263412476, -1.9811582565307617, -0.8038288354873657, -1.6204509735107422, -1.2648227214813232, 0.3573387563228607, -5.0, 0.03415999934077263, 0.31034499406814575, -0.2666090130805969, -0.421891987323761, -0.6221590042114258, -0.5488285422325134, -0.6414141058921814, -0.8685107827186584, -2.044757843017578, -2.3421096801757812, -1.0504612922668457, 0.1731192022562027, -1.4926230907440186, 0.7376634478569031, 33.0, -0.3505150079727173, 0.2984980046749115, -0.27013298869132996, -0.49692562222480774, -0.31029969453811646, -0.6157053112983704, -0.5622984766960144], "max": [0.7808603644371033, 2.0450196266174316, -1.3314419984817505, -0.12868313491344452, 0.11065387725830078, -0.5820672512054443, 1.4199302196502686, 881.0, 0.2784160077571869, 0.43991100788116455, -0.17948700487613678, 0.456093430519104, 0.9005482792854309, 0.5864496827125549, 0.6232128739356995, -0.2650282680988312, -1.9515224695205688, -1.8092433214187622, 0.013875368051230907, 2.5052456855773926, -0.7473849058151245, 2.722259759902954, 893.0, -0.08784499764442444, 0.4495750069618225, -0.11408299952745438, 0.5158607959747314, 0.9415497779846191, 0.630465567111969, 0.6330856680870056], "mean": [0.5896272659301758, 1.9964778423309326, -1.602814793586731, -0.40285471081733704, -0.9850149154663086, -0.9172331690788269, 1.0110230445861816, 483.8341979980469, 0.14170682430267334, 0.3792397081851959, -0.22922013700008392, -0.17001162469387054, 0.730175256729126, -0.23012341558933258, -0.46741563081741333, -0.5278688073158264, -2.03237247467041, -2.0881996154785156, -0.32760247588157654, 1.0711342096328735, -1.1299532651901245, 2.1981749534606934, 630.6572265625, -0.23587408661842346, 0.35876068472862244, -0.22160124778747559, -0.3009192645549774, 0.5930827260017395, 0.3786563277244568, 0.4563077688217163], "std": [0.10593627393245697, 0.05556929111480713, 0.1256897747516632, 0.1599220484495163, 0.49215611815452576, 0.13761457800865173, 0.28079476952552795, 261.22467041015625, 0.06556703895330429, 0.02859441377222538, 0.01843736134469509, 0.14009208977222443, 0.25706160068511963, 0.19934891164302826, 0.20263145864009857, 0.17343157529830933, 0.014750235714018345, 0.13939213752746582, 0.3340018391609192, 0.8922856450080872, 0.13101927936077118, 0.5918705463409424, 329.8627014160156, 0.0965019166469574, 0.03886345401406288, 0.03876335918903351, 0.19068770110607147, 0.2677612900733948, 0.2707519829273224, 0.15728384256362915], "count": [1345]}, "actions": {"min": [0.4165577292442322, 1.8032392263412476, -1.9811582565307617, -0.8038288354873657, -1.6204509735107422, -1.2648227214813232, 0.3573387563228607, -5.0, 0.03415999934077263, 0.31034499406814575, -0.2666090130805969, -0.421891987323761, -0.6221590042114258, -0.5488285422325134, -0.6414141058921814, -0.8685107827186584, -2.044757843017578, -2.3421096801757812, -1.0504612922668457, 0.1731192022562027, -1.4926230907440186, 0.7376634478569031, 33.0, -0.3505150079727173, 0.2984980046749115, -0.27013298869132996, -0.49692562222480774, -0.31029969453811646, -0.6157053112983704, -0.5622984766960144], "max": [0.7808603644371033, 2.0450196266174316, -1.3314419984817505, -0.12868313491344452, 0.11065387725830078, -0.5820672512054443, 1.4199302196502686, 881.0, 0.2784160077571869, 0.43991100788116455, -0.17948700487613678, 0.456093430519104, 0.9005482792854309, 0.5864496827125549, 0.6232128739356995, -0.2650282680988312, -1.9515224695205688, -1.8092433214187622, 0.013875368051230907, 2.5052456855773926, -0.7473849058151245, 2.722259759902954, 893.0, -0.08784499764442444, 0.4495750069618225, -0.11408299952745438, 0.5158607959747314, 0.9415497779846191, 0.630465567111969, 0.6330856680870056], "mean": [0.5896272659301758, 1.9964778423309326, -1.602814793586731, -0.40285471081733704, -0.9850149154663086, -0.9172331690788269, 1.0110230445861816, 483.8341979980469, 0.14170682430267334, 0.3792397081851959, -0.22922013700008392, -0.17001162469387054, 0.730175256729126, -0.23012341558933258, -0.46741563081741333, -0.5278688073158264, -2.03237247467041, -2.0881996154785156, -0.32760247588157654, 1.0711342096328735, -1.1299532651901245, 2.1981749534606934, 630.6572265625, -0.23587408661842346, 0.35876068472862244, -0.22160124778747559, -0.3009192645549774, 0.5930827260017395, 0.3786563277244568, 0.4563077688217163], "std": [0.10593627393245697, 0.05556929111480713, 0.1256897747516632, 0.1599220484495163, 0.49215611815452576, 0.13761457800865173, 0.28079476952552795, 261.22467041015625, 0.06556703895330429, 0.02859441377222538, 0.01843736134469509, 0.14009208977222443, 0.25706160068511963, 0.19934891164302826, 0.20263145864009857, 0.17343157529830933, 0.014750235714018345, 0.13939213752746582, 0.3340018391609192, 0.8922856450080872, 0.13101927936077118, 0.5918705463409424, 329.8627014160156, 0.0965019166469574, 0.03886345401406288, 0.03876335918903351, 0.19068770110607147, 0.2677612900733948, 0.2707519829273224, 0.15728384256362915], "count": [1345]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007434944237918215], "std": [0.027256955806428784], "count": [1345]}, "timestamp": {"min": [0.0], "max": [53.76], "mean": [26.88], "std": [15.530717948633283], "count": [1345]}, "frame_index": {"min": [0], "max": [1344], "mean": [672.0], "std": [388.26794871583206], "count": [1345]}, "episode_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [1345]}, "index": {"min": [351186], "max": [352530], "mean": [351858.0], "std": [388.26794871583206], "count": [1345]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1345]}}} +{"episode_index": 294, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635487814944631]], [[0.46802656710352536]], [[0.4626590322225609]]], "std": [[[0.15245876244177117]], [[0.15155020907961889]], [[0.1514397071148799]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4612848714399404]], [[0.4676504527329067]], [[0.4617986375681533]]], "std": [[[0.11975348038728965]], [[0.11526033667921562]], [[0.11794739328628152]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46674151152257104]], [[0.46760871833621187]], [[0.4646912865318839]]], "std": [[[0.12693448594958195]], [[0.12580622349919196]], [[0.12857473769719172]]], "count": [193]}, "states": {"min": [0.3516314923763275, 1.910943627357483, -0.98946213722229, -0.40564945340156555, -2.1132969856262207, -1.5860331058502197, 0.12150982767343521, 14.0, 0.08709300309419632, 0.2638930082321167, -0.2697579860687256, -0.41798311471939087, -0.6230146288871765, -0.3537119925022125, -0.6385393738746643, -0.8556651473045349, -2.053135633468628, 0.8189259767532349, -0.11814134567975998, 0.45846307277679443, 1.053061842918396, -1.7621716260910034, 139.0, -0.24700500071048737, 0.27671098709106445, -0.27803298830986023, -0.42415711283683777, 0.5095852613449097, -0.07311849296092987, 0.3274107873439789], "max": [0.8310036659240723, 2.041546583175659, -0.5317844152450562, 0.15988962352275848, -0.884218692779541, -1.0968347787857056, 1.019062876701355, 884.0, 0.2687380015850067, 0.4091370105743408, -0.18759499490261078, 0.4662361741065979, 0.874588668346405, 0.32095059752464294, 0.6711980700492859, -0.33311355113983154, -1.8202214241027832, 1.5984249114990234, 0.9561612606048584, 2.443495750427246, 1.590361475944519, -0.3132866322994232, 899.0, -0.03299200162291527, 0.37227100133895874, -0.15745599567890167, 0.05672263354063034, 0.9271920919418335, 0.41823020577430725, 0.7091794610023499], "mean": [0.6415570378303528, 2.016842842102051, -0.7876691222190857, -0.1250183880329132, -1.543917179107666, -1.3208119869232178, 0.6787506937980652, 598.0223388671875, 0.15593178570270538, 0.35352540016174316, -0.22034654021263123, 0.06491771340370178, 0.35383620858192444, -0.03897978737950325, -0.17139820754528046, -0.5618289113044739, -2.0212936401367188, 1.219857931137085, 0.3059024214744568, 1.3549904823303223, 1.3470304012298584, -0.9283444285392761, 483.3118896484375, -0.1528226137161255, 0.3293895721435547, -0.2253117561340332, -0.1527361124753952, 0.7546746134757996, 0.2055394947528839, 0.5415294766426086], "std": [0.1099328100681305, 0.023835288360714912, 0.14146721363067627, 0.1793113499879837, 0.38861989974975586, 0.12928898632526398, 0.37329062819480896, 326.5999450683594, 0.040757033973932266, 0.03409682586789131, 0.025587398558855057, 0.2709600627422333, 0.6440913677215576, 0.23257805407047272, 0.5452736020088196, 0.15264412760734558, 0.04765487089753151, 0.2426772564649582, 0.28395023941993713, 0.6124310493469238, 0.127068892121315, 0.42285585403442383, 224.34144592285156, 0.06291964650154114, 0.02254362963140011, 0.025966400280594826, 0.1511131078004837, 0.13367752730846405, 0.14507287740707397, 0.09943075478076935], "count": [1119]}, "actions": {"min": [0.3516314923763275, 1.910943627357483, -0.98946213722229, -0.40564945340156555, -2.1132969856262207, -1.5860331058502197, 0.12150982767343521, 14.0, 0.08709300309419632, 0.2638930082321167, -0.2697579860687256, -0.41798311471939087, -0.6230146288871765, -0.3537119925022125, -0.6385393738746643, -0.8556651473045349, -2.053135633468628, 0.8189259767532349, -0.11814134567975998, 0.45846307277679443, 1.053061842918396, -1.7621716260910034, 139.0, -0.24700500071048737, 0.27671098709106445, -0.27803298830986023, -0.42415711283683777, 0.5095852613449097, -0.07311849296092987, 0.3274107873439789], "max": [0.8310036659240723, 2.041546583175659, -0.5317844152450562, 0.15988962352275848, -0.884218692779541, -1.0968347787857056, 1.019062876701355, 884.0, 0.2687380015850067, 0.4091370105743408, -0.18759499490261078, 0.4662361741065979, 0.874588668346405, 0.32095059752464294, 0.6711980700492859, -0.33311355113983154, -1.8202214241027832, 1.5984249114990234, 0.9561612606048584, 2.443495750427246, 1.590361475944519, -0.3132866322994232, 899.0, -0.03299200162291527, 0.37227100133895874, -0.15745599567890167, 0.05672263354063034, 0.9271920919418335, 0.41823020577430725, 0.7091794610023499], "mean": [0.6415570378303528, 2.016842842102051, -0.7876691222190857, -0.1250183880329132, -1.543917179107666, -1.3208119869232178, 0.6787506937980652, 598.0223388671875, 0.15593178570270538, 0.35352540016174316, -0.22034654021263123, 0.06491771340370178, 0.35383620858192444, -0.03897978737950325, -0.17139820754528046, -0.5618289113044739, -2.0212936401367188, 1.219857931137085, 0.3059024214744568, 1.3549904823303223, 1.3470304012298584, -0.9283444285392761, 483.3118896484375, -0.1528226137161255, 0.3293895721435547, -0.2253117561340332, -0.1527361124753952, 0.7546746134757996, 0.2055394947528839, 0.5415294766426086], "std": [0.1099328100681305, 0.023835288360714912, 0.14146721363067627, 0.1793113499879837, 0.38861989974975586, 0.12928898632526398, 0.37329062819480896, 326.5999450683594, 0.040757033973932266, 0.03409682586789131, 0.025587398558855057, 0.2709600627422333, 0.6440913677215576, 0.23257805407047272, 0.5452736020088196, 0.15264412760734558, 0.04765487089753151, 0.2426772564649582, 0.28395023941993713, 0.6124310493469238, 0.127068892121315, 0.42285585403442383, 224.34144592285156, 0.06291964650154114, 0.02254362963140011, 0.025966400280594826, 0.1511131078004837, 0.13367752730846405, 0.14507287740707397, 0.09943075478076935], "count": [1119]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008936550491510277], "std": [0.029880703301698817], "count": [1119]}, "timestamp": {"min": [0.0], "max": [44.72], "mean": [22.36], "std": [12.921093864942963], "count": [1119]}, "frame_index": {"min": [0], "max": [1118], "mean": [559.0], "std": [323.0273466235741], "count": [1119]}, "episode_index": {"min": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [1119]}, "index": {"min": [352531], "max": [353649], "mean": [353090.0], "std": [323.0273466235741], "count": [1119]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1119]}}} +{"episode_index": 295, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.47399001122795487]], [[0.4749569960200095]], [[0.4710536659729068]]], "std": [[[0.12619918567614258]], [[0.1256318198264166]], [[0.1269808806626133]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679957666958776]], [[0.4706570224924234]], [[0.46529753281666486]]], "std": [[[0.10371642796201831]], [[0.10200647705166511]], [[0.10596233229854292]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.4758738737813561]], [[0.47802681587066853]], [[0.4736542269142294]]], "std": [[[0.07740951398366193]], [[0.07818315631258323]], [[0.08238536631134988]]], "count": [179]}, "states": {"min": [0.24787165224552155, 2.010706663131714, -1.9665848016738892, -1.7169678211212158, 0.5204223394393921, 0.9041503667831421, -2.6752755641937256, 112.0, 0.013767999596893787, 0.301129013299942, -0.27203598618507385, -0.4587647020816803, -0.6430652737617493, -0.42022228240966797, -0.6500767469406128, -0.7807207107543945, -2.0569229125976562, 0.7479085326194763, -0.103096604347229, -2.654017448425293, -1.6319352388381958, 2.0927894115448, 200.0, -0.3092069923877716, 0.24056099355220795, -0.29951098561286926, -0.49946144223213196, -0.4718480110168457, -0.5416104197502136, -0.6287533640861511], "max": [0.6524564623832703, 2.043309450149536, -0.26679104566574097, -0.08279842138290405, 1.974368929862976, 1.3833305835723877, -0.2505769431591034, 878.0, 0.2893249988555908, 0.4134269952774048, -0.09212999790906906, 0.44100093841552734, 0.974692165851593, 0.48569780588150024, 0.6495012044906616, -0.2016553431749344, -2.016815423965454, 1.0017143487930298, 0.6132214069366455, -1.1273431777954102, -1.206231951713562, 2.8416404724121094, 859.0, -0.08814000338315964, 0.35691899061203003, -0.1825219988822937, 0.519212543964386, 0.8692411184310913, 0.5214241147041321, 0.6789720058441162], "mean": [0.4548225402832031, 2.0220210552215576, -1.1153417825698853, -0.7959231734275818, 1.4155540466308594, 1.1665923595428467, -1.7269150018692017, 639.095947265625, 0.16732460260391235, 0.352894127368927, -0.18300049006938934, -0.019807619974017143, 0.48457351326942444, -0.044224027544260025, -0.19105622172355652, -0.43158742785453796, -2.0394484996795654, 0.9070594310760498, 0.1953786462545395, -1.8126535415649414, -1.451531171798706, 2.4851746559143066, 594.5667724609375, -0.19591417908668518, 0.2932252585887909, -0.23383520543575287, -0.19080917537212372, 0.6163175106048584, 0.18804655969142914, 0.5194940567016602], "std": [0.07605904340744019, 0.005292395129799843, 0.5794932246208191, 0.546454131603241, 0.44209426641464233, 0.08277330547571182, 0.7831932902336121, 241.37478637695312, 0.08769197762012482, 0.033702440559864044, 0.05302368849515915, 0.27168506383895874, 0.5888863205909729, 0.3195283114910126, 0.4512648582458496, 0.18260321021080017, 0.008240343071520329, 0.07863644510507584, 0.17895229160785675, 0.5302266478538513, 0.133070707321167, 0.23522602021694183, 251.0494842529297, 0.07041054964065552, 0.030615901574492455, 0.029828207567334175, 0.24733394384384155, 0.30965012311935425, 0.20135243237018585, 0.284445196390152], "count": [1011]}, "actions": {"min": [0.24787165224552155, 2.010706663131714, -1.9665848016738892, -1.7169678211212158, 0.5204223394393921, 0.9041503667831421, -2.6752755641937256, 112.0, 0.013767999596893787, 0.301129013299942, -0.27203598618507385, -0.4587647020816803, -0.6430652737617493, -0.42022228240966797, -0.6500767469406128, -0.7807207107543945, -2.0569229125976562, 0.7479085326194763, -0.103096604347229, -2.654017448425293, -1.6319352388381958, 2.0927894115448, 200.0, -0.3092069923877716, 0.24056099355220795, -0.29951098561286926, -0.49946144223213196, -0.4718480110168457, -0.5416104197502136, -0.6287533640861511], "max": [0.6524564623832703, 2.043309450149536, -0.26679104566574097, -0.08279842138290405, 1.974368929862976, 1.3833305835723877, -0.2505769431591034, 878.0, 0.2893249988555908, 0.4134269952774048, -0.09212999790906906, 0.44100093841552734, 0.974692165851593, 0.48569780588150024, 0.6495012044906616, -0.2016553431749344, -2.016815423965454, 1.0017143487930298, 0.6132214069366455, -1.1273431777954102, -1.206231951713562, 2.8416404724121094, 859.0, -0.08814000338315964, 0.35691899061203003, -0.1825219988822937, 0.519212543964386, 0.8692411184310913, 0.5214241147041321, 0.6789720058441162], "mean": [0.4548225402832031, 2.0220210552215576, -1.1153417825698853, -0.7959231734275818, 1.4155540466308594, 1.1665923595428467, -1.7269150018692017, 639.095947265625, 0.16732460260391235, 0.352894127368927, -0.18300049006938934, -0.019807619974017143, 0.48457351326942444, -0.044224027544260025, -0.19105622172355652, -0.43158742785453796, -2.0394484996795654, 0.9070594310760498, 0.1953786462545395, -1.8126535415649414, -1.451531171798706, 2.4851746559143066, 594.5667724609375, -0.19591417908668518, 0.2932252585887909, -0.23383520543575287, -0.19080917537212372, 0.6163175106048584, 0.18804655969142914, 0.5194940567016602], "std": [0.07605904340744019, 0.005292395129799843, 0.5794932246208191, 0.546454131603241, 0.44209426641464233, 0.08277330547571182, 0.7831932902336121, 241.37478637695312, 0.08769197762012482, 0.033702440559864044, 0.05302368849515915, 0.27168506383895874, 0.5888863205909729, 0.3195283114910126, 0.4512648582458496, 0.18260321021080017, 0.008240343071520329, 0.07863644510507584, 0.17895229160785675, 0.5302266478538513, 0.133070707321167, 0.23522602021694183, 251.0494842529297, 0.07041054964065552, 0.030615901574492455, 0.029828207567334175, 0.24733394384384155, 0.30965012311935425, 0.20135243237018585, 0.284445196390152], "count": [1011]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009891196834817012], "std": [0.03143471529588665], "count": [1011]}, "timestamp": {"min": [0.0], "max": [40.4], "mean": [20.199999999999996], "std": [11.67401673232768], "count": [1011]}, "frame_index": {"min": [0], "max": [1010], "mean": [505.0], "std": [291.85041830819205], "count": [1011]}, "episode_index": {"min": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [1011]}, "index": {"min": [353650], "max": [354660], "mean": [354155.0], "std": [291.85041830819205], "count": [1011]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1011]}}} +{"episode_index": 296, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[1.0]]], "mean": [[[0.48056518469742787]], [[0.4854061260283549]], [[0.48287115789516466]]], "std": [[[0.12293529194815236]], [[0.12353350098998381]], [[0.124022635696436]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4736330876255975]], [[0.4753794772054759]], [[0.4692562961337105]]], "std": [[[0.08099146084294064]], [[0.08145929813035856]], [[0.08509709626342288]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47768407248886285]], [[0.47794601238090595]], [[0.47353222043377885]]], "std": [[[0.09757563390583918]], [[0.10093457782003074]], [[0.10515670303357465]]], "count": [201]}, "states": {"min": [0.4663170576095581, 1.8774856328964233, 0.01563815213739872, -0.3038094639778137, -2.8947856426239014, -1.758576512336731, 0.3956835865974426, -5.0, 0.026839999482035637, 0.2852869927883148, -0.26998698711395264, -0.3795238733291626, -0.6493723392486572, -0.40877848863601685, -0.6548148393630981, -0.8928406834602356, -2.0448102951049805, -0.4633500277996063, -0.14269812405109406, -2.047166347503662, -1.5950040817260742, 2.234161138534546, 4.0, -0.3089059889316559, 0.2920059859752655, -0.2760159969329834, -0.49748125672340393, -0.4108211398124695, -0.5331795811653137, -0.5577896237373352], "max": [0.986861526966095, 2.0313189029693604, 1.1012154817581177, 0.1834864467382431, -2.654017448425293, -0.8504640460014343, 0.8844281435012817, 877.0, 0.2676140069961548, 0.39676201343536377, -0.17757000029087067, 0.3562471270561218, 0.8800287842750549, 0.5282665491104126, 0.669821560382843, -0.31438618898391724, -1.9853644371032715, 0.4311312437057495, 0.39961060881614685, -0.4999670386314392, -0.9705776572227478, 2.769453525543213, 891.0, -0.10627300292253494, 0.40102699398994446, -0.15953899919986725, 0.5227147340774536, 0.8879868388175964, 0.5818892121315002, 0.6504294276237488], "mean": [0.7204168438911438, 1.9811949729919434, 0.5276552438735962, 0.03963588923215866, -2.840256690979004, -1.169779896736145, 0.7152285575866699, 523.2017211914062, 0.13684092462062836, 0.3673562705516815, -0.22499844431877136, -0.1392296701669693, 0.6286065578460693, -0.16684386134147644, -0.45949190855026245, -0.5632286667823792, -2.0323078632354736, 0.09883806854486465, 0.08717793971300125, -1.259384036064148, -1.3297882080078125, 2.5415148735046387, 504.3372802734375, -0.2116173505783081, 0.3403865694999695, -0.2279001772403717, -0.2983662486076355, 0.5988739132881165, 0.28801557421684265, 0.5385498404502869], "std": [0.12727351486682892, 0.055891189724206924, 0.2780468463897705, 0.10476966202259064, 0.040661975741386414, 0.18339695036411285, 0.07068419456481934, 282.3017883300781, 0.06203742325305939, 0.026037540286779404, 0.029486216604709625, 0.1508326530456543, 0.39710038900375366, 0.19582049548625946, 0.3573741018772125, 0.20236536860466003, 0.011700809001922607, 0.38100945949554443, 0.17273540794849396, 0.539467453956604, 0.14406375586986542, 0.1473757028579712, 300.15386962890625, 0.07053568959236145, 0.03263043239712715, 0.027290048077702522, 0.17131856083869934, 0.25632578134536743, 0.2388685941696167, 0.16500617563724518], "count": [1180]}, "actions": {"min": [0.4663170576095581, 1.8774856328964233, 0.01563815213739872, -0.3038094639778137, -2.8947856426239014, -1.758576512336731, 0.3956835865974426, -5.0, 0.026839999482035637, 0.2852869927883148, -0.26998698711395264, -0.3795238733291626, -0.6493723392486572, -0.40877848863601685, -0.6548148393630981, -0.8928406834602356, -2.0448102951049805, -0.4633500277996063, -0.14269812405109406, -2.047166347503662, -1.5950040817260742, 2.234161138534546, 4.0, -0.3089059889316559, 0.2920059859752655, -0.2760159969329834, -0.49748125672340393, -0.4108211398124695, -0.5331795811653137, -0.5577896237373352], "max": [0.986861526966095, 2.0313189029693604, 1.1012154817581177, 0.1834864467382431, -2.654017448425293, -0.8504640460014343, 0.8844281435012817, 877.0, 0.2676140069961548, 0.39676201343536377, -0.17757000029087067, 0.3562471270561218, 0.8800287842750549, 0.5282665491104126, 0.669821560382843, -0.31438618898391724, -1.9853644371032715, 0.4311312437057495, 0.39961060881614685, -0.4999670386314392, -0.9705776572227478, 2.769453525543213, 891.0, -0.10627300292253494, 0.40102699398994446, -0.15953899919986725, 0.5227147340774536, 0.8879868388175964, 0.5818892121315002, 0.6504294276237488], "mean": [0.7204168438911438, 1.9811949729919434, 0.5276552438735962, 0.03963588923215866, -2.840256690979004, -1.169779896736145, 0.7152285575866699, 523.2017211914062, 0.13684092462062836, 0.3673562705516815, -0.22499844431877136, -0.1392296701669693, 0.6286065578460693, -0.16684386134147644, -0.45949190855026245, -0.5632286667823792, -2.0323078632354736, 0.09883806854486465, 0.08717793971300125, -1.259384036064148, -1.3297882080078125, 2.5415148735046387, 504.3372802734375, -0.2116173505783081, 0.3403865694999695, -0.2279001772403717, -0.2983662486076355, 0.5988739132881165, 0.28801557421684265, 0.5385498404502869], "std": [0.12727351486682892, 0.055891189724206924, 0.2780468463897705, 0.10476966202259064, 0.040661975741386414, 0.18339695036411285, 0.07068419456481934, 282.3017883300781, 0.06203742325305939, 0.026037540286779404, 0.029486216604709625, 0.1508326530456543, 0.39710038900375366, 0.19582049548625946, 0.3573741018772125, 0.20236536860466003, 0.011700809001922607, 0.38100945949554443, 0.17273540794849396, 0.539467453956604, 0.14406375586986542, 0.1473757028579712, 300.15386962890625, 0.07053568959236145, 0.03263043239712715, 0.027290048077702522, 0.17131856083869934, 0.25632578134536743, 0.2388685941696167, 0.16500617563724518], "count": [1180]}, "next.done": {"min": [false], "max": [true], "mean": [0.000847457627118644], "std": [0.029098787649812535], "count": [1180]}, "timestamp": {"min": [0.0], "max": [47.16], "mean": [23.58], "std": [13.625461460075398], "count": [1180]}, "frame_index": {"min": [0], "max": [1179], "mean": [589.5], "std": [340.63653650188496], "count": [1180]}, "episode_index": {"min": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [1180]}, "index": {"min": [354661], "max": [355840], "mean": [355250.5], "std": [340.63653650188496], "count": [1180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1180]}}} +{"episode_index": 297, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4575794436561174]], [[0.4667101975475863]], [[0.4594959302617246]]], "std": [[[0.13922280361843545]], [[0.13631287782673362]], [[0.13856193449688636]]], "count": [228]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4697859880245958]], [[0.4713116686733173]], [[0.4669873151014792]]], "std": [[[0.07578062848406052]], [[0.07355220251647245]], [[0.07721700274734179]]], "count": [228]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668277344197913]], [[0.4690084100160532]], [[0.4646777677445247]]], "std": [[[0.08318566057969083]], [[0.08045030572168006]], [[0.08556410597042956]]], "count": [228]}, "states": {"min": [0.3539876639842987, 2.0231683254241943, -1.8163118362426758, -1.3152103424072266, -2.7228708267211914, -1.6585166454315186, 0.05363396927714348, -5.0, 0.007829999551177025, 0.2834149897098541, -0.2953369915485382, -0.4940809905529022, -0.661159336566925, -0.48633700609207153, -0.6731160879135132, -1.0500249862670898, -2.0464160442352295, -2.2149624824523926, -1.523934245109558, 0.40791839361190796, -1.7549809217453003, -0.014294247142970562, 39.0, -0.3367300033569336, 0.29986700415611267, -0.27466198801994324, -0.49980098009109497, -0.7128810286521912, -0.4143263101577759, -0.49807101488113403], "max": [0.8712159991264343, 2.0448801517486572, 0.7228281497955322, 0.275919109582901, -1.3330998420715332, -1.115056037902832, 2.244249105453491, 894.0, 0.32537099719047546, 0.3905709981918335, -0.10480400174856186, 0.5563130974769592, 0.9889568090438843, 0.5451076030731201, 0.7603952884674072, -0.18455113470554352, -1.9218344688415527, -1.1133978366851807, -0.18071140348911285, 2.6771955490112305, 0.8326268792152405, 2.8210456371307373, 892.0, -0.00419300002977252, 0.5148630142211914, -0.022324999794363976, 0.7490572929382324, 0.9835209846496582, 0.5744811296463013, 0.6596603989601135], "mean": [0.5381836295127869, 2.030827522277832, -0.09463197737932205, -0.18699564039707184, -1.8500878810882568, -1.3513578176498413, 0.7316054701805115, 488.9016418457031, 0.22231817245483398, 0.3414068818092346, -0.20473194122314453, 0.24157752096652985, 0.10316700488328934, 0.198845773935318, 0.21172192692756653, -0.5825169086456299, -2.0248913764953613, -1.7507987022399902, -0.7218435406684875, 1.5833995342254639, -1.0838931798934937, 1.681581735610962, 543.72216796875, -0.15244442224502563, 0.37174874544143677, -0.17733027040958405, -0.15107212960720062, 0.673886775970459, 0.2658160626888275, 0.3462525010108948], "std": [0.11360890418291092, 0.005516094155609608, 0.6897993087768555, 0.46332693099975586, 0.531039834022522, 0.1472310721874237, 0.6908891797065735, 251.94281005859375, 0.0876607820391655, 0.02847900427877903, 0.05452684685587883, 0.32948434352874756, 0.6089680194854736, 0.33549046516418457, 0.5046539902687073, 0.24762846529483795, 0.020667366683483124, 0.2259262055158615, 0.3936499357223511, 0.8535526394844055, 0.47131821513175964, 0.9781554937362671, 256.0959777832031, 0.0931101068854332, 0.04814323037862778, 0.066385917365551, 0.27831223607063293, 0.3813558518886566, 0.22548818588256836, 0.24242444336414337], "count": [1393]}, "actions": {"min": [0.3539876639842987, 2.0231683254241943, -1.8163118362426758, -1.3152103424072266, -2.7228708267211914, -1.6585166454315186, 0.05363396927714348, -5.0, 0.007829999551177025, 0.2834149897098541, -0.2953369915485382, -0.4940809905529022, -0.661159336566925, -0.48633700609207153, -0.6731160879135132, -1.0500249862670898, -2.0464160442352295, -2.2149624824523926, -1.523934245109558, 0.40791839361190796, -1.7549809217453003, -0.014294247142970562, 39.0, -0.3367300033569336, 0.29986700415611267, -0.27466198801994324, -0.49980098009109497, -0.7128810286521912, -0.4143263101577759, -0.49807101488113403], "max": [0.8712159991264343, 2.0448801517486572, 0.7228281497955322, 0.275919109582901, -1.3330998420715332, -1.115056037902832, 2.244249105453491, 894.0, 0.32537099719047546, 0.3905709981918335, -0.10480400174856186, 0.5563130974769592, 0.9889568090438843, 0.5451076030731201, 0.7603952884674072, -0.18455113470554352, -1.9218344688415527, -1.1133978366851807, -0.18071140348911285, 2.6771955490112305, 0.8326268792152405, 2.8210456371307373, 892.0, -0.00419300002977252, 0.5148630142211914, -0.022324999794363976, 0.7490572929382324, 0.9835209846496582, 0.5744811296463013, 0.6596603989601135], "mean": [0.5381836295127869, 2.030827522277832, -0.09463197737932205, -0.18699564039707184, -1.8500878810882568, -1.3513578176498413, 0.7316054701805115, 488.9016418457031, 0.22231817245483398, 0.3414068818092346, -0.20473194122314453, 0.24157752096652985, 0.10316700488328934, 0.198845773935318, 0.21172192692756653, -0.5825169086456299, -2.0248913764953613, -1.7507987022399902, -0.7218435406684875, 1.5833995342254639, -1.0838931798934937, 1.681581735610962, 543.72216796875, -0.15244442224502563, 0.37174874544143677, -0.17733027040958405, -0.15107212960720062, 0.673886775970459, 0.2658160626888275, 0.3462525010108948], "std": [0.11360890418291092, 0.005516094155609608, 0.6897993087768555, 0.46332693099975586, 0.531039834022522, 0.1472310721874237, 0.6908891797065735, 251.94281005859375, 0.0876607820391655, 0.02847900427877903, 0.05452684685587883, 0.32948434352874756, 0.6089680194854736, 0.33549046516418457, 0.5046539902687073, 0.24762846529483795, 0.020667366683483124, 0.2259262055158615, 0.3936499357223511, 0.8535526394844055, 0.47131821513175964, 0.9781554937362671, 256.0959777832031, 0.0931101068854332, 0.04814323037862778, 0.066385917365551, 0.27831223607063293, 0.3813558518886566, 0.22548818588256836, 0.24242444336414337], "count": [1393]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007178750897343862], "std": [0.02678357229889107], "count": [1393]}, "timestamp": {"min": [0.0], "max": [55.68], "mean": [27.839999999999996], "std": [16.084974354968676], "count": [1393]}, "frame_index": {"min": [0], "max": [1392], "mean": [696.0], "std": [402.1243588742169], "count": [1393]}, "episode_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [1393]}, "index": {"min": [355841], "max": [357233], "mean": [356537.0], "std": [402.1243588742169], "count": [1393]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1393]}}} +{"episode_index": 298, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4624894163177424]], [[0.46915903288398697]], [[0.46291586775769333]]], "std": [[[0.14814312200544993]], [[0.14585820642373554]], [[0.1474851354217721]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635956414249728]], [[0.4701605190036084]], [[0.46254801751429736]]], "std": [[[0.09877699828617673]], [[0.09689508269620814]], [[0.1027921713593805]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46805698848549837]], [[0.4694180953414352]], [[0.4666262329367511]]], "std": [[[0.11054202097826188]], [[0.10857107437827458]], [[0.11090344285072062]]], "count": [192]}, "states": {"min": [0.47216394543647766, 1.8957068920135498, -0.9894796013832092, -0.4296477437019348, -2.176442861557007, -1.5187506675720215, 0.14437365531921387, 0.0, 0.08138599991798401, 0.3118639886379242, -0.26139700412750244, -0.48805853724479675, -0.6096060276031494, -0.44281473755836487, -0.6103593707084656, -1.0871829986572266, -2.065300464630127, 0.9005026817321777, -0.1304284632205963, 0.027436576783657074, 1.0242115259170532, -2.591848850250244, 14.0, -0.21419499814510345, 0.32078900933265686, -0.24623599648475647, -0.4930579662322998, 0.42621469497680664, -0.04265600070357323, -0.008697615936398506], "max": [0.8573406934738159, 2.039452075958252, -0.5586450099945068, 0.12226031720638275, -0.6037268042564392, -0.9763721227645874, 1.0416299104690552, 858.0, 0.2831119894981384, 0.41874900460243225, -0.1699170023202896, 0.5603751540184021, 0.878190279006958, 0.5099359750747681, 0.6162799596786499, -0.32093116641044617, -1.776221513748169, 1.7202489376068115, 1.340936541557312, 2.8717474937438965, 1.817498803138733, -0.36128318309783936, 814.0, 0.00788000039756298, 0.4312860071659088, -0.09443999826908112, 0.12003357708454132, 0.9880967140197754, 0.5079321265220642, 0.7364708185195923], "mean": [0.6283348798751831, 2.0175790786743164, -0.7916387319564819, -0.1452886462211609, -1.3101632595062256, -1.2029311656951904, 0.722275972366333, 595.4698486328125, 0.194182887673378, 0.374159038066864, -0.21979543566703796, 0.12356995791196823, 0.2515149414539337, 0.06342797726392746, -0.06600677967071533, -0.760096549987793, -2.0131301879882812, 1.3123458623886108, 0.5754072070121765, 1.6668665409088135, 1.3318772315979004, -1.5421432256698608, 492.35284423828125, -0.1300331950187683, 0.3853485584259033, -0.17026138305664062, -0.09111808240413666, 0.7858381271362305, 0.24875567853450775, 0.40198832750320435], "std": [0.09047537297010422, 0.019314764067530632, 0.10398150235414505, 0.1513005495071411, 0.5592188239097595, 0.09413199126720428, 0.3328249156475067, 302.6502380371094, 0.05714081600308418, 0.024973489344120026, 0.01808403804898262, 0.30679789185523987, 0.6371713280677795, 0.3434862196445465, 0.5431354641914368, 0.2009863704442978, 0.055674899369478226, 0.2609530985355377, 0.2916754186153412, 0.9776562452316284, 0.19855913519859314, 0.6338596343994141, 244.76080322265625, 0.06796524673700333, 0.023419199511408806, 0.034780655056238174, 0.15841162204742432, 0.195571169257164, 0.1914016455411911, 0.22517694532871246], "count": [1111]}, "actions": {"min": [0.47216394543647766, 1.8957068920135498, -0.9894796013832092, -0.4296477437019348, -2.176442861557007, -1.5187506675720215, 0.14437365531921387, 0.0, 0.08138599991798401, 0.3118639886379242, -0.26139700412750244, -0.48805853724479675, -0.6096060276031494, -0.44281473755836487, -0.6103593707084656, -1.0871829986572266, -2.065300464630127, 0.9005026817321777, -0.1304284632205963, 0.027436576783657074, 1.0242115259170532, -2.591848850250244, 14.0, -0.21419499814510345, 0.32078900933265686, -0.24623599648475647, -0.4930579662322998, 0.42621469497680664, -0.04265600070357323, -0.008697615936398506], "max": [0.8573406934738159, 2.039452075958252, -0.5586450099945068, 0.12226031720638275, -0.6037268042564392, -0.9763721227645874, 1.0416299104690552, 858.0, 0.2831119894981384, 0.41874900460243225, -0.1699170023202896, 0.5603751540184021, 0.878190279006958, 0.5099359750747681, 0.6162799596786499, -0.32093116641044617, -1.776221513748169, 1.7202489376068115, 1.340936541557312, 2.8717474937438965, 1.817498803138733, -0.36128318309783936, 814.0, 0.00788000039756298, 0.4312860071659088, -0.09443999826908112, 0.12003357708454132, 0.9880967140197754, 0.5079321265220642, 0.7364708185195923], "mean": [0.6283348798751831, 2.0175790786743164, -0.7916387319564819, -0.1452886462211609, -1.3101632595062256, -1.2029311656951904, 0.722275972366333, 595.4698486328125, 0.194182887673378, 0.374159038066864, -0.21979543566703796, 0.12356995791196823, 0.2515149414539337, 0.06342797726392746, -0.06600677967071533, -0.760096549987793, -2.0131301879882812, 1.3123458623886108, 0.5754072070121765, 1.6668665409088135, 1.3318772315979004, -1.5421432256698608, 492.35284423828125, -0.1300331950187683, 0.3853485584259033, -0.17026138305664062, -0.09111808240413666, 0.7858381271362305, 0.24875567853450775, 0.40198832750320435], "std": [0.09047537297010422, 0.019314764067530632, 0.10398150235414505, 0.1513005495071411, 0.5592188239097595, 0.09413199126720428, 0.3328249156475067, 302.6502380371094, 0.05714081600308418, 0.024973489344120026, 0.01808403804898262, 0.30679789185523987, 0.6371713280677795, 0.3434862196445465, 0.5431354641914368, 0.2009863704442978, 0.055674899369478226, 0.2609530985355377, 0.2916754186153412, 0.9776562452316284, 0.19855913519859314, 0.6338596343994141, 244.76080322265625, 0.06796524673700333, 0.023419199511408806, 0.034780655056238174, 0.15841162204742432, 0.195571169257164, 0.1914016455411911, 0.22517694532871246], "count": [1111]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009000900090009], "std": [0.02998799504762859], "count": [1111]}, "timestamp": {"min": [0.0], "max": [44.4], "mean": [22.2], "std": [12.828717784720341], "count": [1111]}, "frame_index": {"min": [0], "max": [1110], "mean": [555.0], "std": [320.7179446180086], "count": [1111]}, "episode_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [1111]}, "index": {"min": [357234], "max": [358344], "mean": [357789.0], "std": [320.7179446180086], "count": [1111]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1111]}}} +{"episode_index": 299, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47711211071073023]], [[0.48107388109769295]], [[0.47658729926849325]]], "std": [[[0.10707703149338678]], [[0.10825842730863038]], [[0.10910157867484663]]], "count": [302]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.00784313725490196]]], "max": [[[0.6627450980392157]], [[0.6588235294117647]], [[0.6509803921568628]]], "mean": [[[0.4728343816279271]], [[0.4749669482859369]], [[0.4712179931989352]]], "std": [[[0.043968003911543284]], [[0.04363888762132294]], [[0.04632288095486811]]], "count": [302]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4814317925431762]], [[0.4818276779530797]], [[0.47604734368913126]]], "std": [[[0.07874630678870569]], [[0.08245790811528349]], [[0.08921733116267394]]], "count": [302]}, "states": {"min": [0.38226205110549927, 1.934889554977417, -1.9589401483535767, -1.1957252025604248, -2.7228009700775146, -1.7768498659133911, 0.5629908442497253, -2.0, -0.01236599963158369, 0.31944701075553894, -0.2530049979686737, -0.31025710701942444, -0.6344628930091858, -0.4981488585472107, -0.6446827054023743, -1.0392388105392456, -2.0433967113494873, -0.12983503937721252, -0.36053267121315, 1.3513387441635132, -1.2088674306869507, -2.9933793544769287, 401.0, -0.30427199602127075, 0.26189300417900085, -0.24836699664592743, -0.4999784529209137, -0.47663185000419617, -0.6007567048072815, -0.6219451427459717], "max": [0.9265953302383423, 2.044862747192383, 0.7086735367774963, -0.08412487804889679, -1.2470028400421143, -0.9180083274841309, 2.1171717643737793, 878.0, 0.3184100091457367, 0.4175179898738861, -0.13464400172233582, 0.42933493852615356, 0.986710250377655, 0.5507401823997498, 0.6544589400291443, 0.15044738352298737, -1.9569156169891357, 2.516782283782959, 1.3954081535339355, 2.8728816509246826, 1.9097915887832642, 0.03841469809412956, 819.0, -0.04097399860620499, 0.4556039869785309, -0.09441900253295898, 0.5597726106643677, 0.9870451092720032, 0.6907092332839966, 0.6533604860305786], "mean": [0.6102406978607178, 2.015700578689575, -0.953589141368866, -0.5148899555206299, -1.7228721380233765, -1.1855072975158691, 1.266108512878418, 567.3994140625, 0.18450568616390228, 0.36851221323013306, -0.1984991729259491, 0.09850501269102097, 0.30935433506965637, 0.15144112706184387, 0.012476174160838127, -0.30248570442199707, -2.0190799236297607, 1.3507134914398193, 0.7768745422363281, 2.173772096633911, 0.37704354524612427, -2.148848295211792, 602.2662963867188, -0.20862294733524323, 0.3235566318035126, -0.19104298949241638, 0.06525009125471115, 0.24055936932563782, 0.08862416446208954, 0.010347666218876839], "std": [0.19419589638710022, 0.014973890967667103, 0.5321558713912964, 0.23711389303207397, 0.4718818962574005, 0.17337161302566528, 0.30174270272254944, 235.70709228515625, 0.11393440514802933, 0.020151345059275627, 0.023603864014148712, 0.21384987235069275, 0.689397394657135, 0.3117467761039734, 0.5033093690872192, 0.37514960765838623, 0.019896041601896286, 0.9235233664512634, 0.522299587726593, 0.4359528720378876, 1.2021054029464722, 0.9990305304527283, 156.04037475585938, 0.05748527869582176, 0.045783307403326035, 0.036376748234033585, 0.406990110874176, 0.5457664728164673, 0.5067766308784485, 0.45780813694000244], "count": [2028]}, "actions": {"min": [0.38226205110549927, 1.934889554977417, -1.9589401483535767, -1.1957252025604248, -2.7228009700775146, -1.7768498659133911, 0.5629908442497253, -2.0, -0.01236599963158369, 0.31944701075553894, -0.2530049979686737, -0.31025710701942444, -0.6344628930091858, -0.4981488585472107, -0.6446827054023743, -1.0392388105392456, -2.0433967113494873, -0.12983503937721252, -0.36053267121315, 1.3513387441635132, -1.2088674306869507, -2.9933793544769287, 401.0, -0.30427199602127075, 0.26189300417900085, -0.24836699664592743, -0.4999784529209137, -0.47663185000419617, -0.6007567048072815, -0.6219451427459717], "max": [0.9265953302383423, 2.044862747192383, 0.7086735367774963, -0.08412487804889679, -1.2470028400421143, -0.9180083274841309, 2.1171717643737793, 878.0, 0.3184100091457367, 0.4175179898738861, -0.13464400172233582, 0.42933493852615356, 0.986710250377655, 0.5507401823997498, 0.6544589400291443, 0.15044738352298737, -1.9569156169891357, 2.516782283782959, 1.3954081535339355, 2.8728816509246826, 1.9097915887832642, 0.03841469809412956, 819.0, -0.04097399860620499, 0.4556039869785309, -0.09441900253295898, 0.5597726106643677, 0.9870451092720032, 0.6907092332839966, 0.6533604860305786], "mean": [0.6102406978607178, 2.015700578689575, -0.953589141368866, -0.5148899555206299, -1.7228721380233765, -1.1855072975158691, 1.266108512878418, 567.3994140625, 0.18450568616390228, 0.36851221323013306, -0.1984991729259491, 0.09850501269102097, 0.30935433506965637, 0.15144112706184387, 0.012476174160838127, -0.30248570442199707, -2.0190799236297607, 1.3507134914398193, 0.7768745422363281, 2.173772096633911, 0.37704354524612427, -2.148848295211792, 602.2662963867188, -0.20862294733524323, 0.3235566318035126, -0.19104298949241638, 0.06525009125471115, 0.24055936932563782, 0.08862416446208954, 0.010347666218876839], "std": [0.19419589638710022, 0.014973890967667103, 0.5321558713912964, 0.23711389303207397, 0.4718818962574005, 0.17337161302566528, 0.30174270272254944, 235.70709228515625, 0.11393440514802933, 0.020151345059275627, 0.023603864014148712, 0.21384987235069275, 0.689397394657135, 0.3117467761039734, 0.5033093690872192, 0.37514960765838623, 0.019896041601896286, 0.9235233664512634, 0.522299587726593, 0.4359528720378876, 1.2021054029464722, 0.9990305304527283, 156.04037475585938, 0.05748527869582176, 0.045783307403326035, 0.036376748234033585, 0.406990110874176, 0.5457664728164673, 0.5067766308784485, 0.45780813694000244], "count": [2028]}, "next.done": {"min": [false], "max": [true], "mean": [0.0004930966469428008], "std": [0.022200304111420967], "count": [2028]}, "timestamp": {"min": [0.0], "max": [81.08], "mean": [40.54], "std": [23.41732407143623], "count": [2028]}, "frame_index": {"min": [0], "max": [2027], "mean": [1013.5], "std": [585.4331017859057], "count": [2028]}, "episode_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [2028]}, "index": {"min": [358345], "max": [360372], "mean": [359358.5], "std": [585.4331017859057], "count": [2028]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2028]}}} +{"episode_index": 300, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.48228514897579144]], [[0.48670512127104104]], [[0.48312583182714425]]], "std": [[[0.11216237802043491]], [[0.1128095199653584]], [[0.1133147860087446]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7215686274509804]], [[0.6666666666666666]], [[0.6705882352941176]]], "mean": [[[0.47472740716398293]], [[0.4773211126629423]], [[0.4709420950177091]]], "std": [[[0.060479913603979064]], [[0.06135106452639332]], [[0.06773188259912793]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4754296004947603]], [[0.4778569074743491]], [[0.47287084086427866]]], "std": [[[0.08241226080690624]], [[0.08206685183779294]], [[0.08601453650423971]]], "count": [179]}, "states": {"min": [0.20856685936450958, 2.009467363357544, -2.0497496128082275, -1.3739057779312134, -2.5867176055908203, -1.3598734140396118, 0.5000194311141968, 5.0, -0.010653999634087086, 0.34279099106788635, -0.26093199849128723, -0.36652088165283203, -0.6038888692855835, -0.46233171224594116, -0.5986984372138977, -0.6751631498336792, -2.055596351623535, -2.1770191192626953, -1.398794174194336, -0.2899690270423889, -1.6084955930709839, 0.8595048785209656, 59.0, -0.29550299048423767, 0.2647329866886139, -0.2895619869232178, -0.49712008237838745, -0.43860647082328796, -0.4558861255645752, -0.6277962923049927], "max": [0.7809126973152161, 2.036118745803833, -0.9005724787712097, -0.09808750450611115, -0.3404788374900818, -0.5249950289726257, 2.637209892272949, 905.0, 0.3226799964904785, 0.432217001914978, -0.12812300026416779, 0.4617255926132202, 0.942763090133667, 0.5748817920684814, 0.6148821115493774, -0.01883210428059101, -1.7995219230651855, -1.4893940687179565, -0.10578440874814987, 2.6339287757873535, -0.38147664070129395, 2.7795591354370117, 907.0, -0.06620500236749649, 0.39937201142311096, -0.10915400087833405, 0.5200307369232178, 0.9713624715805054, 0.5489907264709473, 0.6695001721382141], "mean": [0.5008473992347717, 2.0211615562438965, -1.2831135988235474, -0.6620875597000122, -1.484825611114502, -0.9423935413360596, 1.4075608253479004, 482.770751953125, 0.17897367477416992, 0.3765815496444702, -0.2042296677827835, 0.01901734620332718, 0.34988903999328613, 0.008848508819937706, -0.06794197112321854, -0.3756178021430969, -2.0297043323516846, -1.6353678703308105, -0.5025264620780945, 0.8118859529495239, -1.2618887424468994, 2.1465485095977783, 628.1551513671875, -0.22187282145023346, 0.32712364196777344, -0.2133246809244156, -0.26626312732696533, 0.5978487133979797, 0.3287935256958008, 0.4537152051925659], "std": [0.18110479414463043, 0.007234450429677963, 0.38821762800216675, 0.2614166736602783, 0.47249481081962585, 0.14764606952667236, 0.43193304538726807, 234.32095336914062, 0.10673988610506058, 0.01924670860171318, 0.02713194489479065, 0.25040778517723083, 0.6660902500152588, 0.36682137846946716, 0.4812309741973877, 0.16064296662807465, 0.038796234875917435, 0.1569112092256546, 0.47516560554504395, 1.0719058513641357, 0.18179455399513245, 0.6456485986709595, 280.1584777832031, 0.07337437570095062, 0.03190987929701805, 0.04418322071433067, 0.20534446835517883, 0.2961348295211792, 0.23241692781448364, 0.27172765135765076], "count": [1012]}, "actions": {"min": [0.20856685936450958, 2.009467363357544, -2.0497496128082275, -1.3739057779312134, -2.5867176055908203, -1.3598734140396118, 0.5000194311141968, 5.0, -0.010653999634087086, 0.34279099106788635, -0.26093199849128723, -0.36652088165283203, -0.6038888692855835, -0.46233171224594116, -0.5986984372138977, -0.6751631498336792, -2.055596351623535, -2.1770191192626953, -1.398794174194336, -0.2899690270423889, -1.6084955930709839, 0.8595048785209656, 59.0, -0.29550299048423767, 0.2647329866886139, -0.2895619869232178, -0.49712008237838745, -0.43860647082328796, -0.4558861255645752, -0.6277962923049927], "max": [0.7809126973152161, 2.036118745803833, -0.9005724787712097, -0.09808750450611115, -0.3404788374900818, -0.5249950289726257, 2.637209892272949, 905.0, 0.3226799964904785, 0.432217001914978, -0.12812300026416779, 0.4617255926132202, 0.942763090133667, 0.5748817920684814, 0.6148821115493774, -0.01883210428059101, -1.7995219230651855, -1.4893940687179565, -0.10578440874814987, 2.6339287757873535, -0.38147664070129395, 2.7795591354370117, 907.0, -0.06620500236749649, 0.39937201142311096, -0.10915400087833405, 0.5200307369232178, 0.9713624715805054, 0.5489907264709473, 0.6695001721382141], "mean": [0.5008473992347717, 2.0211615562438965, -1.2831135988235474, -0.6620875597000122, -1.484825611114502, -0.9423935413360596, 1.4075608253479004, 482.770751953125, 0.17897367477416992, 0.3765815496444702, -0.2042296677827835, 0.01901734620332718, 0.34988903999328613, 0.008848508819937706, -0.06794197112321854, -0.3756178021430969, -2.0297043323516846, -1.6353678703308105, -0.5025264620780945, 0.8118859529495239, -1.2618887424468994, 2.1465485095977783, 628.1551513671875, -0.22187282145023346, 0.32712364196777344, -0.2133246809244156, -0.26626312732696533, 0.5978487133979797, 0.3287935256958008, 0.4537152051925659], "std": [0.18110479414463043, 0.007234450429677963, 0.38821762800216675, 0.2614166736602783, 0.47249481081962585, 0.14764606952667236, 0.43193304538726807, 234.32095336914062, 0.10673988610506058, 0.01924670860171318, 0.02713194489479065, 0.25040778517723083, 0.6660902500152588, 0.36682137846946716, 0.4812309741973877, 0.16064296662807465, 0.038796234875917435, 0.1569112092256546, 0.47516560554504395, 1.0719058513641357, 0.18179455399513245, 0.6456485986709595, 280.1584777832031, 0.07337437570095062, 0.03190987929701805, 0.04418322071433067, 0.20534446835517883, 0.2961348295211792, 0.23241692781448364, 0.27172765135765076], "count": [1012]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009881422924901185], "std": [0.03141919584107638], "count": [1012]}, "timestamp": {"min": [0.0], "max": [40.44], "mean": [20.22], "std": [11.685563743354447], "count": [1012]}, "frame_index": {"min": [0], "max": [1011], "mean": [505.5], "std": [292.13909358386115], "count": [1012]}, "episode_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [1012]}, "index": {"min": [360373], "max": [361384], "mean": [360878.5], "std": [292.13909358386115], "count": [1012]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1012]}}} +{"episode_index": 301, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4799987665174766]], [[0.48440870630861044]], [[0.4797805608837738]]], "std": [[[0.12687038329530512]], [[0.12784958243202726]], [[0.12773645157768815]]], "count": [230]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.46717530282040354]], [[0.4696611652813299]], [[0.46312828751065643]]], "std": [[[0.11039974595487893]], [[0.10902012442128614]], [[0.11416147737370946]]], "count": [230]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[0.8784313725490196]], [[0.8313725490196079]]], "mean": [[[0.4737469398266553]], [[0.47499120311167947]], [[0.47074883578431376]]], "std": [[[0.08992775432747387]], [[0.08934279170408461]], [[0.09305933053333712]]], "count": [230]}, "states": {"min": [0.24993114173412323, 1.853888750076294, -1.998750925064087, -1.7815098762512207, -2.678661584854126, -1.3912369012832642, 0.3358187973499298, 143.0, 0.00647599995136261, 0.3259119987487793, -0.23342299461364746, -0.3724678158760071, -0.5936751961708069, -0.4511165916919708, -0.5933616757392883, -0.8972039222717285, -2.060169219970703, 0.9807354211807251, -0.1442514806985855, 0.18682004511356354, 1.0353991985321045, -2.1903882026672363, 81.0, -0.28255799412727356, 0.2556689977645874, -0.2825410068035126, -0.4991339445114136, -0.6972544193267822, -0.40589556097984314, -0.6575929522514343], "max": [0.7931474447250366, 2.052507162094116, -1.2390092611312866, -0.1088561937212944, 0.14236649870872498, -0.49171164631843567, 2.6442437171936035, 893.0, 0.24542200565338135, 0.4285440146923065, -0.05110799893736839, 0.46834036707878113, 0.9849427342414856, 0.49385714530944824, 0.5988652110099792, 0.11227703094482422, -2.0126962661743164, 1.5761892795562744, 1.5915483236312866, 2.4858551025390625, 1.5717214345932007, 0.2381501942873001, 893.0, -0.047244999557733536, 0.40953800082206726, -0.059620000422000885, 0.6785783767700195, 0.9254999756813049, 0.4394500255584717, 0.6961132287979126], "mean": [0.481588214635849, 2.023902416229248, -1.5573346614837646, -0.9617249965667725, -1.5535162687301636, -1.0340713262557983, 1.6919209957122803, 657.2177124023438, 0.14678402245044708, 0.3801514506340027, -0.16969221830368042, 0.02016848511993885, 0.46588653326034546, -0.08341332525014877, -0.08216814696788788, -0.40442419052124023, -2.041051149368286, 1.2317984104156494, 0.6616083979606628, 1.4726982116699219, 1.2780576944351196, -0.9397701621055603, 494.395751953125, -0.17182433605194092, 0.32412782311439514, -0.1990153044462204, -0.08483799546957016, 0.6130897402763367, 0.06210816279053688, 0.313486248254776], "std": [0.11176910251379013, 0.01369243673980236, 0.17981424927711487, 0.46470728516578674, 1.0283945798873901, 0.14488399028778076, 0.862575113773346, 305.68194580078125, 0.06793514639139175, 0.027537934482097626, 0.045045796781778336, 0.2780492901802063, 0.6291336417198181, 0.33284491300582886, 0.43003150820732117, 0.3132549524307251, 0.00701350811868906, 0.11213770508766174, 0.4551178514957428, 0.5874674320220947, 0.1566355675458908, 0.580039381980896, 296.76776123046875, 0.07531185448169708, 0.03950243070721626, 0.04622373357415199, 0.2914341688156128, 0.49174177646636963, 0.19514553248882294, 0.3872552812099457], "count": [1410]}, "actions": {"min": [0.24993114173412323, 1.853888750076294, -1.998750925064087, -1.7815098762512207, -2.678661584854126, -1.3912369012832642, 0.3358187973499298, 143.0, 0.00647599995136261, 0.3259119987487793, -0.23342299461364746, -0.3724678158760071, -0.5936751961708069, -0.4511165916919708, -0.5933616757392883, -0.8972039222717285, -2.060169219970703, 0.9807354211807251, -0.1442514806985855, 0.18682004511356354, 1.0353991985321045, -2.1903882026672363, 81.0, -0.28255799412727356, 0.2556689977645874, -0.2825410068035126, -0.4991339445114136, -0.6972544193267822, -0.40589556097984314, -0.6575929522514343], "max": [0.7931474447250366, 2.052507162094116, -1.2390092611312866, -0.1088561937212944, 0.14236649870872498, -0.49171164631843567, 2.6442437171936035, 893.0, 0.24542200565338135, 0.4285440146923065, -0.05110799893736839, 0.46834036707878113, 0.9849427342414856, 0.49385714530944824, 0.5988652110099792, 0.11227703094482422, -2.0126962661743164, 1.5761892795562744, 1.5915483236312866, 2.4858551025390625, 1.5717214345932007, 0.2381501942873001, 893.0, -0.047244999557733536, 0.40953800082206726, -0.059620000422000885, 0.6785783767700195, 0.9254999756813049, 0.4394500255584717, 0.6961132287979126], "mean": [0.481588214635849, 2.023902416229248, -1.5573346614837646, -0.9617249965667725, -1.5535162687301636, -1.0340713262557983, 1.6919209957122803, 657.2177124023438, 0.14678402245044708, 0.3801514506340027, -0.16969221830368042, 0.02016848511993885, 0.46588653326034546, -0.08341332525014877, -0.08216814696788788, -0.40442419052124023, -2.041051149368286, 1.2317984104156494, 0.6616083979606628, 1.4726982116699219, 1.2780576944351196, -0.9397701621055603, 494.395751953125, -0.17182433605194092, 0.32412782311439514, -0.1990153044462204, -0.08483799546957016, 0.6130897402763367, 0.06210816279053688, 0.313486248254776], "std": [0.11176910251379013, 0.01369243673980236, 0.17981424927711487, 0.46470728516578674, 1.0283945798873901, 0.14488399028778076, 0.862575113773346, 305.68194580078125, 0.06793514639139175, 0.027537934482097626, 0.045045796781778336, 0.2780492901802063, 0.6291336417198181, 0.33284491300582886, 0.43003150820732117, 0.3132549524307251, 0.00701350811868906, 0.11213770508766174, 0.4551178514957428, 0.5874674320220947, 0.1566355675458908, 0.580039381980896, 296.76776123046875, 0.07531185448169708, 0.03950243070721626, 0.04622373357415199, 0.2914341688156128, 0.49174177646636963, 0.19514553248882294, 0.3872552812099457], "count": [1410]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007092198581560284], "std": [0.026621736707976542], "count": [1410]}, "timestamp": {"min": [0.0], "max": [56.36], "mean": [28.179999999999996], "std": [16.281273496464173], "count": [1410]}, "frame_index": {"min": [0], "max": [1409], "mean": [704.5], "std": [407.0318374116043], "count": [1410]}, "episode_index": {"min": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [1410]}, "index": {"min": [361385], "max": [362794], "mean": [362089.5], "std": [407.0318374116043], "count": [1410]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1410]}}} +{"episode_index": 302, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4608673048626082]], [[0.4688354185915204]], [[0.461925355242446]]], "std": [[[0.14399350672121747]], [[0.14077085296442987]], [[0.14254120482412647]]], "count": [191]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.460468267717209]], [[0.46539991295383776]], [[0.4587506779762516]]], "std": [[[0.0903325917422705]], [[0.08883833919003818]], [[0.09319034633564162]]], "count": [191]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[0.8274509803921568]]], "mean": [[[0.4688986179550354]], [[0.4664813310577285]], [[0.4633273801885501]]], "std": [[[0.10024487035496808]], [[0.09868520428159343]], [[0.10350645332643153]]], "count": [191]}, "states": {"min": [0.2806140184402466, 2.0149476528167725, -1.9576138257980347, -1.5036011934280396, -2.759575128555298, -1.5012798309326172, 0.44158580899238586, 10.0, -0.008190999738872051, 0.2699680030345917, -0.29871299862861633, -0.4358530640602112, -0.5892504453659058, -0.535319447517395, -0.5635132193565369, -0.9618160724639893, -2.0648467540740967, -2.0314409732818604, -1.5205308198928833, -0.28988173604011536, -1.7232682704925537, 0.4461410939693451, 41.0, -0.3170650005340576, 0.2952919900417328, -0.2777619957923889, -0.4849870502948761, 0.39910605549812317, -0.0427062027156353, 0.0335620641708374], "max": [0.8381769061088562, 2.049487829208374, -0.3585429787635803, 0.0036302851513028145, -0.10866419225931168, -0.7269995212554932, 2.1665995121002197, 860.0, 0.3498860001564026, 0.4049740135669708, -0.11236400157213211, 0.5002689957618713, 0.9851941466331482, 0.6523787975311279, 0.6077380180358887, -0.006422811653465033, -1.8124895095825195, -1.1536974906921387, -0.20722295343875885, 2.808950185775757, -0.5604426860809326, 2.7344772815704346, 908.0, 0.023667000234127045, 0.43041300773620605, -0.07484900206327438, 0.0466572605073452, 0.9868485927581787, 0.5732851624488831, 0.7235126495361328], "mean": [0.4320359528064728, 2.0282373428344727, -1.0459067821502686, -0.42189961671829224, -1.2761785984039307, -1.1033152341842651, 0.9536088705062866, 538.9293212890625, 0.23518723249435425, 0.32983046770095825, -0.2393893301486969, -0.016383308917284012, 0.32734888792037964, 0.0284379031509161, -0.10256152600049973, -0.5482746958732605, -2.033510208129883, -1.6146470308303833, -0.673956573009491, 1.4038441181182861, -1.2263271808624268, 1.719618797302246, 428.4329833984375, -0.1453344225883484, 0.34067294001579285, -0.2005685716867447, -0.18580102920532227, 0.7619547247886658, 0.27814340591430664, 0.404026061296463], "std": [0.13298837840557098, 0.010594559833407402, 0.48105958104133606, 0.42884162068367004, 0.6621564030647278, 0.20629702508449554, 0.5716435313224792, 325.324462890625, 0.1004311814904213, 0.02896038442850113, 0.0454256534576416, 0.3168090283870697, 0.603854775428772, 0.441756010055542, 0.4702017903327942, 0.27347517013549805, 0.0432133786380291, 0.19873161613941193, 0.4131166934967041, 0.9868729114532471, 0.2054297775030136, 0.8938571214675903, 249.6955108642578, 0.10292141139507294, 0.033040545880794525, 0.058702804148197174, 0.1694823056459427, 0.19700109958648682, 0.19025132060050964, 0.20142702758312225], "count": [1104]}, "actions": {"min": [0.2806140184402466, 2.0149476528167725, -1.9576138257980347, -1.5036011934280396, -2.759575128555298, -1.5012798309326172, 0.44158580899238586, 10.0, -0.008190999738872051, 0.2699680030345917, -0.29871299862861633, -0.4358530640602112, -0.5892504453659058, -0.535319447517395, -0.5635132193565369, -0.9618160724639893, -2.0648467540740967, -2.0314409732818604, -1.5205308198928833, -0.28988173604011536, -1.7232682704925537, 0.4461410939693451, 41.0, -0.3170650005340576, 0.2952919900417328, -0.2777619957923889, -0.4849870502948761, 0.39910605549812317, -0.0427062027156353, 0.0335620641708374], "max": [0.8381769061088562, 2.049487829208374, -0.3585429787635803, 0.0036302851513028145, -0.10866419225931168, -0.7269995212554932, 2.1665995121002197, 860.0, 0.3498860001564026, 0.4049740135669708, -0.11236400157213211, 0.5002689957618713, 0.9851941466331482, 0.6523787975311279, 0.6077380180358887, -0.006422811653465033, -1.8124895095825195, -1.1536974906921387, -0.20722295343875885, 2.808950185775757, -0.5604426860809326, 2.7344772815704346, 908.0, 0.023667000234127045, 0.43041300773620605, -0.07484900206327438, 0.0466572605073452, 0.9868485927581787, 0.5732851624488831, 0.7235126495361328], "mean": [0.4320359528064728, 2.0282373428344727, -1.0459067821502686, -0.42189961671829224, -1.2761785984039307, -1.1033152341842651, 0.9536088705062866, 538.9293212890625, 0.23518723249435425, 0.32983046770095825, -0.2393893301486969, -0.016383308917284012, 0.32734888792037964, 0.0284379031509161, -0.10256152600049973, -0.5482746958732605, -2.033510208129883, -1.6146470308303833, -0.673956573009491, 1.4038441181182861, -1.2263271808624268, 1.719618797302246, 428.4329833984375, -0.1453344225883484, 0.34067294001579285, -0.2005685716867447, -0.18580102920532227, 0.7619547247886658, 0.27814340591430664, 0.404026061296463], "std": [0.13298837840557098, 0.010594559833407402, 0.48105958104133606, 0.42884162068367004, 0.6621564030647278, 0.20629702508449554, 0.5716435313224792, 325.324462890625, 0.1004311814904213, 0.02896038442850113, 0.0454256534576416, 0.3168090283870697, 0.603854775428772, 0.441756010055542, 0.4702017903327942, 0.27347517013549805, 0.0432133786380291, 0.19873161613941193, 0.4131166934967041, 0.9868729114532471, 0.2054297775030136, 0.8938571214675903, 249.6955108642578, 0.10292141139507294, 0.033040545880794525, 0.058702804148197174, 0.1694823056459427, 0.19700109958648682, 0.19025132060050964, 0.20142702758312225], "count": [1104]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009057971014492754], "std": [0.03008282953879641], "count": [1104]}, "timestamp": {"min": [0.0], "max": [44.12], "mean": [22.060000000000002], "std": [12.74788871408386], "count": [1104]}, "frame_index": {"min": [0], "max": [1103], "mean": [551.5], "std": [318.6972178520965], "count": [1104]}, "episode_index": {"min": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [1104]}, "index": {"min": [362795], "max": [363898], "mean": [363346.5], "std": [318.6972178520965], "count": [1104]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1104]}}} +{"episode_index": 303, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4732089105569764]], [[0.47759056829253443]], [[0.47257103656680066]]], "std": [[[0.13118415668541034]], [[0.13202880752057267]], [[0.1318030204512059]]], "count": [161]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.796078431372549]], [[0.8]], [[0.7803921568627451]]], "mean": [[[0.4774177094750944]], [[0.48099425947915403]], [[0.47625562000162386]]], "std": [[[0.1014766153901246]], [[0.09894929989159774]], [[0.10243590068638861]]], "count": [161]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4854922575914424]], [[0.4847904005805221]], [[0.4812981493321966]]], "std": [[[0.11608334131580347]], [[0.11826271007204751]], [[0.12030641467057077]]], "count": [161]}, "states": {"min": [0.4973316192626953, 1.9951558113098145, 0.06731735169887543, -0.2578025758266449, -2.8962693214416504, -1.5274075269699097, 0.3329041004180908, 5.0, 0.03293199837207794, 0.30973300337791443, -0.2708429992198944, -0.4051292836666107, -0.6479364633560181, -0.3854770064353943, -0.6523016691207886, -0.8774468302726746, -2.05149507522583, -2.029259443283081, -1.4413801431655884, 0.6564183831214905, -1.3951289653778076, 0.6817780137062073, 33.0, -0.21863000094890594, 0.343982994556427, -0.2606860101222992, -0.29783084988594055, 0.5787734985351562, -0.052058085799217224, 0.24404539167881012], "max": [0.9802117943763733, 2.0395917892456055, 0.9415178894996643, 0.16460201144218445, -2.605288028717041, -0.7047115564346313, 1.0018190145492554, 890.0, 0.20119300484657288, 0.4015420079231262, -0.19055399298667908, 0.40540438890457153, 0.882459819316864, 0.38518720865249634, 0.6630162596702576, -0.2806140184402466, -1.9831129312515259, -1.7756456136703491, -0.17182767391204834, 2.4528682231903076, -0.8788430690765381, 2.3663697242736816, 881.0, -0.07135699689388275, 0.4115070104598999, -0.102681003510952, -0.055023666471242905, 0.9410518407821655, 0.5144791007041931, 0.6290384531021118], "mean": [0.7970080375671387, 2.0200839042663574, 0.36042216420173645, -0.03919301554560661, -2.7609617710113525, -1.095435619354248, 0.8654688596725464, 503.1509704589844, 0.1221611350774765, 0.38211438059806824, -0.2318582832813263, -0.1377670019865036, 0.7334641218185425, -0.24688322842121124, -0.5098696351051331, -0.5948020219802856, -2.0298399925231934, -1.8916689157485962, -0.5596168637275696, 1.5801365375518799, -1.0634791851043701, 1.7725175619125366, 494.05108642578125, -0.15343718230724335, 0.38537323474884033, -0.2118525207042694, -0.15407998859882355, 0.7776436805725098, 0.29717278480529785, 0.45869025588035583], "std": [0.10813063383102417, 0.004994482267647982, 0.18741759657859802, 0.1281500905752182, 0.09052735567092896, 0.17764964699745178, 0.13910682499408722, 268.1715087890625, 0.04573182389140129, 0.020589657127857208, 0.01802874356508255, 0.10131099820137024, 0.23547083139419556, 0.13035830855369568, 0.19856318831443787, 0.1613856554031372, 0.007779688108712435, 0.06209578737616539, 0.3278837502002716, 0.6008710265159607, 0.13413946330547333, 0.4563122093677521, 265.7826843261719, 0.0483488105237484, 0.01721377857029438, 0.03330789878964424, 0.07827883958816528, 0.1259452849626541, 0.19269345700740814, 0.11704906821250916], "count": [881]}, "actions": {"min": [0.4973316192626953, 1.9951558113098145, 0.06731735169887543, -0.2578025758266449, -2.8962693214416504, -1.5274075269699097, 0.3329041004180908, 5.0, 0.03293199837207794, 0.30973300337791443, -0.2708429992198944, -0.4051292836666107, -0.6479364633560181, -0.3854770064353943, -0.6523016691207886, -0.8774468302726746, -2.05149507522583, -2.029259443283081, -1.4413801431655884, 0.6564183831214905, -1.3951289653778076, 0.6817780137062073, 33.0, -0.21863000094890594, 0.343982994556427, -0.2606860101222992, -0.29783084988594055, 0.5787734985351562, -0.052058085799217224, 0.24404539167881012], "max": [0.9802117943763733, 2.0395917892456055, 0.9415178894996643, 0.16460201144218445, -2.605288028717041, -0.7047115564346313, 1.0018190145492554, 890.0, 0.20119300484657288, 0.4015420079231262, -0.19055399298667908, 0.40540438890457153, 0.882459819316864, 0.38518720865249634, 0.6630162596702576, -0.2806140184402466, -1.9831129312515259, -1.7756456136703491, -0.17182767391204834, 2.4528682231903076, -0.8788430690765381, 2.3663697242736816, 881.0, -0.07135699689388275, 0.4115070104598999, -0.102681003510952, -0.055023666471242905, 0.9410518407821655, 0.5144791007041931, 0.6290384531021118], "mean": [0.7970080375671387, 2.0200839042663574, 0.36042216420173645, -0.03919301554560661, -2.7609617710113525, -1.095435619354248, 0.8654688596725464, 503.1509704589844, 0.1221611350774765, 0.38211438059806824, -0.2318582832813263, -0.1377670019865036, 0.7334641218185425, -0.24688322842121124, -0.5098696351051331, -0.5948020219802856, -2.0298399925231934, -1.8916689157485962, -0.5596168637275696, 1.5801365375518799, -1.0634791851043701, 1.7725175619125366, 494.05108642578125, -0.15343718230724335, 0.38537323474884033, -0.2118525207042694, -0.15407998859882355, 0.7776436805725098, 0.29717278480529785, 0.45869025588035583], "std": [0.10813063383102417, 0.004994482267647982, 0.18741759657859802, 0.1281500905752182, 0.09052735567092896, 0.17764964699745178, 0.13910682499408722, 268.1715087890625, 0.04573182389140129, 0.020589657127857208, 0.01802874356508255, 0.10131099820137024, 0.23547083139419556, 0.13035830855369568, 0.19856318831443787, 0.1613856554031372, 0.007779688108712435, 0.06209578737616539, 0.3278837502002716, 0.6008710265159607, 0.13413946330547333, 0.4563122093677521, 265.7826843261719, 0.0483488105237484, 0.01721377857029438, 0.03330789878964424, 0.07827883958816528, 0.1259452849626541, 0.19269345700740814, 0.11704906821250916], "count": [881]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011350737797956867], "std": [0.033671729793850906], "count": [881]}, "timestamp": {"min": [0.0], "max": [35.2], "mean": [17.599999999999998], "std": [10.17290518976757], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [881]}, "index": {"min": [363899], "max": [364779], "mean": [364339.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}}} +{"episode_index": 304, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4675506512998458]], [[0.4721738096221635]], [[0.4682993512245722]]], "std": [[[0.13820327700547738]], [[0.13928498592422944]], [[0.14061214550595091]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47749182088565767]], [[0.4800737864434163]], [[0.47419350008261735]]], "std": [[[0.07721834386590345]], [[0.0756685304230717]], [[0.08107563627062192]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4744978714566351]], [[0.4767994441690534]], [[0.47182315648637735]]], "std": [[[0.07566413693494628]], [[0.07577388801181771]], [[0.0814934191955085]]], "count": [178]}, "states": {"min": [0.26082202792167664, 2.015523672103882, -2.165534734725952, -1.70204496383667, 0.609870433807373, 1.0302678346633911, -2.981860399246216, 21.0, -0.017504999414086342, 0.2886649966239929, -0.2679089903831482, -0.4296289384365082, -0.6424421072006226, -0.4831579625606537, -0.6603561043739319, -0.7363020777702332, -2.043134927749634, -2.339334726333618, -1.735241174697876, 0.5198637843132019, -1.7442647218704224, 0.2609791159629822, 31.0, -0.2971299886703491, 0.28449299931526184, -0.2514379918575287, -0.4276220202445984, 0.3264927268028259, -0.012538156472146511, 0.06652840226888657], "max": [0.7670373916625977, 2.044862747192383, 0.33245033025741577, 0.038432151079177856, 1.972780466079712, 1.5372860431671143, -0.5011538863182068, 893.0, 0.30016499757766724, 0.377701997756958, -0.09423299878835678, 0.5522141456604004, 0.9697743654251099, 0.5065228343009949, 0.6688734889030457, -0.19650663435459137, -2.006255865097046, -1.0818248987197876, -0.09498082101345062, 2.6506142616271973, -0.8524711728096008, 2.669550895690918, 896.0, 0.006626000162214041, 0.3857479989528656, -0.07652600109577179, 0.19157516956329346, 0.9829756617546082, 0.5406398177146912, 0.8452070951461792], "mean": [0.4714374542236328, 2.0284364223480225, -1.0130038261413574, -0.645841658115387, 1.3927372694015503, 1.2753653526306152, -1.8297817707061768, 687.37548828125, 0.17259322106838226, 0.3285578191280365, -0.20388489961624146, 0.030643483623862267, 0.44707009196281433, 0.0024900131393224, -0.1511152684688568, -0.46680280566215515, -2.0296266078948975, -1.7945544719696045, -0.7738102674484253, 1.5642385482788086, -1.4779558181762695, 1.513273000717163, 545.8555908203125, -0.1501656323671341, 0.31968244910240173, -0.17020446062088013, -0.14412172138690948, 0.7084690928459167, 0.2848771810531616, 0.48927971720695496], "std": [0.11772838979959488, 0.007680849637836218, 0.6389899253845215, 0.5484338998794556, 0.45581069588661194, 0.08011075109243393, 0.6694992780685425, 313.94921875, 0.10284983366727829, 0.02652123011648655, 0.03892163187265396, 0.2591629922389984, 0.605891227722168, 0.3266761302947998, 0.48513925075531006, 0.17574305832386017, 0.0069657894782722, 0.3560594618320465, 0.5236021280288696, 0.8226099610328674, 0.17713730037212372, 0.8651190400123596, 247.92202758789062, 0.08061328530311584, 0.023952167481184006, 0.038906265050172806, 0.19951146841049194, 0.20412905514240265, 0.11995188891887665, 0.24675782024860382], "count": [1004]}, "actions": {"min": [0.26082202792167664, 2.015523672103882, -2.165534734725952, -1.70204496383667, 0.609870433807373, 1.0302678346633911, -2.981860399246216, 21.0, -0.017504999414086342, 0.2886649966239929, -0.2679089903831482, -0.4296289384365082, -0.6424421072006226, -0.4831579625606537, -0.6603561043739319, -0.7363020777702332, -2.043134927749634, -2.339334726333618, -1.735241174697876, 0.5198637843132019, -1.7442647218704224, 0.2609791159629822, 31.0, -0.2971299886703491, 0.28449299931526184, -0.2514379918575287, -0.4276220202445984, 0.3264927268028259, -0.012538156472146511, 0.06652840226888657], "max": [0.7670373916625977, 2.044862747192383, 0.33245033025741577, 0.038432151079177856, 1.972780466079712, 1.5372860431671143, -0.5011538863182068, 893.0, 0.30016499757766724, 0.377701997756958, -0.09423299878835678, 0.5522141456604004, 0.9697743654251099, 0.5065228343009949, 0.6688734889030457, -0.19650663435459137, -2.006255865097046, -1.0818248987197876, -0.09498082101345062, 2.6506142616271973, -0.8524711728096008, 2.669550895690918, 896.0, 0.006626000162214041, 0.3857479989528656, -0.07652600109577179, 0.19157516956329346, 0.9829756617546082, 0.5406398177146912, 0.8452070951461792], "mean": [0.4714374542236328, 2.0284364223480225, -1.0130038261413574, -0.645841658115387, 1.3927372694015503, 1.2753653526306152, -1.8297817707061768, 687.37548828125, 0.17259322106838226, 0.3285578191280365, -0.20388489961624146, 0.030643483623862267, 0.44707009196281433, 0.0024900131393224, -0.1511152684688568, -0.46680280566215515, -2.0296266078948975, -1.7945544719696045, -0.7738102674484253, 1.5642385482788086, -1.4779558181762695, 1.513273000717163, 545.8555908203125, -0.1501656323671341, 0.31968244910240173, -0.17020446062088013, -0.14412172138690948, 0.7084690928459167, 0.2848771810531616, 0.48927971720695496], "std": [0.11772838979959488, 0.007680849637836218, 0.6389899253845215, 0.5484338998794556, 0.45581069588661194, 0.08011075109243393, 0.6694992780685425, 313.94921875, 0.10284983366727829, 0.02652123011648655, 0.03892163187265396, 0.2591629922389984, 0.605891227722168, 0.3266761302947998, 0.48513925075531006, 0.17574305832386017, 0.0069657894782722, 0.3560594618320465, 0.5236021280288696, 0.8226099610328674, 0.17713730037212372, 0.8651190400123596, 247.92202758789062, 0.08061328530311584, 0.023952167481184006, 0.038906265050172806, 0.19951146841049194, 0.20412905514240265, 0.11995188891887665, 0.24675782024860382], "count": [1004]}, "next.done": {"min": [false], "max": [true], "mean": [0.00099601593625498], "std": [0.03154399924723728], "count": [1004]}, "timestamp": {"min": [0.0], "max": [40.12], "mean": [20.06], "std": [11.59318765482557], "count": [1004]}, "frame_index": {"min": [0], "max": [1003], "mean": [501.5], "std": [289.82969137063924], "count": [1004]}, "episode_index": {"min": [304], "max": [304], "mean": [304.0], "std": [0.0], "count": [1004]}, "index": {"min": [364780], "max": [365783], "mean": [365281.5], "std": [289.82969137063924], "count": [1004]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1004]}}} +{"episode_index": 305, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4764052544175124]], [[0.4796500127270339]], [[0.47584137291851414]]], "std": [[[0.1251944366647435]], [[0.12507865801882828]], [[0.1261068169500317]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.47163043156961276]], [[0.4741338268138076]], [[0.46851419680099843]]], "std": [[[0.09819944576704996]], [[0.09690273831805161]], [[0.1013919072252824]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4694552213682793]], [[0.47365323554044736]], [[0.46932831539232106]]], "std": [[[0.07782238335304371]], [[0.07829196182754425]], [[0.08188743481641933]]], "count": [199]}, "states": {"min": [0.2843141555786133, 2.0078790187835693, -1.8930363655090332, -1.5522260665893555, 0.61062091588974, 0.9934763312339783, -2.7302708625793457, 24.0, 0.012508999556303024, 0.28547900915145874, -0.2809489965438843, -0.4369974136352539, -0.6169031262397766, -0.36444610357284546, -0.6375336647033691, -0.7128623127937317, -2.060204267501831, 0.4032932221889496, -0.15796974301338196, -2.65689754486084, -1.748244047164917, 1.8482513427734375, 59.0, -0.32136398553848267, 0.21491600573062897, -0.3015649914741516, -0.49879947304725647, -0.4830872118473053, -0.3677135109901428, -0.6708694696426392], "max": [0.7547502517700195, 2.0418083667755127, -0.5555033683776855, -0.04598942771553993, 2.443687915802002, 1.358372449874878, -0.38952258229255676, 772.0, 0.2514680027961731, 0.4030719995498657, -0.08207199722528458, 0.43754422664642334, 0.9752601385116577, 0.3155520260334015, 0.6182659864425659, -0.16482891142368317, -2.002730369567871, 1.135563611984253, 0.756286084651947, -1.1150734424591064, -1.1916584968566895, 2.841378688812256, 878.0, -0.09576500207185745, 0.3583889901638031, -0.16885800659656525, 0.5667102336883545, 0.8770432472229004, 0.5788188576698303, 0.7023938894271851], "mean": [0.48216429352760315, 2.022737979888916, -1.204648494720459, -0.774307370185852, 1.5535597801208496, 1.2297699451446533, -1.7964662313461304, 620.4566040039062, 0.1610507071018219, 0.36015769839286804, -0.17006732523441315, -0.07566682249307632, 0.561927080154419, -0.13616202771663666, -0.30050888657569885, -0.4193069040775299, -2.0421183109283447, 0.9616978168487549, 0.12935106456279755, -1.8663033246994019, -1.4539520740509033, 2.532166004180908, 549.6775512695312, -0.19000346958637238, 0.28005996346473694, -0.24388226866722107, -0.06945831328630447, 0.5269080996513367, 0.1387719064950943, 0.3775055706501007], "std": [0.08996494859457016, 0.006849001161754131, 0.31480029225349426, 0.49797260761260986, 0.5580158829689026, 0.04516668990254402, 0.7910168170928955, 243.82098388671875, 0.06473666429519653, 0.03472016006708145, 0.05794709548354149, 0.24850988388061523, 0.5280070304870605, 0.22867654263973236, 0.42050570249557495, 0.15640990436077118, 0.00891488790512085, 0.15296971797943115, 0.24705709517002106, 0.47630345821380615, 0.16168199479579926, 0.31230300664901733, 273.3297424316406, 0.06633120775222778, 0.041850294917821884, 0.03653809800744057, 0.2987443506717682, 0.44741371273994446, 0.24646468460559845, 0.4534352719783783], "count": [1163]}, "actions": {"min": [0.2843141555786133, 2.0078790187835693, -1.8930363655090332, -1.5522260665893555, 0.61062091588974, 0.9934763312339783, -2.7302708625793457, 24.0, 0.012508999556303024, 0.28547900915145874, -0.2809489965438843, -0.4369974136352539, -0.6169031262397766, -0.36444610357284546, -0.6375336647033691, -0.7128623127937317, -2.060204267501831, 0.4032932221889496, -0.15796974301338196, -2.65689754486084, -1.748244047164917, 1.8482513427734375, 59.0, -0.32136398553848267, 0.21491600573062897, -0.3015649914741516, -0.49879947304725647, -0.4830872118473053, -0.3677135109901428, -0.6708694696426392], "max": [0.7547502517700195, 2.0418083667755127, -0.5555033683776855, -0.04598942771553993, 2.443687915802002, 1.358372449874878, -0.38952258229255676, 772.0, 0.2514680027961731, 0.4030719995498657, -0.08207199722528458, 0.43754422664642334, 0.9752601385116577, 0.3155520260334015, 0.6182659864425659, -0.16482891142368317, -2.002730369567871, 1.135563611984253, 0.756286084651947, -1.1150734424591064, -1.1916584968566895, 2.841378688812256, 878.0, -0.09576500207185745, 0.3583889901638031, -0.16885800659656525, 0.5667102336883545, 0.8770432472229004, 0.5788188576698303, 0.7023938894271851], "mean": [0.48216429352760315, 2.022737979888916, -1.204648494720459, -0.774307370185852, 1.5535597801208496, 1.2297699451446533, -1.7964662313461304, 620.4566040039062, 0.1610507071018219, 0.36015769839286804, -0.17006732523441315, -0.07566682249307632, 0.561927080154419, -0.13616202771663666, -0.30050888657569885, -0.4193069040775299, -2.0421183109283447, 0.9616978168487549, 0.12935106456279755, -1.8663033246994019, -1.4539520740509033, 2.532166004180908, 549.6775512695312, -0.19000346958637238, 0.28005996346473694, -0.24388226866722107, -0.06945831328630447, 0.5269080996513367, 0.1387719064950943, 0.3775055706501007], "std": [0.08996494859457016, 0.006849001161754131, 0.31480029225349426, 0.49797260761260986, 0.5580158829689026, 0.04516668990254402, 0.7910168170928955, 243.82098388671875, 0.06473666429519653, 0.03472016006708145, 0.05794709548354149, 0.24850988388061523, 0.5280070304870605, 0.22867654263973236, 0.42050570249557495, 0.15640990436077118, 0.00891488790512085, 0.15296971797943115, 0.24705709517002106, 0.47630345821380615, 0.16168199479579926, 0.31230300664901733, 273.3297424316406, 0.06633120775222778, 0.041850294917821884, 0.03653809800744057, 0.2987443506717682, 0.44741371273994446, 0.24646468460559845, 0.4534352719783783], "count": [1163]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008598452278589854], "std": [0.029310508252896494], "count": [1163]}, "timestamp": {"min": [0.0], "max": [46.48], "mean": [23.24], "std": [13.429162297031041], "count": [1163]}, "frame_index": {"min": [0], "max": [1162], "mean": [581.0], "std": [335.729057425776], "count": [1163]}, "episode_index": {"min": [305], "max": [305], "mean": [305.0], "std": [0.0], "count": [1163]}, "index": {"min": [365784], "max": [366946], "mean": [366365.0], "std": [335.729057425776], "count": [1163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1163]}}} +{"episode_index": 306, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4693926559767099]], [[0.4718431214328454]], [[0.4686985495489276]]], "std": [[[0.12732208790060656]], [[0.12544199501002998]], [[0.12744654615219939]]], "count": [142]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47419500396989783]], [[0.47618347112906195]], [[0.4699111720979472]]], "std": [[[0.10784654316201578]], [[0.10664653176417989]], [[0.11253817905649813]]], "count": [142]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7333333333333333]], [[1.0]], [[0.7372549019607844]]], "mean": [[[0.4712820497330387]], [[0.47668631766086716]], [[0.47097951043680386]]], "std": [[[0.09398892077098366]], [[0.09267421457467136]], [[0.09813598106689703]]], "count": [142]}, "states": {"min": [0.43043309450149536, 1.961261510848999, -1.9348196983337402, -1.5409512519836426, 0.6484596133232117, 1.016497254371643, -2.7417027950286865, 91.0, 0.027847999706864357, 0.3166700005531311, -0.23968499898910522, -0.24894386529922485, -0.6445854902267456, -0.3738861680030823, -0.6473822593688965, -1.3751275539398193, -2.046363592147827, 0.5744925737380981, -0.9056862592697144, -1.2270886898040771, 0.9446420669555664, -2.2538485527038574, 53.0, -0.25767698884010315, 0.2918449938297272, -0.25607600808143616, -0.4966030418872833, -0.5201494097709656, -0.3499135375022888, -0.6534824967384338], "max": [0.9262462258338928, 2.0408833026885986, 0.6060307025909424, 0.0126710906624794, 1.4314841032028198, 1.5677944421768188, -0.7963937520980835, 835.0, 0.28137698769569397, 0.40827101469039917, -0.11320599913597107, 0.494861900806427, 0.9736294746398926, 0.44734373688697815, 0.6619996428489685, -0.2744530439376831, -1.8749723434448242, 2.865830898284912, 1.3962459564208984, 2.508631467819214, 1.7311396598815918, -0.10679669678211212, 753.0, 0.020388999953866005, 0.4621419906616211, -0.09677799791097641, 0.5936121344566345, 0.9875820875167847, 0.39968353509902954, 0.7588449716567993], "mean": [0.6178025603294373, 2.021710157394409, -0.6566440463066101, -0.6832603812217712, 0.924640953540802, 1.3364871740341187, -1.6531639099121094, 585.318603515625, 0.17590183019638062, 0.3697253167629242, -0.17847776412963867, 0.0695035457611084, 0.4519364535808563, -0.029741499572992325, -0.056997526437044144, -0.6966142654418945, -2.0169219970703125, 1.4509507417678833, 0.31865277886390686, 1.2867199182510376, 1.3291521072387695, -1.1799155473709106, 490.5301208496094, -0.14929144084453583, 0.363856703042984, -0.18916994333267212, -0.10823673754930496, 0.757999837398529, 0.16531874239444733, 0.4603743851184845], "std": [0.12817710638046265, 0.011497527360916138, 0.7336683869361877, 0.47909823060035706, 0.21250922977924347, 0.11753156781196594, 0.5767421126365662, 291.067138671875, 0.06850019842386246, 0.023830322548747063, 0.03595520555973053, 0.22209089994430542, 0.6510864496231079, 0.29389286041259766, 0.47663259506225586, 0.312666118144989, 0.025044487789273262, 0.7714830040931702, 0.4097212851047516, 0.8016902208328247, 0.1623162031173706, 0.4073019027709961, 259.78070068359375, 0.06951399892568588, 0.037549976259469986, 0.037798017263412476, 0.18775112926959991, 0.2579948604106903, 0.12323955446481705, 0.23967857658863068], "count": [747]}, "actions": {"min": [0.43043309450149536, 1.961261510848999, -1.9348196983337402, -1.5409512519836426, 0.6484596133232117, 1.016497254371643, -2.7417027950286865, 91.0, 0.027847999706864357, 0.3166700005531311, -0.23968499898910522, -0.24894386529922485, -0.6445854902267456, -0.3738861680030823, -0.6473822593688965, -1.3751275539398193, -2.046363592147827, 0.5744925737380981, -0.9056862592697144, -1.2270886898040771, 0.9446420669555664, -2.2538485527038574, 53.0, -0.25767698884010315, 0.2918449938297272, -0.25607600808143616, -0.4966030418872833, -0.5201494097709656, -0.3499135375022888, -0.6534824967384338], "max": [0.9262462258338928, 2.0408833026885986, 0.6060307025909424, 0.0126710906624794, 1.4314841032028198, 1.5677944421768188, -0.7963937520980835, 835.0, 0.28137698769569397, 0.40827101469039917, -0.11320599913597107, 0.494861900806427, 0.9736294746398926, 0.44734373688697815, 0.6619996428489685, -0.2744530439376831, -1.8749723434448242, 2.865830898284912, 1.3962459564208984, 2.508631467819214, 1.7311396598815918, -0.10679669678211212, 753.0, 0.020388999953866005, 0.4621419906616211, -0.09677799791097641, 0.5936121344566345, 0.9875820875167847, 0.39968353509902954, 0.7588449716567993], "mean": [0.6178025603294373, 2.021710157394409, -0.6566440463066101, -0.6832603812217712, 0.924640953540802, 1.3364871740341187, -1.6531639099121094, 585.318603515625, 0.17590183019638062, 0.3697253167629242, -0.17847776412963867, 0.0695035457611084, 0.4519364535808563, -0.029741499572992325, -0.056997526437044144, -0.6966142654418945, -2.0169219970703125, 1.4509507417678833, 0.31865277886390686, 1.2867199182510376, 1.3291521072387695, -1.1799155473709106, 490.5301208496094, -0.14929144084453583, 0.363856703042984, -0.18916994333267212, -0.10823673754930496, 0.757999837398529, 0.16531874239444733, 0.4603743851184845], "std": [0.12817710638046265, 0.011497527360916138, 0.7336683869361877, 0.47909823060035706, 0.21250922977924347, 0.11753156781196594, 0.5767421126365662, 291.067138671875, 0.06850019842386246, 0.023830322548747063, 0.03595520555973053, 0.22209089994430542, 0.6510864496231079, 0.29389286041259766, 0.47663259506225586, 0.312666118144989, 0.025044487789273262, 0.7714830040931702, 0.4097212851047516, 0.8016902208328247, 0.1623162031173706, 0.4073019027709961, 259.78070068359375, 0.06951399892568588, 0.037549976259469986, 0.037798017263412476, 0.18775112926959991, 0.2579948604106903, 0.12323955446481705, 0.23967857658863068], "count": [747]}, "next.done": {"min": [false], "max": [true], "mean": [0.0013386880856760374], "std": [0.03656358844376884], "count": [747]}, "timestamp": {"min": [0.0], "max": [29.84], "mean": [14.920000000000002], "std": [8.625605292770281], "count": [747]}, "frame_index": {"min": [0], "max": [746], "mean": [373.0], "std": [215.640132319257], "count": [747]}, "episode_index": {"min": [306], "max": [306], "mean": [306.0], "std": [0.0], "count": [747]}, "index": {"min": [366947], "max": [367693], "mean": [367320.0], "std": [215.640132319257], "count": [747]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [747]}}} +{"episode_index": 307, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4748576331927193]], [[0.47908741504569957]], [[0.47280814649897146]]], "std": [[[0.11991797726956556]], [[0.11987491309480079]], [[0.1199645003837585]]], "count": [251]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6941176470588235]], [[0.6509803921568628]], [[0.6627450980392157]]], "mean": [[[0.4747496606710413]], [[0.4797711572012603]], [[0.47355632209723203]]], "std": [[[0.0547643353138588]], [[0.05481613974658081]], [[0.061260993433304746]]], "count": [251]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485895236049267]], [[0.4857612816707028]], [[0.4809560068549332]]], "std": [[[0.08638263569187421]], [[0.08811157134230821]], [[0.09300331309435993]]], "count": [251]}, "states": {"min": [0.42528441548347473, 1.9495327472686768, -1.5175114870071411, -0.4129972755908966, -1.8352137804031372, -1.4044489860534668, 0.18505725264549255, -5.0, 0.05378900095820427, 0.3060069978237152, -0.2798199951648712, -0.48885291814804077, -0.5390870571136475, -0.5248309373855591, -0.6476525664329529, -1.0741106271743774, -2.046677827835083, 0.8589463829994202, -0.3000221252441406, 0.17474237084388733, -1.193526029586792, -3.0503292083740234, 24.0, -0.3563530147075653, 0.29193800687789917, -0.2870180010795593, -0.4988531172275543, -0.6121925711631775, -0.6549602746963501, -0.5926148295402527], "max": [0.9679770469665527, 2.06044864654541, -0.7269995212554932, 0.03925245627760887, -0.2076767385005951, -0.801420271396637, 1.1891452074050903, 813.0, 0.27383700013160706, 0.4221459925174713, -0.19089099764823914, 0.40386274456977844, 0.9048188924789429, 0.5333468317985535, 0.5465530157089233, 0.022252948954701424, -1.8166085481643677, 2.6913154125213623, 1.4622892141342163, 2.840785264968872, 1.576974868774414, -0.17783160507678986, 863.0, -0.026267999783158302, 0.44200098514556885, -0.09007599949836731, 0.5648685693740845, 0.9790450930595398, 0.6970685720443726, 0.6303777694702148], "mean": [0.6331942081451416, 2.0184409618377686, -1.0352765321731567, -0.237893208861351, -1.4311078786849976, -1.092076301574707, 0.9523912072181702, 493.2293701171875, 0.16055971384048462, 0.37150686979293823, -0.23359431326389313, -0.1800120770931244, 0.7525052428245544, -0.27389124035835266, -0.5271982550621033, -0.5496200323104858, -2.031409740447998, 1.528075098991394, 0.5011816024780273, 1.8792047500610352, 0.4285508692264557, -1.9827622175216675, 546.4896240234375, -0.18346285820007324, 0.36265861988067627, -0.19862358272075653, 0.19170303642749786, 0.19459958374500275, -0.15804371237754822, -0.1119413897395134], "std": [0.13746683299541473, 0.01971321739256382, 0.2712431252002716, 0.08054985105991364, 0.2501543462276459, 0.12148656696081161, 0.14968091249465942, 203.5117645263672, 0.0571788065135479, 0.024726558476686478, 0.020531587302684784, 0.10352662205696106, 0.12103909254074097, 0.12443715333938599, 0.0867418423295021, 0.328110933303833, 0.03431661054491997, 0.5693046450614929, 0.4657708406448364, 0.9555736780166626, 1.0933958292007446, 1.0795291662216187, 205.6531524658203, 0.08908668905496597, 0.037308599799871445, 0.04463489353656769, 0.3555258810520172, 0.6424502730369568, 0.4058907926082611, 0.42893368005752563], "count": [1587]}, "actions": {"min": [0.42528441548347473, 1.9495327472686768, -1.5175114870071411, -0.4129972755908966, -1.8352137804031372, -1.4044489860534668, 0.18505725264549255, -5.0, 0.05378900095820427, 0.3060069978237152, -0.2798199951648712, -0.48885291814804077, -0.5390870571136475, -0.5248309373855591, -0.6476525664329529, -1.0741106271743774, -2.046677827835083, 0.8589463829994202, -0.3000221252441406, 0.17474237084388733, -1.193526029586792, -3.0503292083740234, 24.0, -0.3563530147075653, 0.29193800687789917, -0.2870180010795593, -0.4988531172275543, -0.6121925711631775, -0.6549602746963501, -0.5926148295402527], "max": [0.9679770469665527, 2.06044864654541, -0.7269995212554932, 0.03925245627760887, -0.2076767385005951, -0.801420271396637, 1.1891452074050903, 813.0, 0.27383700013160706, 0.4221459925174713, -0.19089099764823914, 0.40386274456977844, 0.9048188924789429, 0.5333468317985535, 0.5465530157089233, 0.022252948954701424, -1.8166085481643677, 2.6913154125213623, 1.4622892141342163, 2.840785264968872, 1.576974868774414, -0.17783160507678986, 863.0, -0.026267999783158302, 0.44200098514556885, -0.09007599949836731, 0.5648685693740845, 0.9790450930595398, 0.6970685720443726, 0.6303777694702148], "mean": [0.6331942081451416, 2.0184409618377686, -1.0352765321731567, -0.237893208861351, -1.4311078786849976, -1.092076301574707, 0.9523912072181702, 493.2293701171875, 0.16055971384048462, 0.37150686979293823, -0.23359431326389313, -0.1800120770931244, 0.7525052428245544, -0.27389124035835266, -0.5271982550621033, -0.5496200323104858, -2.031409740447998, 1.528075098991394, 0.5011816024780273, 1.8792047500610352, 0.4285508692264557, -1.9827622175216675, 546.4896240234375, -0.18346285820007324, 0.36265861988067627, -0.19862358272075653, 0.19170303642749786, 0.19459958374500275, -0.15804371237754822, -0.1119413897395134], "std": [0.13746683299541473, 0.01971321739256382, 0.2712431252002716, 0.08054985105991364, 0.2501543462276459, 0.12148656696081161, 0.14968091249465942, 203.5117645263672, 0.0571788065135479, 0.024726558476686478, 0.020531587302684784, 0.10352662205696106, 0.12103909254074097, 0.12443715333938599, 0.0867418423295021, 0.328110933303833, 0.03431661054491997, 0.5693046450614929, 0.4657708406448364, 0.9555736780166626, 1.0933958292007446, 1.0795291662216187, 205.6531524658203, 0.08908668905496597, 0.037308599799871445, 0.04463489353656769, 0.3555258810520172, 0.6424502730369568, 0.4058907926082611, 0.42893368005752563], "count": [1587]}, "next.done": {"min": [false], "max": [true], "mean": [0.000630119722747322], "std": [0.025094275679571364], "count": [1587]}, "timestamp": {"min": [0.0], "max": [63.44], "mean": [31.72], "std": [18.325093906080443], "count": [1587]}, "frame_index": {"min": [0], "max": [1586], "mean": [793.0], "std": [458.1273476520111], "count": [1587]}, "episode_index": {"min": [307], "max": [307], "mean": [307.0], "std": [0.0], "count": [1587]}, "index": {"min": [367694], "max": [369280], "mean": [368487.0], "std": [458.1273476520111], "count": [1587]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1587]}}} +{"episode_index": 308, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.479957849632182]], [[0.4826816870402275]], [[0.478047456552356]]], "std": [[[0.12463045017108415]], [[0.12575677088414822]], [[0.12542531724925488]]], "count": [239]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4745133240011486]], [[0.4768002596261656]], [[0.47127789913036344]]], "std": [[[0.10108845342294585]], [[0.09973241290745964]], [[0.10378221974624759]]], "count": [239]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727790246328657]], [[0.4755309577282796]], [[0.4712858126863019]]], "std": [[[0.07280568089063556]], [[0.07171174794012262]], [[0.07571395668190521]]], "count": [239]}, "states": {"min": [0.09080947935581207, 2.0113699436187744, -2.035629987716675, -1.8989182710647583, -0.15144221484661102, -1.052904725074768, -2.8790080547332764, 96.0, -0.019809000194072723, 0.3085629940032959, -0.2735300064086914, -0.4999203085899353, -0.5636193156242371, -0.573647141456604, -0.5797637104988098, -0.9864076972007751, -2.054950714111328, 0.4599989950656891, 0.00452040322124958, -2.5996854305267334, -1.713686466217041, 1.5605337619781494, 66.0, -0.31553199887275696, 0.23898999392986298, -0.2858459949493408, -0.4991317391395569, -0.5481952428817749, -0.46736547350883484, -0.6315864324569702], "max": [0.8607265949249268, 2.0436060428619385, -1.0306867361068726, -0.03207915276288986, 2.669184446334839, 1.4258294105529785, 0.2537708580493927, 881.0, 0.2581070065498352, 0.45914700627326965, -0.08033200353384018, 0.5065359473228455, 0.9868727326393127, 0.41176867485046387, 0.524411678314209, -0.02851867862045765, -1.8744138479232788, 1.1018961668014526, 1.3154373168945312, -0.44596654176712036, -1.2189555168151855, 2.842513084411621, 893.0, -0.06475300341844559, 0.43637099862098694, -0.0907289981842041, 0.5736706256866455, 0.9282553195953369, 0.384237140417099, 0.6658754944801331], "mean": [0.5201011300086975, 2.0228211879730225, -1.5878257751464844, -0.7855418920516968, 0.8043875098228455, 0.38967445492744446, -0.7305406332015991, 598.7498168945312, 0.14246924221515656, 0.3735179305076599, -0.1838521510362625, -0.07063272595405579, 0.5062151551246643, -0.1363455057144165, -0.19499939680099487, -0.48001039028167725, -2.034396171569824, 0.738202691078186, 0.34887197613716125, -1.4988620281219482, -1.4824750423431396, 2.3702354431152344, 534.3099975585938, -0.20640401542186737, 0.3097744882106781, -0.21079343557357788, 0.073870450258255, 0.4237455725669861, 0.004418947268277407, 0.1672905683517456], "std": [0.1273881494998932, 0.006746325641870499, 0.23096361756324768, 0.5429309606552124, 0.7209740877151489, 0.9665594696998596, 1.0014737844467163, 248.66915893554688, 0.08795323222875595, 0.04101334512233734, 0.050945404917001724, 0.3229435384273529, 0.5666477084159851, 0.3188377022743225, 0.3938303589820862, 0.27137264609336853, 0.018685970455408096, 0.12031432241201401, 0.25879016518592834, 0.6358920931816101, 0.1496378630399704, 0.43439874053001404, 240.23020935058594, 0.07883507013320923, 0.049728505313396454, 0.03872231766581535, 0.32992368936538696, 0.6000910997390747, 0.23549732565879822, 0.5124051570892334], "count": [1487]}, "actions": {"min": [0.09080947935581207, 2.0113699436187744, -2.035629987716675, -1.8989182710647583, -0.15144221484661102, -1.052904725074768, -2.8790080547332764, 96.0, -0.019809000194072723, 0.3085629940032959, -0.2735300064086914, -0.4999203085899353, -0.5636193156242371, -0.573647141456604, -0.5797637104988098, -0.9864076972007751, -2.054950714111328, 0.4599989950656891, 0.00452040322124958, -2.5996854305267334, -1.713686466217041, 1.5605337619781494, 66.0, -0.31553199887275696, 0.23898999392986298, -0.2858459949493408, -0.4991317391395569, -0.5481952428817749, -0.46736547350883484, -0.6315864324569702], "max": [0.8607265949249268, 2.0436060428619385, -1.0306867361068726, -0.03207915276288986, 2.669184446334839, 1.4258294105529785, 0.2537708580493927, 881.0, 0.2581070065498352, 0.45914700627326965, -0.08033200353384018, 0.5065359473228455, 0.9868727326393127, 0.41176867485046387, 0.524411678314209, -0.02851867862045765, -1.8744138479232788, 1.1018961668014526, 1.3154373168945312, -0.44596654176712036, -1.2189555168151855, 2.842513084411621, 893.0, -0.06475300341844559, 0.43637099862098694, -0.0907289981842041, 0.5736706256866455, 0.9282553195953369, 0.384237140417099, 0.6658754944801331], "mean": [0.5201011300086975, 2.0228211879730225, -1.5878257751464844, -0.7855418920516968, 0.8043875098228455, 0.38967445492744446, -0.7305406332015991, 598.7498168945312, 0.14246924221515656, 0.3735179305076599, -0.1838521510362625, -0.07063272595405579, 0.5062151551246643, -0.1363455057144165, -0.19499939680099487, -0.48001039028167725, -2.034396171569824, 0.738202691078186, 0.34887197613716125, -1.4988620281219482, -1.4824750423431396, 2.3702354431152344, 534.3099975585938, -0.20640401542186737, 0.3097744882106781, -0.21079343557357788, 0.073870450258255, 0.4237455725669861, 0.004418947268277407, 0.1672905683517456], "std": [0.1273881494998932, 0.006746325641870499, 0.23096361756324768, 0.5429309606552124, 0.7209740877151489, 0.9665594696998596, 1.0014737844467163, 248.66915893554688, 0.08795323222875595, 0.04101334512233734, 0.050945404917001724, 0.3229435384273529, 0.5666477084159851, 0.3188377022743225, 0.3938303589820862, 0.27137264609336853, 0.018685970455408096, 0.12031432241201401, 0.25879016518592834, 0.6358920931816101, 0.1496378630399704, 0.43439874053001404, 240.23020935058594, 0.07883507013320923, 0.049728505313396454, 0.03872231766581535, 0.32992368936538696, 0.6000910997390747, 0.23549732565879822, 0.5124051570892334], "count": [1487]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006724949562878278], "std": [0.025923786506249335], "count": [1487]}, "timestamp": {"min": [0.0], "max": [59.44], "mean": [29.72], "std": [17.17039312304759], "count": [1487]}, "frame_index": {"min": [0], "max": [1486], "mean": [743.0], "std": [429.25982807618976], "count": [1487]}, "episode_index": {"min": [308], "max": [308], "mean": [308.0], "std": [0.0], "count": [1487]}, "index": {"min": [369281], "max": [370767], "mean": [370024.0], "std": [429.25982807618976], "count": [1487]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1487]}}} +{"episode_index": 309, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4585253138104953]], [[0.4652398501548982]], [[0.45967456741848955]]], "std": [[[0.15150266625133693]], [[0.14940109470710955]], [[0.15062222627277227]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46716374107446446]], [[0.47302803515433145]], [[0.4676762816880124]]], "std": [[[0.09924108929234282]], [[0.09642109487520457]], [[0.09957909732665492]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[0.9058823529411765]]], "mean": [[[0.467624177103404]], [[0.4697386164003174]], [[0.4665838185707809]]], "std": [[[0.11835287159411324]], [[0.11593623821046173]], [[0.117634688839166]]], "count": [173]}, "states": {"min": [0.4569970369338989, 1.9770218133926392, -0.7409446835517883, -0.21331414580345154, -2.2268481254577637, -1.457157850265503, -0.006510078441351652, -4.0, 0.09560199826955795, 0.29063400626182556, -0.2880690097808838, -0.49501851201057434, -0.5760065913200378, -0.4406443238258362, -0.6101926565170288, -0.9426000118255615, -2.0493829250335693, 0.22905701398849487, -0.22598522901535034, 0.7552562952041626, 1.1888309717178345, -2.2099008560180664, 39.0, -0.2633129954338074, 0.3241350054740906, -0.25653499364852905, -0.4477075934410095, 0.4269067347049713, -0.052521418780088425, 0.15843959152698517], "max": [0.8053821921348572, 2.044985055923462, -0.39723697304725647, 0.1754230409860611, -0.8557873368263245, -0.874462366104126, 1.1459133625030518, 890.0, 0.20592600107192993, 0.42659300565719604, -0.20859800279140472, 0.5172768831253052, 0.8667850494384766, 0.416051983833313, 0.5265264511108398, -0.43819981813430786, -1.808213472366333, 1.8224378824234009, 1.3716542720794678, 2.690547227859497, 1.6305912733078003, -0.2715732455253601, 908.0, 0.013194000348448753, 0.39981698989868164, -0.09061399847269058, 0.05990690365433693, 0.9805196523666382, 0.5380834937095642, 0.7785641551017761], "mean": [0.7022649049758911, 2.023787498474121, -0.6759623885154724, -0.055850181728601456, -1.5189297199249268, -1.158390998840332, 0.6160484552383423, 552.0496826171875, 0.15710456669330597, 0.3768516182899475, -0.23091350495815277, -0.22641971707344055, 0.7050784826278687, -0.2525925636291504, -0.5090030431747437, -0.6709198951721191, -2.029466152191162, 1.0790365934371948, 0.5005974769592285, 1.6933977603912354, 1.3371793031692505, -1.3929589986801147, 607.5227661132812, -0.14376786351203918, 0.3663591146469116, -0.1899697482585907, -0.11433462053537369, 0.7511917948722839, 0.27331119775772095, 0.47074487805366516], "std": [0.07950808107852936, 0.011650653555989265, 0.06275888532400131, 0.12000148743391037, 0.5138274431228638, 0.1167168989777565, 0.3988504409790039, 308.36285400390625, 0.03232420235872269, 0.03692718595266342, 0.016889484599232674, 0.20218907296657562, 0.20602256059646606, 0.14447051286697388, 0.15657199919223785, 0.1629975140094757, 0.03811102360486984, 0.3748859167098999, 0.4041881263256073, 0.6766694188117981, 0.12423336505889893, 0.5583057403564453, 320.0107421875, 0.07741781324148178, 0.017921721562743187, 0.0396578274667263, 0.13239535689353943, 0.19185683131217957, 0.1869092583656311, 0.19252459704875946], "count": [966]}, "actions": {"min": [0.4569970369338989, 1.9770218133926392, -0.7409446835517883, -0.21331414580345154, -2.2268481254577637, -1.457157850265503, -0.006510078441351652, -4.0, 0.09560199826955795, 0.29063400626182556, -0.2880690097808838, -0.49501851201057434, -0.5760065913200378, -0.4406443238258362, -0.6101926565170288, -0.9426000118255615, -2.0493829250335693, 0.22905701398849487, -0.22598522901535034, 0.7552562952041626, 1.1888309717178345, -2.2099008560180664, 39.0, -0.2633129954338074, 0.3241350054740906, -0.25653499364852905, -0.4477075934410095, 0.4269067347049713, -0.052521418780088425, 0.15843959152698517], "max": [0.8053821921348572, 2.044985055923462, -0.39723697304725647, 0.1754230409860611, -0.8557873368263245, -0.874462366104126, 1.1459133625030518, 890.0, 0.20592600107192993, 0.42659300565719604, -0.20859800279140472, 0.5172768831253052, 0.8667850494384766, 0.416051983833313, 0.5265264511108398, -0.43819981813430786, -1.808213472366333, 1.8224378824234009, 1.3716542720794678, 2.690547227859497, 1.6305912733078003, -0.2715732455253601, 908.0, 0.013194000348448753, 0.39981698989868164, -0.09061399847269058, 0.05990690365433693, 0.9805196523666382, 0.5380834937095642, 0.7785641551017761], "mean": [0.7022649049758911, 2.023787498474121, -0.6759623885154724, -0.055850181728601456, -1.5189297199249268, -1.158390998840332, 0.6160484552383423, 552.0496826171875, 0.15710456669330597, 0.3768516182899475, -0.23091350495815277, -0.22641971707344055, 0.7050784826278687, -0.2525925636291504, -0.5090030431747437, -0.6709198951721191, -2.029466152191162, 1.0790365934371948, 0.5005974769592285, 1.6933977603912354, 1.3371793031692505, -1.3929589986801147, 607.5227661132812, -0.14376786351203918, 0.3663591146469116, -0.1899697482585907, -0.11433462053537369, 0.7511917948722839, 0.27331119775772095, 0.47074487805366516], "std": [0.07950808107852936, 0.011650653555989265, 0.06275888532400131, 0.12000148743391037, 0.5138274431228638, 0.1167168989777565, 0.3988504409790039, 308.36285400390625, 0.03232420235872269, 0.03692718595266342, 0.016889484599232674, 0.20218907296657562, 0.20602256059646606, 0.14447051286697388, 0.15657199919223785, 0.1629975140094757, 0.03811102360486984, 0.3748859167098999, 0.4041881263256073, 0.6766694188117981, 0.12423336505889893, 0.5583057403564453, 320.0107421875, 0.07741781324148178, 0.017921721562743187, 0.0396578274667263, 0.13239535689353943, 0.19185683131217957, 0.1869092583656311, 0.19252459704875946], "count": [966]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010351966873706005], "std": [0.03215781483852809], "count": [966]}, "timestamp": {"min": [0.0], "max": [38.6], "mean": [19.300000000000004], "std": [11.154401224031107], "count": [966]}, "frame_index": {"min": [0], "max": [965], "mean": [482.5], "std": [278.8600306007777], "count": [966]}, "episode_index": {"min": [309], "max": [309], "mean": [309.0], "std": [0.0], "count": [966]}, "index": {"min": [370768], "max": [371733], "mean": [371250.5], "std": [278.8600306007777], "count": [966]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [966]}}} +{"episode_index": 310, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.47672510749914]], [[0.4816028197024424]], [[0.4752286119711042]]], "std": [[[0.13652477143205652]], [[0.1339292986545175]], [[0.13543001148397785]]], "count": [190]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9215686274509803]], [[0.8862745098039215]], [[0.8627450980392157]]], "mean": [[[0.46837343481252147]], [[0.4724970491486068]], [[0.46669038312693495]]], "std": [[[0.07911489562268015]], [[0.07577640864442381]], [[0.0789150264413969]]], "count": [190]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4663690058479532]], [[0.4670167300911593]], [[0.4625496850275198]]], "std": [[[0.11201947815582186]], [[0.1107216789327598]], [[0.11437658644124053]]], "count": [190]}, "states": {"min": [0.27436575293540955, 2.000950336456299, -1.9714192152023315, -1.583799123764038, -2.519836664199829, -1.4902844429016113, 0.2514670491218567, 21.0, 0.00010399999882793054, 0.3046950101852417, -0.28566399216651917, -0.45830613374710083, -0.6185873746871948, -0.5313903093338013, -0.6269186735153198, -0.7765145301818848, -2.0554568767547607, -0.6787585616111755, -0.3050835430622101, 1.4718711376190186, -1.2816650867462158, -3.0116357803344727, 51.0, -0.3281480073928833, 0.26242199540138245, -0.2941960096359253, -0.49600332975387573, -0.5247774720191956, -0.6529600024223328, -0.49658796191215515], "max": [0.8078256249427795, 2.0540432929992676, -0.08283332735300064, 0.08630653470754623, 0.19629718363285065, -0.5362873077392578, 2.231839895248413, 912.0, 0.279011994600296, 0.39007699489593506, -0.13781499862670898, 0.42673763632774353, 0.9566953778266907, 0.4397770166397095, 0.6637605428695679, 0.1264665573835373, -1.9842123985290527, 2.6892733573913574, 1.6362287998199463, 2.8343796730041504, 1.6628276109695435, -0.2039417326450348, 784.0, -0.02845199964940548, 0.40585699677467346, -0.08543899655342102, 0.5613791346549988, 0.9822711944580078, 0.6922697424888611, 0.5805262923240662], "mean": [0.4871906638145447, 2.025139093399048, -1.3941187858581543, -0.4205242395401001, -1.1029547452926636, -1.024186134338379, 0.8782566785812378, 464.95538330078125, 0.17049624025821686, 0.34909582138061523, -0.23990365862846375, -0.22865869104862213, 0.7112987041473389, -0.2528921365737915, -0.4557564854621887, -0.32763582468032837, -2.0413925647735596, 1.3354768753051758, 0.5417807102203369, 2.252272367477417, 0.13717013597488403, -2.1104042530059814, 452.08380126953125, -0.20115531980991364, 0.31564444303512573, -0.23141920566558838, -0.06872294843196869, 0.3758525848388672, 0.135420024394989, 0.16812990605831146], "std": [0.1268491894006729, 0.01077306643128395, 0.42268267273902893, 0.35314279794692993, 0.6021077632904053, 0.14804565906524658, 0.4966936409473419, 265.5057678222656, 0.0767441838979721, 0.01721620000898838, 0.0339590348303318, 0.15673580765724182, 0.24790683388710022, 0.21055711805820465, 0.19935525953769684, 0.2435215711593628, 0.00970020517706871, 1.2444039583206177, 0.5517327785491943, 0.329166978597641, 1.1345990896224976, 1.1209113597869873, 254.5205535888672, 0.08069860190153122, 0.03891754150390625, 0.05423508957028389, 0.39974308013916016, 0.5168169140815735, 0.45345818996429443, 0.4181958734989166], "count": [1098]}, "actions": {"min": [0.27436575293540955, 2.000950336456299, -1.9714192152023315, -1.583799123764038, -2.519836664199829, -1.4902844429016113, 0.2514670491218567, 21.0, 0.00010399999882793054, 0.3046950101852417, -0.28566399216651917, -0.45830613374710083, -0.6185873746871948, -0.5313903093338013, -0.6269186735153198, -0.7765145301818848, -2.0554568767547607, -0.6787585616111755, -0.3050835430622101, 1.4718711376190186, -1.2816650867462158, -3.0116357803344727, 51.0, -0.3281480073928833, 0.26242199540138245, -0.2941960096359253, -0.49600332975387573, -0.5247774720191956, -0.6529600024223328, -0.49658796191215515], "max": [0.8078256249427795, 2.0540432929992676, -0.08283332735300064, 0.08630653470754623, 0.19629718363285065, -0.5362873077392578, 2.231839895248413, 912.0, 0.279011994600296, 0.39007699489593506, -0.13781499862670898, 0.42673763632774353, 0.9566953778266907, 0.4397770166397095, 0.6637605428695679, 0.1264665573835373, -1.9842123985290527, 2.6892733573913574, 1.6362287998199463, 2.8343796730041504, 1.6628276109695435, -0.2039417326450348, 784.0, -0.02845199964940548, 0.40585699677467346, -0.08543899655342102, 0.5613791346549988, 0.9822711944580078, 0.6922697424888611, 0.5805262923240662], "mean": [0.4871906638145447, 2.025139093399048, -1.3941187858581543, -0.4205242395401001, -1.1029547452926636, -1.024186134338379, 0.8782566785812378, 464.95538330078125, 0.17049624025821686, 0.34909582138061523, -0.23990365862846375, -0.22865869104862213, 0.7112987041473389, -0.2528921365737915, -0.4557564854621887, -0.32763582468032837, -2.0413925647735596, 1.3354768753051758, 0.5417807102203369, 2.252272367477417, 0.13717013597488403, -2.1104042530059814, 452.08380126953125, -0.20115531980991364, 0.31564444303512573, -0.23141920566558838, -0.06872294843196869, 0.3758525848388672, 0.135420024394989, 0.16812990605831146], "std": [0.1268491894006729, 0.01077306643128395, 0.42268267273902893, 0.35314279794692993, 0.6021077632904053, 0.14804565906524658, 0.4966936409473419, 265.5057678222656, 0.0767441838979721, 0.01721620000898838, 0.0339590348303318, 0.15673580765724182, 0.24790683388710022, 0.21055711805820465, 0.19935525953769684, 0.2435215711593628, 0.00970020517706871, 1.2444039583206177, 0.5517327785491943, 0.329166978597641, 1.1345990896224976, 1.1209113597869873, 254.5205535888672, 0.08069860190153122, 0.03891754150390625, 0.05423508957028389, 0.39974308013916016, 0.5168169140815735, 0.45345818996429443, 0.4181958734989166], "count": [1098]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009107468123861566], "std": [0.030164836360071393], "count": [1098]}, "timestamp": {"min": [0.0], "max": [43.88], "mean": [21.939999999999998], "std": [12.67860665320392], "count": [1098]}, "frame_index": {"min": [0], "max": [1097], "mean": [548.5], "std": [316.965166330098], "count": [1098]}, "episode_index": {"min": [310], "max": [310], "mean": [310.0], "std": [0.0], "count": [1098]}, "index": {"min": [371734], "max": [372831], "mean": [372282.5], "std": [316.965166330098], "count": [1098]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1098]}}} +{"episode_index": 311, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4612607917192218]], [[0.4691941028360662]], [[0.4634605573710966]]], "std": [[[0.15220657714815528]], [[0.15080160283239663]], [[0.15164015290180757]]], "count": [171]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7647058823529411]], [[0.7607843137254902]]], "mean": [[[0.4641695751156213]], [[0.4724283745174483]], [[0.46614386490463633]]], "std": [[[0.10513077413109019]], [[0.09989183100811644]], [[0.1023961959906911]]], "count": [171]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4716144459733211]], [[0.4716546410962046]], [[0.4680515255322402]]], "std": [[[0.13966073352938368]], [[0.13888792428565983]], [[0.14091127769620548]]], "count": [171]}, "states": {"min": [0.5814215540885925, 1.9907925128936768, -1.4512064456939697, -0.3425034284591675, -2.3711345195770264, -1.4142054319381714, 0.018395770341157913, 11.0, 0.04349200055003166, 0.329039990901947, -0.2624959945678711, -0.437010794878006, -0.6291944980621338, -0.3966219127178192, -0.6330999732017517, -0.8421562910079956, -2.054863452911377, 0.587058961391449, -0.2716081440448761, 0.5887519717216492, 1.1026291847229004, -1.7663779258728027, 25.0, -0.2609420120716095, 0.3274419903755188, -0.2669509947299957, -0.4872983694076538, 0.4263225495815277, -0.07407568395137787, 0.2074185460805893], "max": [1.0830117464065552, 2.0556488037109375, -0.1555786430835724, 0.2223724126815796, -0.5318193435668945, -0.8266927003860474, 1.4337880611419678, 891.0, 0.19817699491977692, 0.41598400473594666, -0.1794710010290146, 0.45325690507888794, 0.9152098298072815, 0.4048061668872833, 0.6390970945358276, -0.3134262263774872, -1.884676456451416, 1.4158285856246948, 1.3362066745758057, 2.6930603981018066, 1.5494859218597412, -0.1598197966814041, 918.0, -0.065700002014637, 0.4012170135974884, -0.12027200311422348, -0.06390586495399475, 0.9576742053031921, 0.5516021251678467, 0.6559322476387024], "mean": [0.800067663192749, 2.025106430053711, -0.8124153017997742, -0.20247939229011536, -1.8329219818115234, -1.1625739336013794, 1.1557376384735107, 512.5450439453125, 0.11325399577617645, 0.3857983946800232, -0.2144603282213211, -0.047574933618307114, 0.7328567504882812, -0.209956094622612, -0.46279376745224, -0.6177826523780823, -2.0342228412628174, 0.8755946159362793, 0.31021615862846375, 1.5399014949798584, 1.275592565536499, -1.0194892883300781, 628.7735595703125, -0.17101173102855682, 0.3654405474662781, -0.21353115141391754, -0.20298372209072113, 0.7058764100074768, 0.3194959759712219, 0.5001818537712097], "std": [0.12222374975681305, 0.01029944233596325, 0.37245962023735046, 0.12556195259094238, 0.40487322211265564, 0.11923030763864517, 0.26941752433776855, 231.6949920654297, 0.04394914209842682, 0.020431281998753548, 0.01903536543250084, 0.12936586141586304, 0.30995994806289673, 0.15520168840885162, 0.25592902302742004, 0.11406704783439636, 0.026813045144081116, 0.2534114122390747, 0.486919641494751, 0.6390460729598999, 0.1073170080780983, 0.5171750783920288, 277.4073791503906, 0.052336279302835464, 0.018445264548063278, 0.04074379801750183, 0.1174815371632576, 0.17833498120307922, 0.19772794842720032, 0.15353986620903015], "count": [954]}, "actions": {"min": [0.5814215540885925, 1.9907925128936768, -1.4512064456939697, -0.3425034284591675, -2.3711345195770264, -1.4142054319381714, 0.018395770341157913, 11.0, 0.04349200055003166, 0.329039990901947, -0.2624959945678711, -0.437010794878006, -0.6291944980621338, -0.3966219127178192, -0.6330999732017517, -0.8421562910079956, -2.054863452911377, 0.587058961391449, -0.2716081440448761, 0.5887519717216492, 1.1026291847229004, -1.7663779258728027, 25.0, -0.2609420120716095, 0.3274419903755188, -0.2669509947299957, -0.4872983694076538, 0.4263225495815277, -0.07407568395137787, 0.2074185460805893], "max": [1.0830117464065552, 2.0556488037109375, -0.1555786430835724, 0.2223724126815796, -0.5318193435668945, -0.8266927003860474, 1.4337880611419678, 891.0, 0.19817699491977692, 0.41598400473594666, -0.1794710010290146, 0.45325690507888794, 0.9152098298072815, 0.4048061668872833, 0.6390970945358276, -0.3134262263774872, -1.884676456451416, 1.4158285856246948, 1.3362066745758057, 2.6930603981018066, 1.5494859218597412, -0.1598197966814041, 918.0, -0.065700002014637, 0.4012170135974884, -0.12027200311422348, -0.06390586495399475, 0.9576742053031921, 0.5516021251678467, 0.6559322476387024], "mean": [0.800067663192749, 2.025106430053711, -0.8124153017997742, -0.20247939229011536, -1.8329219818115234, -1.1625739336013794, 1.1557376384735107, 512.5450439453125, 0.11325399577617645, 0.3857983946800232, -0.2144603282213211, -0.047574933618307114, 0.7328567504882812, -0.209956094622612, -0.46279376745224, -0.6177826523780823, -2.0342228412628174, 0.8755946159362793, 0.31021615862846375, 1.5399014949798584, 1.275592565536499, -1.0194892883300781, 628.7735595703125, -0.17101173102855682, 0.3654405474662781, -0.21353115141391754, -0.20298372209072113, 0.7058764100074768, 0.3194959759712219, 0.5001818537712097], "std": [0.12222374975681305, 0.01029944233596325, 0.37245962023735046, 0.12556195259094238, 0.40487322211265564, 0.11923030763864517, 0.26941752433776855, 231.6949920654297, 0.04394914209842682, 0.020431281998753548, 0.01903536543250084, 0.12936586141586304, 0.30995994806289673, 0.15520168840885162, 0.25592902302742004, 0.11406704783439636, 0.026813045144081116, 0.2534114122390747, 0.486919641494751, 0.6390460729598999, 0.1073170080780983, 0.5171750783920288, 277.4073791503906, 0.052336279302835464, 0.018445264548063278, 0.04074379801750183, 0.1174815371632576, 0.17833498120307922, 0.19772794842720032, 0.15353986620903015], "count": [954]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010482180293501049], "std": [0.0323592223069877], "count": [954]}, "timestamp": {"min": [0.0], "max": [38.12], "mean": [19.06], "std": [11.015837084246783], "count": [954]}, "frame_index": {"min": [0], "max": [953], "mean": [476.5], "std": [275.3959271061696], "count": [954]}, "episode_index": {"min": [311], "max": [311], "mean": [311.0], "std": [0.0], "count": [954]}, "index": {"min": [372832], "max": [373785], "mean": [373308.5], "std": [275.3959271061696], "count": [954]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [954]}}} +{"episode_index": 312, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46136225374583795]], [[0.4691514559440128]], [[0.4629860822080405]]], "std": [[[0.14218328834976748]], [[0.13939683507700704]], [[0.1409773352490841]]], "count": [212]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4631480530891602]], [[0.46347787566284376]], [[0.45791178204772476]]], "std": [[[0.10546134234685262]], [[0.1027569317645859]], [[0.10783529638676125]]], "count": [212]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46970860598563324]], [[0.4694762050653595]], [[0.46535088038753236]]], "std": [[[0.10390521836815243]], [[0.10298460505589693]], [[0.10783824765723955]]], "count": [212]}, "states": {"min": [0.4043229818344116, 2.013603925704956, -2.0091183185577393, -1.4239791631698608, -2.814012050628662, -1.7100387811660767, 0.14864970743656158, 3.0, -0.01797500066459179, 0.27702000737190247, -0.29551300406455994, -0.45900052785873413, -0.6879575848579407, -0.5210061073303223, -0.6650331020355225, -0.8452455401420593, -2.0520708560943604, -2.4703216552734375, -1.4425321817398071, 0.26572638750076294, -1.6647474765777588, -0.404462605714798, 26.0, -0.3401010036468506, 0.28661999106407166, -0.27645498514175415, -0.49988898634910583, -0.5189366936683655, -0.5518507957458496, -0.652479350566864], "max": [0.9266825914382935, 2.044670820236206, -0.13318607211112976, 0.13690362870693207, -0.42149701714515686, -0.9447816610336304, 2.816455364227295, 700.0, 0.29818201065063477, 0.4151729941368103, -0.06971699744462967, 0.5493876934051514, 0.9906756281852722, 0.5442848205566406, 0.7899179458618164, -0.17470747232437134, -1.8666995763778687, -0.5174552202224731, -0.07192501425743103, 2.707965612411499, 1.1944160461425781, 2.698209047317505, 893.0, 0.014737999998033047, 0.4783639907836914, -0.0585549995303154, 0.5392711162567139, 0.980244517326355, 0.5648756623268127, 0.7349936366081238], "mean": [0.6029701232910156, 2.029546022415161, -0.9424660801887512, -0.23018984496593475, -1.3202950954437256, -1.2836726903915405, 0.7903332114219666, 382.2124328613281, 0.18427282571792603, 0.34842178225517273, -0.21386735141277313, 0.14252308011054993, 0.20276394486427307, 0.11691273003816605, 0.07387761771678925, -0.5665230751037598, -2.029106616973877, -1.8500298261642456, -0.5327628254890442, 1.5125741958618164, -1.136016845703125, 1.7989243268966675, 509.08026123046875, -0.1727546751499176, 0.3485713005065918, -0.20151086151599884, -0.06604128330945969, 0.594272792339325, 0.10537904500961304, 0.273532509803772], "std": [0.1131584495306015, 0.007070486433804035, 0.3957960307598114, 0.4808277487754822, 0.7155607342720032, 0.12350231409072876, 0.8376967906951904, 281.50762939453125, 0.08170419186353683, 0.04599975049495697, 0.05965857580304146, 0.32517653703689575, 0.6624874472618103, 0.33229291439056396, 0.5141983032226562, 0.1731293499469757, 0.027986060827970505, 0.3897879719734192, 0.4298646152019501, 0.8097047805786133, 0.5267042517662048, 0.8999115228652954, 370.571533203125, 0.10487984865903854, 0.04192361608147621, 0.05513788014650345, 0.28595152497291565, 0.45339542627334595, 0.33234328031539917, 0.3984551429748535], "count": [1271]}, "actions": {"min": [0.4043229818344116, 2.013603925704956, -2.0091183185577393, -1.4239791631698608, -2.814012050628662, -1.7100387811660767, 0.14864970743656158, 3.0, -0.01797500066459179, 0.27702000737190247, -0.29551300406455994, -0.45900052785873413, -0.6879575848579407, -0.5210061073303223, -0.6650331020355225, -0.8452455401420593, -2.0520708560943604, -2.4703216552734375, -1.4425321817398071, 0.26572638750076294, -1.6647474765777588, -0.404462605714798, 26.0, -0.3401010036468506, 0.28661999106407166, -0.27645498514175415, -0.49988898634910583, -0.5189366936683655, -0.5518507957458496, -0.652479350566864], "max": [0.9266825914382935, 2.044670820236206, -0.13318607211112976, 0.13690362870693207, -0.42149701714515686, -0.9447816610336304, 2.816455364227295, 700.0, 0.29818201065063477, 0.4151729941368103, -0.06971699744462967, 0.5493876934051514, 0.9906756281852722, 0.5442848205566406, 0.7899179458618164, -0.17470747232437134, -1.8666995763778687, -0.5174552202224731, -0.07192501425743103, 2.707965612411499, 1.1944160461425781, 2.698209047317505, 893.0, 0.014737999998033047, 0.4783639907836914, -0.0585549995303154, 0.5392711162567139, 0.980244517326355, 0.5648756623268127, 0.7349936366081238], "mean": [0.6029701232910156, 2.029546022415161, -0.9424660801887512, -0.23018984496593475, -1.3202950954437256, -1.2836726903915405, 0.7903332114219666, 382.2124328613281, 0.18427282571792603, 0.34842178225517273, -0.21386735141277313, 0.14252308011054993, 0.20276394486427307, 0.11691273003816605, 0.07387761771678925, -0.5665230751037598, -2.029106616973877, -1.8500298261642456, -0.5327628254890442, 1.5125741958618164, -1.136016845703125, 1.7989243268966675, 509.08026123046875, -0.1727546751499176, 0.3485713005065918, -0.20151086151599884, -0.06604128330945969, 0.594272792339325, 0.10537904500961304, 0.273532509803772], "std": [0.1131584495306015, 0.007070486433804035, 0.3957960307598114, 0.4808277487754822, 0.7155607342720032, 0.12350231409072876, 0.8376967906951904, 281.50762939453125, 0.08170419186353683, 0.04599975049495697, 0.05965857580304146, 0.32517653703689575, 0.6624874472618103, 0.33229291439056396, 0.5141983032226562, 0.1731293499469757, 0.027986060827970505, 0.3897879719734192, 0.4298646152019501, 0.8097047805786133, 0.5267042517662048, 0.8999115228652954, 370.571533203125, 0.10487984865903854, 0.04192361608147621, 0.05513788014650345, 0.28595152497291565, 0.45339542627334595, 0.33234328031539917, 0.3984551429748535], "count": [1271]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007867820613690008], "std": [0.028038599026287116], "count": [1271]}, "timestamp": {"min": [0.0], "max": [50.8], "mean": [25.4], "std": [14.676239300311236], "count": [1271]}, "frame_index": {"min": [0], "max": [1270], "mean": [635.0], "std": [366.9059825077809], "count": [1271]}, "episode_index": {"min": [312], "max": [312], "mean": [312.0], "std": [0.0], "count": [1271]}, "index": {"min": [373786], "max": [375056], "mean": [374421.0], "std": [366.9059825077809], "count": [1271]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1271]}}} +{"episode_index": 313, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47491136619955954]], [[0.4799652167252771]], [[0.4766691509484229]]], "std": [[[0.11878299411631073]], [[0.11949032667440505]], [[0.12008308869626852]]], "count": [184]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6823529411764706]], [[0.6705882352941176]], [[0.6588235294117647]]], "mean": [[[0.4739248676825803]], [[0.47603421715153454]], [[0.46978282404447286]]], "std": [[[0.06003331348596866]], [[0.06071190496873092]], [[0.06581491280747377]]], "count": [184]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4743915840792839]], [[0.4742582787190963]], [[0.470212250683788]]], "std": [[[0.0907989259611311]], [[0.08983386227796608]], [[0.0932923206588132]]], "count": [184]}, "states": {"min": [0.2850472033023834, 2.009310483932495, -2.0605356693267822, -1.3053841590881348, -2.1752562522888184, -1.303586483001709, 0.6200457215309143, -6.0, -0.00021600000036414713, 0.32881900668144226, -0.27418801188468933, -0.39025598764419556, -0.5656952857971191, -0.5410634279251099, -0.5740636587142944, -0.7564780116081238, -2.046712636947632, 1.1880106925964355, 0.47335079312324524, 1.7440378665924072, -1.3178807497024536, -2.9928035736083984, 52.0, -0.27250298857688904, 0.26514801383018494, -0.29481300711631775, -0.4998871386051178, -0.7027868628501892, -0.5815491080284119, -0.523149847984314], "max": [0.7111169695854187, 2.0436933040618896, -1.1156668663024902, -0.23451989889144897, -0.36800265312194824, -0.3199886679649353, 1.74045991897583, 860.0, 0.28397300839424133, 0.42122799158096313, -0.14879900217056274, 0.39116066694259644, 0.9368500709533691, 0.5470155477523804, 0.5659584999084473, 0.12138765305280685, -1.7836915254592896, 2.6252543926239014, 1.9195829629898071, 2.6364943981170654, 1.712761402130127, -1.755591869354248, 909.0, -0.0537399984896183, 0.41035398840904236, -0.05759299919009209, 0.5880253314971924, 0.963132917881012, 0.5746051669120789, 0.5518488883972168], "mean": [0.45007219910621643, 2.0216052532196045, -1.6034033298492432, -0.8304250240325928, -1.5652300119400024, -0.6624252200126648, 1.5207849740982056, 572.7792358398438, 0.1405346840620041, 0.38271376490592957, -0.21320664882659912, -0.21265293657779694, 0.7691517472267151, -0.25098052620887756, -0.39207619428634644, -0.299636572599411, -2.033480167388916, 2.0302681922912598, 0.8729916214942932, 2.218303680419922, -0.20872190594673157, -2.702235460281372, 628.601318359375, -0.17984384298324585, 0.3207536041736603, -0.20967309176921844, -0.030143238604068756, 0.4000280201435089, 0.08491735905408859, 0.11743999272584915], "std": [0.14160770177841187, 0.007565404754132032, 0.20522864162921906, 0.2573343515396118, 0.3569348156452179, 0.26465272903442383, 0.27621349692344666, 279.8592224121094, 0.06671979278326035, 0.028189629316329956, 0.031233008950948715, 0.1405886560678482, 0.24218910932540894, 0.19721876084804535, 0.1707470566034317, 0.28620588779449463, 0.02487803064286709, 0.483415424823761, 0.3460440933704376, 0.3051561415195465, 1.1367489099502563, 0.41727346181869507, 294.71881103515625, 0.06620059162378311, 0.04879886656999588, 0.05845150351524353, 0.4047625958919525, 0.535622775554657, 0.4464893341064453, 0.40986379981040955], "count": [1051]}, "actions": {"min": [0.2850472033023834, 2.009310483932495, -2.0605356693267822, -1.3053841590881348, -2.1752562522888184, -1.303586483001709, 0.6200457215309143, -6.0, -0.00021600000036414713, 0.32881900668144226, -0.27418801188468933, -0.39025598764419556, -0.5656952857971191, -0.5410634279251099, -0.5740636587142944, -0.7564780116081238, -2.046712636947632, 1.1880106925964355, 0.47335079312324524, 1.7440378665924072, -1.3178807497024536, -2.9928035736083984, 52.0, -0.27250298857688904, 0.26514801383018494, -0.29481300711631775, -0.4998871386051178, -0.7027868628501892, -0.5815491080284119, -0.523149847984314], "max": [0.7111169695854187, 2.0436933040618896, -1.1156668663024902, -0.23451989889144897, -0.36800265312194824, -0.3199886679649353, 1.74045991897583, 860.0, 0.28397300839424133, 0.42122799158096313, -0.14879900217056274, 0.39116066694259644, 0.9368500709533691, 0.5470155477523804, 0.5659584999084473, 0.12138765305280685, -1.7836915254592896, 2.6252543926239014, 1.9195829629898071, 2.6364943981170654, 1.712761402130127, -1.755591869354248, 909.0, -0.0537399984896183, 0.41035398840904236, -0.05759299919009209, 0.5880253314971924, 0.963132917881012, 0.5746051669120789, 0.5518488883972168], "mean": [0.45007219910621643, 2.0216052532196045, -1.6034033298492432, -0.8304250240325928, -1.5652300119400024, -0.6624252200126648, 1.5207849740982056, 572.7792358398438, 0.1405346840620041, 0.38271376490592957, -0.21320664882659912, -0.21265293657779694, 0.7691517472267151, -0.25098052620887756, -0.39207619428634644, -0.299636572599411, -2.033480167388916, 2.0302681922912598, 0.8729916214942932, 2.218303680419922, -0.20872190594673157, -2.702235460281372, 628.601318359375, -0.17984384298324585, 0.3207536041736603, -0.20967309176921844, -0.030143238604068756, 0.4000280201435089, 0.08491735905408859, 0.11743999272584915], "std": [0.14160770177841187, 0.007565404754132032, 0.20522864162921906, 0.2573343515396118, 0.3569348156452179, 0.26465272903442383, 0.27621349692344666, 279.8592224121094, 0.06671979278326035, 0.028189629316329956, 0.031233008950948715, 0.1405886560678482, 0.24218910932540894, 0.19721876084804535, 0.1707470566034317, 0.28620588779449463, 0.02487803064286709, 0.483415424823761, 0.3460440933704376, 0.3051561415195465, 1.1367489099502563, 0.41727346181869507, 294.71881103515625, 0.06620059162378311, 0.04879886656999588, 0.05845150351524353, 0.4047625958919525, 0.535622775554657, 0.4464893341064453, 0.40986379981040955], "count": [1051]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009514747859181732], "std": [0.030831306843044054], "count": [1051]}, "timestamp": {"min": [0.0], "max": [42.0], "mean": [21.0], "std": [12.135897165022454], "count": [1051]}, "frame_index": {"min": [0], "max": [1050], "mean": [525.0], "std": [303.3974291255613], "count": [1051]}, "episode_index": {"min": [313], "max": [313], "mean": [313.0], "std": [0.0], "count": [1051]}, "index": {"min": [375057], "max": [376107], "mean": [375582.0], "std": [303.3974291255613], "count": [1051]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1051]}}} +{"episode_index": 314, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[1.0]]], "mean": [[[0.4780886154011154]], [[0.48267243451434627]], [[0.4778381682628006]]], "std": [[[0.1172554501222188]], [[0.11900456175011409]], [[0.11908893121356258]]], "count": [259]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.8117647058823529]], [[1.0]], [[1.0]]], "mean": [[[0.4735470031481061]], [[0.4776948584614026]], [[0.4706245741539859]]], "std": [[[0.07064570068635034]], [[0.07099478300787934]], [[0.07833023059497338]]], "count": [259]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48216693400333105]], [[0.480102458550988]], [[0.47620901941857824]]], "std": [[[0.10088571194325456]], [[0.10218013671358078]], [[0.10662584087736071]]], "count": [259]}, "states": {"min": [0.38959240913391113, 1.9734612703323364, -0.4608542025089264, -0.5052204728126526, -2.6834089756011963, -1.789049744606018, 0.5874778032302856, 0.0, 0.040073998272418976, 0.3048990070819855, -0.2701050043106079, -0.41849657893180847, -0.6887063980102539, -0.4810532033443451, -0.6815078258514404, -0.8223991394042969, -2.041983127593994, 0.7830943465232849, -0.14159856736660004, 0.23612560331821442, 1.1472922563552856, -1.7263749837875366, 38.0, -0.29739201068878174, 0.2613700032234192, -0.2812969982624054, -0.4942690432071686, -0.4226978123188019, -0.4639928638935089, -0.6008135080337524], "max": [1.012901782989502, 2.0350887775421143, 0.259286105632782, 0.09716247767210007, -1.6840680837631226, -0.8757014870643616, 1.0118721723556519, 884.0, 0.31255999207496643, 0.38850700855255127, -0.17274799942970276, 0.43521028757095337, 0.9002215266227722, 0.5148164629936218, 0.7179702520370483, -0.22916172444820404, -1.9017630815505981, 1.4189528226852417, 1.109278917312622, 2.4436702728271484, 1.6754812002182007, -0.38346630334854126, 881.0, -0.07399100065231323, 0.37922900915145874, -0.12229300290346146, 0.5272538065910339, 0.9618307948112488, 0.5043119192123413, 0.7005197405815125], "mean": [0.5915358066558838, 2.01358962059021, -0.11496146023273468, -0.19622854888439178, -2.072173833847046, -1.4247444868087769, 0.8639276623725891, 664.0398559570312, 0.2061638981103897, 0.33389970660209656, -0.21181082725524902, 0.13455070555210114, 0.05706315487623215, 0.1459035575389862, 0.1475479155778885, -0.5190604329109192, -2.026693105697632, 1.0490431785583496, 0.3038315773010254, 1.3198820352554321, 1.3813283443450928, -0.8732978105545044, 515.7011108398438, -0.19265612959861755, 0.33068612217903137, -0.2195405513048172, -0.2133236527442932, 0.6760161519050598, 0.23959839344024658, 0.498044490814209], "std": [0.18852797150611877, 0.008479894138872623, 0.23713885247707367, 0.13869830965995789, 0.28925633430480957, 0.20761269330978394, 0.07524596899747849, 277.0981750488281, 0.08705266565084457, 0.019289718940854073, 0.02940405160188675, 0.21987801790237427, 0.6749715805053711, 0.27667006850242615, 0.5959044098854065, 0.14551003277301788, 0.023487603291869164, 0.19888338446617126, 0.37868738174438477, 0.720919132232666, 0.12919585406780243, 0.47390225529670715, 307.7490234375, 0.06738430261611938, 0.02546359971165657, 0.036649368703365326, 0.19678230583667755, 0.2620408535003662, 0.19589531421661377, 0.21512068808078766], "count": [1656]}, "actions": {"min": [0.38959240913391113, 1.9734612703323364, -0.4608542025089264, -0.5052204728126526, -2.6834089756011963, -1.789049744606018, 0.5874778032302856, 0.0, 0.040073998272418976, 0.3048990070819855, -0.2701050043106079, -0.41849657893180847, -0.6887063980102539, -0.4810532033443451, -0.6815078258514404, -0.8223991394042969, -2.041983127593994, 0.7830943465232849, -0.14159856736660004, 0.23612560331821442, 1.1472922563552856, -1.7263749837875366, 38.0, -0.29739201068878174, 0.2613700032234192, -0.2812969982624054, -0.4942690432071686, -0.4226978123188019, -0.4639928638935089, -0.6008135080337524], "max": [1.012901782989502, 2.0350887775421143, 0.259286105632782, 0.09716247767210007, -1.6840680837631226, -0.8757014870643616, 1.0118721723556519, 884.0, 0.31255999207496643, 0.38850700855255127, -0.17274799942970276, 0.43521028757095337, 0.9002215266227722, 0.5148164629936218, 0.7179702520370483, -0.22916172444820404, -1.9017630815505981, 1.4189528226852417, 1.109278917312622, 2.4436702728271484, 1.6754812002182007, -0.38346630334854126, 881.0, -0.07399100065231323, 0.37922900915145874, -0.12229300290346146, 0.5272538065910339, 0.9618307948112488, 0.5043119192123413, 0.7005197405815125], "mean": [0.5915358066558838, 2.01358962059021, -0.11496146023273468, -0.19622854888439178, -2.072173833847046, -1.4247444868087769, 0.8639276623725891, 664.0398559570312, 0.2061638981103897, 0.33389970660209656, -0.21181082725524902, 0.13455070555210114, 0.05706315487623215, 0.1459035575389862, 0.1475479155778885, -0.5190604329109192, -2.026693105697632, 1.0490431785583496, 0.3038315773010254, 1.3198820352554321, 1.3813283443450928, -0.8732978105545044, 515.7011108398438, -0.19265612959861755, 0.33068612217903137, -0.2195405513048172, -0.2133236527442932, 0.6760161519050598, 0.23959839344024658, 0.498044490814209], "std": [0.18852797150611877, 0.008479894138872623, 0.23713885247707367, 0.13869830965995789, 0.28925633430480957, 0.20761269330978394, 0.07524596899747849, 277.0981750488281, 0.08705266565084457, 0.019289718940854073, 0.02940405160188675, 0.21987801790237427, 0.6749715805053711, 0.27667006850242615, 0.5959044098854065, 0.14551003277301788, 0.023487603291869164, 0.19888338446617126, 0.37868738174438477, 0.720919132232666, 0.12919585406780243, 0.47390225529670715, 307.7490234375, 0.06738430261611938, 0.02546359971165657, 0.036649368703365326, 0.19678230583667755, 0.2620408535003662, 0.19589531421661377, 0.21512068808078766], "count": [1656]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006038647342995169], "std": [0.024566238655565207], "count": [1656]}, "timestamp": {"min": [0.0], "max": [66.2], "mean": [33.1], "std": [19.12183742914542], "count": [1656]}, "frame_index": {"min": [0], "max": [1655], "mean": [827.5], "std": [478.04593572863547], "count": [1656]}, "episode_index": {"min": [314], "max": [314], "mean": [314.0], "std": [0.0], "count": [1656]}, "index": {"min": [376108], "max": [377763], "mean": [376935.5], "std": [478.04593572863547], "count": [1656]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1656]}}} +{"episode_index": 315, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.46429768564676344]], [[0.4713412251670913]], [[0.4671097852276504]]], "std": [[[0.15011551502654982]], [[0.14883148282119163]], [[0.14988159484248162]]], "count": [177]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622788486392674]], [[0.46928922260994793]], [[0.46318205222296077]]], "std": [[[0.10675607256405818]], [[0.10482456428526922]], [[0.10926678688529479]]], "count": [177]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.46989984560208264]], [[0.47309821230752186]], [[0.46912796333222556]]], "std": [[[0.10624816414242569]], [[0.10355767226033247]], [[0.10504811248277929]]], "count": [177]}, "states": {"min": [0.36393606662750244, 1.9477176666259766, -1.0600258111953735, -0.33142057061195374, -1.879196047782898, -1.4226703643798828, 0.049672067165374756, -5.0, 0.09657099843025208, 0.2779900133609772, -0.29580000042915344, -0.4882098436355591, -0.5453066825866699, -0.4739653468132019, -0.625501811504364, -0.8932071328163147, -2.04967999458313, 0.3674441874027252, -0.1754230409860611, 0.5091300010681152, 0.8562411069869995, -1.8157882690429688, 53.0, -0.28425899147987366, 0.30148398876190186, -0.27143600583076477, -0.39408186078071594, 0.43405330181121826, -0.042518772184848785, 0.2814408838748932], "max": [0.7694109678268433, 2.0465383529663086, -0.46321043372154236, 0.23469442129135132, -0.6547777652740479, -0.9493893384933472, 1.1047236919403076, 886.0, 0.21394599974155426, 0.42538800835609436, -0.18611599504947662, 0.48981329798698425, 0.853456437587738, 0.43976956605911255, 0.5568631887435913, -0.1584409922361374, -1.8096795082092285, 1.7065480947494507, 1.1477634906768799, 2.4897820949554443, 1.6685348749160767, -0.5194274187088013, 891.0, -0.029558999463915825, 0.3820649981498718, -0.118258997797966, 0.10153600573539734, 0.9453197717666626, 0.5381717085838318, 0.6934853792190552], "mean": [0.6478448510169983, 2.0234227180480957, -0.8909294009208679, -0.09486599266529083, -1.248698115348816, -1.133304476737976, 0.7135865092277527, 576.204833984375, 0.17053186893463135, 0.37429720163345337, -0.23294579982757568, -0.21438521146774292, 0.6650416254997253, -0.3055310845375061, -0.5232428908348083, -0.5720304846763611, -2.028440237045288, 1.0843174457550049, 0.5193771719932556, 1.637320637702942, 1.3629952669143677, -1.1851069927215576, 490.954833984375, -0.1621091216802597, 0.3445046842098236, -0.20298410952091217, -0.14218294620513916, 0.7624261975288391, 0.22165243327617645, 0.4881996810436249], "std": [0.08838269114494324, 0.019747387617826462, 0.09736409783363342, 0.14441069960594177, 0.4452962577342987, 0.11585868895053864, 0.2918802499771118, 280.9563293457031, 0.034805603325366974, 0.04005962237715721, 0.02112501859664917, 0.17675691843032837, 0.22468657791614532, 0.1723676472902298, 0.1821768581867218, 0.16328994929790497, 0.03884073346853256, 0.36559435725212097, 0.3937618136405945, 0.6894906163215637, 0.16116006672382355, 0.4810870885848999, 242.7030487060547, 0.07774437963962555, 0.018397897481918335, 0.0333150252699852, 0.14566951990127563, 0.18443140387535095, 0.18695446848869324, 0.14434684813022614], "count": [996]}, "actions": {"min": [0.36393606662750244, 1.9477176666259766, -1.0600258111953735, -0.33142057061195374, -1.879196047782898, -1.4226703643798828, 0.049672067165374756, -5.0, 0.09657099843025208, 0.2779900133609772, -0.29580000042915344, -0.4882098436355591, -0.5453066825866699, -0.4739653468132019, -0.625501811504364, -0.8932071328163147, -2.04967999458313, 0.3674441874027252, -0.1754230409860611, 0.5091300010681152, 0.8562411069869995, -1.8157882690429688, 53.0, -0.28425899147987366, 0.30148398876190186, -0.27143600583076477, -0.39408186078071594, 0.43405330181121826, -0.042518772184848785, 0.2814408838748932], "max": [0.7694109678268433, 2.0465383529663086, -0.46321043372154236, 0.23469442129135132, -0.6547777652740479, -0.9493893384933472, 1.1047236919403076, 886.0, 0.21394599974155426, 0.42538800835609436, -0.18611599504947662, 0.48981329798698425, 0.853456437587738, 0.43976956605911255, 0.5568631887435913, -0.1584409922361374, -1.8096795082092285, 1.7065480947494507, 1.1477634906768799, 2.4897820949554443, 1.6685348749160767, -0.5194274187088013, 891.0, -0.029558999463915825, 0.3820649981498718, -0.118258997797966, 0.10153600573539734, 0.9453197717666626, 0.5381717085838318, 0.6934853792190552], "mean": [0.6478448510169983, 2.0234227180480957, -0.8909294009208679, -0.09486599266529083, -1.248698115348816, -1.133304476737976, 0.7135865092277527, 576.204833984375, 0.17053186893463135, 0.37429720163345337, -0.23294579982757568, -0.21438521146774292, 0.6650416254997253, -0.3055310845375061, -0.5232428908348083, -0.5720304846763611, -2.028440237045288, 1.0843174457550049, 0.5193771719932556, 1.637320637702942, 1.3629952669143677, -1.1851069927215576, 490.954833984375, -0.1621091216802597, 0.3445046842098236, -0.20298410952091217, -0.14218294620513916, 0.7624261975288391, 0.22165243327617645, 0.4881996810436249], "std": [0.08838269114494324, 0.019747387617826462, 0.09736409783363342, 0.14441069960594177, 0.4452962577342987, 0.11585868895053864, 0.2918802499771118, 280.9563293457031, 0.034805603325366974, 0.04005962237715721, 0.02112501859664917, 0.17675691843032837, 0.22468657791614532, 0.1723676472902298, 0.1821768581867218, 0.16328994929790497, 0.03884073346853256, 0.36559435725212097, 0.3937618136405945, 0.6894906163215637, 0.16116006672382355, 0.4810870885848999, 242.7030487060547, 0.07774437963962555, 0.018397897481918335, 0.0333150252699852, 0.14566951990127563, 0.18443140387535095, 0.18695446848869324, 0.14434684813022614], "count": [996]}, "next.done": {"min": [false], "max": [true], "mean": [0.001004016064257028], "std": [0.03167030179836848], "count": [996]}, "timestamp": {"min": [0.0], "max": [39.8], "mean": [19.900000000000002], "std": [11.500811565566435], "count": [996]}, "frame_index": {"min": [0], "max": [995], "mean": [497.5], "std": [287.52028913916087], "count": [996]}, "episode_index": {"min": [315], "max": [315], "mean": [315.0], "std": [0.0], "count": [996]}, "index": {"min": [377764], "max": [378759], "mean": [378261.5], "std": [287.52028913916087], "count": [996]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [996]}}} +{"episode_index": 316, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.47932381864938367]], [[0.4834051698140106]], [[0.4791344900096504]]], "std": [[[0.12856718490430946]], [[0.12920857661764684]], [[0.1290089366377528]]], "count": [298]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.469843055692635]], [[0.4751115065852963]], [[0.4712297657038207]]], "std": [[[0.07809635716878384]], [[0.07386065220087973]], [[0.07659240793351928]]], "count": [298]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.48418934166228017]], [[0.4806188691220336]], [[0.47490392033491247]]], "std": [[[0.10741693644721141]], [[0.11150736191389843]], [[0.11838187929552973]]], "count": [298]}, "states": {"min": [0.6001838445663452, 1.8658965826034546, -1.680106282234192, -0.49441686272621155, -2.3490214347839355, -1.5172497034072876, 0.32930874824523926, -5.0, 0.04683300107717514, 0.31265801191329956, -0.2632479965686798, -0.42857667803764343, 0.6063891053199768, -0.43970757722854614, -0.6349306106567383, -1.2263556718826294, -2.0389809608459473, 2.7917935848236084, -0.7241021990776062, -1.1550589799880981, 1.0666056871414185, -1.3975374698638916, 53.0, -0.28638699650764465, 0.34735000133514404, -0.26482900977134705, -0.36595848202705383, 0.5708411931991577, -0.05844567343592644, 0.2683570384979248], "max": [1.0017491579055786, 2.035367965698242, -0.42092105746269226, 0.05839871987700462, -0.8174773454666138, -0.8290314674377441, 1.338632583618164, 881.0, 0.2050279974937439, 0.4467169940471649, -0.1553190052509308, 0.059657905250787735, 0.9095948338508606, -0.044769287109375, -0.38818296790122986, -0.5381024479866028, -2.022400379180908, 2.8631951808929443, 0.010751227848231792, 0.3759090304374695, 1.6249538660049438, -0.4847477674484253, 911.0, -0.052549999207258224, 0.44868001341819763, -0.11631199717521667, 0.04700484871864319, 0.9415009021759033, 0.48587027192115784, 0.6675701141357422], "mean": [0.7628735303878784, 2.003575325012207, -0.9546674489974976, -0.25422462821006775, -1.748009443283081, -1.0767958164215088, 1.1191693544387817, 445.67401123046875, 0.12546861171722412, 0.39118674397468567, -0.21647173166275024, -0.11737234890460968, 0.8073086738586426, -0.22316834330558777, -0.5045459270477295, -0.7401479482650757, -2.0302603244781494, 2.8542423248291016, -0.2767534852027893, -0.6106738448143005, 1.2914847135543823, -0.9420264959335327, 592.6444702148438, -0.20148396492004395, 0.37834328413009644, -0.2108127623796463, -0.21345208585262299, 0.6898306012153625, 0.33347445726394653, 0.538402259349823], "std": [0.1120355874300003, 0.02952306531369686, 0.31134462356567383, 0.14703355729579926, 0.33118531107902527, 0.17501211166381836, 0.1879272609949112, 241.51419067382812, 0.042298574000597, 0.04004441946744919, 0.03003998100757599, 0.0802113264799118, 0.08084195852279663, 0.11497293412685394, 0.062593013048172, 0.23284946382045746, 0.003300449578091502, 0.007155370898544788, 0.188859760761261, 0.5095742344856262, 0.15286622941493988, 0.24781282246112823, 230.1956024169922, 0.06351613998413086, 0.021138694137334824, 0.025849560275673866, 0.10492311418056488, 0.14605987071990967, 0.18021918833255768, 0.11254546791315079], "count": [1997]}, "actions": {"min": [0.6001838445663452, 1.8658965826034546, -1.680106282234192, -0.49441686272621155, -2.3490214347839355, -1.5172497034072876, 0.32930874824523926, -5.0, 0.04683300107717514, 0.31265801191329956, -0.2632479965686798, -0.42857667803764343, 0.6063891053199768, -0.43970757722854614, -0.6349306106567383, -1.2263556718826294, -2.0389809608459473, 2.7917935848236084, -0.7241021990776062, -1.1550589799880981, 1.0666056871414185, -1.3975374698638916, 53.0, -0.28638699650764465, 0.34735000133514404, -0.26482900977134705, -0.36595848202705383, 0.5708411931991577, -0.05844567343592644, 0.2683570384979248], "max": [1.0017491579055786, 2.035367965698242, -0.42092105746269226, 0.05839871987700462, -0.8174773454666138, -0.8290314674377441, 1.338632583618164, 881.0, 0.2050279974937439, 0.4467169940471649, -0.1553190052509308, 0.059657905250787735, 0.9095948338508606, -0.044769287109375, -0.38818296790122986, -0.5381024479866028, -2.022400379180908, 2.8631951808929443, 0.010751227848231792, 0.3759090304374695, 1.6249538660049438, -0.4847477674484253, 911.0, -0.052549999207258224, 0.44868001341819763, -0.11631199717521667, 0.04700484871864319, 0.9415009021759033, 0.48587027192115784, 0.6675701141357422], "mean": [0.7628735303878784, 2.003575325012207, -0.9546674489974976, -0.25422462821006775, -1.748009443283081, -1.0767958164215088, 1.1191693544387817, 445.67401123046875, 0.12546861171722412, 0.39118674397468567, -0.21647173166275024, -0.11737234890460968, 0.8073086738586426, -0.22316834330558777, -0.5045459270477295, -0.7401479482650757, -2.0302603244781494, 2.8542423248291016, -0.2767534852027893, -0.6106738448143005, 1.2914847135543823, -0.9420264959335327, 592.6444702148438, -0.20148396492004395, 0.37834328413009644, -0.2108127623796463, -0.21345208585262299, 0.6898306012153625, 0.33347445726394653, 0.538402259349823], "std": [0.1120355874300003, 0.02952306531369686, 0.31134462356567383, 0.14703355729579926, 0.33118531107902527, 0.17501211166381836, 0.1879272609949112, 241.51419067382812, 0.042298574000597, 0.04004441946744919, 0.03003998100757599, 0.0802113264799118, 0.08084195852279663, 0.11497293412685394, 0.062593013048172, 0.23284946382045746, 0.003300449578091502, 0.007155370898544788, 0.188859760761261, 0.5095742344856262, 0.15286622941493988, 0.24781282246112823, 230.1956024169922, 0.06351613998413086, 0.021138694137334824, 0.025849560275673866, 0.10492311418056488, 0.14605987071990967, 0.18021918833255768, 0.11254546791315079], "count": [1997]}, "next.done": {"min": [false], "max": [true], "mean": [0.000500751126690035], "std": [0.02237186570224204], "count": [1997]}, "timestamp": {"min": [0.0], "max": [79.84], "mean": [39.92], "std": [23.05936686034549], "count": [1997]}, "frame_index": {"min": [0], "max": [1996], "mean": [998.0], "std": [576.4841715086374], "count": [1997]}, "episode_index": {"min": [316], "max": [316], "mean": [316.0], "std": [0.0], "count": [1997]}, "index": {"min": [378760], "max": [380756], "mean": [379758.0], "std": [576.4841715086374], "count": [1997]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1997]}}} +{"episode_index": 317, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.46945896066760034]], [[0.4759799066617387]], [[0.470866012261386]]], "std": [[[0.1293240238610391]], [[0.13018653580053005]], [[0.12949974289605024]]], "count": [252]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6784313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4745037015963793]], [[0.4767084378890445]], [[0.47063469936585745]]], "std": [[[0.09006385391601511]], [[0.08691904381482284]], [[0.08879988525843951]]], "count": [252]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4745432747172943]], [[0.4751220424512398]], [[0.4714462737641353]]], "std": [[[0.1202087956364425]], [[0.12059839042042726]], [[0.12307807636854373]]], "count": [252]}, "states": {"min": [0.5299343466758728, 1.9734612703323364, 0.139399453997612, -0.19247491657733917, -2.896216869354248, -1.25457763671875, 0.12086404860019684, -5.0, 0.04301699995994568, 0.34554699063301086, -0.2794089913368225, -0.43074822425842285, -0.6008467078208923, -0.4388495981693268, -0.6407950520515442, -0.8710938096046448, -2.0731894969940186, 0.49384090304374695, -0.29906219244003296, -0.26862362027168274, 0.8482125997543335, -2.373770236968994, 39.0, -0.26960599422454834, 0.3469040095806122, -0.2739729881286621, -0.49496495723724365, -0.5085744857788086, -0.39002275466918945, -0.5924113988876343], "max": [0.9234188795089722, 2.0380210876464844, 0.9920974969863892, 0.3467271029949188, -1.9941610097885132, -0.2853613495826721, 1.0066710710525513, 884.0, 0.19892999529838562, 0.4407939910888672, -0.2054229974746704, 0.4214962124824524, 0.8642882704734802, 0.3966391980648041, 0.6105301380157471, -0.43245768547058105, -1.9438081979751587, 1.8347251415252686, 1.0104235410690308, 2.7392070293426514, 1.3561208248138428, -0.11892673373222351, 881.0, -0.05369200184941292, 0.4414510130882263, -0.12940600514411926, 0.5152179002761841, 0.9448913335800171, 0.5948932766914368, 0.6768462061882019], "mean": [0.77833491563797, 2.018702268600464, 0.5147069692611694, 0.1566949337720871, -2.821760416030884, -0.7955700755119324, 0.6475416421890259, 460.02886962890625, 0.10047582536935806, 0.39051148295402527, -0.2472904473543167, -0.20763050019741058, 0.777826726436615, -0.2603176534175873, -0.4853978157043457, -0.6529315114021301, -2.046083688735962, 1.2428652048110962, 0.21433763206005096, 1.015581727027893, 1.0909857749938965, -0.8982315063476562, 564.1743774414062, -0.1654140204191208, 0.38647881150245667, -0.22428835928440094, -0.2471603900194168, 0.664879560470581, 0.3540278673171997, 0.4990667402744293], "std": [0.09297451376914978, 0.011126342229545116, 0.16694535315036774, 0.10328766703605652, 0.12164870649576187, 0.2943130135536194, 0.16548669338226318, 243.4405059814453, 0.03354047238826752, 0.02766810916364193, 0.01300011109560728, 0.0949389711022377, 0.13192664086818695, 0.08574024587869644, 0.12136778235435486, 0.10793695598840714, 0.014184591360390186, 0.34319889545440674, 0.36275357007980347, 0.8375765681266785, 0.1348966807126999, 0.5625497102737427, 225.89137268066406, 0.048153024166822433, 0.02126356214284897, 0.03523816168308258, 0.11222982406616211, 0.1673065423965454, 0.24238191545009613, 0.15201126039028168], "count": [1594]}, "actions": {"min": [0.5299343466758728, 1.9734612703323364, 0.139399453997612, -0.19247491657733917, -2.896216869354248, -1.25457763671875, 0.12086404860019684, -5.0, 0.04301699995994568, 0.34554699063301086, -0.2794089913368225, -0.43074822425842285, -0.6008467078208923, -0.4388495981693268, -0.6407950520515442, -0.8710938096046448, -2.0731894969940186, 0.49384090304374695, -0.29906219244003296, -0.26862362027168274, 0.8482125997543335, -2.373770236968994, 39.0, -0.26960599422454834, 0.3469040095806122, -0.2739729881286621, -0.49496495723724365, -0.5085744857788086, -0.39002275466918945, -0.5924113988876343], "max": [0.9234188795089722, 2.0380210876464844, 0.9920974969863892, 0.3467271029949188, -1.9941610097885132, -0.2853613495826721, 1.0066710710525513, 884.0, 0.19892999529838562, 0.4407939910888672, -0.2054229974746704, 0.4214962124824524, 0.8642882704734802, 0.3966391980648041, 0.6105301380157471, -0.43245768547058105, -1.9438081979751587, 1.8347251415252686, 1.0104235410690308, 2.7392070293426514, 1.3561208248138428, -0.11892673373222351, 881.0, -0.05369200184941292, 0.4414510130882263, -0.12940600514411926, 0.5152179002761841, 0.9448913335800171, 0.5948932766914368, 0.6768462061882019], "mean": [0.77833491563797, 2.018702268600464, 0.5147069692611694, 0.1566949337720871, -2.821760416030884, -0.7955700755119324, 0.6475416421890259, 460.02886962890625, 0.10047582536935806, 0.39051148295402527, -0.2472904473543167, -0.20763050019741058, 0.777826726436615, -0.2603176534175873, -0.4853978157043457, -0.6529315114021301, -2.046083688735962, 1.2428652048110962, 0.21433763206005096, 1.015581727027893, 1.0909857749938965, -0.8982315063476562, 564.1743774414062, -0.1654140204191208, 0.38647881150245667, -0.22428835928440094, -0.2471603900194168, 0.664879560470581, 0.3540278673171997, 0.4990667402744293], "std": [0.09297451376914978, 0.011126342229545116, 0.16694535315036774, 0.10328766703605652, 0.12164870649576187, 0.2943130135536194, 0.16548669338226318, 243.4405059814453, 0.03354047238826752, 0.02766810916364193, 0.01300011109560728, 0.0949389711022377, 0.13192664086818695, 0.08574024587869644, 0.12136778235435486, 0.10793695598840714, 0.014184591360390186, 0.34319889545440674, 0.36275357007980347, 0.8375765681266785, 0.1348966807126999, 0.5625497102737427, 225.89137268066406, 0.048153024166822433, 0.02126356214284897, 0.03523816168308258, 0.11222982406616211, 0.1673065423965454, 0.24238191545009613, 0.15201126039028168], "count": [1594]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006273525721455458], "std": [0.02503914936446061], "count": [1594]}, "timestamp": {"min": [0.0], "max": [63.72], "mean": [31.860000000000003], "std": [18.405922959743148], "count": [1594]}, "frame_index": {"min": [0], "max": [1593], "mean": [796.5], "std": [460.14807399357875], "count": [1594]}, "episode_index": {"min": [317], "max": [317], "mean": [317.0], "std": [0.0], "count": [1594]}, "index": {"min": [380757], "max": [382350], "mean": [381553.5], "std": [460.14807399357875], "count": [1594]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1594]}}} +{"episode_index": 318, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4647116566519081]], [[0.4696759158233186]], [[0.4630014099725912]]], "std": [[[0.146944445989695]], [[0.14473497293421816]], [[0.1461567034383798]]], "count": [155]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629231644001687]], [[0.46592031810035844]], [[0.462602323160447]]], "std": [[[0.113113877144815]], [[0.10866581850460305]], [[0.10999475874000245]]], "count": [155]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.4664116131667721]], [[0.46631858923676994]], [[0.4635078088762387]]], "std": [[[0.128160367629728]], [[0.12615529085424598]], [[0.12749260764775872]]], "count": [155]}, "states": {"min": [0.4447448253631592, 1.9240858554840088, -1.4151304960250854, -0.4328940212726593, -1.6835620403289795, -1.3761571645736694, 0.19273671507835388, -1.0, 0.0541750006377697, 0.3070070147514343, -0.27359798550605774, -0.4726444482803345, -0.6207425594329834, -0.46849340200424194, -0.6241700053215027, -0.8981638550758362, -2.0570101737976074, 0.9523389339447021, 0.052028264850378036, 0.25391051173210144, 0.8294852375984192, -1.8950785398483276, 51.0, -0.2722499966621399, 0.3199610114097595, -0.27756500244140625, -0.40766721963882446, 0.46592023968696594, -0.17612095177173615, 0.27416756749153137], "max": [0.9208182692527771, 2.0558931827545166, -0.8683187961578369, 0.005672319792211056, -0.7821518778800964, -0.7997273206710815, 1.2885767221450806, 890.0, 0.21641699969768524, 0.4177829921245575, -0.1892479956150055, 0.46360209584236145, 0.8965131640434265, 0.4308617413043976, 0.6322360038757324, -0.2459867000579834, -1.7394300699234009, 1.6732996702194214, 1.0556623935699463, 2.4700422286987305, 1.385390043258667, -0.5522047281265259, 915.0, -0.05384499952197075, 0.41762998700141907, -0.12933799624443054, -0.04118712618947029, 0.9263891577720642, 0.5787116885185242, 0.6565756797790527], "mean": [0.6780861020088196, 2.026047945022583, -1.173587679862976, -0.21993960440158844, -1.313602328300476, -1.0469051599502563, 1.0103553533554077, 484.0669860839844, 0.13378724455833435, 0.38113272190093994, -0.22925062477588654, -0.11638256162405014, 0.6972969174385071, -0.2586323916912079, -0.4831439256668091, -0.582732617855072, -2.030263900756836, 1.2849478721618652, 0.30181875824928284, 1.0064756870269775, 1.1084703207015991, -0.9109218716621399, 546.559814453125, -0.18811389803886414, 0.3718365430831909, -0.22511981427669525, -0.25144898891448975, 0.6736351847648621, 0.3283322751522064, 0.5009199976921082], "std": [0.1315246820449829, 0.023988014087080956, 0.13819757103919983, 0.10723959654569626, 0.2645730972290039, 0.14290864765644073, 0.210300475358963, 231.82627868652344, 0.04548550024628639, 0.024922361597418785, 0.019507475197315216, 0.13632948696613312, 0.30072033405303955, 0.1657331883907318, 0.25184720754623413, 0.1680479198694229, 0.048839133232831955, 0.15647321939468384, 0.3075198531150818, 0.8141539692878723, 0.13767965137958527, 0.36820557713508606, 271.4376220703125, 0.07334981113672256, 0.02384784072637558, 0.04140888899564743, 0.09769190847873688, 0.17856770753860474, 0.26662954688072205, 0.10837270319461823], "count": [836]}, "actions": {"min": [0.4447448253631592, 1.9240858554840088, -1.4151304960250854, -0.4328940212726593, -1.6835620403289795, -1.3761571645736694, 0.19273671507835388, -1.0, 0.0541750006377697, 0.3070070147514343, -0.27359798550605774, -0.4726444482803345, -0.6207425594329834, -0.46849340200424194, -0.6241700053215027, -0.8981638550758362, -2.0570101737976074, 0.9523389339447021, 0.052028264850378036, 0.25391051173210144, 0.8294852375984192, -1.8950785398483276, 51.0, -0.2722499966621399, 0.3199610114097595, -0.27756500244140625, -0.40766721963882446, 0.46592023968696594, -0.17612095177173615, 0.27416756749153137], "max": [0.9208182692527771, 2.0558931827545166, -0.8683187961578369, 0.005672319792211056, -0.7821518778800964, -0.7997273206710815, 1.2885767221450806, 890.0, 0.21641699969768524, 0.4177829921245575, -0.1892479956150055, 0.46360209584236145, 0.8965131640434265, 0.4308617413043976, 0.6322360038757324, -0.2459867000579834, -1.7394300699234009, 1.6732996702194214, 1.0556623935699463, 2.4700422286987305, 1.385390043258667, -0.5522047281265259, 915.0, -0.05384499952197075, 0.41762998700141907, -0.12933799624443054, -0.04118712618947029, 0.9263891577720642, 0.5787116885185242, 0.6565756797790527], "mean": [0.6780861020088196, 2.026047945022583, -1.173587679862976, -0.21993960440158844, -1.313602328300476, -1.0469051599502563, 1.0103553533554077, 484.0669860839844, 0.13378724455833435, 0.38113272190093994, -0.22925062477588654, -0.11638256162405014, 0.6972969174385071, -0.2586323916912079, -0.4831439256668091, -0.582732617855072, -2.030263900756836, 1.2849478721618652, 0.30181875824928284, 1.0064756870269775, 1.1084703207015991, -0.9109218716621399, 546.559814453125, -0.18811389803886414, 0.3718365430831909, -0.22511981427669525, -0.25144898891448975, 0.6736351847648621, 0.3283322751522064, 0.5009199976921082], "std": [0.1315246820449829, 0.023988014087080956, 0.13819757103919983, 0.10723959654569626, 0.2645730972290039, 0.14290864765644073, 0.210300475358963, 231.82627868652344, 0.04548550024628639, 0.024922361597418785, 0.019507475197315216, 0.13632948696613312, 0.30072033405303955, 0.1657331883907318, 0.25184720754623413, 0.1680479198694229, 0.048839133232831955, 0.15647321939468384, 0.3075198531150818, 0.8141539692878723, 0.13767965137958527, 0.36820557713508606, 271.4376220703125, 0.07334981113672256, 0.02384784072637558, 0.04140888899564743, 0.09769190847873688, 0.17856770753860474, 0.26662954688072205, 0.10837270319461823], "count": [836]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011961722488038277], "std": [0.034565031762679166], "count": [836]}, "timestamp": {"min": [0.0], "max": [33.4], "mean": [16.7], "std": [9.653289594744374], "count": [836]}, "frame_index": {"min": [0], "max": [835], "mean": [417.5], "std": [241.33223986860935], "count": [836]}, "episode_index": {"min": [318], "max": [318], "mean": [318.0], "std": [0.0], "count": [836]}, "index": {"min": [382351], "max": [383186], "mean": [382768.5], "std": [241.33223986860935], "count": [836]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [836]}}} +{"episode_index": 319, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.4737841661471911]], [[0.4759459273111942]], [[0.47130975386300955]]], "std": [[[0.12697912354131038]], [[0.12685235259530184]], [[0.12685850136882768]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6627450980392157]], [[1.0]], [[1.0]]], "mean": [[[0.4815503903150856]], [[0.48571226363859604]], [[0.48053415079904793]]], "std": [[[0.08454445842837059]], [[0.08242258215323282]], [[0.08536473463356391]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4761914586402962]], [[0.47551191370093315]], [[0.4707117760398957]]], "std": [[[0.10125244085732248]], [[0.10247994106665108]], [[0.10606876222448987]]], "count": [173]}, "states": {"min": [0.5274384617805481, 2.012399673461914, -0.3597297966480255, -0.36356955766677856, -2.840662956237793, -1.5225380659103394, 0.27918288111686707, -5.0, 0.012908999808132648, 0.30195799469947815, -0.27221301198005676, -0.2746051847934723, -0.6632344126701355, -0.3905193507671356, -0.6593409180641174, -0.8576548099517822, -2.0417211055755615, -2.15368390083313, -1.2970938682556152, 0.7733554244041443, -1.4529516696929932, 0.8819672465324402, 37.0, -0.24061399698257446, 0.34617099165916443, -0.2542699873447418, -0.33946868777275085, 0.5822051167488098, -0.1015324741601944, 0.26423022150993347], "max": [1.0848268270492554, 2.0324184894561768, 0.3747222125530243, 0.21404717862606049, -1.6426689624786377, -0.6823539733886719, 1.1566821336746216, 892.0, 0.22400900721549988, 0.4132919907569885, -0.16689899563789368, 0.4419962167739868, 0.909963071346283, 0.43526482582092285, 0.6859419941902161, -0.2843141555786133, -1.9800411462783813, -1.8017557859420776, -0.22371631860733032, 2.4292714595794678, -1.0126575231552124, 2.399827718734741, 902.0, -0.07178399711847305, 0.4159039855003357, -0.11208099871873856, -0.03189702332019806, 0.9490327835083008, 0.45178651809692383, 0.6366668939590454], "mean": [0.8095037937164307, 2.0216259956359863, 0.09085734188556671, -0.10481874644756317, -2.4883646965026855, -1.1410280466079712, 0.9152300357818604, 621.4319458007812, 0.1379317194223404, 0.3885622024536133, -0.2209509015083313, -0.0899590402841568, 0.6335455179214478, -0.18672378361225128, -0.4027900993824005, -0.5792142152786255, -2.0229640007019043, -2.0493035316467285, -0.573053777217865, 1.6553714275360107, -1.154079556465149, 1.7867015600204468, 565.1165161132812, -0.16932371258735657, 0.38512441515922546, -0.19998444616794586, -0.1516626626253128, 0.7618837952613831, 0.2977127134799957, 0.48826178908348083], "std": [0.15650653839111328, 0.005736024118959904, 0.2581992745399475, 0.14115697145462036, 0.27380359172821045, 0.18482381105422974, 0.19307371973991394, 304.212646484375, 0.06087626516819, 0.023123007267713547, 0.021809685975313187, 0.1733524352312088, 0.4252181947231293, 0.22463358938694, 0.36345478892326355, 0.14596956968307495, 0.012190264649689198, 0.08236697316169739, 0.3034401834011078, 0.5222501754760742, 0.10859375447034836, 0.3988158106803894, 244.55288696289062, 0.04345611110329628, 0.01842823252081871, 0.02517138421535492, 0.07297145575284958, 0.1216881051659584, 0.17990542948246002, 0.1303878128528595], "count": [970]}, "actions": {"min": [0.5274384617805481, 2.012399673461914, -0.3597297966480255, -0.36356955766677856, -2.840662956237793, -1.5225380659103394, 0.27918288111686707, -5.0, 0.012908999808132648, 0.30195799469947815, -0.27221301198005676, -0.2746051847934723, -0.6632344126701355, -0.3905193507671356, -0.6593409180641174, -0.8576548099517822, -2.0417211055755615, -2.15368390083313, -1.2970938682556152, 0.7733554244041443, -1.4529516696929932, 0.8819672465324402, 37.0, -0.24061399698257446, 0.34617099165916443, -0.2542699873447418, -0.33946868777275085, 0.5822051167488098, -0.1015324741601944, 0.26423022150993347], "max": [1.0848268270492554, 2.0324184894561768, 0.3747222125530243, 0.21404717862606049, -1.6426689624786377, -0.6823539733886719, 1.1566821336746216, 892.0, 0.22400900721549988, 0.4132919907569885, -0.16689899563789368, 0.4419962167739868, 0.909963071346283, 0.43526482582092285, 0.6859419941902161, -0.2843141555786133, -1.9800411462783813, -1.8017557859420776, -0.22371631860733032, 2.4292714595794678, -1.0126575231552124, 2.399827718734741, 902.0, -0.07178399711847305, 0.4159039855003357, -0.11208099871873856, -0.03189702332019806, 0.9490327835083008, 0.45178651809692383, 0.6366668939590454], "mean": [0.8095037937164307, 2.0216259956359863, 0.09085734188556671, -0.10481874644756317, -2.4883646965026855, -1.1410280466079712, 0.9152300357818604, 621.4319458007812, 0.1379317194223404, 0.3885622024536133, -0.2209509015083313, -0.0899590402841568, 0.6335455179214478, -0.18672378361225128, -0.4027900993824005, -0.5792142152786255, -2.0229640007019043, -2.0493035316467285, -0.573053777217865, 1.6553714275360107, -1.154079556465149, 1.7867015600204468, 565.1165161132812, -0.16932371258735657, 0.38512441515922546, -0.19998444616794586, -0.1516626626253128, 0.7618837952613831, 0.2977127134799957, 0.48826178908348083], "std": [0.15650653839111328, 0.005736024118959904, 0.2581992745399475, 0.14115697145462036, 0.27380359172821045, 0.18482381105422974, 0.19307371973991394, 304.212646484375, 0.06087626516819, 0.023123007267713547, 0.021809685975313187, 0.1733524352312088, 0.4252181947231293, 0.22463358938694, 0.36345478892326355, 0.14596956968307495, 0.012190264649689198, 0.08236697316169739, 0.3034401834011078, 0.5222501754760742, 0.10859375447034836, 0.3988158106803894, 244.55288696289062, 0.04345611110329628, 0.01842823252081871, 0.02517138421535492, 0.07297145575284958, 0.1216881051659584, 0.17990542948246002, 0.1303878128528595], "count": [970]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010309278350515464], "std": [0.03209151013664614], "count": [970]}, "timestamp": {"min": [0.0], "max": [38.76], "mean": [19.38], "std": [11.200589270212527], "count": [970]}, "frame_index": {"min": [0], "max": [969], "mean": [484.5], "std": [280.01473175531316], "count": [970]}, "episode_index": {"min": [319], "max": [319], "mean": [319.0], "std": [0.0], "count": [970]}, "index": {"min": [383187], "max": [384156], "mean": [383671.5], "std": [280.01473175531316], "count": [970]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [970]}}} +{"episode_index": 320, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4649971324956475]], [[0.471931942482233]], [[0.4665922310700117]]], "std": [[[0.14681923717147766]], [[0.14468379277367535]], [[0.14562216794963675]]], "count": [229]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46055848192624943]], [[0.4672576561920256]], [[0.4610360467149014]]], "std": [[[0.0978861437199616]], [[0.09579437544017007]], [[0.09874111190641129]]], "count": [229]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4731764723720638]], [[0.47524164276336445]], [[0.4712321242543597]]], "std": [[[0.10168261296832189]], [[0.09942983283060185]], [[0.10085663977309108]]], "count": [229]}, "states": {"min": [0.4435754418373108, 1.9710701704025269, -0.9369625449180603, -0.5349434614181519, -2.296259880065918, -1.5279484987258911, 0.32471850514411926, 86.0, 0.11351700127124786, 0.3101330101490021, -0.26281601190567017, -0.39570626616477966, -0.6332449913024902, -0.4800434112548828, -0.634592592716217, -0.95952969789505, -2.057307004928589, 0.51253342628479, -0.1803274154663086, 0.18802432715892792, 0.969914436340332, -2.103872299194336, 69.0, -0.30093300342559814, 0.29485300183296204, -0.27709200978279114, -0.45012491941452026, 0.4591081440448761, -0.030603580176830292, 0.24723412096500397], "max": [0.7692190408706665, 2.0317554473876953, -0.21465803682804108, 0.09663888812065125, -1.0766936540603638, -0.9831963181495667, 1.1597713232040405, 881.0, 0.24903899431228638, 0.419497013092041, -0.18535399436950684, 0.44459471106529236, 0.8677101135253906, 0.4649880826473236, 0.6367461085319519, -0.3000221252441406, -1.9723618030548096, 1.7564644813537598, 1.269273281097412, 2.6369309425354004, 1.5778299570083618, -0.21479767560958862, 877.0, -0.005665999837219715, 0.4119449853897095, -0.1425980031490326, 0.035029128193855286, 0.9529992938041687, 0.5423934459686279, 0.6965905427932739], "mean": [0.6346710920333862, 2.019134521484375, -0.5951921939849854, -0.16152644157409668, -1.5963678359985352, -1.1828701496124268, 0.8401051759719849, 723.1005249023438, 0.17833375930786133, 0.3760288953781128, -0.22366981208324432, -0.17027300596237183, 0.6249321103096008, -0.29145878553390503, -0.49570491909980774, -0.6051153540611267, -2.038278818130493, 0.9998980164527893, 0.5202016830444336, 1.7495290040969849, 1.2588777542114258, -1.2193117141723633, 518.3521118164062, -0.1711256206035614, 0.36013805866241455, -0.20768006145954132, -0.17215819656848907, 0.7794747948646545, 0.24536572396755219, 0.46175307035446167], "std": [0.06829797476530075, 0.007266542408615351, 0.2557677924633026, 0.16402801871299744, 0.31627607345581055, 0.1362621784210205, 0.30946052074432373, 267.3840026855469, 0.035981185734272, 0.02970854751765728, 0.020522693172097206, 0.19288131594657898, 0.3103099465370178, 0.20193170011043549, 0.27481508255004883, 0.18425214290618896, 0.011511091142892838, 0.43623480200767517, 0.30728018283843994, 0.5967952609062195, 0.12470123916864395, 0.5170965194702148, 235.4735565185547, 0.09028100222349167, 0.02716383896768093, 0.030902717262506485, 0.1326017528772354, 0.15234200656414032, 0.18124563992023468, 0.1253814995288849], "count": [1403]}, "actions": {"min": [0.4435754418373108, 1.9710701704025269, -0.9369625449180603, -0.5349434614181519, -2.296259880065918, -1.5279484987258911, 0.32471850514411926, 86.0, 0.11351700127124786, 0.3101330101490021, -0.26281601190567017, -0.39570626616477966, -0.6332449913024902, -0.4800434112548828, -0.634592592716217, -0.95952969789505, -2.057307004928589, 0.51253342628479, -0.1803274154663086, 0.18802432715892792, 0.969914436340332, -2.103872299194336, 69.0, -0.30093300342559814, 0.29485300183296204, -0.27709200978279114, -0.45012491941452026, 0.4591081440448761, -0.030603580176830292, 0.24723412096500397], "max": [0.7692190408706665, 2.0317554473876953, -0.21465803682804108, 0.09663888812065125, -1.0766936540603638, -0.9831963181495667, 1.1597713232040405, 881.0, 0.24903899431228638, 0.419497013092041, -0.18535399436950684, 0.44459471106529236, 0.8677101135253906, 0.4649880826473236, 0.6367461085319519, -0.3000221252441406, -1.9723618030548096, 1.7564644813537598, 1.269273281097412, 2.6369309425354004, 1.5778299570083618, -0.21479767560958862, 877.0, -0.005665999837219715, 0.4119449853897095, -0.1425980031490326, 0.035029128193855286, 0.9529992938041687, 0.5423934459686279, 0.6965905427932739], "mean": [0.6346710920333862, 2.019134521484375, -0.5951921939849854, -0.16152644157409668, -1.5963678359985352, -1.1828701496124268, 0.8401051759719849, 723.1005249023438, 0.17833375930786133, 0.3760288953781128, -0.22366981208324432, -0.17027300596237183, 0.6249321103096008, -0.29145878553390503, -0.49570491909980774, -0.6051153540611267, -2.038278818130493, 0.9998980164527893, 0.5202016830444336, 1.7495290040969849, 1.2588777542114258, -1.2193117141723633, 518.3521118164062, -0.1711256206035614, 0.36013805866241455, -0.20768006145954132, -0.17215819656848907, 0.7794747948646545, 0.24536572396755219, 0.46175307035446167], "std": [0.06829797476530075, 0.007266542408615351, 0.2557677924633026, 0.16402801871299744, 0.31627607345581055, 0.1362621784210205, 0.30946052074432373, 267.3840026855469, 0.035981185734272, 0.02970854751765728, 0.020522693172097206, 0.19288131594657898, 0.3103099465370178, 0.20193170011043549, 0.27481508255004883, 0.18425214290618896, 0.011511091142892838, 0.43623480200767517, 0.30728018283843994, 0.5967952609062195, 0.12470123916864395, 0.5170965194702148, 235.4735565185547, 0.09028100222349167, 0.02716383896768093, 0.030902717262506485, 0.1326017528772354, 0.15234200656414032, 0.18124563992023468, 0.1253814995288849], "count": [1403]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007127583749109052], "std": [0.026688018855094874], "count": [1403]}, "timestamp": {"min": [0.0], "max": [56.08], "mean": [28.040000000000003], "std": [16.20044443834798], "count": [1403]}, "frame_index": {"min": [0], "max": [1402], "mean": [701.0], "std": [405.0111109586995], "count": [1403]}, "episode_index": {"min": [320], "max": [320], "mean": [320.0], "std": [0.0], "count": [1403]}, "index": {"min": [384157], "max": [385559], "mean": [384858.0], "std": [405.0111109586995], "count": [1403]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1403]}}} +{"episode_index": 321, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4705052799376455]], [[0.4759149822045677]], [[0.4691798042971978]]], "std": [[[0.13602123984307005]], [[0.13447171247769218]], [[0.13598554285590633]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.7294117647058823]], [[0.7215686274509804]]], "mean": [[[0.4703750058692059]], [[0.4727447904928255]], [[0.46770463103823906]]], "std": [[[0.07213622136803513]], [[0.06837276545105428]], [[0.07221352825109857]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469319990280595]], [[0.47049685175794453]], [[0.4663867348903163]]], "std": [[[0.10822941040891425]], [[0.10667549647569731]], [[0.10976668600233469]]], "count": [174]}, "states": {"min": [0.3384717106819153, 1.9477176666259766, -1.584776520729065, -0.965638279914856, -2.165447473526001, -1.5883368253707886, 0.3603581190109253, -5.0, 0.05122099816799164, 0.31100499629974365, -0.2883850038051605, -0.44706791639328003, -0.6399290561676025, -0.4958939850330353, -0.6497506499290466, -0.9829695224761963, -2.0524375438690186, -1.876263976097107, -1.4062466621398926, 1.6553574800491333, -1.4011328220367432, -0.5219582319259644, 53.0, -0.25689300894737244, 0.3154039978981018, -0.29287099838256836, -0.4988534152507782, -0.44638732075691223, -0.6128929257392883, -0.5389164686203003], "max": [0.8181056380271912, 2.056224822998047, -0.3764326274394989, -0.08306021988391876, -0.29742157459259033, -0.8398001194000244, 1.4177659749984741, 899.0, 0.31220099329948425, 0.39170199632644653, -0.16348199546337128, 0.4894183278083801, 0.9204540848731995, 0.5198560357093811, 0.6572239398956299, -0.158982053399086, -1.8874340057373047, -0.5045921206474304, -0.24811600148677826, 2.8732659816741943, 1.1792666912078857, 1.0508453845977783, 906.0, -0.0004939999780617654, 0.4482710063457489, -0.1088619977235794, 0.5569974184036255, 0.9830248355865479, 0.6541768908500671, 0.6269024610519409], "mean": [0.52129065990448, 2.026067018508911, -1.282107949256897, -0.2983451783657074, -0.9749407172203064, -1.1708935499191284, 0.6757041215896606, 484.1077880859375, 0.18812230229377747, 0.35429635643959045, -0.22502081096172333, 0.06881967931985855, 0.28855159878730774, 0.05395369604229927, -0.06273247301578522, -0.48023661971092224, -2.029388427734375, -1.1168041229248047, -0.6334567666053772, 2.3735153675079346, 0.3179132044315338, 0.09199686348438263, 544.2587280273438, -0.16784724593162537, 0.3662894070148468, -0.21493294835090637, -0.17279934883117676, 0.5004436373710632, 0.2967117726802826, 0.30586597323417664], "std": [0.12139800190925598, 0.022379189729690552, 0.22181962430477142, 0.23857274651527405, 0.614059567451477, 0.1316761076450348, 0.3170798420906067, 261.7293701171875, 0.07094639539718628, 0.021022053435444832, 0.03345399722456932, 0.32653185725212097, 0.6568831205368042, 0.2972770035266876, 0.5278858542442322, 0.2441573143005371, 0.020547175779938698, 0.39548584818840027, 0.2876226305961609, 0.30298933386802673, 0.9586055874824524, 0.417240172624588, 280.6036376953125, 0.07043752074241638, 0.039138492196798325, 0.04877480864524841, 0.3177165687084198, 0.4049656391143799, 0.38476476073265076, 0.35372215509414673], "count": [974]}, "actions": {"min": [0.3384717106819153, 1.9477176666259766, -1.584776520729065, -0.965638279914856, -2.165447473526001, -1.5883368253707886, 0.3603581190109253, -5.0, 0.05122099816799164, 0.31100499629974365, -0.2883850038051605, -0.44706791639328003, -0.6399290561676025, -0.4958939850330353, -0.6497506499290466, -0.9829695224761963, -2.0524375438690186, -1.876263976097107, -1.4062466621398926, 1.6553574800491333, -1.4011328220367432, -0.5219582319259644, 53.0, -0.25689300894737244, 0.3154039978981018, -0.29287099838256836, -0.4988534152507782, -0.44638732075691223, -0.6128929257392883, -0.5389164686203003], "max": [0.8181056380271912, 2.056224822998047, -0.3764326274394989, -0.08306021988391876, -0.29742157459259033, -0.8398001194000244, 1.4177659749984741, 899.0, 0.31220099329948425, 0.39170199632644653, -0.16348199546337128, 0.4894183278083801, 0.9204540848731995, 0.5198560357093811, 0.6572239398956299, -0.158982053399086, -1.8874340057373047, -0.5045921206474304, -0.24811600148677826, 2.8732659816741943, 1.1792666912078857, 1.0508453845977783, 906.0, -0.0004939999780617654, 0.4482710063457489, -0.1088619977235794, 0.5569974184036255, 0.9830248355865479, 0.6541768908500671, 0.6269024610519409], "mean": [0.52129065990448, 2.026067018508911, -1.282107949256897, -0.2983451783657074, -0.9749407172203064, -1.1708935499191284, 0.6757041215896606, 484.1077880859375, 0.18812230229377747, 0.35429635643959045, -0.22502081096172333, 0.06881967931985855, 0.28855159878730774, 0.05395369604229927, -0.06273247301578522, -0.48023661971092224, -2.029388427734375, -1.1168041229248047, -0.6334567666053772, 2.3735153675079346, 0.3179132044315338, 0.09199686348438263, 544.2587280273438, -0.16784724593162537, 0.3662894070148468, -0.21493294835090637, -0.17279934883117676, 0.5004436373710632, 0.2967117726802826, 0.30586597323417664], "std": [0.12139800190925598, 0.022379189729690552, 0.22181962430477142, 0.23857274651527405, 0.614059567451477, 0.1316761076450348, 0.3170798420906067, 261.7293701171875, 0.07094639539718628, 0.021022053435444832, 0.03345399722456932, 0.32653185725212097, 0.6568831205368042, 0.2972770035266876, 0.5278858542442322, 0.2441573143005371, 0.020547175779938698, 0.39548584818840027, 0.2876226305961609, 0.30298933386802673, 0.9586055874824524, 0.417240172624588, 280.6036376953125, 0.07043752074241638, 0.039138492196798325, 0.04877480864524841, 0.3177165687084198, 0.4049656391143799, 0.38476476073265076, 0.35372215509414673], "count": [974]}, "next.done": {"min": [false], "max": [true], "mean": [0.001026694045174538], "std": [0.032025613881893684], "count": [974]}, "timestamp": {"min": [0.0], "max": [38.92], "mean": [19.46], "std": [11.246777316191514], "count": [974]}, "frame_index": {"min": [0], "max": [973], "mean": [486.5], "std": [281.16943290478787], "count": [974]}, "episode_index": {"min": [321], "max": [321], "mean": [321.0], "std": [0.0], "count": [974]}, "index": {"min": [385560], "max": [386533], "mean": [386046.5], "std": [281.16943290478787], "count": [974]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [974]}}} +{"episode_index": 322, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.47130872844827587]], [[0.4765862961084817]], [[0.47291599875103296]]], "std": [[[0.13153640252248885]], [[0.13103039843020056]], [[0.13213501359652138]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719648352396514]], [[0.47470324473180076]], [[0.4670337796277515]]], "std": [[[0.0933621884423555]], [[0.09247771382062706]], [[0.0980478600761941]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[1.0]], [[0.9254901960784314]]], "mean": [[[0.47919522857035535]], [[0.48275997882390503]], [[0.47805860049958676]]], "std": [[[0.09649999897828468]], [[0.09627326187823881]], [[0.10108793262203822]]], "count": [174]}, "states": {"min": [0.5559397339820862, 1.8675023317337036, -1.6106421947479248, -0.6243391633033752, 1.0922271013259888, 0.9232093691825867, -2.9669203758239746, -6.0, 0.0350940003991127, 0.3451319932937622, -0.23087100684642792, -0.4991728365421295, -0.5946751236915588, -0.4918823540210724, -0.6063438653945923, -1.1293327808380127, -2.0540082454681396, -2.432936668395996, -1.258312702178955, 0.7224965691566467, -1.8118088245391846, 0.7694109678268433, 6.0, -0.22268599271774292, 0.31411299109458923, -0.250216007232666, -0.3949688971042633, 0.4861796200275421, 0.011251450516283512, 0.04971154406666756], "max": [0.8729788064956665, 2.0356998443603516, -0.51253342628479, -0.010873401537537575, 2.5927040576934814, 1.394326090812683, -1.4891847372055054, 893.0, 0.25715699791908264, 0.4431309998035431, -0.1511790007352829, 0.5012574195861816, 0.9328406453132629, 0.540210485458374, 0.6037899851799011, -0.4217413663864136, -2.0042314529418945, -1.4639298915863037, 0.07162831723690033, 2.6352901458740234, -0.9512568116188049, 2.644697427749634, 894.0, 0.010631999932229519, 0.42043599486351013, -0.07784800231456757, 0.12498720735311508, 0.9942432641983032, 0.5663384199142456, 0.7445046305656433], "mean": [0.7093777060508728, 1.9896405935287476, -1.133174180984497, -0.3956816494464874, 1.6370371580123901, 1.1336454153060913, -1.975484013557434, 604.2730102539062, 0.15442730486392975, 0.3973531126976013, -0.19667038321495056, -0.14310616254806519, 0.7462823390960693, -0.21875764429569244, -0.45093294978141785, -0.7123494148254395, -2.0393190383911133, -2.0532023906707764, -0.5654990673065186, 1.8240653276443481, -1.3479065895080566, 1.5892971754074097, 617.1022338867188, -0.1416117250919342, 0.3718257248401642, -0.18458230793476105, -0.08623170107603073, 0.7797032594680786, 0.2810162305831909, 0.41794630885124207], "std": [0.09598904103040695, 0.03850647434592247, 0.22557075321674347, 0.20546184480190277, 0.5536944270133972, 0.13192272186279297, 0.4269131124019623, 285.4226989746094, 0.06591387838125229, 0.02857474982738495, 0.02622007019817829, 0.17788948118686676, 0.25004082918167114, 0.20916497707366943, 0.18295687437057495, 0.21553492546081543, 0.006313675083220005, 0.3105405569076538, 0.31632503867149353, 0.6546228528022766, 0.22032351791858673, 0.5585387945175171, 315.6226501464844, 0.07305359095335007, 0.025398705154657364, 0.042713712900877, 0.14162753522396088, 0.18636590242385864, 0.16242234408855438, 0.22317089140415192], "count": [978]}, "actions": {"min": [0.5559397339820862, 1.8675023317337036, -1.6106421947479248, -0.6243391633033752, 1.0922271013259888, 0.9232093691825867, -2.9669203758239746, -6.0, 0.0350940003991127, 0.3451319932937622, -0.23087100684642792, -0.4991728365421295, -0.5946751236915588, -0.4918823540210724, -0.6063438653945923, -1.1293327808380127, -2.0540082454681396, -2.432936668395996, -1.258312702178955, 0.7224965691566467, -1.8118088245391846, 0.7694109678268433, 6.0, -0.22268599271774292, 0.31411299109458923, -0.250216007232666, -0.3949688971042633, 0.4861796200275421, 0.011251450516283512, 0.04971154406666756], "max": [0.8729788064956665, 2.0356998443603516, -0.51253342628479, -0.010873401537537575, 2.5927040576934814, 1.394326090812683, -1.4891847372055054, 893.0, 0.25715699791908264, 0.4431309998035431, -0.1511790007352829, 0.5012574195861816, 0.9328406453132629, 0.540210485458374, 0.6037899851799011, -0.4217413663864136, -2.0042314529418945, -1.4639298915863037, 0.07162831723690033, 2.6352901458740234, -0.9512568116188049, 2.644697427749634, 894.0, 0.010631999932229519, 0.42043599486351013, -0.07784800231456757, 0.12498720735311508, 0.9942432641983032, 0.5663384199142456, 0.7445046305656433], "mean": [0.7093777060508728, 1.9896405935287476, -1.133174180984497, -0.3956816494464874, 1.6370371580123901, 1.1336454153060913, -1.975484013557434, 604.2730102539062, 0.15442730486392975, 0.3973531126976013, -0.19667038321495056, -0.14310616254806519, 0.7462823390960693, -0.21875764429569244, -0.45093294978141785, -0.7123494148254395, -2.0393190383911133, -2.0532023906707764, -0.5654990673065186, 1.8240653276443481, -1.3479065895080566, 1.5892971754074097, 617.1022338867188, -0.1416117250919342, 0.3718257248401642, -0.18458230793476105, -0.08623170107603073, 0.7797032594680786, 0.2810162305831909, 0.41794630885124207], "std": [0.09598904103040695, 0.03850647434592247, 0.22557075321674347, 0.20546184480190277, 0.5536944270133972, 0.13192272186279297, 0.4269131124019623, 285.4226989746094, 0.06591387838125229, 0.02857474982738495, 0.02622007019817829, 0.17788948118686676, 0.25004082918167114, 0.20916497707366943, 0.18295687437057495, 0.21553492546081543, 0.006313675083220005, 0.3105405569076538, 0.31632503867149353, 0.6546228528022766, 0.22032351791858673, 0.5585387945175171, 315.6226501464844, 0.07305359095335007, 0.025398705154657364, 0.042713712900877, 0.14162753522396088, 0.18636590242385864, 0.16242234408855438, 0.22317089140415192], "count": [978]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010224948875255625], "std": [0.03196012189793003], "count": [978]}, "timestamp": {"min": [0.0], "max": [39.08], "mean": [19.54], "std": [11.292965361970552], "count": [978]}, "frame_index": {"min": [0], "max": [977], "mean": [488.5], "std": [282.3241340492638], "count": [978]}, "episode_index": {"min": [322], "max": [322], "mean": [322.0], "std": [0.0], "count": [978]}, "index": {"min": [386534], "max": [387511], "mean": [387022.5], "std": [282.3241340492638], "count": [978]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [978]}}} +{"episode_index": 323, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.46419799204403983]], [[0.4746401569308279]], [[0.471247783662076]]], "std": [[[0.1507206103856614]], [[0.1490390534094093]], [[0.1509412488774273]]], "count": [168]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4697857349537037]], [[0.4770281631749922]], [[0.4705448933045441]]], "std": [[[0.08687204072326088]], [[0.08250437139122473]], [[0.08598824738040999]]], "count": [168]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.4689789393187831]], [[0.46960707842164645]], [[0.4663131540810769]]], "std": [[[0.11073201899338601]], [[0.10716096868721428]], [[0.10987001588202142]]], "count": [168]}, "states": {"min": [0.4617966413497925, 1.943947672843933, -0.7946833372116089, -0.4289146959781647, -2.322509765625, -1.477892518043518, 0.042865291237831116, -5.0, 0.08860000222921371, 0.29719701409339905, -0.2708660066127777, -0.47032061219215393, -0.5888541340827942, -0.45134323835372925, -0.595604419708252, -0.9971590042114258, -2.0511109828948975, 0.14929546415805817, -0.23048818111419678, 0.7733379006385803, 1.208361268043518, -1.9087270498275757, 19.0, -0.26810699701309204, 0.34846600890159607, -0.23314300179481506, -0.4415275752544403, 0.4283689856529236, -0.03256030008196831, 0.21118585765361786], "max": [0.8744274377822876, 2.0440423488616943, -0.4363323152065277, 0.182578906416893, -0.7693586349487305, -0.9309238195419312, 1.2103683948516846, 882.0, 0.2269439995288849, 0.43627798557281494, -0.18943600356578827, 0.4652114808559418, 0.8929494023323059, 0.4539283215999603, 0.5895774364471436, -0.5602158308029175, -1.77903151512146, 1.521420955657959, 1.144901156425476, 2.8061232566833496, 1.6219868659973145, -0.15025541186332703, 904.0, -0.021756000816822052, 0.40065300464630127, -0.07562600076198578, 0.07872497290372849, 0.9702832102775574, 0.50596684217453, 0.709251880645752], "mean": [0.726130485534668, 2.0201573371887207, -0.5852281451225281, -0.1106254830956459, -1.6354609727859497, -1.1507127285003662, 0.7410197257995605, 489.9860534667969, 0.1620643138885498, 0.38898956775665283, -0.22089098393917084, -0.20077893137931824, 0.6888235211372375, -0.2674325108528137, -0.4833349883556366, -0.7366201877593994, -2.0249290466308594, 0.9208676815032959, 0.44444385170936584, 1.823654294013977, 1.369825839996338, -1.3812763690948486, 567.8016967773438, -0.1471930295228958, 0.3761325180530548, -0.18565230071544647, -0.08145850896835327, 0.7627002596855164, 0.2713710069656372, 0.474881649017334], "std": [0.08804871886968613, 0.014738291501998901, 0.12585575878620148, 0.19589167833328247, 0.5123071074485779, 0.1508396863937378, 0.4654066264629364, 229.8876190185547, 0.03580793738365173, 0.03851361200213432, 0.018021345138549805, 0.212707981467247, 0.25059089064598083, 0.17952300608158112, 0.19952113926410675, 0.15809208154678345, 0.04179145023226738, 0.3394070565700531, 0.3502230644226074, 0.6927009224891663, 0.12594154477119446, 0.4581061899662018, 275.8916931152344, 0.0738559141755104, 0.011324731633067131, 0.032017748802900314, 0.13877570629119873, 0.18180790543556213, 0.17618870735168457, 0.1707124263048172], "count": [933]}, "actions": {"min": [0.4617966413497925, 1.943947672843933, -0.7946833372116089, -0.4289146959781647, -2.322509765625, -1.477892518043518, 0.042865291237831116, -5.0, 0.08860000222921371, 0.29719701409339905, -0.2708660066127777, -0.47032061219215393, -0.5888541340827942, -0.45134323835372925, -0.595604419708252, -0.9971590042114258, -2.0511109828948975, 0.14929546415805817, -0.23048818111419678, 0.7733379006385803, 1.208361268043518, -1.9087270498275757, 19.0, -0.26810699701309204, 0.34846600890159607, -0.23314300179481506, -0.4415275752544403, 0.4283689856529236, -0.03256030008196831, 0.21118585765361786], "max": [0.8744274377822876, 2.0440423488616943, -0.4363323152065277, 0.182578906416893, -0.7693586349487305, -0.9309238195419312, 1.2103683948516846, 882.0, 0.2269439995288849, 0.43627798557281494, -0.18943600356578827, 0.4652114808559418, 0.8929494023323059, 0.4539283215999603, 0.5895774364471436, -0.5602158308029175, -1.77903151512146, 1.521420955657959, 1.144901156425476, 2.8061232566833496, 1.6219868659973145, -0.15025541186332703, 904.0, -0.021756000816822052, 0.40065300464630127, -0.07562600076198578, 0.07872497290372849, 0.9702832102775574, 0.50596684217453, 0.709251880645752], "mean": [0.726130485534668, 2.0201573371887207, -0.5852281451225281, -0.1106254830956459, -1.6354609727859497, -1.1507127285003662, 0.7410197257995605, 489.9860534667969, 0.1620643138885498, 0.38898956775665283, -0.22089098393917084, -0.20077893137931824, 0.6888235211372375, -0.2674325108528137, -0.4833349883556366, -0.7366201877593994, -2.0249290466308594, 0.9208676815032959, 0.44444385170936584, 1.823654294013977, 1.369825839996338, -1.3812763690948486, 567.8016967773438, -0.1471930295228958, 0.3761325180530548, -0.18565230071544647, -0.08145850896835327, 0.7627002596855164, 0.2713710069656372, 0.474881649017334], "std": [0.08804871886968613, 0.014738291501998901, 0.12585575878620148, 0.19589167833328247, 0.5123071074485779, 0.1508396863937378, 0.4654066264629364, 229.8876190185547, 0.03580793738365173, 0.03851361200213432, 0.018021345138549805, 0.212707981467247, 0.25059089064598083, 0.17952300608158112, 0.19952113926410675, 0.15809208154678345, 0.04179145023226738, 0.3394070565700531, 0.3502230644226074, 0.6927009224891663, 0.12594154477119446, 0.4581061899662018, 275.8916931152344, 0.0738559141755104, 0.011324731633067131, 0.032017748802900314, 0.13877570629119873, 0.18180790543556213, 0.17618870735168457, 0.1707124263048172], "count": [933]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010718113612004287], "std": [0.032720980755570735], "count": [933]}, "timestamp": {"min": [0.0], "max": [37.28], "mean": [18.64], "std": [10.77334983497086], "count": [933]}, "frame_index": {"min": [0], "max": [932], "mean": [466.0], "std": [269.33374587427153], "count": [933]}, "episode_index": {"min": [323], "max": [323], "mean": [323.0], "std": [0.0], "count": [933]}, "index": {"min": [387512], "max": [388444], "mean": [387978.0], "std": [269.33374587427153], "count": [933]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [933]}}} +{"episode_index": 324, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4707298996265173]], [[0.4759654761904762]], [[0.4710644561157797]]], "std": [[[0.14634833050881085]], [[0.1450469041799178]], [[0.14631498888610528]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7529411764705882]], [[0.7294117647058823]], [[0.7176470588235294]]], "mean": [[[0.47324511204481795]], [[0.4759950198412698]], [[0.47227765406162464]]], "std": [[[0.08006882082706354]], [[0.07709377806623856]], [[0.08046312702249253]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.46980176587301586]], [[0.46955442577030815]], [[0.4663395868347339]]], "std": [[[0.109829081734296]], [[0.10714842459437304]], [[0.10867780155063701]]], "count": [175]}, "states": {"min": [0.41545820236206055, 1.8710628747940063, -1.8197675943374634, -0.6579891443252563, -1.669075846672058, -1.3638875484466553, 0.39877280592918396, 0.0, 0.0331760011613369, 0.3024140000343323, -0.27852800488471985, -0.4111434519290924, -0.6361337900161743, -0.45661988854408264, -0.6368072032928467, -0.8775341510772705, -2.060169219970703, 0.7960098385810852, -0.1687384396791458, 0.23291420936584473, 1.0162354707717896, -1.8857759237289429, 7.0, -0.2590700089931488, 0.31753599643707275, -0.28831198811531067, -0.4401974380016327, 0.4605271518230438, -0.09048464894294739, 0.14104904234409332], "max": [0.8849866986274719, 2.0478298664093018, -1.1073590517044067, -0.05511750280857086, -0.28682741522789, -0.8220850825309753, 1.4573150873184204, 891.0, 0.21982599794864655, 0.43347299098968506, -0.16112299263477325, 0.40800321102142334, 0.9309955835342407, 0.4922823905944824, 0.658169150352478, -0.2128778100013733, -1.8524924516677856, 1.4742448329925537, 1.4489026069641113, 2.791375160217285, 1.6196831464767456, -0.39503782987594604, 908.0, -0.06926500052213669, 0.4047499895095825, -0.11557400226593018, -0.03314273804426193, 0.9722222685813904, 0.5519750714302063, 0.6655377745628357], "mean": [0.6330419182777405, 2.019798994064331, -1.3353919982910156, -0.3356632888317108, -1.2051753997802734, -1.0201952457427979, 1.1368505954742432, 537.148681640625, 0.14022710919380188, 0.38389885425567627, -0.2205681949853897, -0.06126321107149124, 0.5832400918006897, -0.2081720232963562, -0.3750912845134735, -0.5570016503334045, -2.038442373275757, 1.073481559753418, 0.3432410657405853, 1.2551244497299194, 1.2498708963394165, -0.9548666477203369, 591.9735107421875, -0.19635680317878723, 0.3583001494407654, -0.21811360120773315, -0.254386305809021, 0.6808801293373108, 0.3447800874710083, 0.4797447621822357], "std": [0.11836529523134232, 0.03234988451004028, 0.218799889087677, 0.13481353223323822, 0.32660242915153503, 0.12864728271961212, 0.31651589274406433, 249.9208984375, 0.05715809017419815, 0.03052767924964428, 0.02498527616262436, 0.18354836106300354, 0.46846121549606323, 0.2569611668586731, 0.39099013805389404, 0.14091674983501434, 0.02884146384894848, 0.19437959790229797, 0.4874332547187805, 0.8221427798271179, 0.1661956012248993, 0.5637419819831848, 305.8682861328125, 0.057708706706762314, 0.021178578957915306, 0.045854952186346054, 0.13933837413787842, 0.1910628229379654, 0.20361115038394928, 0.15900853276252747], "count": [982]}, "actions": {"min": [0.41545820236206055, 1.8710628747940063, -1.8197675943374634, -0.6579891443252563, -1.669075846672058, -1.3638875484466553, 0.39877280592918396, 0.0, 0.0331760011613369, 0.3024140000343323, -0.27852800488471985, -0.4111434519290924, -0.6361337900161743, -0.45661988854408264, -0.6368072032928467, -0.8775341510772705, -2.060169219970703, 0.7960098385810852, -0.1687384396791458, 0.23291420936584473, 1.0162354707717896, -1.8857759237289429, 7.0, -0.2590700089931488, 0.31753599643707275, -0.28831198811531067, -0.4401974380016327, 0.4605271518230438, -0.09048464894294739, 0.14104904234409332], "max": [0.8849866986274719, 2.0478298664093018, -1.1073590517044067, -0.05511750280857086, -0.28682741522789, -0.8220850825309753, 1.4573150873184204, 891.0, 0.21982599794864655, 0.43347299098968506, -0.16112299263477325, 0.40800321102142334, 0.9309955835342407, 0.4922823905944824, 0.658169150352478, -0.2128778100013733, -1.8524924516677856, 1.4742448329925537, 1.4489026069641113, 2.791375160217285, 1.6196831464767456, -0.39503782987594604, 908.0, -0.06926500052213669, 0.4047499895095825, -0.11557400226593018, -0.03314273804426193, 0.9722222685813904, 0.5519750714302063, 0.6655377745628357], "mean": [0.6330419182777405, 2.019798994064331, -1.3353919982910156, -0.3356632888317108, -1.2051753997802734, -1.0201952457427979, 1.1368505954742432, 537.148681640625, 0.14022710919380188, 0.38389885425567627, -0.2205681949853897, -0.06126321107149124, 0.5832400918006897, -0.2081720232963562, -0.3750912845134735, -0.5570016503334045, -2.038442373275757, 1.073481559753418, 0.3432410657405853, 1.2551244497299194, 1.2498708963394165, -0.9548666477203369, 591.9735107421875, -0.19635680317878723, 0.3583001494407654, -0.21811360120773315, -0.254386305809021, 0.6808801293373108, 0.3447800874710083, 0.4797447621822357], "std": [0.11836529523134232, 0.03234988451004028, 0.218799889087677, 0.13481353223323822, 0.32660242915153503, 0.12864728271961212, 0.31651589274406433, 249.9208984375, 0.05715809017419815, 0.03052767924964428, 0.02498527616262436, 0.18354836106300354, 0.46846121549606323, 0.2569611668586731, 0.39099013805389404, 0.14091674983501434, 0.02884146384894848, 0.19437959790229797, 0.4874332547187805, 0.8221427798271179, 0.1661956012248993, 0.5637419819831848, 305.8682861328125, 0.057708706706762314, 0.021178578957915306, 0.045854952186346054, 0.13933837413787842, 0.1910628229379654, 0.20361115038394928, 0.15900853276252747], "count": [982]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010183299389002036], "std": [0.03189503006795484], "count": [982]}, "timestamp": {"min": [0.0], "max": [39.24], "mean": [19.619999999999997], "std": [11.339153407552082], "count": [982]}, "frame_index": {"min": [0], "max": [981], "mean": [490.5], "std": [283.47883518880207], "count": [982]}, "episode_index": {"min": [324], "max": [324], "mean": [324.0], "std": [0.0], "count": [982]}, "index": {"min": [388445], "max": [389426], "mean": [388935.5], "std": [283.47883518880207], "count": [982]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [982]}}} +{"episode_index": 325, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.46075780808722666]], [[0.46776823105785525]], [[0.46166293219962884]]], "std": [[[0.14880279173465585]], [[0.14557880144893065]], [[0.14747966773828305]]], "count": [162]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8588235294117647]], [[1.0]], [[1.0]]], "mean": [[[0.4667955902525619]], [[0.4731758464960058]], [[0.4664837269527152]]], "std": [[[0.06960448950078428]], [[0.0664116314660593]], [[0.07089341476166032]]], "count": [162]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649563085007665]], [[0.4674913799624788]], [[0.463841523440652]]], "std": [[[0.09991038653112122]], [[0.0965366650476057]], [[0.09858478076961925]]], "count": [162]}, "states": {"min": [0.41776204109191895, 1.982833743095398, -1.2043120861053467, -0.4055446982383728, -1.918308973312378, -1.5198850631713867, 0.25764551758766174, 417.0, 0.07884400337934494, 0.285178005695343, -0.2736780047416687, -0.4697681963443756, -0.5997943878173828, -0.5051038265228271, -0.6106023192405701, -0.991416871547699, -2.0615830421447754, 0.9019163250923157, -0.09047786891460419, 0.08862782269716263, 0.5843013525009155, -2.564586877822876, 331.0, -0.22483700513839722, 0.35127899050712585, -0.22685900330543518, -0.34595781564712524, 0.37030062079429626, -0.09827838093042374, 0.16960513591766357], "max": [0.8158018589019775, 2.046677827835083, -0.5305975675582886, 0.07367035746574402, -0.3522772789001465, -0.9324421286582947, 1.0098127126693726, 813.0, 0.2630159854888916, 0.42705199122428894, -0.18879500031471252, 0.4953062832355499, 0.8862956762313843, 0.5094293355941772, 0.6230416297912598, -0.3436727821826935, -1.8540457487106323, 1.8266267776489258, 1.2561484575271606, 2.6670026779174805, 1.6099965572357178, -0.6303606033325195, 870.0, 0.010836999863386154, 0.4363729953765869, -0.09930200129747391, 0.04334372282028198, 0.9790048599243164, 0.5778511762619019, 0.7491664290428162], "mean": [0.6137127876281738, 2.0252840518951416, -0.9266300201416016, -0.15905249118804932, -1.136093020439148, -1.119630217552185, 0.669675886631012, 698.212646484375, 0.18794801831245422, 0.37761592864990234, -0.22541646659374237, -0.17521630227565765, 0.53194260597229, -0.2188699096441269, -0.3917541205883026, -0.694833517074585, -2.031235456466675, 1.3995716571807861, 0.6035472750663757, 1.491830825805664, 1.2292252779006958, -1.5276124477386475, 570.533935546875, -0.12383803725242615, 0.3834865689277649, -0.177707701921463, -0.13436351716518402, 0.7437387704849243, 0.27014636993408203, 0.4431186318397522], "std": [0.09098976850509644, 0.008912193588912487, 0.25675341486930847, 0.17725807428359985, 0.46359553933143616, 0.1333073377609253, 0.3460072875022888, 130.0460968017578, 0.058020781725645065, 0.03136679530143738, 0.017247844487428665, 0.28228050470352173, 0.4257160723209381, 0.2981244623661041, 0.36764922738075256, 0.17175836861133575, 0.03847430273890495, 0.24258489906787872, 0.4304750859737396, 0.9269387722015381, 0.1879376471042633, 0.5936866998672485, 145.08819580078125, 0.08091060072183609, 0.021742867305874825, 0.03195970132946968, 0.12207482755184174, 0.21591681241989136, 0.2350451797246933, 0.20663577318191528], "count": [884]}, "actions": {"min": [0.41776204109191895, 1.982833743095398, -1.2043120861053467, -0.4055446982383728, -1.918308973312378, -1.5198850631713867, 0.25764551758766174, 417.0, 0.07884400337934494, 0.285178005695343, -0.2736780047416687, -0.4697681963443756, -0.5997943878173828, -0.5051038265228271, -0.6106023192405701, -0.991416871547699, -2.0615830421447754, 0.9019163250923157, -0.09047786891460419, 0.08862782269716263, 0.5843013525009155, -2.564586877822876, 331.0, -0.22483700513839722, 0.35127899050712585, -0.22685900330543518, -0.34595781564712524, 0.37030062079429626, -0.09827838093042374, 0.16960513591766357], "max": [0.8158018589019775, 2.046677827835083, -0.5305975675582886, 0.07367035746574402, -0.3522772789001465, -0.9324421286582947, 1.0098127126693726, 813.0, 0.2630159854888916, 0.42705199122428894, -0.18879500031471252, 0.4953062832355499, 0.8862956762313843, 0.5094293355941772, 0.6230416297912598, -0.3436727821826935, -1.8540457487106323, 1.8266267776489258, 1.2561484575271606, 2.6670026779174805, 1.6099965572357178, -0.6303606033325195, 870.0, 0.010836999863386154, 0.4363729953765869, -0.09930200129747391, 0.04334372282028198, 0.9790048599243164, 0.5778511762619019, 0.7491664290428162], "mean": [0.6137127876281738, 2.0252840518951416, -0.9266300201416016, -0.15905249118804932, -1.136093020439148, -1.119630217552185, 0.669675886631012, 698.212646484375, 0.18794801831245422, 0.37761592864990234, -0.22541646659374237, -0.17521630227565765, 0.53194260597229, -0.2188699096441269, -0.3917541205883026, -0.694833517074585, -2.031235456466675, 1.3995716571807861, 0.6035472750663757, 1.491830825805664, 1.2292252779006958, -1.5276124477386475, 570.533935546875, -0.12383803725242615, 0.3834865689277649, -0.177707701921463, -0.13436351716518402, 0.7437387704849243, 0.27014636993408203, 0.4431186318397522], "std": [0.09098976850509644, 0.008912193588912487, 0.25675341486930847, 0.17725807428359985, 0.46359553933143616, 0.1333073377609253, 0.3460072875022888, 130.0460968017578, 0.058020781725645065, 0.03136679530143738, 0.017247844487428665, 0.28228050470352173, 0.4257160723209381, 0.2981244623661041, 0.36764922738075256, 0.17175836861133575, 0.03847430273890495, 0.24258489906787872, 0.4304750859737396, 0.9269387722015381, 0.1879376471042633, 0.5936866998672485, 145.08819580078125, 0.08091060072183609, 0.021742867305874825, 0.03195970132946968, 0.12207482755184174, 0.21591681241989136, 0.2350451797246933, 0.20663577318191528], "count": [884]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011312217194570137], "std": [0.03361461076494033], "count": [884]}, "timestamp": {"min": [0.0], "max": [35.32], "mean": [17.66], "std": [10.207546228158852], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [325], "max": [325], "mean": [325.0], "std": [0.0], "count": [884]}, "index": {"min": [389427], "max": [390310], "mean": [389868.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}}} +{"episode_index": 326, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.4593604589678511]], [[0.4643488157741946]], [[0.4569617060233569]]], "std": [[[0.14821268300869084]], [[0.14581798002020313]], [[0.1473186794221132]]], "count": [197]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7647058823529411]], [[1.0]], [[1.0]]], "mean": [[[0.46712949450084607]], [[0.46923684723466375]], [[0.4647104359510302]]], "std": [[[0.08615098476571255]], [[0.08216775966159798]], [[0.08506275537386263]]], "count": [197]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46722913348926715]], [[0.46874426342025816]], [[0.46523279648153676]]], "std": [[[0.12089677958875987]], [[0.11863280890606305]], [[0.1208952586551443]]], "count": [197]}, "states": {"min": [0.47966885566711426, 1.8645875453948975, -1.5699235200881958, -0.4896346926689148, -1.8244974613189697, -1.3034467697143555, 0.319063663482666, -5.0, 0.06593500077724457, 0.3582249879837036, -0.26532599329948425, -0.43393707275390625, -0.6265279650688171, -0.4297848641872406, -0.6378793120384216, -1.0907260179519653, -2.055142641067505, 0.7581361532211304, -0.20774655044078827, 0.1472010761499405, 1.038470983505249, -2.5123143196105957, 66.0, -0.29145899415016174, 0.33763301372528076, -0.2768929898738861, -0.4964822232723236, 0.3236900866031647, -0.0892338827252388, 0.01579509675502777], "max": [0.9004852175712585, 2.0648293495178223, -0.8972563743591309, 0.04190535843372345, -0.21382030844688416, -0.7004704475402832, 1.2893097400665283, 893.0, 0.22475700080394745, 0.41832301020622253, -0.18028099834918976, 0.45669350028038025, 0.8837644457817078, 0.4632651209831238, 0.6589431166648865, -0.3321710526943207, -1.6294219493865967, 1.6015665531158447, 1.370554804801941, 2.8732306957244873, 1.6391435861587524, -0.3588920533657074, 916.0, -0.01181199960410595, 0.4205479919910431, -0.10627900063991547, 0.061236672103405, 0.9867416024208069, 0.6202635169029236, 0.7127763032913208], "mean": [0.7072204947471619, 2.0277981758117676, -1.173376202583313, -0.1904870569705963, -1.344592571258545, -1.0442392826080322, 1.0426695346832275, 542.7380981445312, 0.1296652853488922, 0.38151222467422485, -0.2334827333688736, -0.0829860046505928, 0.6853330135345459, -0.2315894365310669, -0.4464603662490845, -0.6762708425521851, -2.01983904838562, 1.1215819120407104, 0.269521564245224, 1.302228569984436, 1.2771341800689697, -1.1445332765579224, 661.3495483398438, -0.1788351982831955, 0.3738844692707062, -0.20415034890174866, -0.209746316075325, 0.6723539233207703, 0.3590407073497772, 0.46914637088775635], "std": [0.09601613134145737, 0.029139654710888863, 0.23672382533550262, 0.09718823432922363, 0.3208816647529602, 0.09952486306428909, 0.17262578010559082, 253.2098388671875, 0.0446334108710289, 0.016392283141613007, 0.016820117831230164, 0.14123636484146118, 0.349473237991333, 0.20081111788749695, 0.2967603802680969, 0.21564097702503204, 0.07323428243398666, 0.22531232237815857, 0.382089763879776, 0.9284259080886841, 0.13549081981182098, 0.6723249554634094, 290.4457092285156, 0.07590018212795258, 0.02378869242966175, 0.046989571303129196, 0.14985454082489014, 0.20397432148456573, 0.21091870963573456, 0.2153806984424591], "count": [1153]}, "actions": {"min": [0.47966885566711426, 1.8645875453948975, -1.5699235200881958, -0.4896346926689148, -1.8244974613189697, -1.3034467697143555, 0.319063663482666, -5.0, 0.06593500077724457, 0.3582249879837036, -0.26532599329948425, -0.43393707275390625, -0.6265279650688171, -0.4297848641872406, -0.6378793120384216, -1.0907260179519653, -2.055142641067505, 0.7581361532211304, -0.20774655044078827, 0.1472010761499405, 1.038470983505249, -2.5123143196105957, 66.0, -0.29145899415016174, 0.33763301372528076, -0.2768929898738861, -0.4964822232723236, 0.3236900866031647, -0.0892338827252388, 0.01579509675502777], "max": [0.9004852175712585, 2.0648293495178223, -0.8972563743591309, 0.04190535843372345, -0.21382030844688416, -0.7004704475402832, 1.2893097400665283, 893.0, 0.22475700080394745, 0.41832301020622253, -0.18028099834918976, 0.45669350028038025, 0.8837644457817078, 0.4632651209831238, 0.6589431166648865, -0.3321710526943207, -1.6294219493865967, 1.6015665531158447, 1.370554804801941, 2.8732306957244873, 1.6391435861587524, -0.3588920533657074, 916.0, -0.01181199960410595, 0.4205479919910431, -0.10627900063991547, 0.061236672103405, 0.9867416024208069, 0.6202635169029236, 0.7127763032913208], "mean": [0.7072204947471619, 2.0277981758117676, -1.173376202583313, -0.1904870569705963, -1.344592571258545, -1.0442392826080322, 1.0426695346832275, 542.7380981445312, 0.1296652853488922, 0.38151222467422485, -0.2334827333688736, -0.0829860046505928, 0.6853330135345459, -0.2315894365310669, -0.4464603662490845, -0.6762708425521851, -2.01983904838562, 1.1215819120407104, 0.269521564245224, 1.302228569984436, 1.2771341800689697, -1.1445332765579224, 661.3495483398438, -0.1788351982831955, 0.3738844692707062, -0.20415034890174866, -0.209746316075325, 0.6723539233207703, 0.3590407073497772, 0.46914637088775635], "std": [0.09601613134145737, 0.029139654710888863, 0.23672382533550262, 0.09718823432922363, 0.3208816647529602, 0.09952486306428909, 0.17262578010559082, 253.2098388671875, 0.0446334108710289, 0.016392283141613007, 0.016820117831230164, 0.14123636484146118, 0.349473237991333, 0.20081111788749695, 0.2967603802680969, 0.21564097702503204, 0.07323428243398666, 0.22531232237815857, 0.382089763879776, 0.9284259080886841, 0.13549081981182098, 0.6723249554634094, 290.4457092285156, 0.07590018212795258, 0.02378869242966175, 0.046989571303129196, 0.14985454082489014, 0.20397432148456573, 0.21091870963573456, 0.2153806984424591], "count": [1153]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008673026886383347], "std": [0.029437229398919584], "count": [1153]}, "timestamp": {"min": [0.0], "max": [46.08], "mean": [23.04], "std": [13.31369220013742], "count": [1153]}, "frame_index": {"min": [0], "max": [1152], "mean": [576.0], "std": [332.8423050034355], "count": [1153]}, "episode_index": {"min": [326], "max": [326], "mean": [326.0], "std": [0.0], "count": [1153]}, "index": {"min": [390311], "max": [391463], "mean": [390887.0], "std": [332.8423050034355], "count": [1153]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1153]}}} +{"episode_index": 327, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4566962862012621]], [[0.46240039018480955]], [[0.45886058757794307]]], "std": [[[0.12546413785337668]], [[0.12314068899962063]], [[0.12579264608729862]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47421308504244614]], [[0.4760562328619187]], [[0.4699199017729697]]], "std": [[[0.08703094626349797]], [[0.08684519921622616]], [[0.09523142128129246]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4740052036379686]], [[0.47574306377244385]], [[0.4705507592404778]]], "std": [[[0.09990671483576352]], [[0.09925048189651813]], [[0.10570599635727997]]], "count": [174]}, "states": {"min": [0.4659680128097534, 1.9058645963668823, -1.9021995067596436, -1.463982105255127, -0.07930776476860046, 1.1192971467971802, -2.5709049701690674, 88.0, 0.03933899849653244, 0.30800101161003113, -0.2320989966392517, -0.24277831614017487, -0.6237549781799316, -0.40935638546943665, -0.6371400952339172, -1.195393443107605, -2.054619073867798, 0.8816705346107483, 0.0014835299225524068, 0.49382349848747253, 1.0200402736663818, -2.5888469219207764, 17.0, -0.24342499673366547, 0.31862500309944153, -0.21821999549865723, -0.48921459913253784, 0.4623787999153137, -0.04376967251300812, 0.1756683737039566], "max": [1.0744247436523438, 2.0461368560791016, 0.7393738627433777, -0.12103858590126038, 1.139804720878601, 1.643803358078003, -0.9586745500564575, 868.0, 0.3188920021057129, 0.4099529981613159, -0.08280900120735168, 0.5018723011016846, 0.9734439849853516, 0.5143271088600159, 0.6676993370056152, -0.3156253397464752, -1.8825993537902832, 2.0045979022979736, 1.6572948694229126, 2.495227575302124, 1.6345009803771973, -0.3895051181316376, 859.0, 0.014188000001013279, 0.4289860129356384, -0.10590299963951111, 0.20710551738739014, 0.9779227375984192, 0.4701308310031891, 0.7085274457931519], "mean": [0.6749400496482849, 2.015007495880127, -0.3663073182106018, -0.6761148571968079, 0.7268080711364746, 1.4232646226882935, -1.622399091720581, 540.515380859375, 0.20417755842208862, 0.36276423931121826, -0.17052149772644043, 0.04638427123427391, 0.5216357707977295, -0.07527434825897217, -0.16271266341209412, -0.7485449314117432, -1.9980943202972412, 1.3134982585906982, 0.6245054006576538, 1.85880708694458, 1.2962496280670166, -1.8449052572250366, 437.00103759765625, -0.10941772162914276, 0.37088561058044434, -0.17192883789539337, -0.023534605279564857, 0.8148881196975708, 0.27253833413124084, 0.3950873613357544], "std": [0.20126038789749146, 0.02358037605881691, 0.648485541343689, 0.4132130444049835, 0.43708527088165283, 0.11568909883499146, 0.38014209270477295, 348.2839050292969, 0.08708137273788452, 0.019565260037779808, 0.0468812957406044, 0.20818504691123962, 0.5870276093482971, 0.31707414984703064, 0.45290622115135193, 0.26471689343452454, 0.04761851578950882, 0.2999045252799988, 0.4392818510532379, 0.48424863815307617, 0.12272582948207855, 0.5346136689186096, 354.8153381347656, 0.0697510689496994, 0.02859313040971756, 0.027181755751371384, 0.1842828392982483, 0.1383676677942276, 0.14311043918132782, 0.1773282289505005], "count": [976]}, "actions": {"min": [0.4659680128097534, 1.9058645963668823, -1.9021995067596436, -1.463982105255127, -0.07930776476860046, 1.1192971467971802, -2.5709049701690674, 88.0, 0.03933899849653244, 0.30800101161003113, -0.2320989966392517, -0.24277831614017487, -0.6237549781799316, -0.40935638546943665, -0.6371400952339172, -1.195393443107605, -2.054619073867798, 0.8816705346107483, 0.0014835299225524068, 0.49382349848747253, 1.0200402736663818, -2.5888469219207764, 17.0, -0.24342499673366547, 0.31862500309944153, -0.21821999549865723, -0.48921459913253784, 0.4623787999153137, -0.04376967251300812, 0.1756683737039566], "max": [1.0744247436523438, 2.0461368560791016, 0.7393738627433777, -0.12103858590126038, 1.139804720878601, 1.643803358078003, -0.9586745500564575, 868.0, 0.3188920021057129, 0.4099529981613159, -0.08280900120735168, 0.5018723011016846, 0.9734439849853516, 0.5143271088600159, 0.6676993370056152, -0.3156253397464752, -1.8825993537902832, 2.0045979022979736, 1.6572948694229126, 2.495227575302124, 1.6345009803771973, -0.3895051181316376, 859.0, 0.014188000001013279, 0.4289860129356384, -0.10590299963951111, 0.20710551738739014, 0.9779227375984192, 0.4701308310031891, 0.7085274457931519], "mean": [0.6749400496482849, 2.015007495880127, -0.3663073182106018, -0.6761148571968079, 0.7268080711364746, 1.4232646226882935, -1.622399091720581, 540.515380859375, 0.20417755842208862, 0.36276423931121826, -0.17052149772644043, 0.04638427123427391, 0.5216357707977295, -0.07527434825897217, -0.16271266341209412, -0.7485449314117432, -1.9980943202972412, 1.3134982585906982, 0.6245054006576538, 1.85880708694458, 1.2962496280670166, -1.8449052572250366, 437.00103759765625, -0.10941772162914276, 0.37088561058044434, -0.17192883789539337, -0.023534605279564857, 0.8148881196975708, 0.27253833413124084, 0.3950873613357544], "std": [0.20126038789749146, 0.02358037605881691, 0.648485541343689, 0.4132130444049835, 0.43708527088165283, 0.11568909883499146, 0.38014209270477295, 348.2839050292969, 0.08708137273788452, 0.019565260037779808, 0.0468812957406044, 0.20818504691123962, 0.5870276093482971, 0.31707414984703064, 0.45290622115135193, 0.26471689343452454, 0.04761851578950882, 0.2999045252799988, 0.4392818510532379, 0.48424863815307617, 0.12272582948207855, 0.5346136689186096, 354.8153381347656, 0.0697510689496994, 0.02859313040971756, 0.027181755751371384, 0.1842828392982483, 0.1383676677942276, 0.14311043918132782, 0.1773282289505005], "count": [976]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010245901639344263], "std": [0.03199281761474589], "count": [976]}, "timestamp": {"min": [0.0], "max": [39.0], "mean": [19.5], "std": [11.269871339105872], "count": [976]}, "frame_index": {"min": [0], "max": [975], "mean": [487.5], "std": [281.74678347764683], "count": [976]}, "episode_index": {"min": [327], "max": [327], "mean": [327.0], "std": [0.0], "count": [976]}, "index": {"min": [391464], "max": [392439], "mean": [391951.5], "std": [281.74678347764683], "count": [976]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [976]}}} +{"episode_index": 328, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4670579142313977]], [[0.4719114652070764]], [[0.46432806019042233]]], "std": [[[0.1372354614840667]], [[0.13367850768170672]], [[0.1361066505562312]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46939520193093265]], [[0.46896336687719964]], [[0.4644176447021116]]], "std": [[[0.08137501178325345]], [[0.07842519176485169]], [[0.08225543390980444]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4712407626712544]], [[0.4723711929282931]], [[0.4680462504713424]]], "std": [[[0.0862089730901492]], [[0.0853132332738039]], [[0.09008912494887292]]], "count": [208]}, "states": {"min": [0.3461511731147766, 2.0124521255493164, -1.9604411125183105, -1.5455065965652466, -2.7504470348358154, -1.5686496496200562, -0.17327629029750824, 4.0, -0.008016999810934067, 0.30465900897979736, -0.2845439910888672, -0.4316484332084656, -0.6701120734214783, -0.5222564935684204, -0.6851698160171509, -1.0962064266204834, -2.052577018737793, 0.8465893864631653, -0.09147270768880844, 0.2856929302215576, 0.7280815839767456, -2.8416926860809326, 50.0, -0.3082740008831024, 0.2969459891319275, -0.2751060128211975, -0.49990591406822205, -0.5326964259147644, -0.43619927763938904, -0.566597580909729], "max": [0.874462366104126, 2.0429952144622803, 0.3401297926902771, 0.16149532794952393, -0.7123736143112183, -0.9372243881225586, 2.729921817779541, 884.0, 0.2961429953575134, 0.40299201011657715, -0.11147599667310715, 0.5933465957641602, 0.9798577427864075, 0.6081994771957397, 0.7829715013504028, -0.32962289452552795, -2.00557541847229, 1.9243652820587158, 1.4184989929199219, 2.664018154144287, 1.6779769659042358, -0.21478021144866943, 914.0, 0.020956000313162804, 0.4433630108833313, -0.03951900079846382, 0.519157886505127, 0.9781447649002075, 0.5490062236785889, 0.8301398158073425], "mean": [0.5631966590881348, 2.0268800258636475, -0.6416181325912476, -0.21244287490844727, -1.4371843338012695, -1.1964877843856812, 0.7615692615509033, 525.4395141601562, 0.21038217842578888, 0.3499818742275238, -0.22965122759342194, 0.22482885420322418, 0.020659133791923523, 0.28481167554855347, 0.20420914888381958, -0.6596819758415222, -2.0353739261627197, 1.1872750520706177, 0.47501009702682495, 1.4725013971328735, 1.2785688638687134, -1.3945953845977783, 527.1201782226562, -0.1585271954536438, 0.36535730957984924, -0.1863841563463211, -0.17907361686229706, 0.6716427206993103, 0.3104439973831177, 0.4194253385066986], "std": [0.10988666862249374, 0.005479009356349707, 0.5377162098884583, 0.4974720776081085, 0.668301522731781, 0.1366848349571228, 0.7306130528450012, 310.9131164550781, 0.08918378502130508, 0.01905078999698162, 0.04166855290532112, 0.2902297377586365, 0.6513935923576355, 0.3422710597515106, 0.4477827847003937, 0.22473756968975067, 0.008695045486092567, 0.30994439125061035, 0.45705896615982056, 0.8369979858398438, 0.17736715078353882, 0.8840459585189819, 297.7048034667969, 0.10683165490627289, 0.03315691649913788, 0.05545707419514656, 0.2059040665626526, 0.2968083918094635, 0.2112959772348404, 0.26343345642089844], "count": [1240]}, "actions": {"min": [0.3461511731147766, 2.0124521255493164, -1.9604411125183105, -1.5455065965652466, -2.7504470348358154, -1.5686496496200562, -0.17327629029750824, 4.0, -0.008016999810934067, 0.30465900897979736, -0.2845439910888672, -0.4316484332084656, -0.6701120734214783, -0.5222564935684204, -0.6851698160171509, -1.0962064266204834, -2.052577018737793, 0.8465893864631653, -0.09147270768880844, 0.2856929302215576, 0.7280815839767456, -2.8416926860809326, 50.0, -0.3082740008831024, 0.2969459891319275, -0.2751060128211975, -0.49990591406822205, -0.5326964259147644, -0.43619927763938904, -0.566597580909729], "max": [0.874462366104126, 2.0429952144622803, 0.3401297926902771, 0.16149532794952393, -0.7123736143112183, -0.9372243881225586, 2.729921817779541, 884.0, 0.2961429953575134, 0.40299201011657715, -0.11147599667310715, 0.5933465957641602, 0.9798577427864075, 0.6081994771957397, 0.7829715013504028, -0.32962289452552795, -2.00557541847229, 1.9243652820587158, 1.4184989929199219, 2.664018154144287, 1.6779769659042358, -0.21478021144866943, 914.0, 0.020956000313162804, 0.4433630108833313, -0.03951900079846382, 0.519157886505127, 0.9781447649002075, 0.5490062236785889, 0.8301398158073425], "mean": [0.5631966590881348, 2.0268800258636475, -0.6416181325912476, -0.21244287490844727, -1.4371843338012695, -1.1964877843856812, 0.7615692615509033, 525.4395141601562, 0.21038217842578888, 0.3499818742275238, -0.22965122759342194, 0.22482885420322418, 0.020659133791923523, 0.28481167554855347, 0.20420914888381958, -0.6596819758415222, -2.0353739261627197, 1.1872750520706177, 0.47501009702682495, 1.4725013971328735, 1.2785688638687134, -1.3945953845977783, 527.1201782226562, -0.1585271954536438, 0.36535730957984924, -0.1863841563463211, -0.17907361686229706, 0.6716427206993103, 0.3104439973831177, 0.4194253385066986], "std": [0.10988666862249374, 0.005479009356349707, 0.5377162098884583, 0.4974720776081085, 0.668301522731781, 0.1366848349571228, 0.7306130528450012, 310.9131164550781, 0.08918378502130508, 0.01905078999698162, 0.04166855290532112, 0.2902297377586365, 0.6513935923576355, 0.3422710597515106, 0.4477827847003937, 0.22473756968975067, 0.008695045486092567, 0.30994439125061035, 0.45705896615982056, 0.8369979858398438, 0.17736715078353882, 0.8840459585189819, 297.7048034667969, 0.10683165490627289, 0.03315691649913788, 0.05545707419514656, 0.2059040665626526, 0.2968083918094635, 0.2112959772348404, 0.26343345642089844], "count": [1240]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008064516129032258], "std": [0.02838663855935168], "count": [1240]}, "timestamp": {"min": [0.0], "max": [49.56], "mean": [24.78], "std": [14.318282019851404], "count": [1240]}, "frame_index": {"min": [0], "max": [1239], "mean": [619.5], "std": [357.9570504962851], "count": [1240]}, "episode_index": {"min": [328], "max": [328], "mean": [328.0], "std": [0.0], "count": [1240]}, "index": {"min": [392440], "max": [393679], "mean": [393059.5], "std": [357.9570504962851], "count": [1240]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1240]}}} +{"episode_index": 329, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.47085990141331446]], [[0.47512405877299374]], [[0.470891592547672]]], "std": [[[0.13445964204627534]], [[0.13438091351128026]], [[0.13408117644812365]]], "count": [194]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.46999902718819486]], [[0.47519520458527054]], [[0.4693445311973587]]], "std": [[[0.10990745181085672]], [[0.10550780687770026]], [[0.10845540649137977]]], "count": [194]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4809964414459942]], [[0.4801191441782899]], [[0.4773291220268176]]], "std": [[[0.12602613136506322]], [[0.12650315583757893]], [[0.12892184054281083]]], "count": [194]}, "states": {"min": [0.46785295009613037, 2.0092928409576416, 0.27604129910469055, 0.04921828210353851, -2.896897315979004, -1.3847618103027344, 0.13500122725963593, 3.0, 0.05058800056576729, 0.3142569959163666, -0.2819499969482422, -0.42331716418266296, -0.6542229652404785, -0.37601009011268616, -0.6515702605247498, -0.8556826114654541, -2.050971269607544, 0.7156723141670227, -0.07675957679748535, 0.548347532749176, 0.9677501916885376, -1.7795028686523438, 47.0, -0.27952098846435547, 0.3356359899044037, -0.27333399653434753, -0.4075193703174591, 0.5359725952148438, -0.13736477494239807, 0.2909375727176666], "max": [0.8591383099555969, 2.02487850189209, 0.8925265073776245, 0.2516416013240814, -2.4006307125091553, -0.7984358072280884, 0.7184996604919434, 882.0, 0.18920199573040009, 0.3896769881248474, -0.2224929928779602, 0.33704474568367004, 0.8542134761810303, 0.3572208285331726, 0.6662080883979797, -0.33281683921813965, -1.946687936782837, 1.3243383169174194, 1.0569714307785034, 2.522960662841797, 1.4050250053405762, -0.36189407110214233, 894.0, -0.07166100293397903, 0.40865498781204224, -0.14319799840450287, -0.11524604260921478, 0.929460346698761, 0.45487600564956665, 0.6464489102363586], "mean": [0.6753988265991211, 2.0170323848724365, 0.5976651310920715, 0.15651178359985352, -2.8713831901550293, -1.0243247747421265, 0.6071935296058655, 525.9475708007812, 0.1072802022099495, 0.36133837699890137, -0.24497176706790924, -0.19669392704963684, 0.7331955432891846, -0.246267169713974, -0.5598582625389099, -0.5831536650657654, -2.038809061050415, 1.0871238708496094, 0.37856194376945496, 1.4017760753631592, 1.2258843183517456, -0.8484939336776733, 519.715576171875, -0.17782673239707947, 0.36678454279899597, -0.21552617847919464, -0.2595495879650116, 0.7500256299972534, 0.22719308733940125, 0.48222288489341736], "std": [0.08264036476612091, 0.003459346480667591, 0.14754077792167664, 0.04411068186163902, 0.0798541009426117, 0.1057334840297699, 0.10193794220685959, 226.0480499267578, 0.03400636091828346, 0.015271292068064213, 0.014206556603312492, 0.07535137981176376, 0.14347019791603088, 0.08517290651798248, 0.12701132893562317, 0.15063069760799408, 0.015066687949001789, 0.13779796659946442, 0.36903393268585205, 0.7313230633735657, 0.09925483912229538, 0.4723883271217346, 265.97454833984375, 0.056289322674274445, 0.024601804092526436, 0.035683028399944305, 0.107634037733078, 0.13747183978557587, 0.20511648058891296, 0.11568813771009445], "count": [1125]}, "actions": {"min": [0.46785295009613037, 2.0092928409576416, 0.27604129910469055, 0.04921828210353851, -2.896897315979004, -1.3847618103027344, 0.13500122725963593, 3.0, 0.05058800056576729, 0.3142569959163666, -0.2819499969482422, -0.42331716418266296, -0.6542229652404785, -0.37601009011268616, -0.6515702605247498, -0.8556826114654541, -2.050971269607544, 0.7156723141670227, -0.07675957679748535, 0.548347532749176, 0.9677501916885376, -1.7795028686523438, 47.0, -0.27952098846435547, 0.3356359899044037, -0.27333399653434753, -0.4075193703174591, 0.5359725952148438, -0.13736477494239807, 0.2909375727176666], "max": [0.8591383099555969, 2.02487850189209, 0.8925265073776245, 0.2516416013240814, -2.4006307125091553, -0.7984358072280884, 0.7184996604919434, 882.0, 0.18920199573040009, 0.3896769881248474, -0.2224929928779602, 0.33704474568367004, 0.8542134761810303, 0.3572208285331726, 0.6662080883979797, -0.33281683921813965, -1.946687936782837, 1.3243383169174194, 1.0569714307785034, 2.522960662841797, 1.4050250053405762, -0.36189407110214233, 894.0, -0.07166100293397903, 0.40865498781204224, -0.14319799840450287, -0.11524604260921478, 0.929460346698761, 0.45487600564956665, 0.6464489102363586], "mean": [0.6753988265991211, 2.0170323848724365, 0.5976651310920715, 0.15651178359985352, -2.8713831901550293, -1.0243247747421265, 0.6071935296058655, 525.9475708007812, 0.1072802022099495, 0.36133837699890137, -0.24497176706790924, -0.19669392704963684, 0.7331955432891846, -0.246267169713974, -0.5598582625389099, -0.5831536650657654, -2.038809061050415, 1.0871238708496094, 0.37856194376945496, 1.4017760753631592, 1.2258843183517456, -0.8484939336776733, 519.715576171875, -0.17782673239707947, 0.36678454279899597, -0.21552617847919464, -0.2595495879650116, 0.7500256299972534, 0.22719308733940125, 0.48222288489341736], "std": [0.08264036476612091, 0.003459346480667591, 0.14754077792167664, 0.04411068186163902, 0.0798541009426117, 0.1057334840297699, 0.10193794220685959, 226.0480499267578, 0.03400636091828346, 0.015271292068064213, 0.014206556603312492, 0.07535137981176376, 0.14347019791603088, 0.08517290651798248, 0.12701132893562317, 0.15063069760799408, 0.015066687949001789, 0.13779796659946442, 0.36903393268585205, 0.7313230633735657, 0.09925483912229538, 0.4723883271217346, 265.97454833984375, 0.056289322674274445, 0.024601804092526436, 0.035683028399944305, 0.107634037733078, 0.13747183978557587, 0.20511648058891296, 0.11568813771009445], "count": [1125]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008888888888888889], "std": [0.029800985980871483], "count": [1125]}, "timestamp": {"min": [0.0], "max": [44.96], "mean": [22.48], "std": [12.990375924763173], "count": [1125]}, "frame_index": {"min": [0], "max": [1124], "mean": [562.0], "std": [324.7593981190793], "count": [1125]}, "episode_index": {"min": [329], "max": [329], "mean": [329.0], "std": [0.0], "count": [1125]}, "index": {"min": [393680], "max": [394804], "mean": [394242.0], "std": [324.7593981190793], "count": [1125]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1125]}}} +{"episode_index": 330, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4640377068457441]], [[0.46885574044164874]], [[0.46356643148588916]]], "std": [[[0.13194972969223062]], [[0.1301246238073371]], [[0.1311786857634522]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4820297659526238]], [[0.48483789291246365]], [[0.47791171630020024]]], "std": [[[0.09457910038755253]], [[0.09369423482255601]], [[0.09785788089705408]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.477938389011674]], [[0.4797368005969247]], [[0.47504647653859233]]], "std": [[[0.10692499067256443]], [[0.10607486536981711]], [[0.11027611558085351]]], "count": [173]}, "states": {"min": [0.5978101491928101, 1.8829485177993774, -1.5437960624694824, -0.4572064280509949, 0.886417806148529, 0.8452630043029785, -2.905083179473877, -4.0, 0.04310600087046623, 0.33835700154304504, -0.23761999607086182, -0.49860742688179016, -0.5692775249481201, -0.49723193049430847, -0.5741846561431885, -0.9878738522529602, -2.055387020111084, -2.293537139892578, -1.283078908920288, 0.6381098628044128, -1.673892855644226, 0.955585241317749, 4.0, -0.20533500611782074, 0.3255470097064972, -0.24643300473690033, -0.3783612549304962, 0.47517669200897217, 0.029285885393619537, 0.21528083086013794], "max": [0.9262986779212952, 2.035472869873047, -0.675774097442627, -0.03206169977784157, 2.5577104091644287, 1.4620972871780396, -1.5828914642333984, 882.0, 0.24442699551582336, 0.4471690058708191, -0.16924700140953064, 0.518702507019043, 0.9261775612831116, 0.511090099811554, 0.5676180720329285, -0.48080334067344666, -1.957369327545166, -1.4109240770339966, 0.04427900165319443, 2.4055874347686768, -0.8102517127990723, 2.577275514602661, 891.0, -0.021663999184966087, 0.4485679864883423, -0.10299400240182877, 0.10670090466737747, 0.9701198935508728, 0.5260161757469177, 0.7274637222290039], "mean": [0.7421624660491943, 1.9995964765548706, -1.055254340171814, -0.2844424545764923, 1.6990392208099365, 1.086837887763977, -2.0759875774383545, 613.3921508789062, 0.15491768717765808, 0.40325990319252014, -0.20336514711380005, -0.15843644738197327, 0.7301569581031799, -0.2620771527290344, -0.46540769934654236, -0.720300018787384, -2.0332226753234863, -1.920734167098999, -0.5727441310882568, 1.7343883514404297, -1.2190967798233032, 1.62136709690094, 528.8400268554688, -0.11389271169900894, 0.3883281648159027, -0.18236200511455536, -0.08565448969602585, 0.8048028945922852, 0.2399362474679947, 0.4565010964870453], "std": [0.09198660403490067, 0.03615770861506462, 0.19677844643592834, 0.17170581221580505, 0.5453124642372131, 0.18136854469776154, 0.44664427638053894, 297.6761474609375, 0.06438308954238892, 0.032592661678791046, 0.019120987504720688, 0.2017388939857483, 0.22794663906097412, 0.19185009598731995, 0.16436657309532166, 0.14183585345745087, 0.013680512085556984, 0.1939978152513504, 0.29911771416664124, 0.5819301605224609, 0.21274282038211823, 0.44434085488319397, 270.01025390625, 0.04655209556221962, 0.03657272830605507, 0.033078938722610474, 0.11991653591394424, 0.15002600848674774, 0.11672574281692505, 0.16876119375228882], "count": [969]}, "actions": {"min": [0.5978101491928101, 1.8829485177993774, -1.5437960624694824, -0.4572064280509949, 0.886417806148529, 0.8452630043029785, -2.905083179473877, -4.0, 0.04310600087046623, 0.33835700154304504, -0.23761999607086182, -0.49860742688179016, -0.5692775249481201, -0.49723193049430847, -0.5741846561431885, -0.9878738522529602, -2.055387020111084, -2.293537139892578, -1.283078908920288, 0.6381098628044128, -1.673892855644226, 0.955585241317749, 4.0, -0.20533500611782074, 0.3255470097064972, -0.24643300473690033, -0.3783612549304962, 0.47517669200897217, 0.029285885393619537, 0.21528083086013794], "max": [0.9262986779212952, 2.035472869873047, -0.675774097442627, -0.03206169977784157, 2.5577104091644287, 1.4620972871780396, -1.5828914642333984, 882.0, 0.24442699551582336, 0.4471690058708191, -0.16924700140953064, 0.518702507019043, 0.9261775612831116, 0.511090099811554, 0.5676180720329285, -0.48080334067344666, -1.957369327545166, -1.4109240770339966, 0.04427900165319443, 2.4055874347686768, -0.8102517127990723, 2.577275514602661, 891.0, -0.021663999184966087, 0.4485679864883423, -0.10299400240182877, 0.10670090466737747, 0.9701198935508728, 0.5260161757469177, 0.7274637222290039], "mean": [0.7421624660491943, 1.9995964765548706, -1.055254340171814, -0.2844424545764923, 1.6990392208099365, 1.086837887763977, -2.0759875774383545, 613.3921508789062, 0.15491768717765808, 0.40325990319252014, -0.20336514711380005, -0.15843644738197327, 0.7301569581031799, -0.2620771527290344, -0.46540769934654236, -0.720300018787384, -2.0332226753234863, -1.920734167098999, -0.5727441310882568, 1.7343883514404297, -1.2190967798233032, 1.62136709690094, 528.8400268554688, -0.11389271169900894, 0.3883281648159027, -0.18236200511455536, -0.08565448969602585, 0.8048028945922852, 0.2399362474679947, 0.4565010964870453], "std": [0.09198660403490067, 0.03615770861506462, 0.19677844643592834, 0.17170581221580505, 0.5453124642372131, 0.18136854469776154, 0.44664427638053894, 297.6761474609375, 0.06438308954238892, 0.032592661678791046, 0.019120987504720688, 0.2017388939857483, 0.22794663906097412, 0.19185009598731995, 0.16436657309532166, 0.14183585345745087, 0.013680512085556984, 0.1939978152513504, 0.29911771416664124, 0.5819301605224609, 0.21274282038211823, 0.44434085488319397, 270.01025390625, 0.04655209556221962, 0.03657272830605507, 0.033078938722610474, 0.11991653591394424, 0.15002600848674774, 0.11672574281692505, 0.16876119375228882], "count": [969]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010319917440660474], "std": [0.0321080478557359], "count": [969]}, "timestamp": {"min": [0.0], "max": [38.72], "mean": [19.359999999999996], "std": [11.189042258686248], "count": [969]}, "frame_index": {"min": [0], "max": [968], "mean": [484.0], "std": [279.72605646715624], "count": [969]}, "episode_index": {"min": [330], "max": [330], "mean": [330.0], "std": [0.0], "count": [969]}, "index": {"min": [394805], "max": [395773], "mean": [395289.0], "std": [279.72605646715624], "count": [969]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [969]}}} +{"episode_index": 331, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.4698112872753268]], [[0.4749884226527149]], [[0.4707973551800528]]], "std": [[[0.1052669687922437]], [[0.10488986389020472]], [[0.10542048074737537]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6705882352941176]], [[0.6509803921568628]], [[0.6549019607843137]]], "mean": [[[0.4764287379414907]], [[0.47893126846091]], [[0.4736222524666918]]], "std": [[[0.05112436687026467]], [[0.0533908331867561]], [[0.05613082583728975]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.47593330505279036]], [[0.4764170712355455]], [[0.47215497541163903]]], "std": [[[0.07816318976163619]], [[0.08033797380128152]], [[0.08505015545559948]]], "count": [208]}, "states": {"min": [0.4210432767868042, 1.9153766632080078, -2.0278632640838623, -1.6912938356399536, -2.8957457542419434, -1.7620495557785034, 0.36969563364982605, -5.0, -0.022531000897288322, 0.3112669885158539, -0.27421000599861145, -0.48863473534584045, -0.6467863321304321, -0.5254960060119629, -0.647162914276123, -0.8562585711479187, -2.0418083667755127, 0.8641998171806335, -0.23465950787067413, -0.05682792142033577, 0.45120251178741455, -1.9155513048171997, 51.0, -0.34178298711776733, 0.25050199031829834, -0.2811560034751892, -0.49710145592689514, -0.5085362792015076, -0.49463143944740295, -0.5795028805732727], "max": [0.964381754398346, 2.0499939918518066, 1.153592824935913, 0.08368854224681854, 0.053441986441612244, -0.20254546403884888, 2.6385016441345215, 871.0, 0.26676398515701294, 0.517300009727478, -0.06447199732065201, 0.4449584186077118, 0.9629807472229004, 0.5204132795333862, 0.7218055129051208, -0.0576133206486702, -1.6416566371917725, 1.6267516613006592, 1.3443748950958252, 2.6876847743988037, 1.7100387811660767, -0.31873202323913574, 903.0, -0.06651599705219269, 0.42472198605537415, -0.09941499680280685, 0.600502610206604, 0.9652551412582397, 0.5548651814460754, 0.6260403990745544], "mean": [0.6340960264205933, 2.0249648094177246, -1.1585086584091187, -0.5550647377967834, -1.566213846206665, -1.0584230422973633, 1.2688044309616089, 519.0354614257812, 0.14866095781326294, 0.38396427035331726, -0.20193080604076385, -0.14538034796714783, 0.7003716230392456, -0.23632773756980896, -0.4073946177959442, -0.411323606967926, -2.0096776485443115, 1.1571260690689087, 0.2238396853208542, 0.7314631342887878, 1.4192711114883423, -0.7665517926216125, 693.9620971679688, -0.27366095781326294, 0.31377479434013367, -0.20310179889202118, 0.09152961522340775, 0.22731852531433105, -0.005780033767223358, 0.030391527339816093], "std": [0.13827089965343475, 0.015057621523737907, 0.6992425322532654, 0.33213889598846436, 0.7567769289016724, 0.29332029819488525, 0.5398884415626526, 233.6795196533203, 0.07840024679899216, 0.03332414850592613, 0.04194260761141777, 0.16216883063316345, 0.32444095611572266, 0.23989973962306976, 0.2782292068004608, 0.19631703197956085, 0.0724341869354248, 0.15282711386680603, 0.4148123860359192, 0.9215832352638245, 0.2541573643684387, 0.5603788495063782, 264.24957275390625, 0.07596150040626526, 0.053347159177064896, 0.03650210425257683, 0.4480590224266052, 0.5416988134384155, 0.41014331579208374, 0.5259087681770325], "count": [1240]}, "actions": {"min": [0.4210432767868042, 1.9153766632080078, -2.0278632640838623, -1.6912938356399536, -2.8957457542419434, -1.7620495557785034, 0.36969563364982605, -5.0, -0.022531000897288322, 0.3112669885158539, -0.27421000599861145, -0.48863473534584045, -0.6467863321304321, -0.5254960060119629, -0.647162914276123, -0.8562585711479187, -2.0418083667755127, 0.8641998171806335, -0.23465950787067413, -0.05682792142033577, 0.45120251178741455, -1.9155513048171997, 51.0, -0.34178298711776733, 0.25050199031829834, -0.2811560034751892, -0.49710145592689514, -0.5085362792015076, -0.49463143944740295, -0.5795028805732727], "max": [0.964381754398346, 2.0499939918518066, 1.153592824935913, 0.08368854224681854, 0.053441986441612244, -0.20254546403884888, 2.6385016441345215, 871.0, 0.26676398515701294, 0.517300009727478, -0.06447199732065201, 0.4449584186077118, 0.9629807472229004, 0.5204132795333862, 0.7218055129051208, -0.0576133206486702, -1.6416566371917725, 1.6267516613006592, 1.3443748950958252, 2.6876847743988037, 1.7100387811660767, -0.31873202323913574, 903.0, -0.06651599705219269, 0.42472198605537415, -0.09941499680280685, 0.600502610206604, 0.9652551412582397, 0.5548651814460754, 0.6260403990745544], "mean": [0.6340960264205933, 2.0249648094177246, -1.1585086584091187, -0.5550647377967834, -1.566213846206665, -1.0584230422973633, 1.2688044309616089, 519.0354614257812, 0.14866095781326294, 0.38396427035331726, -0.20193080604076385, -0.14538034796714783, 0.7003716230392456, -0.23632773756980896, -0.4073946177959442, -0.411323606967926, -2.0096776485443115, 1.1571260690689087, 0.2238396853208542, 0.7314631342887878, 1.4192711114883423, -0.7665517926216125, 693.9620971679688, -0.27366095781326294, 0.31377479434013367, -0.20310179889202118, 0.09152961522340775, 0.22731852531433105, -0.005780033767223358, 0.030391527339816093], "std": [0.13827089965343475, 0.015057621523737907, 0.6992425322532654, 0.33213889598846436, 0.7567769289016724, 0.29332029819488525, 0.5398884415626526, 233.6795196533203, 0.07840024679899216, 0.03332414850592613, 0.04194260761141777, 0.16216883063316345, 0.32444095611572266, 0.23989973962306976, 0.2782292068004608, 0.19631703197956085, 0.0724341869354248, 0.15282711386680603, 0.4148123860359192, 0.9215832352638245, 0.2541573643684387, 0.5603788495063782, 264.24957275390625, 0.07596150040626526, 0.053347159177064896, 0.03650210425257683, 0.4480590224266052, 0.5416988134384155, 0.41014331579208374, 0.5259087681770325], "count": [1240]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008064516129032258], "std": [0.02838663855935168], "count": [1240]}, "timestamp": {"min": [0.0], "max": [49.56], "mean": [24.78], "std": [14.318282019851404], "count": [1240]}, "frame_index": {"min": [0], "max": [1239], "mean": [619.5], "std": [357.9570504962851], "count": [1240]}, "episode_index": {"min": [331], "max": [331], "mean": [331.0], "std": [0.0], "count": [1240]}, "index": {"min": [395774], "max": [397013], "mean": [396393.5], "std": [357.9570504962851], "count": [1240]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1240]}}} +{"episode_index": 332, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.4830157551582725]], [[0.48582384339356655]], [[0.48210909345764447]]], "std": [[[0.12282191443446767]], [[0.12259729807107968]], [[0.1223424432255976]]], "count": [255]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46860597846981933]], [[0.47135890282583626]], [[0.4658394207356145]]], "std": [[[0.09947749550184955]], [[0.09823934840945407]], [[0.10161573462873719]]], "count": [255]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.47657193226963984]], [[0.4787708309304114]], [[0.4754320237408689]]], "std": [[[0.08410162538534836]], [[0.08296722299862369]], [[0.08487139198513946]]], "count": [255]}, "states": {"min": [0.2611710727214813, 1.9901118278503418, -1.9560253620147705, -1.6868607997894287, -2.64068341255188, -1.3273926973342896, 0.5383293628692627, 161.0, -0.005518000107258558, 0.3365899920463562, -0.2541489899158478, -0.333077073097229, -0.6246728897094727, -0.4426348805427551, -0.6285498142242432, -0.9454972147941589, -2.0566961765289307, 0.5104215741157532, -0.15969762206077576, 0.32819172739982605, 0.943629801273346, -1.7574244737625122, 77.0, -0.31999900937080383, 0.22671200335025787, -0.2747350037097931, -0.4990786910057068, -0.647026538848877, -0.44235458970069885, -0.6102884411811829], "max": [0.8027991652488708, 2.0325231552124023, -1.304930329322815, -0.20086994767189026, -0.17015214264392853, -0.6318964958190918, 2.511720895767212, 894.0, 0.2528730034828186, 0.4205609858036041, -0.07304400205612183, 0.387602835893631, 0.9750770330429077, 0.45859313011169434, 0.6352836489677429, 0.0999375581741333, -1.8796149492263794, 1.4337880611419678, 1.4404726028442383, 2.4669880867004395, 1.8122451305389404, -0.07908087223768234, 892.0, -0.06110899895429611, 0.4097279906272888, -0.10458499938249588, 0.6402862668037415, 0.9266293048858643, 0.3989880681037903, 0.6858781576156616], "mean": [0.4089822769165039, 2.0218563079833984, -1.5175669193267822, -0.8281983733177185, -1.3312714099884033, -0.9078973531723022, 1.4454796314239502, 501.185791015625, 0.15353301167488098, 0.374989777803421, -0.1867639273405075, -0.01657942123711109, 0.36795899271965027, -0.06171106919646263, -0.1067650318145752, -0.4879124164581299, -2.0204498767852783, 0.9772078990936279, 0.4698667824268341, 1.5941282510757446, 1.296513557434082, -0.7896894812583923, 537.4395141601562, -0.19828759133815765, 0.3358166813850403, -0.21248702704906464, -0.10969184339046478, 0.6304374933242798, 0.053971387445926666, 0.31412988901138306], "std": [0.11402289569377899, 0.0051733762957155704, 0.15235252678394318, 0.4366651475429535, 0.7073657512664795, 0.19558276236057281, 0.6151602268218994, 241.62509155273438, 0.06230245530605316, 0.020520515739917755, 0.037894975394010544, 0.2618488669395447, 0.6410809755325317, 0.3422064781188965, 0.5024634599685669, 0.2802366316318512, 0.02872183360159397, 0.2209663689136505, 0.3773886263370514, 0.6325467824935913, 0.16037896275520325, 0.39888814091682434, 284.40533447265625, 0.07774890959262848, 0.04829709231853485, 0.02980591356754303, 0.2945477068424225, 0.4792849123477936, 0.20337016880512238, 0.36206987500190735], "count": [1620]}, "actions": {"min": [0.2611710727214813, 1.9901118278503418, -1.9560253620147705, -1.6868607997894287, -2.64068341255188, -1.3273926973342896, 0.5383293628692627, 161.0, -0.005518000107258558, 0.3365899920463562, -0.2541489899158478, -0.333077073097229, -0.6246728897094727, -0.4426348805427551, -0.6285498142242432, -0.9454972147941589, -2.0566961765289307, 0.5104215741157532, -0.15969762206077576, 0.32819172739982605, 0.943629801273346, -1.7574244737625122, 77.0, -0.31999900937080383, 0.22671200335025787, -0.2747350037097931, -0.4990786910057068, -0.647026538848877, -0.44235458970069885, -0.6102884411811829], "max": [0.8027991652488708, 2.0325231552124023, -1.304930329322815, -0.20086994767189026, -0.17015214264392853, -0.6318964958190918, 2.511720895767212, 894.0, 0.2528730034828186, 0.4205609858036041, -0.07304400205612183, 0.387602835893631, 0.9750770330429077, 0.45859313011169434, 0.6352836489677429, 0.0999375581741333, -1.8796149492263794, 1.4337880611419678, 1.4404726028442383, 2.4669880867004395, 1.8122451305389404, -0.07908087223768234, 892.0, -0.06110899895429611, 0.4097279906272888, -0.10458499938249588, 0.6402862668037415, 0.9266293048858643, 0.3989880681037903, 0.6858781576156616], "mean": [0.4089822769165039, 2.0218563079833984, -1.5175669193267822, -0.8281983733177185, -1.3312714099884033, -0.9078973531723022, 1.4454796314239502, 501.185791015625, 0.15353301167488098, 0.374989777803421, -0.1867639273405075, -0.01657942123711109, 0.36795899271965027, -0.06171106919646263, -0.1067650318145752, -0.4879124164581299, -2.0204498767852783, 0.9772078990936279, 0.4698667824268341, 1.5941282510757446, 1.296513557434082, -0.7896894812583923, 537.4395141601562, -0.19828759133815765, 0.3358166813850403, -0.21248702704906464, -0.10969184339046478, 0.6304374933242798, 0.053971387445926666, 0.31412988901138306], "std": [0.11402289569377899, 0.0051733762957155704, 0.15235252678394318, 0.4366651475429535, 0.7073657512664795, 0.19558276236057281, 0.6151602268218994, 241.62509155273438, 0.06230245530605316, 0.020520515739917755, 0.037894975394010544, 0.2618488669395447, 0.6410809755325317, 0.3422064781188965, 0.5024634599685669, 0.2802366316318512, 0.02872183360159397, 0.2209663689136505, 0.3773886263370514, 0.6325467824935913, 0.16037896275520325, 0.39888814091682434, 284.40533447265625, 0.07774890959262848, 0.04829709231853485, 0.02980591356754303, 0.2945477068424225, 0.4792849123477936, 0.20337016880512238, 0.36206987500190735], "count": [1620]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006172839506172839], "std": [0.02483753029472927], "count": [1620]}, "timestamp": {"min": [0.0], "max": [64.76], "mean": [32.38], "std": [18.706145157852983], "count": [1620]}, "frame_index": {"min": [0], "max": [1619], "mean": [809.5], "std": [467.6536289463246], "count": [1620]}, "episode_index": {"min": [332], "max": [332], "mean": [332.0], "std": [0.0], "count": [1620]}, "index": {"min": [397014], "max": [398633], "mean": [397823.5], "std": [467.6536289463246], "count": [1620]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1620]}}} +{"episode_index": 333, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4818893904988466]], [[0.4861599194620659]], [[0.4821230956843522]]], "std": [[[0.11293478461858862]], [[0.11385464997643463]], [[0.11390722107015613]]], "count": [204]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[0.6627450980392157]], [[0.6509803921568628]]], "mean": [[[0.47449603517877736]], [[0.47762190824042033]], [[0.4733260124311162]]], "std": [[[0.06443691043297856]], [[0.06376651996950256]], [[0.06812153484279183]]], "count": [204]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.47665014157215174]], [[0.4777936310553633]], [[0.47282060785915675]]], "std": [[[0.08917413449952316]], [[0.09037175708916471]], [[0.0939839907879166]]], "count": [204]}, "states": {"min": [0.45205771923065186, 1.8812206983566284, -2.088740348815918, -1.0938676595687866, -2.3711345195770264, -1.2274202108383179, 0.42586034536361694, 6.0, -0.024468999356031418, 0.3435240089893341, -0.283253014087677, -0.44527363777160645, -0.658342182636261, -0.552086353302002, -0.6642909049987793, -0.8004254698753357, -2.047567844390869, 1.219356894493103, 0.07812093943357468, -0.21331414580345154, 0.5076639652252197, -2.592721462249756, 44.0, -0.29209500551223755, 0.30223599076271057, -0.2822920083999634, -0.4566448926925659, 0.42638060450553894, -0.056252796202898026, 0.17386028170585632], "max": [0.9305397868156433, 2.058668375015259, -0.9768258929252625, -0.13486160337924957, 0.3389953076839447, -0.07901106029748917, 1.9616804122924805, 893.0, 0.297450989484787, 0.46029600501060486, -0.14124000072479248, 0.440241277217865, 0.946341872215271, 0.6146299839019775, 0.6860721111297607, -0.13435545563697815, -1.8848683834075928, 1.7473362684249878, 1.320167064666748, 2.6103670597076416, 1.3129414319992065, -0.24846507608890533, 883.0, -0.04538799822330475, 0.4196000099182129, -0.09973900020122528, -0.054005689918994904, 0.9733395576477051, 0.5374664664268494, 0.6344355344772339], "mean": [0.603199303150177, 2.0234076976776123, -1.4544528722763062, -0.4233817160129547, -0.9169472455978394, -0.809682309627533, 0.9427956938743591, 507.04718017578125, 0.17648324370384216, 0.39403098821640015, -0.2230081856250763, 0.061893071979284286, 0.28979799151420593, 0.12494951486587524, -0.04972156882286072, -0.48112744092941284, -2.0313634872436523, 1.5029996633529663, 0.45428866147994995, 0.8272333145141602, 1.0560932159423828, -0.9670265913009644, 636.7442016601562, -0.2034895420074463, 0.3654916286468506, -0.22152364253997803, -0.30806484818458557, 0.6691763997077942, 0.3843947649002075, 0.46327194571495056], "std": [0.1323418915271759, 0.027129828929901123, 0.33460935950279236, 0.25419700145721436, 0.7421591281890869, 0.189082533121109, 0.46490174531936646, 240.12107849121094, 0.10537099838256836, 0.022428661584854126, 0.03263380005955696, 0.30558282136917114, 0.6660205721855164, 0.38400545716285706, 0.45790553092956543, 0.16302146017551422, 0.019949717447161674, 0.1560845971107483, 0.3932294547557831, 1.0396922826766968, 0.13815414905548096, 0.8164097666740417, 274.2044372558594, 0.06782003492116928, 0.02748847007751465, 0.04373028874397278, 0.13907425105571747, 0.17031355202198029, 0.16427081823349, 0.13995251059532166], "count": [1208]}, "actions": {"min": [0.45205771923065186, 1.8812206983566284, -2.088740348815918, -1.0938676595687866, -2.3711345195770264, -1.2274202108383179, 0.42586034536361694, 6.0, -0.024468999356031418, 0.3435240089893341, -0.283253014087677, -0.44527363777160645, -0.658342182636261, -0.552086353302002, -0.6642909049987793, -0.8004254698753357, -2.047567844390869, 1.219356894493103, 0.07812093943357468, -0.21331414580345154, 0.5076639652252197, -2.592721462249756, 44.0, -0.29209500551223755, 0.30223599076271057, -0.2822920083999634, -0.4566448926925659, 0.42638060450553894, -0.056252796202898026, 0.17386028170585632], "max": [0.9305397868156433, 2.058668375015259, -0.9768258929252625, -0.13486160337924957, 0.3389953076839447, -0.07901106029748917, 1.9616804122924805, 893.0, 0.297450989484787, 0.46029600501060486, -0.14124000072479248, 0.440241277217865, 0.946341872215271, 0.6146299839019775, 0.6860721111297607, -0.13435545563697815, -1.8848683834075928, 1.7473362684249878, 1.320167064666748, 2.6103670597076416, 1.3129414319992065, -0.24846507608890533, 883.0, -0.04538799822330475, 0.4196000099182129, -0.09973900020122528, -0.054005689918994904, 0.9733395576477051, 0.5374664664268494, 0.6344355344772339], "mean": [0.603199303150177, 2.0234076976776123, -1.4544528722763062, -0.4233817160129547, -0.9169472455978394, -0.809682309627533, 0.9427956938743591, 507.04718017578125, 0.17648324370384216, 0.39403098821640015, -0.2230081856250763, 0.061893071979284286, 0.28979799151420593, 0.12494951486587524, -0.04972156882286072, -0.48112744092941284, -2.0313634872436523, 1.5029996633529663, 0.45428866147994995, 0.8272333145141602, 1.0560932159423828, -0.9670265913009644, 636.7442016601562, -0.2034895420074463, 0.3654916286468506, -0.22152364253997803, -0.30806484818458557, 0.6691763997077942, 0.3843947649002075, 0.46327194571495056], "std": [0.1323418915271759, 0.027129828929901123, 0.33460935950279236, 0.25419700145721436, 0.7421591281890869, 0.189082533121109, 0.46490174531936646, 240.12107849121094, 0.10537099838256836, 0.022428661584854126, 0.03263380005955696, 0.30558282136917114, 0.6660205721855164, 0.38400545716285706, 0.45790553092956543, 0.16302146017551422, 0.019949717447161674, 0.1560845971107483, 0.3932294547557831, 1.0396922826766968, 0.13815414905548096, 0.8164097666740417, 274.2044372558594, 0.06782003492116928, 0.02748847007751465, 0.04373028874397278, 0.13907425105571747, 0.17031355202198029, 0.16427081823349, 0.13995251059532166], "count": [1208]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008278145695364238], "std": [0.028759855572914255], "count": [1208]}, "timestamp": {"min": [0.0], "max": [48.28], "mean": [24.14], "std": [13.948777724230894], "count": [1208]}, "frame_index": {"min": [0], "max": [1207], "mean": [603.5], "std": [348.71944310577237], "count": [1208]}, "episode_index": {"min": [333], "max": [333], "mean": [333.0], "std": [0.0], "count": [1208]}, "index": {"min": [398634], "max": [399841], "mean": [399237.5], "std": [348.71944310577237], "count": [1208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1208]}}} +{"episode_index": 334, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4694038552796368]], [[0.4758772724159524]], [[0.4692040306641619]]], "std": [[[0.13862552253186497]], [[0.13613703965057855]], [[0.13727825649391306]]], "count": [167]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[0.7254901960784313]], [[0.7137254901960784]]], "mean": [[[0.47047725382568195]], [[0.471411737798912]], [[0.466487334155219]]], "std": [[[0.07598087834221542]], [[0.07358503365672249]], [[0.07633566468094433]]], "count": [167]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[0.9058823529411765]]], "mean": [[[0.464087309449728]], [[0.4646015444600994]], [[0.46078074732887164]]], "std": [[[0.11663187495147492]], [[0.11542347622116948]], [[0.11961952827869467]]], "count": [167]}, "states": {"min": [0.28647834062576294, 1.8089466094970703, -1.838076114654541, -1.1315667629241943, -2.0865936279296875, -1.3045986890792847, 0.2655169665813446, 1.0, 0.05264800041913986, 0.30671000480651855, -0.28502100706100464, -0.4496040940284729, -0.6099802255630493, -0.5209449529647827, -0.6229594945907593, -0.7800400853157043, -2.0588603019714355, 0.7054970264434814, -0.15076154470443726, -0.2275211364030838, 0.3419100344181061, -2.4654347896575928, 52.0, -0.31229400634765625, 0.2931419909000397, -0.2892239987850189, -0.4884854555130005, 0.33858180046081543, 0.0026766785886138678, 0.19864009320735931], "max": [0.6918834447860718, 2.057114839553833, -1.1353017091751099, -0.09789552539587021, 0.13067279756069183, -0.6281265020370483, 1.5853524208068848, 894.0, 0.3027459979057312, 0.38367000222206116, -0.17343799769878387, 0.48166584968566895, 0.9226194024085999, 0.5353877544403076, 0.6136623620986938, -0.10211921483278275, -2.0170772075653076, 1.743967890739441, 1.5971508026123047, 2.612269163131714, 1.37896728515625, -0.32412511110305786, 902.0, -0.03147900104522705, 0.4141309857368469, -0.09351299703121185, -0.043030861765146255, 0.9757600426673889, 0.5893915891647339, 0.7275534272193909], "mean": [0.4964924156665802, 2.028015375137329, -1.4181450605392456, -0.33733296394348145, -0.9534115195274353, -1.0630079507827759, 0.7782984972000122, 427.82232666015625, 0.18055321276187897, 0.3413119316101074, -0.24707773327827454, -0.02523099072277546, 0.5012102723121643, -0.0468486025929451, -0.2671799063682556, -0.4523167014122009, -2.040618419647217, 1.2460403442382812, 0.35847312211990356, 0.9561585187911987, 1.1943649053573608, -0.9728216528892517, 477.23077392578125, -0.21016286313533783, 0.3361029028892517, -0.22265881299972534, -0.3000483512878418, 0.6054264903068542, 0.4000166654586792, 0.5094079375267029], "std": [0.12172071635723114, 0.02869538590312004, 0.15999101102352142, 0.27155235409736633, 0.6626188158988953, 0.13050609827041626, 0.3765263557434082, 290.22772216796875, 0.08238547295331955, 0.02209656499326229, 0.028607862070202827, 0.2866840064525604, 0.551627516746521, 0.3338770866394043, 0.420257568359375, 0.16033098101615906, 0.010368673130869865, 0.3490048050880432, 0.5057631731033325, 0.8444811701774597, 0.15946374833583832, 0.7255585193634033, 234.68751525878906, 0.08601667732000351, 0.03224136680364609, 0.05320589244365692, 0.13674135506153107, 0.2169312983751297, 0.18856370449066162, 0.15035341680049896], "count": [923]}, "actions": {"min": [0.28647834062576294, 1.8089466094970703, -1.838076114654541, -1.1315667629241943, -2.0865936279296875, -1.3045986890792847, 0.2655169665813446, 1.0, 0.05264800041913986, 0.30671000480651855, -0.28502100706100464, -0.4496040940284729, -0.6099802255630493, -0.5209449529647827, -0.6229594945907593, -0.7800400853157043, -2.0588603019714355, 0.7054970264434814, -0.15076154470443726, -0.2275211364030838, 0.3419100344181061, -2.4654347896575928, 52.0, -0.31229400634765625, 0.2931419909000397, -0.2892239987850189, -0.4884854555130005, 0.33858180046081543, 0.0026766785886138678, 0.19864009320735931], "max": [0.6918834447860718, 2.057114839553833, -1.1353017091751099, -0.09789552539587021, 0.13067279756069183, -0.6281265020370483, 1.5853524208068848, 894.0, 0.3027459979057312, 0.38367000222206116, -0.17343799769878387, 0.48166584968566895, 0.9226194024085999, 0.5353877544403076, 0.6136623620986938, -0.10211921483278275, -2.0170772075653076, 1.743967890739441, 1.5971508026123047, 2.612269163131714, 1.37896728515625, -0.32412511110305786, 902.0, -0.03147900104522705, 0.4141309857368469, -0.09351299703121185, -0.043030861765146255, 0.9757600426673889, 0.5893915891647339, 0.7275534272193909], "mean": [0.4964924156665802, 2.028015375137329, -1.4181450605392456, -0.33733296394348145, -0.9534115195274353, -1.0630079507827759, 0.7782984972000122, 427.82232666015625, 0.18055321276187897, 0.3413119316101074, -0.24707773327827454, -0.02523099072277546, 0.5012102723121643, -0.0468486025929451, -0.2671799063682556, -0.4523167014122009, -2.040618419647217, 1.2460403442382812, 0.35847312211990356, 0.9561585187911987, 1.1943649053573608, -0.9728216528892517, 477.23077392578125, -0.21016286313533783, 0.3361029028892517, -0.22265881299972534, -0.3000483512878418, 0.6054264903068542, 0.4000166654586792, 0.5094079375267029], "std": [0.12172071635723114, 0.02869538590312004, 0.15999101102352142, 0.27155235409736633, 0.6626188158988953, 0.13050609827041626, 0.3765263557434082, 290.22772216796875, 0.08238547295331955, 0.02209656499326229, 0.028607862070202827, 0.2866840064525604, 0.551627516746521, 0.3338770866394043, 0.420257568359375, 0.16033098101615906, 0.010368673130869865, 0.3490048050880432, 0.5057631731033325, 0.8444811701774597, 0.15946374833583832, 0.7255585193634033, 234.68751525878906, 0.08601667732000351, 0.03224136680364609, 0.05320589244365692, 0.13674135506153107, 0.2169312983751297, 0.18856370449066162, 0.15035341680049896], "count": [923]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010834236186348862], "std": [0.03289756544027947], "count": [923]}, "timestamp": {"min": [0.0], "max": [36.88], "mean": [18.44], "std": [10.657879714089477], "count": [923]}, "frame_index": {"min": [0], "max": [922], "mean": [461.0], "std": [266.4469928522369], "count": [923]}, "episode_index": {"min": [334], "max": [334], "mean": [334.0], "std": [0.0], "count": [923]}, "index": {"min": [399842], "max": [400764], "mean": [400303.0], "std": [266.4469928522369], "count": [923]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [923]}}} +{"episode_index": 335, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[1.0]]], "mean": [[[0.4848584243166964]], [[0.4855222899955437]], [[0.4807648804218657]]], "std": [[[0.1133249659665636]], [[0.11379724113690651]], [[0.11396405648760487]]], "count": [220]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7725490196078432]], [[1.0]], [[1.0]]], "mean": [[[0.47428715741978605]], [[0.47563509172608437]], [[0.4695221999405823]]], "std": [[[0.08455049463884846]], [[0.08518060433022506]], [[0.08978204935781085]]], "count": [220]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48047500557041]], [[0.47721689783868093]], [[0.4736775698158051]]], "std": [[[0.09700723139801672]], [[0.09860683667192023]], [[0.10432875304699131]]], "count": [220]}, "states": {"min": [0.4168195426464081, 2.0106892585754395, -0.32217031717300415, -0.42090362310409546, -2.7052953243255615, -1.5585440397262573, 0.5521697998046875, 0.0, 0.03376999869942665, 0.2957859933376312, -0.26798900961875916, -0.34187978506088257, -0.6462140083312988, -0.44814106822013855, -0.6500265002250671, -0.7572983503341675, -2.0404469966888428, 0.49380600452423096, -0.12774065136909485, 0.3894353210926056, 1.091633677482605, -0.9946632385253906, 62.0, -0.3074769973754883, 0.2781539857387543, -0.27457499504089355, -0.49993112683296204, -0.5864008665084839, -0.528484582901001, -0.6249806880950928], "max": [0.9876818060874939, 2.035629987716675, 0.32698744535446167, 0.1860870122909546, -1.3314943313598633, -0.7560068964958191, 1.1344640254974365, 763.0, 0.32179298996925354, 0.41573700308799744, -0.19339600205421448, 0.4628627300262451, 0.8606990575790405, 0.5532050132751465, 0.6819037199020386, -0.344440758228302, -1.8643956184387207, 0.9777160882949829, 0.6168168187141418, 2.142967462539673, 1.6501739025115967, -0.17751742899417877, 887.0, -0.10599800199270248, 0.38659200072288513, -0.1647150069475174, 0.6183971762657166, 0.9003662467002869, 0.5375986695289612, 0.6425315141677856], "mean": [0.6513028740882874, 2.0183629989624023, -0.018292689695954323, -0.09862108528614044, -2.2148454189300537, -1.2632317543029785, 0.8370833396911621, 443.19158935546875, 0.17636841535568237, 0.34733298420906067, -0.22713935375213623, 0.07684724032878876, 0.23196835815906525, 0.08092544972896576, -0.004681511782109737, -0.5585248470306396, -2.0101563930511475, 0.7829298377037048, 0.11328940093517303, 1.2699295282363892, 1.3476828336715698, -0.501918613910675, 550.4402465820312, -0.21119831502437592, 0.3433665931224823, -0.22181172668933868, -0.1433313935995102, 0.4754372835159302, 0.08662352710962296, 0.3063802421092987], "std": [0.2051210105419159, 0.006065047346055508, 0.16025780141353607, 0.15926693379878998, 0.3556637763977051, 0.23627759516239166, 0.10783760249614716, 214.21084594726562, 0.09168227761983871, 0.02402449958026409, 0.024385998025536537, 0.22478123009204865, 0.6663458943367004, 0.31234821677207947, 0.5844741463661194, 0.1197391226887703, 0.03593410924077034, 0.19990280270576477, 0.25482332706451416, 0.6267768740653992, 0.13309475779533386, 0.260381281375885, 273.2767333984375, 0.06299538165330887, 0.022499412298202515, 0.029277198016643524, 0.3568651080131531, 0.4850437641143799, 0.314875066280365, 0.43620795011520386], "count": [1331]}, "actions": {"min": [0.4168195426464081, 2.0106892585754395, -0.32217031717300415, -0.42090362310409546, -2.7052953243255615, -1.5585440397262573, 0.5521697998046875, 0.0, 0.03376999869942665, 0.2957859933376312, -0.26798900961875916, -0.34187978506088257, -0.6462140083312988, -0.44814106822013855, -0.6500265002250671, -0.7572983503341675, -2.0404469966888428, 0.49380600452423096, -0.12774065136909485, 0.3894353210926056, 1.091633677482605, -0.9946632385253906, 62.0, -0.3074769973754883, 0.2781539857387543, -0.27457499504089355, -0.49993112683296204, -0.5864008665084839, -0.528484582901001, -0.6249806880950928], "max": [0.9876818060874939, 2.035629987716675, 0.32698744535446167, 0.1860870122909546, -1.3314943313598633, -0.7560068964958191, 1.1344640254974365, 763.0, 0.32179298996925354, 0.41573700308799744, -0.19339600205421448, 0.4628627300262451, 0.8606990575790405, 0.5532050132751465, 0.6819037199020386, -0.344440758228302, -1.8643956184387207, 0.9777160882949829, 0.6168168187141418, 2.142967462539673, 1.6501739025115967, -0.17751742899417877, 887.0, -0.10599800199270248, 0.38659200072288513, -0.1647150069475174, 0.6183971762657166, 0.9003662467002869, 0.5375986695289612, 0.6425315141677856], "mean": [0.6513028740882874, 2.0183629989624023, -0.018292689695954323, -0.09862108528614044, -2.2148454189300537, -1.2632317543029785, 0.8370833396911621, 443.19158935546875, 0.17636841535568237, 0.34733298420906067, -0.22713935375213623, 0.07684724032878876, 0.23196835815906525, 0.08092544972896576, -0.004681511782109737, -0.5585248470306396, -2.0101563930511475, 0.7829298377037048, 0.11328940093517303, 1.2699295282363892, 1.3476828336715698, -0.501918613910675, 550.4402465820312, -0.21119831502437592, 0.3433665931224823, -0.22181172668933868, -0.1433313935995102, 0.4754372835159302, 0.08662352710962296, 0.3063802421092987], "std": [0.2051210105419159, 0.006065047346055508, 0.16025780141353607, 0.15926693379878998, 0.3556637763977051, 0.23627759516239166, 0.10783760249614716, 214.21084594726562, 0.09168227761983871, 0.02402449958026409, 0.024385998025536537, 0.22478123009204865, 0.6663458943367004, 0.31234821677207947, 0.5844741463661194, 0.1197391226887703, 0.03593410924077034, 0.19990280270576477, 0.25482332706451416, 0.6267768740653992, 0.13309475779533386, 0.260381281375885, 273.2767333984375, 0.06299538165330887, 0.022499412298202515, 0.029277198016643524, 0.3568651080131531, 0.4850437641143799, 0.314875066280365, 0.43620795011520386], "count": [1331]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007513148009015778], "std": [0.02739982348431325], "count": [1331]}, "timestamp": {"min": [0.0], "max": [53.2], "mean": [26.599999999999998], "std": [15.3690598281092], "count": [1331]}, "frame_index": {"min": [0], "max": [1330], "mean": [665.0], "std": [384.22649570273], "count": [1331]}, "episode_index": {"min": [335], "max": [335], "mean": [335.0], "std": [0.0], "count": [1331]}, "index": {"min": [400765], "max": [402095], "mean": [401430.0], "std": [384.22649570273], "count": [1331]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1331]}}} +{"episode_index": 336, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4622689775659906]], [[0.46900032960251337]], [[0.46327814332099077]]], "std": [[[0.14206930294751863]], [[0.13729914494792345]], [[0.14020396935555254]]], "count": [233]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47561566769053826]], [[0.47510061116721364]], [[0.4702103670509692]]], "std": [[[0.08538832600186257]], [[0.08447673208564462]], [[0.08798060962998076]]], "count": [233]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676629235742938]], [[0.46814882342421943]], [[0.46391455668461945]]], "std": [[[0.07915751205847286]], [[0.07714182747764477]], [[0.0822391154188764]]], "count": [233]}, "states": {"min": [0.42636650800704956, 2.0088565349578857, -2.0386667251586914, -1.181640386581421, -2.8962693214416504, -1.524073839187622, 0.10288716107606888, -5.0, -0.02969300001859665, 0.29478299617767334, -0.29621198773384094, -0.49231329560279846, -0.6235697865486145, -0.5075110793113708, -0.6361992359161377, -0.9999863505363464, -2.052385091781616, 0.6932098865509033, -0.1633104681968689, -0.41755256056785583, 0.7758686542510986, -2.6427078247070312, 8.0, -0.34102100133895874, 0.30676400661468506, -0.27439799904823303, -0.4988821744918823, -0.36999812722206116, -0.6037470102310181, -0.7115246653556824], "max": [1.0187487602233887, 2.041860818862915, 0.19664624333381653, 0.10756465047597885, -0.3926118314266205, -0.6488959789276123, 2.7388930320739746, 901.0, 0.2546679973602295, 0.452455997467041, -0.09274999797344208, 0.47050076723098755, 0.9948861002922058, 0.4653765857219696, 0.6405518651008606, -0.34201472997665405, -1.6464040279388428, 1.8752167224884033, 1.307862401008606, 2.6352553367614746, 1.7370564937591553, -0.37196460366249084, 893.0, 0.014523000456392765, 0.4540719985961914, -0.06370099633932114, 0.550217866897583, 0.9867068529129028, 0.6650514602661133, 0.7904048562049866], "mean": [0.6607425212860107, 2.0285696983337402, -0.9237339496612549, -0.2808619737625122, -1.514986515045166, -1.1103094816207886, 1.008337140083313, 606.95263671875, 0.17920491099357605, 0.38018280267715454, -0.21777884662151337, -0.04795759916305542, 0.4239659607410431, -0.11852552741765976, -0.07426007837057114, -0.6484072804450989, -2.0285463333129883, 1.191904067993164, 0.4365695118904114, 1.2633540630340576, 1.251181721687317, -1.2270444631576538, 578.5240478515625, -0.18335288763046265, 0.3610246181488037, -0.19493034482002258, -0.20473705232143402, 0.6338939666748047, 0.3068773150444031, 0.390881210565567], "std": [0.18910834193229675, 0.007208771537989378, 0.7422446608543396, 0.3944205343723297, 0.8464606404304504, 0.2443826049566269, 1.0092815160751343, 284.5453186035156, 0.07553292065858841, 0.04123706743121147, 0.04245566204190254, 0.3406185805797577, 0.587523877620697, 0.3699643611907959, 0.4475615322589874, 0.20112234354019165, 0.052923694252967834, 0.3368975818157196, 0.4869379699230194, 1.0493186712265015, 0.19536042213439941, 0.7921568155288696, 263.5728759765625, 0.11906323581933975, 0.03434251248836517, 0.05802992731332779, 0.22786524891853333, 0.3172222971916199, 0.30629920959472656, 0.25085213780403137], "count": [1435]}, "actions": {"min": [0.42636650800704956, 2.0088565349578857, -2.0386667251586914, -1.181640386581421, -2.8962693214416504, -1.524073839187622, 0.10288716107606888, -5.0, -0.02969300001859665, 0.29478299617767334, -0.29621198773384094, -0.49231329560279846, -0.6235697865486145, -0.5075110793113708, -0.6361992359161377, -0.9999863505363464, -2.052385091781616, 0.6932098865509033, -0.1633104681968689, -0.41755256056785583, 0.7758686542510986, -2.6427078247070312, 8.0, -0.34102100133895874, 0.30676400661468506, -0.27439799904823303, -0.4988821744918823, -0.36999812722206116, -0.6037470102310181, -0.7115246653556824], "max": [1.0187487602233887, 2.041860818862915, 0.19664624333381653, 0.10756465047597885, -0.3926118314266205, -0.6488959789276123, 2.7388930320739746, 901.0, 0.2546679973602295, 0.452455997467041, -0.09274999797344208, 0.47050076723098755, 0.9948861002922058, 0.4653765857219696, 0.6405518651008606, -0.34201472997665405, -1.6464040279388428, 1.8752167224884033, 1.307862401008606, 2.6352553367614746, 1.7370564937591553, -0.37196460366249084, 893.0, 0.014523000456392765, 0.4540719985961914, -0.06370099633932114, 0.550217866897583, 0.9867068529129028, 0.6650514602661133, 0.7904048562049866], "mean": [0.6607425212860107, 2.0285696983337402, -0.9237339496612549, -0.2808619737625122, -1.514986515045166, -1.1103094816207886, 1.008337140083313, 606.95263671875, 0.17920491099357605, 0.38018280267715454, -0.21777884662151337, -0.04795759916305542, 0.4239659607410431, -0.11852552741765976, -0.07426007837057114, -0.6484072804450989, -2.0285463333129883, 1.191904067993164, 0.4365695118904114, 1.2633540630340576, 1.251181721687317, -1.2270444631576538, 578.5240478515625, -0.18335288763046265, 0.3610246181488037, -0.19493034482002258, -0.20473705232143402, 0.6338939666748047, 0.3068773150444031, 0.390881210565567], "std": [0.18910834193229675, 0.007208771537989378, 0.7422446608543396, 0.3944205343723297, 0.8464606404304504, 0.2443826049566269, 1.0092815160751343, 284.5453186035156, 0.07553292065858841, 0.04123706743121147, 0.04245566204190254, 0.3406185805797577, 0.587523877620697, 0.3699643611907959, 0.4475615322589874, 0.20112234354019165, 0.052923694252967834, 0.3368975818157196, 0.4869379699230194, 1.0493186712265015, 0.19536042213439941, 0.7921568155288696, 263.5728759765625, 0.11906323581933975, 0.03434251248836517, 0.05802992731332779, 0.22786524891853333, 0.3172222971916199, 0.30629920959472656, 0.25085213780403137], "count": [1435]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006968641114982578], "std": [0.026388984290956777], "count": [1435]}, "timestamp": {"min": [0.0], "max": [57.36], "mean": [28.679999999999996], "std": [16.56994870239495], "count": [1435]}, "frame_index": {"min": [0], "max": [1434], "mean": [717.0], "std": [414.2487175598737], "count": [1435]}, "episode_index": {"min": [336], "max": [336], "mean": [336.0], "std": [0.0], "count": [1435]}, "index": {"min": [402096], "max": [403530], "mean": [402813.0], "std": [414.2487175598737], "count": [1435]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1435]}}} +{"episode_index": 337, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[1.0]], [[1.0]]], "mean": [[[0.4655161979502286]], [[0.47237576425327565]], [[0.46653323494890914]]], "std": [[[0.1377450232072729]], [[0.13562849104673072]], [[0.13722709849611509]]], "count": [213]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47213320061984104]], [[0.4732353861732486]], [[0.4691565606876553]]], "std": [[[0.0794527969319703]], [[0.07704363970087577]], [[0.08134544300464643]]], "count": [213]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471138168745589]], [[0.4707339094479732]], [[0.4684974387446684]]], "std": [[[0.08394440004674035]], [[0.08081693550562508]], [[0.08556406172696052]]], "count": [213]}, "states": {"min": [0.3202504813671112, 2.0145463943481445, -1.974386215209961, -1.4326534271240234, -2.8961994647979736, -1.5810240507125854, 0.1854761391878128, -1.0, -0.009735999628901482, 0.2621380090713501, -0.2959440052509308, -0.4929735064506531, -0.6487154960632324, -0.5022201538085938, -0.6722044348716736, -0.8344768285751343, -2.042419195175171, -2.010828733444214, -2.045752763748169, 0.15252433717250824, -1.9161970615386963, -0.13699088990688324, 54.0, -0.2909969985485077, 0.30427199602127075, -0.27440300583839417, -0.48169243335723877, 0.4693623483181, -0.1190299540758133, 0.0066268774680793285], "max": [0.8869763612747192, 2.057394027709961, 0.4020191729068756, 0.11040953546762466, -0.8439190983772278, -1.1258419752120972, 2.42490816116333, 821.0, 0.3352600038051605, 0.39937299489974976, -0.07885599881410599, 0.4965348243713379, 0.991575300693512, 0.5231723785400391, 0.7655375599861145, -0.16893042623996735, -1.8780615329742432, -1.0923317670822144, -0.2108357697725296, 2.712817668914795, 1.05398690700531, 2.6630234718322754, 908.0, -0.032099999487400055, 0.4231710135936737, -0.03556999936699867, 0.04880966991186142, 0.9647645950317383, 0.554823637008667, 0.7085122466087341], "mean": [0.5260728001594543, 2.0362319946289062, -0.38041213154792786, -0.21180273592472076, -1.7488144636154175, -1.2861906290054321, 0.7569109201431274, 540.8748168945312, 0.20758025348186493, 0.3342305123806, -0.2244870662689209, 0.18659421801567078, 0.0863715410232544, 0.22269710898399353, 0.18370017409324646, -0.48371002078056335, -2.028913736343384, -1.7144969701766968, -0.6913545727729797, 1.3266767263412476, -1.0948041677474976, 1.8355804681777954, 538.41943359375, -0.17341381311416626, 0.3575819730758667, -0.19727490842342377, -0.2273004651069641, 0.7242590188980103, 0.31594938039779663, 0.44171762466430664], "std": [0.14564815163612366, 0.008022830821573734, 0.7142959237098694, 0.4797358214855194, 0.572422444820404, 0.11291439831256866, 0.6768987774848938, 263.9126892089844, 0.09193028509616852, 0.03124970570206642, 0.04716809093952179, 0.31120431423187256, 0.6571813821792603, 0.3292961120605469, 0.48704367876052856, 0.2038639336824417, 0.017325101420283318, 0.14107145369052887, 0.4124889373779297, 0.929269015789032, 0.4296323359012604, 0.9144867062568665, 264.64849853515625, 0.07682685554027557, 0.026618098840117455, 0.05274472013115883, 0.17942194640636444, 0.16217532753944397, 0.20804719626903534, 0.1645234376192093], "count": [1278]}, "actions": {"min": [0.3202504813671112, 2.0145463943481445, -1.974386215209961, -1.4326534271240234, -2.8961994647979736, -1.5810240507125854, 0.1854761391878128, -1.0, -0.009735999628901482, 0.2621380090713501, -0.2959440052509308, -0.4929735064506531, -0.6487154960632324, -0.5022201538085938, -0.6722044348716736, -0.8344768285751343, -2.042419195175171, -2.010828733444214, -2.045752763748169, 0.15252433717250824, -1.9161970615386963, -0.13699088990688324, 54.0, -0.2909969985485077, 0.30427199602127075, -0.27440300583839417, -0.48169243335723877, 0.4693623483181, -0.1190299540758133, 0.0066268774680793285], "max": [0.8869763612747192, 2.057394027709961, 0.4020191729068756, 0.11040953546762466, -0.8439190983772278, -1.1258419752120972, 2.42490816116333, 821.0, 0.3352600038051605, 0.39937299489974976, -0.07885599881410599, 0.4965348243713379, 0.991575300693512, 0.5231723785400391, 0.7655375599861145, -0.16893042623996735, -1.8780615329742432, -1.0923317670822144, -0.2108357697725296, 2.712817668914795, 1.05398690700531, 2.6630234718322754, 908.0, -0.032099999487400055, 0.4231710135936737, -0.03556999936699867, 0.04880966991186142, 0.9647645950317383, 0.554823637008667, 0.7085122466087341], "mean": [0.5260728001594543, 2.0362319946289062, -0.38041213154792786, -0.21180273592472076, -1.7488144636154175, -1.2861906290054321, 0.7569109201431274, 540.8748168945312, 0.20758025348186493, 0.3342305123806, -0.2244870662689209, 0.18659421801567078, 0.0863715410232544, 0.22269710898399353, 0.18370017409324646, -0.48371002078056335, -2.028913736343384, -1.7144969701766968, -0.6913545727729797, 1.3266767263412476, -1.0948041677474976, 1.8355804681777954, 538.41943359375, -0.17341381311416626, 0.3575819730758667, -0.19727490842342377, -0.2273004651069641, 0.7242590188980103, 0.31594938039779663, 0.44171762466430664], "std": [0.14564815163612366, 0.008022830821573734, 0.7142959237098694, 0.4797358214855194, 0.572422444820404, 0.11291439831256866, 0.6768987774848938, 263.9126892089844, 0.09193028509616852, 0.03124970570206642, 0.04716809093952179, 0.31120431423187256, 0.6571813821792603, 0.3292961120605469, 0.48704367876052856, 0.2038639336824417, 0.017325101420283318, 0.14107145369052887, 0.4124889373779297, 0.929269015789032, 0.4296323359012604, 0.9144867062568665, 264.64849853515625, 0.07682685554027557, 0.026618098840117455, 0.05274472013115883, 0.17942194640636444, 0.16217532753944397, 0.20804719626903534, 0.1645234376192093], "count": [1278]}, "next.done": {"min": [false], "max": [true], "mean": [0.000782472613458529], "std": [0.027961765861041685], "count": [1278]}, "timestamp": {"min": [0.0], "max": [51.08], "mean": [25.54], "std": [14.757068362878403], "count": [1278]}, "frame_index": {"min": [0], "max": [1277], "mean": [638.5], "std": [368.92670907196003], "count": [1278]}, "episode_index": {"min": [337], "max": [337], "mean": [337.0], "std": [0.0], "count": [1278]}, "index": {"min": [403531], "max": [404808], "mean": [404169.5], "std": [368.92670907196003], "count": [1278]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1278]}}} +{"episode_index": 338, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[1.0]]], "mean": [[[0.4817305908246723]], [[0.48594061729883214]], [[0.4813910418675667]]], "std": [[[0.11258162867264779]], [[0.11258946511372558]], [[0.11250950045104352]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8274509803921568]], [[1.0]], [[1.0]]], "mean": [[[0.47552643844423015]], [[0.47927573082967245]], [[0.4733904514446945]]], "std": [[[0.0719502326664065]], [[0.07018018292877218]], [[0.07515165765004561]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7176470588235294]], [[1.0]], [[0.6745098039215687]]], "mean": [[[0.4826638239312119]], [[0.48366965784492305]], [[0.47875689198721383]]], "std": [[[0.0773500197002462]], [[0.07867042968652758]], [[0.08261125107424122]]], "count": [183]}, "states": {"min": [0.3355744481086731, 2.0004265308380127, -2.0964369773864746, -1.4679616689682007, -2.6556057929992676, -1.2956103086471558, 0.3452610373497009, 4.0, -0.015351000241935253, 0.34345701336860657, -0.28401699662208557, -0.4207096993923187, -0.5999772548675537, -0.5445874929428101, -0.6006070971488953, -0.7036818861961365, -2.052699327468872, 1.2281532287597656, 0.13025392591953278, -0.5368632674217224, 0.7548549175262451, -2.043344259262085, 38.0, -0.31655898690223694, 0.2809469997882843, -0.28369200229644775, -0.4995565712451935, -0.5048450827598572, -0.47848373651504517, -0.5582810044288635], "max": [0.8066912293434143, 2.0488595962524414, -0.7056715488433838, -0.058276548981666565, 0.3790331482887268, 0.5581912398338318, 2.8149194717407227, 861.0, 0.2930159866809845, 0.4320870041847229, -0.1255829930305481, 0.4659357964992523, 0.9535736441612244, 0.632178008556366, 0.6091338992118835, -0.19854867458343506, -1.912898302078247, 1.7462892532348633, 1.278942346572876, 2.219709873199463, 1.310777187347412, -0.2566681206226349, 833.0, -0.08979599922895432, 0.4026939868927002, -0.12059099972248077, 0.5104445219039917, 0.9294713139533997, 0.6281452178955078, 0.6123387217521667], "mean": [0.519896924495697, 2.0268352031707764, -1.7491978406906128, -0.7185284495353699, -1.6714186668395996, -0.3764186203479767, 1.9320240020751953, 511.83636474609375, 0.1549975574016571, 0.3922246992588043, -0.21290983259677887, 0.05783100426197052, 0.2989044189453125, 0.12845684587955475, -0.016079500317573547, -0.4104108512401581, -2.0288703441619873, 1.5239906311035156, 0.3913315534591675, 0.6260353922843933, 1.084821105003357, -0.722834050655365, 537.3033447265625, -0.22119909524917603, 0.34184712171554565, -0.23489148914813995, -0.3112607002258301, 0.6195074319839478, 0.32003676891326904, 0.4455779194831848], "std": [0.13695873320102692, 0.00960176344960928, 0.35046708583831787, 0.3362647593021393, 0.7683039903640747, 0.6957083940505981, 0.8328703045845032, 275.7686767578125, 0.07918663322925568, 0.022542953491210938, 0.035855405032634735, 0.3142053186893463, 0.6585118174552917, 0.4159705340862274, 0.4302998185157776, 0.14793123304843903, 0.024733949452638626, 0.15867717564105988, 0.36961808800697327, 0.9266218543052673, 0.1095094159245491, 0.5386489629745483, 281.7005615234375, 0.07818321138620377, 0.028291035443544388, 0.036777377128601074, 0.2007046490907669, 0.2760574519634247, 0.25017598271369934, 0.1982083022594452], "count": [1045]}, "actions": {"min": [0.3355744481086731, 2.0004265308380127, -2.0964369773864746, -1.4679616689682007, -2.6556057929992676, -1.2956103086471558, 0.3452610373497009, 4.0, -0.015351000241935253, 0.34345701336860657, -0.28401699662208557, -0.4207096993923187, -0.5999772548675537, -0.5445874929428101, -0.6006070971488953, -0.7036818861961365, -2.052699327468872, 1.2281532287597656, 0.13025392591953278, -0.5368632674217224, 0.7548549175262451, -2.043344259262085, 38.0, -0.31655898690223694, 0.2809469997882843, -0.28369200229644775, -0.4995565712451935, -0.5048450827598572, -0.47848373651504517, -0.5582810044288635], "max": [0.8066912293434143, 2.0488595962524414, -0.7056715488433838, -0.058276548981666565, 0.3790331482887268, 0.5581912398338318, 2.8149194717407227, 861.0, 0.2930159866809845, 0.4320870041847229, -0.1255829930305481, 0.4659357964992523, 0.9535736441612244, 0.632178008556366, 0.6091338992118835, -0.19854867458343506, -1.912898302078247, 1.7462892532348633, 1.278942346572876, 2.219709873199463, 1.310777187347412, -0.2566681206226349, 833.0, -0.08979599922895432, 0.4026939868927002, -0.12059099972248077, 0.5104445219039917, 0.9294713139533997, 0.6281452178955078, 0.6123387217521667], "mean": [0.519896924495697, 2.0268352031707764, -1.7491978406906128, -0.7185284495353699, -1.6714186668395996, -0.3764186203479767, 1.9320240020751953, 511.83636474609375, 0.1549975574016571, 0.3922246992588043, -0.21290983259677887, 0.05783100426197052, 0.2989044189453125, 0.12845684587955475, -0.016079500317573547, -0.4104108512401581, -2.0288703441619873, 1.5239906311035156, 0.3913315534591675, 0.6260353922843933, 1.084821105003357, -0.722834050655365, 537.3033447265625, -0.22119909524917603, 0.34184712171554565, -0.23489148914813995, -0.3112607002258301, 0.6195074319839478, 0.32003676891326904, 0.4455779194831848], "std": [0.13695873320102692, 0.00960176344960928, 0.35046708583831787, 0.3362647593021393, 0.7683039903640747, 0.6957083940505981, 0.8328703045845032, 275.7686767578125, 0.07918663322925568, 0.022542953491210938, 0.035855405032634735, 0.3142053186893463, 0.6585118174552917, 0.4159705340862274, 0.4302998185157776, 0.14793123304843903, 0.024733949452638626, 0.15867717564105988, 0.36961808800697327, 0.9266218543052673, 0.1095094159245491, 0.5386489629745483, 281.7005615234375, 0.07818321138620377, 0.028291035443544388, 0.036777377128601074, 0.2007046490907669, 0.2760574519634247, 0.25017598271369934, 0.1982083022594452], "count": [1045]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009569377990430622], "std": [0.03091960654814069], "count": [1045]}, "timestamp": {"min": [0.0], "max": [41.76], "mean": [20.88], "std": [12.066615101178954], "count": [1045]}, "frame_index": {"min": [0], "max": [1044], "mean": [522.0], "std": [301.66537752947386], "count": [1045]}, "episode_index": {"min": [338], "max": [338], "mean": [338.0], "std": [0.0], "count": [1045]}, "index": {"min": [404809], "max": [405853], "mean": [405331.0], "std": [301.66537752947386], "count": [1045]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1045]}}} +{"episode_index": 339, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4697032883986928]], [[0.47390917172424524]], [[0.46990260562558356]]], "std": [[[0.12491103131599235]], [[0.12642491116658175]], [[0.12737155604403025]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7215686274509804]], [[0.6901960784313725]], [[0.6862745098039216]]], "mean": [[[0.46867768732493]], [[0.4706292833800187]], [[0.46497632080610024]]], "std": [[[0.06767591763715017]], [[0.06599630540234463]], [[0.07156256574480364]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471078402194211]], [[0.4738014093137255]], [[0.4698120944211018]]], "std": [[[0.07321995075898378]], [[0.07212405911854504]], [[0.07583903018670124]]], "count": [210]}, "states": {"min": [0.17507398128509521, 1.945483684539795, 1.3362066745758057, -0.0691150426864624, -2.3562817573547363, 0.8447917699813843, -2.969747543334961, 91.0, 0.0312460009008646, 0.29343199729919434, -0.27721700072288513, -0.49426862597465515, -0.6681877374649048, -0.4593803882598877, -0.6754509806632996, -0.802415132522583, -2.05615496635437, 0.7960273027420044, -0.154950350522995, -2.900876760482788, -1.6664228439331055, 0.5567600131034851, 110.0, -0.28704899549484253, 0.2579990029335022, -0.29621100425720215, -0.49998465180397034, -0.4466325044631958, -0.35008227825164795, -0.6598174571990967], "max": [0.6686356663703918, 2.0374975204467773, 2.2826290130615234, 1.5271108150482178, -0.4738743305206299, 1.5218398571014404, -0.7849793434143066, 890.0, 0.27536898851394653, 0.4431059956550598, -0.11816000193357468, 0.47893422842025757, 0.9440276622772217, 0.40565505623817444, 0.6813322901725769, 0.0013613568153232336, -1.9196528196334839, 1.6904386281967163, 1.6636477708816528, -0.5877047181129456, -0.5840570330619812, 2.8424084186553955, 802.0, -0.03769500181078911, 0.3901599943637848, -0.09422300010919571, 0.5231431126594543, 0.9668694138526917, 0.5679136514663696, 0.7096933722496033], "mean": [0.4618939161300659, 2.0159871578216553, 2.015810251235962, 0.5546421408653259, -1.396114706993103, 1.1684049367904663, -2.0345969200134277, 733.4788818359375, 0.19109611213207245, 0.35796332359313965, -0.1926073580980301, -0.035938385874032974, 0.4117201566696167, -0.08907078951597214, -0.1884213387966156, -0.4633511006832123, -2.0389716625213623, 1.325452208518982, 0.7135481834411621, -1.6856155395507812, -1.385438084602356, 1.8477317094802856, 508.667724609375, -0.16655950248241425, 0.32870548963546753, -0.1857653558254242, -0.10296184569597244, 0.6570599675178528, 0.18446679413318634, 0.3321109414100647], "std": [0.10381299257278442, 0.009884300641715527, 0.30072200298309326, 0.5125464200973511, 0.545336902141571, 0.22810448706150055, 0.6585811376571655, 258.5966491699219, 0.06972166150808334, 0.05357732996344566, 0.04278433695435524, 0.3074721693992615, 0.5846467614173889, 0.3171157240867615, 0.498844176530838, 0.20014004409313202, 0.013809476047754288, 0.22671233117580414, 0.5626111626625061, 0.8805928826332092, 0.171488419175148, 0.7910118103027344, 196.8015899658203, 0.0787106603384018, 0.034633442759513855, 0.046263474971055984, 0.26530858874320984, 0.3991050124168396, 0.23703350126743317, 0.3570535480976105], "count": [1255]}, "actions": {"min": [0.17507398128509521, 1.945483684539795, 1.3362066745758057, -0.0691150426864624, -2.3562817573547363, 0.8447917699813843, -2.969747543334961, 91.0, 0.0312460009008646, 0.29343199729919434, -0.27721700072288513, -0.49426862597465515, -0.6681877374649048, -0.4593803882598877, -0.6754509806632996, -0.802415132522583, -2.05615496635437, 0.7960273027420044, -0.154950350522995, -2.900876760482788, -1.6664228439331055, 0.5567600131034851, 110.0, -0.28704899549484253, 0.2579990029335022, -0.29621100425720215, -0.49998465180397034, -0.4466325044631958, -0.35008227825164795, -0.6598174571990967], "max": [0.6686356663703918, 2.0374975204467773, 2.2826290130615234, 1.5271108150482178, -0.4738743305206299, 1.5218398571014404, -0.7849793434143066, 890.0, 0.27536898851394653, 0.4431059956550598, -0.11816000193357468, 0.47893422842025757, 0.9440276622772217, 0.40565505623817444, 0.6813322901725769, 0.0013613568153232336, -1.9196528196334839, 1.6904386281967163, 1.6636477708816528, -0.5877047181129456, -0.5840570330619812, 2.8424084186553955, 802.0, -0.03769500181078911, 0.3901599943637848, -0.09422300010919571, 0.5231431126594543, 0.9668694138526917, 0.5679136514663696, 0.7096933722496033], "mean": [0.4618939161300659, 2.0159871578216553, 2.015810251235962, 0.5546421408653259, -1.396114706993103, 1.1684049367904663, -2.0345969200134277, 733.4788818359375, 0.19109611213207245, 0.35796332359313965, -0.1926073580980301, -0.035938385874032974, 0.4117201566696167, -0.08907078951597214, -0.1884213387966156, -0.4633511006832123, -2.0389716625213623, 1.325452208518982, 0.7135481834411621, -1.6856155395507812, -1.385438084602356, 1.8477317094802856, 508.667724609375, -0.16655950248241425, 0.32870548963546753, -0.1857653558254242, -0.10296184569597244, 0.6570599675178528, 0.18446679413318634, 0.3321109414100647], "std": [0.10381299257278442, 0.009884300641715527, 0.30072200298309326, 0.5125464200973511, 0.545336902141571, 0.22810448706150055, 0.6585811376571655, 258.5966491699219, 0.06972166150808334, 0.05357732996344566, 0.04278433695435524, 0.3074721693992615, 0.5846467614173889, 0.3171157240867615, 0.498844176530838, 0.20014004409313202, 0.013809476047754288, 0.22671233117580414, 0.5626111626625061, 0.8805928826332092, 0.171488419175148, 0.7910118103027344, 196.8015899658203, 0.0787106603384018, 0.034633442759513855, 0.046263474971055984, 0.26530858874320984, 0.3991050124168396, 0.23703350126743317, 0.3570535480976105], "count": [1255]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007968127490039841], "std": [0.028216623441634697], "count": [1255]}, "timestamp": {"min": [0.0], "max": [50.16], "mean": [25.080000000000002], "std": [14.491487156258325], "count": [1255]}, "frame_index": {"min": [0], "max": [1254], "mean": [627.0], "std": [362.2871789064581], "count": [1255]}, "episode_index": {"min": [339], "max": [339], "mean": [339.0], "std": [0.0], "count": [1255]}, "index": {"min": [405854], "max": [407108], "mean": [406481.0], "std": [362.2871789064581], "count": [1255]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1255]}}} +{"episode_index": 340, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.4768439512299173]], [[0.4825666946376252]], [[0.47709328616504076]]], "std": [[[0.13051086561128333]], [[0.12982261820696933]], [[0.12975818613126675]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4786079326845681]], [[0.4794750394410638]], [[0.47270269688335104]]], "std": [[[0.11595614987822403]], [[0.11405214180751475]], [[0.11701550936379254]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763286768730481]], [[0.4779373128561769]], [[0.4731266641714157]]], "std": [[[0.10528222361237352]], [[0.10596123173984487]], [[0.10899217601898557]]], "count": [203]}, "states": {"min": [0.47335079312324524, 1.9626052379608154, 0.14590951800346375, -0.18442896008491516, -2.8946807384490967, -1.3766982555389404, 0.05918411538004875, -6.0, 0.060169998556375504, 0.32396200299263, -0.27712199091911316, -0.45832929015159607, -0.6003748774528503, -0.4334503710269928, -0.6008154153823853, -0.8068656921386719, -2.065911293029785, 0.5226737260818481, -0.23630012571811676, 0.17374752461910248, 0.7320609092712402, -1.862458348274231, 26.0, -0.24911600351333618, 0.3260909914970398, -0.28462299704551697, -0.4989222586154938, -0.6065433025360107, -0.36588796973228455, -0.5824312567710876], "max": [0.8575674891471863, 2.0309176445007324, 0.8375660181045532, 0.2280970960855484, -2.009432554244995, -0.7235262393951416, 0.9117774963378906, 877.0, 0.2091359943151474, 0.3978259861469269, -0.2023009955883026, 0.45077022910118103, 0.8652570843696594, 0.30905401706695557, 0.6365506052970886, -0.3649308979511261, -2.025611639022827, 1.5893840789794922, 1.003913402557373, 2.4191484451293945, 1.4593048095703125, -0.06274458765983582, 918.0, -0.06788799911737442, 0.4166499972343445, -0.16514599323272705, 0.5273813605308533, 0.9127988219261169, 0.5795037746429443, 0.6201502084732056], "mean": [0.6862451434135437, 2.013817548751831, 0.5753540396690369, 0.10051953792572021, -2.815868616104126, -0.9816943407058716, 0.6775689721107483, 490.58465576171875, 0.1304624229669571, 0.3712080121040344, -0.250979483127594, -0.19906003773212433, 0.7300723791122437, -0.30024224519729614, -0.5329371094703674, -0.6356346607208252, -2.0453882217407227, 1.1599757671356201, 0.3062555491924286, 1.2945038080215454, 1.0798803567886353, -0.6743249297142029, 479.5913391113281, -0.15695776045322418, 0.3751586079597473, -0.23069357872009277, -0.27580249309539795, 0.7466115951538086, 0.1787112057209015, 0.42489609122276306], "std": [0.07435691356658936, 0.007323024794459343, 0.2054324895143509, 0.0903317928314209, 0.13812369108200073, 0.12799906730651855, 0.14600230753421783, 249.16751098632812, 0.03853730857372284, 0.014963108114898205, 0.013759748078882694, 0.09180597215890884, 0.14321476221084595, 0.10235505551099777, 0.11741606891155243, 0.1201656237244606, 0.006587005686014891, 0.3507441282272339, 0.3697315752506256, 0.692328691482544, 0.13175120949745178, 0.4799172282218933, 304.8090515136719, 0.06525421142578125, 0.023505281656980515, 0.03812841325998306, 0.1381848156452179, 0.1965511292219162, 0.2843879759311676, 0.12420296669006348], "count": [1199]}, "actions": {"min": [0.47335079312324524, 1.9626052379608154, 0.14590951800346375, -0.18442896008491516, -2.8946807384490967, -1.3766982555389404, 0.05918411538004875, -6.0, 0.060169998556375504, 0.32396200299263, -0.27712199091911316, -0.45832929015159607, -0.6003748774528503, -0.4334503710269928, -0.6008154153823853, -0.8068656921386719, -2.065911293029785, 0.5226737260818481, -0.23630012571811676, 0.17374752461910248, 0.7320609092712402, -1.862458348274231, 26.0, -0.24911600351333618, 0.3260909914970398, -0.28462299704551697, -0.4989222586154938, -0.6065433025360107, -0.36588796973228455, -0.5824312567710876], "max": [0.8575674891471863, 2.0309176445007324, 0.8375660181045532, 0.2280970960855484, -2.009432554244995, -0.7235262393951416, 0.9117774963378906, 877.0, 0.2091359943151474, 0.3978259861469269, -0.2023009955883026, 0.45077022910118103, 0.8652570843696594, 0.30905401706695557, 0.6365506052970886, -0.3649308979511261, -2.025611639022827, 1.5893840789794922, 1.003913402557373, 2.4191484451293945, 1.4593048095703125, -0.06274458765983582, 918.0, -0.06788799911737442, 0.4166499972343445, -0.16514599323272705, 0.5273813605308533, 0.9127988219261169, 0.5795037746429443, 0.6201502084732056], "mean": [0.6862451434135437, 2.013817548751831, 0.5753540396690369, 0.10051953792572021, -2.815868616104126, -0.9816943407058716, 0.6775689721107483, 490.58465576171875, 0.1304624229669571, 0.3712080121040344, -0.250979483127594, -0.19906003773212433, 0.7300723791122437, -0.30024224519729614, -0.5329371094703674, -0.6356346607208252, -2.0453882217407227, 1.1599757671356201, 0.3062555491924286, 1.2945038080215454, 1.0798803567886353, -0.6743249297142029, 479.5913391113281, -0.15695776045322418, 0.3751586079597473, -0.23069357872009277, -0.27580249309539795, 0.7466115951538086, 0.1787112057209015, 0.42489609122276306], "std": [0.07435691356658936, 0.007323024794459343, 0.2054324895143509, 0.0903317928314209, 0.13812369108200073, 0.12799906730651855, 0.14600230753421783, 249.16751098632812, 0.03853730857372284, 0.014963108114898205, 0.013759748078882694, 0.09180597215890884, 0.14321476221084595, 0.10235505551099777, 0.11741606891155243, 0.1201656237244606, 0.006587005686014891, 0.3507441282272339, 0.3697315752506256, 0.692328691482544, 0.13175120949745178, 0.4799172282218933, 304.8090515136719, 0.06525421142578125, 0.023505281656980515, 0.03812841325998306, 0.1381848156452179, 0.1965511292219162, 0.2843879759311676, 0.12420296669006348], "count": [1199]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008340283569641367], "std": [0.028867503419310728], "count": [1199]}, "timestamp": {"min": [0.0], "max": [47.92], "mean": [23.96], "std": [13.844854639901424], "count": [1199]}, "frame_index": {"min": [0], "max": [1198], "mean": [599.0], "std": [346.12136599753563], "count": [1199]}, "episode_index": {"min": [340], "max": [340], "mean": [340.0], "std": [0.0], "count": [1199]}, "index": {"min": [407109], "max": [408307], "mean": [407708.0], "std": [346.12136599753563], "count": [1199]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1199]}}} +{"episode_index": 341, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.47553244469898515]], [[0.4797968467747233]], [[0.47601041564029295]]], "std": [[[0.12461802651298037]], [[0.12579961297361641]], [[0.12555500871325667]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[1.0]], [[1.0]]], "mean": [[[0.4760803486386179]], [[0.47936948632049137]], [[0.472556868287516]]], "std": [[[0.07586149104860394]], [[0.0744108287637363]], [[0.08024173030151961]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755262987732781]], [[0.4759230558429402]], [[0.47188129782901433]]], "std": [[[0.10287951606526072]], [[0.10527005347698305]], [[0.10926604379916989]]], "count": [199]}, "states": {"min": [0.47335079312324524, 1.9897799491882324, 0.19886282086372375, -0.3225543200969696, -2.896286725997925, -1.7022545337677002, 0.19996237754821777, -5.0, 0.019216999411582947, 0.30188098549842834, -0.27657800912857056, -0.4322989583015442, -0.6566234827041626, -0.5233222246170044, -0.6620092391967773, -0.8829271793365479, -2.050779342651367, 0.6779207587242126, -0.10957177728414536, 0.17029178142547607, 0.7324973344802856, -2.1361260414123535, 52.0, -0.29834499955177307, 0.319474995136261, -0.2864370048046112, -0.4742557108402252, 0.3081817626953125, -0.016193803399801254, 0.29957109689712524], "max": [0.8866621255874634, 2.0340068340301514, 0.9438741207122803, 0.3059038817882538, -2.381309747695923, -0.6963165998458862, 0.8364490866661072, 882.0, 0.24616800248622894, 0.4201360046863556, -0.1915770024061203, 0.43272271752357483, 0.8666496872901917, 0.5228790640830994, 0.6759961843490601, -0.2940880060195923, -1.974107027053833, 1.300898790359497, 1.1241315603256226, 2.466447114944458, 1.4865667819976807, -0.35793212056159973, 896.0, -0.11268600076436996, 0.45368701219558716, -0.10990799963474274, -0.085418701171875, 0.9356327652931213, 0.5937166213989258, 0.6682056188583374], "mean": [0.6443053483963013, 2.019892930984497, 0.6051401495933533, 0.09157693386077881, -2.8446595668792725, -1.1413557529449463, 0.6383684873580933, 538.2366943359375, 0.1337464600801468, 0.3511112928390503, -0.24040138721466064, 0.033051859587430954, 0.16852529346942902, 0.058347634971141815, 0.0017634063260629773, -0.5839771628379822, -2.026719093322754, 1.0579805374145508, 0.29914623498916626, 1.23878014087677, 1.145533800125122, -0.9434893727302551, 621.7933349609375, -0.20431815087795258, 0.37115368247032166, -0.21951662003993988, -0.2842365801334381, 0.6706316471099854, 0.3369332551956177, 0.48134732246398926], "std": [0.1467553973197937, 0.005768901202827692, 0.2757468521595001, 0.11666159331798553, 0.1254665106534958, 0.19049452245235443, 0.11601333320140839, 286.291748046875, 0.052946075797080994, 0.022916628047823906, 0.019279537722468376, 0.22343701124191284, 0.7008836269378662, 0.28391194343566895, 0.5876489281654358, 0.1506350040435791, 0.019041042774915695, 0.204609677195549, 0.38728681206703186, 0.8287057280540466, 0.16766668856143951, 0.5282936692237854, 311.9361267089844, 0.06846477091312408, 0.04435395821928978, 0.04008524864912033, 0.1268201470375061, 0.2279021143913269, 0.20685969293117523, 0.11588938534259796], "count": [1166]}, "actions": {"min": [0.47335079312324524, 1.9897799491882324, 0.19886282086372375, -0.3225543200969696, -2.896286725997925, -1.7022545337677002, 0.19996237754821777, -5.0, 0.019216999411582947, 0.30188098549842834, -0.27657800912857056, -0.4322989583015442, -0.6566234827041626, -0.5233222246170044, -0.6620092391967773, -0.8829271793365479, -2.050779342651367, 0.6779207587242126, -0.10957177728414536, 0.17029178142547607, 0.7324973344802856, -2.1361260414123535, 52.0, -0.29834499955177307, 0.319474995136261, -0.2864370048046112, -0.4742557108402252, 0.3081817626953125, -0.016193803399801254, 0.29957109689712524], "max": [0.8866621255874634, 2.0340068340301514, 0.9438741207122803, 0.3059038817882538, -2.381309747695923, -0.6963165998458862, 0.8364490866661072, 882.0, 0.24616800248622894, 0.4201360046863556, -0.1915770024061203, 0.43272271752357483, 0.8666496872901917, 0.5228790640830994, 0.6759961843490601, -0.2940880060195923, -1.974107027053833, 1.300898790359497, 1.1241315603256226, 2.466447114944458, 1.4865667819976807, -0.35793212056159973, 896.0, -0.11268600076436996, 0.45368701219558716, -0.10990799963474274, -0.085418701171875, 0.9356327652931213, 0.5937166213989258, 0.6682056188583374], "mean": [0.6443053483963013, 2.019892930984497, 0.6051401495933533, 0.09157693386077881, -2.8446595668792725, -1.1413557529449463, 0.6383684873580933, 538.2366943359375, 0.1337464600801468, 0.3511112928390503, -0.24040138721466064, 0.033051859587430954, 0.16852529346942902, 0.058347634971141815, 0.0017634063260629773, -0.5839771628379822, -2.026719093322754, 1.0579805374145508, 0.29914623498916626, 1.23878014087677, 1.145533800125122, -0.9434893727302551, 621.7933349609375, -0.20431815087795258, 0.37115368247032166, -0.21951662003993988, -0.2842365801334381, 0.6706316471099854, 0.3369332551956177, 0.48134732246398926], "std": [0.1467553973197937, 0.005768901202827692, 0.2757468521595001, 0.11666159331798553, 0.1254665106534958, 0.19049452245235443, 0.11601333320140839, 286.291748046875, 0.052946075797080994, 0.022916628047823906, 0.019279537722468376, 0.22343701124191284, 0.7008836269378662, 0.28391194343566895, 0.5876489281654358, 0.1506350040435791, 0.019041042774915695, 0.204609677195549, 0.38728681206703186, 0.8287057280540466, 0.16766668856143951, 0.5282936692237854, 311.9361267089844, 0.06846477091312408, 0.04435395821928978, 0.04008524864912033, 0.1268201470375061, 0.2279021143913269, 0.20685969293117523, 0.11588938534259796], "count": [1166]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008576329331046312], "std": [0.029272809890010312], "count": [1166]}, "timestamp": {"min": [0.0], "max": [46.6], "mean": [23.3], "std": [13.463803325955114], "count": [1166]}, "frame_index": {"min": [0], "max": [1165], "mean": [582.5], "std": [336.59508314887785], "count": [1166]}, "episode_index": {"min": [341], "max": [341], "mean": [341.0], "std": [0.0], "count": [1166]}, "index": {"min": [408308], "max": [409473], "mean": [408890.5], "std": [336.59508314887785], "count": [1166]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1166]}}} +{"episode_index": 342, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4589516080542704]], [[0.46832650707755014]], [[0.4629762911250642]]], "std": [[[0.1481906565230777]], [[0.1452600313002262]], [[0.14734044913378924]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629658675736212]], [[0.46976135643864286]], [[0.4635420005783212]]], "std": [[[0.09427359757040087]], [[0.09138730356788032]], [[0.09397228666546298]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46344883004700005]], [[0.4653458108430638]], [[0.46198559819527063]]], "std": [[[0.11203253721261669]], [[0.10914003789696892]], [[0.11101269696802157]]], "count": [178]}, "states": {"min": [0.3905872404575348, 1.9869526624679565, -0.8575152158737183, -0.27349311113357544, -2.282646417617798, -1.3992654085159302, 0.06649704277515411, 1.0, 0.08597099781036377, 0.2745380103588104, -0.2902880012989044, -0.49905699491500854, -0.6051144599914551, -0.45714420080184937, -0.6176144480705261, -1.0655583143234253, -2.055142641067505, 0.8481428623199463, -0.10129891335964203, 0.2868448793888092, 0.9143954515457153, -2.6883482933044434, 31.0, -0.22641199827194214, 0.3597869873046875, -0.23490400612354279, -0.4120441675186157, 0.4002980887889862, -0.01972445845603943, 0.12485780566930771], "max": [0.8346513509750366, 2.0342509746551514, -0.11494738608598709, 0.13351768255233765, -0.6854256987571716, -1.0885618925094604, 0.9872804284095764, 854.0, 0.2702549993991852, 0.4100790023803711, -0.2051679939031601, 0.5273615121841431, 0.8727759718894958, 0.49188128113746643, 0.6279801726341248, -0.488465279340744, -1.81100594997406, 1.8458951711654663, 1.1908206939697266, 2.6914548873901367, 1.5866612195968628, -0.4787088930606842, 811.0, 0.02127400040626526, 0.45723098516464233, -0.0930119976401329, 0.06698665767908096, 0.9779398441314697, 0.5805581212043762, 0.7774765491485596], "mean": [0.64761883020401, 2.0232882499694824, -0.6434193849563599, -0.06826837360858917, -1.3914629220962524, -1.2203458547592163, 0.6110719442367554, 603.3568725585938, 0.18348605930805206, 0.368995726108551, -0.2242537885904312, 0.08830384910106659, 0.2988719940185547, 0.03425576537847519, -0.1468590945005417, -0.7671244740486145, -2.0164361000061035, 1.2509509325027466, 0.5718124508857727, 1.6851935386657715, 1.2723954916000366, -1.6452358961105347, 481.7475280761719, -0.12769314646720886, 0.3980982005596161, -0.16375167667865753, -0.12487421929836273, 0.7564107775688171, 0.2982943654060364, 0.42474859952926636], "std": [0.0962451621890068, 0.007116017863154411, 0.17986473441123962, 0.13202618062496185, 0.5415074825286865, 0.06633488088846207, 0.33583903312683105, 264.1575012207031, 0.05901109799742699, 0.030828285962343216, 0.020269550383090973, 0.3288789689540863, 0.6109970808029175, 0.3396134078502655, 0.5322787165641785, 0.17493975162506104, 0.0557904914021492, 0.24446135759353638, 0.37539413571357727, 0.8493190407752991, 0.15413346886634827, 0.712870180606842, 203.57212829589844, 0.0774996429681778, 0.027556037530303, 0.03067857399582863, 0.15255902707576752, 0.20008918642997742, 0.19161099195480347, 0.20696280896663666], "count": [1006]}, "actions": {"min": [0.3905872404575348, 1.9869526624679565, -0.8575152158737183, -0.27349311113357544, -2.282646417617798, -1.3992654085159302, 0.06649704277515411, 1.0, 0.08597099781036377, 0.2745380103588104, -0.2902880012989044, -0.49905699491500854, -0.6051144599914551, -0.45714420080184937, -0.6176144480705261, -1.0655583143234253, -2.055142641067505, 0.8481428623199463, -0.10129891335964203, 0.2868448793888092, 0.9143954515457153, -2.6883482933044434, 31.0, -0.22641199827194214, 0.3597869873046875, -0.23490400612354279, -0.4120441675186157, 0.4002980887889862, -0.01972445845603943, 0.12485780566930771], "max": [0.8346513509750366, 2.0342509746551514, -0.11494738608598709, 0.13351768255233765, -0.6854256987571716, -1.0885618925094604, 0.9872804284095764, 854.0, 0.2702549993991852, 0.4100790023803711, -0.2051679939031601, 0.5273615121841431, 0.8727759718894958, 0.49188128113746643, 0.6279801726341248, -0.488465279340744, -1.81100594997406, 1.8458951711654663, 1.1908206939697266, 2.6914548873901367, 1.5866612195968628, -0.4787088930606842, 811.0, 0.02127400040626526, 0.45723098516464233, -0.0930119976401329, 0.06698665767908096, 0.9779398441314697, 0.5805581212043762, 0.7774765491485596], "mean": [0.64761883020401, 2.0232882499694824, -0.6434193849563599, -0.06826837360858917, -1.3914629220962524, -1.2203458547592163, 0.6110719442367554, 603.3568725585938, 0.18348605930805206, 0.368995726108551, -0.2242537885904312, 0.08830384910106659, 0.2988719940185547, 0.03425576537847519, -0.1468590945005417, -0.7671244740486145, -2.0164361000061035, 1.2509509325027466, 0.5718124508857727, 1.6851935386657715, 1.2723954916000366, -1.6452358961105347, 481.7475280761719, -0.12769314646720886, 0.3980982005596161, -0.16375167667865753, -0.12487421929836273, 0.7564107775688171, 0.2982943654060364, 0.42474859952926636], "std": [0.0962451621890068, 0.007116017863154411, 0.17986473441123962, 0.13202618062496185, 0.5415074825286865, 0.06633488088846207, 0.33583903312683105, 264.1575012207031, 0.05901109799742699, 0.030828285962343216, 0.020269550383090973, 0.3288789689540863, 0.6109970808029175, 0.3396134078502655, 0.5322787165641785, 0.17493975162506104, 0.0557904914021492, 0.24446135759353638, 0.37539413571357727, 0.8493190407752991, 0.15413346886634827, 0.712870180606842, 203.57212829589844, 0.0774996429681778, 0.027556037530303, 0.03067857399582863, 0.15255902707576752, 0.20008918642997742, 0.19161099195480347, 0.20696280896663666], "count": [1006]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009940357852882703], "std": [0.03151265901420946], "count": [1006]}, "timestamp": {"min": [0.0], "max": [40.2], "mean": [20.099999999999998], "std": [11.61628167702557], "count": [1006]}, "frame_index": {"min": [0], "max": [1005], "mean": [502.5], "std": [290.40704192563925], "count": [1006]}, "episode_index": {"min": [342], "max": [342], "mean": [342.0], "std": [0.0], "count": [1006]}, "index": {"min": [409474], "max": [410479], "mean": [409976.5], "std": [290.40704192563925], "count": [1006]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1006]}}} +{"episode_index": 343, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4723008638800348]], [[0.47180908210985545]], [[0.46810130316494414]]], "std": [[[0.1281354807832258]], [[0.12665853514252756]], [[0.12826681853114316]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8235294117647058]], [[1.0]], [[1.0]]], "mean": [[[0.4761215489069191]], [[0.4778497778421713]], [[0.47209303965839206]]], "std": [[[0.08628874495151347]], [[0.08607673247160895]], [[0.0910472083731241]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.47730486533693933]], [[0.47890051897195657]], [[0.47446889790398916]]], "std": [[[0.0905233473357663]], [[0.09194511577002647]], [[0.09608094449428335]]], "count": [203]}, "states": {"min": [0.22500786185264587, 2.014371633529663, -1.8200992345809937, -1.5209847688674927, 0.7791324257850647, 1.0740931034088135, -2.721247673034668, 154.0, 0.03254200145602226, 0.295289009809494, -0.2579970061779022, -0.48647525906562805, -0.5720529556274414, -0.3905086815357208, -0.6313427686691284, -0.8686503767967224, -2.057307004928589, 0.7300188541412354, -0.14423401653766632, -2.8486392498016357, -1.70134699344635, 0.5211378931999207, 173.0, -0.3098190128803253, 0.2559100091457367, -0.3052330017089844, -0.4908483326435089, -0.4845740795135498, -0.537674069404602, -0.5823897123336792], "max": [0.6734527349472046, 2.034198760986328, -0.14077827334403992, -0.12424998730421066, 1.9773708581924438, 1.3876240253448486, -0.6656162738800049, 867.0, 0.28786200284957886, 0.39053699374198914, -0.12098000198602676, 0.46533581614494324, 0.9611023664474487, 0.3643878996372223, 0.5884022116661072, -0.09742427617311478, -2.009467363357544, 1.5343365669250488, 1.495956540107727, -0.6878343224525452, -1.0783865451812744, 2.8411169052124023, 785.0, -0.054391998797655106, 0.3761430084705353, -0.11423300206661224, 0.528394341468811, 0.9315003156661987, 0.47318971157073975, 0.7086656093597412], "mean": [0.45745211839675903, 2.019700050354004, -0.9927999973297119, -0.701107382774353, 1.4384942054748535, 1.2363121509552002, -1.8838822841644287, 594.8688354492188, 0.17107006907463074, 0.34740978479385376, -0.1895374357700348, -0.17802269756793976, 0.6907217502593994, -0.216135635972023, -0.43675071001052856, -0.46283024549484253, -2.0381476879119873, 0.9791626930236816, 0.4398762881755829, -1.5952785015106201, -1.4221292734146118, 2.0933618545532227, 546.3917846679688, -0.18261031806468964, 0.3122521936893463, -0.21264299750328064, -0.15531203150749207, 0.6880896687507629, 0.2114591896533966, 0.49278753995895386], "std": [0.07587628811597824, 0.0041206213645637035, 0.6321409940719604, 0.46137621998786926, 0.28692805767059326, 0.07455866783857346, 0.6970837116241455, 225.2869873046875, 0.08642169833183289, 0.02110099233686924, 0.038331884890794754, 0.23117683827877045, 0.32249146699905396, 0.1739407777786255, 0.2569980323314667, 0.21125023066997528, 0.00904822163283825, 0.25408291816711426, 0.42947226762771606, 0.5296260714530945, 0.17806687951087952, 0.6205361485481262, 209.67974853515625, 0.07683899998664856, 0.03381181135773659, 0.041806869208812714, 0.2187851071357727, 0.267314612865448, 0.19213590025901794, 0.24210770428180695], "count": [1197]}, "actions": {"min": [0.22500786185264587, 2.014371633529663, -1.8200992345809937, -1.5209847688674927, 0.7791324257850647, 1.0740931034088135, -2.721247673034668, 154.0, 0.03254200145602226, 0.295289009809494, -0.2579970061779022, -0.48647525906562805, -0.5720529556274414, -0.3905086815357208, -0.6313427686691284, -0.8686503767967224, -2.057307004928589, 0.7300188541412354, -0.14423401653766632, -2.8486392498016357, -1.70134699344635, 0.5211378931999207, 173.0, -0.3098190128803253, 0.2559100091457367, -0.3052330017089844, -0.4908483326435089, -0.4845740795135498, -0.537674069404602, -0.5823897123336792], "max": [0.6734527349472046, 2.034198760986328, -0.14077827334403992, -0.12424998730421066, 1.9773708581924438, 1.3876240253448486, -0.6656162738800049, 867.0, 0.28786200284957886, 0.39053699374198914, -0.12098000198602676, 0.46533581614494324, 0.9611023664474487, 0.3643878996372223, 0.5884022116661072, -0.09742427617311478, -2.009467363357544, 1.5343365669250488, 1.495956540107727, -0.6878343224525452, -1.0783865451812744, 2.8411169052124023, 785.0, -0.054391998797655106, 0.3761430084705353, -0.11423300206661224, 0.528394341468811, 0.9315003156661987, 0.47318971157073975, 0.7086656093597412], "mean": [0.45745211839675903, 2.019700050354004, -0.9927999973297119, -0.701107382774353, 1.4384942054748535, 1.2363121509552002, -1.8838822841644287, 594.8688354492188, 0.17107006907463074, 0.34740978479385376, -0.1895374357700348, -0.17802269756793976, 0.6907217502593994, -0.216135635972023, -0.43675071001052856, -0.46283024549484253, -2.0381476879119873, 0.9791626930236816, 0.4398762881755829, -1.5952785015106201, -1.4221292734146118, 2.0933618545532227, 546.3917846679688, -0.18261031806468964, 0.3122521936893463, -0.21264299750328064, -0.15531203150749207, 0.6880896687507629, 0.2114591896533966, 0.49278753995895386], "std": [0.07587628811597824, 0.0041206213645637035, 0.6321409940719604, 0.46137621998786926, 0.28692805767059326, 0.07455866783857346, 0.6970837116241455, 225.2869873046875, 0.08642169833183289, 0.02110099233686924, 0.038331884890794754, 0.23117683827877045, 0.32249146699905396, 0.1739407777786255, 0.2569980323314667, 0.21125023066997528, 0.00904822163283825, 0.25408291816711426, 0.42947226762771606, 0.5296260714530945, 0.17806687951087952, 0.6205361485481262, 209.67974853515625, 0.07683899998664856, 0.03381181135773659, 0.041806869208812714, 0.2187851071357727, 0.267314612865448, 0.19213590025901794, 0.24210770428180695], "count": [1197]}, "next.done": {"min": [false], "max": [true], "mean": [0.000835421888053467], "std": [0.02889158975069437], "count": [1197]}, "timestamp": {"min": [0.0], "max": [47.84], "mean": [23.919999999999998], "std": [13.821760621088279], "count": [1197]}, "frame_index": {"min": [0], "max": [1196], "mean": [598.0], "std": [345.544015527207], "count": [1197]}, "episode_index": {"min": [343], "max": [343], "mean": [343.0], "std": [0.0], "count": [1197]}, "index": {"min": [410480], "max": [411676], "mean": [411078.0], "std": [345.544015527207], "count": [1197]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1197]}}} +{"episode_index": 344, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.45867962012221064]], [[0.46407918914607266]], [[0.4591141530823375]]], "std": [[[0.12523249310757464]], [[0.12403604364599101]], [[0.12597285831762134]]], "count": [169]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[1.0]], [[1.0]]], "mean": [[[0.48033207158603086]], [[0.48252652569903703]], [[0.47627540172873883]]], "std": [[[0.07265736386162557]], [[0.07294408648205619]], [[0.0807131086953332]]], "count": [169]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[1.0]], [[0.7019607843137254]]], "mean": [[[0.4756421399427621]], [[0.47539006724484667]], [[0.47137050774451794]]], "std": [[[0.07649037987924581]], [[0.07754378508848914]], [[0.08405090749936754]]], "count": [169]}, "states": {"min": [0.5147325396537781, 1.9443840980529785, -1.9864641427993774, -1.4176262617111206, 0.2863212823867798, 1.0007020235061646, -2.813575506210327, 53.0, 0.0008539999835193157, 0.3142470121383667, -0.22887399792671204, -0.28678596019744873, -0.6474713683128357, -0.33358919620513916, -0.6544102430343628, -1.148915410041809, -2.036973714828491, 0.02790781483054161, -0.06623525172472, 1.0001085996627808, 1.0760828256607056, -2.537935495376587, 27.0, -0.25109800696372986, 0.32262900471687317, -0.21175900101661682, -0.4976392090320587, -0.5068373084068298, -0.4061998426914215, -0.6534596681594849], "max": [1.0938851833343506, 2.0496273040771484, 0.6581986546516418, -0.044191740453243256, 1.7787350416183472, 1.621044397354126, -0.70394366979599, 896.0, 0.28179600834846497, 0.42122599482536316, -0.08076000213623047, 0.5413661599159241, 0.9821101427078247, 0.45782554149627686, 0.7350053787231445, -0.32328733801841736, -1.821739673614502, 1.9250457286834717, 1.5660489797592163, 2.508073091506958, 1.6680461168289185, -0.16556194424629211, 880.0, -0.012675000354647636, 0.42626601457595825, -0.0987050011754036, 0.5675458908081055, 0.9711729884147644, 0.4467901885509491, 0.7364848256111145], "mean": [0.6676515340805054, 2.024998903274536, -0.510595440864563, -0.5244279503822327, 1.0462735891342163, 1.351224422454834, -1.8619824647903442, 594.7318115234375, 0.17595252394676208, 0.3683133125305176, -0.1729196310043335, 0.19709298014640808, 0.23586562275886536, 0.09232129901647568, 0.14792072772979736, -0.6277539730072021, -1.9833382368087769, 1.044977068901062, 0.6211673021316528, 1.832640290260315, 1.3805131912231445, -1.5622862577438354, 610.88037109375, -0.1614389717578888, 0.3660818338394165, -0.16788703203201294, -0.07389482855796814, 0.7049970030784607, 0.24027667939662933, 0.389083594083786], "std": [0.15668968856334686, 0.015250693075358868, 0.8976181149482727, 0.44444864988327026, 0.4644359052181244, 0.13534978032112122, 0.769610583782196, 296.04052734375, 0.10279078781604767, 0.022495664656162262, 0.03726886212825775, 0.26204466819763184, 0.7001069784164429, 0.27505531907081604, 0.4905563294887543, 0.18469879031181335, 0.047878190875053406, 0.46587347984313965, 0.486609548330307, 0.4848983883857727, 0.12450941652059555, 0.6859760880470276, 322.99609375, 0.07833732664585114, 0.024075575172901154, 0.022867785766720772, 0.22252236306667328, 0.32453879714012146, 0.18401075899600983, 0.3157496154308319], "count": [936]}, "actions": {"min": [0.5147325396537781, 1.9443840980529785, -1.9864641427993774, -1.4176262617111206, 0.2863212823867798, 1.0007020235061646, -2.813575506210327, 53.0, 0.0008539999835193157, 0.3142470121383667, -0.22887399792671204, -0.28678596019744873, -0.6474713683128357, -0.33358919620513916, -0.6544102430343628, -1.148915410041809, -2.036973714828491, 0.02790781483054161, -0.06623525172472, 1.0001085996627808, 1.0760828256607056, -2.537935495376587, 27.0, -0.25109800696372986, 0.32262900471687317, -0.21175900101661682, -0.4976392090320587, -0.5068373084068298, -0.4061998426914215, -0.6534596681594849], "max": [1.0938851833343506, 2.0496273040771484, 0.6581986546516418, -0.044191740453243256, 1.7787350416183472, 1.621044397354126, -0.70394366979599, 896.0, 0.28179600834846497, 0.42122599482536316, -0.08076000213623047, 0.5413661599159241, 0.9821101427078247, 0.45782554149627686, 0.7350053787231445, -0.32328733801841736, -1.821739673614502, 1.9250457286834717, 1.5660489797592163, 2.508073091506958, 1.6680461168289185, -0.16556194424629211, 880.0, -0.012675000354647636, 0.42626601457595825, -0.0987050011754036, 0.5675458908081055, 0.9711729884147644, 0.4467901885509491, 0.7364848256111145], "mean": [0.6676515340805054, 2.024998903274536, -0.510595440864563, -0.5244279503822327, 1.0462735891342163, 1.351224422454834, -1.8619824647903442, 594.7318115234375, 0.17595252394676208, 0.3683133125305176, -0.1729196310043335, 0.19709298014640808, 0.23586562275886536, 0.09232129901647568, 0.14792072772979736, -0.6277539730072021, -1.9833382368087769, 1.044977068901062, 0.6211673021316528, 1.832640290260315, 1.3805131912231445, -1.5622862577438354, 610.88037109375, -0.1614389717578888, 0.3660818338394165, -0.16788703203201294, -0.07389482855796814, 0.7049970030784607, 0.24027667939662933, 0.389083594083786], "std": [0.15668968856334686, 0.015250693075358868, 0.8976181149482727, 0.44444864988327026, 0.4644359052181244, 0.13534978032112122, 0.769610583782196, 296.04052734375, 0.10279078781604767, 0.022495664656162262, 0.03726886212825775, 0.26204466819763184, 0.7001069784164429, 0.27505531907081604, 0.4905563294887543, 0.18469879031181335, 0.047878190875053406, 0.46587347984313965, 0.486609548330307, 0.4848983883857727, 0.12450941652059555, 0.6859760880470276, 322.99609375, 0.07833732664585114, 0.024075575172901154, 0.022867785766720772, 0.22252236306667328, 0.32453879714012146, 0.18401075899600983, 0.3157496154308319], "count": [936]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010683760683760685], "std": [0.03266855737483046], "count": [936]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.699999999999996], "std": [10.807990870955928], "count": [936]}, "frame_index": {"min": [0], "max": [935], "mean": [467.5], "std": [270.1997717738982], "count": [936]}, "episode_index": {"min": [344], "max": [344], "mean": [344.0], "std": [0.0], "count": [936]}, "index": {"min": [411677], "max": [412612], "mean": [412144.5], "std": [270.1997717738982], "count": [936]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [936]}}} +{"episode_index": 345, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.46873518261471253]], [[0.47301895549886624]], [[0.4675050499366413]]], "std": [[[0.13550203794203786]], [[0.13627298064735]], [[0.13714333093557712]]], "count": [196]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7176470588235294]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.46556194248532745]], [[0.4704905368397359]], [[0.46393011579631854]]], "std": [[[0.07979071942387261]], [[0.0771133175135958]], [[0.08221931514529611]]], "count": [196]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.4735065349056289]], [[0.4760377400960384]], [[0.4718724500216753]]], "std": [[[0.07805105129773636]], [[0.07706747889187655]], [[0.08069643722286376]]], "count": [196]}, "states": {"min": [0.2289697676897049, 1.9466705322265625, -1.8577110767364502, -1.7570054531097412, -2.645744562149048, -1.6237496137619019, 0.03467969223856926, 65.0, 0.024834999814629555, 0.30056899785995483, -0.2713780105113983, -0.4750843048095703, -0.5649003982543945, -0.5646712183952332, -0.5778295397758484, -0.9337860941886902, -2.070362091064453, 1.1021579504013062, 0.12482595443725586, -2.900301218032837, -1.7144545316696167, -0.19025833904743195, 88.0, -0.23874400556087494, 0.26527801156044006, -0.2780520021915436, -0.49976709485054016, -0.6607245206832886, -0.40742018818855286, -0.697167694568634], "max": [0.663033127784729, 2.0552823543548584, 0.4780980348587036, 0.09972811490297318, -0.7116580605506897, -0.7751705646514893, 2.6507887840270996, 879.0, 0.34193599224090576, 0.3909040093421936, -0.05086499825119972, 0.5536868572235107, 0.976058840751648, 0.5646728873252869, 0.5770866274833679, 0.39247220754623413, -1.9233354330062866, 2.443653106689453, 2.0266239643096924, -0.3568151295185089, 1.404239535331726, 2.8467891216278076, 907.0, 0.018053000792860985, 0.39786699414253235, -0.022471999749541283, 0.5943498015403748, 0.9762100577354431, 0.42491209506988525, 0.7270767092704773], "mean": [0.4068455398082733, 2.030510187149048, -0.550835907459259, -0.6118070483207703, -1.8360742330551147, -1.2324738502502441, 1.0922657251358032, 687.638427734375, 0.2217293083667755, 0.3356793522834778, -0.19921652972698212, 0.09908293932676315, 0.32621774077415466, 0.04848582297563553, -0.09648942202329636, -0.3202263414859772, -2.0326428413391113, 1.7754666805267334, 1.2131611108779907, -1.041201114654541, -0.778813362121582, 1.1499723196029663, 543.3519897460938, -0.11356792598962784, 0.32539087533950806, -0.16897912323474884, -0.12284925580024719, 0.6776280999183655, 0.13447557389736176, 0.2618720233440399], "std": [0.10532483458518982, 0.008627882227301598, 0.8503921031951904, 0.6558836698532104, 0.33821219205856323, 0.089736208319664, 0.8537032604217529, 298.0041809082031, 0.08346736431121826, 0.020305119454860687, 0.06645812094211578, 0.3414827883243561, 0.6289551258087158, 0.39391958713531494, 0.45247742533683777, 0.3117917478084564, 0.012692537158727646, 0.22532698512077332, 0.5510945916175842, 0.5677645802497864, 0.7623782157897949, 0.7110947966575623, 276.2634582519531, 0.06124795973300934, 0.028745951130986214, 0.051115963608026505, 0.27702537178993225, 0.47387856245040894, 0.21017318964004517, 0.3059246242046356], "count": [1145]}, "actions": {"min": [0.2289697676897049, 1.9466705322265625, -1.8577110767364502, -1.7570054531097412, -2.645744562149048, -1.6237496137619019, 0.03467969223856926, 65.0, 0.024834999814629555, 0.30056899785995483, -0.2713780105113983, -0.4750843048095703, -0.5649003982543945, -0.5646712183952332, -0.5778295397758484, -0.9337860941886902, -2.070362091064453, 1.1021579504013062, 0.12482595443725586, -2.900301218032837, -1.7144545316696167, -0.19025833904743195, 88.0, -0.23874400556087494, 0.26527801156044006, -0.2780520021915436, -0.49976709485054016, -0.6607245206832886, -0.40742018818855286, -0.697167694568634], "max": [0.663033127784729, 2.0552823543548584, 0.4780980348587036, 0.09972811490297318, -0.7116580605506897, -0.7751705646514893, 2.6507887840270996, 879.0, 0.34193599224090576, 0.3909040093421936, -0.05086499825119972, 0.5536868572235107, 0.976058840751648, 0.5646728873252869, 0.5770866274833679, 0.39247220754623413, -1.9233354330062866, 2.443653106689453, 2.0266239643096924, -0.3568151295185089, 1.404239535331726, 2.8467891216278076, 907.0, 0.018053000792860985, 0.39786699414253235, -0.022471999749541283, 0.5943498015403748, 0.9762100577354431, 0.42491209506988525, 0.7270767092704773], "mean": [0.4068455398082733, 2.030510187149048, -0.550835907459259, -0.6118070483207703, -1.8360742330551147, -1.2324738502502441, 1.0922657251358032, 687.638427734375, 0.2217293083667755, 0.3356793522834778, -0.19921652972698212, 0.09908293932676315, 0.32621774077415466, 0.04848582297563553, -0.09648942202329636, -0.3202263414859772, -2.0326428413391113, 1.7754666805267334, 1.2131611108779907, -1.041201114654541, -0.778813362121582, 1.1499723196029663, 543.3519897460938, -0.11356792598962784, 0.32539087533950806, -0.16897912323474884, -0.12284925580024719, 0.6776280999183655, 0.13447557389736176, 0.2618720233440399], "std": [0.10532483458518982, 0.008627882227301598, 0.8503921031951904, 0.6558836698532104, 0.33821219205856323, 0.089736208319664, 0.8537032604217529, 298.0041809082031, 0.08346736431121826, 0.020305119454860687, 0.06645812094211578, 0.3414827883243561, 0.6289551258087158, 0.39391958713531494, 0.45247742533683777, 0.3117917478084564, 0.012692537158727646, 0.22532698512077332, 0.5510945916175842, 0.5677645802497864, 0.7623782157897949, 0.7110947966575623, 276.2634582519531, 0.06124795973300934, 0.028745951130986214, 0.051115963608026505, 0.27702537178993225, 0.47387856245040894, 0.21017318964004517, 0.3059246242046356], "count": [1145]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008733624454148472], "std": [0.029539798297445873], "count": [1145]}, "timestamp": {"min": [0.0], "max": [45.76], "mean": [22.88], "std": [13.221316122081038], "count": [1145]}, "frame_index": {"min": [0], "max": [1144], "mean": [572.0], "std": [330.532903052026], "count": [1145]}, "episode_index": {"min": [345], "max": [345], "mean": [345.0], "std": [0.0], "count": [1145]}, "index": {"min": [412613], "max": [413757], "mean": [413185.0], "std": [330.532903052026], "count": [1145]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1145]}}} +{"episode_index": 346, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[1.0]]], "mean": [[[0.4828637229596854]], [[0.4885524818887732]], [[0.48582328178321477]]], "std": [[[0.12147259071451724]], [[0.1217203535698613]], [[0.12172174279654231]]], "count": [226]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4777002826941986]], [[0.4797682449823587]], [[0.47410058689773843]]], "std": [[[0.06811015987756895]], [[0.06754282825792718]], [[0.06985485473588404]]], "count": [226]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4823228850352826]], [[0.48248493713488344]], [[0.4783067873720285]]], "std": [[[0.1028310215894484]], [[0.10522624804523238]], [[0.10816158989427695]]], "count": [226]}, "states": {"min": [0.4941900074481964, 1.8388441801071167, -0.41369539499282837, -0.4213050305843353, -2.70723295211792, -1.7149256467819214, 0.38641589879989624, -5.0, 0.017556000500917435, 0.28395500779151917, -0.2609589993953705, -0.424689918756485, -0.6691762804985046, -0.5051565766334534, -0.6717374920845032, -0.8866971135139465, -2.044757843017578, 0.19565141201019287, -0.08791223913431168, -2.2733960151672363, -1.7559758424758911, 2.2540578842163086, 37.0, -0.3295319974422455, 0.28837600350379944, -0.28088900446891785, -0.4997890889644623, -0.38639023900032043, -0.6037182807922363, -0.499332070350647], "max": [1.0772695541381836, 2.0364153385162354, 1.1796679496765137, 0.16720254719257355, -2.0861048698425293, -0.6457020044326782, 1.1812039613723755, 880.0, 0.26025599241256714, 0.45478999614715576, -0.1457740068435669, 0.22022178769111633, 0.896053671836853, 0.3972207307815552, 0.6883983612060547, -0.3214896619319916, -1.8786898851394653, 0.37807324528694153, 0.4786740243434906, -0.5414709448814392, -0.9833709001541138, 2.790415048599243, 897.0, -0.11765699833631516, 0.39842599630355835, -0.1351660043001175, 0.5226337313652039, 0.8923711776733398, 0.6160688996315002, 0.6743258237838745], "mean": [0.8118095993995667, 1.9825947284698486, 0.07594829797744751, -0.05183340981602669, -2.5168473720550537, -1.1986931562423706, 0.870966911315918, 438.20001220703125, 0.12877130508422852, 0.38206252455711365, -0.20788496732711792, -0.1386195421218872, 0.7183742523193359, -0.18554313480854034, -0.5090326070785522, -0.534630298614502, -2.032513380050659, 0.2985037863254547, 0.08007899671792984, -1.5562320947647095, -1.3162329196929932, 2.5688953399658203, 569.4818725585938, -0.22612781822681427, 0.3368070125579834, -0.23172202706336975, -0.3143925666809082, 0.5745366811752319, 0.31506332755088806, 0.5262165665626526], "std": [0.1564054936170578, 0.0575016587972641, 0.29767894744873047, 0.14352311193943024, 0.10431607067584991, 0.2574653923511505, 0.15294259786605835, 201.74281311035156, 0.06748580932617188, 0.03620973974466324, 0.03494782745838165, 0.10237777233123779, 0.27497583627700806, 0.14807109534740448, 0.2513267695903778, 0.18084605038166046, 0.021932044997811317, 0.047225598245859146, 0.16815121471881866, 0.5807638168334961, 0.20138831436634064, 0.16875909268856049, 235.52662658691406, 0.06432148814201355, 0.030940642580389977, 0.031211085617542267, 0.18809442222118378, 0.25059887766838074, 0.2507530450820923, 0.18395528197288513], "count": [1380]}, "actions": {"min": [0.4941900074481964, 1.8388441801071167, -0.41369539499282837, -0.4213050305843353, -2.70723295211792, -1.7149256467819214, 0.38641589879989624, -5.0, 0.017556000500917435, 0.28395500779151917, -0.2609589993953705, -0.424689918756485, -0.6691762804985046, -0.5051565766334534, -0.6717374920845032, -0.8866971135139465, -2.044757843017578, 0.19565141201019287, -0.08791223913431168, -2.2733960151672363, -1.7559758424758911, 2.2540578842163086, 37.0, -0.3295319974422455, 0.28837600350379944, -0.28088900446891785, -0.4997890889644623, -0.38639023900032043, -0.6037182807922363, -0.499332070350647], "max": [1.0772695541381836, 2.0364153385162354, 1.1796679496765137, 0.16720254719257355, -2.0861048698425293, -0.6457020044326782, 1.1812039613723755, 880.0, 0.26025599241256714, 0.45478999614715576, -0.1457740068435669, 0.22022178769111633, 0.896053671836853, 0.3972207307815552, 0.6883983612060547, -0.3214896619319916, -1.8786898851394653, 0.37807324528694153, 0.4786740243434906, -0.5414709448814392, -0.9833709001541138, 2.790415048599243, 897.0, -0.11765699833631516, 0.39842599630355835, -0.1351660043001175, 0.5226337313652039, 0.8923711776733398, 0.6160688996315002, 0.6743258237838745], "mean": [0.8118095993995667, 1.9825947284698486, 0.07594829797744751, -0.05183340981602669, -2.5168473720550537, -1.1986931562423706, 0.870966911315918, 438.20001220703125, 0.12877130508422852, 0.38206252455711365, -0.20788496732711792, -0.1386195421218872, 0.7183742523193359, -0.18554313480854034, -0.5090326070785522, -0.534630298614502, -2.032513380050659, 0.2985037863254547, 0.08007899671792984, -1.5562320947647095, -1.3162329196929932, 2.5688953399658203, 569.4818725585938, -0.22612781822681427, 0.3368070125579834, -0.23172202706336975, -0.3143925666809082, 0.5745366811752319, 0.31506332755088806, 0.5262165665626526], "std": [0.1564054936170578, 0.0575016587972641, 0.29767894744873047, 0.14352311193943024, 0.10431607067584991, 0.2574653923511505, 0.15294259786605835, 201.74281311035156, 0.06748580932617188, 0.03620973974466324, 0.03494782745838165, 0.10237777233123779, 0.27497583627700806, 0.14807109534740448, 0.2513267695903778, 0.18084605038166046, 0.021932044997811317, 0.047225598245859146, 0.16815121471881866, 0.5807638168334961, 0.20138831436634064, 0.16875909268856049, 235.52662658691406, 0.06432148814201355, 0.030940642580389977, 0.031211085617542267, 0.18809442222118378, 0.25059887766838074, 0.2507530450820923, 0.18395528197288513], "count": [1380]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007246376811594203], "std": [0.026909340040039337], "count": [1380]}, "timestamp": {"min": [0.0], "max": [55.16], "mean": [27.579999999999995], "std": [15.934863245935519], "count": [1380]}, "frame_index": {"min": [0], "max": [1379], "mean": [689.5], "std": [398.371581148388], "count": [1380]}, "episode_index": {"min": [346], "max": [346], "mean": [346.0], "std": [0.0], "count": [1380]}, "index": {"min": [413758], "max": [415137], "mean": [414447.5], "std": [398.371581148388], "count": [1380]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1380]}}} +{"episode_index": 347, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46531944134977227]], [[0.4726701584884796]], [[0.4662642994487357]]], "std": [[[0.13856331264931968]], [[0.13461205396604117]], [[0.13709704394904262]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.47033311361160623]], [[0.4705886520433089]], [[0.46583410906450123]]], "std": [[[0.07596359765199547]], [[0.07436640796704314]], [[0.0780658918006769]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[0.8901960784313725]]], "mean": [[[0.47333303418168615]], [[0.4746642868637354]], [[0.47032059875717963]]], "std": [[[0.07523098640788034]], [[0.07328216633237553]], [[0.07788638414193659]]], "count": [198]}, "states": {"min": [0.4010242819786072, 1.9578057527542114, -2.0477774143218994, -1.321668028831482, -2.871415853500366, -1.6855517625808716, 0.1062905490398407, 3.0, -0.02885800041258335, 0.28922000527381897, -0.294391006231308, -0.4637008011341095, -0.641207754611969, -0.5111883878707886, -0.6420039534568787, -0.9465619325637817, -2.0480916500091553, 0.6426651477813721, -0.025761058554053307, 0.5778261423110962, 1.0205638408660889, -2.7092397212982178, 25.0, -0.3289330005645752, 0.30763399600982666, -0.270220011472702, -0.4917420446872711, -0.4973074793815613, -0.3725877106189728, -0.6120115518569946], "max": [1.0571633577346802, 2.0463461875915527, 0.5845282673835754, 0.24951227009296417, -1.026183843612671, -1.007788062095642, 2.4805142879486084, 901.0, 0.26945000886917114, 0.4595940113067627, -0.08061599731445312, 0.5054854154586792, 0.9954850077629089, 0.5073152780532837, 0.7228002548217773, -0.30660200119018555, -1.9501088857650757, 1.8227170705795288, 1.4325313568115234, 2.6875977516174316, 1.760164499282837, -0.17718584835529327, 908.0, 0.004422000143676996, 0.44623899459838867, -0.05777199938893318, 0.5513505935668945, 0.9754549860954285, 0.5811392664909363, 0.7887222766876221], "mean": [0.6130936145782471, 2.028994560241699, -0.3800514340400696, -0.19237476587295532, -1.7663687467575073, -1.2098119258880615, 0.7898228764533997, 647.9688720703125, 0.1897851526737213, 0.3664858639240265, -0.2132808268070221, 0.2163148671388626, 0.0009865344036370516, 0.21690818667411804, 0.2328346222639084, -0.6299301981925964, -2.0318660736083984, 1.0552204847335815, 0.5479661226272583, 1.6122292280197144, 1.280940055847168, -1.3984148502349854, 558.3408203125, -0.17250290513038635, 0.36552193760871887, -0.18332666158676147, -0.18956728279590607, 0.6769192218780518, 0.30442729592323303, 0.42483553290367126], "std": [0.16799388825893402, 0.00841799657791853, 0.7798327803611755, 0.45683932304382324, 0.5401928424835205, 0.14770592749118805, 0.7870698571205139, 276.5381164550781, 0.0813242718577385, 0.03760199621319771, 0.04343901202082634, 0.2941041886806488, 0.67048579454422, 0.3276079297065735, 0.45669490098953247, 0.1879338026046753, 0.01524374634027481, 0.40935173630714417, 0.4656294286251068, 0.7673013806343079, 0.17054861783981323, 0.7666160464286804, 267.18072509765625, 0.1095447689294815, 0.03439735621213913, 0.05199575796723366, 0.19649043679237366, 0.28778257966041565, 0.23699826002120972, 0.23470750451087952], "count": [1156]}, "actions": {"min": [0.4010242819786072, 1.9578057527542114, -2.0477774143218994, -1.321668028831482, -2.871415853500366, -1.6855517625808716, 0.1062905490398407, 3.0, -0.02885800041258335, 0.28922000527381897, -0.294391006231308, -0.4637008011341095, -0.641207754611969, -0.5111883878707886, -0.6420039534568787, -0.9465619325637817, -2.0480916500091553, 0.6426651477813721, -0.025761058554053307, 0.5778261423110962, 1.0205638408660889, -2.7092397212982178, 25.0, -0.3289330005645752, 0.30763399600982666, -0.270220011472702, -0.4917420446872711, -0.4973074793815613, -0.3725877106189728, -0.6120115518569946], "max": [1.0571633577346802, 2.0463461875915527, 0.5845282673835754, 0.24951227009296417, -1.026183843612671, -1.007788062095642, 2.4805142879486084, 901.0, 0.26945000886917114, 0.4595940113067627, -0.08061599731445312, 0.5054854154586792, 0.9954850077629089, 0.5073152780532837, 0.7228002548217773, -0.30660200119018555, -1.9501088857650757, 1.8227170705795288, 1.4325313568115234, 2.6875977516174316, 1.760164499282837, -0.17718584835529327, 908.0, 0.004422000143676996, 0.44623899459838867, -0.05777199938893318, 0.5513505935668945, 0.9754549860954285, 0.5811392664909363, 0.7887222766876221], "mean": [0.6130936145782471, 2.028994560241699, -0.3800514340400696, -0.19237476587295532, -1.7663687467575073, -1.2098119258880615, 0.7898228764533997, 647.9688720703125, 0.1897851526737213, 0.3664858639240265, -0.2132808268070221, 0.2163148671388626, 0.0009865344036370516, 0.21690818667411804, 0.2328346222639084, -0.6299301981925964, -2.0318660736083984, 1.0552204847335815, 0.5479661226272583, 1.6122292280197144, 1.280940055847168, -1.3984148502349854, 558.3408203125, -0.17250290513038635, 0.36552193760871887, -0.18332666158676147, -0.18956728279590607, 0.6769192218780518, 0.30442729592323303, 0.42483553290367126], "std": [0.16799388825893402, 0.00841799657791853, 0.7798327803611755, 0.45683932304382324, 0.5401928424835205, 0.14770592749118805, 0.7870698571205139, 276.5381164550781, 0.0813242718577385, 0.03760199621319771, 0.04343901202082634, 0.2941041886806488, 0.67048579454422, 0.3276079297065735, 0.45669490098953247, 0.1879338026046753, 0.01524374634027481, 0.40935173630714417, 0.4656294286251068, 0.7673013806343079, 0.17054861783981323, 0.7666160464286804, 267.18072509765625, 0.1095447689294815, 0.03439735621213913, 0.05199575796723366, 0.19649043679237366, 0.28778257966041565, 0.23699826002120972, 0.23470750451087952], "count": [1156]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008650519031141869], "std": [0.029399040602018044], "count": [1156]}, "timestamp": {"min": [0.0], "max": [46.2], "mean": [23.099999999999998], "std": [13.348333229283721], "count": [1156]}, "frame_index": {"min": [0], "max": [1155], "mean": [577.5], "std": [333.70833073209303], "count": [1156]}, "episode_index": {"min": [347], "max": [347], "mean": [347.0], "std": [0.0], "count": [1156]}, "index": {"min": [415138], "max": [416293], "mean": [415715.5], "std": [333.70833073209303], "count": [1156]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1156]}}} +{"episode_index": 348, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4724992568836045]], [[0.47712008862351085]], [[0.4733014148182914]]], "std": [[[0.1310781802090794]], [[0.13129459957985737]], [[0.13114349960028987]]], "count": [282]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696245835361331]], [[0.4745293371633523]], [[0.4684209059066889]]], "std": [[[0.09373655235752086]], [[0.09026175291162412]], [[0.09349792409386719]]], "count": [282]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.47829458843229966]], [[0.48038448958188473]], [[0.47537939206415425]]], "std": [[[0.11551840286737158]], [[0.11662331758592122]], [[0.11996005300378103]]], "count": [282]}, "states": {"min": [0.5459738969802856, 1.9387118816375732, -0.40659192204475403, -0.3646167814731598, -2.8947157859802246, -1.4959042072296143, 0.21467550098896027, 1.0, 0.04344699904322624, 0.3220269978046417, -0.2724510133266449, -0.43744218349456787, -0.6125249862670898, -0.4586307406425476, -0.6175479292869568, -0.9173451066017151, -2.059122085571289, -0.08290313929319382, -0.17955946922302246, 0.19638444483280182, 0.8747764825820923, -2.2534821033477783, 50.0, -0.2695479989051819, 0.34784701466560364, -0.2755970060825348, -0.4298556447029114, 0.4527888298034668, -0.19153791666030884, 0.2246132493019104], "max": [1.0041577816009521, 2.0326802730560303, 1.0866944789886475, 0.20868900418281555, -1.5857014656066895, -0.36187654733657837, 1.1057184934616089, 881.0, 0.23494799435138702, 0.4460340142250061, -0.19625000655651093, 0.43111565709114075, 0.8840405941009521, 0.4237605631351471, 0.6216360330581665, -0.4927064776420593, -2.008018732070923, 1.428098201751709, 0.8860338926315308, 2.55531907081604, 1.4516252279281616, -0.33128097653388977, 889.0, -0.06700299680233002, 0.45868900418281555, -0.13142000138759613, -0.08301732689142227, 0.930634617805481, 0.5260230302810669, 0.6407558917999268], "mean": [0.7916287183761597, 2.0158183574676514, 0.2520201504230499, 0.07397277653217316, -2.5897648334503174, -0.9153022170066833, 0.745752215385437, 513.0572509765625, 0.11231710016727448, 0.38710248470306396, -0.24369168281555176, -0.1799217313528061, 0.7662633061408997, -0.26919105648994446, -0.5015192031860352, -0.6846816539764404, -2.043602705001831, 0.9158961772918701, 0.19230525195598602, 1.433036208152771, 1.0995745658874512, -0.8648547530174255, 546.8001098632812, -0.15652188658714294, 0.38835933804512024, -0.22347579896450043, -0.2510979473590851, 0.7083837985992432, 0.3047383427619934, 0.4903411269187927], "std": [0.10211117565631866, 0.011425628326833248, 0.28176435828208923, 0.1181107759475708, 0.21269473433494568, 0.23943090438842773, 0.16836653649806976, 256.4161376953125, 0.044191207736730576, 0.024912770837545395, 0.013080747798085213, 0.09378436952829361, 0.1436825394630432, 0.11135481297969818, 0.12101250886917114, 0.11854810267686844, 0.00785505585372448, 0.5202822685241699, 0.3492191731929779, 0.6946575045585632, 0.10239911079406738, 0.5897119045257568, 266.4966125488281, 0.045843567699193954, 0.026712879538536072, 0.03664597123861313, 0.09987453371286392, 0.1550712287425995, 0.22967782616615295, 0.1227581799030304], "count": [1851]}, "actions": {"min": [0.5459738969802856, 1.9387118816375732, -0.40659192204475403, -0.3646167814731598, -2.8947157859802246, -1.4959042072296143, 0.21467550098896027, 1.0, 0.04344699904322624, 0.3220269978046417, -0.2724510133266449, -0.43744218349456787, -0.6125249862670898, -0.4586307406425476, -0.6175479292869568, -0.9173451066017151, -2.059122085571289, -0.08290313929319382, -0.17955946922302246, 0.19638444483280182, 0.8747764825820923, -2.2534821033477783, 50.0, -0.2695479989051819, 0.34784701466560364, -0.2755970060825348, -0.4298556447029114, 0.4527888298034668, -0.19153791666030884, 0.2246132493019104], "max": [1.0041577816009521, 2.0326802730560303, 1.0866944789886475, 0.20868900418281555, -1.5857014656066895, -0.36187654733657837, 1.1057184934616089, 881.0, 0.23494799435138702, 0.4460340142250061, -0.19625000655651093, 0.43111565709114075, 0.8840405941009521, 0.4237605631351471, 0.6216360330581665, -0.4927064776420593, -2.008018732070923, 1.428098201751709, 0.8860338926315308, 2.55531907081604, 1.4516252279281616, -0.33128097653388977, 889.0, -0.06700299680233002, 0.45868900418281555, -0.13142000138759613, -0.08301732689142227, 0.930634617805481, 0.5260230302810669, 0.6407558917999268], "mean": [0.7916287183761597, 2.0158183574676514, 0.2520201504230499, 0.07397277653217316, -2.5897648334503174, -0.9153022170066833, 0.745752215385437, 513.0572509765625, 0.11231710016727448, 0.38710248470306396, -0.24369168281555176, -0.1799217313528061, 0.7662633061408997, -0.26919105648994446, -0.5015192031860352, -0.6846816539764404, -2.043602705001831, 0.9158961772918701, 0.19230525195598602, 1.433036208152771, 1.0995745658874512, -0.8648547530174255, 546.8001098632812, -0.15652188658714294, 0.38835933804512024, -0.22347579896450043, -0.2510979473590851, 0.7083837985992432, 0.3047383427619934, 0.4903411269187927], "std": [0.10211117565631866, 0.011425628326833248, 0.28176435828208923, 0.1181107759475708, 0.21269473433494568, 0.23943090438842773, 0.16836653649806976, 256.4161376953125, 0.044191207736730576, 0.024912770837545395, 0.013080747798085213, 0.09378436952829361, 0.1436825394630432, 0.11135481297969818, 0.12101250886917114, 0.11854810267686844, 0.00785505585372448, 0.5202822685241699, 0.3492191731929779, 0.6946575045585632, 0.10239911079406738, 0.5897119045257568, 266.4966125488281, 0.045843567699193954, 0.026712879538536072, 0.03664597123861313, 0.09987453371286392, 0.1550712287425995, 0.22967782616615295, 0.1227581799030304], "count": [1851]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005402485143165856], "std": [0.023236967225939025], "count": [1851]}, "timestamp": {"min": [0.0], "max": [74.0], "mean": [37.0], "std": [21.373503846273465], "count": [1851]}, "frame_index": {"min": [0], "max": [1850], "mean": [925.0], "std": [534.3375961568366], "count": [1851]}, "episode_index": {"min": [348], "max": [348], "mean": [348.0], "std": [0.0], "count": [1851]}, "index": {"min": [416294], "max": [418144], "mean": [417219.0], "std": [534.3375961568366], "count": [1851]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1851]}}} +{"episode_index": 349, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.45812655888214776]], [[0.4646407097218559]], [[0.4583666477988804]]], "std": [[[0.14958258045089215]], [[0.14876726502599033]], [[0.14969860256835807]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.46788060080160615]], [[0.47338197741727484]], [[0.46747226801781994]]], "std": [[[0.08985436839771224]], [[0.08543595455582902]], [[0.08856499796598329]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468539634258038]], [[0.46990751212667425]], [[0.46650382576423693]]], "std": [[[0.12662454264141168]], [[0.12354570263824913]], [[0.12555973546302526]]], "count": [223]}, "states": {"min": [0.44860196113586426, 2.011683940887451, -0.6688625812530518, -0.40278705954551697, -2.2852120399475098, -1.492762804031372, 0.11817625164985657, -4.0, 0.09361699968576431, 0.28411900997161865, -0.27980300784111023, -0.4504562020301819, -0.6192718744277954, -0.4904022812843323, -0.6186772584915161, -1.0914416313171387, -2.0540432929992676, 0.6656860113143921, -0.09040804952383041, 0.6731211543083191, 1.0310359001159668, -2.526050090789795, 38.0, -0.2394160032272339, 0.33295899629592896, -0.2750830054283142, -0.34778788685798645, 0.55266934633255, -0.1415938287973404, -0.038373567163944244], "max": [0.793182373046875, 2.0370960235595703, -0.37116172909736633, 0.19329522550106049, -1.0000039339065552, -1.0231294631958008, 1.1426845788955688, 882.0, 0.22985899448394775, 0.4007900059223175, -0.2140440046787262, 0.40808722376823425, 0.8466556072235107, 0.5057680010795593, 0.6196122169494629, -0.3977954387664795, -1.7495005130767822, 1.8324037790298462, 1.3776233196258545, 2.873178482055664, 1.7725738286972046, -0.4893030822277069, 855.0, 0.022892000153660774, 0.42784199118614197, -0.08567299693822861, 0.21015067398548126, 0.9852293133735657, 0.5024173259735107, 0.6804863810539246], "mean": [0.6623275279998779, 2.026496410369873, -0.48451662063598633, -0.08120138943195343, -1.7526001930236816, -1.1826536655426025, 0.814483642578125, 540.0730590820312, 0.16505339741706848, 0.36190956830978394, -0.24025793373584747, -0.16885064542293549, 0.6929182410240173, -0.32077711820602417, -0.536068856716156, -0.7081910371780396, -2.0147762298583984, 1.2024285793304443, 0.4854435920715332, 1.7651845216751099, 1.3053480386734009, -1.5324968099594116, 570.9247436523438, -0.1484455168247223, 0.3672569990158081, -0.19912491738796234, -0.09209707379341125, 0.7841136455535889, 0.3133895993232727, 0.38513606786727905], "std": [0.07520449161529541, 0.0060105095617473125, 0.11142884194850922, 0.13889606297016144, 0.4225219190120697, 0.13697153329849243, 0.33146509528160095, 254.25347900390625, 0.03739073500037193, 0.03812060505151749, 0.012607050128281116, 0.16875198483467102, 0.1774449199438095, 0.14914774894714355, 0.13739772140979767, 0.22178314626216888, 0.05748734250664711, 0.27706387639045715, 0.3475431501865387, 0.7784861326217651, 0.22932922840118408, 0.6667222380638123, 263.5984802246094, 0.07069633901119232, 0.01733243279159069, 0.050438400357961655, 0.1327568143606186, 0.14627106487751007, 0.17897376418113708, 0.243085578083992], "count": [1355]}, "actions": {"min": [0.44860196113586426, 2.011683940887451, -0.6688625812530518, -0.40278705954551697, -2.2852120399475098, -1.492762804031372, 0.11817625164985657, -4.0, 0.09361699968576431, 0.28411900997161865, -0.27980300784111023, -0.4504562020301819, -0.6192718744277954, -0.4904022812843323, -0.6186772584915161, -1.0914416313171387, -2.0540432929992676, 0.6656860113143921, -0.09040804952383041, 0.6731211543083191, 1.0310359001159668, -2.526050090789795, 38.0, -0.2394160032272339, 0.33295899629592896, -0.2750830054283142, -0.34778788685798645, 0.55266934633255, -0.1415938287973404, -0.038373567163944244], "max": [0.793182373046875, 2.0370960235595703, -0.37116172909736633, 0.19329522550106049, -1.0000039339065552, -1.0231294631958008, 1.1426845788955688, 882.0, 0.22985899448394775, 0.4007900059223175, -0.2140440046787262, 0.40808722376823425, 0.8466556072235107, 0.5057680010795593, 0.6196122169494629, -0.3977954387664795, -1.7495005130767822, 1.8324037790298462, 1.3776233196258545, 2.873178482055664, 1.7725738286972046, -0.4893030822277069, 855.0, 0.022892000153660774, 0.42784199118614197, -0.08567299693822861, 0.21015067398548126, 0.9852293133735657, 0.5024173259735107, 0.6804863810539246], "mean": [0.6623275279998779, 2.026496410369873, -0.48451662063598633, -0.08120138943195343, -1.7526001930236816, -1.1826536655426025, 0.814483642578125, 540.0730590820312, 0.16505339741706848, 0.36190956830978394, -0.24025793373584747, -0.16885064542293549, 0.6929182410240173, -0.32077711820602417, -0.536068856716156, -0.7081910371780396, -2.0147762298583984, 1.2024285793304443, 0.4854435920715332, 1.7651845216751099, 1.3053480386734009, -1.5324968099594116, 570.9247436523438, -0.1484455168247223, 0.3672569990158081, -0.19912491738796234, -0.09209707379341125, 0.7841136455535889, 0.3133895993232727, 0.38513606786727905], "std": [0.07520449161529541, 0.0060105095617473125, 0.11142884194850922, 0.13889606297016144, 0.4225219190120697, 0.13697153329849243, 0.33146509528160095, 254.25347900390625, 0.03739073500037193, 0.03812060505151749, 0.012607050128281116, 0.16875198483467102, 0.1774449199438095, 0.14914774894714355, 0.13739772140979767, 0.22178314626216888, 0.05748734250664711, 0.27706387639045715, 0.3475431501865387, 0.7784861326217651, 0.22932922840118408, 0.6667222380638123, 263.5984802246094, 0.07069633901119232, 0.01733243279159069, 0.050438400357961655, 0.1327568143606186, 0.14627106487751007, 0.17897376418113708, 0.243085578083992], "count": [1355]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007380073800738007], "std": [0.027156264934279112], "count": [1355]}, "timestamp": {"min": [0.0], "max": [54.16], "mean": [27.079999999999995], "std": [15.646188034150683], "count": [1355]}, "frame_index": {"min": [0], "max": [1354], "mean": [677.0], "std": [391.15470085376705], "count": [1355]}, "episode_index": {"min": [349], "max": [349], "mean": [349.0], "std": [0.0], "count": [1355]}, "index": {"min": [418145], "max": [419499], "mean": [418822.0], "std": [391.15470085376705], "count": [1355]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1355]}}} +{"episode_index": 350, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4675233951558265]], [[0.4704813473915989]], [[0.46362032719591906]]], "std": [[[0.140663301754273]], [[0.14135504065139592]], [[0.1421371366463974]]], "count": [164]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4711920009365535]], [[0.4736554915411286]], [[0.4684366120177746]]], "std": [[[0.08217606000366351]], [[0.08111109831854212]], [[0.08748972870810462]]], "count": [164]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.803921568627451]], [[1.0]], [[0.7803921568627451]]], "mean": [[[0.474347614528535]], [[0.47740798112944366]], [[0.47290349389247566]]], "std": [[[0.09407071357445024]], [[0.09380567336513304]], [[0.09917428713467809]]], "count": [164]}, "states": {"min": [0.09094911068677902, 1.9322540760040283, -1.9730948209762573, -1.7691705226898193, 0.6366612315177917, 1.047982931137085, -2.803574800491333, 5.0, 0.026226000860333443, 0.2814599871635437, -0.2589319944381714, -0.2577597498893738, -0.6497108936309814, -0.38620662689208984, -0.6730364561080933, -0.8006349205970764, -2.0462238788604736, -2.5596301555633545, -1.824549913406372, 0.2117258906364441, -1.6813803911209106, 0.17575465142726898, 31.0, -0.2398120015859604, 0.2892889976501465, -0.24781900644302368, -0.42919525504112244, 0.4949153959751129, 0.007740687113255262, 0.10589510947465897], "max": [0.7670373916625977, 2.0356647968292236, 0.03757694363594055, 0.029478611424565315, 2.796419143676758, 1.6097521781921387, -0.709773063659668, 897.0, 0.26778098940849304, 0.38731300830841064, -0.10692600160837173, 0.5276858806610107, 0.9562733173370361, 0.4608018100261688, 0.7178872227668762, -0.12137019634246826, -2.0075650215148926, -1.0642144680023193, -0.1379333734512329, 2.6121644973754883, -0.7542615532875061, 2.740516185760498, 889.0, 0.002234000014141202, 0.37101998925209045, -0.07653000205755234, 0.1719512790441513, 0.9841010570526123, 0.534566342830658, 0.742875874042511], "mean": [0.43436136841773987, 2.0210371017456055, -1.1239687204360962, -0.6283318400382996, 1.6199142932891846, 1.2975503206253052, -1.9432567358016968, 629.9146118164062, 0.18919339776039124, 0.33618786931037903, -0.19402793049812317, 0.04455597698688507, 0.4440213441848755, -0.040872860699892044, -0.14976809918880463, -0.5142645835876465, -2.031588315963745, -1.7114235162734985, -0.9035003781318665, 1.79217529296875, -1.4332023859024048, 1.310119867324829, 582.2926635742188, -0.12451845407485962, 0.32602939009666443, -0.17101599276065826, -0.10035304725170135, 0.7810583710670471, 0.266368567943573, 0.41498124599456787], "std": [0.1407107561826706, 0.012009882368147373, 0.43995699286460876, 0.5262981653213501, 0.683268129825592, 0.15896140038967133, 0.5912257432937622, 330.1765441894531, 0.07587253302335739, 0.034470394253730774, 0.03230501338839531, 0.2884182929992676, 0.590511679649353, 0.2950214445590973, 0.5077716708183289, 0.19226524233818054, 0.0074383653700351715, 0.3516300618648529, 0.4937829077243805, 0.7613037824630737, 0.16014352440834045, 0.8511257171630859, 326.8067932128906, 0.07348902523517609, 0.019492754712700844, 0.036281876266002655, 0.18845070898532867, 0.1773175150156021, 0.12481682002544403, 0.2327679842710495], "count": [902]}, "actions": {"min": [0.09094911068677902, 1.9322540760040283, -1.9730948209762573, -1.7691705226898193, 0.6366612315177917, 1.047982931137085, -2.803574800491333, 5.0, 0.026226000860333443, 0.2814599871635437, -0.2589319944381714, -0.2577597498893738, -0.6497108936309814, -0.38620662689208984, -0.6730364561080933, -0.8006349205970764, -2.0462238788604736, -2.5596301555633545, -1.824549913406372, 0.2117258906364441, -1.6813803911209106, 0.17575465142726898, 31.0, -0.2398120015859604, 0.2892889976501465, -0.24781900644302368, -0.42919525504112244, 0.4949153959751129, 0.007740687113255262, 0.10589510947465897], "max": [0.7670373916625977, 2.0356647968292236, 0.03757694363594055, 0.029478611424565315, 2.796419143676758, 1.6097521781921387, -0.709773063659668, 897.0, 0.26778098940849304, 0.38731300830841064, -0.10692600160837173, 0.5276858806610107, 0.9562733173370361, 0.4608018100261688, 0.7178872227668762, -0.12137019634246826, -2.0075650215148926, -1.0642144680023193, -0.1379333734512329, 2.6121644973754883, -0.7542615532875061, 2.740516185760498, 889.0, 0.002234000014141202, 0.37101998925209045, -0.07653000205755234, 0.1719512790441513, 0.9841010570526123, 0.534566342830658, 0.742875874042511], "mean": [0.43436136841773987, 2.0210371017456055, -1.1239687204360962, -0.6283318400382996, 1.6199142932891846, 1.2975503206253052, -1.9432567358016968, 629.9146118164062, 0.18919339776039124, 0.33618786931037903, -0.19402793049812317, 0.04455597698688507, 0.4440213441848755, -0.040872860699892044, -0.14976809918880463, -0.5142645835876465, -2.031588315963745, -1.7114235162734985, -0.9035003781318665, 1.79217529296875, -1.4332023859024048, 1.310119867324829, 582.2926635742188, -0.12451845407485962, 0.32602939009666443, -0.17101599276065826, -0.10035304725170135, 0.7810583710670471, 0.266368567943573, 0.41498124599456787], "std": [0.1407107561826706, 0.012009882368147373, 0.43995699286460876, 0.5262981653213501, 0.683268129825592, 0.15896140038967133, 0.5912257432937622, 330.1765441894531, 0.07587253302335739, 0.034470394253730774, 0.03230501338839531, 0.2884182929992676, 0.590511679649353, 0.2950214445590973, 0.5077716708183289, 0.19226524233818054, 0.0074383653700351715, 0.3516300618648529, 0.4937829077243805, 0.7613037824630737, 0.16014352440834045, 0.8511257171630859, 326.8067932128906, 0.07348902523517609, 0.019492754712700844, 0.036281876266002655, 0.18845070898532867, 0.1773175150156021, 0.12481682002544403, 0.2327679842710495], "count": [902]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011086474501108647], "std": [0.03327789583105019], "count": [902]}, "timestamp": {"min": [0.0], "max": [36.04], "mean": [18.02], "std": [10.415392455399845], "count": [902]}, "frame_index": {"min": [0], "max": [901], "mean": [450.5], "std": [260.3848113849961], "count": [902]}, "episode_index": {"min": [350], "max": [350], "mean": [350.0], "std": [0.0], "count": [902]}, "index": {"min": [419500], "max": [420401], "mean": [419950.5], "std": [260.3848113849961], "count": [902]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [902]}}} +{"episode_index": 351, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4708475535826033]], [[0.4742408490213461]], [[0.4673161775570157]]], "std": [[[0.1343079772841931]], [[0.1353157892033168]], [[0.1355657159760158]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.8156862745098039]], [[0.6588235294117647]]], "mean": [[[0.4698142111232791]], [[0.47187776821721594]], [[0.46553625082568484]]], "std": [[[0.07923725415562818]], [[0.07815122385186407]], [[0.0840036117693165]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4779480079265749]], [[0.47739862979766373]], [[0.4735064023171325]]], "std": [[[0.09188883204951495]], [[0.09354842485819936]], [[0.09889924081399099]]], "count": [188]}, "states": {"min": [0.25356143712997437, 2.0124521255493164, -2.0233428478240967, -1.6684125661849976, 0.5610535740852356, 1.055208683013916, -2.668957471847534, 31.0, 0.0019710001070052385, 0.2902370095252991, -0.2585110068321228, -0.4291001558303833, -0.5560752749443054, -0.4830612242221832, -0.6292295455932617, -0.7167893052101135, -2.0494179725646973, -2.379703998565674, -1.6589181423187256, 0.27745500206947327, -1.6847140789031982, 0.6490007042884827, 35.0, -0.2637760043144226, 0.279570996761322, -0.25689199566841125, -0.47495341300964355, 0.4505963921546936, -0.040494173765182495, 0.15917406976222992], "max": [0.768485963344574, 2.0340940952301025, 0.03841469809412956, -0.14868460595607758, 2.0671331882476807, 1.4131757020950317, -0.40189701318740845, 897.0, 0.3027609884738922, 0.39430901408195496, -0.09944000095129013, 0.451088547706604, 0.9773083329200745, 0.4443189799785614, 0.5562649369239807, 0.043301619589328766, -1.8541854619979858, -1.2837944030761719, -0.056670840829610825, 2.522123098373413, -0.6424906253814697, 2.784917116165161, 864.0, -0.020407000556588173, 0.39688900113105774, -0.09035699814558029, 0.12396566569805145, 0.975690484046936, 0.46464142203330994, 0.7081028819084167], "mean": [0.5145605802536011, 2.0196573734283447, -0.9784179925918579, -0.6827588081359863, 1.341225266456604, 1.1898635625839233, -1.7477666139602661, 698.5671997070312, 0.17072518169879913, 0.35293376445770264, -0.1970459371805191, -0.14771459996700287, 0.7092978954315186, -0.255840539932251, -0.4293133318424225, -0.4551180601119995, -2.032459020614624, -1.8313829898834229, -0.7591670155525208, 1.5840736627578735, -1.3933569192886353, 1.6682573556900024, 526.3855590820312, -0.16365037858486176, 0.32767558097839355, -0.1865922063589096, -0.14762893319129944, 0.7496201992034912, 0.2658902108669281, 0.4592597186565399], "std": [0.09579192847013474, 0.005737044382840395, 0.6796308755874634, 0.4749484360218048, 0.3396948277950287, 0.08487024903297424, 0.6686785817146301, 317.4096374511719, 0.09460189193487167, 0.03161852806806564, 0.03871450945734978, 0.2049771249294281, 0.29276710748672485, 0.1994543969631195, 0.240421324968338, 0.18594053387641907, 0.025545857846736908, 0.2824966311454773, 0.4649788439273834, 0.8212785720825195, 0.14795079827308655, 0.687736451625824, 248.38182067871094, 0.07614222168922424, 0.027590764686465263, 0.038487501442432404, 0.2063456028699875, 0.19767199456691742, 0.1375177949666977, 0.18464672565460205], "count": [1079]}, "actions": {"min": [0.25356143712997437, 2.0124521255493164, -2.0233428478240967, -1.6684125661849976, 0.5610535740852356, 1.055208683013916, -2.668957471847534, 31.0, 0.0019710001070052385, 0.2902370095252991, -0.2585110068321228, -0.4291001558303833, -0.5560752749443054, -0.4830612242221832, -0.6292295455932617, -0.7167893052101135, -2.0494179725646973, -2.379703998565674, -1.6589181423187256, 0.27745500206947327, -1.6847140789031982, 0.6490007042884827, 35.0, -0.2637760043144226, 0.279570996761322, -0.25689199566841125, -0.47495341300964355, 0.4505963921546936, -0.040494173765182495, 0.15917406976222992], "max": [0.768485963344574, 2.0340940952301025, 0.03841469809412956, -0.14868460595607758, 2.0671331882476807, 1.4131757020950317, -0.40189701318740845, 897.0, 0.3027609884738922, 0.39430901408195496, -0.09944000095129013, 0.451088547706604, 0.9773083329200745, 0.4443189799785614, 0.5562649369239807, 0.043301619589328766, -1.8541854619979858, -1.2837944030761719, -0.056670840829610825, 2.522123098373413, -0.6424906253814697, 2.784917116165161, 864.0, -0.020407000556588173, 0.39688900113105774, -0.09035699814558029, 0.12396566569805145, 0.975690484046936, 0.46464142203330994, 0.7081028819084167], "mean": [0.5145605802536011, 2.0196573734283447, -0.9784179925918579, -0.6827588081359863, 1.341225266456604, 1.1898635625839233, -1.7477666139602661, 698.5671997070312, 0.17072518169879913, 0.35293376445770264, -0.1970459371805191, -0.14771459996700287, 0.7092978954315186, -0.255840539932251, -0.4293133318424225, -0.4551180601119995, -2.032459020614624, -1.8313829898834229, -0.7591670155525208, 1.5840736627578735, -1.3933569192886353, 1.6682573556900024, 526.3855590820312, -0.16365037858486176, 0.32767558097839355, -0.1865922063589096, -0.14762893319129944, 0.7496201992034912, 0.2658902108669281, 0.4592597186565399], "std": [0.09579192847013474, 0.005737044382840395, 0.6796308755874634, 0.4749484360218048, 0.3396948277950287, 0.08487024903297424, 0.6686785817146301, 317.4096374511719, 0.09460189193487167, 0.03161852806806564, 0.03871450945734978, 0.2049771249294281, 0.29276710748672485, 0.1994543969631195, 0.240421324968338, 0.18594053387641907, 0.025545857846736908, 0.2824966311454773, 0.4649788439273834, 0.8212785720825195, 0.14795079827308655, 0.687736451625824, 248.38182067871094, 0.07614222168922424, 0.027590764686465263, 0.038487501442432404, 0.2063456028699875, 0.19767199456691742, 0.1375177949666977, 0.18464672565460205], "count": [1079]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009267840593141798], "std": [0.030429017904322526], "count": [1079]}, "timestamp": {"min": [0.0], "max": [43.12], "mean": [21.56], "std": [12.459213458320715], "count": [1079]}, "frame_index": {"min": [0], "max": [1078], "mean": [539.0], "std": [311.48033645801786], "count": [1079]}, "episode_index": {"min": [351], "max": [351], "mean": [351.0], "std": [0.0], "count": [1079]}, "index": {"min": [420402], "max": [421480], "mean": [420941.0], "std": [311.48033645801786], "count": [1079]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1079]}}} +{"episode_index": 352, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.477274577013854]], [[0.4802294660563656]], [[0.47571118931903245]]], "std": [[[0.12834013170346678]], [[0.1293385289775728]], [[0.1300727634506152]]], "count": [234]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7843137254901961]], [[1.0]], [[1.0]]], "mean": [[[0.47459762810038547]], [[0.4757021421638456]], [[0.4692781103360148]]], "std": [[[0.08614517823622864]], [[0.08732672122471104]], [[0.09434456313302703]]], "count": [234]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4777862697963801]], [[0.4793180731872521]], [[0.4759569210518966]]], "std": [[[0.07980852957906298]], [[0.07894905948469882]], [[0.08264967872914172]]], "count": [234]}, "states": {"min": [0.33948400616645813, 2.010916233062744, 1.2333892583847046, 0.03644247725605965, -2.4608967304229736, 1.0575823783874512, -2.5694737434387207, 34.0, 0.015824999660253525, 0.30502399802207947, -0.2731510102748871, -0.3416924476623535, -0.6448099613189697, -0.40885141491889954, -0.6476515531539917, -1.101913571357727, -2.050081253051758, 0.697730302810669, -0.03867649659514427, -2.642376184463501, -1.8388266563415527, 0.4801575541496277, 44.0, -0.2970010042190552, 0.28463301062583923, -0.2837499976158142, -0.4713020920753479, 0.3824251890182495, -0.0011916125658899546, 0.004832863342016935], "max": [0.6599613428115845, 2.0373053550720215, 2.6230554580688477, 1.4874569177627563, -1.2822760343551636, 1.4252535104751587, -0.7701963782310486, 857.0, 0.2503570020198822, 0.3935390114784241, -0.12083300203084946, 0.35637104511260986, 0.9600830078125, 0.38099610805511475, 0.6711751818656921, -0.21607176959514618, -1.983496904373169, 1.616733431816101, 1.2119567394256592, -0.4598768353462219, -1.2346981763839722, 2.8409423828125, 774.0, -0.0022249999456107616, 0.40545400977134705, -0.10723800212144852, 0.20304353535175323, 0.981677234172821, 0.5559784770011902, 0.7346787452697754], "mean": [0.46253347396850586, 2.0163111686706543, 2.202000856399536, 0.5484390258789062, -1.58484947681427, 1.2333652973175049, -1.9799960851669312, 657.5289916992188, 0.18906396627426147, 0.3532184064388275, -0.19625422358512878, 0.060069452971220016, 0.2097707837820053, 0.021262094378471375, -0.009247581474483013, -0.6307747960090637, -2.0379137992858887, 1.1398674249649048, 0.6737983822822571, -1.2239129543304443, -1.475267767906189, 1.5237135887145996, 486.9338073730469, -0.14789339900016785, 0.34205707907676697, -0.18287667632102966, -0.057729002088308334, 0.8106889128684998, 0.25240305066108704, 0.393539160490036], "std": [0.07448673993349075, 0.0059893084689974785, 0.4099646210670471, 0.47570499777793884, 0.3143567442893982, 0.11258836835622787, 0.5974482297897339, 279.4874572753906, 0.06307681649923325, 0.023833142593503, 0.04085133597254753, 0.24954135715961456, 0.6881391406059265, 0.31710296869277954, 0.5616848468780518, 0.267743319272995, 0.009705955162644386, 0.22266247868537903, 0.33596864342689514, 0.5856377482414246, 0.15726947784423828, 0.7400604486465454, 221.12863159179688, 0.07270312309265137, 0.02854938805103302, 0.04279481619596481, 0.17014671862125397, 0.1414906531572342, 0.1557881385087967, 0.21824544668197632], "count": [1450]}, "actions": {"min": [0.33948400616645813, 2.010916233062744, 1.2333892583847046, 0.03644247725605965, -2.4608967304229736, 1.0575823783874512, -2.5694737434387207, 34.0, 0.015824999660253525, 0.30502399802207947, -0.2731510102748871, -0.3416924476623535, -0.6448099613189697, -0.40885141491889954, -0.6476515531539917, -1.101913571357727, -2.050081253051758, 0.697730302810669, -0.03867649659514427, -2.642376184463501, -1.8388266563415527, 0.4801575541496277, 44.0, -0.2970010042190552, 0.28463301062583923, -0.2837499976158142, -0.4713020920753479, 0.3824251890182495, -0.0011916125658899546, 0.004832863342016935], "max": [0.6599613428115845, 2.0373053550720215, 2.6230554580688477, 1.4874569177627563, -1.2822760343551636, 1.4252535104751587, -0.7701963782310486, 857.0, 0.2503570020198822, 0.3935390114784241, -0.12083300203084946, 0.35637104511260986, 0.9600830078125, 0.38099610805511475, 0.6711751818656921, -0.21607176959514618, -1.983496904373169, 1.616733431816101, 1.2119567394256592, -0.4598768353462219, -1.2346981763839722, 2.8409423828125, 774.0, -0.0022249999456107616, 0.40545400977134705, -0.10723800212144852, 0.20304353535175323, 0.981677234172821, 0.5559784770011902, 0.7346787452697754], "mean": [0.46253347396850586, 2.0163111686706543, 2.202000856399536, 0.5484390258789062, -1.58484947681427, 1.2333652973175049, -1.9799960851669312, 657.5289916992188, 0.18906396627426147, 0.3532184064388275, -0.19625422358512878, 0.060069452971220016, 0.2097707837820053, 0.021262094378471375, -0.009247581474483013, -0.6307747960090637, -2.0379137992858887, 1.1398674249649048, 0.6737983822822571, -1.2239129543304443, -1.475267767906189, 1.5237135887145996, 486.9338073730469, -0.14789339900016785, 0.34205707907676697, -0.18287667632102966, -0.057729002088308334, 0.8106889128684998, 0.25240305066108704, 0.393539160490036], "std": [0.07448673993349075, 0.0059893084689974785, 0.4099646210670471, 0.47570499777793884, 0.3143567442893982, 0.11258836835622787, 0.5974482297897339, 279.4874572753906, 0.06307681649923325, 0.023833142593503, 0.04085133597254753, 0.24954135715961456, 0.6881391406059265, 0.31710296869277954, 0.5616848468780518, 0.267743319272995, 0.009705955162644386, 0.22266247868537903, 0.33596864342689514, 0.5856377482414246, 0.15726947784423828, 0.7400604486465454, 221.12863159179688, 0.07270312309265137, 0.02854938805103302, 0.04279481619596481, 0.17014671862125397, 0.1414906531572342, 0.1557881385087967, 0.21824544668197632], "count": [1450]}, "next.done": {"min": [false], "max": [true], "mean": [0.000689655172413793], "std": [0.02625222939403349], "count": [1450]}, "timestamp": {"min": [0.0], "max": [57.96], "mean": [28.98], "std": [16.74315382477268], "count": [1450]}, "frame_index": {"min": [0], "max": [1449], "mean": [724.5], "std": [418.578845619317], "count": [1450]}, "episode_index": {"min": [352], "max": [352], "mean": [352.0], "std": [0.0], "count": [1450]}, "index": {"min": [421481], "max": [422930], "mean": [422205.5], "std": [418.578845619317], "count": [1450]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1450]}}} +{"episode_index": 353, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.47093356930538177]], [[0.4760891576710471]], [[0.4714170936326658]]], "std": [[[0.12476640591647344]], [[0.12558653220522029]], [[0.12591397295944648]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469641035669587]], [[0.4722463235294118]], [[0.4666977406654151]]], "std": [[[0.09256764479535172]], [[0.0912156431482681]], [[0.0953675536971918]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4749922429078014]], [[0.4784925145146711]], [[0.47498365035287166]]], "std": [[[0.08120060445069456]], [[0.07849009154461604]], [[0.08131567292410959]]], "count": [188]}, "states": {"min": [0.0826762467622757, 1.9077845811843872, -2.010636806488037, -1.800062894821167, -2.630019187927246, -1.3712005615234375, 0.3464304506778717, 103.0, -0.002856000093743205, 0.30347099900245667, -0.2595199942588806, -0.4574625790119171, -0.6074156761169434, -0.4561476707458496, -0.6259498000144958, -0.9731782078742981, -2.0527689456939697, 0.9731432795524597, -0.038693949580192566, -2.899340867996216, -1.598931074142456, 0.28358110785484314, 68.0, -0.29527199268341064, 0.27280399203300476, -0.2953450083732605, -0.4998326003551483, -0.5097543001174927, -0.4987158179283142, -0.6614481210708618], "max": [0.6381447315216064, 2.0371134281158447, -0.7668627500534058, 0.030770156532526016, -0.3030066192150116, -0.1051211804151535, 2.638484001159668, 880.0, 0.31473401188850403, 0.40557000041007996, -0.08476100116968155, 0.5319326519966125, 0.9736633896827698, 0.4864949882030487, 0.6198045015335083, -0.01021017599850893, -1.984579086303711, 1.521804928779602, 1.661466360092163, -0.6700319051742554, -0.748240053653717, 2.8424084186553955, 894.0, -0.03728099912405014, 0.38226500153541565, -0.07499399781227112, 0.5170508027076721, 0.9641335010528564, 0.6078690886497498, 0.6908429265022278], "mean": [0.3692941665649414, 2.021921396255493, -1.3225685358047485, -0.7451601624488831, -1.4426076412200928, -1.0239804983139038, 1.3439635038375854, 716.5194702148438, 0.19606241583824158, 0.3438832461833954, -0.188762828707695, 0.04013478383421898, 0.3313680589199066, 0.028204023838043213, -0.018362168222665787, -0.4692993760108948, -2.0395567417144775, 1.314332127571106, 0.5184926390647888, -1.842888355255127, -1.3551255464553833, 2.044304847717285, 572.0454711914062, -0.16417282819747925, 0.32017743587493896, -0.20764967799186707, -0.10316189378499985, 0.6463711261749268, 0.18081814050674438, 0.4102177917957306], "std": [0.09775085002183914, 0.011843581683933735, 0.45266497135162354, 0.664350688457489, 0.8684817552566528, 0.3912455141544342, 0.9027619361877441, 282.8716735839844, 0.10400954633951187, 0.029610231518745422, 0.04713789001107216, 0.3913148045539856, 0.6099634766578674, 0.37532156705856323, 0.4705342948436737, 0.2367919236421585, 0.008931674994528294, 0.1361578404903412, 0.5170037150382996, 0.7486719489097595, 0.15885856747627258, 0.8420467376708984, 302.0368347167969, 0.070731021463871, 0.02631213143467903, 0.05119204521179199, 0.2567821145057678, 0.3608124256134033, 0.26618692278862, 0.32188573479652405], "count": [1078]}, "actions": {"min": [0.0826762467622757, 1.9077845811843872, -2.010636806488037, -1.800062894821167, -2.630019187927246, -1.3712005615234375, 0.3464304506778717, 103.0, -0.002856000093743205, 0.30347099900245667, -0.2595199942588806, -0.4574625790119171, -0.6074156761169434, -0.4561476707458496, -0.6259498000144958, -0.9731782078742981, -2.0527689456939697, 0.9731432795524597, -0.038693949580192566, -2.899340867996216, -1.598931074142456, 0.28358110785484314, 68.0, -0.29527199268341064, 0.27280399203300476, -0.2953450083732605, -0.4998326003551483, -0.5097543001174927, -0.4987158179283142, -0.6614481210708618], "max": [0.6381447315216064, 2.0371134281158447, -0.7668627500534058, 0.030770156532526016, -0.3030066192150116, -0.1051211804151535, 2.638484001159668, 880.0, 0.31473401188850403, 0.40557000041007996, -0.08476100116968155, 0.5319326519966125, 0.9736633896827698, 0.4864949882030487, 0.6198045015335083, -0.01021017599850893, -1.984579086303711, 1.521804928779602, 1.661466360092163, -0.6700319051742554, -0.748240053653717, 2.8424084186553955, 894.0, -0.03728099912405014, 0.38226500153541565, -0.07499399781227112, 0.5170508027076721, 0.9641335010528564, 0.6078690886497498, 0.6908429265022278], "mean": [0.3692941665649414, 2.021921396255493, -1.3225685358047485, -0.7451601624488831, -1.4426076412200928, -1.0239804983139038, 1.3439635038375854, 716.5194702148438, 0.19606241583824158, 0.3438832461833954, -0.188762828707695, 0.04013478383421898, 0.3313680589199066, 0.028204023838043213, -0.018362168222665787, -0.4692993760108948, -2.0395567417144775, 1.314332127571106, 0.5184926390647888, -1.842888355255127, -1.3551255464553833, 2.044304847717285, 572.0454711914062, -0.16417282819747925, 0.32017743587493896, -0.20764967799186707, -0.10316189378499985, 0.6463711261749268, 0.18081814050674438, 0.4102177917957306], "std": [0.09775085002183914, 0.011843581683933735, 0.45266497135162354, 0.664350688457489, 0.8684817552566528, 0.3912455141544342, 0.9027619361877441, 282.8716735839844, 0.10400954633951187, 0.029610231518745422, 0.04713789001107216, 0.3913148045539856, 0.6099634766578674, 0.37532156705856323, 0.4705342948436737, 0.2367919236421585, 0.008931674994528294, 0.1361578404903412, 0.5170037150382996, 0.7486719489097595, 0.15885856747627258, 0.8420467376708984, 302.0368347167969, 0.070731021463871, 0.02631213143467903, 0.05119204521179199, 0.2567821145057678, 0.3608124256134033, 0.26618692278862, 0.32188573479652405], "count": [1078]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009276437847866419], "std": [0.03044311517889043], "count": [1078]}, "timestamp": {"min": [0.0], "max": [43.08], "mean": [21.539999999999996], "std": [12.44766644797329], "count": [1078]}, "frame_index": {"min": [0], "max": [1077], "mean": [538.5], "std": [311.19166119933226], "count": [1078]}, "episode_index": {"min": [353], "max": [353], "mean": [353.0], "std": [0.0], "count": [1078]}, "index": {"min": [422931], "max": [424008], "mean": [423469.5], "std": [311.19166119933226], "count": [1078]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1078]}}} +{"episode_index": 354, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[1.0]]], "mean": [[[0.4608086822011585]], [[0.4670931091828517]], [[0.46017895932069514]]], "std": [[[0.13618599920497856]], [[0.1338822191110036]], [[0.13557918134507296]]], "count": [211]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.46994917313291823]], [[0.4708574007604622]], [[0.4654042897964873]]], "std": [[[0.08879140227751393]], [[0.08690422395722633]], [[0.09254186908673893]]], "count": [211]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470528772883561]], [[0.4711307315382709]], [[0.46681031522008487]]], "std": [[[0.09695392616692537]], [[0.09480914809716937]], [[0.0997022379389636]]], "count": [211]}, "states": {"min": [0.3724358379840851, 1.9775278568267822, -1.891483187675476, -1.5875166654586792, -2.6571764945983887, -1.7530959844589233, 0.02139773592352867, 0.0, -0.005501000210642815, 0.2764340043067932, -0.2912060022354126, -0.4070298969745636, -0.665817141532898, -0.5343638062477112, -0.6735999584197998, -1.023356318473816, -2.057603597640991, 0.2752733528614044, -0.015289084054529667, -2.482015371322632, -2.0044236183166504, -0.9033126831054688, 19.0, -0.3059299886226654, 0.2968890070915222, -0.2807979881763458, -0.4979130029678345, -0.44129204750061035, -0.5283016562461853, -0.5769271850585938], "max": [0.9127025008201599, 2.0356647968292236, 0.66130530834198, 0.06646214425563812, -0.9071524143218994, -0.8109323978424072, 2.5311813354492188, 722.0, 0.37058499455451965, 0.4198099970817566, -0.06515300273895264, 0.589053213596344, 0.9861499071121216, 0.6174612045288086, 0.7546209692955017, -0.10873401165008545, -1.9712098836898804, 2.0128707885742188, 1.9067548513412476, 0.4663694500923157, 0.7317641973495483, 2.7387008666992188, 885.0, 0.03408600017428398, 0.45260900259017944, -0.02796199917793274, 0.5123430490493774, 0.9896252751350403, 0.5996198654174805, 0.7230589389801025], "mean": [0.5411147475242615, 2.015821933746338, -0.45153194665908813, -0.324850857257843, -1.5811270475387573, -1.2012215852737427, 0.7551749348640442, 434.9286193847656, 0.2469344437122345, 0.34179064631462097, -0.22066287696361542, 0.22073639929294586, 0.14788725972175598, 0.2069072723388672, 0.07139559090137482, -0.6164361238479614, -2.0407357215881348, 1.080584168434143, 0.5431669354438782, -1.3243560791015625, -1.1747424602508545, 1.5586503744125366, 484.0364685058594, -0.175942063331604, 0.35777607560157776, -0.1930655837059021, -0.1806519627571106, 0.694850742816925, 0.3443082571029663, 0.4029891788959503], "std": [0.11919188499450684, 0.01295353565365076, 0.8769251704216003, 0.49156486988067627, 0.4809655249118805, 0.24462053179740906, 0.785275936126709, 247.38063049316406, 0.10680420696735382, 0.03573264926671982, 0.049777161329984665, 0.33653414249420166, 0.6449888348579407, 0.38985884189605713, 0.44748276472091675, 0.23989136517047882, 0.0125858373939991, 0.34892338514328003, 0.4901541471481323, 0.876131534576416, 0.5085126161575317, 0.9982125163078308, 285.42352294921875, 0.10127145797014236, 0.03487687185406685, 0.06276590377092361, 0.19175611436367035, 0.23571448028087616, 0.22050243616104126, 0.2502906620502472], "count": [1261]}, "actions": {"min": [0.3724358379840851, 1.9775278568267822, -1.891483187675476, -1.5875166654586792, -2.6571764945983887, -1.7530959844589233, 0.02139773592352867, 0.0, -0.005501000210642815, 0.2764340043067932, -0.2912060022354126, -0.4070298969745636, -0.665817141532898, -0.5343638062477112, -0.6735999584197998, -1.023356318473816, -2.057603597640991, 0.2752733528614044, -0.015289084054529667, -2.482015371322632, -2.0044236183166504, -0.9033126831054688, 19.0, -0.3059299886226654, 0.2968890070915222, -0.2807979881763458, -0.4979130029678345, -0.44129204750061035, -0.5283016562461853, -0.5769271850585938], "max": [0.9127025008201599, 2.0356647968292236, 0.66130530834198, 0.06646214425563812, -0.9071524143218994, -0.8109323978424072, 2.5311813354492188, 722.0, 0.37058499455451965, 0.4198099970817566, -0.06515300273895264, 0.589053213596344, 0.9861499071121216, 0.6174612045288086, 0.7546209692955017, -0.10873401165008545, -1.9712098836898804, 2.0128707885742188, 1.9067548513412476, 0.4663694500923157, 0.7317641973495483, 2.7387008666992188, 885.0, 0.03408600017428398, 0.45260900259017944, -0.02796199917793274, 0.5123430490493774, 0.9896252751350403, 0.5996198654174805, 0.7230589389801025], "mean": [0.5411147475242615, 2.015821933746338, -0.45153194665908813, -0.324850857257843, -1.5811270475387573, -1.2012215852737427, 0.7551749348640442, 434.9286193847656, 0.2469344437122345, 0.34179064631462097, -0.22066287696361542, 0.22073639929294586, 0.14788725972175598, 0.2069072723388672, 0.07139559090137482, -0.6164361238479614, -2.0407357215881348, 1.080584168434143, 0.5431669354438782, -1.3243560791015625, -1.1747424602508545, 1.5586503744125366, 484.0364685058594, -0.175942063331604, 0.35777607560157776, -0.1930655837059021, -0.1806519627571106, 0.694850742816925, 0.3443082571029663, 0.4029891788959503], "std": [0.11919188499450684, 0.01295353565365076, 0.8769251704216003, 0.49156486988067627, 0.4809655249118805, 0.24462053179740906, 0.785275936126709, 247.38063049316406, 0.10680420696735382, 0.03573264926671982, 0.049777161329984665, 0.33653414249420166, 0.6449888348579407, 0.38985884189605713, 0.44748276472091675, 0.23989136517047882, 0.0125858373939991, 0.34892338514328003, 0.4901541471481323, 0.876131534576416, 0.5085126161575317, 0.9982125163078308, 285.42352294921875, 0.10127145797014236, 0.03487687185406685, 0.06276590377092361, 0.19175611436367035, 0.23571448028087616, 0.22050243616104126, 0.2502906620502472], "count": [1261]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007930214115781126], "std": [0.02814946764361435], "count": [1261]}, "timestamp": {"min": [0.0], "max": [50.4], "mean": [25.2], "std": [14.560769210450387], "count": [1261]}, "frame_index": {"min": [0], "max": [1260], "mean": [630.0], "std": [364.0192302612597], "count": [1261]}, "episode_index": {"min": [354], "max": [354], "mean": [354.0], "std": [0.0], "count": [1261]}, "index": {"min": [424009], "max": [425269], "mean": [424639.0], "std": [364.0192302612597], "count": [1261]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1261]}}} +{"episode_index": 355, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47283755343467354]], [[0.47744434025714666]], [[0.4730240858338285]]], "std": [[[0.1303901022051407]], [[0.12871841277294002]], [[0.12915884930239696]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[1.0]]], "mean": [[[0.462594600003301]], [[0.4654520274229221]], [[0.46064444898329704]]], "std": [[[0.07506692641378582]], [[0.07144684166707152]], [[0.07422378949245008]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.48284911306694395]], [[0.4852992867812108]], [[0.48138311938832773]]], "std": [[[0.07545976827128911]], [[0.07510601264750309]], [[0.0791195446128788]]], "count": [198]}, "states": {"min": [0.527752697467804, 1.9515923261642456, -1.3238670825958252, -0.9542762041091919, -2.539907932281494, -1.5825250148773193, 0.1886700987815857, 0.0, 0.07784800231456757, 0.35104700922966003, -0.24555499851703644, -0.47233209013938904, -0.5957865715026855, -0.5093260407447815, -0.6123067140579224, -0.9722182154655457, -2.058040142059326, -2.5463831424713135, -1.3068675994873047, 0.5093743801116943, -1.477386474609375, 0.8699419498443604, 33.0, -0.28551599383354187, 0.3538379967212677, -0.25624099373817444, -0.39571085572242737, 0.46632352471351624, -0.05678936839103699, 0.19131846725940704], "max": [0.8968200087547302, 2.035752058029175, -0.4121246337890625, 0.07218682765960693, -0.7504740953445435, -0.8605346083641052, 1.8639767169952393, 880.0, 0.26108598709106445, 0.45921701192855835, -0.1408900022506714, 0.48879751563072205, 0.9487019777297974, 0.5310797095298767, 0.6183967590332031, -0.3634299337863922, -1.7463066577911377, -1.1917805671691895, 0.06159267574548721, 2.7166922092437744, -0.7871086001396179, 2.597590923309326, 886.0, 0.03168800100684166, 0.4162819981575012, -0.08608300238847733, 0.014832954853773117, 0.9688408970832825, 0.5848196744918823, 0.7048667073249817], "mean": [0.7058454751968384, 2.0182008743286133, -0.8184781670570374, -0.31538429856300354, -1.5378509759902954, -1.1374239921569824, 1.035996913909912, 632.8208618164062, 0.17423133552074432, 0.404584676027298, -0.19709493219852448, -0.153373584151268, 0.6270606517791748, -0.24869126081466675, -0.40325677394866943, -0.6668218970298767, -2.024202346801758, -1.7950388193130493, -0.5690295696258545, 1.5014456510543823, -1.1198530197143555, 1.6468240022659302, 595.2695922851562, -0.13370126485824585, 0.38102439045906067, -0.19116909801959991, -0.13804779946804047, 0.7462665438652039, 0.289095014333725, 0.46038687229156494], "std": [0.0891253873705864, 0.012092781253159046, 0.23265476524829865, 0.29480066895484924, 0.5773519277572632, 0.16130277514457703, 0.5813972353935242, 259.1471252441406, 0.054031647741794586, 0.029984287917613983, 0.029226215556263924, 0.2361595630645752, 0.3730214834213257, 0.26139891147613525, 0.309131383895874, 0.2089652717113495, 0.053516801446676254, 0.33804017305374146, 0.297139436006546, 0.7456062436103821, 0.1381538063287735, 0.5295105576515198, 282.7989807128906, 0.10397040098905563, 0.015643155202269554, 0.034943025559186935, 0.1204308569431305, 0.191550150513649, 0.22438137233257294, 0.16418179869651794], "count": [1161]}, "actions": {"min": [0.527752697467804, 1.9515923261642456, -1.3238670825958252, -0.9542762041091919, -2.539907932281494, -1.5825250148773193, 0.1886700987815857, 0.0, 0.07784800231456757, 0.35104700922966003, -0.24555499851703644, -0.47233209013938904, -0.5957865715026855, -0.5093260407447815, -0.6123067140579224, -0.9722182154655457, -2.058040142059326, -2.5463831424713135, -1.3068675994873047, 0.5093743801116943, -1.477386474609375, 0.8699419498443604, 33.0, -0.28551599383354187, 0.3538379967212677, -0.25624099373817444, -0.39571085572242737, 0.46632352471351624, -0.05678936839103699, 0.19131846725940704], "max": [0.8968200087547302, 2.035752058029175, -0.4121246337890625, 0.07218682765960693, -0.7504740953445435, -0.8605346083641052, 1.8639767169952393, 880.0, 0.26108598709106445, 0.45921701192855835, -0.1408900022506714, 0.48879751563072205, 0.9487019777297974, 0.5310797095298767, 0.6183967590332031, -0.3634299337863922, -1.7463066577911377, -1.1917805671691895, 0.06159267574548721, 2.7166922092437744, -0.7871086001396179, 2.597590923309326, 886.0, 0.03168800100684166, 0.4162819981575012, -0.08608300238847733, 0.014832954853773117, 0.9688408970832825, 0.5848196744918823, 0.7048667073249817], "mean": [0.7058454751968384, 2.0182008743286133, -0.8184781670570374, -0.31538429856300354, -1.5378509759902954, -1.1374239921569824, 1.035996913909912, 632.8208618164062, 0.17423133552074432, 0.404584676027298, -0.19709493219852448, -0.153373584151268, 0.6270606517791748, -0.24869126081466675, -0.40325677394866943, -0.6668218970298767, -2.024202346801758, -1.7950388193130493, -0.5690295696258545, 1.5014456510543823, -1.1198530197143555, 1.6468240022659302, 595.2695922851562, -0.13370126485824585, 0.38102439045906067, -0.19116909801959991, -0.13804779946804047, 0.7462665438652039, 0.289095014333725, 0.46038687229156494], "std": [0.0891253873705864, 0.012092781253159046, 0.23265476524829865, 0.29480066895484924, 0.5773519277572632, 0.16130277514457703, 0.5813972353935242, 259.1471252441406, 0.054031647741794586, 0.029984287917613983, 0.029226215556263924, 0.2361595630645752, 0.3730214834213257, 0.26139891147613525, 0.309131383895874, 0.2089652717113495, 0.053516801446676254, 0.33804017305374146, 0.297139436006546, 0.7456062436103821, 0.1381538063287735, 0.5295105576515198, 282.7989807128906, 0.10397040098905563, 0.015643155202269554, 0.034943025559186935, 0.1204308569431305, 0.191550150513649, 0.22438137233257294, 0.16418179869651794], "count": [1161]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008613264427217916], "std": [0.02933572156059673], "count": [1161]}, "timestamp": {"min": [0.0], "max": [46.4], "mean": [23.199999999999996], "std": [13.406068277711652], "count": [1161]}, "frame_index": {"min": [0], "max": [1160], "mean": [580.0], "std": [335.1517069427913], "count": [1161]}, "episode_index": {"min": [355], "max": [355], "mean": [355.0], "std": [0.0], "count": [1161]}, "index": {"min": [425270], "max": [426430], "mean": [425850.0], "std": [335.1517069427913], "count": [1161]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1161]}}} +{"episode_index": 356, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4692238425925926]], [[0.47375805367018603]], [[0.4683046275347746]]], "std": [[[0.13830495108505442]], [[0.13573821625307145]], [[0.1377679431927496]]], "count": [195]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7529411764705882]], [[0.7333333333333333]], [[0.7176470588235294]]], "mean": [[[0.4718940338528574]], [[0.47377079038880504]], [[0.47031482109937994]]], "std": [[[0.0625432664005519]], [[0.060596578852887065]], [[0.06473683590839811]]], "count": [195]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8]], [[1.0]], [[0.7647058823529411]]], "mean": [[[0.4733796139182168]], [[0.4740426711496565]], [[0.4702896430367019]]], "std": [[[0.08786389281838672]], [[0.08777419723997561]], [[0.09198403780056873]]], "count": [195]}, "states": {"min": [0.3236887753009796, 1.8277089595794678, -2.004248857498169, -1.555803894996643, -2.4656789302825928, -1.5654207468032837, 0.51253342628479, 21.0, -0.019771000370383263, 0.31497499346733093, -0.2740899920463562, -0.40909039974212646, -0.6052982211112976, -0.5045919418334961, -0.6110622882843018, -0.8852136135101318, -2.0535545349121094, 0.4064522981643677, -0.17132152616977692, 0.020804325118660927, 0.32307788729667664, -2.4635846614837646, 47.0, -0.33302000164985657, 0.3116709887981415, -0.2869440019130707, -0.4908212125301361, 0.29269832372665405, -0.037066128104925156, 0.1493866741657257], "max": [0.8973785638809204, 2.049610137939453, -1.3067455291748047, -0.275988906621933, -0.15301302075386047, -0.6378130912780762, 2.6814889907836914, 884.0, 0.2756510078907013, 0.44878900051116943, -0.11432000249624252, 0.39422380924224854, 0.9608913064002991, 0.4739316403865814, 0.6121572852134705, -0.18641862273216248, -2.029329299926758, 1.5507948398590088, 1.3686871528625488, 2.703026294708252, 1.4978066682815552, -0.29307568073272705, 876.0, -0.05311800166964531, 0.4410350024700165, -0.0969260036945343, -0.03518025577068329, 0.9795984625816345, 0.6299679279327393, 0.6707034707069397], "mean": [0.5733653903007507, 2.0167102813720703, -1.526949405670166, -0.6287703514099121, -1.2966136932373047, -0.9234749674797058, 1.3487523794174194, 513.7098999023438, 0.14708305895328522, 0.3840406835079193, -0.2095518857240677, -0.19435085356235504, 0.7502979636192322, -0.29918819665908813, -0.4081907272338867, -0.5643501877784729, -2.0396649837493896, 0.9758591651916504, 0.28960952162742615, 1.153602957725525, 1.1965837478637695, -1.0172513723373413, 565.56787109375, -0.21854273974895477, 0.36577048897743225, -0.2120516002178192, -0.3075372576713562, 0.5855423808097839, 0.43444034457206726, 0.4865862727165222], "std": [0.17352868616580963, 0.03193250671029091, 0.19653141498565674, 0.3602063059806824, 0.7983120083808899, 0.18615812063217163, 0.6861566305160522, 270.2012634277344, 0.08664491772651672, 0.03269996494054794, 0.03515409305691719, 0.16159658133983612, 0.22240734100341797, 0.1901959329843521, 0.1771831512451172, 0.17518118023872375, 0.005136850290000439, 0.3777451515197754, 0.45061901211738586, 0.9104248881340027, 0.16544942557811737, 0.7434763312339783, 298.3424987792969, 0.07760725170373917, 0.03614172711968422, 0.04683631658554077, 0.14788652956485748, 0.2365584373474121, 0.1751134842634201, 0.1690007448196411], "count": [1134]}, "actions": {"min": [0.3236887753009796, 1.8277089595794678, -2.004248857498169, -1.555803894996643, -2.4656789302825928, -1.5654207468032837, 0.51253342628479, 21.0, -0.019771000370383263, 0.31497499346733093, -0.2740899920463562, -0.40909039974212646, -0.6052982211112976, -0.5045919418334961, -0.6110622882843018, -0.8852136135101318, -2.0535545349121094, 0.4064522981643677, -0.17132152616977692, 0.020804325118660927, 0.32307788729667664, -2.4635846614837646, 47.0, -0.33302000164985657, 0.3116709887981415, -0.2869440019130707, -0.4908212125301361, 0.29269832372665405, -0.037066128104925156, 0.1493866741657257], "max": [0.8973785638809204, 2.049610137939453, -1.3067455291748047, -0.275988906621933, -0.15301302075386047, -0.6378130912780762, 2.6814889907836914, 884.0, 0.2756510078907013, 0.44878900051116943, -0.11432000249624252, 0.39422380924224854, 0.9608913064002991, 0.4739316403865814, 0.6121572852134705, -0.18641862273216248, -2.029329299926758, 1.5507948398590088, 1.3686871528625488, 2.703026294708252, 1.4978066682815552, -0.29307568073272705, 876.0, -0.05311800166964531, 0.4410350024700165, -0.0969260036945343, -0.03518025577068329, 0.9795984625816345, 0.6299679279327393, 0.6707034707069397], "mean": [0.5733653903007507, 2.0167102813720703, -1.526949405670166, -0.6287703514099121, -1.2966136932373047, -0.9234749674797058, 1.3487523794174194, 513.7098999023438, 0.14708305895328522, 0.3840406835079193, -0.2095518857240677, -0.19435085356235504, 0.7502979636192322, -0.29918819665908813, -0.4081907272338867, -0.5643501877784729, -2.0396649837493896, 0.9758591651916504, 0.28960952162742615, 1.153602957725525, 1.1965837478637695, -1.0172513723373413, 565.56787109375, -0.21854273974895477, 0.36577048897743225, -0.2120516002178192, -0.3075372576713562, 0.5855423808097839, 0.43444034457206726, 0.4865862727165222], "std": [0.17352868616580963, 0.03193250671029091, 0.19653141498565674, 0.3602063059806824, 0.7983120083808899, 0.18615812063217163, 0.6861566305160522, 270.2012634277344, 0.08664491772651672, 0.03269996494054794, 0.03515409305691719, 0.16159658133983612, 0.22240734100341797, 0.1901959329843521, 0.1771831512451172, 0.17518118023872375, 0.005136850290000439, 0.3777451515197754, 0.45061901211738586, 0.9104248881340027, 0.16544942557811737, 0.7434763312339783, 298.3424987792969, 0.07760725170373917, 0.03614172711968422, 0.04683631658554077, 0.14788652956485748, 0.2365584373474121, 0.1751134842634201, 0.1690007448196411], "count": [1134]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008818342151675485], "std": [0.029682597318706937], "count": [1134]}, "timestamp": {"min": [0.0], "max": [45.32], "mean": [22.66], "std": [13.094299013947508], "count": [1134]}, "frame_index": {"min": [0], "max": [1133], "mean": [566.5], "std": [327.3574753486877], "count": [1134]}, "episode_index": {"min": [356], "max": [356], "mean": [356.0], "std": [0.0], "count": [1134]}, "index": {"min": [426431], "max": [427564], "mean": [426997.5], "std": [327.3574753486877], "count": [1134]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1134]}}} +{"episode_index": 357, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4598685759025833]], [[0.4665301859632742]], [[0.460705899859944]]], "std": [[[0.15179850284294444]], [[0.14988904792446048]], [[0.15057765096026482]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.46815579287270465]], [[0.4749102036647993]], [[0.46824732337379393]]], "std": [[[0.08476375850238606]], [[0.08159280462493619]], [[0.08581870502788329]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4644508850762527]], [[0.46583056722689076]], [[0.4623761311469032]]], "std": [[[0.12632999734974923]], [[0.12414424178266253]], [[0.12636876211117498]]], "count": [210]}, "states": {"min": [0.31867969036102295, 1.9682776927947998, -1.1247774362564087, -0.47253045439720154, -2.249746799468994, -1.5942013263702393, 0.14714869856834412, 181.0, 0.0865669995546341, 0.2544969916343689, -0.2738040089607239, -0.44575896859169006, -0.6298817992210388, -0.4157826006412506, -0.6386732459068298, -0.8538674116134644, -2.053938388824463, 0.599782407283783, -0.11667525768280029, 0.6077061891555786, 1.1455469131469727, -2.2261850833892822, 109.0, -0.2949349880218506, 0.29863300919532776, -0.2754949927330017, -0.4370870292186737, 0.4376756250858307, -0.06110445037484169, 0.17336630821228027], "max": [0.8544259667396545, 2.040935516357422, -0.48539355397224426, 0.1627170443534851, -0.8423658013343811, -0.9556376338005066, 0.9989043474197388, 869.0, 0.2600950002670288, 0.4410629868507385, -0.18154799938201904, 0.4544743001461029, 0.8931958675384521, 0.40432611107826233, 0.6387048959732056, -0.20343558490276337, -1.8956893682479858, 1.6675225496292114, 1.5842353105545044, 2.5298895835876465, 1.7160600423812866, -0.35786229372024536, 829.0, -0.0025160000659525394, 0.3956579864025116, -0.1060589998960495, 0.10075316578149796, 0.9657174944877625, 0.5028427243232727, 0.7527959942817688], "mean": [0.6380540132522583, 2.022728443145752, -0.838458776473999, -0.16881941258907318, -1.4819684028625488, -1.2407581806182861, 0.713165819644928, 613.4635620117188, 0.15877878665924072, 0.36301299929618835, -0.22105719149112701, -0.18954946100711823, 0.6782848238945007, -0.20026302337646484, -0.5030871629714966, -0.5512655973434448, -2.035940408706665, 1.1052571535110474, 0.5475079417228699, 1.669980764389038, 1.3756966590881348, -1.2617987394332886, 554.466796875, -0.15987186133861542, 0.336632639169693, -0.20545139908790588, -0.14371919631958008, 0.7775242924690247, 0.2554367780685425, 0.46814125776290894], "std": [0.12136472761631012, 0.01363828033208847, 0.22895009815692902, 0.18284738063812256, 0.39141035079956055, 0.18244102597236633, 0.3121527135372162, 216.39036560058594, 0.04189595580101013, 0.05028160661458969, 0.02259213663637638, 0.19846267998218536, 0.2870984375476837, 0.1718929558992386, 0.24380157887935638, 0.19074895977973938, 0.01927955076098442, 0.2799908518791199, 0.43934646248817444, 0.6286794543266296, 0.12115461379289627, 0.6528608202934265, 213.99790954589844, 0.07710303366184235, 0.023530159145593643, 0.04474664479494095, 0.1475876420736313, 0.14888131618499756, 0.1410025656223297, 0.16299442946910858], "count": [1249]}, "actions": {"min": [0.31867969036102295, 1.9682776927947998, -1.1247774362564087, -0.47253045439720154, -2.249746799468994, -1.5942013263702393, 0.14714869856834412, 181.0, 0.0865669995546341, 0.2544969916343689, -0.2738040089607239, -0.44575896859169006, -0.6298817992210388, -0.4157826006412506, -0.6386732459068298, -0.8538674116134644, -2.053938388824463, 0.599782407283783, -0.11667525768280029, 0.6077061891555786, 1.1455469131469727, -2.2261850833892822, 109.0, -0.2949349880218506, 0.29863300919532776, -0.2754949927330017, -0.4370870292186737, 0.4376756250858307, -0.06110445037484169, 0.17336630821228027], "max": [0.8544259667396545, 2.040935516357422, -0.48539355397224426, 0.1627170443534851, -0.8423658013343811, -0.9556376338005066, 0.9989043474197388, 869.0, 0.2600950002670288, 0.4410629868507385, -0.18154799938201904, 0.4544743001461029, 0.8931958675384521, 0.40432611107826233, 0.6387048959732056, -0.20343558490276337, -1.8956893682479858, 1.6675225496292114, 1.5842353105545044, 2.5298895835876465, 1.7160600423812866, -0.35786229372024536, 829.0, -0.0025160000659525394, 0.3956579864025116, -0.1060589998960495, 0.10075316578149796, 0.9657174944877625, 0.5028427243232727, 0.7527959942817688], "mean": [0.6380540132522583, 2.022728443145752, -0.838458776473999, -0.16881941258907318, -1.4819684028625488, -1.2407581806182861, 0.713165819644928, 613.4635620117188, 0.15877878665924072, 0.36301299929618835, -0.22105719149112701, -0.18954946100711823, 0.6782848238945007, -0.20026302337646484, -0.5030871629714966, -0.5512655973434448, -2.035940408706665, 1.1052571535110474, 0.5475079417228699, 1.669980764389038, 1.3756966590881348, -1.2617987394332886, 554.466796875, -0.15987186133861542, 0.336632639169693, -0.20545139908790588, -0.14371919631958008, 0.7775242924690247, 0.2554367780685425, 0.46814125776290894], "std": [0.12136472761631012, 0.01363828033208847, 0.22895009815692902, 0.18284738063812256, 0.39141035079956055, 0.18244102597236633, 0.3121527135372162, 216.39036560058594, 0.04189595580101013, 0.05028160661458969, 0.02259213663637638, 0.19846267998218536, 0.2870984375476837, 0.1718929558992386, 0.24380157887935638, 0.19074895977973938, 0.01927955076098442, 0.2799908518791199, 0.43934646248817444, 0.6286794543266296, 0.12115461379289627, 0.6528608202934265, 213.99790954589844, 0.07710303366184235, 0.023530159145593643, 0.04474664479494095, 0.1475876420736313, 0.14888131618499756, 0.1410025656223297, 0.16299442946910858], "count": [1249]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008006405124099279], "std": [0.02828426218199471], "count": [1249]}, "timestamp": {"min": [0.0], "max": [49.92], "mean": [24.96], "std": [14.422205101855956], "count": [1249]}, "frame_index": {"min": [0], "max": [1248], "mean": [624.0], "std": [360.5551275463989], "count": [1249]}, "episode_index": {"min": [357], "max": [357], "mean": [357.0], "std": [0.0], "count": [1249]}, "index": {"min": [427565], "max": [428813], "mean": [428189.0], "std": [360.5551275463989], "count": [1249]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1249]}}} +{"episode_index": 358, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4677451493930906]], [[0.47409769957983194]], [[0.4669874077964519]]], "std": [[[0.13946621202796308]], [[0.13698262619634294]], [[0.13847166946552247]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8]], [[0.807843137254902]], [[0.803921568627451]]], "mean": [[[0.4747552661064426]], [[0.4737080217086835]], [[0.4687525910364146]]], "std": [[[0.0802406097034107]], [[0.07808825306942092]], [[0.08204210112581987]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.47341364612511666]], [[0.47355343837535013]], [[0.46925699696545287]]], "std": [[[0.10554128059678825]], [[0.10508688620310631]], [[0.1098872170695024]]], "count": [175]}, "states": {"min": [0.23722514510154724, 1.9602841138839722, -1.8749374151229858, -1.535750150680542, -2.528179407119751, -1.4657275676727295, 0.3297276198863983, 3.0, -0.003154000034555793, 0.31198400259017944, -0.2745490074157715, -0.4614236354827881, -0.6426168084144592, -0.5070298910140991, -0.643378496170044, -0.8974133729934692, -2.057114839553833, -1.825509786605835, -1.385529637336731, -0.2542770504951477, -1.3085955381393433, -0.09815732389688492, 27.0, -0.30729201436042786, 0.33476901054382324, -0.2797600030899048, -0.4996699094772339, -0.4894408881664276, -0.48215556144714355, -0.5415837168693542], "max": [0.9655685424804688, 2.060204267501831, -0.8490502834320068, -0.15329226851463318, -0.2883109450340271, -0.7547327876091003, 2.4938838481903076, 899.0, 0.3135870099067688, 0.4493120014667511, -0.1306930035352707, 0.4460652768611908, 0.9674733281135559, 0.5133456587791443, 0.6519116163253784, -0.2512052357196808, -1.8971729278564453, -0.7393214702606201, -0.23612560331821442, 2.6109778881073, 1.1475540399551392, 2.6213274002075195, 891.0, -0.036757998168468475, 0.4436360001564026, -0.10007300227880478, 0.5031660795211792, 0.9718756675720215, 0.6018587946891785, 0.6680041551589966], "mean": [0.59754478931427, 2.028411388397217, -1.2234290838241577, -0.5083325505256653, -1.427701711654663, -1.0061585903167725, 1.1361793279647827, 478.8243713378906, 0.16791878640651703, 0.3814670145511627, -0.21118371188640594, -0.008403248153626919, 0.46044889092445374, -0.008567658253014088, -0.14081023633480072, -0.5162866711616516, -2.037940740585327, -1.4259358644485474, -0.4759109616279602, 1.4519530534744263, -0.38048118352890015, 1.2789595127105713, 600.646728515625, -0.1878536492586136, 0.3723444938659668, -0.21668267250061035, -0.3049866855144501, 0.6186399459838867, 0.39278578758239746, 0.4691939651966095], "std": [0.18091490864753723, 0.014735579490661621, 0.2988099455833435, 0.3613678514957428, 0.573830783367157, 0.1564919501543045, 0.5139255523681641, 281.0387268066406, 0.09452096372842789, 0.024602672085165977, 0.03822692111134529, 0.2721324563026428, 0.6198137402534485, 0.3364235758781433, 0.44340619444847107, 0.20649611949920654, 0.016886059194803238, 0.4391012489795685, 0.2994404435157776, 0.9266538619995117, 0.9577057957649231, 1.105865478515625, 321.9180908203125, 0.08197170495986938, 0.03257112205028534, 0.04471289739012718, 0.16339409351348877, 0.24035976827144623, 0.19587336480617523, 0.16433845460414886], "count": [985]}, "actions": {"min": [0.23722514510154724, 1.9602841138839722, -1.8749374151229858, -1.535750150680542, -2.528179407119751, -1.4657275676727295, 0.3297276198863983, 3.0, -0.003154000034555793, 0.31198400259017944, -0.2745490074157715, -0.4614236354827881, -0.6426168084144592, -0.5070298910140991, -0.643378496170044, -0.8974133729934692, -2.057114839553833, -1.825509786605835, -1.385529637336731, -0.2542770504951477, -1.3085955381393433, -0.09815732389688492, 27.0, -0.30729201436042786, 0.33476901054382324, -0.2797600030899048, -0.4996699094772339, -0.4894408881664276, -0.48215556144714355, -0.5415837168693542], "max": [0.9655685424804688, 2.060204267501831, -0.8490502834320068, -0.15329226851463318, -0.2883109450340271, -0.7547327876091003, 2.4938838481903076, 899.0, 0.3135870099067688, 0.4493120014667511, -0.1306930035352707, 0.4460652768611908, 0.9674733281135559, 0.5133456587791443, 0.6519116163253784, -0.2512052357196808, -1.8971729278564453, -0.7393214702606201, -0.23612560331821442, 2.6109778881073, 1.1475540399551392, 2.6213274002075195, 891.0, -0.036757998168468475, 0.4436360001564026, -0.10007300227880478, 0.5031660795211792, 0.9718756675720215, 0.6018587946891785, 0.6680041551589966], "mean": [0.59754478931427, 2.028411388397217, -1.2234290838241577, -0.5083325505256653, -1.427701711654663, -1.0061585903167725, 1.1361793279647827, 478.8243713378906, 0.16791878640651703, 0.3814670145511627, -0.21118371188640594, -0.008403248153626919, 0.46044889092445374, -0.008567658253014088, -0.14081023633480072, -0.5162866711616516, -2.037940740585327, -1.4259358644485474, -0.4759109616279602, 1.4519530534744263, -0.38048118352890015, 1.2789595127105713, 600.646728515625, -0.1878536492586136, 0.3723444938659668, -0.21668267250061035, -0.3049866855144501, 0.6186399459838867, 0.39278578758239746, 0.4691939651966095], "std": [0.18091490864753723, 0.014735579490661621, 0.2988099455833435, 0.3613678514957428, 0.573830783367157, 0.1564919501543045, 0.5139255523681641, 281.0387268066406, 0.09452096372842789, 0.024602672085165977, 0.03822692111134529, 0.2721324563026428, 0.6198137402534485, 0.3364235758781433, 0.44340619444847107, 0.20649611949920654, 0.016886059194803238, 0.4391012489795685, 0.2994404435157776, 0.9266538619995117, 0.9577057957649231, 1.105865478515625, 321.9180908203125, 0.08197170495986938, 0.03257112205028534, 0.04471289739012718, 0.16339409351348877, 0.24035976827144623, 0.19587336480617523, 0.16433845460414886], "count": [985]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010152284263959391], "std": [0.03184647135301141], "count": [985]}, "timestamp": {"min": [0.0], "max": [39.36], "mean": [19.68], "std": [11.373794441610064], "count": [985]}, "frame_index": {"min": [0], "max": [984], "mean": [492.0], "std": [284.3448610402516], "count": [985]}, "episode_index": {"min": [358], "max": [358], "mean": [358.0], "std": [0.0], "count": [985]}, "index": {"min": [428814], "max": [429798], "mean": [429306.0], "std": [284.3448610402516], "count": [985]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [985]}}} +{"episode_index": 359, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47160690173796793]], [[0.4761896557486631]], [[0.47138579638294714]]], "std": [[[0.12742811261661133]], [[0.12660855454297804]], [[0.1272732537107239]]], "count": [220]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4683860581922163]], [[0.4738971386660725]], [[0.4676497669711824]]], "std": [[[0.07983708113559215]], [[0.07684247096031883]], [[0.08199040879871304]]], "count": [220]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.47603143568033274]], [[0.47857646408942367]], [[0.47400627228163994]]], "std": [[[0.07843240718492103]], [[0.07683859373893492]], [[0.08057931505504527]]], "count": [220]}, "states": {"min": [0.5224119424819946, 1.9038751125335693, -0.7727096676826477, -0.5746322274208069, -2.526172161102295, -1.5518944263458252, 0.13173745572566986, -5.0, 0.10999400168657303, 0.32195600867271423, -0.2602429986000061, -0.444363534450531, -0.6105789542198181, -0.5212234258651733, -0.6103466749191284, -1.0792417526245117, -2.055596351623535, -2.5153684616088867, -1.374534010887146, 0.07044148445129395, -1.8479197025299072, 0.6367659568786621, 13.0, -0.26527801156044006, 0.34687599539756775, -0.2508949935436249, -0.4370170533657074, 0.36910298466682434, -0.12538304924964905, -0.0050936914049088955], "max": [0.8605346083641052, 2.0318949222564697, 0.39437463879585266, 0.15037758648395538, -0.8543386459350586, -0.9309935569763184, 1.2036662101745605, 884.0, 0.3098379969596863, 0.4426789879798889, -0.17374899983406067, 0.5279432535171509, 0.8965247869491577, 0.5843347311019897, 0.6318755149841309, -0.3600439727306366, -1.735939383506775, -1.1685328483581543, 0.024696407839655876, 2.870211362838745, -0.8880759477615356, 2.602634906768799, 883.0, 0.04641899839043617, 0.44600701332092285, -0.08371099829673767, 0.11951181292533875, 0.9781429171562195, 0.5662820935249329, 0.759016752243042], "mean": [0.6597101092338562, 2.008894205093384, -0.26853132247924805, -0.1590953916311264, -1.7600760459899902, -1.119210124015808, 0.7715915441513062, 720.8095703125, 0.20681703090667725, 0.39200761914253235, -0.21700610220432281, 0.10372809320688248, 0.24578702449798584, 0.0447697713971138, -0.10604732483625412, -0.7514504194259644, -2.031341791152954, -1.9646611213684082, -0.5816507935523987, 1.8569048643112183, -1.2583800554275513, 1.5766009092330933, 602.68212890625, -0.12179283797740936, 0.37992894649505615, -0.1807480752468109, -0.1088944524526596, 0.7982347011566162, 0.22958922386169434, 0.40890616178512573], "std": [0.08685338497161865, 0.022736303508281708, 0.4547528624534607, 0.22221721708774567, 0.39983993768692017, 0.17503002285957336, 0.4722801148891449, 289.74676513671875, 0.04989068582653999, 0.03155002370476723, 0.024660708382725716, 0.3051276206970215, 0.6280267238616943, 0.41049978137016296, 0.5094590783119202, 0.21068374812602997, 0.042023517191410065, 0.43237364292144775, 0.31699731945991516, 0.6140493750572205, 0.20874959230422974, 0.5581531524658203, 300.1296691894531, 0.09374120086431503, 0.02352183498442173, 0.04082054644823074, 0.12251102179288864, 0.1730920672416687, 0.21873122453689575, 0.19553595781326294], "count": [1334]}, "actions": {"min": [0.5224119424819946, 1.9038751125335693, -0.7727096676826477, -0.5746322274208069, -2.526172161102295, -1.5518944263458252, 0.13173745572566986, -5.0, 0.10999400168657303, 0.32195600867271423, -0.2602429986000061, -0.444363534450531, -0.6105789542198181, -0.5212234258651733, -0.6103466749191284, -1.0792417526245117, -2.055596351623535, -2.5153684616088867, -1.374534010887146, 0.07044148445129395, -1.8479197025299072, 0.6367659568786621, 13.0, -0.26527801156044006, 0.34687599539756775, -0.2508949935436249, -0.4370170533657074, 0.36910298466682434, -0.12538304924964905, -0.0050936914049088955], "max": [0.8605346083641052, 2.0318949222564697, 0.39437463879585266, 0.15037758648395538, -0.8543386459350586, -0.9309935569763184, 1.2036662101745605, 884.0, 0.3098379969596863, 0.4426789879798889, -0.17374899983406067, 0.5279432535171509, 0.8965247869491577, 0.5843347311019897, 0.6318755149841309, -0.3600439727306366, -1.735939383506775, -1.1685328483581543, 0.024696407839655876, 2.870211362838745, -0.8880759477615356, 2.602634906768799, 883.0, 0.04641899839043617, 0.44600701332092285, -0.08371099829673767, 0.11951181292533875, 0.9781429171562195, 0.5662820935249329, 0.759016752243042], "mean": [0.6597101092338562, 2.008894205093384, -0.26853132247924805, -0.1590953916311264, -1.7600760459899902, -1.119210124015808, 0.7715915441513062, 720.8095703125, 0.20681703090667725, 0.39200761914253235, -0.21700610220432281, 0.10372809320688248, 0.24578702449798584, 0.0447697713971138, -0.10604732483625412, -0.7514504194259644, -2.031341791152954, -1.9646611213684082, -0.5816507935523987, 1.8569048643112183, -1.2583800554275513, 1.5766009092330933, 602.68212890625, -0.12179283797740936, 0.37992894649505615, -0.1807480752468109, -0.1088944524526596, 0.7982347011566162, 0.22958922386169434, 0.40890616178512573], "std": [0.08685338497161865, 0.022736303508281708, 0.4547528624534607, 0.22221721708774567, 0.39983993768692017, 0.17503002285957336, 0.4722801148891449, 289.74676513671875, 0.04989068582653999, 0.03155002370476723, 0.024660708382725716, 0.3051276206970215, 0.6280267238616943, 0.41049978137016296, 0.5094590783119202, 0.21068374812602997, 0.042023517191410065, 0.43237364292144775, 0.31699731945991516, 0.6140493750572205, 0.20874959230422974, 0.5581531524658203, 300.1296691894531, 0.09374120086431503, 0.02352183498442173, 0.04082054644823074, 0.12251102179288864, 0.1730920672416687, 0.21873122453689575, 0.19553595781326294], "count": [1334]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007496251874062968], "std": [0.02736901988535035], "count": [1334]}, "timestamp": {"min": [0.0], "max": [53.32], "mean": [26.66], "std": [15.40370085401557], "count": [1334]}, "frame_index": {"min": [0], "max": [1333], "mean": [666.5], "std": [385.09252135038923], "count": [1334]}, "episode_index": {"min": [359], "max": [359], "mean": [359.0], "std": [0.0], "count": [1334]}, "index": {"min": [429799], "max": [431132], "mean": [430465.5], "std": [385.09252135038923], "count": [1334]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1334]}}} +{"episode_index": 360, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.47983268790849676]], [[0.4836061974789916]], [[0.4805069992997199]]], "std": [[[0.13329649844261288]], [[0.13443023649240965]], [[0.13439943898026022]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6627450980392157]], [[1.0]], [[1.0]]], "mean": [[[0.48218781629318397]], [[0.48438892273576095]], [[0.47896059873949576]]], "std": [[[0.0838556341990704]], [[0.08291649177391507]], [[0.08658452126457813]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.475202675070028]], [[0.4762778197945845]], [[0.47255057889822594]]], "std": [[[0.11655998037480315]], [[0.11836303751825478]], [[0.12012439954365525]]], "count": [175]}, "states": {"min": [0.4720417559146881, 2.0147032737731934, -0.1488591432571411, -0.10180506110191345, -2.6646814346313477, -1.3444969654083252, 0.2797239422798157, 5.0, 0.03793400153517723, 0.3185630142688751, -0.2822510004043579, -0.370315819978714, -0.6270319819450378, -0.3764844834804535, -0.6296796202659607, -0.714904248714447, -2.052489757537842, -2.191330909729004, -1.6973676681518555, 0.12086404860019684, -1.4741226434707642, 0.14411184191703796, 33.0, -0.21128299832344055, 0.30555999279022217, -0.26848700642585754, -0.33331677317619324, 0.5556448101997375, -0.14524666965007782, 0.09795080125331879], "max": [0.9741730690002441, 2.0420002937316895, 0.6793868541717529, 0.2117084562778473, -2.2296407222747803, -0.7979296445846558, 0.9128246903419495, 892.0, 0.2018119990825653, 0.392767995595932, -0.21661099791526794, 0.4198153614997864, 0.8762390613555908, 0.406430721282959, 0.6512870192527771, -0.05890486389398575, -1.8679038286209106, -1.424869418144226, -0.2762332558631897, 2.793102741241455, -0.7434405088424683, 2.5319666862487793, 879.0, -0.0777989998459816, 0.40557000041007996, -0.11795099824666977, -0.08477015048265457, 0.9586884379386902, 0.5757671594619751, 0.6640780568122864], "mean": [0.7481929659843445, 2.024498701095581, 0.1753157526254654, 0.0338808037340641, -2.504281997680664, -1.0719178915023804, 0.7681889533996582, 467.28179931640625, 0.11647776514291763, 0.3708969056606293, -0.2401268631219864, -0.12342371046543121, 0.6805311441421509, -0.2219274342060089, -0.4790138006210327, -0.4725433886051178, -2.028618574142456, -1.7005772590637207, -0.737727165222168, 1.4214979410171509, -1.0517650842666626, 1.8541815280914307, 502.7110900878906, -0.1587660014629364, 0.3705846071243286, -0.20329274237155914, -0.22671280801296234, 0.7648759484291077, 0.2809217572212219, 0.44456326961517334], "std": [0.11225467175245285, 0.004933296702802181, 0.1605624407529831, 0.10632586479187012, 0.1191321313381195, 0.150394469499588, 0.12348120659589767, 230.6605224609375, 0.0469978004693985, 0.016622142866253853, 0.016745345667004585, 0.14058680832386017, 0.3283011317253113, 0.1760314702987671, 0.2905253469944, 0.16347116231918335, 0.022286703810095787, 0.23091034591197968, 0.4706287086009979, 0.8318701386451721, 0.2122662514448166, 0.7792320251464844, 324.2249450683594, 0.04018259793519974, 0.02867051400244236, 0.038911737501621246, 0.07373709231615067, 0.12154974043369293, 0.19694456458091736, 0.1673734486103058], "count": [983]}, "actions": {"min": [0.4720417559146881, 2.0147032737731934, -0.1488591432571411, -0.10180506110191345, -2.6646814346313477, -1.3444969654083252, 0.2797239422798157, 5.0, 0.03793400153517723, 0.3185630142688751, -0.2822510004043579, -0.370315819978714, -0.6270319819450378, -0.3764844834804535, -0.6296796202659607, -0.714904248714447, -2.052489757537842, -2.191330909729004, -1.6973676681518555, 0.12086404860019684, -1.4741226434707642, 0.14411184191703796, 33.0, -0.21128299832344055, 0.30555999279022217, -0.26848700642585754, -0.33331677317619324, 0.5556448101997375, -0.14524666965007782, 0.09795080125331879], "max": [0.9741730690002441, 2.0420002937316895, 0.6793868541717529, 0.2117084562778473, -2.2296407222747803, -0.7979296445846558, 0.9128246903419495, 892.0, 0.2018119990825653, 0.392767995595932, -0.21661099791526794, 0.4198153614997864, 0.8762390613555908, 0.406430721282959, 0.6512870192527771, -0.05890486389398575, -1.8679038286209106, -1.424869418144226, -0.2762332558631897, 2.793102741241455, -0.7434405088424683, 2.5319666862487793, 879.0, -0.0777989998459816, 0.40557000041007996, -0.11795099824666977, -0.08477015048265457, 0.9586884379386902, 0.5757671594619751, 0.6640780568122864], "mean": [0.7481929659843445, 2.024498701095581, 0.1753157526254654, 0.0338808037340641, -2.504281997680664, -1.0719178915023804, 0.7681889533996582, 467.28179931640625, 0.11647776514291763, 0.3708969056606293, -0.2401268631219864, -0.12342371046543121, 0.6805311441421509, -0.2219274342060089, -0.4790138006210327, -0.4725433886051178, -2.028618574142456, -1.7005772590637207, -0.737727165222168, 1.4214979410171509, -1.0517650842666626, 1.8541815280914307, 502.7110900878906, -0.1587660014629364, 0.3705846071243286, -0.20329274237155914, -0.22671280801296234, 0.7648759484291077, 0.2809217572212219, 0.44456326961517334], "std": [0.11225467175245285, 0.004933296702802181, 0.1605624407529831, 0.10632586479187012, 0.1191321313381195, 0.150394469499588, 0.12348120659589767, 230.6605224609375, 0.0469978004693985, 0.016622142866253853, 0.016745345667004585, 0.14058680832386017, 0.3283011317253113, 0.1760314702987671, 0.2905253469944, 0.16347116231918335, 0.022286703810095787, 0.23091034591197968, 0.4706287086009979, 0.8318701386451721, 0.2122662514448166, 0.7792320251464844, 324.2249450683594, 0.04018259793519974, 0.02867051400244236, 0.038911737501621246, 0.07373709231615067, 0.12154974043369293, 0.19694456458091736, 0.1673734486103058], "count": [983]}, "next.done": {"min": [false], "max": [true], "mean": [0.001017293997965412], "std": [0.0318788191576651], "count": [983]}, "timestamp": {"min": [0.0], "max": [39.28], "mean": [19.64], "std": [11.350700418916887], "count": [983]}, "frame_index": {"min": [0], "max": [982], "mean": [491.0], "std": [283.7675104729222], "count": [983]}, "episode_index": {"min": [360], "max": [360], "mean": [360.0], "std": [0.0], "count": [983]}, "index": {"min": [431133], "max": [432115], "mean": [431624.0], "std": [283.7675104729222], "count": [983]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [983]}}} +{"episode_index": 361, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4655428839869281]], [[0.46741270891690007]], [[0.46314242763772173]]], "std": [[[0.12666794870549136]], [[0.12606798226992252]], [[0.1274875762613591]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47238984710550885]], [[0.474660119047619]], [[0.46893190943043883]]], "std": [[[0.08753829879775489]], [[0.08743489119164898]], [[0.09281508907078725]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.469570989729225]], [[0.47167975256769373]], [[0.4667666059757236]]], "std": [[[0.09358714780351962]], [[0.09453992487152547]], [[0.09923495082185584]]], "count": [175]}, "states": {"min": [0.23598596453666687, 2.014005184173584, -1.919076919555664, -1.6103804111480713, 0.5844409465789795, 0.8347386717796326, -2.785510778427124, 53.0, 0.0019030000548809767, 0.3004629909992218, -0.281127005815506, -0.4713878035545349, -0.6643128991127014, -0.378724068403244, -0.6698817610740662, -0.6354045271873474, -2.055596351623535, 0.6840120553970337, -0.1436755210161209, -2.9006848335266113, -1.7349793910980225, 0.6659477949142456, 46.0, -0.3059470057487488, 0.2473669946193695, -0.2973029911518097, -0.4988985061645508, -0.4949752986431122, -0.5027145743370056, -0.6672240495681763], "max": [0.7520973086357117, 2.05025577545166, -0.320233017206192, -0.1472010761499405, 2.443530797958374, 1.5276693105697632, -0.44512876868247986, 850.0, 0.2903650104999542, 0.41492700576782227, -0.1233379989862442, 0.45753809809684753, 0.9689000248908997, 0.3721747100353241, 0.6740537881851196, -0.12803736329078674, -2.008908987045288, 1.4619401693344116, 1.4796901941299438, -0.7898487448692322, -1.0721557140350342, 2.840750217437744, 802.0, -0.0869000032544136, 0.34512901306152344, -0.15199799835681915, 0.556089460849762, 0.9104883670806885, 0.4811631739139557, 0.7173082828521729], "mean": [0.4898587465286255, 2.0240554809570312, -1.1026071310043335, -0.6597492694854736, 1.5287858247756958, 1.1753950119018555, -2.0221574306488037, 603.2297973632812, 0.16637130081653595, 0.35155364871025085, -0.19258767366409302, -0.2485097199678421, 0.7199991941452026, -0.19195304811000824, -0.4491040110588074, -0.414102703332901, -2.040776014328003, 1.2271052598953247, 0.3788169026374817, -1.9325904846191406, -1.4263923168182373, 2.2408344745635986, 515.2083740234375, -0.18127286434173584, 0.29930153489112854, -0.2222755402326584, -0.0032319468446075916, 0.5100529789924622, 0.11207474023103714, 0.2771352529525757], "std": [0.09534905105829239, 0.008629333227872849, 0.5834611654281616, 0.4804846942424774, 0.41499993205070496, 0.1175842434167862, 0.7357817888259888, 267.803466796875, 0.09729906916618347, 0.031033221632242203, 0.043871842324733734, 0.18687191605567932, 0.2622256278991699, 0.1750444918870926, 0.21674801409244537, 0.15255653858184814, 0.009847319684922695, 0.15277045965194702, 0.4828427731990814, 0.6696373820304871, 0.18400585651397705, 0.6946372985839844, 259.54937744140625, 0.06697645038366318, 0.028580008074641228, 0.040526777505874634, 0.3064499795436859, 0.5019793510437012, 0.27307987213134766, 0.47958627343177795], "count": [979]}, "actions": {"min": [0.23598596453666687, 2.014005184173584, -1.919076919555664, -1.6103804111480713, 0.5844409465789795, 0.8347386717796326, -2.785510778427124, 53.0, 0.0019030000548809767, 0.3004629909992218, -0.281127005815506, -0.4713878035545349, -0.6643128991127014, -0.378724068403244, -0.6698817610740662, -0.6354045271873474, -2.055596351623535, 0.6840120553970337, -0.1436755210161209, -2.9006848335266113, -1.7349793910980225, 0.6659477949142456, 46.0, -0.3059470057487488, 0.2473669946193695, -0.2973029911518097, -0.4988985061645508, -0.4949752986431122, -0.5027145743370056, -0.6672240495681763], "max": [0.7520973086357117, 2.05025577545166, -0.320233017206192, -0.1472010761499405, 2.443530797958374, 1.5276693105697632, -0.44512876868247986, 850.0, 0.2903650104999542, 0.41492700576782227, -0.1233379989862442, 0.45753809809684753, 0.9689000248908997, 0.3721747100353241, 0.6740537881851196, -0.12803736329078674, -2.008908987045288, 1.4619401693344116, 1.4796901941299438, -0.7898487448692322, -1.0721557140350342, 2.840750217437744, 802.0, -0.0869000032544136, 0.34512901306152344, -0.15199799835681915, 0.556089460849762, 0.9104883670806885, 0.4811631739139557, 0.7173082828521729], "mean": [0.4898587465286255, 2.0240554809570312, -1.1026071310043335, -0.6597492694854736, 1.5287858247756958, 1.1753950119018555, -2.0221574306488037, 603.2297973632812, 0.16637130081653595, 0.35155364871025085, -0.19258767366409302, -0.2485097199678421, 0.7199991941452026, -0.19195304811000824, -0.4491040110588074, -0.414102703332901, -2.040776014328003, 1.2271052598953247, 0.3788169026374817, -1.9325904846191406, -1.4263923168182373, 2.2408344745635986, 515.2083740234375, -0.18127286434173584, 0.29930153489112854, -0.2222755402326584, -0.0032319468446075916, 0.5100529789924622, 0.11207474023103714, 0.2771352529525757], "std": [0.09534905105829239, 0.008629333227872849, 0.5834611654281616, 0.4804846942424774, 0.41499993205070496, 0.1175842434167862, 0.7357817888259888, 267.803466796875, 0.09729906916618347, 0.031033221632242203, 0.043871842324733734, 0.18687191605567932, 0.2622256278991699, 0.1750444918870926, 0.21674801409244537, 0.15255653858184814, 0.009847319684922695, 0.15277045965194702, 0.4828427731990814, 0.6696373820304871, 0.18400585651397705, 0.6946372985839844, 259.54937744140625, 0.06697645038366318, 0.028580008074641228, 0.040526777505874634, 0.3064499795436859, 0.5019793510437012, 0.27307987213134766, 0.47958627343177795], "count": [979]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010214504596527069], "std": [0.03194381158551969], "count": [979]}, "timestamp": {"min": [0.0], "max": [39.12], "mean": [19.56], "std": [11.304512373384355], "count": [979]}, "frame_index": {"min": [0], "max": [978], "mean": [489.0], "std": [282.61280933460887], "count": [979]}, "episode_index": {"min": [361], "max": [361], "mean": [361.0], "std": [0.0], "count": [979]}, "index": {"min": [432116], "max": [433094], "mean": [432605.0], "std": [282.61280933460887], "count": [979]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [979]}}} +{"episode_index": 362, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.47113116958293033]], [[0.4749803765863595]], [[0.47052593771065976]]], "std": [[[0.12186407070427793]], [[0.12388824898161505]], [[0.12487964327132009]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[1.0]], [[1.0]]], "mean": [[[0.47644338931387203]], [[0.47753436410064776]], [[0.47242192583311354]]], "std": [[[0.06747519904089214]], [[0.06934701618729795]], [[0.07519144678049404]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739345260338814]], [[0.476193942524693]], [[0.47254591283449104]]], "std": [[[0.07120653699220356]], [[0.07072300455601688]], [[0.07447449378482096]]], "count": [223]}, "states": {"min": [0.3625572621822357, 2.0124521255493164, 1.174135446548462, -0.0368788056075573, -2.5298895835876465, 0.9893049597740173, -2.7398178577423096, 54.0, -0.008988000452518463, 0.2876740097999573, -0.28447601199150085, -0.4349955916404724, -0.5505598187446594, -0.4755204916000366, -0.6143910884857178, -1.087636947631836, -2.052507162094116, 0.4858298897743225, -0.12870058417320251, -2.774515151977539, -1.9460771083831787, 0.5385562181472778, 65.0, -0.3086070120334625, 0.256166011095047, -0.29694798588752747, -0.48795151710510254, 0.4355628192424774, 0.013015690259635448, 0.014928772114217281], "max": [0.8018391728401184, 2.040167808532715, 2.8731088638305664, 1.401604175567627, -0.9063146114349365, 1.3917255401611328, -0.8743053078651428, 894.0, 0.29262399673461914, 0.4163359999656677, -0.11845000088214874, 0.4338175356388092, 0.976984977722168, 0.4681728184223175, 0.5562636852264404, -0.13004449009895325, -1.9909319877624512, 1.639911413192749, 1.3625786304473877, -0.18643608689308167, -1.1744495630264282, 2.8394064903259277, 800.0, -0.0100509999319911, 0.4093039929866791, -0.09809800237417221, 0.173330157995224, 0.9805298447608948, 0.6090710759162903, 0.7240909337997437], "mean": [0.5066803097724915, 2.018892288208008, 2.3500959873199463, 0.4622301459312439, -1.6270277500152588, 1.1656527519226074, -2.085493326187134, 653.0110473632812, 0.20683611929416656, 0.35942333936691284, -0.21003052592277527, -0.20573025941848755, 0.6075555682182312, -0.25793391466140747, -0.4042201638221741, -0.5952370166778564, -2.0359880924224854, 0.9917626976966858, 0.6472601890563965, -1.1885838508605957, -1.515017032623291, 1.5245020389556885, 533.000732421875, -0.17515243589878082, 0.3335527181625366, -0.18512742221355438, -0.07983002066612244, 0.762042224407196, 0.33517777919769287, 0.3988831341266632], "std": [0.08307075500488281, 0.005379938520491123, 0.5032421946525574, 0.4678054451942444, 0.3539635241031647, 0.09395577758550644, 0.675489068031311, 219.53639221191406, 0.08008256554603577, 0.03451632335782051, 0.042690981179475784, 0.22990760207176208, 0.37424391508102417, 0.2652447521686554, 0.3087978661060333, 0.2552648186683655, 0.009010020643472672, 0.2897019386291504, 0.43799975514411926, 0.7272223234176636, 0.18842285871505737, 0.8152557015419006, 208.87759399414062, 0.07838544994592667, 0.035671502351760864, 0.04902748763561249, 0.18651098012924194, 0.15384703874588013, 0.1787322461605072, 0.22597941756248474], "count": [1360]}, "actions": {"min": [0.3625572621822357, 2.0124521255493164, 1.174135446548462, -0.0368788056075573, -2.5298895835876465, 0.9893049597740173, -2.7398178577423096, 54.0, -0.008988000452518463, 0.2876740097999573, -0.28447601199150085, -0.4349955916404724, -0.5505598187446594, -0.4755204916000366, -0.6143910884857178, -1.087636947631836, -2.052507162094116, 0.4858298897743225, -0.12870058417320251, -2.774515151977539, -1.9460771083831787, 0.5385562181472778, 65.0, -0.3086070120334625, 0.256166011095047, -0.29694798588752747, -0.48795151710510254, 0.4355628192424774, 0.013015690259635448, 0.014928772114217281], "max": [0.8018391728401184, 2.040167808532715, 2.8731088638305664, 1.401604175567627, -0.9063146114349365, 1.3917255401611328, -0.8743053078651428, 894.0, 0.29262399673461914, 0.4163359999656677, -0.11845000088214874, 0.4338175356388092, 0.976984977722168, 0.4681728184223175, 0.5562636852264404, -0.13004449009895325, -1.9909319877624512, 1.639911413192749, 1.3625786304473877, -0.18643608689308167, -1.1744495630264282, 2.8394064903259277, 800.0, -0.0100509999319911, 0.4093039929866791, -0.09809800237417221, 0.173330157995224, 0.9805298447608948, 0.6090710759162903, 0.7240909337997437], "mean": [0.5066803097724915, 2.018892288208008, 2.3500959873199463, 0.4622301459312439, -1.6270277500152588, 1.1656527519226074, -2.085493326187134, 653.0110473632812, 0.20683611929416656, 0.35942333936691284, -0.21003052592277527, -0.20573025941848755, 0.6075555682182312, -0.25793391466140747, -0.4042201638221741, -0.5952370166778564, -2.0359880924224854, 0.9917626976966858, 0.6472601890563965, -1.1885838508605957, -1.515017032623291, 1.5245020389556885, 533.000732421875, -0.17515243589878082, 0.3335527181625366, -0.18512742221355438, -0.07983002066612244, 0.762042224407196, 0.33517777919769287, 0.3988831341266632], "std": [0.08307075500488281, 0.005379938520491123, 0.5032421946525574, 0.4678054451942444, 0.3539635241031647, 0.09395577758550644, 0.675489068031311, 219.53639221191406, 0.08008256554603577, 0.03451632335782051, 0.042690981179475784, 0.22990760207176208, 0.37424391508102417, 0.2652447521686554, 0.3087978661060333, 0.2552648186683655, 0.009010020643472672, 0.2897019386291504, 0.43799975514411926, 0.7272223234176636, 0.18842285871505737, 0.8152557015419006, 208.87759399414062, 0.07838544994592667, 0.035671502351760864, 0.04902748763561249, 0.18651098012924194, 0.15384703874588013, 0.1787322461605072, 0.22597941756248474], "count": [1360]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007352941176470588], "std": [0.027106336163480533], "count": [1360]}, "timestamp": {"min": [0.0], "max": [54.36], "mean": [27.180000000000003], "std": [15.70392307673468], "count": [1360]}, "frame_index": {"min": [0], "max": [1359], "mean": [679.5], "std": [392.598076918367], "count": [1360]}, "episode_index": {"min": [362], "max": [362], "mean": [362.0], "std": [0.0], "count": [1360]}, "index": {"min": [433095], "max": [434454], "mean": [433774.5], "std": [392.598076918367], "count": [1360]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1360]}}} +{"episode_index": 363, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.48078063725490194]], [[0.4837167540659675]], [[0.47995281672746615]]], "std": [[[0.13486321122018802]], [[0.13556130928247148]], [[0.13528561306183573]]], "count": [215]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8549019607843137]], [[1.0]], [[1.0]]], "mean": [[[0.4811762919896641]], [[0.48483153499772]], [[0.4793147353321173]]], "std": [[[0.0961009181087621]], [[0.09409579961762116]], [[0.09693754174336666]]], "count": [215]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47851890674874603]], [[0.4781097877716978]], [[0.47470537410700714]]], "std": [[[0.11788636155775234]], [[0.11769542302642659]], [[0.12052862505701395]]], "count": [215]}, "states": {"min": [0.4708026051521301, 2.011073112487793, 0.2989923655986786, -0.06354743987321854, -2.8963215351104736, -1.3936803340911865, 0.30682888627052307, 0.0, 0.030288999900221825, 0.3217169940471649, -0.2852399945259094, -0.41800013184547424, -0.6309593915939331, -0.4139968752861023, -0.6346520781517029, -0.8444077372550964, -2.050779342651367, -1.981995940208435, -1.4996567964553833, 0.37596139311790466, -1.4541560411453247, 0.8222595453262329, 52.0, -0.23534899950027466, 0.2961049973964691, -0.2600809931755066, -0.30609115958213806, 0.6206665635108948, -0.17656368017196655, 0.23551911115646362], "max": [0.8623323440551758, 2.041738510131836, 0.9603325128555298, 0.30538028478622437, -2.6199662685394287, -0.6973114013671875, 0.7551690936088562, 890.0, 0.21230599284172058, 0.3858740031719208, -0.2176939994096756, 0.4115506410598755, 0.8604099750518799, 0.39844954013824463, 0.6475884318351746, -0.054017942398786545, -1.936093807220459, -1.4778225421905518, -0.23780110478401184, 2.445293426513672, -0.8251742124557495, 2.5488438606262207, 908.0, -0.06840500235557556, 0.4090220034122467, -0.11161299794912338, -0.05812046676874161, 0.9390482306480408, 0.45492926239967346, 0.633916974067688], "mean": [0.683637261390686, 2.0260002613067627, 0.602447509765625, 0.10939855873584747, -2.8474173545837402, -1.0029306411743164, 0.5898220539093018, 511.429443359375, 0.12033670395612717, 0.36321550607681274, -0.2507331371307373, -0.2199157029390335, 0.7389036417007446, -0.2565482556819916, -0.5374369025230408, -0.5171128511428833, -2.0264861583709717, -1.8110334873199463, -0.6301019191741943, 1.4951961040496826, -1.0741617679595947, 1.9708653688430786, 560.034912109375, -0.15623988211154938, 0.3717869222164154, -0.2108699530363083, -0.19821378588676453, 0.7943680882453918, 0.22100016474723816, 0.4577445685863495], "std": [0.09895016998052597, 0.004947955720126629, 0.18536445498466492, 0.09970510005950928, 0.061701782047748566, 0.15195401012897491, 0.08603668957948685, 261.27606201171875, 0.05363268032670021, 0.009403511881828308, 0.013652116060256958, 0.08577388525009155, 0.14036880433559418, 0.10426206141710281, 0.11433222889900208, 0.2120102345943451, 0.016528569161891937, 0.08766297250986099, 0.35935282707214355, 0.6096162796020508, 0.1495237797498703, 0.45613038539886475, 289.489990234375, 0.04745544120669365, 0.028390664607286453, 0.030865808948874474, 0.06972073018550873, 0.10065480321645737, 0.20257000625133514, 0.12366261333227158], "count": [1290]}, "actions": {"min": [0.4708026051521301, 2.011073112487793, 0.2989923655986786, -0.06354743987321854, -2.8963215351104736, -1.3936803340911865, 0.30682888627052307, 0.0, 0.030288999900221825, 0.3217169940471649, -0.2852399945259094, -0.41800013184547424, -0.6309593915939331, -0.4139968752861023, -0.6346520781517029, -0.8444077372550964, -2.050779342651367, -1.981995940208435, -1.4996567964553833, 0.37596139311790466, -1.4541560411453247, 0.8222595453262329, 52.0, -0.23534899950027466, 0.2961049973964691, -0.2600809931755066, -0.30609115958213806, 0.6206665635108948, -0.17656368017196655, 0.23551911115646362], "max": [0.8623323440551758, 2.041738510131836, 0.9603325128555298, 0.30538028478622437, -2.6199662685394287, -0.6973114013671875, 0.7551690936088562, 890.0, 0.21230599284172058, 0.3858740031719208, -0.2176939994096756, 0.4115506410598755, 0.8604099750518799, 0.39844954013824463, 0.6475884318351746, -0.054017942398786545, -1.936093807220459, -1.4778225421905518, -0.23780110478401184, 2.445293426513672, -0.8251742124557495, 2.5488438606262207, 908.0, -0.06840500235557556, 0.4090220034122467, -0.11161299794912338, -0.05812046676874161, 0.9390482306480408, 0.45492926239967346, 0.633916974067688], "mean": [0.683637261390686, 2.0260002613067627, 0.602447509765625, 0.10939855873584747, -2.8474173545837402, -1.0029306411743164, 0.5898220539093018, 511.429443359375, 0.12033670395612717, 0.36321550607681274, -0.2507331371307373, -0.2199157029390335, 0.7389036417007446, -0.2565482556819916, -0.5374369025230408, -0.5171128511428833, -2.0264861583709717, -1.8110334873199463, -0.6301019191741943, 1.4951961040496826, -1.0741617679595947, 1.9708653688430786, 560.034912109375, -0.15623988211154938, 0.3717869222164154, -0.2108699530363083, -0.19821378588676453, 0.7943680882453918, 0.22100016474723816, 0.4577445685863495], "std": [0.09895016998052597, 0.004947955720126629, 0.18536445498466492, 0.09970510005950928, 0.061701782047748566, 0.15195401012897491, 0.08603668957948685, 261.27606201171875, 0.05363268032670021, 0.009403511881828308, 0.013652116060256958, 0.08577388525009155, 0.14036880433559418, 0.10426206141710281, 0.11433222889900208, 0.2120102345943451, 0.016528569161891937, 0.08766297250986099, 0.35935282707214355, 0.6096162796020508, 0.1495237797498703, 0.45613038539886475, 289.489990234375, 0.04745544120669365, 0.028390664607286453, 0.030865808948874474, 0.06972073018550873, 0.10065480321645737, 0.20257000625133514, 0.12366261333227158], "count": [1290]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007751937984496124], "std": [0.027831508637234485], "count": [1290]}, "timestamp": {"min": [0.0], "max": [51.56], "mean": [25.779999999999998], "std": [14.895632469508191], "count": [1290]}, "frame_index": {"min": [0], "max": [1289], "mean": [644.5], "std": [372.3908117377047], "count": [1290]}, "episode_index": {"min": [363], "max": [363], "mean": [363.0], "std": [0.0], "count": [1290]}, "index": {"min": [434455], "max": [435744], "mean": [435099.5], "std": [372.3908117377047], "count": [1290]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1290]}}} +{"episode_index": 364, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.47011688159306275]], [[0.4741745870333949]], [[0.4706212210948209]]], "std": [[[0.12952151451328117]], [[0.1300224065558338]], [[0.12976549577363672]]], "count": [329]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4700344776208356]], [[0.47550619511989195]], [[0.4700034343524644]]], "std": [[[0.0916434977721994]], [[0.08767185175658986]], [[0.09022122118519584]]], "count": [329]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48069588473687347]], [[0.4804055124709459]], [[0.47501085496255235]]], "std": [[[0.10102456714216035]], [[0.10386757423873168]], [[0.10824477404582011]]], "count": [329]}, "states": {"min": [0.5103517174720764, 1.909599781036377, -0.5814739465713501, -0.4196295142173767, -2.5168871879577637, -1.6297186613082886, 0.14507177472114563, 0.0, 0.05541300028562546, 0.2943589985370636, -0.2657870054244995, -0.47687098383903503, -0.6523576974868774, -0.43250229954719543, -0.653638482093811, -1.1555650234222412, -2.045107126235962, 2.7840795516967773, -0.7253064513206482, -1.30548894405365, 1.019726037979126, -1.4635459184646606, 33.0, -0.3087669909000397, 0.299439013004303, -0.27063098549842834, -0.4307272136211395, 0.48529642820358276, -0.17715984582901, 0.3207460343837738], "max": [1.020406723022461, 2.031057119369507, -0.007557275705039501, 0.12164944410324097, -1.5124675035476685, -0.8523315191268921, 1.2608258724212646, 881.0, 0.24662500619888306, 0.42744800448417664, -0.17713899910449982, 0.41231417655944824, 0.9049258828163147, 0.4535992741584778, 0.6829066276550293, -0.41922810673713684, -2.0074777603149414, 2.863666534423828, 0.09979792684316635, 0.2946814298629761, 1.6021599769592285, -0.386555552482605, 899.0, -0.0559380017220974, 0.4677119851112366, -0.11702899634838104, 0.03883516415953636, 0.9252211451530457, 0.5192137956619263, 0.6707583665847778], "mean": [0.7896292209625244, 2.011068344116211, -0.30596068501472473, -0.11326710134744644, -2.230764389038086, -1.1070573329925537, 0.9548589587211609, 465.8936767578125, 0.1364183872938156, 0.38159725069999695, -0.231918066740036, -0.13115614652633667, 0.7828918099403381, -0.2432374805212021, -0.49532872438430786, -0.6768488883972168, -2.033446788787842, 2.84456205368042, -0.12874586880207062, -0.6865617036819458, 1.2726062536239624, -0.6891685724258423, 523.3325805664062, -0.18300575017929077, 0.3620075583457947, -0.22685061395168304, -0.25161033868789673, 0.682863712310791, 0.2964932918548584, 0.5504118204116821], "std": [0.13405841588974, 0.018539102748036385, 0.14423741400241852, 0.15374580025672913, 0.17154601216316223, 0.20497605204582214, 0.16291794180870056, 351.4808044433594, 0.05313592031598091, 0.03548769652843475, 0.020068436861038208, 0.08569859713315964, 0.16368615627288818, 0.11791780591011047, 0.13161860406398773, 0.23868301510810852, 0.004346802830696106, 0.02414364367723465, 0.16305460035800934, 0.4960481822490692, 0.13647310435771942, 0.22784341871738434, 252.5035400390625, 0.0536394864320755, 0.030773457139730453, 0.027262836694717407, 0.11242303252220154, 0.13354749977588654, 0.2024034708738327, 0.08991698175668716], "count": [2276]}, "actions": {"min": [0.5103517174720764, 1.909599781036377, -0.5814739465713501, -0.4196295142173767, -2.5168871879577637, -1.6297186613082886, 0.14507177472114563, 0.0, 0.05541300028562546, 0.2943589985370636, -0.2657870054244995, -0.47687098383903503, -0.6523576974868774, -0.43250229954719543, -0.653638482093811, -1.1555650234222412, -2.045107126235962, 2.7840795516967773, -0.7253064513206482, -1.30548894405365, 1.019726037979126, -1.4635459184646606, 33.0, -0.3087669909000397, 0.299439013004303, -0.27063098549842834, -0.4307272136211395, 0.48529642820358276, -0.17715984582901, 0.3207460343837738], "max": [1.020406723022461, 2.031057119369507, -0.007557275705039501, 0.12164944410324097, -1.5124675035476685, -0.8523315191268921, 1.2608258724212646, 881.0, 0.24662500619888306, 0.42744800448417664, -0.17713899910449982, 0.41231417655944824, 0.9049258828163147, 0.4535992741584778, 0.6829066276550293, -0.41922810673713684, -2.0074777603149414, 2.863666534423828, 0.09979792684316635, 0.2946814298629761, 1.6021599769592285, -0.386555552482605, 899.0, -0.0559380017220974, 0.4677119851112366, -0.11702899634838104, 0.03883516415953636, 0.9252211451530457, 0.5192137956619263, 0.6707583665847778], "mean": [0.7896292209625244, 2.011068344116211, -0.30596068501472473, -0.11326710134744644, -2.230764389038086, -1.1070573329925537, 0.9548589587211609, 465.8936767578125, 0.1364183872938156, 0.38159725069999695, -0.231918066740036, -0.13115614652633667, 0.7828918099403381, -0.2432374805212021, -0.49532872438430786, -0.6768488883972168, -2.033446788787842, 2.84456205368042, -0.12874586880207062, -0.6865617036819458, 1.2726062536239624, -0.6891685724258423, 523.3325805664062, -0.18300575017929077, 0.3620075583457947, -0.22685061395168304, -0.25161033868789673, 0.682863712310791, 0.2964932918548584, 0.5504118204116821], "std": [0.13405841588974, 0.018539102748036385, 0.14423741400241852, 0.15374580025672913, 0.17154601216316223, 0.20497605204582214, 0.16291794180870056, 351.4808044433594, 0.05313592031598091, 0.03548769652843475, 0.020068436861038208, 0.08569859713315964, 0.16368615627288818, 0.11791780591011047, 0.13161860406398773, 0.23868301510810852, 0.004346802830696106, 0.02414364367723465, 0.16305460035800934, 0.4960481822490692, 0.13647310435771942, 0.22784341871738434, 252.5035400390625, 0.0536394864320755, 0.030773457139730453, 0.027262836694717407, 0.11242303252220154, 0.13354749977588654, 0.2024034708738327, 0.08991698175668716], "count": [2276]}, "next.done": {"min": [false], "max": [true], "mean": [0.0004393673110720562], "std": [0.020956485092639403], "count": [2276]}, "timestamp": {"min": [0.0], "max": [91.0], "mean": [45.5], "std": [26.280981716823288], "count": [2276]}, "frame_index": {"min": [0], "max": [2275], "mean": [1137.5], "std": [657.0245429205822], "count": [2276]}, "episode_index": {"min": [364], "max": [364], "mean": [364.0], "std": [0.0], "count": [2276]}, "index": {"min": [435745], "max": [438020], "mean": [436882.5], "std": [657.0245429205822], "count": [2276]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2276]}}} +{"episode_index": 365, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4639888104389483]], [[0.4696986849190434]], [[0.4637799119411022]]], "std": [[[0.15378085830790222]], [[0.1518361598221609]], [[0.15214129810138366]]], "count": [176]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642508668950535]], [[0.4708943792242276]], [[0.46437704132315805]]], "std": [[[0.0988597807803364]], [[0.09643036578224783]], [[0.10031418524476195]]], "count": [176]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9411764705882353]]], "mean": [[[0.4768712631833036]], [[0.4769185745320856]], [[0.4740839275103981]]], "std": [[[0.10577831818150141]], [[0.1035720216769761]], [[0.10529026425500458]]], "count": [176]}, "states": {"min": [0.4277278482913971, 1.9590274095535278, -0.8575152158737183, -0.35292306542396545, -2.1806843280792236, -1.5293447971343994, 0.12018338590860367, 34.0, 0.0818919986486435, 0.28973498940467834, -0.27251800894737244, -0.38836249709129333, -0.6417074799537659, -0.3456757068634033, -0.6521627306938171, -0.92970210313797, -2.050848960876465, 0.7683463096618652, -0.06295403093099594, 0.6399773359298706, 1.1489851474761963, -1.9659041166305542, 64.0, -0.310124009847641, 0.29850900173187256, -0.2685230076313019, -0.4325910806655884, 0.519967794418335, -0.0842486023902893, 0.2445911169052124], "max": [0.8542689085006714, 2.0344605445861816, -0.5014156699180603, 0.08136725425720215, -1.0271612405776978, -1.133923053741455, 0.9266127943992615, 882.0, 0.23899400234222412, 0.4067870080471039, -0.18547199666500092, 0.4795113503932953, 0.8681807518005371, 0.3477676212787628, 0.6644324660301208, -0.36765360832214355, -1.6485856771469116, 1.4953632354736328, 1.1487059593200684, 2.685363531112671, 1.6872798204421997, -0.31201252341270447, 907.0, -0.03641200065612793, 0.3847010135650635, -0.12678399682044983, 0.08468382060527802, 0.9476097822189331, 0.4000551402568817, 0.7347322702407837], "mean": [0.6431525945663452, 2.0213613510131836, -0.6646711230278015, -0.11096122115850449, -1.5489650964736938, -1.2901344299316406, 0.6579996347427368, 683.707763671875, 0.16152672469615936, 0.3644186556339264, -0.2163015604019165, 0.04242176562547684, 0.27436262369155884, -0.016553407534956932, -0.1325152963399887, -0.5961053967475891, -2.014716148376465, 1.1355626583099365, 0.4340890645980835, 1.5654345750808716, 1.4463109970092773, -1.083177089691162, 516.4307250976562, -0.15982688963413239, 0.34117642045021057, -0.19815489649772644, -0.14623050391674042, 0.7681873440742493, 0.1830865442752838, 0.5093269348144531], "std": [0.09895958006381989, 0.010996822267770767, 0.13014006614685059, 0.13939853012561798, 0.35300543904304504, 0.08609987795352936, 0.25706008076667786, 282.328369140625, 0.03553014248609543, 0.030691301450133324, 0.02439798414707184, 0.28077438473701477, 0.6533310413360596, 0.26042041182518005, 0.5758439302444458, 0.18355129659175873, 0.06596492230892181, 0.21994628012180328, 0.340034157037735, 0.7045206427574158, 0.14154773950576782, 0.5263895988464355, 225.957763671875, 0.06749635934829712, 0.028048492968082428, 0.03059554658830166, 0.15309102833271027, 0.154984712600708, 0.1566302478313446, 0.15355463325977325], "count": [989]}, "actions": {"min": [0.4277278482913971, 1.9590274095535278, -0.8575152158737183, -0.35292306542396545, -2.1806843280792236, -1.5293447971343994, 0.12018338590860367, 34.0, 0.0818919986486435, 0.28973498940467834, -0.27251800894737244, -0.38836249709129333, -0.6417074799537659, -0.3456757068634033, -0.6521627306938171, -0.92970210313797, -2.050848960876465, 0.7683463096618652, -0.06295403093099594, 0.6399773359298706, 1.1489851474761963, -1.9659041166305542, 64.0, -0.310124009847641, 0.29850900173187256, -0.2685230076313019, -0.4325910806655884, 0.519967794418335, -0.0842486023902893, 0.2445911169052124], "max": [0.8542689085006714, 2.0344605445861816, -0.5014156699180603, 0.08136725425720215, -1.0271612405776978, -1.133923053741455, 0.9266127943992615, 882.0, 0.23899400234222412, 0.4067870080471039, -0.18547199666500092, 0.4795113503932953, 0.8681807518005371, 0.3477676212787628, 0.6644324660301208, -0.36765360832214355, -1.6485856771469116, 1.4953632354736328, 1.1487059593200684, 2.685363531112671, 1.6872798204421997, -0.31201252341270447, 907.0, -0.03641200065612793, 0.3847010135650635, -0.12678399682044983, 0.08468382060527802, 0.9476097822189331, 0.4000551402568817, 0.7347322702407837], "mean": [0.6431525945663452, 2.0213613510131836, -0.6646711230278015, -0.11096122115850449, -1.5489650964736938, -1.2901344299316406, 0.6579996347427368, 683.707763671875, 0.16152672469615936, 0.3644186556339264, -0.2163015604019165, 0.04242176562547684, 0.27436262369155884, -0.016553407534956932, -0.1325152963399887, -0.5961053967475891, -2.014716148376465, 1.1355626583099365, 0.4340890645980835, 1.5654345750808716, 1.4463109970092773, -1.083177089691162, 516.4307250976562, -0.15982688963413239, 0.34117642045021057, -0.19815489649772644, -0.14623050391674042, 0.7681873440742493, 0.1830865442752838, 0.5093269348144531], "std": [0.09895958006381989, 0.010996822267770767, 0.13014006614685059, 0.13939853012561798, 0.35300543904304504, 0.08609987795352936, 0.25706008076667786, 282.328369140625, 0.03553014248609543, 0.030691301450133324, 0.02439798414707184, 0.28077438473701477, 0.6533310413360596, 0.26042041182518005, 0.5758439302444458, 0.18355129659175873, 0.06596492230892181, 0.21994628012180328, 0.340034157037735, 0.7045206427574158, 0.14154773950576782, 0.5263895988464355, 225.957763671875, 0.06749635934829712, 0.028048492968082428, 0.03059554658830166, 0.15309102833271027, 0.154984712600708, 0.1566302478313446, 0.15355463325977325], "count": [989]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010111223458038423], "std": [0.03178207006168192], "count": [989]}, "timestamp": {"min": [0.0], "max": [39.52], "mean": [19.759999999999998], "std": [11.41998248685172], "count": [989]}, "frame_index": {"min": [0], "max": [988], "mean": [494.0], "std": [285.499562171293], "count": [989]}, "episode_index": {"min": [365], "max": [365], "mean": [365.0], "std": [0.0], "count": [989]}, "index": {"min": [438021], "max": [439009], "mean": [438515.0], "std": [285.499562171293], "count": [989]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [989]}}} +{"episode_index": 366, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.46873856531647745]], [[0.4739906153250774]], [[0.46775889232886136]]], "std": [[[0.13811700120932743]], [[0.13449383468323917]], [[0.1364428664152397]]], "count": [190]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46479750279497767]], [[0.46566938424492604]], [[0.4608429362315102]]], "std": [[[0.08259492181645557]], [[0.08034714476298555]], [[0.08414283639486068]]], "count": [190]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47629167634158925]], [[0.4766273800309598]], [[0.47360040742174064]]], "std": [[[0.08737997192993809]], [[0.08394355038964067]], [[0.08854251052097631]]], "count": [190]}, "states": {"min": [0.328942209482193, 2.0139877796173096, -1.8681306838989258, -1.2761847972869873, -2.6028618812561035, -1.566258430480957, 0.19655899703502655, 52.0, -0.011912999674677849, 0.28667598962783813, -0.2879889905452728, -0.49146947264671326, -0.663206160068512, -0.46143242716789246, -0.6770511865615845, -0.912021815776825, -2.0540082454681396, -2.48534893989563, -1.2767258882522583, 0.17493435740470886, -1.597482442855835, 0.3301639258861542, 94.0, -0.314844012260437, 0.2942900061607361, -0.2686440050601959, -0.4312027394771576, 0.3494683504104614, 0.045169029384851456, 0.10168824344873428], "max": [0.8762076497077942, 2.034146308898926, 0.018448131158947945, 0.12276646494865417, -0.6305700540542603, -1.0194817781448364, 2.3102574348449707, 745.0, 0.31400400400161743, 0.40646299719810486, -0.05816299840807915, 0.6180113554000854, 0.9840142130851746, 0.5430461764335632, 0.8216227293014526, -0.3142639994621277, -1.9378914833068848, -1.2598658800125122, -0.024469515308737755, 2.6753454208374023, -0.6326469779014587, 2.638676166534424, 891.0, 0.0012519999872893095, 0.4702950119972229, -0.0707779973745346, 0.038727693259716034, 0.980994701385498, 0.5755815505981445, 0.7915195226669312], "mean": [0.5133991837501526, 2.0225629806518555, -0.5249994993209839, -0.2115052491426468, -1.5357054471969604, -1.283164381980896, 0.6897743344306946, 505.5579833984375, 0.22215469181537628, 0.33975160121917725, -0.22420760989189148, 0.22683706879615784, 0.04902190715074539, 0.212789848446846, 0.16886480152606964, -0.6019847989082336, -2.035682439804077, -1.9167088270187378, -0.5708634853363037, 1.4782631397247314, -1.2515082359313965, 1.729853630065918, 609.8776245117188, -0.16646741330623627, 0.3657016456127167, -0.1868009865283966, -0.19633948802947998, 0.7007604241371155, 0.3225926160812378, 0.46065059304237366], "std": [0.11582131683826447, 0.003996331710368395, 0.522632360458374, 0.4571678638458252, 0.5774766802787781, 0.09157376736402512, 0.7073397636413574, 240.76795959472656, 0.07693522423505783, 0.024517957121133804, 0.04414687678217888, 0.32094451785087585, 0.6567302942276001, 0.3376826345920563, 0.47330495715141296, 0.18490363657474518, 0.01479357574135065, 0.3100980520248413, 0.4166797995567322, 0.9453457593917847, 0.18471238017082214, 0.8053997755050659, 316.5074768066406, 0.09645909816026688, 0.038184791803359985, 0.046881068497896194, 0.1693909466266632, 0.22824274003505707, 0.18610118329524994, 0.19672171771526337], "count": [1095]}, "actions": {"min": [0.328942209482193, 2.0139877796173096, -1.8681306838989258, -1.2761847972869873, -2.6028618812561035, -1.566258430480957, 0.19655899703502655, 52.0, -0.011912999674677849, 0.28667598962783813, -0.2879889905452728, -0.49146947264671326, -0.663206160068512, -0.46143242716789246, -0.6770511865615845, -0.912021815776825, -2.0540082454681396, -2.48534893989563, -1.2767258882522583, 0.17493435740470886, -1.597482442855835, 0.3301639258861542, 94.0, -0.314844012260437, 0.2942900061607361, -0.2686440050601959, -0.4312027394771576, 0.3494683504104614, 0.045169029384851456, 0.10168824344873428], "max": [0.8762076497077942, 2.034146308898926, 0.018448131158947945, 0.12276646494865417, -0.6305700540542603, -1.0194817781448364, 2.3102574348449707, 745.0, 0.31400400400161743, 0.40646299719810486, -0.05816299840807915, 0.6180113554000854, 0.9840142130851746, 0.5430461764335632, 0.8216227293014526, -0.3142639994621277, -1.9378914833068848, -1.2598658800125122, -0.024469515308737755, 2.6753454208374023, -0.6326469779014587, 2.638676166534424, 891.0, 0.0012519999872893095, 0.4702950119972229, -0.0707779973745346, 0.038727693259716034, 0.980994701385498, 0.5755815505981445, 0.7915195226669312], "mean": [0.5133991837501526, 2.0225629806518555, -0.5249994993209839, -0.2115052491426468, -1.5357054471969604, -1.283164381980896, 0.6897743344306946, 505.5579833984375, 0.22215469181537628, 0.33975160121917725, -0.22420760989189148, 0.22683706879615784, 0.04902190715074539, 0.212789848446846, 0.16886480152606964, -0.6019847989082336, -2.035682439804077, -1.9167088270187378, -0.5708634853363037, 1.4782631397247314, -1.2515082359313965, 1.729853630065918, 609.8776245117188, -0.16646741330623627, 0.3657016456127167, -0.1868009865283966, -0.19633948802947998, 0.7007604241371155, 0.3225926160812378, 0.46065059304237366], "std": [0.11582131683826447, 0.003996331710368395, 0.522632360458374, 0.4571678638458252, 0.5774766802787781, 0.09157376736402512, 0.7073397636413574, 240.76795959472656, 0.07693522423505783, 0.024517957121133804, 0.04414687678217888, 0.32094451785087585, 0.6567302942276001, 0.3376826345920563, 0.47330495715141296, 0.18490363657474518, 0.01479357574135065, 0.3100980520248413, 0.4166797995567322, 0.9453457593917847, 0.18471238017082214, 0.8053997755050659, 316.5074768066406, 0.09645909816026688, 0.038184791803359985, 0.046881068497896194, 0.1693909466266632, 0.22824274003505707, 0.18610118329524994, 0.19672171771526337], "count": [1095]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009132420091324201], "std": [0.030206092070394937], "count": [1095]}, "timestamp": {"min": [0.0], "max": [43.76], "mean": [21.88], "std": [12.643965622646506], "count": [1095]}, "frame_index": {"min": [0], "max": [1094], "mean": [547.0], "std": [316.0991405661627], "count": [1095]}, "episode_index": {"min": [366], "max": [366], "mean": [366.0], "std": [0.0], "count": [1095]}, "index": {"min": [439010], "max": [440104], "mean": [439557.0], "std": [316.0991405661627], "count": [1095]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1095]}}} +{"episode_index": 367, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.45575706882646216]], [[0.4649867120726496]], [[0.4594780721049104]]], "std": [[[0.14683896059751586]], [[0.14571953569916032]], [[0.14687614632330365]]], "count": [156]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[0.7294117647058823]], [[0.7137254901960784]]], "mean": [[[0.47281123130341884]], [[0.47467043216859395]], [[0.47044429518602315]]], "std": [[[0.09577911024629059]], [[0.09339220442135361]], [[0.09676046192380638]]], "count": [156]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46916307006242663]], [[0.4687555932629462]], [[0.46579723374392495]]], "std": [[[0.12917933210581714]], [[0.12677055457108377]], [[0.12806383572741134]]], "count": [156]}, "states": {"min": [0.49518483877182007, 1.9593939781188965, -1.854796290397644, -0.4573984742164612, -1.3118070363998413, -1.2515931129455566, 0.320302814245224, -2.0, 0.04136800020933151, 0.34091201424598694, -0.27129900455474854, -0.4335041344165802, -0.6416353583335876, -0.44752591848373413, -0.6381341814994812, -0.8657880425453186, -2.0530307292938232, 0.6827553510665894, -0.12978269159793854, 0.4868421256542206, 0.7176095843315125, -1.7564469575881958, 14.0, -0.279092013835907, 0.32781898975372314, -0.27528199553489685, -0.44805002212524414, 0.43049731850624084, -0.1566360592842102, 0.21106362342834473], "max": [0.8178438544273376, 2.0495402812957764, -1.070585012435913, 0.030665434896945953, -0.3957359790802002, -0.6938032507896423, 1.2365483045578003, 894.0, 0.20752400159835815, 0.4108319878578186, -0.19011199474334717, 0.45581188797950745, 0.8967002034187317, 0.44696280360221863, 0.6459065079689026, -0.1390852928161621, -1.8961431980133057, 1.4808595180511475, 1.345875859260559, 2.5858800411224365, 1.5047705173492432, -0.40023887157440186, 907.0, -0.06410499662160873, 0.41205400228500366, -0.12365800142288208, -0.09312019497156143, 0.9466793537139893, 0.5581455230712891, 0.6387932300567627], "mean": [0.6179010272026062, 2.022542715072632, -1.457387089729309, -0.345645546913147, -1.1045279502868652, -0.9788927435874939, 1.0787001848220825, 552.1477661132812, 0.1278684139251709, 0.3785324692726135, -0.22866487503051758, -0.11401214450597763, 0.6973322629928589, -0.24691498279571533, -0.47689875960350037, -0.513933539390564, -2.035283327102661, 1.1048774719238281, 0.4560834467411041, 1.3404815196990967, 1.1757104396820068, -0.9801345467567444, 554.4905395507812, -0.19087667763233185, 0.3589211702346802, -0.21729610860347748, -0.245610773563385, 0.7039901614189148, 0.30294299125671387, 0.4775034487247467], "std": [0.08005720376968384, 0.013859924860298634, 0.21682167053222656, 0.10107674449682236, 0.1918848603963852, 0.10607163608074188, 0.2025369107723236, 285.17791748046875, 0.04841654747724533, 0.020261695608496666, 0.02178616262972355, 0.13860654830932617, 0.306540846824646, 0.1786428838968277, 0.259302020072937, 0.17680592834949493, 0.021114172413945198, 0.29345574975013733, 0.4455008804798126, 0.7336899638175964, 0.15450729429721832, 0.43658727407455444, 308.84832763671875, 0.06422411650419235, 0.020896105095744133, 0.042217373847961426, 0.11835400015115738, 0.18575602769851685, 0.23653985559940338, 0.14079934358596802], "count": [846]}, "actions": {"min": [0.49518483877182007, 1.9593939781188965, -1.854796290397644, -0.4573984742164612, -1.3118070363998413, -1.2515931129455566, 0.320302814245224, -2.0, 0.04136800020933151, 0.34091201424598694, -0.27129900455474854, -0.4335041344165802, -0.6416353583335876, -0.44752591848373413, -0.6381341814994812, -0.8657880425453186, -2.0530307292938232, 0.6827553510665894, -0.12978269159793854, 0.4868421256542206, 0.7176095843315125, -1.7564469575881958, 14.0, -0.279092013835907, 0.32781898975372314, -0.27528199553489685, -0.44805002212524414, 0.43049731850624084, -0.1566360592842102, 0.21106362342834473], "max": [0.8178438544273376, 2.0495402812957764, -1.070585012435913, 0.030665434896945953, -0.3957359790802002, -0.6938032507896423, 1.2365483045578003, 894.0, 0.20752400159835815, 0.4108319878578186, -0.19011199474334717, 0.45581188797950745, 0.8967002034187317, 0.44696280360221863, 0.6459065079689026, -0.1390852928161621, -1.8961431980133057, 1.4808595180511475, 1.345875859260559, 2.5858800411224365, 1.5047705173492432, -0.40023887157440186, 907.0, -0.06410499662160873, 0.41205400228500366, -0.12365800142288208, -0.09312019497156143, 0.9466793537139893, 0.5581455230712891, 0.6387932300567627], "mean": [0.6179010272026062, 2.022542715072632, -1.457387089729309, -0.345645546913147, -1.1045279502868652, -0.9788927435874939, 1.0787001848220825, 552.1477661132812, 0.1278684139251709, 0.3785324692726135, -0.22866487503051758, -0.11401214450597763, 0.6973322629928589, -0.24691498279571533, -0.47689875960350037, -0.513933539390564, -2.035283327102661, 1.1048774719238281, 0.4560834467411041, 1.3404815196990967, 1.1757104396820068, -0.9801345467567444, 554.4905395507812, -0.19087667763233185, 0.3589211702346802, -0.21729610860347748, -0.245610773563385, 0.7039901614189148, 0.30294299125671387, 0.4775034487247467], "std": [0.08005720376968384, 0.013859924860298634, 0.21682167053222656, 0.10107674449682236, 0.1918848603963852, 0.10607163608074188, 0.2025369107723236, 285.17791748046875, 0.04841654747724533, 0.020261695608496666, 0.02178616262972355, 0.13860654830932617, 0.306540846824646, 0.1786428838968277, 0.259302020072937, 0.17680592834949493, 0.021114172413945198, 0.29345574975013733, 0.4455008804798126, 0.7336899638175964, 0.15450729429721832, 0.43658727407455444, 308.84832763671875, 0.06422411650419235, 0.020896105095744133, 0.042217373847961426, 0.11835400015115738, 0.18575602769851685, 0.23653985559940338, 0.14079934358596802], "count": [846]}, "next.done": {"min": [false], "max": [true], "mean": [0.001182033096926714], "std": [0.03436038263297549], "count": [846]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.9], "std": [9.768759730214818], "count": [846]}, "frame_index": {"min": [0], "max": [845], "mean": [422.5], "std": [244.21899325537044], "count": [846]}, "episode_index": {"min": [367], "max": [367], "mean": [367.0], "std": [0.0], "count": [846]}, "index": {"min": [440105], "max": [440950], "mean": [440527.5], "std": [244.21899325537044], "count": [846]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [846]}}} +{"episode_index": 368, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.47932230760171934]], [[0.4821038897353236]], [[0.4788859990505211]]], "std": [[[0.1149600829197073]], [[0.11584587830101152]], [[0.11606437653551661]]], "count": [222]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[1.0]], [[1.0]]], "mean": [[[0.4771651881661073]], [[0.4784150805216982]], [[0.4725049166813873]]], "std": [[[0.07508923741374209]], [[0.07526004871705766]], [[0.07879015168319571]]], "count": [222]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4775153903903904]], [[0.4755557929252782]], [[0.47173276585408935]]], "std": [[[0.10345070106007533]], [[0.10488523169295216]], [[0.10965690066279084]]], "count": [222]}, "states": {"min": [0.44394195079803467, 2.0052437782287598, -0.5915793776512146, -0.3994709849357605, -2.642568349838257, -1.468677282333374, 0.4064522981643677, 0.0, 0.0232510007917881, 0.2904059886932373, -0.277539998292923, -0.39114511013031006, -0.6716964840888977, -0.48214468359947205, -0.6718589663505554, -0.8434129357337952, -2.0349667072296143, -0.21649065613746643, -0.4205371141433716, 0.700994074344635, 0.8742179870605469, -0.8667131066322327, 77.0, -0.28399500250816345, 0.2960450053215027, -0.28112900257110596, -0.4982512891292572, -0.5590158700942993, -0.45378077030181885, -0.5903595685958862], "max": [1.0867642164230347, 2.043256998062134, 0.4095415472984314, 0.1900663524866104, -1.4034717082977295, -0.6973812580108643, 1.0278593301773071, 878.0, 0.3793579936027527, 0.4391070008277893, -0.1718360036611557, 0.474305659532547, 0.8832039833068848, 0.5405615568161011, 0.676994264125824, -0.35843828320503235, -1.9229166507720947, 0.7181506752967834, 0.42732641100883484, 2.2381231784820557, 1.5339001417160034, 0.3473728895187378, 912.0, -0.12672099471092224, 0.3902919888496399, -0.17156900465488434, 0.5621183514595032, 0.8891974687576294, 0.3805641829967499, 0.631866455078125], "mean": [0.7233269810676575, 2.023512840270996, -0.06610814481973648, -0.07689409703016281, -2.213172674179077, -1.1584010124206543, 0.8179348111152649, 515.6212768554688, 0.1583555042743683, 0.3679470121860504, -0.23039333522319794, 0.012535149231553078, 0.33898845314979553, -0.0002660640748217702, -0.12079374492168427, -0.5163571834564209, -2.0143189430236816, 0.3777540326118469, -0.026390405371785164, 1.468672513961792, 1.3248111009597778, -0.2846411466598511, 623.7891845703125, -0.21447230875492096, 0.33638304471969604, -0.23091915249824524, 0.15264779329299927, 0.10919437557458878, -0.12460842728614807, -0.058974411338567734], "std": [0.18014328181743622, 0.008647508919239044, 0.3864169120788574, 0.14699611067771912, 0.2664267420768738, 0.1890173703432083, 0.11610829085111618, 313.101318359375, 0.08252619206905365, 0.029521480202674866, 0.026697196066379547, 0.23141229152679443, 0.645826518535614, 0.3272700607776642, 0.5409151911735535, 0.13604754209518433, 0.026093795895576477, 0.4107259213924408, 0.17227979004383087, 0.4459945261478424, 0.17172236740589142, 0.26040539145469666, 294.5402526855469, 0.04737819358706474, 0.027994904667139053, 0.027887027710676193, 0.4093717634677887, 0.6350650787353516, 0.3038654029369354, 0.5315474271774292], "count": [1352]}, "actions": {"min": [0.44394195079803467, 2.0052437782287598, -0.5915793776512146, -0.3994709849357605, -2.642568349838257, -1.468677282333374, 0.4064522981643677, 0.0, 0.0232510007917881, 0.2904059886932373, -0.277539998292923, -0.39114511013031006, -0.6716964840888977, -0.48214468359947205, -0.6718589663505554, -0.8434129357337952, -2.0349667072296143, -0.21649065613746643, -0.4205371141433716, 0.700994074344635, 0.8742179870605469, -0.8667131066322327, 77.0, -0.28399500250816345, 0.2960450053215027, -0.28112900257110596, -0.4982512891292572, -0.5590158700942993, -0.45378077030181885, -0.5903595685958862], "max": [1.0867642164230347, 2.043256998062134, 0.4095415472984314, 0.1900663524866104, -1.4034717082977295, -0.6973812580108643, 1.0278593301773071, 878.0, 0.3793579936027527, 0.4391070008277893, -0.1718360036611557, 0.474305659532547, 0.8832039833068848, 0.5405615568161011, 0.676994264125824, -0.35843828320503235, -1.9229166507720947, 0.7181506752967834, 0.42732641100883484, 2.2381231784820557, 1.5339001417160034, 0.3473728895187378, 912.0, -0.12672099471092224, 0.3902919888496399, -0.17156900465488434, 0.5621183514595032, 0.8891974687576294, 0.3805641829967499, 0.631866455078125], "mean": [0.7233269810676575, 2.023512840270996, -0.06610814481973648, -0.07689409703016281, -2.213172674179077, -1.1584010124206543, 0.8179348111152649, 515.6212768554688, 0.1583555042743683, 0.3679470121860504, -0.23039333522319794, 0.012535149231553078, 0.33898845314979553, -0.0002660640748217702, -0.12079374492168427, -0.5163571834564209, -2.0143189430236816, 0.3777540326118469, -0.026390405371785164, 1.468672513961792, 1.3248111009597778, -0.2846411466598511, 623.7891845703125, -0.21447230875492096, 0.33638304471969604, -0.23091915249824524, 0.15264779329299927, 0.10919437557458878, -0.12460842728614807, -0.058974411338567734], "std": [0.18014328181743622, 0.008647508919239044, 0.3864169120788574, 0.14699611067771912, 0.2664267420768738, 0.1890173703432083, 0.11610829085111618, 313.101318359375, 0.08252619206905365, 0.029521480202674866, 0.026697196066379547, 0.23141229152679443, 0.645826518535614, 0.3272700607776642, 0.5409151911735535, 0.13604754209518433, 0.026093795895576477, 0.4107259213924408, 0.17227979004383087, 0.4459945261478424, 0.17172236740589142, 0.26040539145469666, 294.5402526855469, 0.04737819358706474, 0.027994904667139053, 0.027887027710676193, 0.4093717634677887, 0.6350650787353516, 0.3038654029369354, 0.5315474271774292], "count": [1352]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007396449704142012], "std": [0.02718635495486554], "count": [1352]}, "timestamp": {"min": [0.0], "max": [54.04], "mean": [27.02], "std": [15.611547008544669], "count": [1352]}, "frame_index": {"min": [0], "max": [1351], "mean": [675.5], "std": [390.2886752136167], "count": [1352]}, "episode_index": {"min": [368], "max": [368], "mean": [368.0], "std": [0.0], "count": [1352]}, "index": {"min": [440951], "max": [442302], "mean": [441626.5], "std": [390.2886752136167], "count": [1352]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1352]}}} +{"episode_index": 369, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46445189309056956]], [[0.4690451353874883]], [[0.4648563013538749]]], "std": [[[0.12736518036839323]], [[0.12445318274136982]], [[0.1263932170668916]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4791743510737628]], [[0.48199227474323064]], [[0.47535199813258633]]], "std": [[[0.07441833933213418]], [[0.07378597382602552]], [[0.08008023455769467]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7176470588235294]], [[1.0]], [[0.8705882352941177]]], "mean": [[[0.46971789215686277]], [[0.47207010504201685]], [[0.4667752345938375]]], "std": [[[0.08678398402116487]], [[0.08890551026903339]], [[0.09549891495218689]]], "count": [175]}, "states": {"min": [0.5985257625579834, 1.956566572189331, -2.0247914791107178, -1.3582327365875244, 0.46649160981178284, 1.0848443508148193, -2.8499131202697754, 0.0, -0.004863000009208918, 0.3192189931869507, -0.22958500683307648, -0.23899786174297333, -0.6551827192306519, -0.3652269244194031, -0.6824995279312134, -1.0629229545593262, -2.034355878829956, 0.300650417804718, -0.09208357334136963, 0.9893224239349365, 0.9673662185668945, -2.218313694000244, 33.0, -0.2836860120296478, 0.33591899275779724, -0.2178869992494583, -0.48981988430023193, -0.5059993267059326, -0.352500855922699, -0.6567602157592773], "max": [1.0855424404144287, 2.0344431400299072, 0.4421617388725281, -0.09656906872987747, 1.3009510040283203, 1.6782912015914917, -0.619190514087677, 912.0, 0.24496300518512726, 0.4280700087547302, -0.0547420009970665, 0.5170676708221436, 0.9810056090354919, 0.4057272672653198, 0.7152835130691528, -0.36767107248306274, -1.8467329740524292, 1.796310305595398, 1.4888356924057007, 2.4038071632385254, 1.6171348094940186, 0.11053171008825302, 863.0, -0.026305999606847763, 0.42504799365997314, -0.09757599979639053, 0.6240428686141968, 0.9784252643585205, 0.42789724469184875, 0.7411689758300781], "mean": [0.7529875636100769, 2.0183913707733154, -0.8072882294654846, -0.7475758790969849, 0.8906987905502319, 1.3916795253753662, -1.3122594356536865, 580.6806030273438, 0.1453336775302887, 0.3888263404369354, -0.14682339131832123, -0.022938713431358337, 0.7251595854759216, -0.22066858410835266, -0.34369662404060364, -0.6385276317596436, -1.9864983558654785, 0.9788180589675903, 0.674373209476471, 1.9254159927368164, 1.3484028577804565, -1.6157275438308716, 570.835693359375, -0.16935479640960693, 0.3737185597419739, -0.16388443112373352, -0.05054217576980591, 0.7308462858200073, 0.24064858257770538, 0.3994220793247223], "std": [0.11148007959127426, 0.01349498238414526, 0.6263123154640198, 0.34775644540786743, 0.283694326877594, 0.16699093580245972, 0.5023030638694763, 355.3726501464844, 0.06758547574281693, 0.027316667139530182, 0.056951429694890976, 0.14497700333595276, 0.37163323163986206, 0.17751802504062653, 0.340811163187027, 0.1779244840145111, 0.045526325702667236, 0.4342381954193115, 0.3993135094642639, 0.3550662696361542, 0.13203807175159454, 0.47287750244140625, 329.9617919921875, 0.08307148516178131, 0.0215871874243021, 0.03093373216688633, 0.19652129709720612, 0.31038013100624084, 0.18178565800189972, 0.2790275812149048], "count": [980]}, "actions": {"min": [0.5985257625579834, 1.956566572189331, -2.0247914791107178, -1.3582327365875244, 0.46649160981178284, 1.0848443508148193, -2.8499131202697754, 0.0, -0.004863000009208918, 0.3192189931869507, -0.22958500683307648, -0.23899786174297333, -0.6551827192306519, -0.3652269244194031, -0.6824995279312134, -1.0629229545593262, -2.034355878829956, 0.300650417804718, -0.09208357334136963, 0.9893224239349365, 0.9673662185668945, -2.218313694000244, 33.0, -0.2836860120296478, 0.33591899275779724, -0.2178869992494583, -0.48981988430023193, -0.5059993267059326, -0.352500855922699, -0.6567602157592773], "max": [1.0855424404144287, 2.0344431400299072, 0.4421617388725281, -0.09656906872987747, 1.3009510040283203, 1.6782912015914917, -0.619190514087677, 912.0, 0.24496300518512726, 0.4280700087547302, -0.0547420009970665, 0.5170676708221436, 0.9810056090354919, 0.4057272672653198, 0.7152835130691528, -0.36767107248306274, -1.8467329740524292, 1.796310305595398, 1.4888356924057007, 2.4038071632385254, 1.6171348094940186, 0.11053171008825302, 863.0, -0.026305999606847763, 0.42504799365997314, -0.09757599979639053, 0.6240428686141968, 0.9784252643585205, 0.42789724469184875, 0.7411689758300781], "mean": [0.7529875636100769, 2.0183913707733154, -0.8072882294654846, -0.7475758790969849, 0.8906987905502319, 1.3916795253753662, -1.3122594356536865, 580.6806030273438, 0.1453336775302887, 0.3888263404369354, -0.14682339131832123, -0.022938713431358337, 0.7251595854759216, -0.22066858410835266, -0.34369662404060364, -0.6385276317596436, -1.9864983558654785, 0.9788180589675903, 0.674373209476471, 1.9254159927368164, 1.3484028577804565, -1.6157275438308716, 570.835693359375, -0.16935479640960693, 0.3737185597419739, -0.16388443112373352, -0.05054217576980591, 0.7308462858200073, 0.24064858257770538, 0.3994220793247223], "std": [0.11148007959127426, 0.01349498238414526, 0.6263123154640198, 0.34775644540786743, 0.283694326877594, 0.16699093580245972, 0.5023030638694763, 355.3726501464844, 0.06758547574281693, 0.027316667139530182, 0.056951429694890976, 0.14497700333595276, 0.37163323163986206, 0.17751802504062653, 0.340811163187027, 0.1779244840145111, 0.045526325702667236, 0.4342381954193115, 0.3993135094642639, 0.3550662696361542, 0.13203807175159454, 0.47287750244140625, 329.9617919921875, 0.08307148516178131, 0.0215871874243021, 0.03093373216688633, 0.19652129709720612, 0.31038013100624084, 0.18178565800189972, 0.2790275812149048], "count": [980]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010204081632653062], "std": [0.031927526218697995], "count": [980]}, "timestamp": {"min": [0.0], "max": [39.16], "mean": [19.58], "std": [11.316059384785854], "count": [980]}, "frame_index": {"min": [0], "max": [979], "mean": [489.5], "std": [282.90148461964634], "count": [980]}, "episode_index": {"min": [369], "max": [369], "mean": [369.0], "std": [0.0], "count": [980]}, "index": {"min": [442303], "max": [443282], "mean": [442792.5], "std": [282.90148461964634], "count": [980]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [980]}}} +{"episode_index": 370, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.46428845855871087]], [[0.4688391121534821]], [[0.46281642062955447]]], "std": [[[0.14594551083148147]], [[0.14434249742083008]], [[0.14559017443430472]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8627450980392157]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.47436693571106603]], [[0.4779686760480054]], [[0.47407952539253245]]], "std": [[[0.08192622897185116]], [[0.07803277266822707]], [[0.08004279374051229]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4692823381507775]], [[0.4680316831473969]], [[0.4649277242506198]]], "std": [[[0.11803231054170417]], [[0.11602984302679265]], [[0.11839437372852228]]], "count": [174]}, "states": {"min": [0.39880773425102234, 1.9091808795928955, -1.876124382019043, -0.6499606370925903, -1.4747509956359863, -1.290688395500183, 0.35561081767082214, -5.0, 0.040846001356840134, 0.3052409887313843, -0.27861300110816956, -0.37286022305488586, -0.6410210132598877, -0.45252057909965515, -0.6552086472511292, -0.8851786255836487, -2.0535545349121094, 0.5697453022003174, -0.17030923068523407, 0.5543165802955627, 0.9459859132766724, -1.8342887163162231, 20.0, -0.30969300866127014, 0.32707101106643677, -0.277538001537323, -0.47529733180999756, 0.43048444390296936, -0.14389340579509735, 0.24983911216259003], "max": [0.805905818939209, 2.0498719215393066, -1.1661592721939087, -0.04745550826191902, -0.23623031377792358, -0.7991688251495361, 1.3767856359481812, 893.0, 0.21249499917030334, 0.4186440110206604, -0.16242100298404694, 0.44083040952682495, 0.9008392691612244, 0.35326433181762695, 0.6499277949333191, -0.18498745560646057, -1.8045133352279663, 1.4551334381103516, 1.2724497318267822, 2.6244168281555176, 1.5344061851501465, -0.3046472370624542, 889.0, -0.06969700008630753, 0.40421199798583984, -0.12163399904966354, -0.05845379829406738, 0.9368460178375244, 0.5329610109329224, 0.6721841096878052], "mean": [0.6098702549934387, 2.0124685764312744, -1.4910922050476074, -0.35800889134407043, -1.056106448173523, -0.992597222328186, 1.0536096096038818, 545.37451171875, 0.13291536271572113, 0.3774423599243164, -0.22424302995204926, -0.11297040432691574, 0.6730072498321533, -0.23325471580028534, -0.46426424384117126, -0.536697506904602, -2.0301811695098877, 0.9228194355964661, 0.28239375352859497, 1.279858946800232, 1.2235386371612549, -0.8279690146446228, 543.2345581054688, -0.2056773453950882, 0.3554072976112366, -0.22425003349781036, -0.27481937408447266, 0.6648571491241455, 0.34267115592956543, 0.5043712854385376], "std": [0.10971713811159134, 0.03332128748297691, 0.23195965588092804, 0.10422845929861069, 0.3003023862838745, 0.11831469088792801, 0.22671347856521606, 270.7598876953125, 0.05651161074638367, 0.028000086545944214, 0.024898909032344818, 0.15339340269565582, 0.34452977776527405, 0.19816331565380096, 0.2878372371196747, 0.152682825922966, 0.03884101286530495, 0.26772409677505493, 0.4041961431503296, 0.6644573211669922, 0.11784692853689194, 0.46880853176116943, 254.29302978515625, 0.0629785805940628, 0.01955515332520008, 0.03991297632455826, 0.13131551444530487, 0.1713484823703766, 0.22477217018604279, 0.11618248373270035], "count": [972]}, "actions": {"min": [0.39880773425102234, 1.9091808795928955, -1.876124382019043, -0.6499606370925903, -1.4747509956359863, -1.290688395500183, 0.35561081767082214, -5.0, 0.040846001356840134, 0.3052409887313843, -0.27861300110816956, -0.37286022305488586, -0.6410210132598877, -0.45252057909965515, -0.6552086472511292, -0.8851786255836487, -2.0535545349121094, 0.5697453022003174, -0.17030923068523407, 0.5543165802955627, 0.9459859132766724, -1.8342887163162231, 20.0, -0.30969300866127014, 0.32707101106643677, -0.277538001537323, -0.47529733180999756, 0.43048444390296936, -0.14389340579509735, 0.24983911216259003], "max": [0.805905818939209, 2.0498719215393066, -1.1661592721939087, -0.04745550826191902, -0.23623031377792358, -0.7991688251495361, 1.3767856359481812, 893.0, 0.21249499917030334, 0.4186440110206604, -0.16242100298404694, 0.44083040952682495, 0.9008392691612244, 0.35326433181762695, 0.6499277949333191, -0.18498745560646057, -1.8045133352279663, 1.4551334381103516, 1.2724497318267822, 2.6244168281555176, 1.5344061851501465, -0.3046472370624542, 889.0, -0.06969700008630753, 0.40421199798583984, -0.12163399904966354, -0.05845379829406738, 0.9368460178375244, 0.5329610109329224, 0.6721841096878052], "mean": [0.6098702549934387, 2.0124685764312744, -1.4910922050476074, -0.35800889134407043, -1.056106448173523, -0.992597222328186, 1.0536096096038818, 545.37451171875, 0.13291536271572113, 0.3774423599243164, -0.22424302995204926, -0.11297040432691574, 0.6730072498321533, -0.23325471580028534, -0.46426424384117126, -0.536697506904602, -2.0301811695098877, 0.9228194355964661, 0.28239375352859497, 1.279858946800232, 1.2235386371612549, -0.8279690146446228, 543.2345581054688, -0.2056773453950882, 0.3554072976112366, -0.22425003349781036, -0.27481937408447266, 0.6648571491241455, 0.34267115592956543, 0.5043712854385376], "std": [0.10971713811159134, 0.03332128748297691, 0.23195965588092804, 0.10422845929861069, 0.3003023862838745, 0.11831469088792801, 0.22671347856521606, 270.7598876953125, 0.05651161074638367, 0.028000086545944214, 0.024898909032344818, 0.15339340269565582, 0.34452977776527405, 0.19816331565380096, 0.2878372371196747, 0.152682825922966, 0.03884101286530495, 0.26772409677505493, 0.4041961431503296, 0.6644573211669922, 0.11784692853689194, 0.46880853176116943, 254.29302978515625, 0.0629785805940628, 0.01955515332520008, 0.03991297632455826, 0.13131551444530487, 0.1713484823703766, 0.22477217018604279, 0.11618248373270035], "count": [972]}, "next.done": {"min": [false], "max": [true], "mean": [0.00102880658436214], "std": [0.032058511215808404], "count": [972]}, "timestamp": {"min": [0.0], "max": [38.84], "mean": [19.419999999999998], "std": [11.223683293227168], "count": [972]}, "frame_index": {"min": [0], "max": [971], "mean": [485.5], "std": [280.5920823306792], "count": [972]}, "episode_index": {"min": [370], "max": [370], "mean": [370.0], "std": [0.0], "count": [972]}, "index": {"min": [443283], "max": [444254], "mean": [443768.5], "std": [280.5920823306792], "count": [972]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [972]}}} +{"episode_index": 371, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.463919433770158]], [[0.46943680411863237]], [[0.46407788226262026]]], "std": [[[0.1487253413328151]], [[0.1470598488571551]], [[0.147839892738309]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4673696608040201]], [[0.47394579309948437]], [[0.4673321909794068]]], "std": [[[0.08980417177594481]], [[0.08569725700990687]], [[0.08914969748607557]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.47457113282917857]], [[0.4748579180625349]], [[0.4708967036982297]]], "std": [[[0.12670150012288253]], [[0.12401943699068096]], [[0.12733143531514787]]], "count": [199]}, "states": {"min": [0.4288274049758911, 1.9164937734603882, -1.1260340213775635, -0.47965139150619507, -2.197962999343872, -1.6367697715759277, 0.21299999952316284, -5.0, 0.07558699697256088, 0.26430898904800415, -0.27106499671936035, -0.4555777609348297, -0.639190673828125, -0.4949965178966522, -0.6466719508171082, -0.8961741924285889, -2.0483360290527344, 0.24188518524169922, -0.24644048511981964, 0.6286327242851257, 0.9923418760299683, -2.2288379669189453, 44.0, -0.2403540015220642, 0.32027098536491394, -0.2525649964809418, -0.4991372525691986, 0.3810291886329651, 0.0032884925603866577, 0.24720518290996552], "max": [0.888913631439209, 2.043309450149536, -0.6170437335968018, 0.09018115699291229, -0.6183527112007141, -0.8149640560150146, 1.3177062273025513, 880.0, 0.2419939935207367, 0.44922301173210144, -0.1739320009946823, 0.5056604146957397, 0.9054208993911743, 0.5261059403419495, 0.6395708918571472, -0.3773227334022522, -1.7963277101516724, 1.5872024297714233, 1.1516555547714233, 2.4667961597442627, 1.5514929294586182, -0.22038273513317108, 907.0, -0.018628999590873718, 0.41935300827026367, -0.09439200162887573, 0.03638182580471039, 0.9667433500289917, 0.5591935515403748, 0.6960057616233826], "mean": [0.679740309715271, 2.017565965652466, -0.9382870197296143, -0.21534845232963562, -1.4203648567199707, -1.1587260961532593, 0.8979374170303345, 560.6005249023438, 0.1638251096010208, 0.37826505303382874, -0.21977290511131287, -0.034208763390779495, 0.5272152423858643, -0.11095856130123138, -0.3194129467010498, -0.6059908270835876, -2.028048038482666, 1.1784040927886963, 0.5241175293922424, 1.5292904376983643, 1.2165204286575317, -1.3557662963867188, 636.0615844726562, -0.1519731879234314, 0.37011680006980896, -0.20081555843353271, -0.12687353789806366, 0.7444818019866943, 0.30259186029434204, 0.4862579107284546], "std": [0.11230386793613434, 0.020351573824882507, 0.1793672740459442, 0.1747562438249588, 0.5450056195259094, 0.21050482988357544, 0.35106170177459717, 284.814697265625, 0.05311967432498932, 0.04926205053925514, 0.022567110136151314, 0.2530002295970917, 0.5161268711090088, 0.3149704933166504, 0.4206360876560211, 0.15671198070049286, 0.03272378444671631, 0.29310229420661926, 0.31419870257377625, 0.6776748895645142, 0.17187835276126862, 0.5328201055526733, 304.55267333984375, 0.06654463708400726, 0.024092866107821465, 0.03345100209116936, 0.15096968412399292, 0.1732226312160492, 0.17027786374092102, 0.14088650047779083], "count": [1169]}, "actions": {"min": [0.4288274049758911, 1.9164937734603882, -1.1260340213775635, -0.47965139150619507, -2.197962999343872, -1.6367697715759277, 0.21299999952316284, -5.0, 0.07558699697256088, 0.26430898904800415, -0.27106499671936035, -0.4555777609348297, -0.639190673828125, -0.4949965178966522, -0.6466719508171082, -0.8961741924285889, -2.0483360290527344, 0.24188518524169922, -0.24644048511981964, 0.6286327242851257, 0.9923418760299683, -2.2288379669189453, 44.0, -0.2403540015220642, 0.32027098536491394, -0.2525649964809418, -0.4991372525691986, 0.3810291886329651, 0.0032884925603866577, 0.24720518290996552], "max": [0.888913631439209, 2.043309450149536, -0.6170437335968018, 0.09018115699291229, -0.6183527112007141, -0.8149640560150146, 1.3177062273025513, 880.0, 0.2419939935207367, 0.44922301173210144, -0.1739320009946823, 0.5056604146957397, 0.9054208993911743, 0.5261059403419495, 0.6395708918571472, -0.3773227334022522, -1.7963277101516724, 1.5872024297714233, 1.1516555547714233, 2.4667961597442627, 1.5514929294586182, -0.22038273513317108, 907.0, -0.018628999590873718, 0.41935300827026367, -0.09439200162887573, 0.03638182580471039, 0.9667433500289917, 0.5591935515403748, 0.6960057616233826], "mean": [0.679740309715271, 2.017565965652466, -0.9382870197296143, -0.21534845232963562, -1.4203648567199707, -1.1587260961532593, 0.8979374170303345, 560.6005249023438, 0.1638251096010208, 0.37826505303382874, -0.21977290511131287, -0.034208763390779495, 0.5272152423858643, -0.11095856130123138, -0.3194129467010498, -0.6059908270835876, -2.028048038482666, 1.1784040927886963, 0.5241175293922424, 1.5292904376983643, 1.2165204286575317, -1.3557662963867188, 636.0615844726562, -0.1519731879234314, 0.37011680006980896, -0.20081555843353271, -0.12687353789806366, 0.7444818019866943, 0.30259186029434204, 0.4862579107284546], "std": [0.11230386793613434, 0.020351573824882507, 0.1793672740459442, 0.1747562438249588, 0.5450056195259094, 0.21050482988357544, 0.35106170177459717, 284.814697265625, 0.05311967432498932, 0.04926205053925514, 0.022567110136151314, 0.2530002295970917, 0.5161268711090088, 0.3149704933166504, 0.4206360876560211, 0.15671198070049286, 0.03272378444671631, 0.29310229420661926, 0.31419870257377625, 0.6776748895645142, 0.17187835276126862, 0.5328201055526733, 304.55267333984375, 0.06654463708400726, 0.024092866107821465, 0.03345100209116936, 0.15096968412399292, 0.1732226312160492, 0.17027786374092102, 0.14088650047779083], "count": [1169]}, "next.done": {"min": [false], "max": [true], "mean": [0.000855431993156544], "std": [0.029235256613575813], "count": [1169]}, "timestamp": {"min": [0.0], "max": [46.72], "mean": [23.359999999999996], "std": [13.498444354813632], "count": [1169]}, "frame_index": {"min": [0], "max": [1168], "mean": [584.0], "std": [337.4611088703408], "count": [1169]}, "episode_index": {"min": [371], "max": [371], "mean": [371.0], "std": [0.0], "count": [1169]}, "index": {"min": [444255], "max": [445423], "mean": [444839.0], "std": [337.4611088703408], "count": [1169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1169]}}} +{"episode_index": 372, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.46319939432942636]], [[0.4723521401577391]], [[0.46744917524738017]]], "std": [[[0.149122722539471]], [[0.14824806842766441]], [[0.14890074226875077]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4633116293770767]], [[0.4706575154270274]], [[0.46412682340161393]]], "std": [[[0.1022603407088512]], [[0.0986619349340474]], [[0.10151679405576729]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4733361996567715]], [[0.47500828175776827]], [[0.47144008904772333]]], "std": [[[0.11261787535337091]], [[0.10987633768483855]], [[0.11080010252629333]]], "count": [179]}, "states": {"min": [0.3128677308559418, 2.013516664505005, -0.6979746222496033, -0.1241452768445015, -2.1137683391571045, -1.4634760618209839, 0.09807004779577255, 18.0, 0.09612400084733963, 0.24825599789619446, -0.30055201053619385, -0.4987109899520874, -0.6082515120506287, -0.41631072759628296, -0.6540963649749756, -0.8168315291404724, -2.0646371841430664, 0.6569593548774719, -0.02736676298081875, 0.1754230409860611, 1.0440036058425903, -1.8805574178695679, 81.0, -0.2837809920310974, 0.30471500754356384, -0.27243998646736145, -0.4308951795101166, 0.4522538185119629, -0.03559582680463791, 0.2949868142604828], "max": [0.7656236290931702, 2.033064365386963, -0.2447998821735382, 0.16571901738643646, -1.1223689317703247, -1.1227529048919678, 0.8222770094871521, 884.0, 0.24250000715255737, 0.3747049868106842, -0.22031700611114502, 0.515984058380127, 0.8395625352859497, 0.43083375692367554, 0.6203069686889648, -0.2710321843624115, -1.7929068803787231, 1.6627577543258667, 1.3493839502334595, 2.5151243209838867, 1.6061567068099976, -0.4887620210647583, 907.0, -0.02371799945831299, 0.3977540135383606, -0.11956900358200073, 0.011483760550618172, 0.948395848274231, 0.4704677164554596, 0.6862726211547852], "mean": [0.5765035152435303, 2.0239319801330566, -0.37570229172706604, -0.014006736688315868, -1.7322883605957031, -1.2415443658828735, 0.5358303189277649, 632.7650756835938, 0.17657744884490967, 0.3395395576953888, -0.2485218644142151, -0.23455961048603058, 0.6644320487976074, -0.2787001132965088, -0.5320609211921692, -0.5475975871086121, -2.0213661193847656, 1.238556146621704, 0.5873472094535828, 1.5456688404083252, 1.2868006229400635, -1.2585076093673706, 494.24383544921875, -0.16598738729953766, 0.3517865836620331, -0.20332922041416168, -0.14998862147331238, 0.7794284224510193, 0.24916301667690277, 0.4757803976535797], "std": [0.09814856201410294, 0.0048899888060987, 0.14744414389133453, 0.10014056414365768, 0.3165203332901001, 0.08987779915332794, 0.2794525921344757, 268.7855224609375, 0.033540673553943634, 0.03572983294725418, 0.01785244233906269, 0.18192361295223236, 0.22379854321479797, 0.15086878836154938, 0.19185054302215576, 0.14233067631721497, 0.05528384447097778, 0.299304336309433, 0.3548131287097931, 0.7609610557556152, 0.1155799925327301, 0.5486435890197754, 224.8102264404297, 0.07856544852256775, 0.019031215459108353, 0.032929468899965286, 0.13428440690040588, 0.13986144959926605, 0.16226468980312347, 0.13274630904197693], "count": [1013]}, "actions": {"min": [0.3128677308559418, 2.013516664505005, -0.6979746222496033, -0.1241452768445015, -2.1137683391571045, -1.4634760618209839, 0.09807004779577255, 18.0, 0.09612400084733963, 0.24825599789619446, -0.30055201053619385, -0.4987109899520874, -0.6082515120506287, -0.41631072759628296, -0.6540963649749756, -0.8168315291404724, -2.0646371841430664, 0.6569593548774719, -0.02736676298081875, 0.1754230409860611, 1.0440036058425903, -1.8805574178695679, 81.0, -0.2837809920310974, 0.30471500754356384, -0.27243998646736145, -0.4308951795101166, 0.4522538185119629, -0.03559582680463791, 0.2949868142604828], "max": [0.7656236290931702, 2.033064365386963, -0.2447998821735382, 0.16571901738643646, -1.1223689317703247, -1.1227529048919678, 0.8222770094871521, 884.0, 0.24250000715255737, 0.3747049868106842, -0.22031700611114502, 0.515984058380127, 0.8395625352859497, 0.43083375692367554, 0.6203069686889648, -0.2710321843624115, -1.7929068803787231, 1.6627577543258667, 1.3493839502334595, 2.5151243209838867, 1.6061567068099976, -0.4887620210647583, 907.0, -0.02371799945831299, 0.3977540135383606, -0.11956900358200073, 0.011483760550618172, 0.948395848274231, 0.4704677164554596, 0.6862726211547852], "mean": [0.5765035152435303, 2.0239319801330566, -0.37570229172706604, -0.014006736688315868, -1.7322883605957031, -1.2415443658828735, 0.5358303189277649, 632.7650756835938, 0.17657744884490967, 0.3395395576953888, -0.2485218644142151, -0.23455961048603058, 0.6644320487976074, -0.2787001132965088, -0.5320609211921692, -0.5475975871086121, -2.0213661193847656, 1.238556146621704, 0.5873472094535828, 1.5456688404083252, 1.2868006229400635, -1.2585076093673706, 494.24383544921875, -0.16598738729953766, 0.3517865836620331, -0.20332922041416168, -0.14998862147331238, 0.7794284224510193, 0.24916301667690277, 0.4757803976535797], "std": [0.09814856201410294, 0.0048899888060987, 0.14744414389133453, 0.10014056414365768, 0.3165203332901001, 0.08987779915332794, 0.2794525921344757, 268.7855224609375, 0.033540673553943634, 0.03572983294725418, 0.01785244233906269, 0.18192361295223236, 0.22379854321479797, 0.15086878836154938, 0.19185054302215576, 0.14233067631721497, 0.05528384447097778, 0.299304336309433, 0.3548131287097931, 0.7609610557556152, 0.1155799925327301, 0.5486435890197754, 224.8102264404297, 0.07856544852256775, 0.019031215459108353, 0.032929468899965286, 0.13428440690040588, 0.13986144959926605, 0.16226468980312347, 0.13274630904197693], "count": [1013]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009871668311944718], "std": [0.031403699349628555], "count": [1013]}, "timestamp": {"min": [0.0], "max": [40.48], "mean": [20.24], "std": [11.69711075437007], "count": [1013]}, "frame_index": {"min": [0], "max": [1012], "mean": [506.0], "std": [292.4277688592518], "count": [1013]}, "episode_index": {"min": [372], "max": [372], "mean": [372.0], "std": [0.0], "count": [1013]}, "index": {"min": [445424], "max": [446436], "mean": [445930.0], "std": [292.4277688592518], "count": [1013]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1013]}}} +{"episode_index": 373, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4764697435633132]], [[0.48163909122839166]], [[0.4771819996105919]]], "std": [[[0.12778936037858774]], [[0.12829582209567608]], [[0.1277536520272222]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.46980526636277564]], [[0.4730077213517806]], [[0.4671697122579561]]], "std": [[[0.09532467058821749]], [[0.09416647525332307]], [[0.0969136903722502]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4802259177814428]], [[0.48044876324751085]], [[0.4765735694978926]]], "std": [[[0.10149679416155576]], [[0.10418162928136207]], [[0.10854309468524304]]], "count": [214]}, "states": {"min": [0.5943544507026672, 1.876944661140442, -0.8038113713264465, -0.4939281940460205, -2.576018810272217, -1.5597834587097168, 0.3098308742046356, -5.0, 0.05869999900460243, 0.3274550139904022, -0.2598539888858795, -0.4227994382381439, -0.6087952256202698, -0.39697936177253723, -0.6170735359191895, -1.1419166326522827, -2.048283576965332, 2.4658188819885254, -0.7439989447593689, -1.2440532445907593, 0.9680294394493103, -1.647695541381836, 53.0, -0.31999099254608154, 0.33595600724220276, -0.27175000309944153, -0.48063722252845764, 0.444828063249588, -0.0722150132060051, 0.3248802423477173], "max": [1.0185742378234863, 2.0325231552124023, -0.26916468143463135, 0.04740314558148384, -1.2040154933929443, -0.887848973274231, 1.2263556718826294, 881.0, 0.2499839961528778, 0.44332998991012573, -0.1569249927997589, 0.4574054777622223, 0.9106800556182861, 0.40989184379577637, 0.6091334819793701, -0.46099382638931274, -1.9431099891662598, 2.863265037536621, 0.12074188888072968, 0.1929636001586914, 1.569906234741211, -0.30515336990356445, 881.0, -0.062403999269008636, 0.443342000246048, -0.14389100670814514, -0.06974107772111893, 0.9319100379943848, 0.5702997446060181, 0.6664310097694397], "mean": [0.8265920281410217, 2.012850046157837, -0.548326313495636, -0.1587597131729126, -1.9688793420791626, -1.1133545637130737, 1.0129882097244263, 523.9136962890625, 0.1287459433078766, 0.402986079454422, -0.2077704519033432, -0.09479821473360062, 0.7103020548820496, -0.19403347373008728, -0.44615745544433594, -0.7026262283325195, -2.0354599952697754, 2.7909584045410156, -0.10545181483030319, -0.7072471976280212, 1.2114427089691162, -0.6007223129272461, 566.5598754882812, -0.18627284467220306, 0.3752552568912506, -0.22274096310138702, -0.2974701523780823, 0.6798247694969177, 0.30253586173057556, 0.5182916522026062], "std": [0.11926067620515823, 0.02710721269249916, 0.12608522176742554, 0.13766013085842133, 0.3135988712310791, 0.1470635086297989, 0.22087186574935913, 259.16632080078125, 0.05376380309462547, 0.02861092984676361, 0.027835801243782043, 0.1588490903377533, 0.3387082517147064, 0.1774391233921051, 0.2798905670642853, 0.2523525059223175, 0.009244756773114204, 0.10114394873380661, 0.23021548986434937, 0.5423343181610107, 0.1176089197397232, 0.3043849766254425, 289.27301025390625, 0.06000947207212448, 0.02487393282353878, 0.030454840511083603, 0.13071788847446442, 0.16273082792758942, 0.19627521932125092, 0.084275022149086], "count": [1286]}, "actions": {"min": [0.5943544507026672, 1.876944661140442, -0.8038113713264465, -0.4939281940460205, -2.576018810272217, -1.5597834587097168, 0.3098308742046356, -5.0, 0.05869999900460243, 0.3274550139904022, -0.2598539888858795, -0.4227994382381439, -0.6087952256202698, -0.39697936177253723, -0.6170735359191895, -1.1419166326522827, -2.048283576965332, 2.4658188819885254, -0.7439989447593689, -1.2440532445907593, 0.9680294394493103, -1.647695541381836, 53.0, -0.31999099254608154, 0.33595600724220276, -0.27175000309944153, -0.48063722252845764, 0.444828063249588, -0.0722150132060051, 0.3248802423477173], "max": [1.0185742378234863, 2.0325231552124023, -0.26916468143463135, 0.04740314558148384, -1.2040154933929443, -0.887848973274231, 1.2263556718826294, 881.0, 0.2499839961528778, 0.44332998991012573, -0.1569249927997589, 0.4574054777622223, 0.9106800556182861, 0.40989184379577637, 0.6091334819793701, -0.46099382638931274, -1.9431099891662598, 2.863265037536621, 0.12074188888072968, 0.1929636001586914, 1.569906234741211, -0.30515336990356445, 881.0, -0.062403999269008636, 0.443342000246048, -0.14389100670814514, -0.06974107772111893, 0.9319100379943848, 0.5702997446060181, 0.6664310097694397], "mean": [0.8265920281410217, 2.012850046157837, -0.548326313495636, -0.1587597131729126, -1.9688793420791626, -1.1133545637130737, 1.0129882097244263, 523.9136962890625, 0.1287459433078766, 0.402986079454422, -0.2077704519033432, -0.09479821473360062, 0.7103020548820496, -0.19403347373008728, -0.44615745544433594, -0.7026262283325195, -2.0354599952697754, 2.7909584045410156, -0.10545181483030319, -0.7072471976280212, 1.2114427089691162, -0.6007223129272461, 566.5598754882812, -0.18627284467220306, 0.3752552568912506, -0.22274096310138702, -0.2974701523780823, 0.6798247694969177, 0.30253586173057556, 0.5182916522026062], "std": [0.11926067620515823, 0.02710721269249916, 0.12608522176742554, 0.13766013085842133, 0.3135988712310791, 0.1470635086297989, 0.22087186574935913, 259.16632080078125, 0.05376380309462547, 0.02861092984676361, 0.027835801243782043, 0.1588490903377533, 0.3387082517147064, 0.1774391233921051, 0.2798905670642853, 0.2523525059223175, 0.009244756773114204, 0.10114394873380661, 0.23021548986434937, 0.5423343181610107, 0.1176089197397232, 0.3043849766254425, 289.27301025390625, 0.06000947207212448, 0.02487393282353878, 0.030454840511083603, 0.13071788847446442, 0.16273082792758942, 0.19627521932125092, 0.084275022149086], "count": [1286]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007776049766718507], "std": [0.027874725239401116], "count": [1286]}, "timestamp": {"min": [0.0], "max": [51.4], "mean": [25.7], "std": [14.84944443405207], "count": [1286]}, "frame_index": {"min": [0], "max": [1285], "mean": [642.5], "std": [371.23611085130176], "count": [1286]}, "episode_index": {"min": [373], "max": [373], "mean": [373.0], "std": [0.0], "count": [1286]}, "index": {"min": [446437], "max": [447722], "mean": [447079.5], "std": [371.23611085130176], "count": [1286]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1286]}}} +{"episode_index": 374, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.460699216737179]], [[0.4693304831787487]], [[0.46284176429908064]]], "std": [[[0.13776698847157268]], [[0.13416122112981568]], [[0.13654600255363591]]], "count": [241]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.4710342094825482]], [[0.47043114287554577]], [[0.46650531045751636]]], "std": [[[0.07767716409122707]], [[0.07611868609428397]], [[0.07892948069799965]]], "count": [241]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4703781264407561]], [[0.4714299936606731]], [[0.4677659805277574]]], "std": [[[0.07860587865878654]], [[0.07611716639915606]], [[0.08005712188832288]]], "count": [241]}, "states": {"min": [0.4329289197921753, 1.8951308727264404, -1.9327601194381714, -1.4399839639663696, -2.695957660675049, -1.460386872291565, 0.11039207130670547, 4.0, -0.0061690001748502254, 0.291577011346817, -0.28801700472831726, -0.439104825258255, -0.6166931390762329, -0.5435844659805298, -0.6185399293899536, -1.011191487312317, -2.0576558113098145, 0.5371251106262207, 0.026022860780358315, -2.6785221099853516, -1.7007710933685303, -1.3576045036315918, 52.0, -0.3993090093135834, 0.2903279960155487, -0.28274598717689514, -0.499765008687973, -0.7336509823799133, -0.557539165019989, -0.5765351057052612], "max": [0.9420764446258545, 2.0356647968292236, 0.11817625164985657, 0.0031590459402650595, -0.07506661117076874, -0.7070852518081665, 2.689133644104004, 888.0, 0.3451730012893677, 0.4496319890022278, -0.08839499950408936, 0.531574547290802, 0.9940351247787476, 0.6592930555343628, 0.6583326458930969, -0.14627604186534882, -1.6890075206756592, 2.3954644203186035, 1.6304168701171875, 0.8905367255210876, 1.295575499534607, 2.4223947525024414, 893.0, 0.03320299834012985, 0.4958049952983856, -0.07809100300073624, 0.6367073059082031, 0.9833214282989502, 0.6950615644454956, 0.6997010707855225], "mean": [0.5986384749412537, 2.024567127227783, -0.942813515663147, -0.2816631495952606, -0.9968112707138062, -0.9800329208374023, 0.8105133175849915, 563.3858032226562, 0.23457571864128113, 0.38435789942741394, -0.2201268970966339, 0.236189603805542, -0.01327207125723362, 0.2891526520252228, 0.19552156329154968, -0.582223653793335, -2.0304150581359863, 1.4545989036560059, 0.6499438881874084, -0.9780359268188477, -0.4886680543422699, 0.8373091220855713, 555.8751831054688, -0.17599505186080933, 0.3750532567501068, -0.18246860802173615, -0.19555194675922394, 0.5965340733528137, 0.3060716688632965, 0.3853777050971985], "std": [0.10837746411561966, 0.010285241529345512, 0.40251606702804565, 0.37986645102500916, 0.8198800683021545, 0.22096224129199982, 0.7417150139808655, 299.55908203125, 0.09254901111125946, 0.04038027673959732, 0.0395403690636158, 0.296071320772171, 0.622040331363678, 0.40196889638900757, 0.43131113052368164, 0.24191299080848694, 0.04569919779896736, 0.5344828963279724, 0.45925435423851013, 1.0059680938720703, 0.9944075345993042, 1.1132335662841797, 244.7362823486328, 0.11396173387765884, 0.05118260160088539, 0.05618317797780037, 0.2459190934896469, 0.384164422750473, 0.3051293194293976, 0.2500964105129242], "count": [1506]}, "actions": {"min": [0.4329289197921753, 1.8951308727264404, -1.9327601194381714, -1.4399839639663696, -2.695957660675049, -1.460386872291565, 0.11039207130670547, 4.0, -0.0061690001748502254, 0.291577011346817, -0.28801700472831726, -0.439104825258255, -0.6166931390762329, -0.5435844659805298, -0.6185399293899536, -1.011191487312317, -2.0576558113098145, 0.5371251106262207, 0.026022860780358315, -2.6785221099853516, -1.7007710933685303, -1.3576045036315918, 52.0, -0.3993090093135834, 0.2903279960155487, -0.28274598717689514, -0.499765008687973, -0.7336509823799133, -0.557539165019989, -0.5765351057052612], "max": [0.9420764446258545, 2.0356647968292236, 0.11817625164985657, 0.0031590459402650595, -0.07506661117076874, -0.7070852518081665, 2.689133644104004, 888.0, 0.3451730012893677, 0.4496319890022278, -0.08839499950408936, 0.531574547290802, 0.9940351247787476, 0.6592930555343628, 0.6583326458930969, -0.14627604186534882, -1.6890075206756592, 2.3954644203186035, 1.6304168701171875, 0.8905367255210876, 1.295575499534607, 2.4223947525024414, 893.0, 0.03320299834012985, 0.4958049952983856, -0.07809100300073624, 0.6367073059082031, 0.9833214282989502, 0.6950615644454956, 0.6997010707855225], "mean": [0.5986384749412537, 2.024567127227783, -0.942813515663147, -0.2816631495952606, -0.9968112707138062, -0.9800329208374023, 0.8105133175849915, 563.3858032226562, 0.23457571864128113, 0.38435789942741394, -0.2201268970966339, 0.236189603805542, -0.01327207125723362, 0.2891526520252228, 0.19552156329154968, -0.582223653793335, -2.0304150581359863, 1.4545989036560059, 0.6499438881874084, -0.9780359268188477, -0.4886680543422699, 0.8373091220855713, 555.8751831054688, -0.17599505186080933, 0.3750532567501068, -0.18246860802173615, -0.19555194675922394, 0.5965340733528137, 0.3060716688632965, 0.3853777050971985], "std": [0.10837746411561966, 0.010285241529345512, 0.40251606702804565, 0.37986645102500916, 0.8198800683021545, 0.22096224129199982, 0.7417150139808655, 299.55908203125, 0.09254901111125946, 0.04038027673959732, 0.0395403690636158, 0.296071320772171, 0.622040331363678, 0.40196889638900757, 0.43131113052368164, 0.24191299080848694, 0.04569919779896736, 0.5344828963279724, 0.45925435423851013, 1.0059680938720703, 0.9944075345993042, 1.1132335662841797, 244.7362823486328, 0.11396173387765884, 0.05118260160088539, 0.05618317797780037, 0.2459190934896469, 0.384164422750473, 0.3051293194293976, 0.2500964105129242], "count": [1506]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006640106241699867], "std": [0.025759846933958597], "count": [1506]}, "timestamp": {"min": [0.0], "max": [60.2], "mean": [30.099999999999998], "std": [17.389786274323978], "count": [1506]}, "frame_index": {"min": [0], "max": [1505], "mean": [752.5], "std": [434.74465685809946], "count": [1506]}, "episode_index": {"min": [374], "max": [374], "mean": [374.0], "std": [0.0], "count": [1506]}, "index": {"min": [447723], "max": [449228], "mean": [448475.5], "std": [434.74465685809946], "count": [1506]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1506]}}} +{"episode_index": 375, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46377293404164077]], [[0.46991509922219266]], [[0.463184216314731]]], "std": [[[0.1392562613974955]], [[0.1348106118090996]], [[0.13760202097058116]]], "count": [221]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4625874709800964]], [[0.46819643609706324]], [[0.46195518180877176]]], "std": [[[0.07697368266322074]], [[0.07559601708065862]], [[0.08044403621653881]]], "count": [221]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47416789862626796]], [[0.4741685612782066]], [[0.46997144589359124]]], "std": [[[0.07707313265832033]], [[0.07514962362698056]], [[0.0799180296528433]]], "count": [221]}, "states": {"min": [0.4426679015159607, 1.8818315267562866, -2.0388238430023193, -1.4254627227783203, -2.8945586681365967, -1.5437437295913696, 0.30689868330955505, 0.0, -0.03153499960899353, 0.3080970048904419, -0.2735080122947693, -0.45043691992759705, -0.6876798868179321, -0.520867109298706, -0.6496850848197937, -0.9517979025840759, -2.0448801517486572, 0.279898464679718, -0.054681163281202316, 0.1820029616355896, 0.8604822158813477, -2.6187620162963867, 52.0, -0.34492000937461853, 0.2656309902667999, -0.27052000164985657, -0.49986541271209717, -0.4130890369415283, -0.5479034185409546, -0.7630608081817627], "max": [0.9162979125976562, 2.0438504219055176, -0.7882605791091919, 0.032306041568517685, 0.10588912665843964, -0.8869239687919617, 2.7950053215026855, 899.0, 0.27056801319122314, 0.4236010015010834, -0.06817899644374847, 0.435025155544281, 0.988406240940094, 0.5453903079032898, 0.7792462110519409, -0.28876474499702454, -1.8963351249694824, 1.771788477897644, 1.638480305671692, 2.8142387866973877, 1.9124619960784912, -0.35007816553115845, 881.0, 0.010665000416338444, 0.4548099935054779, -0.024746999144554138, 0.5674346685409546, 0.984451949596405, 0.5771757960319519, 0.8366338014602661], "mean": [0.6050170063972473, 2.027674436569214, -1.243330717086792, -0.37120985984802246, -1.0802494287490845, -1.2008609771728516, 1.084198236465454, 584.0889282226562, 0.19089505076408386, 0.37657150626182556, -0.20109111070632935, 0.1534198373556137, 0.07805391401052475, 0.1887732297182083, 0.2340880185365677, -0.6032283902168274, -2.027757167816162, 1.1774476766586304, 0.5728086233139038, 1.4459340572357178, 1.3872348070144653, -1.2975949048995972, 643.7720336914062, -0.18002639710903168, 0.3510216176509857, -0.17119258642196655, 0.08102104812860489, 0.43261417746543884, -0.02287631295621395, 0.045369457453489304], "std": [0.12683039903640747, 0.016581477597355843, 0.4078837037086487, 0.45809677243232727, 1.032423734664917, 0.14103658497333527, 0.8243461847305298, 297.2448425292969, 0.07613912969827652, 0.03152189776301384, 0.03922407701611519, 0.2712371051311493, 0.6541499495506287, 0.38554850220680237, 0.47938263416290283, 0.21176062524318695, 0.020745187997817993, 0.3892727792263031, 0.5390982031822205, 0.988373875617981, 0.1780024766921997, 0.8719865083694458, 299.18463134765625, 0.11607468128204346, 0.03171989694237709, 0.05621151253581047, 0.33014142513275146, 0.5880571007728577, 0.347779780626297, 0.47743478417396545], "count": [1338]}, "actions": {"min": [0.4426679015159607, 1.8818315267562866, -2.0388238430023193, -1.4254627227783203, -2.8945586681365967, -1.5437437295913696, 0.30689868330955505, 0.0, -0.03153499960899353, 0.3080970048904419, -0.2735080122947693, -0.45043691992759705, -0.6876798868179321, -0.520867109298706, -0.6496850848197937, -0.9517979025840759, -2.0448801517486572, 0.279898464679718, -0.054681163281202316, 0.1820029616355896, 0.8604822158813477, -2.6187620162963867, 52.0, -0.34492000937461853, 0.2656309902667999, -0.27052000164985657, -0.49986541271209717, -0.4130890369415283, -0.5479034185409546, -0.7630608081817627], "max": [0.9162979125976562, 2.0438504219055176, -0.7882605791091919, 0.032306041568517685, 0.10588912665843964, -0.8869239687919617, 2.7950053215026855, 899.0, 0.27056801319122314, 0.4236010015010834, -0.06817899644374847, 0.435025155544281, 0.988406240940094, 0.5453903079032898, 0.7792462110519409, -0.28876474499702454, -1.8963351249694824, 1.771788477897644, 1.638480305671692, 2.8142387866973877, 1.9124619960784912, -0.35007816553115845, 881.0, 0.010665000416338444, 0.4548099935054779, -0.024746999144554138, 0.5674346685409546, 0.984451949596405, 0.5771757960319519, 0.8366338014602661], "mean": [0.6050170063972473, 2.027674436569214, -1.243330717086792, -0.37120985984802246, -1.0802494287490845, -1.2008609771728516, 1.084198236465454, 584.0889282226562, 0.19089505076408386, 0.37657150626182556, -0.20109111070632935, 0.1534198373556137, 0.07805391401052475, 0.1887732297182083, 0.2340880185365677, -0.6032283902168274, -2.027757167816162, 1.1774476766586304, 0.5728086233139038, 1.4459340572357178, 1.3872348070144653, -1.2975949048995972, 643.7720336914062, -0.18002639710903168, 0.3510216176509857, -0.17119258642196655, 0.08102104812860489, 0.43261417746543884, -0.02287631295621395, 0.045369457453489304], "std": [0.12683039903640747, 0.016581477597355843, 0.4078837037086487, 0.45809677243232727, 1.032423734664917, 0.14103658497333527, 0.8243461847305298, 297.2448425292969, 0.07613912969827652, 0.03152189776301384, 0.03922407701611519, 0.2712371051311493, 0.6541499495506287, 0.38554850220680237, 0.47938263416290283, 0.21176062524318695, 0.020745187997817993, 0.3892727792263031, 0.5390982031822205, 0.988373875617981, 0.1780024766921997, 0.8719865083694458, 299.18463134765625, 0.11607468128204346, 0.03171989694237709, 0.05621151253581047, 0.33014142513275146, 0.5880571007728577, 0.347779780626297, 0.47743478417396545], "count": [1338]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007473841554559044], "std": [0.02732810956469689], "count": [1338]}, "timestamp": {"min": [0.0], "max": [53.48], "mean": [26.739999999999995], "std": [15.44988888848935], "count": [1338]}, "frame_index": {"min": [0], "max": [1337], "mean": [668.5], "std": [386.24722221223374], "count": [1338]}, "episode_index": {"min": [375], "max": [375], "mean": [375.0], "std": [0.0], "count": [1338]}, "index": {"min": [449229], "max": [450566], "mean": [449897.5], "std": [386.24722221223374], "count": [1338]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1338]}}} +{"episode_index": 376, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.47509026037545066]], [[0.48046187791260003]], [[0.4736392424309036]]], "std": [[[0.10461687170044374]], [[0.10579133168099102]], [[0.10571645268779857]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6745098039215687]], [[0.6745098039215687]]], "mean": [[[0.47452041201383394]], [[0.4761173649579413]], [[0.47069173975644074]]], "std": [[[0.050425468321471864]], [[0.05226464957093005]], [[0.056153688575755034]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4744935089319734]], [[0.47425918018552715]], [[0.4699723531976318]]], "std": [[[0.0700708402202234]], [[0.07107173353921507]], [[0.07579519010917107]]], "count": [223]}, "states": {"min": [0.18622663617134094, 1.9548910856246948, -2.064462900161743, -1.4643661975860596, -2.4518911838531494, -1.295261263847351, 0.5935865044593811, -5.0, -0.002394000068306923, 0.3065969944000244, -0.2682630121707916, -0.4915529489517212, -0.6214435696601868, -0.5868434309959412, -0.6228476166725159, -0.7565130591392517, -2.048719882965088, 1.1881853342056274, 0.2924124598503113, 1.567742109298706, -1.4221642017364502, -2.993152618408203, 30.0, -0.31618401408195496, 0.2430099993944168, -0.30375099182128906, -0.49829503893852234, -0.7203406095504761, -0.588941216468811, -0.5229965448379517], "max": [0.7639306783676147, 2.031057119369507, -1.2936904430389404, -0.25556856393814087, -0.44481465220451355, 0.4709945619106293, 2.818218231201172, 868.0, 0.28162500262260437, 0.4402180016040802, -0.13488200306892395, 0.46884849667549133, 0.9498252868652344, 0.623383641242981, 0.6267035007476807, 0.11410963535308838, -1.842247486114502, 2.8576626777648926, 1.661623239517212, 2.5586180686950684, 1.554250717163086, -1.5865740776062012, 918.0, -0.06453000009059906, 0.3987619876861572, -0.09349100291728973, 0.6559177041053772, 0.9640113711357117, 0.5520965456962585, 0.5295790433883667], "mean": [0.42501020431518555, 2.016300678253174, -1.6978167295455933, -0.8023091554641724, -1.9159454107284546, -0.24345657229423523, 2.1821460723876953, 509.7652587890625, 0.1821262389421463, 0.3896060287952423, -0.21180935204029083, 0.07956492900848389, 0.21076564490795135, 0.1279456466436386, -0.036801982671022415, -0.2654492259025574, -2.0341193675994873, 2.0948050022125244, 0.7699637413024902, 2.1070642471313477, -0.5005871057510376, -2.6867566108703613, 570.373779296875, -0.21387618780136108, 0.3131657838821411, -0.20902734994888306, 0.26696667075157166, 0.09851975739002228, -0.21436282992362976, -0.1588866263628006], "std": [0.12486624717712402, 0.007611790671944618, 0.1780730038881302, 0.2484094798564911, 0.4555235207080841, 0.6574749946594238, 0.6866903901100159, 217.56597900390625, 0.07681864500045776, 0.02994018979370594, 0.03061014600098133, 0.33448079228401184, 0.6667979955673218, 0.4448320269584656, 0.42089295387268066, 0.25174757838249207, 0.021038968116044998, 0.523347795009613, 0.3491322696208954, 0.24999947845935822, 1.1024258136749268, 0.47306233644485474, 296.18817138671875, 0.07289675623178482, 0.043072763830423355, 0.04781516268849373, 0.3970203399658203, 0.6069787740707397, 0.3900599479675293, 0.41186341643333435], "count": [1359]}, "actions": {"min": [0.18622663617134094, 1.9548910856246948, -2.064462900161743, -1.4643661975860596, -2.4518911838531494, -1.295261263847351, 0.5935865044593811, -5.0, -0.002394000068306923, 0.3065969944000244, -0.2682630121707916, -0.4915529489517212, -0.6214435696601868, -0.5868434309959412, -0.6228476166725159, -0.7565130591392517, -2.048719882965088, 1.1881853342056274, 0.2924124598503113, 1.567742109298706, -1.4221642017364502, -2.993152618408203, 30.0, -0.31618401408195496, 0.2430099993944168, -0.30375099182128906, -0.49829503893852234, -0.7203406095504761, -0.588941216468811, -0.5229965448379517], "max": [0.7639306783676147, 2.031057119369507, -1.2936904430389404, -0.25556856393814087, -0.44481465220451355, 0.4709945619106293, 2.818218231201172, 868.0, 0.28162500262260437, 0.4402180016040802, -0.13488200306892395, 0.46884849667549133, 0.9498252868652344, 0.623383641242981, 0.6267035007476807, 0.11410963535308838, -1.842247486114502, 2.8576626777648926, 1.661623239517212, 2.5586180686950684, 1.554250717163086, -1.5865740776062012, 918.0, -0.06453000009059906, 0.3987619876861572, -0.09349100291728973, 0.6559177041053772, 0.9640113711357117, 0.5520965456962585, 0.5295790433883667], "mean": [0.42501020431518555, 2.016300678253174, -1.6978167295455933, -0.8023091554641724, -1.9159454107284546, -0.24345657229423523, 2.1821460723876953, 509.7652587890625, 0.1821262389421463, 0.3896060287952423, -0.21180935204029083, 0.07956492900848389, 0.21076564490795135, 0.1279456466436386, -0.036801982671022415, -0.2654492259025574, -2.0341193675994873, 2.0948050022125244, 0.7699637413024902, 2.1070642471313477, -0.5005871057510376, -2.6867566108703613, 570.373779296875, -0.21387618780136108, 0.3131657838821411, -0.20902734994888306, 0.26696667075157166, 0.09851975739002228, -0.21436282992362976, -0.1588866263628006], "std": [0.12486624717712402, 0.007611790671944618, 0.1780730038881302, 0.2484094798564911, 0.4555235207080841, 0.6574749946594238, 0.6866903901100159, 217.56597900390625, 0.07681864500045776, 0.02994018979370594, 0.03061014600098133, 0.33448079228401184, 0.6667979955673218, 0.4448320269584656, 0.42089295387268066, 0.25174757838249207, 0.021038968116044998, 0.523347795009613, 0.3491322696208954, 0.24999947845935822, 1.1024258136749268, 0.47306233644485474, 296.18817138671875, 0.07289675623178482, 0.043072763830423355, 0.04781516268849373, 0.3970203399658203, 0.6069787740707397, 0.3900599479675293, 0.41186341643333435], "count": [1359]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007358351729212656], "std": [0.02711629988622263], "count": [1359]}, "timestamp": {"min": [0.0], "max": [54.32], "mean": [27.16], "std": [15.6923760682271], "count": [1359]}, "frame_index": {"min": [0], "max": [1358], "mean": [679.0], "std": [392.30940170567754], "count": [1359]}, "episode_index": {"min": [376], "max": [376], "mean": [376.0], "std": [0.0], "count": [1359]}, "index": {"min": [450567], "max": [451925], "mean": [451246.0], "std": [392.30940170567754], "count": [1359]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1359]}}} +{"episode_index": 377, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4804871397000047]], [[0.48417847780599055]], [[0.47979207222457326]]], "std": [[[0.1274970032301365]], [[0.12771092091913794]], [[0.1271182805695882]]], "count": [278]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47325933224009026]], [[0.4780056697289228]], [[0.475412082833733]]], "std": [[[0.07137187607684146]], [[0.06571958393632499]], [[0.06593491785146999]]], "count": [278]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4855046955082992]], [[0.48204616453895704]], [[0.4773250193962477]]], "std": [[[0.10266104673599945]], [[0.10660254526230085]], [[0.11276484502767173]]], "count": [278]}, "states": {"min": [0.6024702191352844, 1.8546392917633057, -1.152004599571228, -0.5922251343727112, -2.2740070819854736, -1.5327308177947998, 0.4218810200691223, 0.0, 0.053700998425483704, 0.31435099244117737, -0.2607240080833435, -0.4056800305843353, -0.5877121090888977, -0.3880571722984314, -0.6616140007972717, -1.204207420349121, -2.0417211055755615, 2.6920132637023926, -0.8454549908638, -1.1548843383789062, 1.0430960655212402, -1.2893794775009155, 402.0, -0.2696309983730316, 0.34057000279426575, -0.24949799478054047, -0.3761660158634186, 0.5457183718681335, -0.06206097826361656, 0.26962658762931824], "max": [1.004733681678772, 2.0509190559387207, -0.6998421549797058, 0.012025319039821625, -0.8432908058166504, -0.8700990676879883, 1.4097373485565186, 881.0, 0.23544999957084656, 0.4428820013999939, -0.14141599833965302, 0.41318246722221375, 0.9162085652351379, 0.3914222717285156, 0.5896214246749878, -0.5454154014587402, -1.9956095218658447, 2.8642947673797607, 0.047647491097450256, 0.26193901896476746, 1.68851900100708, -0.44053858518600464, 899.0, -0.04577599838376045, 0.4456520080566406, -0.128043994307518, -0.06331216543912888, 0.9347633123397827, 0.509540855884552, 0.6607286334037781], "mean": [0.8010676503181458, 2.0090129375457764, -0.8935661911964417, -0.2140769362449646, -1.7851568460464478, -1.1202722787857056, 1.0962255001068115, 521.978515625, 0.12473220378160477, 0.39251649379730225, -0.21234051883220673, -0.1065841093659401, 0.7960085868835449, -0.2067248523235321, -0.49147850275039673, -0.7099533081054688, -2.027071714401245, 2.8158047199249268, -0.26151102781295776, -0.6699033379554749, 1.2796909809112549, -0.9408882260322571, 790.919677734375, -0.21042697131633759, 0.37938761711120605, -0.21091440320014954, -0.2272433638572693, 0.6607263684272766, 0.37168315052986145, 0.5546913146972656], "std": [0.1209316998720169, 0.035854630172252655, 0.11300481110811234, 0.14116495847702026, 0.36903679370880127, 0.1406553089618683, 0.1720466911792755, 347.457275390625, 0.04974289610981941, 0.03088255785405636, 0.02861674875020981, 0.11266473680734634, 0.16280487179756165, 0.11907756328582764, 0.1317048966884613, 0.21516473591327667, 0.010210263542830944, 0.06941275298595428, 0.21601742506027222, 0.44377008080482483, 0.1593097597360611, 0.2580421566963196, 158.96141052246094, 0.05932145565748215, 0.021769825369119644, 0.022575492039322853, 0.0899462029337883, 0.13225802779197693, 0.17048141360282898, 0.10641953349113464], "count": [1817]}, "actions": {"min": [0.6024702191352844, 1.8546392917633057, -1.152004599571228, -0.5922251343727112, -2.2740070819854736, -1.5327308177947998, 0.4218810200691223, 0.0, 0.053700998425483704, 0.31435099244117737, -0.2607240080833435, -0.4056800305843353, -0.5877121090888977, -0.3880571722984314, -0.6616140007972717, -1.204207420349121, -2.0417211055755615, 2.6920132637023926, -0.8454549908638, -1.1548843383789062, 1.0430960655212402, -1.2893794775009155, 402.0, -0.2696309983730316, 0.34057000279426575, -0.24949799478054047, -0.3761660158634186, 0.5457183718681335, -0.06206097826361656, 0.26962658762931824], "max": [1.004733681678772, 2.0509190559387207, -0.6998421549797058, 0.012025319039821625, -0.8432908058166504, -0.8700990676879883, 1.4097373485565186, 881.0, 0.23544999957084656, 0.4428820013999939, -0.14141599833965302, 0.41318246722221375, 0.9162085652351379, 0.3914222717285156, 0.5896214246749878, -0.5454154014587402, -1.9956095218658447, 2.8642947673797607, 0.047647491097450256, 0.26193901896476746, 1.68851900100708, -0.44053858518600464, 899.0, -0.04577599838376045, 0.4456520080566406, -0.128043994307518, -0.06331216543912888, 0.9347633123397827, 0.509540855884552, 0.6607286334037781], "mean": [0.8010676503181458, 2.0090129375457764, -0.8935661911964417, -0.2140769362449646, -1.7851568460464478, -1.1202722787857056, 1.0962255001068115, 521.978515625, 0.12473220378160477, 0.39251649379730225, -0.21234051883220673, -0.1065841093659401, 0.7960085868835449, -0.2067248523235321, -0.49147850275039673, -0.7099533081054688, -2.027071714401245, 2.8158047199249268, -0.26151102781295776, -0.6699033379554749, 1.2796909809112549, -0.9408882260322571, 790.919677734375, -0.21042697131633759, 0.37938761711120605, -0.21091440320014954, -0.2272433638572693, 0.6607263684272766, 0.37168315052986145, 0.5546913146972656], "std": [0.1209316998720169, 0.035854630172252655, 0.11300481110811234, 0.14116495847702026, 0.36903679370880127, 0.1406553089618683, 0.1720466911792755, 347.457275390625, 0.04974289610981941, 0.03088255785405636, 0.02861674875020981, 0.11266473680734634, 0.16280487179756165, 0.11907756328582764, 0.1317048966884613, 0.21516473591327667, 0.010210263542830944, 0.06941275298595428, 0.21601742506027222, 0.44377008080482483, 0.1593097597360611, 0.2580421566963196, 158.96141052246094, 0.05932145565748215, 0.021769825369119644, 0.022575492039322853, 0.0899462029337883, 0.13225802779197693, 0.17048141360282898, 0.10641953349113464], "count": [1817]}, "next.done": {"min": [false], "max": [true], "mean": [0.000550357732526142], "std": [0.023453247939089174], "count": [1817]}, "timestamp": {"min": [0.0], "max": [72.64], "mean": [36.32], "std": [20.980905604858908], "count": [1817]}, "frame_index": {"min": [0], "max": [1816], "mean": [908.0], "std": [524.5226401214727], "count": [1817]}, "episode_index": {"min": [377], "max": [377], "mean": [377.0], "std": [0.0], "count": [1817]}, "index": {"min": [451926], "max": [453742], "mean": [452834.0], "std": [524.5226401214727], "count": [1817]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1817]}}} +{"episode_index": 378, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46321272256754936]], [[0.46962444516036655]], [[0.46328625724344724]]], "std": [[[0.14071830906444857]], [[0.13715547425227578]], [[0.1388726147450373]]], "count": [194]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8392156862745098]], [[0.8196078431372549]], [[0.807843137254902]]], "mean": [[[0.47566931452563843]], [[0.47691054553264606]], [[0.4719674592345529]]], "std": [[[0.08967897531175752]], [[0.08901666521804973]], [[0.09207497283688298]]], "count": [194]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4627493335607439]], [[0.46342525036217236]], [[0.45951258864800215]]], "std": [[[0.1150698061288005]], [[0.1136881199138166]], [[0.11772742201278777]]], "count": [194]}, "states": {"min": [0.18242181837558746, 1.8724241256713867, -2.290482997894287, -1.7132153511047363, -2.6961495876312256, -1.4469130039215088, 0.29223793745040894, 120.0, -0.0039059999398887157, 0.2924869954586029, -0.28557199239730835, -0.49262624979019165, -0.6408661603927612, -0.5925809144973755, -0.6473301649093628, -0.9166120886802673, -2.06638240814209, -0.2807885706424713, -0.22308799624443054, 0.22404791414737701, 0.931883692741394, -2.2386116981506348, 28.0, -0.3511880040168762, 0.2853949964046478, -0.2910670042037964, -0.49947497248649597, -0.4862220585346222, -0.5603082776069641, -0.6239839792251587], "max": [0.7149218320846558, 2.037165880203247, -1.2397770881652832, -0.15938346087932587, -0.01993165910243988, 0.6769259572029114, 2.8134708404541016, 889.0, 0.27790799736976624, 0.42453500628471375, -0.11420399695634842, 0.4904869496822357, 0.9795878529548645, 0.629459798336029, 0.6495350003242493, -0.18931588530540466, -2.029783010482788, 1.6782912015914917, 1.3282829523086548, 2.580836057662964, 1.4556221961975098, -0.11477286368608475, 889.0, -0.00962700042873621, 0.41472500562667847, -0.08046100288629532, 0.5519416332244873, 0.9814333915710449, 0.581529974937439, 0.6800419092178345], "mean": [0.4382166564464569, 2.024991035461426, -1.527456521987915, -0.6035851836204529, -1.2467917203903198, -1.027853012084961, 1.083249807357788, 361.8998107910156, 0.16480094194412231, 0.33830809593200684, -0.22733406722545624, -0.21853457391262054, 0.6941831707954407, -0.2029900848865509, -0.39544031023979187, -0.5100189447402954, -2.0459177494049072, 0.842531681060791, 0.16699504852294922, 1.2111093997955322, 1.2434042692184448, -0.7450975179672241, 477.1019592285156, -0.21099676191806793, 0.32607558369636536, -0.23703135550022125, -0.2161026895046234, 0.5406843423843384, 0.2683679163455963, 0.3596467077732086], "std": [0.10695664584636688, 0.016748011112213135, 0.2578691840171814, 0.49281907081604004, 0.82404625415802, 0.3195500671863556, 0.7603171467781067, 185.14671325683594, 0.08234959840774536, 0.02960871532559395, 0.04429590702056885, 0.19208981096744537, 0.32870277762413025, 0.24478855729103088, 0.26059314608573914, 0.19119520485401154, 0.009425235912203789, 0.44513601064682007, 0.4488687217235565, 0.6882840991020203, 0.10429690778255463, 0.721184253692627, 319.02117919921875, 0.09743726253509521, 0.036004673689603806, 0.05263904482126236, 0.29758745431900024, 0.3704337179660797, 0.33875563740730286, 0.3450476825237274], "count": [1128]}, "actions": {"min": [0.18242181837558746, 1.8724241256713867, -2.290482997894287, -1.7132153511047363, -2.6961495876312256, -1.4469130039215088, 0.29223793745040894, 120.0, -0.0039059999398887157, 0.2924869954586029, -0.28557199239730835, -0.49262624979019165, -0.6408661603927612, -0.5925809144973755, -0.6473301649093628, -0.9166120886802673, -2.06638240814209, -0.2807885706424713, -0.22308799624443054, 0.22404791414737701, 0.931883692741394, -2.2386116981506348, 28.0, -0.3511880040168762, 0.2853949964046478, -0.2910670042037964, -0.49947497248649597, -0.4862220585346222, -0.5603082776069641, -0.6239839792251587], "max": [0.7149218320846558, 2.037165880203247, -1.2397770881652832, -0.15938346087932587, -0.01993165910243988, 0.6769259572029114, 2.8134708404541016, 889.0, 0.27790799736976624, 0.42453500628471375, -0.11420399695634842, 0.4904869496822357, 0.9795878529548645, 0.629459798336029, 0.6495350003242493, -0.18931588530540466, -2.029783010482788, 1.6782912015914917, 1.3282829523086548, 2.580836057662964, 1.4556221961975098, -0.11477286368608475, 889.0, -0.00962700042873621, 0.41472500562667847, -0.08046100288629532, 0.5519416332244873, 0.9814333915710449, 0.581529974937439, 0.6800419092178345], "mean": [0.4382166564464569, 2.024991035461426, -1.527456521987915, -0.6035851836204529, -1.2467917203903198, -1.027853012084961, 1.083249807357788, 361.8998107910156, 0.16480094194412231, 0.33830809593200684, -0.22733406722545624, -0.21853457391262054, 0.6941831707954407, -0.2029900848865509, -0.39544031023979187, -0.5100189447402954, -2.0459177494049072, 0.842531681060791, 0.16699504852294922, 1.2111093997955322, 1.2434042692184448, -0.7450975179672241, 477.1019592285156, -0.21099676191806793, 0.32607558369636536, -0.23703135550022125, -0.2161026895046234, 0.5406843423843384, 0.2683679163455963, 0.3596467077732086], "std": [0.10695664584636688, 0.016748011112213135, 0.2578691840171814, 0.49281907081604004, 0.82404625415802, 0.3195500671863556, 0.7603171467781067, 185.14671325683594, 0.08234959840774536, 0.02960871532559395, 0.04429590702056885, 0.19208981096744537, 0.32870277762413025, 0.24478855729103088, 0.26059314608573914, 0.19119520485401154, 0.009425235912203789, 0.44513601064682007, 0.4488687217235565, 0.6882840991020203, 0.10429690778255463, 0.721184253692627, 319.02117919921875, 0.09743726253509521, 0.036004673689603806, 0.05263904482126236, 0.29758745431900024, 0.3704337179660797, 0.33875563740730286, 0.3450476825237274], "count": [1128]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008865248226950354], "std": [0.029761365836160493], "count": [1128]}, "timestamp": {"min": [0.0], "max": [45.08], "mean": [22.54], "std": [13.025016954563501], "count": [1128]}, "frame_index": {"min": [0], "max": [1127], "mean": [563.5], "std": [325.62542386408757], "count": [1128]}, "episode_index": {"min": [378], "max": [378], "mean": [378.0], "std": [0.0], "count": [1128]}, "index": {"min": [453743], "max": [454870], "mean": [454306.5], "std": [325.62542386408757], "count": [1128]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1128]}}} +{"episode_index": 379, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.47522879252947287]], [[0.47960608221092177]], [[0.47458732572078677]]], "std": [[[0.12799100947334216]], [[0.12962835961533012]], [[0.12994902536421105]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.6666666666666666]], [[0.6666666666666666]]], "mean": [[[0.47995598447712423]], [[0.4819347636445544]], [[0.47670526960784315]]], "std": [[[0.06956491744582086]], [[0.06924994679780107]], [[0.0737199526921514]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4753206021699957]], [[0.47845198159092295]], [[0.47370263728544376]]], "std": [[[0.07921397536638393]], [[0.07879951779931837]], [[0.08320991677705902]]], "count": [214]}, "states": {"min": [0.25422465801239014, 2.012120485305786, 1.139577865600586, -0.007941248826682568, -2.644627809524536, 0.9497209191322327, -2.732086181640625, 70.0, -0.012742999941110611, 0.2943060100078583, -0.28060799837112427, -0.4651312232017517, -0.6425405144691467, -0.46293577551841736, -0.648555338382721, -0.8286997675895691, -2.0526468753814697, 0.845001220703125, -0.08285078406333923, -2.902325391769409, -1.6516748666763306, 0.677571713924408, 82.0, -0.3040750026702881, 0.2784639894962311, -0.28739801049232483, -0.4998384118080139, -0.47816202044487, -0.511277437210083, -0.5749723315238953], "max": [0.8270067572593689, 2.040255069732666, 2.6369309425354004, 1.5925257205963135, -0.9463699460029602, 1.3589134216308594, -0.4018446207046509, 889.0, 0.2882139980792999, 0.40334099531173706, -0.0708639994263649, 0.4604499638080597, 0.9802844524383545, 0.4492804706096649, 0.6535386443138123, -0.0263544712215662, -1.8632088899612427, 1.6688140630722046, 1.6397192478179932, -0.48638835549354553, -0.6668902635574341, 2.8409423828125, 845.0, -0.026127999648451805, 0.3822549879550934, -0.0983780026435852, 0.5272085666656494, 0.9629659652709961, 0.5087248086929321, 0.7011110186576843], "mean": [0.47909361124038696, 2.0195090770721436, 2.04679274559021, 0.5879624485969543, -1.5005358457565308, 1.174458622932434, -1.9840824604034424, 676.5448608398438, 0.17793211340904236, 0.3504530191421509, -0.19645129144191742, -0.2351393699645996, 0.6853798627853394, -0.2647031545639038, -0.46305885910987854, -0.4384107291698456, -2.0371203422546387, 1.253860592842102, 0.6976941823959351, -1.6348098516464233, -1.3987915515899658, 1.9529813528060913, 523.5448608398438, -0.1796415150165558, 0.32659590244293213, -0.18799206614494324, -0.1959208846092224, 0.7257078289985657, 0.20752105116844177, 0.43096694350242615], "std": [0.13141889870166779, 0.006301396526396275, 0.44920435547828674, 0.5489436388015747, 0.4832725524902344, 0.09955915808677673, 0.772334635257721, 307.3397521972656, 0.0861688032746315, 0.03029426373541355, 0.05541408061981201, 0.174031600356102, 0.2624964714050293, 0.19337274134159088, 0.23213815689086914, 0.19381952285766602, 0.022436654195189476, 0.2111755758523941, 0.550192654132843, 0.8352187275886536, 0.15251454710960388, 0.7883614301681519, 238.59202575683594, 0.07341129332780838, 0.028283948078751564, 0.04854288324713707, 0.2051348090171814, 0.2619920074939728, 0.1842634230852127, 0.24797731637954712], "count": [1281]}, "actions": {"min": [0.25422465801239014, 2.012120485305786, 1.139577865600586, -0.007941248826682568, -2.644627809524536, 0.9497209191322327, -2.732086181640625, 70.0, -0.012742999941110611, 0.2943060100078583, -0.28060799837112427, -0.4651312232017517, -0.6425405144691467, -0.46293577551841736, -0.648555338382721, -0.8286997675895691, -2.0526468753814697, 0.845001220703125, -0.08285078406333923, -2.902325391769409, -1.6516748666763306, 0.677571713924408, 82.0, -0.3040750026702881, 0.2784639894962311, -0.28739801049232483, -0.4998384118080139, -0.47816202044487, -0.511277437210083, -0.5749723315238953], "max": [0.8270067572593689, 2.040255069732666, 2.6369309425354004, 1.5925257205963135, -0.9463699460029602, 1.3589134216308594, -0.4018446207046509, 889.0, 0.2882139980792999, 0.40334099531173706, -0.0708639994263649, 0.4604499638080597, 0.9802844524383545, 0.4492804706096649, 0.6535386443138123, -0.0263544712215662, -1.8632088899612427, 1.6688140630722046, 1.6397192478179932, -0.48638835549354553, -0.6668902635574341, 2.8409423828125, 845.0, -0.026127999648451805, 0.3822549879550934, -0.0983780026435852, 0.5272085666656494, 0.9629659652709961, 0.5087248086929321, 0.7011110186576843], "mean": [0.47909361124038696, 2.0195090770721436, 2.04679274559021, 0.5879624485969543, -1.5005358457565308, 1.174458622932434, -1.9840824604034424, 676.5448608398438, 0.17793211340904236, 0.3504530191421509, -0.19645129144191742, -0.2351393699645996, 0.6853798627853394, -0.2647031545639038, -0.46305885910987854, -0.4384107291698456, -2.0371203422546387, 1.253860592842102, 0.6976941823959351, -1.6348098516464233, -1.3987915515899658, 1.9529813528060913, 523.5448608398438, -0.1796415150165558, 0.32659590244293213, -0.18799206614494324, -0.1959208846092224, 0.7257078289985657, 0.20752105116844177, 0.43096694350242615], "std": [0.13141889870166779, 0.006301396526396275, 0.44920435547828674, 0.5489436388015747, 0.4832725524902344, 0.09955915808677673, 0.772334635257721, 307.3397521972656, 0.0861688032746315, 0.03029426373541355, 0.05541408061981201, 0.174031600356102, 0.2624964714050293, 0.19337274134159088, 0.23213815689086914, 0.19381952285766602, 0.022436654195189476, 0.2111755758523941, 0.550192654132843, 0.8352187275886536, 0.15251454710960388, 0.7883614301681519, 238.59202575683594, 0.07341129332780838, 0.028283948078751564, 0.04854288324713707, 0.2051348090171814, 0.2619920074939728, 0.1842634230852127, 0.24797731637954712], "count": [1281]}, "next.done": {"min": [false], "max": [true], "mean": [0.00078064012490242], "std": [0.0279290301639318], "count": [1281]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.791709389609663], "count": [1281]}, "frame_index": {"min": [0], "max": [1280], "mean": [640.0], "std": [369.79273474024154], "count": [1281]}, "episode_index": {"min": [379], "max": [379], "mean": [379.0], "std": [0.0], "count": [1281]}, "index": {"min": [454871], "max": [456151], "mean": [455511.0], "std": [369.79273474024154], "count": [1281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1281]}}} +{"episode_index": 380, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4692187904549904]], [[0.4771986211755233]], [[0.4716241909001926]]], "std": [[[0.14976338982621923]], [[0.14813515124840923]], [[0.1491776971852926]]], "count": [207]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.46385027805405576]], [[0.466696900358372]], [[0.4623280001815541]]], "std": [[[0.11511345081984274]], [[0.11024181129078688]], [[0.11262042638054635]]], "count": [207]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46969579623314706]], [[0.47043057232957597]], [[0.46705783287550123]]], "std": [[[0.12204821621003774]], [[0.11810450047911487]], [[0.1196380218026661]]], "count": [207]}, "states": {"min": [0.37742745876312256, 1.917872667312622, -1.6474685668945312, -0.4241848289966583, -1.6313070058822632, -1.2360421419143677, 0.3284011483192444, -5.0, 0.03965799883008003, 0.2994840145111084, -0.2890259921550751, -0.43459728360176086, -0.6064231991767883, -0.44862625002861023, -0.6171815395355225, -0.842191219329834, -2.0478994846343994, 0.5613502264022827, -0.26227065920829773, 0.6057688593864441, 0.6570640802383423, -2.159949779510498, 35.0, -0.24978099763393402, 0.3353619873523712, -0.26732298731803894, -0.43405473232269287, 0.41037702560424805, -0.07714572548866272, 0.25388383865356445], "max": [0.9157742857933044, 2.0601344108581543, -1.13460373878479, -0.05403539165854454, -0.17948967218399048, -0.5138598680496216, 1.3389643430709839, 897.0, 0.24828499555587769, 0.44638100266456604, -0.1686359941959381, 0.47312232851982117, 0.9093133807182312, 0.4394066333770752, 0.6310282349586487, -0.1880417764186859, -1.8459476232528687, 1.7326931953430176, 1.503199815750122, 2.480462074279785, 1.2504936456680298, -0.23006930947303772, 893.0, -0.03483400121331215, 0.46118199825286865, -0.10706000030040741, -0.1057714968919754, 0.9562069773674011, 0.5786025524139404, 0.6506797671318054], "mean": [0.6982248425483704, 2.0168514251708984, -1.3504397869110107, -0.26627710461616516, -1.166006088256836, -0.9563034772872925, 1.060387372970581, 481.33251953125, 0.13306762278079987, 0.3970308005809784, -0.22153635323047638, -0.13867436349391937, 0.7071797251701355, -0.2581101059913635, -0.4706180691719055, -0.6308895945549011, -2.0342283248901367, 1.0695024728775024, 0.41696697473526, 1.4952389001846313, 1.0695281028747559, -1.1491286754608154, 598.31298828125, -0.1540335714817047, 0.38672569394111633, -0.21135947108268738, -0.22939643263816833, 0.7226813435554504, 0.3161081373691559, 0.46385127305984497], "std": [0.12350836396217346, 0.02850297838449478, 0.15116289258003235, 0.0920143574476242, 0.313985675573349, 0.15509237349033356, 0.20686672627925873, 258.0675354003906, 0.054142922163009644, 0.03223031014204025, 0.023581933230161667, 0.14139461517333984, 0.2814611494541168, 0.19357021152973175, 0.23639395833015442, 0.12486609816551208, 0.02310340479016304, 0.3749251067638397, 0.47009772062301636, 0.6477662920951843, 0.0752837061882019, 0.6624597907066345, 297.0809020996094, 0.06394515931606293, 0.027816740795969963, 0.03795543685555458, 0.12132540345191956, 0.17558330297470093, 0.2211621254682541, 0.12475644052028656], "count": [1227]}, "actions": {"min": [0.37742745876312256, 1.917872667312622, -1.6474685668945312, -0.4241848289966583, -1.6313070058822632, -1.2360421419143677, 0.3284011483192444, -5.0, 0.03965799883008003, 0.2994840145111084, -0.2890259921550751, -0.43459728360176086, -0.6064231991767883, -0.44862625002861023, -0.6171815395355225, -0.842191219329834, -2.0478994846343994, 0.5613502264022827, -0.26227065920829773, 0.6057688593864441, 0.6570640802383423, -2.159949779510498, 35.0, -0.24978099763393402, 0.3353619873523712, -0.26732298731803894, -0.43405473232269287, 0.41037702560424805, -0.07714572548866272, 0.25388383865356445], "max": [0.9157742857933044, 2.0601344108581543, -1.13460373878479, -0.05403539165854454, -0.17948967218399048, -0.5138598680496216, 1.3389643430709839, 897.0, 0.24828499555587769, 0.44638100266456604, -0.1686359941959381, 0.47312232851982117, 0.9093133807182312, 0.4394066333770752, 0.6310282349586487, -0.1880417764186859, -1.8459476232528687, 1.7326931953430176, 1.503199815750122, 2.480462074279785, 1.2504936456680298, -0.23006930947303772, 893.0, -0.03483400121331215, 0.46118199825286865, -0.10706000030040741, -0.1057714968919754, 0.9562069773674011, 0.5786025524139404, 0.6506797671318054], "mean": [0.6982248425483704, 2.0168514251708984, -1.3504397869110107, -0.26627710461616516, -1.166006088256836, -0.9563034772872925, 1.060387372970581, 481.33251953125, 0.13306762278079987, 0.3970308005809784, -0.22153635323047638, -0.13867436349391937, 0.7071797251701355, -0.2581101059913635, -0.4706180691719055, -0.6308895945549011, -2.0342283248901367, 1.0695024728775024, 0.41696697473526, 1.4952389001846313, 1.0695281028747559, -1.1491286754608154, 598.31298828125, -0.1540335714817047, 0.38672569394111633, -0.21135947108268738, -0.22939643263816833, 0.7226813435554504, 0.3161081373691559, 0.46385127305984497], "std": [0.12350836396217346, 0.02850297838449478, 0.15116289258003235, 0.0920143574476242, 0.313985675573349, 0.15509237349033356, 0.20686672627925873, 258.0675354003906, 0.054142922163009644, 0.03223031014204025, 0.023581933230161667, 0.14139461517333984, 0.2814611494541168, 0.19357021152973175, 0.23639395833015442, 0.12486609816551208, 0.02310340479016304, 0.3749251067638397, 0.47009772062301636, 0.6477662920951843, 0.0752837061882019, 0.6624597907066345, 297.0809020996094, 0.06394515931606293, 0.027816740795969963, 0.03795543685555458, 0.12132540345191956, 0.17558330297470093, 0.2211621254682541, 0.12475644052028656], "count": [1227]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008149959250203749], "std": [0.028536497799529905], "count": [1227]}, "timestamp": {"min": [0.0], "max": [49.04], "mean": [24.519999999999996], "std": [14.168170900531468], "count": [1227]}, "frame_index": {"min": [0], "max": [1226], "mean": [613.0], "std": [354.2042725132867], "count": [1227]}, "episode_index": {"min": [380], "max": [380], "mean": [380.0], "std": [0.0], "count": [1227]}, "index": {"min": [456152], "max": [457378], "mean": [456765.0], "std": [354.2042725132867], "count": [1227]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1227]}}} +{"episode_index": 381, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.4910514508222644]], [[0.4956376586925093]], [[0.48944190687027495]]], "std": [[[0.11452740052149536]], [[0.11354455825194983]], [[0.11387560755546987]]], "count": [217]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.6745098039215687]], [[0.6745098039215687]]], "mean": [[[0.47264810924369743]], [[0.4748823717659107]], [[0.4696746031746032]]], "std": [[[0.04759212004493661]], [[0.04891602223851265]], [[0.053016592805498586]]], "count": [217]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4747472082919189]], [[0.4763752240143369]], [[0.4731354533748983]]], "std": [[[0.07834072049663693]], [[0.07841385206294942]], [[0.08032151712657394]]], "count": [217]}, "states": {"min": [0.31126201152801514, 1.961767554283142, 1.0624866485595703, 0.06899286806583405, -2.640211820602417, 0.3082425892353058, -2.593977928161621, -5.0, -0.01434599980711937, 0.2891550064086914, -0.25820600986480713, -0.42365384101867676, -0.6588225960731506, -0.5331311225891113, -0.663303554058075, -0.7590087652206421, -2.050203561782837, 1.0290985107421875, 0.11339405179023743, 0.044366274029016495, -1.438936710357666, -2.992785930633545, 59.0, -0.30233898758888245, 0.27034199237823486, -0.28452399373054504, -0.49655038118362427, -0.5404492020606995, -0.5235453248023987, -0.5308481454849243], "max": [0.8474969863891602, 2.0462589263916016, 2.0065526962280273, 1.6785354614257812, -0.10672687739133835, 1.3704675436019897, -0.14104007184505463, 772.0, 0.29513201117515564, 0.4427269995212555, -0.15540100634098053, 0.41782620549201965, 0.9418435096740723, 0.5483418107032776, 0.6728355884552002, 0.001972222002223134, -1.54135262966156, 2.5849199295043945, 1.639003872871399, 2.5200984477996826, 1.5158708095550537, -0.43758895993232727, 908.0, -0.0764859989285469, 0.4158410131931305, -0.1220339983701706, 0.6135756969451904, 0.9511027932167053, 0.4995592534542084, 0.6311361789703369], "mean": [0.5330418348312378, 2.019855499267578, 1.4925144910812378, 0.589444100856781, -1.081415057182312, 0.830229640007019, -1.8710646629333496, 516.3919067382812, 0.14520519971847534, 0.36832234263420105, -0.22581972181797028, -0.17962530255317688, 0.6791431903839111, -0.2776464521884918, -0.36506524682044983, -0.3707510232925415, -2.025826930999756, 1.698177695274353, 0.4955402910709381, 1.2124552726745605, 0.4640863835811615, -1.5318913459777832, 621.1825561523438, -0.2303222417831421, 0.33083683252334595, -0.21055077016353607, -0.07029934972524643, 0.3720352351665497, 0.105622798204422, 0.21194139122962952], "std": [0.19875207543373108, 0.012045313604176044, 0.30877962708473206, 0.4064467251300812, 0.6984501481056213, 0.2749108076095581, 0.7159982919692993, 207.0461883544922, 0.1048620194196701, 0.03806488960981369, 0.0290818028151989, 0.19920659065246582, 0.344094842672348, 0.2547776699066162, 0.2704489529132843, 0.18905867636203766, 0.0568496398627758, 0.5428211092948914, 0.35280418395996094, 0.9480835795402527, 1.1939431428909302, 1.0636526346206665, 260.8670959472656, 0.06174183636903763, 0.039919156581163406, 0.03626493364572525, 0.4315584599971771, 0.4975443482398987, 0.3945867419242859, 0.45943552255630493], "count": [1309]}, "actions": {"min": [0.31126201152801514, 1.961767554283142, 1.0624866485595703, 0.06899286806583405, -2.640211820602417, 0.3082425892353058, -2.593977928161621, -5.0, -0.01434599980711937, 0.2891550064086914, -0.25820600986480713, -0.42365384101867676, -0.6588225960731506, -0.5331311225891113, -0.663303554058075, -0.7590087652206421, -2.050203561782837, 1.0290985107421875, 0.11339405179023743, 0.044366274029016495, -1.438936710357666, -2.992785930633545, 59.0, -0.30233898758888245, 0.27034199237823486, -0.28452399373054504, -0.49655038118362427, -0.5404492020606995, -0.5235453248023987, -0.5308481454849243], "max": [0.8474969863891602, 2.0462589263916016, 2.0065526962280273, 1.6785354614257812, -0.10672687739133835, 1.3704675436019897, -0.14104007184505463, 772.0, 0.29513201117515564, 0.4427269995212555, -0.15540100634098053, 0.41782620549201965, 0.9418435096740723, 0.5483418107032776, 0.6728355884552002, 0.001972222002223134, -1.54135262966156, 2.5849199295043945, 1.639003872871399, 2.5200984477996826, 1.5158708095550537, -0.43758895993232727, 908.0, -0.0764859989285469, 0.4158410131931305, -0.1220339983701706, 0.6135756969451904, 0.9511027932167053, 0.4995592534542084, 0.6311361789703369], "mean": [0.5330418348312378, 2.019855499267578, 1.4925144910812378, 0.589444100856781, -1.081415057182312, 0.830229640007019, -1.8710646629333496, 516.3919067382812, 0.14520519971847534, 0.36832234263420105, -0.22581972181797028, -0.17962530255317688, 0.6791431903839111, -0.2776464521884918, -0.36506524682044983, -0.3707510232925415, -2.025826930999756, 1.698177695274353, 0.4955402910709381, 1.2124552726745605, 0.4640863835811615, -1.5318913459777832, 621.1825561523438, -0.2303222417831421, 0.33083683252334595, -0.21055077016353607, -0.07029934972524643, 0.3720352351665497, 0.105622798204422, 0.21194139122962952], "std": [0.19875207543373108, 0.012045313604176044, 0.30877962708473206, 0.4064467251300812, 0.6984501481056213, 0.2749108076095581, 0.7159982919692993, 207.0461883544922, 0.1048620194196701, 0.03806488960981369, 0.0290818028151989, 0.19920659065246582, 0.344094842672348, 0.2547776699066162, 0.2704489529132843, 0.18905867636203766, 0.0568496398627758, 0.5428211092948914, 0.35280418395996094, 0.9480835795402527, 1.1939431428909302, 1.0636526346206665, 260.8670959472656, 0.06174183636903763, 0.039919156581163406, 0.03626493364572525, 0.4315584599971771, 0.4975443482398987, 0.3945867419242859, 0.45943552255630493], "count": [1309]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007639419404125286], "std": [0.027628940137547936], "count": [1309]}, "timestamp": {"min": [0.0], "max": [52.32], "mean": [26.16], "std": [15.11502563676291], "count": [1309]}, "frame_index": {"min": [0], "max": [1308], "mean": [654.0], "std": [377.87564091907274], "count": [1309]}, "episode_index": {"min": [381], "max": [381], "mean": [381.0], "std": [0.0], "count": [1309]}, "index": {"min": [457379], "max": [458687], "mean": [458033.0], "std": [377.87564091907274], "count": [1309]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1309]}}} +{"episode_index": 382, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4790713403609901]], [[0.48513666674231426]], [[0.4818426966079642]]], "std": [[[0.12403105814876716]], [[0.12607726800130528]], [[0.12588502899033677]]], "count": [216]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6705882352941176]], [[0.6470588235294118]], [[0.6431372549019608]]], "mean": [[[0.481100696335633]], [[0.48416147346284194]], [[0.47905816445019367]]], "std": [[[0.06816573044807471]], [[0.06688937779022205]], [[0.0712116081074972]]], "count": [216]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46976517867949646]], [[0.4733434994175139]], [[0.4696986343727306]]], "std": [[[0.09737018870577695]], [[0.09615578342047595]], [[0.09860584863898905]]], "count": [216]}, "states": {"min": [0.4616745114326477, 2.0092928409576416, 0.0029321531765162945, -0.2810503840446472, -2.896251678466797, -1.4632142782211304, 0.24869196116924286, -5.0, 0.029997000470757484, 0.3083229959011078, -0.2771570086479187, -0.46658235788345337, -0.5973352193832397, -0.5129497051239014, -0.6556094884872437, -0.6428920030593872, -2.048074245452881, -2.189009428024292, -1.523829460144043, -0.0046600294299423695, -1.5281927585601807, 0.8342150449752808, 46.0, -0.29563799500465393, 0.2553189992904663, -0.2658500075340271, -0.3161669075489044, 0.5151361227035522, -0.17381058633327484, 0.20270276069641113], "max": [0.9664411544799805, 2.0356647968292236, 0.8789652585983276, 0.18898425996303558, -2.2610044479370117, -0.6708696484565735, 0.8898212909698486, 882.0, 0.2619760036468506, 0.3902919888496399, -0.20163799822330475, 0.42669355869293213, 0.8715841174125671, 0.5127633213996887, 0.5985254049301147, 0.08758062869310379, -1.829890489578247, -1.2734620571136475, -0.38008037209510803, 2.5347068309783936, -0.43970081210136414, 2.573173999786377, 907.0, -0.0737529993057251, 0.40195098519325256, -0.11168800294399261, -0.04420418664813042, 0.9557048678398132, 0.49657586216926575, 0.7568283081054688], "mean": [0.6517097353935242, 2.0233118534088135, 0.5205145478248596, -0.020905880257487297, -2.631815195083618, -1.1629273891448975, 0.646393895149231, 556.7286987304688, 0.1674233227968216, 0.3595468997955322, -0.23830290138721466, -0.20969918370246887, 0.6207170486450195, -0.2605050504207611, -0.49036771059036255, -0.38211482763290405, -2.025641441345215, -1.6883893013000488, -0.8315267562866211, 1.3979294300079346, -1.055132508277893, 1.8525335788726807, 557.4119873046875, -0.17058305442333221, 0.35197919607162476, -0.20588703453540802, -0.19914177060127258, 0.7683193683624268, 0.2785506844520569, 0.4544319808483124], "std": [0.13374987244606018, 0.005971534177660942, 0.221004918217659, 0.14059607684612274, 0.17675863206386566, 0.18074651062488556, 0.1415037363767624, 248.75633239746094, 0.07261097431182861, 0.013301718980073929, 0.015920789912343025, 0.18940746784210205, 0.3252579867839813, 0.20018340647220612, 0.28402841091156006, 0.19513288140296936, 0.027298079803586006, 0.2570299208164215, 0.36829861998558044, 0.83409583568573, 0.2158566564321518, 0.5051187872886658, 288.33917236328125, 0.0628986805677414, 0.03896788880228996, 0.03360496088862419, 0.07003769278526306, 0.12209730595350266, 0.2099458873271942, 0.1484542042016983], "count": [1301]}, "actions": {"min": [0.4616745114326477, 2.0092928409576416, 0.0029321531765162945, -0.2810503840446472, -2.896251678466797, -1.4632142782211304, 0.24869196116924286, -5.0, 0.029997000470757484, 0.3083229959011078, -0.2771570086479187, -0.46658235788345337, -0.5973352193832397, -0.5129497051239014, -0.6556094884872437, -0.6428920030593872, -2.048074245452881, -2.189009428024292, -1.523829460144043, -0.0046600294299423695, -1.5281927585601807, 0.8342150449752808, 46.0, -0.29563799500465393, 0.2553189992904663, -0.2658500075340271, -0.3161669075489044, 0.5151361227035522, -0.17381058633327484, 0.20270276069641113], "max": [0.9664411544799805, 2.0356647968292236, 0.8789652585983276, 0.18898425996303558, -2.2610044479370117, -0.6708696484565735, 0.8898212909698486, 882.0, 0.2619760036468506, 0.3902919888496399, -0.20163799822330475, 0.42669355869293213, 0.8715841174125671, 0.5127633213996887, 0.5985254049301147, 0.08758062869310379, -1.829890489578247, -1.2734620571136475, -0.38008037209510803, 2.5347068309783936, -0.43970081210136414, 2.573173999786377, 907.0, -0.0737529993057251, 0.40195098519325256, -0.11168800294399261, -0.04420418664813042, 0.9557048678398132, 0.49657586216926575, 0.7568283081054688], "mean": [0.6517097353935242, 2.0233118534088135, 0.5205145478248596, -0.020905880257487297, -2.631815195083618, -1.1629273891448975, 0.646393895149231, 556.7286987304688, 0.1674233227968216, 0.3595468997955322, -0.23830290138721466, -0.20969918370246887, 0.6207170486450195, -0.2605050504207611, -0.49036771059036255, -0.38211482763290405, -2.025641441345215, -1.6883893013000488, -0.8315267562866211, 1.3979294300079346, -1.055132508277893, 1.8525335788726807, 557.4119873046875, -0.17058305442333221, 0.35197919607162476, -0.20588703453540802, -0.19914177060127258, 0.7683193683624268, 0.2785506844520569, 0.4544319808483124], "std": [0.13374987244606018, 0.005971534177660942, 0.221004918217659, 0.14059607684612274, 0.17675863206386566, 0.18074651062488556, 0.1415037363767624, 248.75633239746094, 0.07261097431182861, 0.013301718980073929, 0.015920789912343025, 0.18940746784210205, 0.3252579867839813, 0.20018340647220612, 0.28402841091156006, 0.19513288140296936, 0.027298079803586006, 0.2570299208164215, 0.36829861998558044, 0.83409583568573, 0.2158566564321518, 0.5051187872886658, 288.33917236328125, 0.0628986805677414, 0.03896788880228996, 0.03360496088862419, 0.07003769278526306, 0.12209730595350266, 0.2099458873271942, 0.1484542042016983], "count": [1301]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007686395080707148], "std": [0.027713691586963792], "count": [1301]}, "timestamp": {"min": [0.0], "max": [52.0], "mean": [26.0], "std": [15.022649566571138], "count": [1301]}, "frame_index": {"min": [0], "max": [1300], "mean": [650.0], "std": [375.56623916427844], "count": [1301]}, "episode_index": {"min": [382], "max": [382], "mean": [382.0], "std": [0.0], "count": [1301]}, "index": {"min": [458688], "max": [459988], "mean": [459338.0], "std": [375.56623916427844], "count": [1301]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1301]}}} +{"episode_index": 383, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.48119300967513445]], [[0.4874627120963328]], [[0.48236986461251163]]], "std": [[[0.11303130764065637]], [[0.11279504475465794]], [[0.11276462459911292]]], "count": [203]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7019607843137254]], [[1.0]], [[1.0]]], "mean": [[[0.4735646561785634]], [[0.4779785810876075]], [[0.4726634962893203]]], "std": [[[0.06262789958298921]], [[0.059032889375406565]], [[0.06285478900909817]]], "count": [203]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.47435352977397854]], [[0.47494776574422876]], [[0.4711932199603979]]], "std": [[[0.08388173317595887]], [[0.08345620067988324]], [[0.08574240249240468]]], "count": [203]}, "states": {"min": [0.4538554251194, 1.9301247596740723, 0.059166666120290756, -0.3606199622154236, -2.896461248397827, -1.639003872871399, 0.3572165071964264, -4.0, 0.02672700025141239, 0.3154120147228241, -0.2731750011444092, -0.39030250906944275, -0.6681703329086304, -0.5450013279914856, -0.6704548597335815, -0.7797257900238037, -2.0435361862182617, 0.3511602580547333, -0.3920707702636719, 0.46012118458747864, 0.8494517207145691, -1.9231959581375122, 19.0, -0.3306269943714142, 0.2711549997329712, -0.26999199390411377, -0.49994248151779175, -0.3320136070251465, -0.5595560669898987, -0.611854076385498], "max": [0.9381493330001831, 2.0356647968292236, 1.2649972438812256, 0.22385592758655548, -2.3320043087005615, -0.4340808391571045, 0.8451233506202698, 884.0, 0.269335001707077, 0.43393799662590027, -0.18283000588417053, 0.39244991540908813, 0.8775148391723633, 0.5552424192428589, 0.6797335743904114, -0.1765226125717163, -2.013394594192505, 1.498784065246582, 1.1893022060394287, 2.7258551120758057, 1.6108864545822144, -0.18655826151371002, 865.0, -0.06523499637842178, 0.4294770061969757, -0.12293999642133713, 0.5237172245979309, 0.9469912052154541, 0.6007100343704224, 0.6884468793869019], "mean": [0.6721758842468262, 2.0164811611175537, 0.7411244511604309, 0.04785853624343872, -2.825967788696289, -0.9693865776062012, 0.6524435877799988, 548.7391967773438, 0.16857971251010895, 0.37249767780303955, -0.249563068151474, -0.04688249155879021, 0.3647025227546692, -0.042330533266067505, -0.18993604183197021, -0.4573514759540558, -2.0359857082366943, 0.9365114569664001, 0.4464835524559021, 1.39020574092865, 1.253389835357666, -1.0996463298797607, 575.3400268554688, -0.2180532068014145, 0.3458804786205292, -0.20908001065254211, -0.2401946485042572, 0.6161164045333862, 0.34956419467926025, 0.48902979493141174], "std": [0.15958371758460999, 0.013339316472411156, 0.3993339240550995, 0.11980090290307999, 0.08460026234388351, 0.24741262197494507, 0.0803677886724472, 228.31201171875, 0.07872781157493591, 0.028214970603585243, 0.015908658504486084, 0.2699816823005676, 0.6020895838737488, 0.39231759309768677, 0.4874538481235504, 0.19040675461292267, 0.004792829044163227, 0.38360849022865295, 0.42661216855049133, 0.7766693234443665, 0.1388227492570877, 0.4905397891998291, 251.7542266845703, 0.07003167271614075, 0.04354352504014969, 0.036852169781923294, 0.17034132778644562, 0.2600688934326172, 0.2399539351463318, 0.21709662675857544], "count": [1200]}, "actions": {"min": [0.4538554251194, 1.9301247596740723, 0.059166666120290756, -0.3606199622154236, -2.896461248397827, -1.639003872871399, 0.3572165071964264, -4.0, 0.02672700025141239, 0.3154120147228241, -0.2731750011444092, -0.39030250906944275, -0.6681703329086304, -0.5450013279914856, -0.6704548597335815, -0.7797257900238037, -2.0435361862182617, 0.3511602580547333, -0.3920707702636719, 0.46012118458747864, 0.8494517207145691, -1.9231959581375122, 19.0, -0.3306269943714142, 0.2711549997329712, -0.26999199390411377, -0.49994248151779175, -0.3320136070251465, -0.5595560669898987, -0.611854076385498], "max": [0.9381493330001831, 2.0356647968292236, 1.2649972438812256, 0.22385592758655548, -2.3320043087005615, -0.4340808391571045, 0.8451233506202698, 884.0, 0.269335001707077, 0.43393799662590027, -0.18283000588417053, 0.39244991540908813, 0.8775148391723633, 0.5552424192428589, 0.6797335743904114, -0.1765226125717163, -2.013394594192505, 1.498784065246582, 1.1893022060394287, 2.7258551120758057, 1.6108864545822144, -0.18655826151371002, 865.0, -0.06523499637842178, 0.4294770061969757, -0.12293999642133713, 0.5237172245979309, 0.9469912052154541, 0.6007100343704224, 0.6884468793869019], "mean": [0.6721758842468262, 2.0164811611175537, 0.7411244511604309, 0.04785853624343872, -2.825967788696289, -0.9693865776062012, 0.6524435877799988, 548.7391967773438, 0.16857971251010895, 0.37249767780303955, -0.249563068151474, -0.04688249155879021, 0.3647025227546692, -0.042330533266067505, -0.18993604183197021, -0.4573514759540558, -2.0359857082366943, 0.9365114569664001, 0.4464835524559021, 1.39020574092865, 1.253389835357666, -1.0996463298797607, 575.3400268554688, -0.2180532068014145, 0.3458804786205292, -0.20908001065254211, -0.2401946485042572, 0.6161164045333862, 0.34956419467926025, 0.48902979493141174], "std": [0.15958371758460999, 0.013339316472411156, 0.3993339240550995, 0.11980090290307999, 0.08460026234388351, 0.24741262197494507, 0.0803677886724472, 228.31201171875, 0.07872781157493591, 0.028214970603585243, 0.015908658504486084, 0.2699816823005676, 0.6020895838737488, 0.39231759309768677, 0.4874538481235504, 0.19040675461292267, 0.004792829044163227, 0.38360849022865295, 0.42661216855049133, 0.7766693234443665, 0.1388227492570877, 0.4905397891998291, 251.7542266845703, 0.07003167271614075, 0.04354352504014969, 0.036852169781923294, 0.17034132778644562, 0.2600688934326172, 0.2399539351463318, 0.21709662675857544], "count": [1200]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008333333333333334], "std": [0.02885548282196797], "count": [1200]}, "timestamp": {"min": [0.0], "max": [47.96], "mean": [23.98], "std": [13.85640164929794], "count": [1200]}, "frame_index": {"min": [0], "max": [1199], "mean": [599.5], "std": [346.4100412324485], "count": [1200]}, "episode_index": {"min": [383], "max": [383], "mean": [383.0], "std": [0.0], "count": [1200]}, "index": {"min": [459989], "max": [461188], "mean": [460588.5], "std": [346.4100412324485], "count": [1200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1200]}}} +{"episode_index": 384, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4705337396219749]], [[0.4758730149266914]], [[0.47199165010598837]]], "std": [[[0.13868137961284638]], [[0.13918272551029584]], [[0.13979981491001575]]], "count": [185]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4712904367602897]], [[0.4731901982865218]], [[0.4667036610139551]]], "std": [[[0.1030002724928516]], [[0.10168549076653992]], [[0.10716427932686987]]], "count": [185]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4693321288199965]], [[0.4687847840487546]], [[0.46533717651475004]]], "std": [[[0.09964334702529154]], [[0.09839618219944421]], [[0.10434461624112906]]], "count": [185]}, "states": {"min": [0.49645888805389404, 2.010951042175293, -2.0647594928741455, -1.4432826042175293, 0.5994508266448975, 0.5457469820976257, -2.4635846614837646, 25.0, -0.02181199938058853, 0.3042199909687042, -0.26027700304985046, -0.367808073759079, 0.6516801714897156, -0.4186108410358429, -0.5358542203903198, -0.811665415763855, -2.0478994846343994, -2.359039306640625, -1.2623792886734009, 0.5383991599082947, -1.7319774627685547, 1.133155107498169, 185.0, -0.3079470098018646, 0.23408199846744537, -0.29096901416778564, -0.49303290247917175, 0.4226943254470825, 0.020737480372190475, 0.2621801197528839], "max": [0.8447917699813843, 2.031179189682007, -1.2302128076553345, -0.39420008659362793, 2.547884225845337, 1.4147464036941528, -0.2744006812572479, 884.0, 0.1988680064678192, 0.4492270052433014, -0.10295899957418442, 0.008184733800590038, 0.9850600957870483, -0.016819993034005165, -0.13649199903011322, -0.0575958676636219, -2.018263816833496, -1.7315760850906372, -0.07991863042116165, 2.482905387878418, -1.1672587394714355, 2.73041033744812, 870.0, -0.06832099705934525, 0.3536120057106018, -0.13798700273036957, 0.11437654495239258, 0.9453728199005127, 0.534376323223114, 0.6425549387931824], "mean": [0.6302054524421692, 2.019468069076538, -1.601781964302063, -0.8111437559127808, 1.5115635395050049, 0.9272192716598511, -1.5090370178222656, 601.9300537109375, 0.10154987871646881, 0.3851134777069092, -0.19028663635253906, -0.1772965043783188, 0.831870973110199, -0.24365268647670746, -0.3884594142436981, -0.4171183705329895, -2.038665771484375, -2.1362342834472656, -0.5358775854110718, 1.6352746486663818, -1.4024683237075806, 2.018490791320801, 579.8563232421875, -0.19416756927967072, 0.3069166839122772, -0.22141358256340027, -0.14267894625663757, 0.7554894685745239, 0.25531286001205444, 0.5106634497642517], "std": [0.09042029082775116, 0.00632135197520256, 0.22017811238765717, 0.3813333213329315, 0.6684671640396118, 0.31789925694465637, 0.7839754819869995, 313.6041259765625, 0.06861808151006699, 0.05588290095329285, 0.037960171699523926, 0.13743829727172852, 0.10514716058969498, 0.14412260055541992, 0.12478505074977875, 0.20433034002780914, 0.005000841338187456, 0.15584097802639008, 0.2974773347377777, 0.5186129212379456, 0.12530900537967682, 0.4794026017189026, 261.7261962890625, 0.06763918697834015, 0.03226587921380997, 0.037387289106845856, 0.17971688508987427, 0.1430111825466156, 0.12968243658542633, 0.11553618311882019], "count": [1058]}, "actions": {"min": [0.49645888805389404, 2.010951042175293, -2.0647594928741455, -1.4432826042175293, 0.5994508266448975, 0.5457469820976257, -2.4635846614837646, 25.0, -0.02181199938058853, 0.3042199909687042, -0.26027700304985046, -0.367808073759079, 0.6516801714897156, -0.4186108410358429, -0.5358542203903198, -0.811665415763855, -2.0478994846343994, -2.359039306640625, -1.2623792886734009, 0.5383991599082947, -1.7319774627685547, 1.133155107498169, 185.0, -0.3079470098018646, 0.23408199846744537, -0.29096901416778564, -0.49303290247917175, 0.4226943254470825, 0.020737480372190475, 0.2621801197528839], "max": [0.8447917699813843, 2.031179189682007, -1.2302128076553345, -0.39420008659362793, 2.547884225845337, 1.4147464036941528, -0.2744006812572479, 884.0, 0.1988680064678192, 0.4492270052433014, -0.10295899957418442, 0.008184733800590038, 0.9850600957870483, -0.016819993034005165, -0.13649199903011322, -0.0575958676636219, -2.018263816833496, -1.7315760850906372, -0.07991863042116165, 2.482905387878418, -1.1672587394714355, 2.73041033744812, 870.0, -0.06832099705934525, 0.3536120057106018, -0.13798700273036957, 0.11437654495239258, 0.9453728199005127, 0.534376323223114, 0.6425549387931824], "mean": [0.6302054524421692, 2.019468069076538, -1.601781964302063, -0.8111437559127808, 1.5115635395050049, 0.9272192716598511, -1.5090370178222656, 601.9300537109375, 0.10154987871646881, 0.3851134777069092, -0.19028663635253906, -0.1772965043783188, 0.831870973110199, -0.24365268647670746, -0.3884594142436981, -0.4171183705329895, -2.038665771484375, -2.1362342834472656, -0.5358775854110718, 1.6352746486663818, -1.4024683237075806, 2.018490791320801, 579.8563232421875, -0.19416756927967072, 0.3069166839122772, -0.22141358256340027, -0.14267894625663757, 0.7554894685745239, 0.25531286001205444, 0.5106634497642517], "std": [0.09042029082775116, 0.00632135197520256, 0.22017811238765717, 0.3813333213329315, 0.6684671640396118, 0.31789925694465637, 0.7839754819869995, 313.6041259765625, 0.06861808151006699, 0.05588290095329285, 0.037960171699523926, 0.13743829727172852, 0.10514716058969498, 0.14412260055541992, 0.12478505074977875, 0.20433034002780914, 0.005000841338187456, 0.15584097802639008, 0.2974773347377777, 0.5186129212379456, 0.12530900537967682, 0.4794026017189026, 261.7261962890625, 0.06763918697834015, 0.03226587921380997, 0.037387289106845856, 0.17971688508987427, 0.1430111825466156, 0.12968243658542633, 0.11553618311882019], "count": [1058]}, "next.done": {"min": [false], "max": [true], "mean": [0.000945179584120983], "std": [0.03072924046693546], "count": [1058]}, "timestamp": {"min": [0.0], "max": [42.28], "mean": [21.14], "std": [12.216726239054388], "count": [1058]}, "frame_index": {"min": [0], "max": [1057], "mean": [528.5], "std": [305.41815597635974], "count": [1058]}, "episode_index": {"min": [384], "max": [384], "mean": [384.0], "std": [0.0], "count": [1058]}, "index": {"min": [461189], "max": [462246], "mean": [461717.5], "std": [305.41815597635974], "count": [1058]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1058]}}} +{"episode_index": 385, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4598337300010094]], [[0.46686961304792185]], [[0.46253641298861886]]], "std": [[[0.138424306503659]], [[0.13612229397486048]], [[0.1379781837565922]]], "count": [259]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678609920319479]], [[0.47207205945441244]], [[0.46512806214828273]]], "std": [[[0.08244918976995151]], [[0.07981091703645693]], [[0.08446480094974344]]], "count": [259]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7725490196078432]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.4727960394743483]], [[0.473656699504126]], [[0.46902323936331286]]], "std": [[[0.09049042237547675]], [[0.08962587712860323]], [[0.09528199267319909]]], "count": [259]}, "states": {"min": [0.6008296012878418, 1.8268710374832153, -2.10310435295105, -1.3828068971633911, 0.4032059609889984, 0.8297819495201111, -2.8793745040893555, 6.0, -0.034598998725414276, 0.31068000197410583, -0.22683300077915192, -0.4990594983100891, -0.6361409425735474, -0.48205825686454773, -0.6366630792617798, -1.3605191707611084, -2.060971975326538, -2.2092204093933105, 0.07808603346347809, -1.4019707441329956, -1.9916999340057373, 0.016982052475214005, 31.0, -0.2566699981689453, 0.30739301443099976, -0.2620590031147003, -0.4994411766529083, -0.6145796775817871, -0.3371098041534424, -0.6630789637565613], "max": [1.0293952226638794, 2.0310046672821045, 0.37254053354263306, 0.012147491797804832, 2.3274316787719727, 1.556380033493042, -0.5233893394470215, 896.0, 0.304625004529953, 0.479763001203537, -0.06925400346517563, 0.5174209475517273, 0.9966133236885071, 0.5035643577575684, 0.6363116502761841, -0.3283139169216156, -1.8759148120880127, 2.1725683212280273, 1.673892855644226, 0.40247294306755066, 0.7711213827133179, 2.8395986557006836, 892.0, 0.035016000270843506, 0.4668799936771393, -0.03985000029206276, 0.5392023324966431, 0.9965827465057373, 0.5000075101852417, 0.7106967568397522], "mean": [0.8011113405227661, 1.9772671461105347, -0.9722798466682434, -0.639823317527771, 1.0788207054138184, 1.2565940618515015, -1.5032691955566406, 539.4295043945312, 0.16552434861660004, 0.4064241051673889, -0.15699748694896698, 0.07107359170913696, 0.5377941727638245, -0.0716201663017273, -0.08322872966527939, -0.7237010598182678, -2.011706590652466, 1.2447247505187988, 0.8249863982200623, -0.6470727324485779, -0.7175941467285156, 0.9015170931816101, 539.6146240234375, -0.10968303680419922, 0.38700199127197266, -0.15233512222766876, -0.18769294023513794, 0.7156978249549866, 0.2666178047657013, 0.3954077363014221], "std": [0.1098029688000679, 0.055222902446985245, 0.5712699294090271, 0.4504115879535675, 0.7183228135108948, 0.21576479077339172, 0.8738716840744019, 329.10430908203125, 0.0904424786567688, 0.04455599933862686, 0.04657316207885742, 0.2655077278614044, 0.6186081767082214, 0.32694146037101746, 0.3655244708061218, 0.22224923968315125, 0.049023840576410294, 1.0860278606414795, 0.4101901352405548, 0.284280925989151, 0.9867641925811768, 0.7748839855194092, 308.2479553222656, 0.06707365810871124, 0.04548854008316994, 0.050475649535655975, 0.24461399018764496, 0.26943281292915344, 0.16036804020404816, 0.25878140330314636], "count": [1653]}, "actions": {"min": [0.6008296012878418, 1.8268710374832153, -2.10310435295105, -1.3828068971633911, 0.4032059609889984, 0.8297819495201111, -2.8793745040893555, 6.0, -0.034598998725414276, 0.31068000197410583, -0.22683300077915192, -0.4990594983100891, -0.6361409425735474, -0.48205825686454773, -0.6366630792617798, -1.3605191707611084, -2.060971975326538, -2.2092204093933105, 0.07808603346347809, -1.4019707441329956, -1.9916999340057373, 0.016982052475214005, 31.0, -0.2566699981689453, 0.30739301443099976, -0.2620590031147003, -0.4994411766529083, -0.6145796775817871, -0.3371098041534424, -0.6630789637565613], "max": [1.0293952226638794, 2.0310046672821045, 0.37254053354263306, 0.012147491797804832, 2.3274316787719727, 1.556380033493042, -0.5233893394470215, 896.0, 0.304625004529953, 0.479763001203537, -0.06925400346517563, 0.5174209475517273, 0.9966133236885071, 0.5035643577575684, 0.6363116502761841, -0.3283139169216156, -1.8759148120880127, 2.1725683212280273, 1.673892855644226, 0.40247294306755066, 0.7711213827133179, 2.8395986557006836, 892.0, 0.035016000270843506, 0.4668799936771393, -0.03985000029206276, 0.5392023324966431, 0.9965827465057373, 0.5000075101852417, 0.7106967568397522], "mean": [0.8011113405227661, 1.9772671461105347, -0.9722798466682434, -0.639823317527771, 1.0788207054138184, 1.2565940618515015, -1.5032691955566406, 539.4295043945312, 0.16552434861660004, 0.4064241051673889, -0.15699748694896698, 0.07107359170913696, 0.5377941727638245, -0.0716201663017273, -0.08322872966527939, -0.7237010598182678, -2.011706590652466, 1.2447247505187988, 0.8249863982200623, -0.6470727324485779, -0.7175941467285156, 0.9015170931816101, 539.6146240234375, -0.10968303680419922, 0.38700199127197266, -0.15233512222766876, -0.18769294023513794, 0.7156978249549866, 0.2666178047657013, 0.3954077363014221], "std": [0.1098029688000679, 0.055222902446985245, 0.5712699294090271, 0.4504115879535675, 0.7183228135108948, 0.21576479077339172, 0.8738716840744019, 329.10430908203125, 0.0904424786567688, 0.04455599933862686, 0.04657316207885742, 0.2655077278614044, 0.6186081767082214, 0.32694146037101746, 0.3655244708061218, 0.22224923968315125, 0.049023840576410294, 1.0860278606414795, 0.4101901352405548, 0.284280925989151, 0.9867641925811768, 0.7748839855194092, 308.2479553222656, 0.06707365810871124, 0.04548854008316994, 0.050475649535655975, 0.24461399018764496, 0.26943281292915344, 0.16036804020404816, 0.25878140330314636], "count": [1653]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006049606775559589], "std": [0.024588507480824653], "count": [1653]}, "timestamp": {"min": [0.0], "max": [66.08], "mean": [33.04], "std": [19.08719640666661], "count": [1653]}, "frame_index": {"min": [0], "max": [1652], "mean": [826.0], "std": [477.1799101666652], "count": [1653]}, "episode_index": {"min": [385], "max": [385], "mean": [385.0], "std": [0.0], "count": [1653]}, "index": {"min": [462247], "max": [463899], "mean": [463073.0], "std": [477.1799101666652], "count": [1653]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1653]}}} +{"episode_index": 386, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4624678494503862]], [[0.4674520631405972]], [[0.46339603758169934]]], "std": [[[0.12895218201824668]], [[0.12776945691842634]], [[0.1288127707099293]]], "count": [176]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760576444592989]], [[0.4792799409536542]], [[0.4725015202577243]]], "std": [[[0.08551446465868741]], [[0.08389396251018763]], [[0.08754313399433368]]], "count": [176]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4784631575404783]], [[0.4800765525196821]], [[0.4756237164847]]], "std": [[[0.10495860192031774]], [[0.10489836232677567]], [[0.10961592366399384]]], "count": [176]}, "states": {"min": [0.5511400699615479, 1.8788121938705444, -1.5155566930770874, -0.5242794752120972, 1.0230597257614136, 0.8265355229377747, -2.9616315364837646, 0.0, 0.037317000329494476, 0.3437789976596832, -0.2525779902935028, -0.48882386088371277, -0.5701091289520264, -0.48368334770202637, -0.5978087186813354, -0.9857619404792786, -2.055387020111084, -2.5391573905944824, -1.119349479675293, 0.7868468165397644, -1.5894365310668945, 0.8359079957008362, 6.0, -0.2131430059671402, 0.3352530002593994, -0.22935199737548828, -0.43990498781204224, 0.5074180364608765, 0.04766389727592468, 0.18017269670963287], "max": [0.9509950280189514, 2.0446534156799316, -0.739757776260376, -0.02192133665084839, 2.508073091506958, 1.4587289094924927, -1.6808044910430908, 892.0, 0.278205007314682, 0.4791429936885834, -0.12256500124931335, 0.43147847056388855, 0.9258851408958435, 0.48869800567626953, 0.57826828956604, -0.4769635796546936, -2.014930248260498, -1.3934884071350098, 0.10763446241617203, 2.5234668254852295, -1.0473023653030396, 2.8013930320739746, 891.0, -0.014638000167906284, 0.4289799928665161, -0.0703670009970665, 0.12991511821746826, 0.9801872372627258, 0.5203545689582825, 0.7170794606208801], "mean": [0.751649796962738, 2.002627372741699, -1.0895659923553467, -0.31242498755455017, 1.7192412614822388, 1.0786019563674927, -2.10209584236145, 696.8909301757812, 0.148357555270195, 0.4060298502445221, -0.19595935940742493, -0.16637544333934784, 0.7341917157173157, -0.2283262014389038, -0.4603554606437683, -0.7329701781272888, -2.0385019779205322, -2.0995171070098877, -0.5439428687095642, 1.8324215412139893, -1.3158594369888306, 1.5545660257339478, 568.9939575195312, -0.13142244517803192, 0.38100171089172363, -0.18400819599628448, -0.06797610968351364, 0.7750052213668823, 0.29831063747406006, 0.4418700933456421], "std": [0.11680611968040466, 0.032653044909238815, 0.19392983615398407, 0.15737047791481018, 0.5365808010101318, 0.19684192538261414, 0.4506373405456543, 305.616943359375, 0.07259230315685272, 0.04035321623086929, 0.025959335267543793, 0.20789606869220734, 0.23712730407714844, 0.19973838329315186, 0.17284947633743286, 0.13198137283325195, 0.006728032603859901, 0.333259254693985, 0.35976317524909973, 0.5913459658622742, 0.18627138435840607, 0.5307219624519348, 306.33831787109375, 0.0626286193728447, 0.024280142039060593, 0.03651810437440872, 0.14351016283035278, 0.18491962552070618, 0.14947812259197235, 0.18268629908561707], "count": [990]}, "actions": {"min": [0.5511400699615479, 1.8788121938705444, -1.5155566930770874, -0.5242794752120972, 1.0230597257614136, 0.8265355229377747, -2.9616315364837646, 0.0, 0.037317000329494476, 0.3437789976596832, -0.2525779902935028, -0.48882386088371277, -0.5701091289520264, -0.48368334770202637, -0.5978087186813354, -0.9857619404792786, -2.055387020111084, -2.5391573905944824, -1.119349479675293, 0.7868468165397644, -1.5894365310668945, 0.8359079957008362, 6.0, -0.2131430059671402, 0.3352530002593994, -0.22935199737548828, -0.43990498781204224, 0.5074180364608765, 0.04766389727592468, 0.18017269670963287], "max": [0.9509950280189514, 2.0446534156799316, -0.739757776260376, -0.02192133665084839, 2.508073091506958, 1.4587289094924927, -1.6808044910430908, 892.0, 0.278205007314682, 0.4791429936885834, -0.12256500124931335, 0.43147847056388855, 0.9258851408958435, 0.48869800567626953, 0.57826828956604, -0.4769635796546936, -2.014930248260498, -1.3934884071350098, 0.10763446241617203, 2.5234668254852295, -1.0473023653030396, 2.8013930320739746, 891.0, -0.014638000167906284, 0.4289799928665161, -0.0703670009970665, 0.12991511821746826, 0.9801872372627258, 0.5203545689582825, 0.7170794606208801], "mean": [0.751649796962738, 2.002627372741699, -1.0895659923553467, -0.31242498755455017, 1.7192412614822388, 1.0786019563674927, -2.10209584236145, 696.8909301757812, 0.148357555270195, 0.4060298502445221, -0.19595935940742493, -0.16637544333934784, 0.7341917157173157, -0.2283262014389038, -0.4603554606437683, -0.7329701781272888, -2.0385019779205322, -2.0995171070098877, -0.5439428687095642, 1.8324215412139893, -1.3158594369888306, 1.5545660257339478, 568.9939575195312, -0.13142244517803192, 0.38100171089172363, -0.18400819599628448, -0.06797610968351364, 0.7750052213668823, 0.29831063747406006, 0.4418700933456421], "std": [0.11680611968040466, 0.032653044909238815, 0.19392983615398407, 0.15737047791481018, 0.5365808010101318, 0.19684192538261414, 0.4506373405456543, 305.616943359375, 0.07259230315685272, 0.04035321623086929, 0.025959335267543793, 0.20789606869220734, 0.23712730407714844, 0.19973838329315186, 0.17284947633743286, 0.13198137283325195, 0.006728032603859901, 0.333259254693985, 0.35976317524909973, 0.5913459658622742, 0.18627138435840607, 0.5307219624519348, 306.33831787109375, 0.0626286193728447, 0.024280142039060593, 0.03651810437440872, 0.14351016283035278, 0.18491962552070618, 0.14947812259197235, 0.18268629908561707], "count": [990]}, "next.done": {"min": [false], "max": [true], "mean": [0.00101010101010101], "std": [0.0317660306939725], "count": [990]}, "timestamp": {"min": [0.0], "max": [39.56], "mean": [19.78], "std": [11.431529498132202], "count": [990]}, "frame_index": {"min": [0], "max": [989], "mean": [494.5], "std": [285.78823745330504], "count": [990]}, "episode_index": {"min": [386], "max": [386], "mean": [386.0], "std": [0.0], "count": [990]}, "index": {"min": [463900], "max": [464889], "mean": [464394.5], "std": [285.78823745330504], "count": [990]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [990]}}} +{"episode_index": 387, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.466888766103744]], [[0.4708681866050852]], [[0.46727471641354035]]], "std": [[[0.12774667410242457]], [[0.12585776676331964]], [[0.12799142367621585]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4736049293513166]], [[0.4750213953114965]], [[0.4686495723771204]]], "std": [[[0.09628355139645191]], [[0.09432979700240728]], [[0.10164852043180718]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7764705882352941]], [[0.996078431372549]], [[0.6784313725490196]]], "mean": [[[0.4708864874948053]], [[0.4709262462692206]], [[0.4658653578242472]]], "std": [[[0.0924781145666542]], [[0.09393098593501722]], [[0.1002479095097813]]], "count": [173]}, "states": {"min": [0.41575485467910767, 1.913753628730774, -1.9827989339828491, -1.529170274734497, 0.5700768828392029, 1.0534982681274414, -2.762716770172119, 95.0, 0.026218999177217484, 0.30637699365615845, -0.23909799754619598, -0.30004215240478516, -0.6168253421783447, -0.4641011357307434, -0.6177294254302979, -0.9964085221290588, -2.043710947036743, 0.6288771033287048, -0.06003933027386665, 0.8543910384178162, 0.9427221417427063, -2.2267956733703613, 8.0, -0.2296230047941208, 0.31832998991012573, -0.22967900335788727, -0.45563775300979614, 0.5010586380958557, -0.020048612728714943, 0.2238209992647171], "max": [0.9395631551742554, 2.0360662937164307, 0.4950801134109497, -0.02295108139514923, 1.485153079032898, 1.499988317489624, -0.5088507533073425, 806.0, 0.30424898862838745, 0.41638699173927307, -0.07513999938964844, 0.4912378489971161, 0.9743226170539856, 0.5572739839553833, 0.6212775707244873, -0.29626965522766113, -1.8937695026397705, 1.980808973312378, 1.5767130851745605, 2.370907783508301, 1.6510640382766724, -0.34204962849617004, 855.0, 0.010913999751210213, 0.41389501094818115, -0.09791400283575058, 0.15928824245929718, 0.9726894497871399, 0.3945438861846924, 0.7484073638916016], "mean": [0.6240825653076172, 2.019195556640625, -0.623027503490448, -0.6575543880462646, 0.9632932543754578, 1.2693884372711182, -1.6182888746261597, 474.46026611328125, 0.1900169402360916, 0.3679046332836151, -0.18452949821949005, 0.06803302466869354, 0.5137917399406433, -0.06803073734045029, -0.15686273574829102, -0.6238688230514526, -2.007704734802246, 1.2207362651824951, 0.6621743440628052, 1.7805516719818115, 1.2827990055084229, -1.5951836109161377, 459.1867980957031, -0.13233955204486847, 0.36344248056411743, -0.1783713847398758, -0.08374989777803421, 0.7950574159622192, 0.24406051635742188, 0.4577687978744507], "std": [0.1425945907831192, 0.01737814210355282, 0.7139638662338257, 0.5051440000534058, 0.34219303727149963, 0.12448464334011078, 0.6446217894554138, 273.84259033203125, 0.08898358792066574, 0.02725149877369404, 0.05356990918517113, 0.2399735003709793, 0.57551109790802, 0.3632250428199768, 0.4259379208087921, 0.21889463067054749, 0.037131574004888535, 0.31640222668647766, 0.4161766767501831, 0.4796696901321411, 0.1387319266796112, 0.5147063136100769, 328.3040466308594, 0.06793177872896194, 0.0216172244399786, 0.031201079487800598, 0.17970697581768036, 0.14444877207279205, 0.11619986593723297, 0.15839648246765137], "count": [969]}, "actions": {"min": [0.41575485467910767, 1.913753628730774, -1.9827989339828491, -1.529170274734497, 0.5700768828392029, 1.0534982681274414, -2.762716770172119, 95.0, 0.026218999177217484, 0.30637699365615845, -0.23909799754619598, -0.30004215240478516, -0.6168253421783447, -0.4641011357307434, -0.6177294254302979, -0.9964085221290588, -2.043710947036743, 0.6288771033287048, -0.06003933027386665, 0.8543910384178162, 0.9427221417427063, -2.2267956733703613, 8.0, -0.2296230047941208, 0.31832998991012573, -0.22967900335788727, -0.45563775300979614, 0.5010586380958557, -0.020048612728714943, 0.2238209992647171], "max": [0.9395631551742554, 2.0360662937164307, 0.4950801134109497, -0.02295108139514923, 1.485153079032898, 1.499988317489624, -0.5088507533073425, 806.0, 0.30424898862838745, 0.41638699173927307, -0.07513999938964844, 0.4912378489971161, 0.9743226170539856, 0.5572739839553833, 0.6212775707244873, -0.29626965522766113, -1.8937695026397705, 1.980808973312378, 1.5767130851745605, 2.370907783508301, 1.6510640382766724, -0.34204962849617004, 855.0, 0.010913999751210213, 0.41389501094818115, -0.09791400283575058, 0.15928824245929718, 0.9726894497871399, 0.3945438861846924, 0.7484073638916016], "mean": [0.6240825653076172, 2.019195556640625, -0.623027503490448, -0.6575543880462646, 0.9632932543754578, 1.2693884372711182, -1.6182888746261597, 474.46026611328125, 0.1900169402360916, 0.3679046332836151, -0.18452949821949005, 0.06803302466869354, 0.5137917399406433, -0.06803073734045029, -0.15686273574829102, -0.6238688230514526, -2.007704734802246, 1.2207362651824951, 0.6621743440628052, 1.7805516719818115, 1.2827990055084229, -1.5951836109161377, 459.1867980957031, -0.13233955204486847, 0.36344248056411743, -0.1783713847398758, -0.08374989777803421, 0.7950574159622192, 0.24406051635742188, 0.4577687978744507], "std": [0.1425945907831192, 0.01737814210355282, 0.7139638662338257, 0.5051440000534058, 0.34219303727149963, 0.12448464334011078, 0.6446217894554138, 273.84259033203125, 0.08898358792066574, 0.02725149877369404, 0.05356990918517113, 0.2399735003709793, 0.57551109790802, 0.3632250428199768, 0.4259379208087921, 0.21889463067054749, 0.037131574004888535, 0.31640222668647766, 0.4161766767501831, 0.4796696901321411, 0.1387319266796112, 0.5147063136100769, 328.3040466308594, 0.06793177872896194, 0.0216172244399786, 0.031201079487800598, 0.17970697581768036, 0.14444877207279205, 0.11619986593723297, 0.15839648246765137], "count": [969]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010319917440660474], "std": [0.0321080478557359], "count": [969]}, "timestamp": {"min": [0.0], "max": [38.72], "mean": [19.359999999999996], "std": [11.189042258686248], "count": [969]}, "frame_index": {"min": [0], "max": [968], "mean": [484.0], "std": [279.72605646715624], "count": [969]}, "episode_index": {"min": [387], "max": [387], "mean": [387.0], "std": [0.0], "count": [969]}, "index": {"min": [464890], "max": [465858], "mean": [465374.0], "std": [279.72605646715624], "count": [969]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [969]}}} +{"episode_index": 388, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47138845205712343]], [[0.4766992956382939]], [[0.47276229268200537]]], "std": [[[0.10926681741676617]], [[0.10924484144597202]], [[0.10996024257123779]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6941176470588235]], [[0.6823529411764706]], [[0.6745098039215687]]], "mean": [[[0.47433004174694926]], [[0.47579922739808833]], [[0.47007590365144136]]], "std": [[[0.05279500713247401]], [[0.054553947638968384]], [[0.05954003910109946]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[0.9411764705882353]]], "mean": [[[0.47671650444860025]], [[0.47737745216101857]], [[0.4726350270599569]]], "std": [[[0.06558445965978672]], [[0.06644222192724264]], [[0.07102665777300068]]], "count": [173]}, "states": {"min": [0.21725858747959137, 1.9493408203125, -2.127434253692627, -1.388845682144165, -2.5768566131591797, -1.3369920253753662, 0.5611408352851868, 0.0, -0.011897999793291092, 0.3438279926776886, -0.2634350061416626, -0.43648484349250793, -0.598219633102417, -0.551997721195221, -0.6078794002532959, -0.8176693320274353, -2.054060697555542, 0.9440311789512634, -0.12891001999378204, -0.17845992743968964, 0.3297799825668335, -2.475278377532959, 12.0, -0.3357880115509033, 0.27350300550460815, -0.28060099482536316, -0.4986066520214081, -0.5188910961151123, -0.5336997509002686, -0.6176106929779053], "max": [0.8390496373176575, 2.0448102951049805, -1.020406723022461, -0.08550368249416351, -0.44710099697113037, 0.5374916195869446, 2.816455364227295, 825.0, 0.29180198907852173, 0.452208012342453, -0.13221900165081024, 0.45539405941963196, 0.9675831198692322, 0.5971859097480774, 0.6062816381454468, -0.06326818466186523, -1.8908374309539795, 1.5204086303710938, 1.3806427717208862, 2.6623079776763916, 1.6244302988052368, -0.24260075390338898, 881.0, -0.05658800154924393, 0.40576300024986267, -0.10278499871492386, 0.5560822486877441, 0.9709014892578125, 0.644568145275116, 0.6701740026473999], "mean": [0.47771748900413513, 2.017185688018799, -1.7326948642730713, -0.8228021860122681, -2.010098457336426, -0.39656102657318115, 2.145233392715454, 598.40869140625, 0.1505025327205658, 0.3806760907173157, -0.2127476930618286, 0.03578857332468033, 0.36792615056037903, 0.08331693708896637, -0.0433465838432312, -0.4501129686832428, -2.0336766242980957, 1.2628148794174194, 0.3692338466644287, 0.9474460482597351, 1.3584837913513184, -0.989061176776886, 620.853759765625, -0.23298825323581696, 0.32748934626579285, -0.20476479828357697, 0.007233265787363052, 0.31871095299720764, 0.06917975097894669, 0.10647276788949966], "std": [0.20051243901252747, 0.011604603379964828, 0.29350242018699646, 0.30655333399772644, 0.5116916298866272, 0.688775897026062, 0.6515436768531799, 270.14959716796875, 0.08490248769521713, 0.025936907157301903, 0.027526915073394775, 0.31098148226737976, 0.6669551730155945, 0.394719660282135, 0.3964674472808838, 0.20570234954357147, 0.02779710851609707, 0.23275545239448547, 0.5059801936149597, 1.0461219549179077, 0.2118665724992752, 0.8006075620651245, 271.1842346191406, 0.08924265205860138, 0.04565882682800293, 0.04405233636498451, 0.3965758681297302, 0.5603309273719788, 0.4075664281845093, 0.49486884474754333], "count": [964]}, "actions": {"min": [0.21725858747959137, 1.9493408203125, -2.127434253692627, -1.388845682144165, -2.5768566131591797, -1.3369920253753662, 0.5611408352851868, 0.0, -0.011897999793291092, 0.3438279926776886, -0.2634350061416626, -0.43648484349250793, -0.598219633102417, -0.551997721195221, -0.6078794002532959, -0.8176693320274353, -2.054060697555542, 0.9440311789512634, -0.12891001999378204, -0.17845992743968964, 0.3297799825668335, -2.475278377532959, 12.0, -0.3357880115509033, 0.27350300550460815, -0.28060099482536316, -0.4986066520214081, -0.5188910961151123, -0.5336997509002686, -0.6176106929779053], "max": [0.8390496373176575, 2.0448102951049805, -1.020406723022461, -0.08550368249416351, -0.44710099697113037, 0.5374916195869446, 2.816455364227295, 825.0, 0.29180198907852173, 0.452208012342453, -0.13221900165081024, 0.45539405941963196, 0.9675831198692322, 0.5971859097480774, 0.6062816381454468, -0.06326818466186523, -1.8908374309539795, 1.5204086303710938, 1.3806427717208862, 2.6623079776763916, 1.6244302988052368, -0.24260075390338898, 881.0, -0.05658800154924393, 0.40576300024986267, -0.10278499871492386, 0.5560822486877441, 0.9709014892578125, 0.644568145275116, 0.6701740026473999], "mean": [0.47771748900413513, 2.017185688018799, -1.7326948642730713, -0.8228021860122681, -2.010098457336426, -0.39656102657318115, 2.145233392715454, 598.40869140625, 0.1505025327205658, 0.3806760907173157, -0.2127476930618286, 0.03578857332468033, 0.36792615056037903, 0.08331693708896637, -0.0433465838432312, -0.4501129686832428, -2.0336766242980957, 1.2628148794174194, 0.3692338466644287, 0.9474460482597351, 1.3584837913513184, -0.989061176776886, 620.853759765625, -0.23298825323581696, 0.32748934626579285, -0.20476479828357697, 0.007233265787363052, 0.31871095299720764, 0.06917975097894669, 0.10647276788949966], "std": [0.20051243901252747, 0.011604603379964828, 0.29350242018699646, 0.30655333399772644, 0.5116916298866272, 0.688775897026062, 0.6515436768531799, 270.14959716796875, 0.08490248769521713, 0.025936907157301903, 0.027526915073394775, 0.31098148226737976, 0.6669551730155945, 0.394719660282135, 0.3964674472808838, 0.20570234954357147, 0.02779710851609707, 0.23275545239448547, 0.5059801936149597, 1.0461219549179077, 0.2118665724992752, 0.8006075620651245, 271.1842346191406, 0.08924265205860138, 0.04565882682800293, 0.04405233636498451, 0.3965758681297302, 0.5603309273719788, 0.4075664281845093, 0.49486884474754333], "count": [964]}, "next.done": {"min": [false], "max": [true], "mean": [0.001037344398340249], "std": [0.0321911216788027], "count": [964]}, "timestamp": {"min": [0.0], "max": [38.52], "mean": [19.259999999999998], "std": [11.131307200863697], "count": [964]}, "frame_index": {"min": [0], "max": [963], "mean": [481.5], "std": [278.28268002159245], "count": [964]}, "episode_index": {"min": [388], "max": [388], "mean": [388.0], "std": [0.0], "count": [964]}, "index": {"min": [465859], "max": [466822], "mean": [466340.5], "std": [278.28268002159245], "count": [964]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [964]}}} +{"episode_index": 389, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47805215562348535]], [[0.48267987740508184]], [[0.4802955014871117]]], "std": [[[0.11632758290075514]], [[0.11805700363026501]], [[0.11859689976529238]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6627450980392157]], [[0.6666666666666666]]], "mean": [[[0.4737902002092972]], [[0.4770806333535287]], [[0.4711750259326577]]], "std": [[[0.06862806231432556]], [[0.06841942001315729]], [[0.07548407899695744]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.4674800066093854]], [[0.46946701503635163]], [[0.4633289970716751]]], "std": [[[0.08031756428115695]], [[0.08145802360232986]], [[0.08769131969982077]]], "count": [178]}, "states": {"min": [0.17603391408920288, 1.9957491159439087, -2.0646023750305176, -1.3250365257263184, -2.7526636123657227, -1.357395052909851, 0.45121997594833374, 0.0, -0.017436999827623367, 0.3491800129413605, -0.2577820122241974, -0.47822922468185425, -0.5420125126838684, -0.5328459739685059, -0.5668068528175354, -0.661217987537384, -2.0557360649108887, -2.182063102722168, -1.4455515146255493, -0.305345356464386, -1.5955276489257812, 1.127657175064087, 26.0, -0.3181900084018707, 0.2553110122680664, -0.28746700286865234, -0.49892672896385193, -0.38569217920303345, -0.5328711867332458, -0.575782299041748], "max": [0.8851438164710999, 2.034670114517212, -0.8973960280418396, -0.1898045688867569, -0.341630756855011, -0.37058576941490173, 2.177211284637451, 912.0, 0.31147900223731995, 0.4442259967327118, -0.11911100149154663, 0.47846871614456177, 0.9663955569267273, 0.5748435258865356, 0.5281755328178406, -0.08030259609222412, -1.914661169052124, -1.5216130018234253, 0.01382300816476345, 2.5837504863739014, -0.510473906993866, 2.77043080329895, 908.0, -0.06691200286149979, 0.4049839973449707, -0.12037599831819534, 0.5084788203239441, 0.9627276659011841, 0.5293812155723572, 0.6172811985015869], "mean": [0.5209807753562927, 2.0212292671203613, -1.3744325637817383, -0.8363820314407349, -1.7268623113632202, -0.9301444292068481, 1.6061652898788452, 512.0248413085938, 0.16434720158576965, 0.38210341334342957, -0.18931405246257782, -0.17331406474113464, 0.7431097030639648, -0.22918201982975006, -0.3554028570652008, -0.44154393672943115, -2.0395567417144775, -1.7461469173431396, -0.3971526026725769, 0.8642951846122742, -1.2329679727554321, 2.2964532375335693, 595.1173095703125, -0.2117646038532257, 0.33919501304626465, -0.2226930558681488, -0.28650131821632385, 0.6424983739852905, 0.3174728751182556, 0.47265011072158813], "std": [0.22010058164596558, 0.006693919189274311, 0.37987661361694336, 0.2614421546459198, 0.5708567500114441, 0.17625874280929565, 0.4099952280521393, 270.3756103515625, 0.10647166520357132, 0.02312408573925495, 0.03720688074827194, 0.1661607325077057, 0.3127001225948334, 0.23968149721622467, 0.23680473864078522, 0.13953863084316254, 0.02064451016485691, 0.17197316884994507, 0.4813506305217743, 0.9525312781333923, 0.1543116271495819, 0.5663832426071167, 305.2540283203125, 0.06086703762412071, 0.031116673722863197, 0.042779866605997086, 0.1717148870229721, 0.24728745222091675, 0.21141451597213745, 0.2135232388973236], "count": [1006]}, "actions": {"min": [0.17603391408920288, 1.9957491159439087, -2.0646023750305176, -1.3250365257263184, -2.7526636123657227, -1.357395052909851, 0.45121997594833374, 0.0, -0.017436999827623367, 0.3491800129413605, -0.2577820122241974, -0.47822922468185425, -0.5420125126838684, -0.5328459739685059, -0.5668068528175354, -0.661217987537384, -2.0557360649108887, -2.182063102722168, -1.4455515146255493, -0.305345356464386, -1.5955276489257812, 1.127657175064087, 26.0, -0.3181900084018707, 0.2553110122680664, -0.28746700286865234, -0.49892672896385193, -0.38569217920303345, -0.5328711867332458, -0.575782299041748], "max": [0.8851438164710999, 2.034670114517212, -0.8973960280418396, -0.1898045688867569, -0.341630756855011, -0.37058576941490173, 2.177211284637451, 912.0, 0.31147900223731995, 0.4442259967327118, -0.11911100149154663, 0.47846871614456177, 0.9663955569267273, 0.5748435258865356, 0.5281755328178406, -0.08030259609222412, -1.914661169052124, -1.5216130018234253, 0.01382300816476345, 2.5837504863739014, -0.510473906993866, 2.77043080329895, 908.0, -0.06691200286149979, 0.4049839973449707, -0.12037599831819534, 0.5084788203239441, 0.9627276659011841, 0.5293812155723572, 0.6172811985015869], "mean": [0.5209807753562927, 2.0212292671203613, -1.3744325637817383, -0.8363820314407349, -1.7268623113632202, -0.9301444292068481, 1.6061652898788452, 512.0248413085938, 0.16434720158576965, 0.38210341334342957, -0.18931405246257782, -0.17331406474113464, 0.7431097030639648, -0.22918201982975006, -0.3554028570652008, -0.44154393672943115, -2.0395567417144775, -1.7461469173431396, -0.3971526026725769, 0.8642951846122742, -1.2329679727554321, 2.2964532375335693, 595.1173095703125, -0.2117646038532257, 0.33919501304626465, -0.2226930558681488, -0.28650131821632385, 0.6424983739852905, 0.3174728751182556, 0.47265011072158813], "std": [0.22010058164596558, 0.006693919189274311, 0.37987661361694336, 0.2614421546459198, 0.5708567500114441, 0.17625874280929565, 0.4099952280521393, 270.3756103515625, 0.10647166520357132, 0.02312408573925495, 0.03720688074827194, 0.1661607325077057, 0.3127001225948334, 0.23968149721622467, 0.23680473864078522, 0.13953863084316254, 0.02064451016485691, 0.17197316884994507, 0.4813506305217743, 0.9525312781333923, 0.1543116271495819, 0.5663832426071167, 305.2540283203125, 0.06086703762412071, 0.031116673722863197, 0.042779866605997086, 0.1717148870229721, 0.24728745222091675, 0.21141451597213745, 0.2135232388973236], "count": [1006]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009940357852882703], "std": [0.03151265901420946], "count": [1006]}, "timestamp": {"min": [0.0], "max": [40.2], "mean": [20.099999999999998], "std": [11.61628167702557], "count": [1006]}, "frame_index": {"min": [0], "max": [1005], "mean": [502.5], "std": [290.40704192563925], "count": [1006]}, "episode_index": {"min": [389], "max": [389], "mean": [389.0], "std": [0.0], "count": [1006]}, "index": {"min": [466823], "max": [467828], "mean": [467325.5], "std": [290.40704192563925], "count": [1006]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1006]}}} +{"episode_index": 390, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.45852176888475693]], [[0.4668992104744197]], [[0.4601965867046052]]], "std": [[[0.1499812013077089]], [[0.14829561721277026]], [[0.14935551202471178]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4639383005596875]], [[0.4697583460108181]], [[0.46324278791976564]]], "std": [[[0.08287071081539871]], [[0.07972076487624027]], [[0.08399519294117508]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4727314943937345]], [[0.47381868027383367]], [[0.47023577656637366]]], "std": [[[0.09454612291240179]], [[0.09355285799030767]], [[0.09660833174102568]]], "count": [174]}, "states": {"min": [0.4632278382778168, 1.935413122177124, -0.9752201437950134, -0.43099161982536316, -2.187927484512329, -1.5175114870071411, 0.3047170341014862, 0.0, 0.08507999777793884, 0.3054400086402893, -0.26953500509262085, -0.42698556184768677, -0.674409031867981, -0.47838789224624634, -0.6817653775215149, -0.905057966709137, -2.051809072494507, 0.5614026188850403, -0.16683602333068848, 0.7885746359825134, 0.8611454367637634, -2.0209691524505615, 19.0, -0.20352500677108765, 0.33268100023269653, -0.24698199331760406, -0.3978979289531708, 0.5150884389877319, -0.03899384289979935, 0.225511834025383], "max": [0.8349481225013733, 2.040097951889038, -0.48623126745224, 0.13351768255233765, -0.8838522434234619, -0.9427221417427063, 1.1198382377624512, 882.0, 0.24406999349594116, 0.42387500405311584, -0.16785499453544617, 0.4351544678211212, 0.8741711378097534, 0.47937092185020447, 0.6744421124458313, -0.49609237909317017, -1.8646399974822998, 1.6905434131622314, 1.3191896677017212, 2.519382953643799, 1.6700009107589722, -0.3436727821826935, 801.0, -0.018084000796079636, 0.41445499658584595, -0.09928599745035172, 0.046918608248233795, 0.9742004871368408, 0.5064252614974976, 0.6790617108345032], "mean": [0.6508155465126038, 2.0178093910217285, -0.7467724680900574, -0.1454663723707199, -1.3947858810424805, -1.1331363916397095, 0.7999982237815857, 519.423583984375, 0.18203122913837433, 0.38266652822494507, -0.22443978488445282, -0.10365781933069229, 0.3989463448524475, -0.15505407750606537, -0.2617324888706207, -0.7140452861785889, -2.034522533416748, 1.101999044418335, 0.5273271203041077, 1.7555533647537231, 1.288041591644287, -1.3455655574798584, 487.5128173828125, -0.12852033972740173, 0.37924709916114807, -0.1891559660434723, -0.1190221980214119, 0.8006932735443115, 0.22461648285388947, 0.4456561803817749], "std": [0.08520274609327316, 0.020651202648878098, 0.11629623919725418, 0.18543346226215363, 0.47377467155456543, 0.1549062281847, 0.2984117567539215, 245.54685974121094, 0.03639765828847885, 0.03737441822886467, 0.02451687678694725, 0.2457060068845749, 0.5666253566741943, 0.3382662236690521, 0.4916210174560547, 0.12077541649341583, 0.023824507370591164, 0.31081920862197876, 0.3843802511692047, 0.6516205072402954, 0.17928265035152435, 0.5731756091117859, 196.1710662841797, 0.060879383236169815, 0.021046781912446022, 0.03430498391389847, 0.14015936851501465, 0.15465059876441956, 0.16677363216876984, 0.1558428555727005], "count": [975]}, "actions": {"min": [0.4632278382778168, 1.935413122177124, -0.9752201437950134, -0.43099161982536316, -2.187927484512329, -1.5175114870071411, 0.3047170341014862, 0.0, 0.08507999777793884, 0.3054400086402893, -0.26953500509262085, -0.42698556184768677, -0.674409031867981, -0.47838789224624634, -0.6817653775215149, -0.905057966709137, -2.051809072494507, 0.5614026188850403, -0.16683602333068848, 0.7885746359825134, 0.8611454367637634, -2.0209691524505615, 19.0, -0.20352500677108765, 0.33268100023269653, -0.24698199331760406, -0.3978979289531708, 0.5150884389877319, -0.03899384289979935, 0.225511834025383], "max": [0.8349481225013733, 2.040097951889038, -0.48623126745224, 0.13351768255233765, -0.8838522434234619, -0.9427221417427063, 1.1198382377624512, 882.0, 0.24406999349594116, 0.42387500405311584, -0.16785499453544617, 0.4351544678211212, 0.8741711378097534, 0.47937092185020447, 0.6744421124458313, -0.49609237909317017, -1.8646399974822998, 1.6905434131622314, 1.3191896677017212, 2.519382953643799, 1.6700009107589722, -0.3436727821826935, 801.0, -0.018084000796079636, 0.41445499658584595, -0.09928599745035172, 0.046918608248233795, 0.9742004871368408, 0.5064252614974976, 0.6790617108345032], "mean": [0.6508155465126038, 2.0178093910217285, -0.7467724680900574, -0.1454663723707199, -1.3947858810424805, -1.1331363916397095, 0.7999982237815857, 519.423583984375, 0.18203122913837433, 0.38266652822494507, -0.22443978488445282, -0.10365781933069229, 0.3989463448524475, -0.15505407750606537, -0.2617324888706207, -0.7140452861785889, -2.034522533416748, 1.101999044418335, 0.5273271203041077, 1.7555533647537231, 1.288041591644287, -1.3455655574798584, 487.5128173828125, -0.12852033972740173, 0.37924709916114807, -0.1891559660434723, -0.1190221980214119, 0.8006932735443115, 0.22461648285388947, 0.4456561803817749], "std": [0.08520274609327316, 0.020651202648878098, 0.11629623919725418, 0.18543346226215363, 0.47377467155456543, 0.1549062281847, 0.2984117567539215, 245.54685974121094, 0.03639765828847885, 0.03737441822886467, 0.02451687678694725, 0.2457060068845749, 0.5666253566741943, 0.3382662236690521, 0.4916210174560547, 0.12077541649341583, 0.023824507370591164, 0.31081920862197876, 0.3843802511692047, 0.6516205072402954, 0.17928265035152435, 0.5731756091117859, 196.1710662841797, 0.060879383236169815, 0.021046781912446022, 0.03430498391389847, 0.14015936851501465, 0.15465059876441956, 0.16677363216876984, 0.1558428555727005], "count": [975]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010256410256410256], "std": [0.03200920314733792], "count": [975]}, "timestamp": {"min": [0.0], "max": [38.96], "mean": [19.48], "std": [11.258324327654922], "count": [975]}, "frame_index": {"min": [0], "max": [974], "mean": [487.0], "std": [281.45810819137307], "count": [975]}, "episode_index": {"min": [390], "max": [390], "mean": [390.0], "std": [0.0], "count": [975]}, "index": {"min": [467829], "max": [468803], "mean": [468316.0], "std": [281.45810819137307], "count": [975]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [975]}}} +{"episode_index": 391, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.46428660717389797]], [[0.470766394190655]], [[0.4642693764340843]]], "std": [[[0.14230098030533103]], [[0.1406656765783928]], [[0.14242001789900155]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.7294117647058823]], [[0.7137254901960784]]], "mean": [[[0.471486269729523]], [[0.4746322334341538]], [[0.4695269520928939]]], "std": [[[0.07804992982765147]], [[0.07587276027145609]], [[0.08177945136449881]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.4622847808893061]], [[0.46346199676679184]], [[0.46019132857043527]]], "std": [[[0.1149927422494174]], [[0.11333453373676759]], [[0.11613239172374779]]], "count": [188]}, "states": {"min": [0.3626095950603485, 2.0119457244873047, -1.893001675605774, -1.127657175064087, -2.1755356788635254, -1.4009408950805664, 0.5659055709838867, -5.0, 0.016688000410795212, 0.3230319917201996, -0.28147000074386597, -0.3846283555030823, -0.5321400761604309, -0.5136630535125732, -0.6294108629226685, -0.864601194858551, -2.0517218112945557, 1.1649724245071411, 0.11648327857255936, -0.4587423503398895, -0.7855552434921265, -2.9912848472595215, 51.0, -0.30081498622894287, 0.29633599519729614, -0.28685998916625977, -0.49644413590431213, 0.3084222376346588, -0.058498501777648926, 0.12268140912055969], "max": [0.740159273147583, 2.044757843017578, -0.5412964224815369, -0.044401176273822784, -0.3128677308559418, -0.739757776260376, 2.035647392272949, 896.0, 0.29363998770713806, 0.3958509862422943, -0.1704539954662323, 0.4110128879547119, 0.9324560165405273, 0.5575991272926331, 0.5372521877288818, -0.044052109122276306, -2.017688035964966, 2.1553945541381836, 1.6347278356552124, 2.7673592567443848, 1.533062219619751, -0.22621214389801025, 879.0, -0.01594099961221218, 0.43109801411628723, -0.06952700018882751, -0.03181967884302139, 0.982375979423523, 0.6075822114944458, 0.738054633140564], "mean": [0.5012856125831604, 2.0262749195098877, -1.3476543426513672, -0.5114220380783081, -1.2731572389602661, -0.9900566935539246, 1.10612154006958, 494.5036926269531, 0.16480188071727753, 0.3667142391204834, -0.22683729231357574, -0.1841193288564682, 0.7343182563781738, -0.26388049125671387, -0.48019465804100037, -0.4516744911670685, -2.0392308235168457, 1.71486234664917, 0.7327814698219299, 1.4731810092926025, 0.7252586483955383, -1.718374252319336, 570.0267333984375, -0.16975052654743195, 0.35726264119148254, -0.19842728972434998, -0.28037452697753906, 0.6685556769371033, 0.3599780797958374, 0.4368623197078705], "std": [0.10960149019956589, 0.008795489557087421, 0.3028556704521179, 0.2384740263223648, 0.40752464532852173, 0.12292779237031937, 0.36832568049430847, 280.7422790527344, 0.0664372444152832, 0.022226106375455856, 0.029159294441342354, 0.13075587153434753, 0.21415871381759644, 0.18387840688228607, 0.17287008464336395, 0.25418415665626526, 0.0065748970955610275, 0.30954408645629883, 0.4103194773197174, 1.1495380401611328, 0.8337569832801819, 1.0698059797286987, 310.5285339355469, 0.07590684294700623, 0.029934246093034744, 0.056056153029203415, 0.1593376249074936, 0.22037158906459808, 0.21836325526237488, 0.17987819015979767], "count": [1084]}, "actions": {"min": [0.3626095950603485, 2.0119457244873047, -1.893001675605774, -1.127657175064087, -2.1755356788635254, -1.4009408950805664, 0.5659055709838867, -5.0, 0.016688000410795212, 0.3230319917201996, -0.28147000074386597, -0.3846283555030823, -0.5321400761604309, -0.5136630535125732, -0.6294108629226685, -0.864601194858551, -2.0517218112945557, 1.1649724245071411, 0.11648327857255936, -0.4587423503398895, -0.7855552434921265, -2.9912848472595215, 51.0, -0.30081498622894287, 0.29633599519729614, -0.28685998916625977, -0.49644413590431213, 0.3084222376346588, -0.058498501777648926, 0.12268140912055969], "max": [0.740159273147583, 2.044757843017578, -0.5412964224815369, -0.044401176273822784, -0.3128677308559418, -0.739757776260376, 2.035647392272949, 896.0, 0.29363998770713806, 0.3958509862422943, -0.1704539954662323, 0.4110128879547119, 0.9324560165405273, 0.5575991272926331, 0.5372521877288818, -0.044052109122276306, -2.017688035964966, 2.1553945541381836, 1.6347278356552124, 2.7673592567443848, 1.533062219619751, -0.22621214389801025, 879.0, -0.01594099961221218, 0.43109801411628723, -0.06952700018882751, -0.03181967884302139, 0.982375979423523, 0.6075822114944458, 0.738054633140564], "mean": [0.5012856125831604, 2.0262749195098877, -1.3476543426513672, -0.5114220380783081, -1.2731572389602661, -0.9900566935539246, 1.10612154006958, 494.5036926269531, 0.16480188071727753, 0.3667142391204834, -0.22683729231357574, -0.1841193288564682, 0.7343182563781738, -0.26388049125671387, -0.48019465804100037, -0.4516744911670685, -2.0392308235168457, 1.71486234664917, 0.7327814698219299, 1.4731810092926025, 0.7252586483955383, -1.718374252319336, 570.0267333984375, -0.16975052654743195, 0.35726264119148254, -0.19842728972434998, -0.28037452697753906, 0.6685556769371033, 0.3599780797958374, 0.4368623197078705], "std": [0.10960149019956589, 0.008795489557087421, 0.3028556704521179, 0.2384740263223648, 0.40752464532852173, 0.12292779237031937, 0.36832568049430847, 280.7422790527344, 0.0664372444152832, 0.022226106375455856, 0.029159294441342354, 0.13075587153434753, 0.21415871381759644, 0.18387840688228607, 0.17287008464336395, 0.25418415665626526, 0.0065748970955610275, 0.30954408645629883, 0.4103194773197174, 1.1495380401611328, 0.8337569832801819, 1.0698059797286987, 310.5285339355469, 0.07590684294700623, 0.029934246093034744, 0.056056153029203415, 0.1593376249074936, 0.22037158906459808, 0.21836325526237488, 0.17987819015979767], "count": [1084]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009225092250922509], "std": [0.030358824117904675], "count": [1084]}, "timestamp": {"min": [0.0], "max": [43.32], "mean": [21.659999999999997], "std": [12.516948509920459], "count": [1084]}, "frame_index": {"min": [0], "max": [1083], "mean": [541.5], "std": [312.9237127480115], "count": [1084]}, "episode_index": {"min": [391], "max": [391], "mean": [391.0], "std": [0.0], "count": [1084]}, "index": {"min": [468804], "max": [469887], "mean": [469345.5], "std": [312.9237127480115], "count": [1084]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1084]}}} +{"episode_index": 392, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.46182801141289853]], [[0.46820011129451783]], [[0.4615534338735494]]], "std": [[[0.14213514341657954]], [[0.13844074650631516]], [[0.14023697116255007]]], "count": [196]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.46707237061491264]], [[0.467500275110044]], [[0.46069333775176735]]], "std": [[[0.0900616902042517]], [[0.08855620326153182]], [[0.09394495465337482]]], "count": [196]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698097614045618]], [[0.47053028919901296]], [[0.46628032150360144]]], "std": [[[0.10916089420914628]], [[0.10802009795365523]], [[0.11271389153184481]]], "count": [196]}, "states": {"min": [0.23003441095352173, 1.9223754405975342, -1.931276559829712, -1.6698263883590698, -2.5853912830352783, -1.6268737316131592, 0.4464901387691498, -3.0, 0.011800999753177166, 0.2928130030632019, -0.29069799184799194, -0.41752105951309204, -0.6292924284934998, -0.5251013040542603, -0.6373157501220703, -0.9219177961349487, -2.0640788078308105, 0.9631600379943848, -0.036425020545721054, 0.005846853367984295, 0.08922123163938522, -2.580172538757324, 39.0, -0.35083499550819397, 0.27570998668670654, -0.27303099632263184, -0.4971584975719452, -0.5342272520065308, -0.48442521691322327, -0.5612794756889343], "max": [0.796795129776001, 2.034076690673828, -1.1258419752120972, -0.12566369771957397, -0.2606300115585327, -0.4394564628601074, 2.293938636779785, 880.0, 0.2956089973449707, 0.4065049886703491, -0.1071150004863739, 0.44305092096328735, 0.9839276671409607, 0.5352019667625427, 0.6512792706489563, 0.15341444313526154, -1.9674746990203857, 1.8469598293304443, 1.6823577880859375, 2.7699248790740967, 1.6173793077468872, -0.25883233547210693, 909.0, -0.004333000164479017, 0.4136059880256653, -0.0850680023431778, 0.5725482702255249, 0.9856647253036499, 0.5862445831298828, 0.7263570427894592], "mean": [0.44452613592147827, 2.0200979709625244, -1.3594633340835571, -0.5989000201225281, -1.312013864517212, -1.1160178184509277, 1.1097646951675415, 385.02532958984375, 0.18010033667087555, 0.34457674622535706, -0.22173605859279633, -0.0645245835185051, 0.5307880640029907, -0.08781254291534424, -0.24624718725681305, -0.5003528594970703, -2.040651559829712, 1.2291138172149658, 0.4659770429134369, 1.2941138744354248, 1.2151944637298584, -1.09060537815094, 554.1580810546875, -0.19326622784137726, 0.33402594923973083, -0.21033012866973877, -0.21869714558124542, 0.6277958750724792, 0.25023984909057617, 0.41220608353614807], "std": [0.11099093407392502, 0.015540781430900097, 0.1889650970697403, 0.43106335401535034, 0.6732425689697266, 0.18312151730060577, 0.5901352167129517, 268.37841796875, 0.0700925886631012, 0.036192387342453, 0.04389255493879318, 0.23879408836364746, 0.5569946765899658, 0.3125866651535034, 0.4251769483089447, 0.2773360013961792, 0.012663256376981735, 0.27096885442733765, 0.48088303208351135, 0.8666834831237793, 0.2472270429134369, 0.7470874786376953, 353.072509765625, 0.11221522837877274, 0.03379140794277191, 0.051460150629282, 0.23284874856472015, 0.3256126046180725, 0.2973303496837616, 0.27724188566207886], "count": [1145]}, "actions": {"min": [0.23003441095352173, 1.9223754405975342, -1.931276559829712, -1.6698263883590698, -2.5853912830352783, -1.6268737316131592, 0.4464901387691498, -3.0, 0.011800999753177166, 0.2928130030632019, -0.29069799184799194, -0.41752105951309204, -0.6292924284934998, -0.5251013040542603, -0.6373157501220703, -0.9219177961349487, -2.0640788078308105, 0.9631600379943848, -0.036425020545721054, 0.005846853367984295, 0.08922123163938522, -2.580172538757324, 39.0, -0.35083499550819397, 0.27570998668670654, -0.27303099632263184, -0.4971584975719452, -0.5342272520065308, -0.48442521691322327, -0.5612794756889343], "max": [0.796795129776001, 2.034076690673828, -1.1258419752120972, -0.12566369771957397, -0.2606300115585327, -0.4394564628601074, 2.293938636779785, 880.0, 0.2956089973449707, 0.4065049886703491, -0.1071150004863739, 0.44305092096328735, 0.9839276671409607, 0.5352019667625427, 0.6512792706489563, 0.15341444313526154, -1.9674746990203857, 1.8469598293304443, 1.6823577880859375, 2.7699248790740967, 1.6173793077468872, -0.25883233547210693, 909.0, -0.004333000164479017, 0.4136059880256653, -0.0850680023431778, 0.5725482702255249, 0.9856647253036499, 0.5862445831298828, 0.7263570427894592], "mean": [0.44452613592147827, 2.0200979709625244, -1.3594633340835571, -0.5989000201225281, -1.312013864517212, -1.1160178184509277, 1.1097646951675415, 385.02532958984375, 0.18010033667087555, 0.34457674622535706, -0.22173605859279633, -0.0645245835185051, 0.5307880640029907, -0.08781254291534424, -0.24624718725681305, -0.5003528594970703, -2.040651559829712, 1.2291138172149658, 0.4659770429134369, 1.2941138744354248, 1.2151944637298584, -1.09060537815094, 554.1580810546875, -0.19326622784137726, 0.33402594923973083, -0.21033012866973877, -0.21869714558124542, 0.6277958750724792, 0.25023984909057617, 0.41220608353614807], "std": [0.11099093407392502, 0.015540781430900097, 0.1889650970697403, 0.43106335401535034, 0.6732425689697266, 0.18312151730060577, 0.5901352167129517, 268.37841796875, 0.0700925886631012, 0.036192387342453, 0.04389255493879318, 0.23879408836364746, 0.5569946765899658, 0.3125866651535034, 0.4251769483089447, 0.2773360013961792, 0.012663256376981735, 0.27096885442733765, 0.48088303208351135, 0.8666834831237793, 0.2472270429134369, 0.7470874786376953, 353.072509765625, 0.11221522837877274, 0.03379140794277191, 0.051460150629282, 0.23284874856472015, 0.3256126046180725, 0.2973303496837616, 0.27724188566207886], "count": [1145]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008733624454148472], "std": [0.029539798297445873], "count": [1145]}, "timestamp": {"min": [0.0], "max": [45.76], "mean": [22.88], "std": [13.221316122081038], "count": [1145]}, "frame_index": {"min": [0], "max": [1144], "mean": [572.0], "std": [330.532903052026], "count": [1145]}, "episode_index": {"min": [392], "max": [392], "mean": [392.0], "std": [0.0], "count": [1145]}, "index": {"min": [469888], "max": [471032], "mean": [470460.0], "std": [330.532903052026], "count": [1145]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1145]}}} +{"episode_index": 393, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.48093903420146683]], [[0.4851647302050591]], [[0.4815593895000749]]], "std": [[[0.12915717761184753]], [[0.12871388398382452]], [[0.12825688947778646]]], "count": [262]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47102116075437805]], [[0.4756347423352293]], [[0.4724088685887841]]], "std": [[[0.06746541685375172]], [[0.06184962062686857]], [[0.06274689461385208]]], "count": [262]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4812527932133413]], [[0.4806437378386469]], [[0.47482029807788256]]], "std": [[[0.10634991714592656]], [[0.10803695284320738]], [[0.11387756522027384]]], "count": [262]}, "states": {"min": [0.6137973666191101, 1.7838836908340454, -1.1106228828430176, -0.5643522143363953, -2.436340093612671, -1.5950390100479126, 0.1385442465543747, 0.0, 0.04884999990463257, 0.35330599546432495, -0.25744199752807617, -0.307827889919281, -0.6371813416481018, -0.39404669404029846, -0.6638961434364319, -1.4196159839630127, -2.0442168712615967, 2.6316771507263184, -0.8425577878952026, -1.1121935844421387, 0.9892700910568237, -1.595457911491394, 64.0, -0.2809619903564453, 0.34470701217651367, -0.24914400279521942, -0.38920384645462036, 0.4956521689891815, -0.05855148658156395, 0.21880000829696655], "max": [1.0579313039779663, 2.041860818862915, -0.5542467832565308, 0.032620206475257874, -0.6236236095428467, -0.8788954615592957, 1.4327058792114258, 869.0, 0.2542380094528198, 0.47179099917411804, -0.11195799708366394, 0.549857497215271, 0.9240145087242126, 0.43836867809295654, 0.6476593613624573, -0.5751383304595947, -2.018211603164673, 2.864382266998291, 0.024591689929366112, 0.561542272567749, 1.920036792755127, -0.47392672300338745, 906.0, -0.032012999057769775, 0.4589349925518036, -0.043726999312639236, 0.02480325661599636, 0.9702966809272766, 0.5262174010276794, 0.670862078666687], "mean": [0.8430619835853577, 2.001485824584961, -0.7735472917556763, -0.22009769082069397, -1.8961212635040283, -1.128090500831604, 1.1231815814971924, 473.2122497558594, 0.12926752865314484, 0.40543609857559204, -0.20064933598041534, -0.0712270587682724, 0.7300060987472534, -0.16504018008708954, -0.4142659604549408, -0.7841373085975647, -2.0312936305999756, 2.7891504764556885, -0.2935597002506256, -0.5462864637374878, 1.2801393270492554, -1.021173119544983, 675.9310302734375, -0.19661299884319305, 0.3897019326686859, -0.20280450582504272, -0.19788488745689392, 0.6888861060142517, 0.3686572313308716, 0.5315680503845215], "std": [0.11690086871385574, 0.04970982298254967, 0.1876874566078186, 0.1308067888021469, 0.3543073534965515, 0.15442104637622833, 0.2065664380788803, 258.8168640136719, 0.058220651000738144, 0.02855701930820942, 0.029302723705768585, 0.1525464504957199, 0.35507699847221375, 0.18317565321922302, 0.2832992374897003, 0.23752740025520325, 0.004212521947920322, 0.076039157807827, 0.22978642582893372, 0.49464482069015503, 0.24623066186904907, 0.2829464077949524, 271.5267028808594, 0.049936443567276, 0.022287722676992416, 0.03786753490567207, 0.10980929434299469, 0.1310591697692871, 0.1438458114862442, 0.1337108463048935], "count": [1682]}, "actions": {"min": [0.6137973666191101, 1.7838836908340454, -1.1106228828430176, -0.5643522143363953, -2.436340093612671, -1.5950390100479126, 0.1385442465543747, 0.0, 0.04884999990463257, 0.35330599546432495, -0.25744199752807617, -0.307827889919281, -0.6371813416481018, -0.39404669404029846, -0.6638961434364319, -1.4196159839630127, -2.0442168712615967, 2.6316771507263184, -0.8425577878952026, -1.1121935844421387, 0.9892700910568237, -1.595457911491394, 64.0, -0.2809619903564453, 0.34470701217651367, -0.24914400279521942, -0.38920384645462036, 0.4956521689891815, -0.05855148658156395, 0.21880000829696655], "max": [1.0579313039779663, 2.041860818862915, -0.5542467832565308, 0.032620206475257874, -0.6236236095428467, -0.8788954615592957, 1.4327058792114258, 869.0, 0.2542380094528198, 0.47179099917411804, -0.11195799708366394, 0.549857497215271, 0.9240145087242126, 0.43836867809295654, 0.6476593613624573, -0.5751383304595947, -2.018211603164673, 2.864382266998291, 0.024591689929366112, 0.561542272567749, 1.920036792755127, -0.47392672300338745, 906.0, -0.032012999057769775, 0.4589349925518036, -0.043726999312639236, 0.02480325661599636, 0.9702966809272766, 0.5262174010276794, 0.670862078666687], "mean": [0.8430619835853577, 2.001485824584961, -0.7735472917556763, -0.22009769082069397, -1.8961212635040283, -1.128090500831604, 1.1231815814971924, 473.2122497558594, 0.12926752865314484, 0.40543609857559204, -0.20064933598041534, -0.0712270587682724, 0.7300060987472534, -0.16504018008708954, -0.4142659604549408, -0.7841373085975647, -2.0312936305999756, 2.7891504764556885, -0.2935597002506256, -0.5462864637374878, 1.2801393270492554, -1.021173119544983, 675.9310302734375, -0.19661299884319305, 0.3897019326686859, -0.20280450582504272, -0.19788488745689392, 0.6888861060142517, 0.3686572313308716, 0.5315680503845215], "std": [0.11690086871385574, 0.04970982298254967, 0.1876874566078186, 0.1308067888021469, 0.3543073534965515, 0.15442104637622833, 0.2065664380788803, 258.8168640136719, 0.058220651000738144, 0.02855701930820942, 0.029302723705768585, 0.1525464504957199, 0.35507699847221375, 0.18317565321922302, 0.2832992374897003, 0.23752740025520325, 0.004212521947920322, 0.076039157807827, 0.22978642582893372, 0.49464482069015503, 0.24623066186904907, 0.2829464077949524, 271.5267028808594, 0.049936443567276, 0.022287722676992416, 0.03786753490567207, 0.10980929434299469, 0.1310591697692871, 0.1438458114862442, 0.1337108463048935], "count": [1682]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005945303210463733], "std": [0.02437574316290131], "count": [1682]}, "timestamp": {"min": [0.0], "max": [67.24], "mean": [33.62], "std": [19.4220596230163], "count": [1682]}, "frame_index": {"min": [0], "max": [1681], "mean": [840.5], "std": [485.55149057540746], "count": [1682]}, "episode_index": {"min": [393], "max": [393], "mean": [393.0], "std": [0.0], "count": [1682]}, "index": {"min": [471033], "max": [472714], "mean": [471873.5], "std": [485.55149057540746], "count": [1682]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1682]}}} +{"episode_index": 394, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.4604085357342267]], [[0.46881088654054587]], [[0.46471208165008043]]], "std": [[[0.1462242514675319]], [[0.14456548740671876]], [[0.14601849478467588]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46665643166814463]], [[0.4728180537080829]], [[0.46681204018458305]]], "std": [[[0.0943820304000803]], [[0.09034232333701994]], [[0.09375114833354962]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.4775529608828456]], [[0.47876820068479653]], [[0.4749356576592111]]], "std": [[[0.11238224629103513]], [[0.10990515082531754]], [[0.11309534018744626]]], "count": [199]}, "states": {"min": [0.41345104575157166, 1.9053934812545776, -1.0324146747589111, -0.5279970169067383, -2.3058242797851562, -1.6143072843551636, 0.34746018052101135, -5.0, 0.07678599655628204, 0.27304399013519287, -0.26488301157951355, -0.4427510201931, -0.6108394265174866, -0.4374938905239105, -0.62021803855896, -0.9219353795051575, -2.0479345321655273, 0.36791542172431946, -0.24232152104377747, 0.7497586011886597, 1.1582703590393066, -1.8657221794128418, 15.0, -0.28478100895881653, 0.325888991355896, -0.2544949948787689, -0.49550962448120117, -0.46113845705986023, -0.47864994406700134, -0.6013410091400146], "max": [0.909613311290741, 2.034024238586426, -0.556986927986145, 0.06902777403593063, -0.7130717039108276, -0.9148842096328735, 1.3529443740844727, 884.0, 0.2585830092430115, 0.4464389979839325, -0.16923999786376953, 0.44365406036376953, 0.9121796488761902, 0.4624338448047638, 0.6587780117988586, -0.39985495805740356, -1.9233180284500122, 1.6152323484420776, 1.2349426746368408, 2.6510679721832275, 1.6218820810317993, -0.13809046149253845, 908.0, -0.02295299991965294, 0.4028339982032776, -0.09755600243806839, 0.5257769227027893, 0.9505555033683777, 0.5346423983573914, 0.7553007006645203], "mean": [0.695602297782898, 2.004805564880371, -0.8076644539833069, -0.2262524962425232, -1.5596786737442017, -1.2114413976669312, 0.94602370262146, 581.1118774414062, 0.17012585699558258, 0.3854856789112091, -0.20617416501045227, 0.041256215423345566, 0.4326443374156952, -0.03454945981502533, -0.20291508734226227, -0.6405797600746155, -2.0339653491973877, 0.9253658652305603, 0.4066956341266632, 1.608020544052124, 1.2970484495162964, -1.2013976573944092, 565.5757446289062, -0.16783571243286133, 0.36514925956726074, -0.20115667581558228, -0.14678840339183807, 0.7054747939109802, 0.28487223386764526, 0.49572086334228516], "std": [0.11538026481866837, 0.02754790335893631, 0.165175199508667, 0.17341701686382294, 0.5269237756729126, 0.16325858235359192, 0.3496216833591461, 320.8315734863281, 0.05090309679508209, 0.04375963285565376, 0.023363417014479637, 0.25636735558509827, 0.5946589708328247, 0.3149128258228302, 0.5002349615097046, 0.1493300497531891, 0.01735346019268036, 0.3352292478084564, 0.3505861163139343, 0.6257695555686951, 0.10132491588592529, 0.48795565962791443, 286.5687561035156, 0.08285447210073471, 0.017290238291025162, 0.03569871187210083, 0.1768864393234253, 0.2270798236131668, 0.21012738347053528, 0.16388985514640808], "count": [1162]}, "actions": {"min": [0.41345104575157166, 1.9053934812545776, -1.0324146747589111, -0.5279970169067383, -2.3058242797851562, -1.6143072843551636, 0.34746018052101135, -5.0, 0.07678599655628204, 0.27304399013519287, -0.26488301157951355, -0.4427510201931, -0.6108394265174866, -0.4374938905239105, -0.62021803855896, -0.9219353795051575, -2.0479345321655273, 0.36791542172431946, -0.24232152104377747, 0.7497586011886597, 1.1582703590393066, -1.8657221794128418, 15.0, -0.28478100895881653, 0.325888991355896, -0.2544949948787689, -0.49550962448120117, -0.46113845705986023, -0.47864994406700134, -0.6013410091400146], "max": [0.909613311290741, 2.034024238586426, -0.556986927986145, 0.06902777403593063, -0.7130717039108276, -0.9148842096328735, 1.3529443740844727, 884.0, 0.2585830092430115, 0.4464389979839325, -0.16923999786376953, 0.44365406036376953, 0.9121796488761902, 0.4624338448047638, 0.6587780117988586, -0.39985495805740356, -1.9233180284500122, 1.6152323484420776, 1.2349426746368408, 2.6510679721832275, 1.6218820810317993, -0.13809046149253845, 908.0, -0.02295299991965294, 0.4028339982032776, -0.09755600243806839, 0.5257769227027893, 0.9505555033683777, 0.5346423983573914, 0.7553007006645203], "mean": [0.695602297782898, 2.004805564880371, -0.8076644539833069, -0.2262524962425232, -1.5596786737442017, -1.2114413976669312, 0.94602370262146, 581.1118774414062, 0.17012585699558258, 0.3854856789112091, -0.20617416501045227, 0.041256215423345566, 0.4326443374156952, -0.03454945981502533, -0.20291508734226227, -0.6405797600746155, -2.0339653491973877, 0.9253658652305603, 0.4066956341266632, 1.608020544052124, 1.2970484495162964, -1.2013976573944092, 565.5757446289062, -0.16783571243286133, 0.36514925956726074, -0.20115667581558228, -0.14678840339183807, 0.7054747939109802, 0.28487223386764526, 0.49572086334228516], "std": [0.11538026481866837, 0.02754790335893631, 0.165175199508667, 0.17341701686382294, 0.5269237756729126, 0.16325858235359192, 0.3496216833591461, 320.8315734863281, 0.05090309679508209, 0.04375963285565376, 0.023363417014479637, 0.25636735558509827, 0.5946589708328247, 0.3149128258228302, 0.5002349615097046, 0.1493300497531891, 0.01735346019268036, 0.3352292478084564, 0.3505861163139343, 0.6257695555686951, 0.10132491588592529, 0.48795565962791443, 286.5687561035156, 0.08285447210073471, 0.017290238291025162, 0.03569871187210083, 0.1768864393234253, 0.2270798236131668, 0.21012738347053528, 0.16388985514640808], "count": [1162]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008605851979345956], "std": [0.029323106776937728], "count": [1162]}, "timestamp": {"min": [0.0], "max": [46.44], "mean": [23.22], "std": [13.417615287375027], "count": [1162]}, "frame_index": {"min": [0], "max": [1161], "mean": [580.5], "std": [335.44038218437566], "count": [1162]}, "episode_index": {"min": [394], "max": [394], "mean": [394.0], "std": [0.0], "count": [1162]}, "index": {"min": [472715], "max": [473876], "mean": [473295.5], "std": [335.44038218437566], "count": [1162]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1162]}}} +{"episode_index": 395, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.4755272571819425]], [[0.48130419991640067]], [[0.47874286555707557]]], "std": [[[0.11103838081233343]], [[0.11159383529009502]], [[0.11242683947068877]]], "count": [215]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6784313725490196]], [[0.6588235294117647]], [[0.6549019607843137]]], "mean": [[[0.47929614683082533]], [[0.4810017280361757]], [[0.47536573282413735]]], "std": [[[0.05537201584573994]], [[0.057262248838272654]], [[0.0625529658032787]]], "count": [215]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.477080589755282]], [[0.47503832839337284]], [[0.4696769227846177]]], "std": [[[0.10343008799336748]], [[0.10481405660292052]], [[0.11127678335247757]]], "count": [215]}, "states": {"min": [0.29253464937210083, 1.9859230518341064, -2.046363592147827, -1.6100314855575562, -2.627802610397339, -1.4261085987091064, 0.40474188327789307, -5.0, -0.014299999922513962, 0.3170959949493408, -0.2740260064601898, -0.4674031436443329, -0.6632974147796631, -0.5670652389526367, -0.665110170841217, -0.9449911117553711, -2.0510237216949463, 0.9785537719726562, -0.1166403591632843, 0.409471720457077, -1.269727110862732, -3.0217933654785156, 62.0, -0.3147589862346649, 0.27011701464653015, -0.2963080108165741, -0.4998764097690582, -0.5492371320724487, -0.6055110692977905, -0.5197049975395203], "max": [0.8680046796798706, 2.038649320602417, -0.9974207282066345, -0.09653417021036148, -0.19893263280391693, -0.5522396564483643, 2.581324577331543, 753.0, 0.29413801431655884, 0.40243399143218994, -0.13037699460983276, 0.46866756677627563, 0.9558832049369812, 0.5479487180709839, 0.6955844163894653, 0.008168141357600689, -2.0278632640838623, 2.7443559169769287, 1.4053566455841064, 2.7324702739715576, 1.594114065170288, -0.3171437680721283, 877.0, -0.049619998782873154, 0.44144800305366516, -0.0964210033416748, 0.5602545142173767, 0.972427487373352, 0.7307052612304688, 0.6738520264625549], "mean": [0.5127290487289429, 2.02402663230896, -1.5008463859558105, -0.5302324295043945, -1.0839283466339111, -0.885567843914032, 1.0808597803115845, 466.81719970703125, 0.1649988740682602, 0.36705857515335083, -0.2290530800819397, -0.007882403209805489, 0.4031037390232086, 0.027099892497062683, -0.10641191154718399, -0.41808614134788513, -2.0397109985351562, 1.7577824592590332, 0.557743489742279, 1.8551256656646729, 0.20164144039154053, -2.1901321411132812, 541.42138671875, -0.18959225714206696, 0.33204591274261475, -0.21923300623893738, -0.06931261718273163, 0.3969928026199341, 0.12331590801477432, 0.17106327414512634], "std": [0.14658454060554504, 0.00947386585175991, 0.36410215497016907, 0.33443936705589294, 0.6091700792312622, 0.23275412619113922, 0.5214391350746155, 303.5930480957031, 0.10144101828336716, 0.016347529366612434, 0.033835746347904205, 0.2749233543872833, 0.6315276622772217, 0.3667457103729248, 0.46526917815208435, 0.30617859959602356, 0.004636506550014019, 0.6609646081924438, 0.4028584659099579, 0.7997385859489441, 1.1728129386901855, 1.0445359945297241, 286.9980773925781, 0.07900874316692352, 0.05101081728935242, 0.052004989236593246, 0.39507439732551575, 0.5101060271263123, 0.43639230728149414, 0.43173253536224365], "count": [1291]}, "actions": {"min": [0.29253464937210083, 1.9859230518341064, -2.046363592147827, -1.6100314855575562, -2.627802610397339, -1.4261085987091064, 0.40474188327789307, -5.0, -0.014299999922513962, 0.3170959949493408, -0.2740260064601898, -0.4674031436443329, -0.6632974147796631, -0.5670652389526367, -0.665110170841217, -0.9449911117553711, -2.0510237216949463, 0.9785537719726562, -0.1166403591632843, 0.409471720457077, -1.269727110862732, -3.0217933654785156, 62.0, -0.3147589862346649, 0.27011701464653015, -0.2963080108165741, -0.4998764097690582, -0.5492371320724487, -0.6055110692977905, -0.5197049975395203], "max": [0.8680046796798706, 2.038649320602417, -0.9974207282066345, -0.09653417021036148, -0.19893263280391693, -0.5522396564483643, 2.581324577331543, 753.0, 0.29413801431655884, 0.40243399143218994, -0.13037699460983276, 0.46866756677627563, 0.9558832049369812, 0.5479487180709839, 0.6955844163894653, 0.008168141357600689, -2.0278632640838623, 2.7443559169769287, 1.4053566455841064, 2.7324702739715576, 1.594114065170288, -0.3171437680721283, 877.0, -0.049619998782873154, 0.44144800305366516, -0.0964210033416748, 0.5602545142173767, 0.972427487373352, 0.7307052612304688, 0.6738520264625549], "mean": [0.5127290487289429, 2.02402663230896, -1.5008463859558105, -0.5302324295043945, -1.0839283466339111, -0.885567843914032, 1.0808597803115845, 466.81719970703125, 0.1649988740682602, 0.36705857515335083, -0.2290530800819397, -0.007882403209805489, 0.4031037390232086, 0.027099892497062683, -0.10641191154718399, -0.41808614134788513, -2.0397109985351562, 1.7577824592590332, 0.557743489742279, 1.8551256656646729, 0.20164144039154053, -2.1901321411132812, 541.42138671875, -0.18959225714206696, 0.33204591274261475, -0.21923300623893738, -0.06931261718273163, 0.3969928026199341, 0.12331590801477432, 0.17106327414512634], "std": [0.14658454060554504, 0.00947386585175991, 0.36410215497016907, 0.33443936705589294, 0.6091700792312622, 0.23275412619113922, 0.5214391350746155, 303.5930480957031, 0.10144101828336716, 0.016347529366612434, 0.033835746347904205, 0.2749233543872833, 0.6315276622772217, 0.3667457103729248, 0.46526917815208435, 0.30617859959602356, 0.004636506550014019, 0.6609646081924438, 0.4028584659099579, 0.7997385859489441, 1.1728129386901855, 1.0445359945297241, 286.9980773925781, 0.07900874316692352, 0.05101081728935242, 0.052004989236593246, 0.39507439732551575, 0.5101060271263123, 0.43639230728149414, 0.43173253536224365], "count": [1291]}, "next.done": {"min": [false], "max": [true], "mean": [0.000774593338497289], "std": [0.027820735857580128], "count": [1291]}, "timestamp": {"min": [0.0], "max": [51.6], "mean": [25.8], "std": [14.907179478358742], "count": [1291]}, "frame_index": {"min": [0], "max": [1290], "mean": [645.0], "std": [372.67948695896854], "count": [1291]}, "episode_index": {"min": [395], "max": [395], "mean": [395.0], "std": [0.0], "count": [1291]}, "index": {"min": [473877], "max": [475167], "mean": [474522.0], "std": [372.67948695896854], "count": [1291]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1291]}}} +{"episode_index": 396, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.46428467798409684]], [[0.4717593144784796]], [[0.46530795100298183]]], "std": [[[0.14067052504201866]], [[0.1364108105194011]], [[0.13917967168999626]]], "count": [217]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668956403798078]], [[0.46726679166290175]], [[0.46313447825366705]]], "std": [[[0.0766116140886615]], [[0.07466712798644598]], [[0.07827764368386049]]], "count": [217]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47545848016626]], [[0.4769076430303304]], [[0.4732661309147315]]], "std": [[[0.08062611035796481]], [[0.07915377188984919]], [[0.0840443321231434]]], "count": [217]}, "states": {"min": [0.4179539978504181, 1.9913684129714966, -2.0049993991851807, -1.0779677629470825, -2.890474796295166, -1.4497926235198975, 0.10267771780490875, 35.0, -0.0357230007648468, 0.2931880056858063, -0.2968530058860779, -0.4998287558555603, -0.6649162173271179, -0.52742999792099, -0.6469965577125549, -1.0080149173736572, -2.055666208267212, 0.8589463829994202, -0.18655826151371002, 0.0832522064447403, 1.0248050689697266, -2.6524643898010254, 53.0, -0.32975900173187256, 0.2697719931602478, -0.2782750129699707, -0.49833944439888, -0.47110486030578613, -0.5725487470626831, -0.5978296399116516], "max": [1.1601203680038452, 2.0464510917663574, 0.26853635907173157, 0.1359611451625824, -0.43643707036972046, -1.0062172412872314, 2.7941675186157227, 887.0, 0.27115899324417114, 0.4494119882583618, -0.0726810023188591, 0.5182875990867615, 0.9963197708129883, 0.5256236791610718, 0.7759037613868713, -0.3185400366783142, -1.7088868618011475, 1.8314961194992065, 1.4590952396392822, 2.8445026874542236, 1.7269508838653564, -0.21563543379306793, 893.0, 0.025596000254154205, 0.43900400400161743, -0.019360000267624855, 0.5353989601135254, 0.9777088165283203, 0.5689727663993835, 0.8712260127067566], "mean": [0.7068038582801819, 2.0309102535247803, -0.7525752186775208, -0.19904005527496338, -1.5219236612319946, -1.17502760887146, 0.8758260607719421, 563.3108520507812, 0.16931787133216858, 0.37875980138778687, -0.21036483347415924, 0.1834263652563095, 0.12177339941263199, 0.14561286568641663, 0.14947929978370667, -0.6391913890838623, -2.027669668197632, 1.2433332204818726, 0.4312223494052887, 1.3158493041992188, 1.350777506828308, -1.2575595378875732, 624.3828735351562, -0.17301160097122192, 0.35385578870773315, -0.18500158190727234, -0.17933045327663422, 0.6377894878387451, 0.2503482401371002, 0.4026012122631073], "std": [0.20878028869628906, 0.007791424170136452, 0.7566685676574707, 0.3975745737552643, 0.7589061856269836, 0.12638509273529053, 0.9375913143157959, 291.9042053222656, 0.09132234007120132, 0.03673020750284195, 0.04616466537117958, 0.31317752599716187, 0.6926029324531555, 0.359639972448349, 0.44817250967025757, 0.2447519302368164, 0.04455237835645676, 0.23714077472686768, 0.43489229679107666, 0.9679967761039734, 0.14944513142108917, 0.8260146975517273, 298.2574157714844, 0.11500096321105957, 0.03723667934536934, 0.05685625597834587, 0.2468494325876236, 0.32995596528053284, 0.28269776701927185, 0.2942442297935486], "count": [1306]}, "actions": {"min": [0.4179539978504181, 1.9913684129714966, -2.0049993991851807, -1.0779677629470825, -2.890474796295166, -1.4497926235198975, 0.10267771780490875, 35.0, -0.0357230007648468, 0.2931880056858063, -0.2968530058860779, -0.4998287558555603, -0.6649162173271179, -0.52742999792099, -0.6469965577125549, -1.0080149173736572, -2.055666208267212, 0.8589463829994202, -0.18655826151371002, 0.0832522064447403, 1.0248050689697266, -2.6524643898010254, 53.0, -0.32975900173187256, 0.2697719931602478, -0.2782750129699707, -0.49833944439888, -0.47110486030578613, -0.5725487470626831, -0.5978296399116516], "max": [1.1601203680038452, 2.0464510917663574, 0.26853635907173157, 0.1359611451625824, -0.43643707036972046, -1.0062172412872314, 2.7941675186157227, 887.0, 0.27115899324417114, 0.4494119882583618, -0.0726810023188591, 0.5182875990867615, 0.9963197708129883, 0.5256236791610718, 0.7759037613868713, -0.3185400366783142, -1.7088868618011475, 1.8314961194992065, 1.4590952396392822, 2.8445026874542236, 1.7269508838653564, -0.21563543379306793, 893.0, 0.025596000254154205, 0.43900400400161743, -0.019360000267624855, 0.5353989601135254, 0.9777088165283203, 0.5689727663993835, 0.8712260127067566], "mean": [0.7068038582801819, 2.0309102535247803, -0.7525752186775208, -0.19904005527496338, -1.5219236612319946, -1.17502760887146, 0.8758260607719421, 563.3108520507812, 0.16931787133216858, 0.37875980138778687, -0.21036483347415924, 0.1834263652563095, 0.12177339941263199, 0.14561286568641663, 0.14947929978370667, -0.6391913890838623, -2.027669668197632, 1.2433332204818726, 0.4312223494052887, 1.3158493041992188, 1.350777506828308, -1.2575595378875732, 624.3828735351562, -0.17301160097122192, 0.35385578870773315, -0.18500158190727234, -0.17933045327663422, 0.6377894878387451, 0.2503482401371002, 0.4026012122631073], "std": [0.20878028869628906, 0.007791424170136452, 0.7566685676574707, 0.3975745737552643, 0.7589061856269836, 0.12638509273529053, 0.9375913143157959, 291.9042053222656, 0.09132234007120132, 0.03673020750284195, 0.04616466537117958, 0.31317752599716187, 0.6926029324531555, 0.359639972448349, 0.44817250967025757, 0.2447519302368164, 0.04455237835645676, 0.23714077472686768, 0.43489229679107666, 0.9679967761039734, 0.14944513142108917, 0.8260146975517273, 298.2574157714844, 0.11500096321105957, 0.03723667934536934, 0.05685625597834587, 0.2468494325876236, 0.32995596528053284, 0.28269776701927185, 0.2942442297935486], "count": [1306]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007656967840735069], "std": [0.02766063073229471], "count": [1306]}, "timestamp": {"min": [0.0], "max": [52.2], "mean": [26.100000000000005], "std": [15.080384610479934], "count": [1306]}, "frame_index": {"min": [0], "max": [1305], "mean": [652.5], "std": [377.0096152619983], "count": [1306]}, "episode_index": {"min": [396], "max": [396], "mean": [396.0], "std": [0.0], "count": [1306]}, "index": {"min": [475168], "max": [476473], "mean": [475820.5], "std": [377.0096152619983], "count": [1306]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1306]}}} +{"episode_index": 397, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4690317086415404]], [[0.4732197846953153]], [[0.4696335344017846]]], "std": [[[0.14384036276042214]], [[0.1434320131150243]], [[0.1443881432496066]]], "count": [167]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7019607843137254]], [[0.6784313725490196]], [[0.6705882352941176]]], "mean": [[[0.4723612468690071]], [[0.47630922713396734]], [[0.47114105734609213]]], "std": [[[0.08341179806091027]], [[0.08080722311901774]], [[0.0869784704087048]]], "count": [167]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727407770243826]], [[0.4739796522151775]], [[0.46958391061015226]]], "std": [[[0.09678699011453845]], [[0.0977376256507706]], [[0.10250544600067471]]], "count": [167]}, "states": {"min": [0.3306177258491516, 2.012312412261963, -2.035629987716675, -1.6378345489501953, 0.6377608180046082, 1.0801842212677002, -2.915276050567627, 21.0, 0.013094999827444553, 0.29469600319862366, -0.25139498710632324, -0.471644788980484, -0.6314315795898438, -0.4032150208950043, -0.644776463508606, -0.7795513868331909, -2.050203561782837, -2.4436702728271484, -1.666161060333252, 0.800757110118866, -1.6353037357330322, 0.9000139832496643, 45.0, -0.23373399674892426, 0.2915729880332947, -0.24543200433254242, -0.44787317514419556, 0.50847327709198, -0.06439315527677536, 0.17862428724765778], "max": [0.7853632569313049, 2.05899977684021, 0.3110002279281616, 0.030665434896945953, 1.6413252353668213, 1.5948469638824463, -0.6395584940910339, 898.0, 0.28631898760795593, 0.3892439901828766, -0.11992599815130234, 0.49312952160835266, 0.9720302820205688, 0.49705761671066284, 0.6321032047271729, -0.11295770853757858, -1.9766027927398682, -1.2485562562942505, -0.06892304867506027, 2.4189391136169434, -1.0311230421066284, 2.8393192291259766, 884.0, -0.007885999977588654, 0.3986549973487854, -0.08557199686765671, 0.13792477548122406, 0.9782693982124329, 0.422060489654541, 0.7588649392127991], "mean": [0.5070458054542542, 2.0272183418273926, -0.9282457232475281, -0.7623029351234436, 1.0983449220657349, 1.2881921529769897, -1.6244966983795166, 589.7160034179688, 0.15031352639198303, 0.3427683413028717, -0.19025737047195435, -0.07917450368404388, 0.7213535308837891, -0.2016666978597641, -0.4176960587501526, -0.49900022149086, -2.0277297496795654, -1.8710768222808838, -0.7661063075065613, 1.681234359741211, -1.3941984176635742, 1.6669905185699463, 595.844482421875, -0.14243677258491516, 0.33619996905326843, -0.17374232411384583, -0.13375701010227203, 0.7668226957321167, 0.19192679226398468, 0.48552629351615906], "std": [0.1254122257232666, 0.007591144181787968, 0.7311750650405884, 0.5000107288360596, 0.31331998109817505, 0.14648780226707458, 0.59645015001297, 320.4341735839844, 0.0703694298863411, 0.02558477781713009, 0.04152606055140495, 0.16203823685646057, 0.333362340927124, 0.19191409647464752, 0.2898688316345215, 0.20931987464427948, 0.01298392005264759, 0.29392459988594055, 0.37951651215553284, 0.6191050410270691, 0.16320423781871796, 0.5839277505874634, 330.14532470703125, 0.0680094063282013, 0.028785808011889458, 0.03816664591431618, 0.17694133520126343, 0.17920953035354614, 0.1253291815519333, 0.20588703453540802], "count": [926]}, "actions": {"min": [0.3306177258491516, 2.012312412261963, -2.035629987716675, -1.6378345489501953, 0.6377608180046082, 1.0801842212677002, -2.915276050567627, 21.0, 0.013094999827444553, 0.29469600319862366, -0.25139498710632324, -0.471644788980484, -0.6314315795898438, -0.4032150208950043, -0.644776463508606, -0.7795513868331909, -2.050203561782837, -2.4436702728271484, -1.666161060333252, 0.800757110118866, -1.6353037357330322, 0.9000139832496643, 45.0, -0.23373399674892426, 0.2915729880332947, -0.24543200433254242, -0.44787317514419556, 0.50847327709198, -0.06439315527677536, 0.17862428724765778], "max": [0.7853632569313049, 2.05899977684021, 0.3110002279281616, 0.030665434896945953, 1.6413252353668213, 1.5948469638824463, -0.6395584940910339, 898.0, 0.28631898760795593, 0.3892439901828766, -0.11992599815130234, 0.49312952160835266, 0.9720302820205688, 0.49705761671066284, 0.6321032047271729, -0.11295770853757858, -1.9766027927398682, -1.2485562562942505, -0.06892304867506027, 2.4189391136169434, -1.0311230421066284, 2.8393192291259766, 884.0, -0.007885999977588654, 0.3986549973487854, -0.08557199686765671, 0.13792477548122406, 0.9782693982124329, 0.422060489654541, 0.7588649392127991], "mean": [0.5070458054542542, 2.0272183418273926, -0.9282457232475281, -0.7623029351234436, 1.0983449220657349, 1.2881921529769897, -1.6244966983795166, 589.7160034179688, 0.15031352639198303, 0.3427683413028717, -0.19025737047195435, -0.07917450368404388, 0.7213535308837891, -0.2016666978597641, -0.4176960587501526, -0.49900022149086, -2.0277297496795654, -1.8710768222808838, -0.7661063075065613, 1.681234359741211, -1.3941984176635742, 1.6669905185699463, 595.844482421875, -0.14243677258491516, 0.33619996905326843, -0.17374232411384583, -0.13375701010227203, 0.7668226957321167, 0.19192679226398468, 0.48552629351615906], "std": [0.1254122257232666, 0.007591144181787968, 0.7311750650405884, 0.5000107288360596, 0.31331998109817505, 0.14648780226707458, 0.59645015001297, 320.4341735839844, 0.0703694298863411, 0.02558477781713009, 0.04152606055140495, 0.16203823685646057, 0.333362340927124, 0.19191409647464752, 0.2898688316345215, 0.20931987464427948, 0.01298392005264759, 0.29392459988594055, 0.37951651215553284, 0.6191050410270691, 0.16320423781871796, 0.5839277505874634, 330.14532470703125, 0.0680094063282013, 0.028785808011889458, 0.03816664591431618, 0.17694133520126343, 0.17920953035354614, 0.1253291815519333, 0.20588703453540802], "count": [926]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010799136069114472], "std": [0.03284429012040076], "count": [926]}, "timestamp": {"min": [0.0], "max": [37.0], "mean": [18.5], "std": [10.692520750505935], "count": [926]}, "frame_index": {"min": [0], "max": [925], "mean": [462.5], "std": [267.31301876264837], "count": [926]}, "episode_index": {"min": [397], "max": [397], "mean": [397.0], "std": [0.0], "count": [926]}, "index": {"min": [476474], "max": [477399], "mean": [476936.5], "std": [267.31301876264837], "count": [926]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [926]}}} +{"episode_index": 398, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47401943023586246]], [[0.4795978665419469]], [[0.474826726342711]]], "std": [[[0.1084005550916379]], [[0.10941247626220496]], [[0.10938018999346082]]], "count": [207]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7058823529411765]], [[0.6470588235294118]], [[0.6431372549019608]]], "mean": [[[0.47280594925168135]], [[0.4771161571311294]], [[0.47196126780019576]]], "std": [[[0.05900044727231162]], [[0.05598261452568824]], [[0.06038850423624191]]], "count": [207]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.48052431936945467]], [[0.48089143261974676]], [[0.4764883154147327]]], "std": [[[0.09847571504299366]], [[0.10045222954735968]], [[0.10472605902674999]]], "count": [207]}, "states": {"min": [0.4657410979270935, 2.009345054626465, -0.7808428406715393, -0.5583308339118958, -2.8950998783111572, -1.6069246530532837, 0.17641788721084595, -6.0, 0.03733700141310692, 0.3202129900455475, -0.273934006690979, -0.4634227752685547, -0.6335169076919556, -0.5568267107009888, -0.6433966159820557, -0.8791747093200684, -2.0429255962371826, 0.0547160729765892, -0.05227261036634445, 1.2531639337539673, -1.3295918703079224, -3.014375925064087, 7.0, -0.35044699907302856, 0.2519110143184662, -0.29880601167678833, -0.49945908784866333, -0.5382764339447021, -0.6979268789291382, -0.5312166213989258], "max": [0.9939825534820557, 2.0479345321655273, 1.1517252922058105, 0.15430456399917603, -1.4126521348953247, -0.6293832063674927, 1.1219500303268433, 894.0, 0.27338701486587524, 0.4023379981517792, -0.16090500354766846, 0.43897879123687744, 0.889449417591095, 0.5687828660011292, 0.6470580697059631, 0.07707373797893524, -2.0088040828704834, 2.857889413833618, 1.452864408493042, 2.6393916606903076, 1.4768977165222168, -0.47392672300338745, 891.0, -0.059502001851797104, 0.4168899953365326, -0.10575299710035324, 0.5900910496711731, 0.9650886654853821, 0.7344642877578735, 0.6405622959136963], "mean": [0.684891402721405, 2.0206007957458496, 0.1981470286846161, -0.003903826931491494, -2.3344600200653076, -1.0347051620483398, 0.641277015209198, 622.287109375, 0.1668001264333725, 0.36954453587532043, -0.24783889949321747, -0.20388957858085632, 0.6495205760002136, -0.2648296058177948, -0.45540207624435425, -0.3778538405895233, -2.036458730697632, 1.3688122034072876, 0.6450227499008179, 1.9279612302780151, 0.3616540729999542, -1.9828828573226929, 580.7838745117188, -0.21508823335170746, 0.3347560167312622, -0.2138221561908722, -0.13877125084400177, 0.4606521427631378, 0.24398405849933624, 0.264403760433197], "std": [0.14193843305110931, 0.0075652096420526505, 0.4507690966129303, 0.15676017105579376, 0.38090893626213074, 0.1807466298341751, 0.1931712031364441, 325.8504638671875, 0.07343447208404541, 0.02030206471681595, 0.019959641620516777, 0.18289858102798462, 0.31105467677116394, 0.2659055292606354, 0.24106673896312714, 0.2807106375694275, 0.004566708113998175, 0.9383765459060669, 0.4554457664489746, 0.45617833733558655, 1.0708889961242676, 0.9395928978919983, 278.4476318359375, 0.08766723424196243, 0.050675179809331894, 0.05127955973148346, 0.35625728964805603, 0.4382798671722412, 0.42687520384788513, 0.37131285667419434], "count": [1226]}, "actions": {"min": [0.4657410979270935, 2.009345054626465, -0.7808428406715393, -0.5583308339118958, -2.8950998783111572, -1.6069246530532837, 0.17641788721084595, -6.0, 0.03733700141310692, 0.3202129900455475, -0.273934006690979, -0.4634227752685547, -0.6335169076919556, -0.5568267107009888, -0.6433966159820557, -0.8791747093200684, -2.0429255962371826, 0.0547160729765892, -0.05227261036634445, 1.2531639337539673, -1.3295918703079224, -3.014375925064087, 7.0, -0.35044699907302856, 0.2519110143184662, -0.29880601167678833, -0.49945908784866333, -0.5382764339447021, -0.6979268789291382, -0.5312166213989258], "max": [0.9939825534820557, 2.0479345321655273, 1.1517252922058105, 0.15430456399917603, -1.4126521348953247, -0.6293832063674927, 1.1219500303268433, 894.0, 0.27338701486587524, 0.4023379981517792, -0.16090500354766846, 0.43897879123687744, 0.889449417591095, 0.5687828660011292, 0.6470580697059631, 0.07707373797893524, -2.0088040828704834, 2.857889413833618, 1.452864408493042, 2.6393916606903076, 1.4768977165222168, -0.47392672300338745, 891.0, -0.059502001851797104, 0.4168899953365326, -0.10575299710035324, 0.5900910496711731, 0.9650886654853821, 0.7344642877578735, 0.6405622959136963], "mean": [0.684891402721405, 2.0206007957458496, 0.1981470286846161, -0.003903826931491494, -2.3344600200653076, -1.0347051620483398, 0.641277015209198, 622.287109375, 0.1668001264333725, 0.36954453587532043, -0.24783889949321747, -0.20388957858085632, 0.6495205760002136, -0.2648296058177948, -0.45540207624435425, -0.3778538405895233, -2.036458730697632, 1.3688122034072876, 0.6450227499008179, 1.9279612302780151, 0.3616540729999542, -1.9828828573226929, 580.7838745117188, -0.21508823335170746, 0.3347560167312622, -0.2138221561908722, -0.13877125084400177, 0.4606521427631378, 0.24398405849933624, 0.264403760433197], "std": [0.14193843305110931, 0.0075652096420526505, 0.4507690966129303, 0.15676017105579376, 0.38090893626213074, 0.1807466298341751, 0.1931712031364441, 325.8504638671875, 0.07343447208404541, 0.02030206471681595, 0.019959641620516777, 0.18289858102798462, 0.31105467677116394, 0.2659055292606354, 0.24106673896312714, 0.2807106375694275, 0.004566708113998175, 0.9383765459060669, 0.4554457664489746, 0.45617833733558655, 1.0708889961242676, 0.9395928978919983, 278.4476318359375, 0.08766723424196243, 0.050675179809331894, 0.05127955973148346, 0.35625728964805603, 0.4382798671722412, 0.42687520384788513, 0.37131285667419434], "count": [1226]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008156606851549756], "std": [0.028548123980424143], "count": [1226]}, "timestamp": {"min": [0.0], "max": [49.0], "mean": [24.5], "std": [14.156623891309678], "count": [1226]}, "frame_index": {"min": [0], "max": [1225], "mean": [612.5], "std": [353.915597282742], "count": [1226]}, "episode_index": {"min": [398], "max": [398], "mean": [398.0], "std": [0.0], "count": [1226]}, "index": {"min": [477400], "max": [478625], "mean": [478012.5], "std": [353.915597282742], "count": [1226]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1226]}}} +{"episode_index": 399, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.46514064215686274]], [[0.46979703676470586]], [[0.46526144526143787]]], "std": [[[0.10596862226727878]], [[0.1091899142537662]], [[0.10906498697187478]]], "count": [250]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.7843137254901961]], [[1.0]], [[1.0]]], "mean": [[[0.47658847630718953]], [[0.47783802859477126]], [[0.4735952295751634]]], "std": [[[0.05915282617445087]], [[0.05963320390996735]], [[0.06104003533546363]]], "count": [250]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763344272875817]], [[0.4749982254901961]], [[0.4686051429738562]]], "std": [[[0.09684523315139806]], [[0.10209987107240297]], [[0.10974258952786206]]], "count": [250]}, "states": {"min": [0.15355408191680908, 1.301579236984253, -2.8797061443328857, -1.7038778066635132, -2.476290464401245, -1.479515552520752, 0.44167301058769226, 3.0, -0.042330000549554825, 0.27356401085853577, -0.27879399061203003, -0.4692864418029785, -0.6368147134780884, -0.502633810043335, -0.6416383385658264, -0.6750234961509705, -2.042052745819092, -0.2949082851409912, -0.2013237476348877, 1.2731653451919556, 1.129245400428772, -1.109139323234558, 401.0, -0.3491869866847992, 0.23517300188541412, -0.29132699966430664, -0.49926522374153137, -0.41846999526023865, -0.5251248478889465, -0.606117308139801], "max": [1.0386803150177002, 2.0309524536132812, -0.21619394421577454, 0.08344420045614243, -0.7359181046485901, 1.1317588090896606, 2.817991256713867, 892.0, 0.4255959987640381, 0.45120298862457275, -0.12924200296401978, 0.5629156827926636, 0.9891570210456848, 0.6386628150939941, 0.6446873545646667, -0.21795670688152313, -1.886281967163086, 0.8989493250846863, 0.6087709069252014, 2.128970146179199, 1.7033542394638062, -0.2811201810836792, 891.0, -0.12772899866104126, 0.3982439935207367, -0.1634249985218048, 0.5731790065765381, 0.8818652033805847, 0.5451483130455017, 0.6548876166343689], "mean": [0.6450168490409851, 1.9688974618911743, -0.860161304473877, -0.37852248549461365, -1.675128698348999, -0.9456325173377991, 1.0628637075424194, 622.4668579101562, 0.1886427402496338, 0.35337936878204346, -0.20936909317970276, 0.12112601846456528, 0.39034971594810486, 0.1460345983505249, -0.09766367822885513, -0.440172016620636, -2.023568630218506, 0.06454050540924072, 0.05395941063761711, 1.5205093622207642, 1.4064254760742188, -0.564654529094696, 674.7454223632812, -0.26738882064819336, 0.3201230466365814, -0.21891801059246063, 0.07491253316402435, 0.18221743404865265, -0.028726838529109955, 0.05341840907931328], "std": [0.21412289142608643, 0.13404129445552826, 0.8068921566009521, 0.5005382895469666, 0.6538810729980469, 0.5559055805206299, 0.7150917053222656, 267.86236572265625, 0.14122384786605835, 0.03177933767437935, 0.03458745777606964, 0.31559497117996216, 0.6060152053833008, 0.34746772050857544, 0.4631454050540924, 0.10286858677864075, 0.02263064868748188, 0.3976552188396454, 0.21417126059532166, 0.24651861190795898, 0.09954117238521576, 0.2148122638463974, 182.92874145507812, 0.06050921231508255, 0.031202584505081177, 0.022398902103304863, 0.43136897683143616, 0.47810468077659607, 0.4504387676715851, 0.583051323890686], "count": [1583]}, "actions": {"min": [0.15355408191680908, 1.301579236984253, -2.8797061443328857, -1.7038778066635132, -2.476290464401245, -1.479515552520752, 0.44167301058769226, 3.0, -0.042330000549554825, 0.27356401085853577, -0.27879399061203003, -0.4692864418029785, -0.6368147134780884, -0.502633810043335, -0.6416383385658264, -0.6750234961509705, -2.042052745819092, -0.2949082851409912, -0.2013237476348877, 1.2731653451919556, 1.129245400428772, -1.109139323234558, 401.0, -0.3491869866847992, 0.23517300188541412, -0.29132699966430664, -0.49926522374153137, -0.41846999526023865, -0.5251248478889465, -0.606117308139801], "max": [1.0386803150177002, 2.0309524536132812, -0.21619394421577454, 0.08344420045614243, -0.7359181046485901, 1.1317588090896606, 2.817991256713867, 892.0, 0.4255959987640381, 0.45120298862457275, -0.12924200296401978, 0.5629156827926636, 0.9891570210456848, 0.6386628150939941, 0.6446873545646667, -0.21795670688152313, -1.886281967163086, 0.8989493250846863, 0.6087709069252014, 2.128970146179199, 1.7033542394638062, -0.2811201810836792, 891.0, -0.12772899866104126, 0.3982439935207367, -0.1634249985218048, 0.5731790065765381, 0.8818652033805847, 0.5451483130455017, 0.6548876166343689], "mean": [0.6450168490409851, 1.9688974618911743, -0.860161304473877, -0.37852248549461365, -1.675128698348999, -0.9456325173377991, 1.0628637075424194, 622.4668579101562, 0.1886427402496338, 0.35337936878204346, -0.20936909317970276, 0.12112601846456528, 0.39034971594810486, 0.1460345983505249, -0.09766367822885513, -0.440172016620636, -2.023568630218506, 0.06454050540924072, 0.05395941063761711, 1.5205093622207642, 1.4064254760742188, -0.564654529094696, 674.7454223632812, -0.26738882064819336, 0.3201230466365814, -0.21891801059246063, 0.07491253316402435, 0.18221743404865265, -0.028726838529109955, 0.05341840907931328], "std": [0.21412289142608643, 0.13404129445552826, 0.8068921566009521, 0.5005382895469666, 0.6538810729980469, 0.5559055805206299, 0.7150917053222656, 267.86236572265625, 0.14122384786605835, 0.03177933767437935, 0.03458745777606964, 0.31559497117996216, 0.6060152053833008, 0.34746772050857544, 0.4631454050540924, 0.10286858677864075, 0.02263064868748188, 0.3976552188396454, 0.21417126059532166, 0.24651861190795898, 0.09954117238521576, 0.2148122638463974, 182.92874145507812, 0.06050921231508255, 0.031202584505081177, 0.022398902103304863, 0.43136897683143616, 0.47810468077659607, 0.4504387676715851, 0.583051323890686], "count": [1583]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006317119393556538], "std": [0.02512594036810024], "count": [1583]}, "timestamp": {"min": [0.0], "max": [63.28], "mean": [31.64], "std": [18.278905875352606], "count": [1583]}, "frame_index": {"min": [0], "max": [1582], "mean": [791.0], "std": [456.9726468838151], "count": [1583]}, "episode_index": {"min": [399], "max": [399], "mean": [399.0], "std": [0.0], "count": [1583]}, "index": {"min": [478626], "max": [480208], "mean": [479417.0], "std": [456.9726468838151], "count": [1583]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1583]}}} +{"episode_index": 400, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.4836609235540094]], [[0.48837317274580083]], [[0.4851089774843629]]], "std": [[[0.11433330272036232]], [[0.1161301024591151]], [[0.11631813652454237]]], "count": [186]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.6784313725490196]], [[0.6784313725490196]]], "mean": [[[0.47729520367734907]], [[0.47834224888432075]], [[0.47197824535280064]]], "std": [[[0.05821292693054748]], [[0.058985620232240465]], [[0.06512628319567923]]], "count": [186]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47099147537599273]], [[0.4725225540709115]], [[0.4679576360338042]]], "std": [[[0.094110207024313]], [[0.09557958372229837]], [[0.09839975668874305]]], "count": [186]}, "states": {"min": [0.35156166553497314, 1.974107027053833, 0.9448339939117432, 0.03663446009159088, -1.0678622722625732, 0.6379352807998657, -2.7112817764282227, -5.0, 0.029201999306678772, 0.2893129885196686, -0.28638800978660583, -0.41545945405960083, -0.6179488897323608, -0.5291066765785217, -0.6417983174324036, -0.6761754751205444, -2.0494704246520996, 1.0015398263931274, -0.0159872155636549, 0.13864895701408386, 0.4363149106502533, -2.0542874336242676, 51.0, -0.32018598914146423, 0.2955150008201599, -0.2853209972381592, -0.49850067496299744, -0.4655386507511139, -0.4555680453777313, -0.5716977119445801], "max": [0.7424456477165222, 2.0461368560791016, 1.8915878534317017, 0.4234692454338074, -0.18250907957553864, 1.3600304126739502, -2.102999448776245, 897.0, 0.30458900332450867, 0.4072139859199524, -0.20149999856948853, 0.4499994218349457, 0.8737703561782837, 0.5523953437805176, 0.6202816367149353, -0.04822344705462456, -1.9352035522460938, 1.634448528289795, 1.3825801610946655, 2.588707447052002, 1.405216932296753, -0.37262779474258423, 908.0, -0.07552099972963333, 0.4111959934234619, -0.1329980045557022, 0.500282883644104, 0.956684410572052, 0.5365970134735107, 0.6657557487487793], "mean": [0.5110494494438171, 2.0198192596435547, 1.5146178007125854, 0.2656794786453247, -0.6659926176071167, 0.9809354543685913, -2.343797206878662, 491.7546691894531, 0.16405506432056427, 0.346971333026886, -0.2534036338329315, -0.12048151344060898, 0.5319868326187134, -0.17413751780986786, -0.36664319038391113, -0.4452240765094757, -2.039339780807495, 1.215215802192688, 0.3860224187374115, 1.063856840133667, 1.2575312852859497, -0.8749610185623169, 544.5496215820312, -0.22101330757141113, 0.33521774411201477, -0.22110696136951447, -0.325400710105896, 0.6486786007881165, 0.3370540738105774, 0.4725112318992615], "std": [0.13008207082748413, 0.014586514793336391, 0.25239211320877075, 0.102751225233078, 0.26281318068504333, 0.13698242604732513, 0.1548628807067871, 234.50491333007812, 0.08053746074438095, 0.024736637249588966, 0.0151151018217206, 0.21511231362819672, 0.4743731915950775, 0.32782140374183655, 0.3986884653568268, 0.12723249197006226, 0.012826046906411648, 0.16434551775455475, 0.5183512568473816, 0.9334166049957275, 0.1418263465166092, 0.616346538066864, 249.7539520263672, 0.07384216040372849, 0.032178062945604324, 0.04110074043273926, 0.152573361992836, 0.2197066694498062, 0.20403292775154114, 0.15256822109222412], "count": [1068]}, "actions": {"min": [0.35156166553497314, 1.974107027053833, 0.9448339939117432, 0.03663446009159088, -1.0678622722625732, 0.6379352807998657, -2.7112817764282227, -5.0, 0.029201999306678772, 0.2893129885196686, -0.28638800978660583, -0.41545945405960083, -0.6179488897323608, -0.5291066765785217, -0.6417983174324036, -0.6761754751205444, -2.0494704246520996, 1.0015398263931274, -0.0159872155636549, 0.13864895701408386, 0.4363149106502533, -2.0542874336242676, 51.0, -0.32018598914146423, 0.2955150008201599, -0.2853209972381592, -0.49850067496299744, -0.4655386507511139, -0.4555680453777313, -0.5716977119445801], "max": [0.7424456477165222, 2.0461368560791016, 1.8915878534317017, 0.4234692454338074, -0.18250907957553864, 1.3600304126739502, -2.102999448776245, 897.0, 0.30458900332450867, 0.4072139859199524, -0.20149999856948853, 0.4499994218349457, 0.8737703561782837, 0.5523953437805176, 0.6202816367149353, -0.04822344705462456, -1.9352035522460938, 1.634448528289795, 1.3825801610946655, 2.588707447052002, 1.405216932296753, -0.37262779474258423, 908.0, -0.07552099972963333, 0.4111959934234619, -0.1329980045557022, 0.500282883644104, 0.956684410572052, 0.5365970134735107, 0.6657557487487793], "mean": [0.5110494494438171, 2.0198192596435547, 1.5146178007125854, 0.2656794786453247, -0.6659926176071167, 0.9809354543685913, -2.343797206878662, 491.7546691894531, 0.16405506432056427, 0.346971333026886, -0.2534036338329315, -0.12048151344060898, 0.5319868326187134, -0.17413751780986786, -0.36664319038391113, -0.4452240765094757, -2.039339780807495, 1.215215802192688, 0.3860224187374115, 1.063856840133667, 1.2575312852859497, -0.8749610185623169, 544.5496215820312, -0.22101330757141113, 0.33521774411201477, -0.22110696136951447, -0.325400710105896, 0.6486786007881165, 0.3370540738105774, 0.4725112318992615], "std": [0.13008207082748413, 0.014586514793336391, 0.25239211320877075, 0.102751225233078, 0.26281318068504333, 0.13698242604732513, 0.1548628807067871, 234.50491333007812, 0.08053746074438095, 0.024736637249588966, 0.0151151018217206, 0.21511231362819672, 0.4743731915950775, 0.32782140374183655, 0.3986884653568268, 0.12723249197006226, 0.012826046906411648, 0.16434551775455475, 0.5183512568473816, 0.9334166049957275, 0.1418263465166092, 0.616346538066864, 249.7539520263672, 0.07384216040372849, 0.032178062945604324, 0.04110074043273926, 0.152573361992836, 0.2197066694498062, 0.20403292775154114, 0.15256822109222412], "count": [1068]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009363295880149813], "std": [0.03058517410311063], "count": [1068]}, "timestamp": {"min": [0.0], "max": [42.68], "mean": [21.34], "std": [12.332196343987823], "count": [1068]}, "frame_index": {"min": [0], "max": [1067], "mean": [533.5], "std": [308.30490859969564], "count": [1068]}, "episode_index": {"min": [400], "max": [400], "mean": [400.0], "std": [0.0], "count": [1068]}, "index": {"min": [480209], "max": [481276], "mean": [480742.5], "std": [308.30490859969564], "count": [1068]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1068]}}} +{"episode_index": 401, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4776005680587152]], [[0.483822237343372]], [[0.4794476638952082]]], "std": [[[0.1291980532104239]], [[0.1293924418974488]], [[0.12962084928329357]]], "count": [181]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47684160031415884]], [[0.48012116780413827]], [[0.4742129317426787]]], "std": [[[0.07984199834543418]], [[0.07732287734776311]], [[0.07979099479539145]]], "count": [181]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.47929024482721266]], [[0.4813070733127505]], [[0.47848546564113675]]], "std": [[[0.10125355727075852]], [[0.1017119599749349]], [[0.10443649995542509]]], "count": [181]}, "states": {"min": [0.4812570810317993, 2.0124521255493164, 0.14177308976650238, -0.18428932130336761, -2.896461248397827, -1.433473825454712, 0.24544565379619598, 21.0, 0.04149499908089638, 0.31922999024391174, -0.27753299474716187, -0.38746264576911926, -0.6257195472717285, -0.446898490190506, -0.6343643665313721, -0.7852760553359985, -2.0566611289978027, -2.2943227291107178, -1.3130286931991577, 0.6686879992485046, -1.3362066745758057, 1.2057781219482422, 59.0, -0.28823399543762207, 0.29898500442504883, -0.263496994972229, -0.3126223385334015, 0.5893123149871826, -0.06731005012989044, 0.3153868317604065], "max": [0.958988606929779, 2.0356125831604004, 0.6868743300437927, 0.20093974471092224, -2.257932424545288, -0.672353208065033, 1.0165843963623047, 890.0, 0.20515500009059906, 0.4168030023574829, -0.20108099281787872, 0.4036337733268738, 0.878942608833313, 0.40178656578063965, 0.6309829950332642, -0.0659385398030281, -1.9695518016815186, -1.8022445440292358, -0.15943583846092224, 2.19506573677063, -0.8663291335105896, 2.4491682052612305, 889.0, -0.09705299884080887, 0.404092013835907, -0.1325789988040924, -0.11884406954050064, 0.9165659546852112, 0.48134979605674744, 0.6350597143173218], "mean": [0.7621611952781677, 2.021348476409912, 0.4234172999858856, -0.007063597906380892, -2.71323823928833, -1.0646147727966309, 0.82902991771698, 504.583984375, 0.13112251460552216, 0.38060659170150757, -0.23520728945732117, -0.14397013187408447, 0.6796309351921082, -0.2662932872772217, -0.49557989835739136, -0.5374787449836731, -2.0293891429901123, -2.004441261291504, -0.4902642071247101, 1.48333740234375, -1.0777628421783447, 2.0411345958709717, 475.65234375, -0.17446337640285492, 0.3748314380645752, -0.21980001032352448, -0.2021888792514801, 0.76005619764328, 0.2734450697898865, 0.49480950832366943], "std": [0.12391552329063416, 0.004979602061212063, 0.16423743963241577, 0.13303391635417938, 0.1536923199892044, 0.1967698335647583, 0.176269069314003, 273.4742126464844, 0.05566464737057686, 0.01930948905646801, 0.018953001126646996, 0.13329538702964783, 0.2935766279697418, 0.18071822822093964, 0.2534732222557068, 0.18007491528987885, 0.012228896841406822, 0.11532143503427505, 0.2993062734603882, 0.48731181025505066, 0.09197818487882614, 0.3015610873699188, 288.78497314453125, 0.050460461527109146, 0.02404848113656044, 0.024097595363855362, 0.054107461124658585, 0.11108573526144028, 0.19288578629493713, 0.09670771658420563], "count": [1024]}, "actions": {"min": [0.4812570810317993, 2.0124521255493164, 0.14177308976650238, -0.18428932130336761, -2.896461248397827, -1.433473825454712, 0.24544565379619598, 21.0, 0.04149499908089638, 0.31922999024391174, -0.27753299474716187, -0.38746264576911926, -0.6257195472717285, -0.446898490190506, -0.6343643665313721, -0.7852760553359985, -2.0566611289978027, -2.2943227291107178, -1.3130286931991577, 0.6686879992485046, -1.3362066745758057, 1.2057781219482422, 59.0, -0.28823399543762207, 0.29898500442504883, -0.263496994972229, -0.3126223385334015, 0.5893123149871826, -0.06731005012989044, 0.3153868317604065], "max": [0.958988606929779, 2.0356125831604004, 0.6868743300437927, 0.20093974471092224, -2.257932424545288, -0.672353208065033, 1.0165843963623047, 890.0, 0.20515500009059906, 0.4168030023574829, -0.20108099281787872, 0.4036337733268738, 0.878942608833313, 0.40178656578063965, 0.6309829950332642, -0.0659385398030281, -1.9695518016815186, -1.8022445440292358, -0.15943583846092224, 2.19506573677063, -0.8663291335105896, 2.4491682052612305, 889.0, -0.09705299884080887, 0.404092013835907, -0.1325789988040924, -0.11884406954050064, 0.9165659546852112, 0.48134979605674744, 0.6350597143173218], "mean": [0.7621611952781677, 2.021348476409912, 0.4234172999858856, -0.007063597906380892, -2.71323823928833, -1.0646147727966309, 0.82902991771698, 504.583984375, 0.13112251460552216, 0.38060659170150757, -0.23520728945732117, -0.14397013187408447, 0.6796309351921082, -0.2662932872772217, -0.49557989835739136, -0.5374787449836731, -2.0293891429901123, -2.004441261291504, -0.4902642071247101, 1.48333740234375, -1.0777628421783447, 2.0411345958709717, 475.65234375, -0.17446337640285492, 0.3748314380645752, -0.21980001032352448, -0.2021888792514801, 0.76005619764328, 0.2734450697898865, 0.49480950832366943], "std": [0.12391552329063416, 0.004979602061212063, 0.16423743963241577, 0.13303391635417938, 0.1536923199892044, 0.1967698335647583, 0.176269069314003, 273.4742126464844, 0.05566464737057686, 0.01930948905646801, 0.018953001126646996, 0.13329538702964783, 0.2935766279697418, 0.18071822822093964, 0.2534732222557068, 0.18007491528987885, 0.012228896841406822, 0.11532143503427505, 0.2993062734603882, 0.48731181025505066, 0.09197818487882614, 0.3015610873699188, 288.78497314453125, 0.050460461527109146, 0.02404848113656044, 0.024097595363855362, 0.054107461124658585, 0.11108573526144028, 0.19288578629493713, 0.09670771658420563], "count": [1024]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009765625], "std": [0.031234737483827102], "count": [1024]}, "timestamp": {"min": [0.0], "max": [40.92], "mean": [20.459999999999997], "std": [11.82412787481597], "count": [1024]}, "frame_index": {"min": [0], "max": [1023], "mean": [511.5], "std": [295.60319687039924], "count": [1024]}, "episode_index": {"min": [401], "max": [401], "mean": [401.0], "std": [0.0], "count": [1024]}, "index": {"min": [481277], "max": [482300], "mean": [481788.5], "std": [295.60319687039924], "count": [1024]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1024]}}} +{"episode_index": 402, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[1.0]]], "mean": [[[0.4724020780380053]], [[0.4766580967456427]], [[0.4729533443778746]]], "std": [[[0.11563948494847964]], [[0.11465344226235535]], [[0.11509945164576477]]], "count": [216]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.4746230813891915]], [[0.4790691182144154]], [[0.4732577387436456]]], "std": [[[0.07331591409104456]], [[0.07331153885564752]], [[0.0771605537318447]]], "count": [216]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.47447153855755264]], [[0.47410085519547324]], [[0.4690654568733358]]], "std": [[[0.08343454435501375]], [[0.08546672846354295]], [[0.09179675124003223]]], "count": [216]}, "states": {"min": [0.390604704618454, 1.9270879030227661, -1.9757301807403564, -1.0633593797683716, -2.1537015438079834, -1.1650421619415283, 0.29251718521118164, -4.0, 0.005764000117778778, 0.3554610013961792, -0.26576700806617737, -0.49275392293930054, -0.6418697834014893, -0.46153223514556885, -0.6440955996513367, -0.7530049085617065, -2.0679359436035156, -2.084760904312134, -0.7916289567947388, -0.21635101735591888, -1.4414499998092651, 1.8804876804351807, 47.0, -0.3336319923400879, 0.2624320089817047, -0.30111101269721985, -0.47996771335601807, 0.306826114654541, -0.05069774016737938, 0.4139595925807953], "max": [0.8348608016967773, 2.040289878845215, -1.0898534059524536, -0.11339405179023743, -0.10288716107606888, -0.5413487553596497, 1.7019927501678467, 882.0, 0.28271299600601196, 0.44183599948883057, -0.16089700162410736, 0.5229899883270264, 0.9288370609283447, 0.4910835325717926, 0.6566503047943115, -0.2546260952949524, -1.7845120429992676, -1.4280632734298706, -0.014206980355083942, 1.9789067506790161, -1.0117499828338623, 2.7464675903320312, 895.0, -0.10405699908733368, 0.3855229914188385, -0.15082499384880066, -0.0645865723490715, 0.9015859365463257, 0.5914416313171387, 0.6586479544639587], "mean": [0.5947783589363098, 2.019205331802368, -1.517661452293396, -0.5380969047546387, -1.2576254606246948, -0.8799609541893005, 1.251968264579773, 543.0890502929688, 0.1341637223958969, 0.38700631260871887, -0.21574534475803375, 0.021266596391797066, 0.4043402075767517, 0.00488347839564085, -0.08167798817157745, -0.428220272064209, -2.0277047157287598, -1.8747965097427368, -0.13883517682552338, 0.5637370944023132, -1.2585893869400024, 2.509831190109253, 477.75286865234375, -0.24333439767360687, 0.32149749994277954, -0.23875707387924194, -0.35072457790374756, 0.550354540348053, 0.39280781149864197, 0.5594319105148315], "std": [0.12675881385803223, 0.015635177493095398, 0.29561370611190796, 0.17848967015743256, 0.5434348583221436, 0.14444555342197418, 0.38047271966934204, 258.9862976074219, 0.08639834076166153, 0.01817922480404377, 0.02629281021654606, 0.2344772070646286, 0.667594850063324, 0.31288865208625793, 0.48041558265686035, 0.14086484909057617, 0.04042549431324005, 0.23605111241340637, 0.19282017648220062, 0.6658225059509277, 0.10813308507204056, 0.19768482446670532, 211.8352813720703, 0.0747775286436081, 0.03155510127544403, 0.032483093440532684, 0.11877433955669403, 0.21247398853302002, 0.2093079537153244, 0.061475202441215515], "count": [1303]}, "actions": {"min": [0.390604704618454, 1.9270879030227661, -1.9757301807403564, -1.0633593797683716, -2.1537015438079834, -1.1650421619415283, 0.29251718521118164, -4.0, 0.005764000117778778, 0.3554610013961792, -0.26576700806617737, -0.49275392293930054, -0.6418697834014893, -0.46153223514556885, -0.6440955996513367, -0.7530049085617065, -2.0679359436035156, -2.084760904312134, -0.7916289567947388, -0.21635101735591888, -1.4414499998092651, 1.8804876804351807, 47.0, -0.3336319923400879, 0.2624320089817047, -0.30111101269721985, -0.47996771335601807, 0.306826114654541, -0.05069774016737938, 0.4139595925807953], "max": [0.8348608016967773, 2.040289878845215, -1.0898534059524536, -0.11339405179023743, -0.10288716107606888, -0.5413487553596497, 1.7019927501678467, 882.0, 0.28271299600601196, 0.44183599948883057, -0.16089700162410736, 0.5229899883270264, 0.9288370609283447, 0.4910835325717926, 0.6566503047943115, -0.2546260952949524, -1.7845120429992676, -1.4280632734298706, -0.014206980355083942, 1.9789067506790161, -1.0117499828338623, 2.7464675903320312, 895.0, -0.10405699908733368, 0.3855229914188385, -0.15082499384880066, -0.0645865723490715, 0.9015859365463257, 0.5914416313171387, 0.6586479544639587], "mean": [0.5947783589363098, 2.019205331802368, -1.517661452293396, -0.5380969047546387, -1.2576254606246948, -0.8799609541893005, 1.251968264579773, 543.0890502929688, 0.1341637223958969, 0.38700631260871887, -0.21574534475803375, 0.021266596391797066, 0.4043402075767517, 0.00488347839564085, -0.08167798817157745, -0.428220272064209, -2.0277047157287598, -1.8747965097427368, -0.13883517682552338, 0.5637370944023132, -1.2585893869400024, 2.509831190109253, 477.75286865234375, -0.24333439767360687, 0.32149749994277954, -0.23875707387924194, -0.35072457790374756, 0.550354540348053, 0.39280781149864197, 0.5594319105148315], "std": [0.12675881385803223, 0.015635177493095398, 0.29561370611190796, 0.17848967015743256, 0.5434348583221436, 0.14444555342197418, 0.38047271966934204, 258.9862976074219, 0.08639834076166153, 0.01817922480404377, 0.02629281021654606, 0.2344772070646286, 0.667594850063324, 0.31288865208625793, 0.48041558265686035, 0.14086484909057617, 0.04042549431324005, 0.23605111241340637, 0.19282017648220062, 0.6658225059509277, 0.10813308507204056, 0.19768482446670532, 211.8352813720703, 0.0747775286436081, 0.03155510127544403, 0.032483093440532684, 0.11877433955669403, 0.21247398853302002, 0.2093079537153244, 0.061475202441215515], "count": [1303]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007674597083653108], "std": [0.027692430625738625], "count": [1303]}, "timestamp": {"min": [0.0], "max": [52.08], "mean": [26.040000000000003], "std": [15.045743584150303], "count": [1303]}, "frame_index": {"min": [0], "max": [1302], "mean": [651.0], "std": [376.14358960375756], "count": [1303]}, "episode_index": {"min": [402], "max": [402], "mean": [402.0], "std": [0.0], "count": [1303]}, "index": {"min": [482301], "max": [483603], "mean": [482952.0], "std": [376.14358960375756], "count": [1303]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1303]}}} +{"episode_index": 403, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748905748497316]], [[0.47848210273692815]], [[0.47550023980946543]]], "std": [[[0.12336914805334914]], [[0.12533168586424331]], [[0.12582253596558843]]], "count": [224]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4687665787669234]], [[0.47193281870039683]], [[0.4662690571020075]]], "std": [[[0.10345476579262138]], [[0.10185233346473152]], [[0.10585530004608089]]], "count": [224]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4717915171276844]], [[0.47464366775355976]], [[0.4701996400122549]]], "std": [[[0.07063659683141364]], [[0.0698789960958555]], [[0.07432053184509857]]], "count": [224]}, "states": {"min": [0.2477320283651352, 2.021545171737671, -1.9588180780410767, -1.6775580644607544, 0.35988694429397583, 0.7284829616546631, -2.9018545150756836, 54.0, 0.0012519999872893095, 0.29132500290870667, -0.28380000591278076, -0.45107051730155945, -0.6523637771606445, -0.5963233113288879, -0.659932553768158, -0.7615395188331604, -2.049051523208618, 0.7561813592910767, 0.00898844562470913, -2.713131904602051, -1.7662557363510132, 2.0184733867645264, 301.0, -0.318899005651474, 0.2292719930410385, -0.29024600982666016, -0.498820036649704, -0.5848171710968018, -0.4572525918483734, -0.6240179538726807], "max": [0.7743851542472839, 2.049854278564453, -0.9494067430496216, -0.009075711481273174, 2.8715553283691406, 1.3426295518875122, 0.2010444849729538, 876.0, 0.28167200088500977, 0.4315199851989746, -0.10559999942779541, 0.44647344946861267, 0.9800137877464294, 0.5374633073806763, 0.6623464226722717, -0.1373574137687683, -1.9712098836898804, 0.994279146194458, 0.7089003920555115, -1.2538095712661743, -1.1409915685653687, 2.842513084411621, 816.0, -0.09152700006961823, 0.360942006111145, -0.1683170050382614, 0.580491840839386, 0.8587660789489746, 0.3734882175922394, 0.6705949306488037], "mean": [0.4909854531288147, 2.029709577560425, -1.4510719776153564, -0.7603437900543213, 1.6630183458328247, 1.007094144821167, -1.6647824048995972, 589.2893676757812, 0.14537537097930908, 0.36133337020874023, -0.19851408898830414, -0.14355161786079407, 0.6130929589271545, -0.2084207534790039, -0.3108360171318054, -0.3890325725078583, -2.0301754474639893, 0.8913675546646118, 0.2531439960002899, -1.7683058977127075, -1.4479624032974243, 2.549771785736084, 623.8131713867188, -0.20706793665885925, 0.2891283631324768, -0.23188717663288116, -0.06989310681819916, 0.483561635017395, 0.08276384323835373, 0.33886826038360596], "std": [0.12007173895835876, 0.00562031427398324, 0.36101311445236206, 0.5902293920516968, 0.8129965662956238, 0.18544995784759521, 1.0336415767669678, 218.0457305908203, 0.08879502862691879, 0.03890715539455414, 0.050626710057258606, 0.245614156126976, 0.43635258078575134, 0.3240273594856262, 0.3282201290130615, 0.20441284775733948, 0.019755126908421516, 0.0557844415307045, 0.1569293886423111, 0.44789937138557434, 0.13795971870422363, 0.28568708896636963, 205.18295288085938, 0.07131650298833847, 0.03165959566831589, 0.028732961043715477, 0.33714932203292847, 0.5148918032646179, 0.21981549263000488, 0.46097642183303833], "count": [1365]}, "actions": {"min": [0.2477320283651352, 2.021545171737671, -1.9588180780410767, -1.6775580644607544, 0.35988694429397583, 0.7284829616546631, -2.9018545150756836, 54.0, 0.0012519999872893095, 0.29132500290870667, -0.28380000591278076, -0.45107051730155945, -0.6523637771606445, -0.5963233113288879, -0.659932553768158, -0.7615395188331604, -2.049051523208618, 0.7561813592910767, 0.00898844562470913, -2.713131904602051, -1.7662557363510132, 2.0184733867645264, 301.0, -0.318899005651474, 0.2292719930410385, -0.29024600982666016, -0.498820036649704, -0.5848171710968018, -0.4572525918483734, -0.6240179538726807], "max": [0.7743851542472839, 2.049854278564453, -0.9494067430496216, -0.009075711481273174, 2.8715553283691406, 1.3426295518875122, 0.2010444849729538, 876.0, 0.28167200088500977, 0.4315199851989746, -0.10559999942779541, 0.44647344946861267, 0.9800137877464294, 0.5374633073806763, 0.6623464226722717, -0.1373574137687683, -1.9712098836898804, 0.994279146194458, 0.7089003920555115, -1.2538095712661743, -1.1409915685653687, 2.842513084411621, 816.0, -0.09152700006961823, 0.360942006111145, -0.1683170050382614, 0.580491840839386, 0.8587660789489746, 0.3734882175922394, 0.6705949306488037], "mean": [0.4909854531288147, 2.029709577560425, -1.4510719776153564, -0.7603437900543213, 1.6630183458328247, 1.007094144821167, -1.6647824048995972, 589.2893676757812, 0.14537537097930908, 0.36133337020874023, -0.19851408898830414, -0.14355161786079407, 0.6130929589271545, -0.2084207534790039, -0.3108360171318054, -0.3890325725078583, -2.0301754474639893, 0.8913675546646118, 0.2531439960002899, -1.7683058977127075, -1.4479624032974243, 2.549771785736084, 623.8131713867188, -0.20706793665885925, 0.2891283631324768, -0.23188717663288116, -0.06989310681819916, 0.483561635017395, 0.08276384323835373, 0.33886826038360596], "std": [0.12007173895835876, 0.00562031427398324, 0.36101311445236206, 0.5902293920516968, 0.8129965662956238, 0.18544995784759521, 1.0336415767669678, 218.0457305908203, 0.08879502862691879, 0.03890715539455414, 0.050626710057258606, 0.245614156126976, 0.43635258078575134, 0.3240273594856262, 0.3282201290130615, 0.20441284775733948, 0.019755126908421516, 0.0557844415307045, 0.1569293886423111, 0.44789937138557434, 0.13795971870422363, 0.28568708896636963, 205.18295288085938, 0.07131650298833847, 0.03165959566831589, 0.028732961043715477, 0.33714932203292847, 0.5148918032646179, 0.21981549263000488, 0.46097642183303833], "count": [1365]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007326007326007326], "std": [0.027056681776731702], "count": [1365]}, "timestamp": {"min": [0.0], "max": [54.56], "mean": [27.280000000000005], "std": [15.761658119203913], "count": [1365]}, "frame_index": {"min": [0], "max": [1364], "mean": [682.0], "std": [394.04145298009786], "count": [1365]}, "episode_index": {"min": [403], "max": [403], "mean": [403.0], "std": [0.0], "count": [1365]}, "index": {"min": [483604], "max": [484968], "mean": [484286.0], "std": [394.04145298009786], "count": [1365]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1365]}}} +{"episode_index": 404, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4655283601616322]], [[0.47197953468174053]], [[0.46725452106518284]]], "std": [[[0.14436268154092835]], [[0.1405494064790013]], [[0.1429776846102091]]], "count": [222]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727353741609256]], [[0.47268633431225343]], [[0.4681632376862156]]], "std": [[[0.09365915303468003]], [[0.09241296485375061]], [[0.09622200494090048]]], "count": [222]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8431372549019608]], [[1.0]], [[0.8]]], "mean": [[[0.47247752347936167]], [[0.47343128514543953]], [[0.4690363442486604]]], "std": [[[0.07429964314249107]], [[0.07176697685004381]], [[0.07611868963603564]]], "count": [222]}, "states": {"min": [0.4408876299858093, 2.015610933303833, -1.930194616317749, -1.398881435394287, -2.6309616565704346, -1.6107121706008911, 0.3762231469154358, -5.0, -0.01916399970650673, 0.2941359877586365, -0.2823239862918854, -0.4378465414047241, -0.6297892332077026, -0.5246456265449524, -0.6400821208953857, -1.0523463487625122, -2.054584264755249, 0.613361120223999, -0.1304459124803543, 0.09403833746910095, 1.0737265348434448, -2.397576332092285, 51.0, -0.33517199754714966, 0.2875179946422577, -0.27880600094795227, -0.4493204653263092, 0.21561406552791595, -0.15586121380329132, 0.10309750586748123], "max": [1.0526604652404785, 2.0402026176452637, -0.007557275705039501, 0.04455825313925743, -0.8988794684410095, -0.9156870245933533, 2.8179564476013184, 892.0, 0.25552600622177124, 0.4453909993171692, -0.11353600025177002, 0.443779319524765, 0.9954320788383484, 0.49968039989471436, 0.704402506351471, -0.37112680077552795, -1.940928339958191, 1.6167683601379395, 1.1615689992904663, 2.793102741241455, 1.9037178754806519, -0.4893380105495453, 880.0, -0.011374000459909439, 0.4237149953842163, -0.0871720016002655, 0.09053914994001389, 0.9619482159614563, 0.6744699478149414, 0.7766134738922119], "mean": [0.6308121085166931, 2.028661012649536, -0.7670040130615234, -0.17447932064533234, -1.374809741973877, -1.1770622730255127, 0.7937800288200378, 687.0430297851562, 0.1858021467924118, 0.3724234998226166, -0.2219196856021881, 0.0012435360113158822, 0.23770880699157715, -0.05475110188126564, -0.027105405926704407, -0.6890982985496521, -2.0361530780792236, 1.0545051097869873, 0.4691489636898041, 1.5956624746322632, 1.3100864887237549, -1.2990474700927734, 593.565673828125, -0.16736692190170288, 0.3673248291015625, -0.19127412140369415, -0.16835029423236847, 0.71324223279953, 0.277889221906662, 0.43144506216049194], "std": [0.1323678195476532, 0.004159331321716309, 0.4156634211540222, 0.38974201679229736, 0.5421855449676514, 0.18391932547092438, 0.7994894981384277, 286.8824768066406, 0.06330978870391846, 0.029672708362340927, 0.03778097778558731, 0.3430555462837219, 0.6361088156700134, 0.3891783356666565, 0.5157324075698853, 0.20874710381031036, 0.015721634030342102, 0.32231074571609497, 0.4204242527484894, 0.8682308793067932, 0.1877271980047226, 0.5980625748634338, 278.67620849609375, 0.10157623887062073, 0.032324548810720444, 0.05329769849777222, 0.1678154617547989, 0.265644371509552, 0.2690235674381256, 0.16873995959758759], "count": [1347]}, "actions": {"min": [0.4408876299858093, 2.015610933303833, -1.930194616317749, -1.398881435394287, -2.6309616565704346, -1.6107121706008911, 0.3762231469154358, -5.0, -0.01916399970650673, 0.2941359877586365, -0.2823239862918854, -0.4378465414047241, -0.6297892332077026, -0.5246456265449524, -0.6400821208953857, -1.0523463487625122, -2.054584264755249, 0.613361120223999, -0.1304459124803543, 0.09403833746910095, 1.0737265348434448, -2.397576332092285, 51.0, -0.33517199754714966, 0.2875179946422577, -0.27880600094795227, -0.4493204653263092, 0.21561406552791595, -0.15586121380329132, 0.10309750586748123], "max": [1.0526604652404785, 2.0402026176452637, -0.007557275705039501, 0.04455825313925743, -0.8988794684410095, -0.9156870245933533, 2.8179564476013184, 892.0, 0.25552600622177124, 0.4453909993171692, -0.11353600025177002, 0.443779319524765, 0.9954320788383484, 0.49968039989471436, 0.704402506351471, -0.37112680077552795, -1.940928339958191, 1.6167683601379395, 1.1615689992904663, 2.793102741241455, 1.9037178754806519, -0.4893380105495453, 880.0, -0.011374000459909439, 0.4237149953842163, -0.0871720016002655, 0.09053914994001389, 0.9619482159614563, 0.6744699478149414, 0.7766134738922119], "mean": [0.6308121085166931, 2.028661012649536, -0.7670040130615234, -0.17447932064533234, -1.374809741973877, -1.1770622730255127, 0.7937800288200378, 687.0430297851562, 0.1858021467924118, 0.3724234998226166, -0.2219196856021881, 0.0012435360113158822, 0.23770880699157715, -0.05475110188126564, -0.027105405926704407, -0.6890982985496521, -2.0361530780792236, 1.0545051097869873, 0.4691489636898041, 1.5956624746322632, 1.3100864887237549, -1.2990474700927734, 593.565673828125, -0.16736692190170288, 0.3673248291015625, -0.19127412140369415, -0.16835029423236847, 0.71324223279953, 0.277889221906662, 0.43144506216049194], "std": [0.1323678195476532, 0.004159331321716309, 0.4156634211540222, 0.38974201679229736, 0.5421855449676514, 0.18391932547092438, 0.7994894981384277, 286.8824768066406, 0.06330978870391846, 0.029672708362340927, 0.03778097778558731, 0.3430555462837219, 0.6361088156700134, 0.3891783356666565, 0.5157324075698853, 0.20874710381031036, 0.015721634030342102, 0.32231074571609497, 0.4204242527484894, 0.8682308793067932, 0.1877271980047226, 0.5980625748634338, 278.67620849609375, 0.10157623887062073, 0.032324548810720444, 0.05329769849777222, 0.1678154617547989, 0.265644371509552, 0.2690235674381256, 0.16873995959758759], "count": [1347]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007423904974016332], "std": [0.027236728029464204], "count": [1347]}, "timestamp": {"min": [0.0], "max": [53.84], "mean": [26.919999999999998], "std": [15.553811965774393], "count": [1347]}, "frame_index": {"min": [0], "max": [1346], "mean": [673.0], "std": [388.8452991443598], "count": [1347]}, "episode_index": {"min": [404], "max": [404], "mean": [404.0], "std": [0.0], "count": [1347]}, "index": {"min": [484969], "max": [486315], "mean": [485642.0], "std": [388.8452991443598], "count": [1347]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1347]}}} +{"episode_index": 405, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.4615286319073084]], [[0.46797237592427543]], [[0.4609971271126296]]], "std": [[[0.13838945609121786]], [[0.1342925096201004]], [[0.13663526675107573]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.46855527497194166]], [[0.46916791588268303]], [[0.46412140811711894]]], "std": [[[0.08428146612316018]], [[0.08300856579854783]], [[0.08746067247722639]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47023147632369444]], [[0.47191893918762795]], [[0.4688595802799234]]], "std": [[[0.08221645521040775]], [[0.08028976014093973]], [[0.08429256045571902]]], "count": [198]}, "states": {"min": [0.41434118151664734, 2.0137784481048584, -1.947455883026123, -1.4390588998794556, -2.6687655448913574, -1.5721226930618286, 0.07047639787197113, 1.0, -0.01056700013577938, 0.283612996339798, -0.2974019944667816, -0.3883128762245178, -0.5624509453773499, -0.5670489072799683, -0.5928841233253479, -1.0888586044311523, -2.0496273040771484, 0.8466243147850037, 0.15481069684028625, 0.3266558349132538, 0.7135604023933411, -2.7083497047424316, 15.0, -0.34713101387023926, 0.27216601371765137, -0.2651340067386627, -0.4841066598892212, 0.3835228681564331, -0.016061438247561455, 0.08334743231534958], "max": [1.0607588291168213, 2.046468496322632, 0.3237585723400116, 0.11170107871294022, -0.6507983803749084, -0.25302040576934814, 2.6633899211883545, 882.0, 0.3032670021057129, 0.4525449872016907, -0.0976639986038208, 0.5393919944763184, 0.9888709783554077, 0.662900984287262, 0.604241669178009, -0.17126916348934174, -1.8286687135696411, 1.8514279127120972, 1.4601774215698242, 2.7394165992736816, 1.7037904262542725, -0.44118431210517883, 878.0, 0.012768000364303589, 0.46240299940109253, -0.044036999344825745, 0.05841827020049095, 0.9843615889549255, 0.6222540736198425, 0.6990635991096497], "mean": [0.64447420835495, 2.0318338871002197, -0.7601025104522705, -0.28051504492759705, -1.441663146018982, -1.0422407388687134, 1.0270473957061768, 568.642578125, 0.20021860301494598, 0.37794893980026245, -0.22140733897686005, 0.15327522158622742, 0.20087510347366333, 0.17718523740768433, 0.0829906314611435, -0.6258933544158936, -2.0128655433654785, 1.2660099267959595, 0.5097096562385559, 1.4345349073410034, 1.1999034881591797, -1.389624834060669, 522.9844970703125, -0.17149487137794495, 0.3685591220855713, -0.19133760035037994, -0.19596850872039795, 0.7129775881767273, 0.3235650658607483, 0.4404660761356354], "std": [0.17192964255809784, 0.007013999857008457, 0.748280942440033, 0.4273758828639984, 0.669325590133667, 0.20989610254764557, 0.8735859990119934, 333.320556640625, 0.0984918549656868, 0.04687630012631416, 0.04586994647979736, 0.29985663294792175, 0.6308737993240356, 0.44944876432418823, 0.4560199975967407, 0.257755309343338, 0.04347377270460129, 0.23787519335746765, 0.367264986038208, 0.8538497090339661, 0.1787838637828827, 0.7344213724136353, 307.2010803222656, 0.10697974264621735, 0.04372750595211983, 0.05338907986879349, 0.17136996984481812, 0.2249472439289093, 0.19899283349514008, 0.1870463788509369], "count": [1161]}, "actions": {"min": [0.41434118151664734, 2.0137784481048584, -1.947455883026123, -1.4390588998794556, -2.6687655448913574, -1.5721226930618286, 0.07047639787197113, 1.0, -0.01056700013577938, 0.283612996339798, -0.2974019944667816, -0.3883128762245178, -0.5624509453773499, -0.5670489072799683, -0.5928841233253479, -1.0888586044311523, -2.0496273040771484, 0.8466243147850037, 0.15481069684028625, 0.3266558349132538, 0.7135604023933411, -2.7083497047424316, 15.0, -0.34713101387023926, 0.27216601371765137, -0.2651340067386627, -0.4841066598892212, 0.3835228681564331, -0.016061438247561455, 0.08334743231534958], "max": [1.0607588291168213, 2.046468496322632, 0.3237585723400116, 0.11170107871294022, -0.6507983803749084, -0.25302040576934814, 2.6633899211883545, 882.0, 0.3032670021057129, 0.4525449872016907, -0.0976639986038208, 0.5393919944763184, 0.9888709783554077, 0.662900984287262, 0.604241669178009, -0.17126916348934174, -1.8286687135696411, 1.8514279127120972, 1.4601774215698242, 2.7394165992736816, 1.7037904262542725, -0.44118431210517883, 878.0, 0.012768000364303589, 0.46240299940109253, -0.044036999344825745, 0.05841827020049095, 0.9843615889549255, 0.6222540736198425, 0.6990635991096497], "mean": [0.64447420835495, 2.0318338871002197, -0.7601025104522705, -0.28051504492759705, -1.441663146018982, -1.0422407388687134, 1.0270473957061768, 568.642578125, 0.20021860301494598, 0.37794893980026245, -0.22140733897686005, 0.15327522158622742, 0.20087510347366333, 0.17718523740768433, 0.0829906314611435, -0.6258933544158936, -2.0128655433654785, 1.2660099267959595, 0.5097096562385559, 1.4345349073410034, 1.1999034881591797, -1.389624834060669, 522.9844970703125, -0.17149487137794495, 0.3685591220855713, -0.19133760035037994, -0.19596850872039795, 0.7129775881767273, 0.3235650658607483, 0.4404660761356354], "std": [0.17192964255809784, 0.007013999857008457, 0.748280942440033, 0.4273758828639984, 0.669325590133667, 0.20989610254764557, 0.8735859990119934, 333.320556640625, 0.0984918549656868, 0.04687630012631416, 0.04586994647979736, 0.29985663294792175, 0.6308737993240356, 0.44944876432418823, 0.4560199975967407, 0.257755309343338, 0.04347377270460129, 0.23787519335746765, 0.367264986038208, 0.8538497090339661, 0.1787838637828827, 0.7344213724136353, 307.2010803222656, 0.10697974264621735, 0.04372750595211983, 0.05338907986879349, 0.17136996984481812, 0.2249472439289093, 0.19899283349514008, 0.1870463788509369], "count": [1161]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008613264427217916], "std": [0.02933572156059673], "count": [1161]}, "timestamp": {"min": [0.0], "max": [46.4], "mean": [23.199999999999996], "std": [13.406068277711652], "count": [1161]}, "frame_index": {"min": [0], "max": [1160], "mean": [580.0], "std": [335.1517069427913], "count": [1161]}, "episode_index": {"min": [405], "max": [405], "mean": [405.0], "std": [0.0], "count": [1161]}, "index": {"min": [486316], "max": [487476], "mean": [486896.0], "std": [335.1517069427913], "count": [1161]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1161]}}} +{"episode_index": 406, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4708858309576786]], [[0.4766314475849442]], [[0.4726089215975988]]], "std": [[[0.1327359908588353]], [[0.13151069002847207]], [[0.1319229376830381]]], "count": [282]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4740758101851852]], [[0.4769182782007602]], [[0.4727858187896908]]], "std": [[[0.0984832738267054]], [[0.09650137011227332]], [[0.09787705775473828]]], "count": [282]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4794331245944004]], [[0.4802168835175914]], [[0.47557200189472953]]], "std": [[[0.09298350536676413]], [[0.0941332212790252]], [[0.0971730157402112]]], "count": [282]}, "states": {"min": [0.5732883214950562, 1.8713072538375854, -1.8952529430389404, -0.7931299805641174, -2.46063494682312, -1.1473795175552368, 0.3614751696586609, 24.0, 0.02328599989414215, 0.37523698806762695, -0.25059598684310913, -0.4173837900161743, -0.5732517242431641, -0.4932940900325775, -0.6710869669914246, -1.180662989616394, -2.042628765106201, 2.5551795959472656, -1.0491174459457397, -1.1367154121398926, 1.0813536643981934, -1.6693899631500244, 52.0, -0.31904199719429016, 0.347106009721756, -0.2566249966621399, -0.42544594407081604, 0.5318437218666077, -0.13391108810901642, 0.26381024718284607], "max": [1.0581059455871582, 2.0402376651763916, -0.7922399044036865, -0.07208210229873657, -0.7238928079605103, -0.44169047474861145, 2.2587530612945557, 880.0, 0.2202569991350174, 0.48358699679374695, -0.0643559992313385, 0.47143587470054626, 0.9559568166732788, 0.39422130584716797, 0.5907967686653137, -0.5244714617729187, -2.000548839569092, 2.864940643310547, -0.02724458836019039, 0.20717059075832367, 1.5750025510787964, -0.4736998379230499, 903.0, -0.08649600297212601, 0.4460369944572449, -0.11907400190830231, -0.08371567726135254, 0.9172776341438293, 0.57033371925354, 0.6806128025054932], "mean": [0.814828634262085, 2.0045857429504395, -1.5053215026855469, -0.41547200083732605, -1.4929039478302002, -0.8081984519958496, 1.443862795829773, 605.7659301757812, 0.09593407064676285, 0.4304042160511017, -0.19789277017116547, -0.15887953341007233, 0.8137678503990173, -0.24038276076316833, -0.4214131832122803, -0.7384090423583984, -2.031663179397583, 2.8066699504852295, -0.29013848304748535, -0.6011921167373657, 1.3601577281951904, -0.7213425636291504, 551.6747436523438, -0.19947223365306854, 0.37751099467277527, -0.20060855150222778, -0.280158668756485, 0.7022953033447266, 0.25528234243392944, 0.5413373112678528], "std": [0.12196429073810577, 0.0323992595076561, 0.21482443809509277, 0.12938709557056427, 0.4987568259239197, 0.1807011365890503, 0.3970660865306854, 217.79656982421875, 0.04130967706441879, 0.027315087616443634, 0.027778344228863716, 0.09591217339038849, 0.1634780317544937, 0.12263104319572449, 0.16187027096748352, 0.21723927557468414, 0.004109646193683147, 0.1051536500453949, 0.19833597540855408, 0.42731866240501404, 0.14984692633152008, 0.2629147171974182, 232.46273803710938, 0.056177396327257156, 0.021930983290076256, 0.028972048312425613, 0.09823127835988998, 0.12042119354009628, 0.18437008559703827, 0.10924286395311356], "count": [1854]}, "actions": {"min": [0.5732883214950562, 1.8713072538375854, -1.8952529430389404, -0.7931299805641174, -2.46063494682312, -1.1473795175552368, 0.3614751696586609, 24.0, 0.02328599989414215, 0.37523698806762695, -0.25059598684310913, -0.4173837900161743, -0.5732517242431641, -0.4932940900325775, -0.6710869669914246, -1.180662989616394, -2.042628765106201, 2.5551795959472656, -1.0491174459457397, -1.1367154121398926, 1.0813536643981934, -1.6693899631500244, 52.0, -0.31904199719429016, 0.347106009721756, -0.2566249966621399, -0.42544594407081604, 0.5318437218666077, -0.13391108810901642, 0.26381024718284607], "max": [1.0581059455871582, 2.0402376651763916, -0.7922399044036865, -0.07208210229873657, -0.7238928079605103, -0.44169047474861145, 2.2587530612945557, 880.0, 0.2202569991350174, 0.48358699679374695, -0.0643559992313385, 0.47143587470054626, 0.9559568166732788, 0.39422130584716797, 0.5907967686653137, -0.5244714617729187, -2.000548839569092, 2.864940643310547, -0.02724458836019039, 0.20717059075832367, 1.5750025510787964, -0.4736998379230499, 903.0, -0.08649600297212601, 0.4460369944572449, -0.11907400190830231, -0.08371567726135254, 0.9172776341438293, 0.57033371925354, 0.6806128025054932], "mean": [0.814828634262085, 2.0045857429504395, -1.5053215026855469, -0.41547200083732605, -1.4929039478302002, -0.8081984519958496, 1.443862795829773, 605.7659301757812, 0.09593407064676285, 0.4304042160511017, -0.19789277017116547, -0.15887953341007233, 0.8137678503990173, -0.24038276076316833, -0.4214131832122803, -0.7384090423583984, -2.031663179397583, 2.8066699504852295, -0.29013848304748535, -0.6011921167373657, 1.3601577281951904, -0.7213425636291504, 551.6747436523438, -0.19947223365306854, 0.37751099467277527, -0.20060855150222778, -0.280158668756485, 0.7022953033447266, 0.25528234243392944, 0.5413373112678528], "std": [0.12196429073810577, 0.0323992595076561, 0.21482443809509277, 0.12938709557056427, 0.4987568259239197, 0.1807011365890503, 0.3970660865306854, 217.79656982421875, 0.04130967706441879, 0.027315087616443634, 0.027778344228863716, 0.09591217339038849, 0.1634780317544937, 0.12263104319572449, 0.16187027096748352, 0.21723927557468414, 0.004109646193683147, 0.1051536500453949, 0.19833597540855408, 0.42731866240501404, 0.14984692633152008, 0.2629147171974182, 232.46273803710938, 0.056177396327257156, 0.021930983290076256, 0.028972048312425613, 0.09823127835988998, 0.12042119354009628, 0.18437008559703827, 0.10924286395311356], "count": [1854]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005393743257820927], "std": [0.023218169633258776], "count": [1854]}, "timestamp": {"min": [0.0], "max": [74.12], "mean": [37.059999999999995], "std": [21.408144867471975], "count": [1854]}, "frame_index": {"min": [0], "max": [1853], "mean": [926.5], "std": [535.2036216867994], "count": [1854]}, "episode_index": {"min": [406], "max": [406], "mean": [406.0], "std": [0.0], "count": [1854]}, "index": {"min": [487477], "max": [489330], "mean": [488403.5], "std": [535.2036216867994], "count": [1854]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1854]}}} +{"episode_index": 407, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.4781636291548705]], [[0.4834080543759393]], [[0.47997869154346234]]], "std": [[[0.12995381943062834]], [[0.12971153772360924]], [[0.13026321818596964]]], "count": [187]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6666666666666666]], [[1.0]], [[1.0]]], "mean": [[[0.4818895016339869]], [[0.4853667536087519]], [[0.4804668844587746]]], "std": [[[0.06927733569667105]], [[0.06769145984987457]], [[0.07009037029093423]]], "count": [187]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48184286091887735]], [[0.48428149684561883]], [[0.48004206860997517]]], "std": [[[0.09542978507326148]], [[0.09280092899944486]], [[0.09406252317820442]]], "count": [187]}, "states": {"min": [0.4916592538356781, 1.9115022420883179, -2.181103229522705, -0.6875550746917725, -0.9449736475944519, -1.3684253692626953, 0.30518829822540283, 332.0, 0.010224999859929085, 0.30693599581718445, -0.28707700967788696, -0.29656466841697693, -0.6336966753005981, -0.41242173314094543, -0.6401973962783813, -0.8309512734413147, -2.0403597354888916, 1.0297791957855225, 0.036791540682315826, 0.5229181051254272, 1.0034072399139404, -1.8357374668121338, 393.0, -0.2573600113391876, 0.34228000044822693, -0.23185500502586365, -0.4182569086551666, 0.4477192163467407, -0.09705925732851028, 0.27767524123191833], "max": [0.8741481304168701, 2.0454909801483154, -1.4154794216156006, 0.04749041050672531, 0.08279842138290405, -0.6816558241844177, 1.1447439193725586, 878.0, 0.2328529953956604, 0.42241400480270386, -0.17958100140094757, 0.47869160771369934, 0.9009830951690674, 0.46118107438087463, 0.6510090827941895, -0.2367713749408722, -1.9324983358383179, 1.4420957565307617, 1.2109793424606323, 2.3751139640808105, 1.3775535821914673, -0.41926300525665283, 906.0, -0.09023000299930573, 0.40435099601745605, -0.1466210037469864, -0.09464095532894135, 0.9440987706184387, 0.4406692087650299, 0.6838905811309814], "mean": [0.6475121378898621, 2.0217223167419434, -1.6455729007720947, -0.27217042446136475, -0.7022958397865295, -0.937208354473114, 0.8833436369895935, 545.5302124023438, 0.12887051701545715, 0.3884299099445343, -0.22213312983512878, -0.11250728368759155, 0.5795069932937622, -0.20642991364002228, -0.39620256423950195, -0.5086666941642761, -2.031193733215332, 1.2072962522506714, 0.5219724774360657, 1.36834716796875, 1.1823415756225586, -0.9462761878967285, 592.0911865234375, -0.18097569048404694, 0.3678605854511261, -0.20631742477416992, -0.2701963484287262, 0.7495685815811157, 0.22194992005825043, 0.4804065227508545], "std": [0.10667599737644196, 0.023650292307138443, 0.2541048228740692, 0.11743021011352539, 0.23349003493785858, 0.19275914132595062, 0.19490967690944672, 143.4973602294922, 0.06287020444869995, 0.028980987146496773, 0.022214146330952644, 0.2084631323814392, 0.4347861707210541, 0.25063246488571167, 0.3957422971725464, 0.16627568006515503, 0.010680935345590115, 0.09046143293380737, 0.3559427261352539, 0.7070673704147339, 0.11650805920362473, 0.4607093036174774, 224.83680725097656, 0.053377266973257065, 0.018582124263048172, 0.02292777970433235, 0.11580643802881241, 0.14879195392131805, 0.17986376583576202, 0.13110123574733734], "count": [1075]}, "actions": {"min": [0.4916592538356781, 1.9115022420883179, -2.181103229522705, -0.6875550746917725, -0.9449736475944519, -1.3684253692626953, 0.30518829822540283, 332.0, 0.010224999859929085, 0.30693599581718445, -0.28707700967788696, -0.29656466841697693, -0.6336966753005981, -0.41242173314094543, -0.6401973962783813, -0.8309512734413147, -2.0403597354888916, 1.0297791957855225, 0.036791540682315826, 0.5229181051254272, 1.0034072399139404, -1.8357374668121338, 393.0, -0.2573600113391876, 0.34228000044822693, -0.23185500502586365, -0.4182569086551666, 0.4477192163467407, -0.09705925732851028, 0.27767524123191833], "max": [0.8741481304168701, 2.0454909801483154, -1.4154794216156006, 0.04749041050672531, 0.08279842138290405, -0.6816558241844177, 1.1447439193725586, 878.0, 0.2328529953956604, 0.42241400480270386, -0.17958100140094757, 0.47869160771369934, 0.9009830951690674, 0.46118107438087463, 0.6510090827941895, -0.2367713749408722, -1.9324983358383179, 1.4420957565307617, 1.2109793424606323, 2.3751139640808105, 1.3775535821914673, -0.41926300525665283, 906.0, -0.09023000299930573, 0.40435099601745605, -0.1466210037469864, -0.09464095532894135, 0.9440987706184387, 0.4406692087650299, 0.6838905811309814], "mean": [0.6475121378898621, 2.0217223167419434, -1.6455729007720947, -0.27217042446136475, -0.7022958397865295, -0.937208354473114, 0.8833436369895935, 545.5302124023438, 0.12887051701545715, 0.3884299099445343, -0.22213312983512878, -0.11250728368759155, 0.5795069932937622, -0.20642991364002228, -0.39620256423950195, -0.5086666941642761, -2.031193733215332, 1.2072962522506714, 0.5219724774360657, 1.36834716796875, 1.1823415756225586, -0.9462761878967285, 592.0911865234375, -0.18097569048404694, 0.3678605854511261, -0.20631742477416992, -0.2701963484287262, 0.7495685815811157, 0.22194992005825043, 0.4804065227508545], "std": [0.10667599737644196, 0.023650292307138443, 0.2541048228740692, 0.11743021011352539, 0.23349003493785858, 0.19275914132595062, 0.19490967690944672, 143.4973602294922, 0.06287020444869995, 0.028980987146496773, 0.022214146330952644, 0.2084631323814392, 0.4347861707210541, 0.25063246488571167, 0.3957422971725464, 0.16627568006515503, 0.010680935345590115, 0.09046143293380737, 0.3559427261352539, 0.7070673704147339, 0.11650805920362473, 0.4607093036174774, 224.83680725097656, 0.053377266973257065, 0.018582124263048172, 0.02292777970433235, 0.11580643802881241, 0.14879195392131805, 0.17986376583576202, 0.13110123574733734], "count": [1075]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009302325581395349], "std": [0.030485524852416634], "count": [1075]}, "timestamp": {"min": [0.0], "max": [42.96], "mean": [21.48], "std": [12.413025416875614], "count": [1075]}, "frame_index": {"min": [0], "max": [1074], "mean": [537.0], "std": [310.32563542189035], "count": [1075]}, "episode_index": {"min": [407], "max": [407], "mean": [407.0], "std": [0.0], "count": [1075]}, "index": {"min": [489331], "max": [490405], "mean": [489868.0], "std": [310.32563542189035], "count": [1075]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1075]}}} +{"episode_index": 408, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651066115318383]], [[0.472901136452585]], [[0.4685449040644202]]], "std": [[[0.1464512511861981]], [[0.1458527054984399]], [[0.1467471694264276]]], "count": [167]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4760146104849125]], [[0.47841961297992247]], [[0.47507164103166216]]], "std": [[[0.07870339158795438]], [[0.07517355721161241]], [[0.07809506423140254]]], "count": [167]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46657737955461626]], [[0.4661511719208642]], [[0.46388611869398455]]], "std": [[[0.11159755120614559]], [[0.10911387237630009]], [[0.1107717595159031]]], "count": [167]}, "states": {"min": [0.4159817695617676, 1.984404444694519, -2.034024238586426, -0.5650678277015686, -1.4635459184646606, -1.2369847297668457, 0.24754005670547485, 0.0, 0.048250000923871994, 0.3134070038795471, -0.277989000082016, -0.4539877772331238, -0.6413999199867249, -0.47822293639183044, -0.638812243938446, -0.8926661014556885, -2.055666208267212, 0.7715052962303162, -0.13185961544513702, 0.3027099072933197, 1.0717369318008423, -2.1231582164764404, 32.0, -0.2738510072231293, 0.32912200689315796, -0.278560996055603, -0.4087044894695282, 0.473000705242157, -0.1691037267446518, 0.17792925238609314], "max": [0.8133409023284912, 2.058720588684082, -1.2154996395111084, -0.044401176273822784, -0.02298598736524582, -0.5845980048179626, 1.1996172666549683, 892.0, 0.21152299642562866, 0.4141960144042969, -0.1796869933605194, 0.43941590189933777, 0.9052839875221252, 0.4813917577266693, 0.6473844051361084, -0.2171713262796402, -1.8852523565292358, 1.3660691976547241, 1.227804183959961, 2.664698839187622, 1.561423897743225, -0.41640064120292664, 889.0, -0.08175300061702728, 0.40157899260520935, -0.13023999333381653, -0.017998581752181053, 0.9454004764556885, 0.5578712821006775, 0.6527509689331055], "mean": [0.602196216583252, 2.0267975330352783, -1.5332345962524414, -0.3272915780544281, -0.872453510761261, -0.9290196895599365, 0.9867397546768188, 638.0194702148438, 0.13703235983848572, 0.3823031783103943, -0.22973421216011047, -0.06695787608623505, 0.45465990900993347, -0.11462631821632385, -0.2841062545776367, -0.559386670589447, -2.0341639518737793, 1.0608372688293457, 0.3680475056171417, 1.3192006349563599, 1.2495955228805542, -0.9735522866249084, 576.6937255859375, -0.1968228667974472, 0.35861876606941223, -0.21929943561553955, -0.23315927386283875, 0.692112386226654, 0.32749444246292114, 0.4786699414253235], "std": [0.09244312345981598, 0.011107080616056919, 0.27655795216560364, 0.07344910502433777, 0.28812557458877563, 0.13365314900875092, 0.17207057774066925, 312.5575866699219, 0.05531288683414459, 0.027163075283169746, 0.02100593037903309, 0.19315220415592194, 0.5659427046775818, 0.3305027186870575, 0.47761332988739014, 0.1548422873020172, 0.025410383939743042, 0.20002327859401703, 0.43332159519195557, 0.8254214525222778, 0.14806777238845825, 0.537486732006073, 277.49346923828125, 0.058443572372198105, 0.020915787667036057, 0.04291047528386116, 0.13435256481170654, 0.18048402667045593, 0.2430729866027832, 0.14328430593013763], "count": [924]}, "actions": {"min": [0.4159817695617676, 1.984404444694519, -2.034024238586426, -0.5650678277015686, -1.4635459184646606, -1.2369847297668457, 0.24754005670547485, 0.0, 0.048250000923871994, 0.3134070038795471, -0.277989000082016, -0.4539877772331238, -0.6413999199867249, -0.47822293639183044, -0.638812243938446, -0.8926661014556885, -2.055666208267212, 0.7715052962303162, -0.13185961544513702, 0.3027099072933197, 1.0717369318008423, -2.1231582164764404, 32.0, -0.2738510072231293, 0.32912200689315796, -0.278560996055603, -0.4087044894695282, 0.473000705242157, -0.1691037267446518, 0.17792925238609314], "max": [0.8133409023284912, 2.058720588684082, -1.2154996395111084, -0.044401176273822784, -0.02298598736524582, -0.5845980048179626, 1.1996172666549683, 892.0, 0.21152299642562866, 0.4141960144042969, -0.1796869933605194, 0.43941590189933777, 0.9052839875221252, 0.4813917577266693, 0.6473844051361084, -0.2171713262796402, -1.8852523565292358, 1.3660691976547241, 1.227804183959961, 2.664698839187622, 1.561423897743225, -0.41640064120292664, 889.0, -0.08175300061702728, 0.40157899260520935, -0.13023999333381653, -0.017998581752181053, 0.9454004764556885, 0.5578712821006775, 0.6527509689331055], "mean": [0.602196216583252, 2.0267975330352783, -1.5332345962524414, -0.3272915780544281, -0.872453510761261, -0.9290196895599365, 0.9867397546768188, 638.0194702148438, 0.13703235983848572, 0.3823031783103943, -0.22973421216011047, -0.06695787608623505, 0.45465990900993347, -0.11462631821632385, -0.2841062545776367, -0.559386670589447, -2.0341639518737793, 1.0608372688293457, 0.3680475056171417, 1.3192006349563599, 1.2495955228805542, -0.9735522866249084, 576.6937255859375, -0.1968228667974472, 0.35861876606941223, -0.21929943561553955, -0.23315927386283875, 0.692112386226654, 0.32749444246292114, 0.4786699414253235], "std": [0.09244312345981598, 0.011107080616056919, 0.27655795216560364, 0.07344910502433777, 0.28812557458877563, 0.13365314900875092, 0.17207057774066925, 312.5575866699219, 0.05531288683414459, 0.027163075283169746, 0.02100593037903309, 0.19315220415592194, 0.5659427046775818, 0.3305027186870575, 0.47761332988739014, 0.1548422873020172, 0.025410383939743042, 0.20002327859401703, 0.43332159519195557, 0.8254214525222778, 0.14806777238845825, 0.537486732006073, 277.49346923828125, 0.058443572372198105, 0.020915787667036057, 0.04291047528386116, 0.13435256481170654, 0.18048402667045593, 0.2430729866027832, 0.14328430593013763], "count": [924]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010822510822510823], "std": [0.03287977820554829], "count": [924]}, "timestamp": {"min": [0.0], "max": [36.92], "mean": [18.46], "std": [10.66942672624292], "count": [924]}, "frame_index": {"min": [0], "max": [923], "mean": [461.5], "std": [266.73566815607296], "count": [924]}, "episode_index": {"min": [408], "max": [408], "mean": [408.0], "std": [0.0], "count": [924]}, "index": {"min": [490406], "max": [491329], "mean": [490867.5], "std": [266.73566815607296], "count": [924]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [924]}}} +{"episode_index": 409, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.4840456824874047]], [[0.48664015480324074]], [[0.48327728098617917]]], "std": [[[0.11091823514128359]], [[0.11133727451710808]], [[0.11180217293221849]]], "count": [192]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6666666666666666]], [[1.0]], [[1.0]]], "mean": [[[0.47676971528628814]], [[0.4783159094584014]], [[0.4722429651331019]]], "std": [[[0.05348373494363247]], [[0.05406726351256342]], [[0.060240481732064075]]], "count": [192]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.47555970966945804]], [[0.47746602030569174]], [[0.4731105121953295]]], "std": [[[0.08738268379758042]], [[0.08754348753442316]], [[0.09021381725486537]]], "count": [192]}, "states": {"min": [0.3882485330104828, 1.8809237480163574, -0.4622504711151123, -0.3355744481086731, -2.8934593200683594, -1.542172908782959, -2.6444008350372314, 0.0, -0.00471699982881546, 0.30908700823783875, -0.27479100227355957, -0.4064101278781891, -0.6338695883750916, -0.5526754856109619, -0.6508923172950745, -0.6934018731117249, -2.053938388824463, 0.6485992670059204, -0.17236873507499695, -0.004328416660428047, 0.9859365820884705, -2.0264320373535156, 47.0, -0.31682100892066956, 0.2970849871635437, -0.2833879888057709, -0.4999814033508301, -0.4824545681476593, -0.5512452721595764, -0.5518772602081299], "max": [1.0030931234359741, 2.053467035293579, 1.8458079099655151, 1.3871701955795288, -0.20933479070663452, 0.9883101582527161, 0.9908234477043152, 892.0, 0.29761800169944763, 0.41114500164985657, -0.1529110074043274, 0.4634547233581543, 0.9122160077095032, 0.5909810066223145, 0.6510888934135437, -0.2171887904405594, -2.000234603881836, 1.3407444953918457, 1.3191373348236084, 2.549926280975342, 1.5272153615951538, -0.1808859258890152, 910.0, -0.09231600165367126, 0.40831100940704346, -0.12630300223827362, 0.5105324387550354, 0.9424490928649902, 0.5675336122512817, 0.6481878161430359], "mean": [0.5686017870903015, 2.020197629928589, 0.6570582389831543, 0.3052040934562683, -2.0071661472320557, -0.3923276662826538, -0.11581026017665863, 498.60736083984375, 0.15676696598529816, 0.3532913029193878, -0.24580976366996765, 0.04367108270525932, 0.3058372735977173, 0.07077845931053162, -0.08432437479496002, -0.4709579050540924, -2.03908634185791, 1.061328649520874, 0.3537848889827728, 1.0822107791900635, 1.1981827020645142, -0.8164415955543518, 593.15185546875, -0.23046793043613434, 0.3499072194099426, -0.2233460396528244, -0.3069004416465759, 0.6119175553321838, 0.34657663106918335, 0.4427385628223419], "std": [0.16911476850509644, 0.01891876570880413, 0.6365136504173279, 0.434498131275177, 0.6014278531074524, 0.8677193522453308, 1.076744794845581, 238.9263916015625, 0.10626500099897385, 0.020236186683177948, 0.029416397213935852, 0.27214640378952026, 0.6535300016403198, 0.3974415957927704, 0.48302337527275085, 0.11915569007396698, 0.005987276788800955, 0.2643861174583435, 0.4636293649673462, 0.8644415140151978, 0.13428068161010742, 0.596077561378479, 292.531005859375, 0.06399565190076828, 0.028682636097073555, 0.03924045339226723, 0.19729052484035492, 0.2677099108695984, 0.25096774101257324, 0.20410768687725067], "count": [1113]}, "actions": {"min": [0.3882485330104828, 1.8809237480163574, -0.4622504711151123, -0.3355744481086731, -2.8934593200683594, -1.542172908782959, -2.6444008350372314, 0.0, -0.00471699982881546, 0.30908700823783875, -0.27479100227355957, -0.4064101278781891, -0.6338695883750916, -0.5526754856109619, -0.6508923172950745, -0.6934018731117249, -2.053938388824463, 0.6485992670059204, -0.17236873507499695, -0.004328416660428047, 0.9859365820884705, -2.0264320373535156, 47.0, -0.31682100892066956, 0.2970849871635437, -0.2833879888057709, -0.4999814033508301, -0.4824545681476593, -0.5512452721595764, -0.5518772602081299], "max": [1.0030931234359741, 2.053467035293579, 1.8458079099655151, 1.3871701955795288, -0.20933479070663452, 0.9883101582527161, 0.9908234477043152, 892.0, 0.29761800169944763, 0.41114500164985657, -0.1529110074043274, 0.4634547233581543, 0.9122160077095032, 0.5909810066223145, 0.6510888934135437, -0.2171887904405594, -2.000234603881836, 1.3407444953918457, 1.3191373348236084, 2.549926280975342, 1.5272153615951538, -0.1808859258890152, 910.0, -0.09231600165367126, 0.40831100940704346, -0.12630300223827362, 0.5105324387550354, 0.9424490928649902, 0.5675336122512817, 0.6481878161430359], "mean": [0.5686017870903015, 2.020197629928589, 0.6570582389831543, 0.3052040934562683, -2.0071661472320557, -0.3923276662826538, -0.11581026017665863, 498.60736083984375, 0.15676696598529816, 0.3532913029193878, -0.24580976366996765, 0.04367108270525932, 0.3058372735977173, 0.07077845931053162, -0.08432437479496002, -0.4709579050540924, -2.03908634185791, 1.061328649520874, 0.3537848889827728, 1.0822107791900635, 1.1981827020645142, -0.8164415955543518, 593.15185546875, -0.23046793043613434, 0.3499072194099426, -0.2233460396528244, -0.3069004416465759, 0.6119175553321838, 0.34657663106918335, 0.4427385628223419], "std": [0.16911476850509644, 0.01891876570880413, 0.6365136504173279, 0.434498131275177, 0.6014278531074524, 0.8677193522453308, 1.076744794845581, 238.9263916015625, 0.10626500099897385, 0.020236186683177948, 0.029416397213935852, 0.27214640378952026, 0.6535300016403198, 0.3974415957927704, 0.48302337527275085, 0.11915569007396698, 0.005987276788800955, 0.2643861174583435, 0.4636293649673462, 0.8644415140151978, 0.13428068161010742, 0.596077561378479, 292.531005859375, 0.06399565190076828, 0.028682636097073555, 0.03924045339226723, 0.19729052484035492, 0.2677099108695984, 0.25096774101257324, 0.20410768687725067], "count": [1113]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008984725965858042], "std": [0.029961063792512246], "count": [1113]}, "timestamp": {"min": [0.0], "max": [44.48], "mean": [22.24], "std": [12.851811804826067], "count": [1113]}, "frame_index": {"min": [0], "max": [1112], "mean": [556.0], "std": [321.2952951206517], "count": [1113]}, "episode_index": {"min": [409], "max": [409], "mean": [409.0], "std": [0.0], "count": [1113]}, "index": {"min": [491330], "max": [492442], "mean": [491886.0], "std": [321.2952951206517], "count": [1113]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1113]}}} +{"episode_index": 410, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.46615052881352903]], [[0.47088853508161005]], [[0.46750469324797317]]], "std": [[[0.1288145645431154]], [[0.12960497909680535]], [[0.12958480870444816]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.471588013187971]], [[0.47787853472445446]], [[0.47358644170327513]]], "std": [[[0.09881660668032193]], [[0.09368929405069627]], [[0.09572777891140635]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.483461811136112]], [[0.48170103508161005]], [[0.47798512781706487]]], "std": [[[0.11759772474486838]], [[0.11856579075794467]], [[0.12049841300018135]]], "count": [183]}, "states": {"min": [0.4709247648715973, 2.0049121379852295, -0.36974799633026123, -0.2514495849609375, -2.63242769241333, -1.4398442506790161, 0.008621926419436932, 3.0, 0.044523999094963074, 0.3232150077819824, -0.2733829915523529, -0.4747931957244873, -0.6154062151908875, -0.5171736478805542, -0.6251044273376465, -0.8309862017631531, -2.0546367168426514, 0.6680248379707336, -0.19624483585357666, 0.6947981119155884, 0.9892875552177429, -1.6381661891937256, 65.0, -0.25164398550987244, 0.3320310115814209, -0.27980899810791016, -0.4525800347328186, 0.5116578340530396, -0.09920186549425125, 0.33689194917678833], "max": [0.9995675683021545, 2.0351061820983887, 0.7118151187896729, 0.23972098529338837, -2.0153491497039795, -0.8533089756965637, 0.9496162533760071, 882.0, 0.24411599338054657, 0.4040980041027069, -0.18942900002002716, 0.43259334564208984, 0.8803790807723999, 0.4424630105495453, 0.633452832698822, -0.3939557373523712, -1.9545071125030518, 0.9788156151771545, 1.0103187561035156, 2.27341365814209, 1.459845781326294, -0.21762511134147644, 921.0, -0.09829399734735489, 0.4091489911079407, -0.13227400183677673, -0.10757382214069366, 0.913463294506073, 0.456013023853302, 0.6283769011497498], "mean": [0.7798733711242676, 2.0186586380004883, 0.053567443042993546, -0.011347508057951927, -2.4140725135803223, -1.1007673740386963, 0.8125094771385193, 530.8784790039062, 0.12059273570775986, 0.3798249065876007, -0.23104484379291534, -0.1567990481853485, 0.7443981766700745, -0.2529030740261078, -0.5364277362823486, -0.6055467128753662, -2.0351779460906982, 0.9021381735801697, 0.2407909780740738, 1.420403003692627, 1.2173508405685425, -0.7052099108695984, 539.7177124023438, -0.17853997647762299, 0.3665015995502472, -0.22388911247253418, -0.27962303161621094, 0.7299835681915283, 0.24460703134536743, 0.5039469599723816], "std": [0.127149298787117, 0.005428709089756012, 0.22583706676959991, 0.11633794009685516, 0.13667157292366028, 0.116248719394207, 0.21039001643657684, 262.22216796875, 0.04898446798324585, 0.020894892513751984, 0.020060934126377106, 0.09990528225898743, 0.16331321001052856, 0.12141015380620956, 0.1348249614238739, 0.13849003612995148, 0.017694883048534393, 0.06863145530223846, 0.33822789788246155, 0.6142040491104126, 0.10703392326831818, 0.4067011773586273, 278.8447570800781, 0.048799023032188416, 0.024067873135209084, 0.03445430472493172, 0.10617711395025253, 0.13133090734481812, 0.19737586379051208, 0.08752263337373734], "count": [1045]}, "actions": {"min": [0.4709247648715973, 2.0049121379852295, -0.36974799633026123, -0.2514495849609375, -2.63242769241333, -1.4398442506790161, 0.008621926419436932, 3.0, 0.044523999094963074, 0.3232150077819824, -0.2733829915523529, -0.4747931957244873, -0.6154062151908875, -0.5171736478805542, -0.6251044273376465, -0.8309862017631531, -2.0546367168426514, 0.6680248379707336, -0.19624483585357666, 0.6947981119155884, 0.9892875552177429, -1.6381661891937256, 65.0, -0.25164398550987244, 0.3320310115814209, -0.27980899810791016, -0.4525800347328186, 0.5116578340530396, -0.09920186549425125, 0.33689194917678833], "max": [0.9995675683021545, 2.0351061820983887, 0.7118151187896729, 0.23972098529338837, -2.0153491497039795, -0.8533089756965637, 0.9496162533760071, 882.0, 0.24411599338054657, 0.4040980041027069, -0.18942900002002716, 0.43259334564208984, 0.8803790807723999, 0.4424630105495453, 0.633452832698822, -0.3939557373523712, -1.9545071125030518, 0.9788156151771545, 1.0103187561035156, 2.27341365814209, 1.459845781326294, -0.21762511134147644, 921.0, -0.09829399734735489, 0.4091489911079407, -0.13227400183677673, -0.10757382214069366, 0.913463294506073, 0.456013023853302, 0.6283769011497498], "mean": [0.7798733711242676, 2.0186586380004883, 0.053567443042993546, -0.011347508057951927, -2.4140725135803223, -1.1007673740386963, 0.8125094771385193, 530.8784790039062, 0.12059273570775986, 0.3798249065876007, -0.23104484379291534, -0.1567990481853485, 0.7443981766700745, -0.2529030740261078, -0.5364277362823486, -0.6055467128753662, -2.0351779460906982, 0.9021381735801697, 0.2407909780740738, 1.420403003692627, 1.2173508405685425, -0.7052099108695984, 539.7177124023438, -0.17853997647762299, 0.3665015995502472, -0.22388911247253418, -0.27962303161621094, 0.7299835681915283, 0.24460703134536743, 0.5039469599723816], "std": [0.127149298787117, 0.005428709089756012, 0.22583706676959991, 0.11633794009685516, 0.13667157292366028, 0.116248719394207, 0.21039001643657684, 262.22216796875, 0.04898446798324585, 0.020894892513751984, 0.020060934126377106, 0.09990528225898743, 0.16331321001052856, 0.12141015380620956, 0.1348249614238739, 0.13849003612995148, 0.017694883048534393, 0.06863145530223846, 0.33822789788246155, 0.6142040491104126, 0.10703392326831818, 0.4067011773586273, 278.8447570800781, 0.048799023032188416, 0.024067873135209084, 0.03445430472493172, 0.10617711395025253, 0.13133090734481812, 0.19737586379051208, 0.08752263337373734], "count": [1045]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009569377990430622], "std": [0.03091960654814069], "count": [1045]}, "timestamp": {"min": [0.0], "max": [41.76], "mean": [20.88], "std": [12.066615101178954], "count": [1045]}, "frame_index": {"min": [0], "max": [1044], "mean": [522.0], "std": [301.66537752947386], "count": [1045]}, "episode_index": {"min": [410], "max": [410], "mean": [410.0], "std": [0.0], "count": [1045]}, "index": {"min": [492443], "max": [493487], "mean": [492965.0], "std": [301.66537752947386], "count": [1045]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1045]}}} +{"episode_index": 411, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4760802318804379]], [[0.47922401752633115]], [[0.47591362115440655]]], "std": [[[0.13038000907334624]], [[0.12929348792490805]], [[0.1305089782000032]]], "count": [157]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47468875801382127]], [[0.4782632579305608]], [[0.4720696213729653]]], "std": [[[0.08787754625567012]], [[0.08649051804517698]], [[0.09057158561434878]]], "count": [157]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.47497228206569253]], [[0.47955459415719576]], [[0.47441222784230463]]], "std": [[[0.09580720761915121]], [[0.09502523728525795]], [[0.09931408527874012]]], "count": [157]}, "states": {"min": [0.5982465147972107, 1.9061964750289917, -1.3882873058319092, -0.47396165132522583, 1.0166194438934326, 0.7932695746421814, -2.8355839252471924, -2.0, 0.05311699956655502, 0.35244399309158325, -0.24834099411964417, -0.4423321485519409, 0.569719135761261, -0.5190688967704773, -0.5701216459274292, -1.1384958028793335, -2.0509190559387207, -2.511197328567505, -1.0723826885223389, 0.9130690097808838, -1.6840333938598633, 0.7923445701599121, 6.0, -0.23768700659275055, 0.30949199199676514, -0.24467700719833374, -0.34715497493743896, 0.45242512226104736, 0.06718403100967407, 0.12685330212116241], "max": [0.9037664532661438, 2.040010690689087, -0.9232268333435059, -0.019861847162246704, 2.536644220352173, 1.444713830947876, -1.7561852931976318, 892.0, 0.23339200019836426, 0.45490700006484985, -0.16156400740146637, 0.04734623059630394, 0.9235072135925293, 0.024300148710608482, -0.3810035288333893, -0.44710099697113037, -1.9820307493209839, -1.3177062273025513, 0.06995279341936111, 2.535090923309326, -1.0776536464691162, 2.4589595794677734, 903.0, 0.01039199996739626, 0.41736099123954773, -0.09092999994754791, 0.12813584506511688, 0.9878131151199341, 0.5372799634933472, 0.7198535203933716], "mean": [0.7252596616744995, 2.00811767578125, -1.0812978744506836, -0.28600114583969116, 1.7452819347381592, 1.0520011186599731, -2.124291181564331, 684.3848876953125, 0.15658992528915405, 0.40274009108543396, -0.2094971388578415, -0.19135114550590515, 0.7548242211341858, -0.2785474359989166, -0.48880860209465027, -0.7288981080055237, -2.034672260284424, -2.0428290367126465, -0.5390833020210266, 1.8044369220733643, -1.345487117767334, 1.497151255607605, 595.3364868164062, -0.1291690319776535, 0.3749392032623291, -0.18150484561920166, -0.03833857551217079, 0.7750486731529236, 0.29610612988471985, 0.4503597617149353], "std": [0.09661684185266495, 0.024331627413630486, 0.11451789736747742, 0.16772997379302979, 0.5622512698173523, 0.18500074744224548, 0.3944214880466461, 316.1659851074219, 0.059720445424318314, 0.030447693541646004, 0.02264362946152687, 0.16381677985191345, 0.12293893843889236, 0.1784287542104721, 0.057577453553676605, 0.20204125344753265, 0.010365472175180912, 0.27804043889045715, 0.2501722574234009, 0.5665432214736938, 0.1681826263666153, 0.49621763825416565, 307.4456481933594, 0.06632557511329651, 0.02405756525695324, 0.03342840075492859, 0.1360742598772049, 0.17603738605976105, 0.13136132061481476, 0.2014118880033493], "count": [847]}, "actions": {"min": [0.5982465147972107, 1.9061964750289917, -1.3882873058319092, -0.47396165132522583, 1.0166194438934326, 0.7932695746421814, -2.8355839252471924, -2.0, 0.05311699956655502, 0.35244399309158325, -0.24834099411964417, -0.4423321485519409, 0.569719135761261, -0.5190688967704773, -0.5701216459274292, -1.1384958028793335, -2.0509190559387207, -2.511197328567505, -1.0723826885223389, 0.9130690097808838, -1.6840333938598633, 0.7923445701599121, 6.0, -0.23768700659275055, 0.30949199199676514, -0.24467700719833374, -0.34715497493743896, 0.45242512226104736, 0.06718403100967407, 0.12685330212116241], "max": [0.9037664532661438, 2.040010690689087, -0.9232268333435059, -0.019861847162246704, 2.536644220352173, 1.444713830947876, -1.7561852931976318, 892.0, 0.23339200019836426, 0.45490700006484985, -0.16156400740146637, 0.04734623059630394, 0.9235072135925293, 0.024300148710608482, -0.3810035288333893, -0.44710099697113037, -1.9820307493209839, -1.3177062273025513, 0.06995279341936111, 2.535090923309326, -1.0776536464691162, 2.4589595794677734, 903.0, 0.01039199996739626, 0.41736099123954773, -0.09092999994754791, 0.12813584506511688, 0.9878131151199341, 0.5372799634933472, 0.7198535203933716], "mean": [0.7252596616744995, 2.00811767578125, -1.0812978744506836, -0.28600114583969116, 1.7452819347381592, 1.0520011186599731, -2.124291181564331, 684.3848876953125, 0.15658992528915405, 0.40274009108543396, -0.2094971388578415, -0.19135114550590515, 0.7548242211341858, -0.2785474359989166, -0.48880860209465027, -0.7288981080055237, -2.034672260284424, -2.0428290367126465, -0.5390833020210266, 1.8044369220733643, -1.345487117767334, 1.497151255607605, 595.3364868164062, -0.1291690319776535, 0.3749392032623291, -0.18150484561920166, -0.03833857551217079, 0.7750486731529236, 0.29610612988471985, 0.4503597617149353], "std": [0.09661684185266495, 0.024331627413630486, 0.11451789736747742, 0.16772997379302979, 0.5622512698173523, 0.18500074744224548, 0.3944214880466461, 316.1659851074219, 0.059720445424318314, 0.030447693541646004, 0.02264362946152687, 0.16381677985191345, 0.12293893843889236, 0.1784287542104721, 0.057577453553676605, 0.20204125344753265, 0.010365472175180912, 0.27804043889045715, 0.2501722574234009, 0.5665432214736938, 0.1681826263666153, 0.49621763825416565, 307.4456481933594, 0.06632557511329651, 0.02405756525695324, 0.03342840075492859, 0.1360742598772049, 0.17603738605976105, 0.13136132061481476, 0.2014118880033493], "count": [847]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011806375442739079], "std": [0.03434011705371662], "count": [847]}, "timestamp": {"min": [0.0], "max": [33.84], "mean": [16.919999999999998], "std": [9.780306743655846], "count": [847]}, "frame_index": {"min": [0], "max": [846], "mean": [423.0], "std": [244.50766859139614], "count": [847]}, "episode_index": {"min": [411], "max": [411], "mean": [411.0], "std": [0.0], "count": [847]}, "index": {"min": [493488], "max": [494334], "mean": [493911.0], "std": [244.50766859139614], "count": [847]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [847]}}} +{"episode_index": 412, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4691907779371911]], [[0.47449509554838193]], [[0.47093746014666027]]], "std": [[[0.12833048577771702]], [[0.1257437238594584]], [[0.12798719122597532]]], "count": [164]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4725547497708433]], [[0.4748379687749083]], [[0.4694214017415909]]], "std": [[[0.08672500859592655]], [[0.08502207442297165]], [[0.09219604312171305]]], "count": [164]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.803921568627451]], [[1.0]], [[0.8666666666666667]]], "mean": [[[0.4743660579069026]], [[0.4737744574964132]], [[0.4689025934560816]]], "std": [[[0.10323343974867762]], [[0.10358194451428619]], [[0.10930851632186474]]], "count": [164]}, "states": {"min": [0.4377285838127136, 1.9419406652450562, -1.9156908988952637, -1.5646703243255615, 0.390028715133667, 1.086554765701294, -2.7409350872039795, 50.0, 0.033629998564720154, 0.31596601009368896, -0.22831299901008606, -0.3277812600135803, -0.6486002206802368, -0.39271438121795654, -0.652003288269043, -1.1127521991729736, -2.0417211055755615, 0.6375687718391418, -0.10480702668428421, 0.6651450395584106, 0.5206142663955688, -2.3021068572998047, 19.0, -0.24844999611377716, 0.3246920108795166, -0.23043200373649597, -0.49555742740631104, -0.4304528534412384, -0.37895259261131287, -0.6496466994285583], "max": [1.034439206123352, 2.0473060607910156, 0.8544957637786865, -0.0950331762433052, 1.1444647312164307, 1.7396745681762695, -0.8221373558044434, 870.0, 0.3061859905719757, 0.4125710129737854, -0.06668899953365326, 0.5214330554008484, 0.9784102439880371, 0.49915602803230286, 0.6575067639350891, -0.08515461534261703, -1.846505880355835, 2.0049819946289062, 1.7312618494033813, 2.4286606311798096, 1.5953007936477661, -0.28927087783813477, 865.0, 0.0246140006929636, 0.40634799003601074, -0.08741199970245361, 0.5078340172767639, 0.9805065393447876, 0.4348183572292328, 0.750399649143219], "mean": [0.68586665391922, 2.0198934078216553, -0.5196645259857178, -0.7307892441749573, 0.7997961044311523, 1.45923912525177, -1.5745781660079956, 483.435546875, 0.18578661978244781, 0.3659067153930664, -0.16271667182445526, 0.024126192554831505, 0.5463864207267761, -0.09278383105993271, -0.19558824598789215, -0.685450553894043, -2.00119686126709, 1.3343305587768555, 0.6331190466880798, 1.7591819763183594, 1.2833828926086426, -1.6778271198272705, 446.4266662597656, -0.11670127511024475, 0.3632863163948059, -0.1738382875919342, -0.061441417783498764, 0.7778084874153137, 0.2245377153158188, 0.4012399911880493], "std": [0.16065292060375214, 0.013749065808951855, 0.6594548225402832, 0.4112457036972046, 0.2394636869430542, 0.16105060279369354, 0.4313877522945404, 335.10504150390625, 0.07616441696882248, 0.017046915367245674, 0.054180242121219635, 0.1815943568944931, 0.5941690802574158, 0.2729845643043518, 0.4398660957813263, 0.2594977617263794, 0.03934221342206001, 0.3201824426651001, 0.4987875521183014, 0.5815299153327942, 0.17944081127643585, 0.5708768963813782, 345.7886962890625, 0.07604123651981354, 0.022832324728369713, 0.032631054520606995, 0.2092318832874298, 0.23733782768249512, 0.1648954600095749, 0.2291954606771469], "count": [900]}, "actions": {"min": [0.4377285838127136, 1.9419406652450562, -1.9156908988952637, -1.5646703243255615, 0.390028715133667, 1.086554765701294, -2.7409350872039795, 50.0, 0.033629998564720154, 0.31596601009368896, -0.22831299901008606, -0.3277812600135803, -0.6486002206802368, -0.39271438121795654, -0.652003288269043, -1.1127521991729736, -2.0417211055755615, 0.6375687718391418, -0.10480702668428421, 0.6651450395584106, 0.5206142663955688, -2.3021068572998047, 19.0, -0.24844999611377716, 0.3246920108795166, -0.23043200373649597, -0.49555742740631104, -0.4304528534412384, -0.37895259261131287, -0.6496466994285583], "max": [1.034439206123352, 2.0473060607910156, 0.8544957637786865, -0.0950331762433052, 1.1444647312164307, 1.7396745681762695, -0.8221373558044434, 870.0, 0.3061859905719757, 0.4125710129737854, -0.06668899953365326, 0.5214330554008484, 0.9784102439880371, 0.49915602803230286, 0.6575067639350891, -0.08515461534261703, -1.846505880355835, 2.0049819946289062, 1.7312618494033813, 2.4286606311798096, 1.5953007936477661, -0.28927087783813477, 865.0, 0.0246140006929636, 0.40634799003601074, -0.08741199970245361, 0.5078340172767639, 0.9805065393447876, 0.4348183572292328, 0.750399649143219], "mean": [0.68586665391922, 2.0198934078216553, -0.5196645259857178, -0.7307892441749573, 0.7997961044311523, 1.45923912525177, -1.5745781660079956, 483.435546875, 0.18578661978244781, 0.3659067153930664, -0.16271667182445526, 0.024126192554831505, 0.5463864207267761, -0.09278383105993271, -0.19558824598789215, -0.685450553894043, -2.00119686126709, 1.3343305587768555, 0.6331190466880798, 1.7591819763183594, 1.2833828926086426, -1.6778271198272705, 446.4266662597656, -0.11670127511024475, 0.3632863163948059, -0.1738382875919342, -0.061441417783498764, 0.7778084874153137, 0.2245377153158188, 0.4012399911880493], "std": [0.16065292060375214, 0.013749065808951855, 0.6594548225402832, 0.4112457036972046, 0.2394636869430542, 0.16105060279369354, 0.4313877522945404, 335.10504150390625, 0.07616441696882248, 0.017046915367245674, 0.054180242121219635, 0.1815943568944931, 0.5941690802574158, 0.2729845643043518, 0.4398660957813263, 0.2594977617263794, 0.03934221342206001, 0.3201824426651001, 0.4987875521183014, 0.5815299153327942, 0.17944081127643585, 0.5708768963813782, 345.7886962890625, 0.07604123651981354, 0.022832324728369713, 0.032631054520606995, 0.2092318832874298, 0.23733782768249512, 0.1648954600095749, 0.2291954606771469], "count": [900]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011111111111111111], "std": [0.033314809667922114], "count": [900]}, "timestamp": {"min": [0.0], "max": [35.96], "mean": [17.98], "std": [10.392298430408292], "count": [900]}, "frame_index": {"min": [0], "max": [899], "mean": [449.5], "std": [259.80746076020733], "count": [900]}, "episode_index": {"min": [412], "max": [412], "mean": [412.0], "std": [0.0], "count": [900]}, "index": {"min": [494335], "max": [495234], "mean": [494784.5], "std": [259.80746076020733], "count": [900]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [900]}}} +{"episode_index": 413, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4615756991321119]], [[0.46872777264366583]], [[0.4637866653719776]]], "std": [[[0.1329393013603452]], [[0.13115279555714154]], [[0.1328025911781768]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4731481950248223]], [[0.47502630004643026]], [[0.4669879772491875]]], "std": [[[0.09090666824975509]], [[0.09112605856160859]], [[0.09835617872295274]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47590485597699916]], [[0.4781067158648523]], [[0.47317178626915246]]], "std": [[[0.0935875531740068]], [[0.09280771180940478]], [[0.09707518280598967]]], "count": [183]}, "states": {"min": [0.6356140375137329, 1.8095399141311646, -1.5737982988357544, -0.597949743270874, 0.954974353313446, 0.5698848962783813, -2.828986883163452, -5.0, 0.030415000393986702, 0.35734501481056213, -0.23754799365997314, -0.48104432225227356, -0.5427680611610413, -0.5450999140739441, -0.5672088265419006, -1.2348902225494385, -2.051651954650879, -2.568636178970337, -1.141846776008606, 0.6945537328720093, -1.7940763235092163, 0.4886922240257263, 21.0, -0.23308099806308746, 0.3320539891719818, -0.24402600526809692, -0.4247627854347229, 0.46703606843948364, 0.0187017060816288, -0.05307820066809654], "max": [0.9388126730918884, 2.0356998443603516, -0.7550469040870667, -0.07040657848119736, 2.7051031589508057, 1.4777354001998901, -1.4724993705749512, 888.0, 0.2442989945411682, 0.5039340257644653, -0.12935300171375275, 0.3871992528438568, 0.9509688019752502, 0.5653932690620422, 0.5349745154380798, -0.4444655478000641, -1.9976863861083984, -1.1819545030593872, 0.052202798426151276, 2.612199306488037, -0.902492344379425, 2.6512773036956787, 906.0, 0.03170200064778328, 0.43288499116897583, -0.06365299969911575, 0.14176134765148163, 0.9993336200714111, 0.5925858020782471, 0.7425705790519714], "mean": [0.7972967624664307, 1.9952142238616943, -1.2015025615692139, -0.39535972476005554, 1.6092448234558105, 0.9805226922035217, -1.8643184900283813, 575.19921875, 0.13676534593105316, 0.42170530557632446, -0.19169409573078156, -0.1590726375579834, 0.7898842096328735, -0.26387080550193787, -0.42552903294563293, -0.7832257151603699, -2.0409669876098633, -2.043565511703491, -0.5823169350624084, 1.9192947149276733, -1.3264368772506714, 1.487695574760437, 590.5890502929688, -0.13311149179935455, 0.37960419058799744, -0.17977067828178406, -0.08804053068161011, 0.7935765385627747, 0.27883535623550415, 0.3732239902019501], "std": [0.09960615634918213, 0.03632716089487076, 0.19290949404239655, 0.17046239972114563, 0.5832313299179077, 0.24340054392814636, 0.5129395723342896, 326.8078308105469, 0.06978094577789307, 0.03849019855260849, 0.027619848027825356, 0.1779671013355255, 0.16612939536571503, 0.1753421276807785, 0.1002984270453453, 0.22003448009490967, 0.007150274235755205, 0.4335499703884125, 0.30673927068710327, 0.6135454773902893, 0.2758374512195587, 0.6280508637428284, 341.4740295410156, 0.08255656063556671, 0.029616521671414375, 0.04260728135704994, 0.14928676187992096, 0.19102144241333008, 0.17552217841148376, 0.23633788526058197], "count": [1039]}, "actions": {"min": [0.6356140375137329, 1.8095399141311646, -1.5737982988357544, -0.597949743270874, 0.954974353313446, 0.5698848962783813, -2.828986883163452, -5.0, 0.030415000393986702, 0.35734501481056213, -0.23754799365997314, -0.48104432225227356, -0.5427680611610413, -0.5450999140739441, -0.5672088265419006, -1.2348902225494385, -2.051651954650879, -2.568636178970337, -1.141846776008606, 0.6945537328720093, -1.7940763235092163, 0.4886922240257263, 21.0, -0.23308099806308746, 0.3320539891719818, -0.24402600526809692, -0.4247627854347229, 0.46703606843948364, 0.0187017060816288, -0.05307820066809654], "max": [0.9388126730918884, 2.0356998443603516, -0.7550469040870667, -0.07040657848119736, 2.7051031589508057, 1.4777354001998901, -1.4724993705749512, 888.0, 0.2442989945411682, 0.5039340257644653, -0.12935300171375275, 0.3871992528438568, 0.9509688019752502, 0.5653932690620422, 0.5349745154380798, -0.4444655478000641, -1.9976863861083984, -1.1819545030593872, 0.052202798426151276, 2.612199306488037, -0.902492344379425, 2.6512773036956787, 906.0, 0.03170200064778328, 0.43288499116897583, -0.06365299969911575, 0.14176134765148163, 0.9993336200714111, 0.5925858020782471, 0.7425705790519714], "mean": [0.7972967624664307, 1.9952142238616943, -1.2015025615692139, -0.39535972476005554, 1.6092448234558105, 0.9805226922035217, -1.8643184900283813, 575.19921875, 0.13676534593105316, 0.42170530557632446, -0.19169409573078156, -0.1590726375579834, 0.7898842096328735, -0.26387080550193787, -0.42552903294563293, -0.7832257151603699, -2.0409669876098633, -2.043565511703491, -0.5823169350624084, 1.9192947149276733, -1.3264368772506714, 1.487695574760437, 590.5890502929688, -0.13311149179935455, 0.37960419058799744, -0.17977067828178406, -0.08804053068161011, 0.7935765385627747, 0.27883535623550415, 0.3732239902019501], "std": [0.09960615634918213, 0.03632716089487076, 0.19290949404239655, 0.17046239972114563, 0.5832313299179077, 0.24340054392814636, 0.5129395723342896, 326.8078308105469, 0.06978094577789307, 0.03849019855260849, 0.027619848027825356, 0.1779671013355255, 0.16612939536571503, 0.1753421276807785, 0.1002984270453453, 0.22003448009490967, 0.007150274235755205, 0.4335499703884125, 0.30673927068710327, 0.6135454773902893, 0.2758374512195587, 0.6280508637428284, 341.4740295410156, 0.08255656063556671, 0.029616521671414375, 0.04260728135704994, 0.14928676187992096, 0.19102144241333008, 0.17552217841148376, 0.23633788526058197], "count": [1039]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009624639076034649], "std": [0.031008669285056807], "count": [1039]}, "timestamp": {"min": [0.0], "max": [41.52], "mean": [20.759999999999998], "std": [11.997333036971176], "count": [1039]}, "frame_index": {"min": [0], "max": [1038], "mean": [519.0], "std": [299.93332592427936], "count": [1039]}, "episode_index": {"min": [413], "max": [413], "mean": [413.0], "std": [0.0], "count": [1039]}, "index": {"min": [495235], "max": [496273], "mean": [495754.0], "std": [299.93332592427936], "count": [1039]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1039]}}} +{"episode_index": 414, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.47870354608738475]], [[0.48218694694392217]], [[0.47716166677858357]]], "std": [[[0.12111590409644833]], [[0.12272578970951964]], [[0.12232384022769655]]], "count": [219]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4773708665353508]], [[0.4798848720043573]], [[0.4744265591891247]]], "std": [[[0.08700022482284561]], [[0.08574294879902851]], [[0.08849991371357932]]], "count": [219]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47719075771480585]], [[0.47973766955412306]], [[0.47606943138747126]]], "std": [[[0.0793610881212266]], [[0.07913016219782158]], [[0.08164474659232453]]], "count": [219]}, "states": {"min": [0.25761061906814575, 2.010951042175293, 1.12577223777771, 0.03644247725605965, -2.514094352722168, 0.8972563743591309, -2.877349853515625, 95.0, -0.000754999986384064, 0.31606000661849976, -0.266075998544693, -0.4524434506893158, -0.644977331161499, -0.39505499601364136, -0.6448289752006531, -0.8375660181045532, -2.0516695976257324, 0.2883109450340271, -0.09365437924861908, -2.900510311126709, -1.7218893766403198, 0.5695009827613831, 92.0, -0.31366899609565735, 0.24909000098705292, -0.2923170030117035, -0.49403584003448486, -0.47120577096939087, -0.5141147971153259, -0.5656844973564148], "max": [0.6558249592781067, 2.047114133834839, 1.9667068719863892, 1.5015941858291626, -0.3127804696559906, 1.2695001363754272, -0.5751557946205139, 882.0, 0.24898700416088104, 0.40603700280189514, -0.13105300068855286, 0.41673535108566284, 0.9623547196388245, 0.33845603466033936, 0.6455693244934082, -0.10475465655326843, -1.9928170442581177, 1.3040752410888672, 1.4313795566558838, -0.5757666826248169, -1.2546648979187012, 2.8406805992126465, 881.0, -0.06824299693107605, 0.37527498602867126, -0.11312200129032135, 0.5254141688346863, 0.9318045973777771, 0.5804160237312317, 0.7148233652114868], "mean": [0.44307079911231995, 2.019033908843994, 1.7325727939605713, 0.7249581217765808, -1.3743821382522583, 1.0747655630111694, -1.8467042446136475, 750.3726196289062, 0.1525006741285324, 0.36166438460350037, -0.19102413952350616, -0.21787726879119873, 0.7233423590660095, -0.25772368907928467, -0.4825728237628937, -0.4182945489883423, -2.038494348526001, 0.9747341871261597, 0.6601637005805969, -1.4467304944992065, -1.4784570932388306, 1.9264088869094849, 607.888916015625, -0.20961754024028778, 0.31386086344718933, -0.1953643262386322, -0.15254651010036469, 0.7165379524230957, 0.22151565551757812, 0.44812843203544617], "std": [0.08568131178617477, 0.006395113188773394, 0.22388407588005066, 0.4585646986961365, 0.6133614778518677, 0.13879577815532684, 0.725786566734314, 252.5525360107422, 0.0682118758559227, 0.028153838589787483, 0.034862615168094635, 0.158654123544693, 0.22337308526039124, 0.13743473589420319, 0.18987074494361877, 0.19817247986793518, 0.006377193611115217, 0.23900993168354034, 0.4334731101989746, 0.6443557143211365, 0.1412431299686432, 0.5938711166381836, 281.97955322265625, 0.07730208337306976, 0.03946441039443016, 0.040041301399469376, 0.2090844213962555, 0.27092668414115906, 0.20000682771205902, 0.23726344108581543], "count": [1323]}, "actions": {"min": [0.25761061906814575, 2.010951042175293, 1.12577223777771, 0.03644247725605965, -2.514094352722168, 0.8972563743591309, -2.877349853515625, 95.0, -0.000754999986384064, 0.31606000661849976, -0.266075998544693, -0.4524434506893158, -0.644977331161499, -0.39505499601364136, -0.6448289752006531, -0.8375660181045532, -2.0516695976257324, 0.2883109450340271, -0.09365437924861908, -2.900510311126709, -1.7218893766403198, 0.5695009827613831, 92.0, -0.31366899609565735, 0.24909000098705292, -0.2923170030117035, -0.49403584003448486, -0.47120577096939087, -0.5141147971153259, -0.5656844973564148], "max": [0.6558249592781067, 2.047114133834839, 1.9667068719863892, 1.5015941858291626, -0.3127804696559906, 1.2695001363754272, -0.5751557946205139, 882.0, 0.24898700416088104, 0.40603700280189514, -0.13105300068855286, 0.41673535108566284, 0.9623547196388245, 0.33845603466033936, 0.6455693244934082, -0.10475465655326843, -1.9928170442581177, 1.3040752410888672, 1.4313795566558838, -0.5757666826248169, -1.2546648979187012, 2.8406805992126465, 881.0, -0.06824299693107605, 0.37527498602867126, -0.11312200129032135, 0.5254141688346863, 0.9318045973777771, 0.5804160237312317, 0.7148233652114868], "mean": [0.44307079911231995, 2.019033908843994, 1.7325727939605713, 0.7249581217765808, -1.3743821382522583, 1.0747655630111694, -1.8467042446136475, 750.3726196289062, 0.1525006741285324, 0.36166438460350037, -0.19102413952350616, -0.21787726879119873, 0.7233423590660095, -0.25772368907928467, -0.4825728237628937, -0.4182945489883423, -2.038494348526001, 0.9747341871261597, 0.6601637005805969, -1.4467304944992065, -1.4784570932388306, 1.9264088869094849, 607.888916015625, -0.20961754024028778, 0.31386086344718933, -0.1953643262386322, -0.15254651010036469, 0.7165379524230957, 0.22151565551757812, 0.44812843203544617], "std": [0.08568131178617477, 0.006395113188773394, 0.22388407588005066, 0.4585646986961365, 0.6133614778518677, 0.13879577815532684, 0.725786566734314, 252.5525360107422, 0.0682118758559227, 0.028153838589787483, 0.034862615168094635, 0.158654123544693, 0.22337308526039124, 0.13743473589420319, 0.18987074494361877, 0.19817247986793518, 0.006377193611115217, 0.23900993168354034, 0.4334731101989746, 0.6443557143211365, 0.1412431299686432, 0.5938711166381836, 281.97955322265625, 0.07730208337306976, 0.03946441039443016, 0.040041301399469376, 0.2090844213962555, 0.27092668414115906, 0.20000682771205902, 0.23726344108581543], "count": [1323]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007558578987150416], "std": [0.027482477645801726], "count": [1323]}, "timestamp": {"min": [0.0], "max": [52.88], "mean": [26.44], "std": [15.276683758809263], "count": [1323]}, "frame_index": {"min": [0], "max": [1322], "mean": [661.0], "std": [381.9170939702315], "count": [1323]}, "episode_index": {"min": [414], "max": [414], "mean": [414.0], "std": [0.0], "count": [1323]}, "index": {"min": [496274], "max": [497596], "mean": [496935.0], "std": [381.9170939702315], "count": [1323]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1323]}}} +{"episode_index": 415, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[1.0]]], "mean": [[[0.4801852864182322]], [[0.48503261450740853]], [[0.480973625226705]]], "std": [[[0.12277559387272854]], [[0.1230313216701557]], [[0.12331691810243053]]], "count": [191]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6627450980392157]], [[0.6666666666666666]]], "mean": [[[0.4760959101136092]], [[0.47756447404441704]], [[0.47124326835882696]]], "std": [[[0.057457934195107106]], [[0.05941997862762518]], [[0.0659769974216379]]], "count": [191]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.47851594313554396]], [[0.47924549370358965]], [[0.4737564450518427]]], "std": [[[0.10138153953468997]], [[0.10330123963253132]], [[0.10878141203857805]]], "count": [191]}, "states": {"min": [0.3358362913131714, 1.9943180084228516, 1.0473721027374268, -0.030857423320412636, -2.4009273052215576, 0.5444031357765198, -2.670109272003174, -3.0, -0.012896999716758728, 0.3103350102901459, -0.2748520076274872, -0.39500492811203003, -0.6513763666152954, -0.48307332396507263, -0.6599605679512024, -0.7124260067939758, -2.048719882965088, 0.9473996758460999, -0.06757915019989014, 0.3364820182323456, -1.2768653631210327, -2.9928386211395264, 64.0, -0.28008100390434265, 0.2656719982624054, -0.29735100269317627, -0.4997560977935791, -0.5733197927474976, -0.5632585287094116, -0.5377952456474304], "max": [0.9035744667053223, 2.0473759174346924, 1.9421499967575073, 1.3842730522155762, -0.20856685936450958, 1.3739755153656006, -0.5748242139816284, 891.0, 0.2870439887046814, 0.39929598569869995, -0.17578500509262085, 0.40770870447158813, 0.9437872171401978, 0.5505726933479309, 0.6621087193489075, 0.0791855901479721, -1.848007082939148, 2.5496816635131836, 1.487038016319275, 2.653895616531372, 1.5208450555801392, -0.321978360414505, 908.0, -0.06453700363636017, 0.40902799367904663, -0.11737900227308273, 0.5452693700790405, 0.9728392362594604, 0.6193884611129761, 0.6476576924324036], "mean": [0.5346150994300842, 2.021390199661255, 1.5954242944717407, 0.528057873249054, -1.2030397653579712, 0.9950181841850281, -1.8991459608078003, 502.32757568359375, 0.1318231225013733, 0.3597877323627472, -0.22565506398677826, -0.12169172614812851, 0.7168846130371094, -0.2320510894060135, -0.4522993862628937, -0.32208025455474854, -2.032048463821411, 1.663590908050537, 0.6250578165054321, 1.8879988193511963, 0.34528297185897827, -1.9677488803863525, 599.5, -0.19931605458259583, 0.3230620324611664, -0.2142248898744583, -0.13014119863510132, 0.43238359689712524, 0.10245251655578613, 0.22371676564216614], "std": [0.1530928611755371, 0.010720175690948963, 0.2950427830219269, 0.3080494999885559, 0.4962807297706604, 0.1661355197429657, 0.4753301739692688, 278.6006774902344, 0.07262904942035675, 0.021266428753733635, 0.029426421970129013, 0.12466741353273392, 0.285037636756897, 0.22888557612895966, 0.25232231616973877, 0.25589409470558167, 0.022806957364082336, 0.5617818236351013, 0.48381710052490234, 0.8845618367195129, 1.1437091827392578, 1.0866475105285645, 296.5797424316406, 0.0650540217757225, 0.04163212329149246, 0.04527529329061508, 0.3870965540409088, 0.5143022537231445, 0.3693546652793884, 0.42987027764320374], "count": [1102]}, "actions": {"min": [0.3358362913131714, 1.9943180084228516, 1.0473721027374268, -0.030857423320412636, -2.4009273052215576, 0.5444031357765198, -2.670109272003174, -3.0, -0.012896999716758728, 0.3103350102901459, -0.2748520076274872, -0.39500492811203003, -0.6513763666152954, -0.48307332396507263, -0.6599605679512024, -0.7124260067939758, -2.048719882965088, 0.9473996758460999, -0.06757915019989014, 0.3364820182323456, -1.2768653631210327, -2.9928386211395264, 64.0, -0.28008100390434265, 0.2656719982624054, -0.29735100269317627, -0.4997560977935791, -0.5733197927474976, -0.5632585287094116, -0.5377952456474304], "max": [0.9035744667053223, 2.0473759174346924, 1.9421499967575073, 1.3842730522155762, -0.20856685936450958, 1.3739755153656006, -0.5748242139816284, 891.0, 0.2870439887046814, 0.39929598569869995, -0.17578500509262085, 0.40770870447158813, 0.9437872171401978, 0.5505726933479309, 0.6621087193489075, 0.0791855901479721, -1.848007082939148, 2.5496816635131836, 1.487038016319275, 2.653895616531372, 1.5208450555801392, -0.321978360414505, 908.0, -0.06453700363636017, 0.40902799367904663, -0.11737900227308273, 0.5452693700790405, 0.9728392362594604, 0.6193884611129761, 0.6476576924324036], "mean": [0.5346150994300842, 2.021390199661255, 1.5954242944717407, 0.528057873249054, -1.2030397653579712, 0.9950181841850281, -1.8991459608078003, 502.32757568359375, 0.1318231225013733, 0.3597877323627472, -0.22565506398677826, -0.12169172614812851, 0.7168846130371094, -0.2320510894060135, -0.4522993862628937, -0.32208025455474854, -2.032048463821411, 1.663590908050537, 0.6250578165054321, 1.8879988193511963, 0.34528297185897827, -1.9677488803863525, 599.5, -0.19931605458259583, 0.3230620324611664, -0.2142248898744583, -0.13014119863510132, 0.43238359689712524, 0.10245251655578613, 0.22371676564216614], "std": [0.1530928611755371, 0.010720175690948963, 0.2950427830219269, 0.3080494999885559, 0.4962807297706604, 0.1661355197429657, 0.4753301739692688, 278.6006774902344, 0.07262904942035675, 0.021266428753733635, 0.029426421970129013, 0.12466741353273392, 0.285037636756897, 0.22888557612895966, 0.25232231616973877, 0.25589409470558167, 0.022806957364082336, 0.5617818236351013, 0.48381710052490234, 0.8845618367195129, 1.1437091827392578, 1.0866475105285645, 296.5797424316406, 0.0650540217757225, 0.04163212329149246, 0.04527529329061508, 0.3870965540409088, 0.5143022537231445, 0.3693546652793884, 0.42987027764320374], "count": [1102]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009074410163339383], "std": [0.03011009078591118], "count": [1102]}, "timestamp": {"min": [0.0], "max": [44.04], "mean": [22.02], "std": [12.724794693825123], "count": [1102]}, "frame_index": {"min": [0], "max": [1101], "mean": [550.5], "std": [318.11986734562805], "count": [1102]}, "episode_index": {"min": [415], "max": [415], "mean": [415.0], "std": [0.0], "count": [1102]}, "index": {"min": [497597], "max": [498698], "mean": [498147.5], "std": [318.11986734562805], "count": [1102]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1102]}}} +{"episode_index": 416, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4614278028979791]], [[0.46829193782398015]], [[0.46135178611674554]]], "std": [[[0.14261175023988676]], [[0.13953892553990863]], [[0.14145207542244576]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9607843137254902]], [[0.984313725490196]]], "mean": [[[0.4678549613571482]], [[0.4737856084723161]], [[0.46812421822177147]]], "std": [[[0.08344524900701067]], [[0.0809925359796131]], [[0.08552002374119574]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.4629160351401097]], [[0.4636810614811059]], [[0.45975210939260763]]], "std": [[[0.11226656370788002]], [[0.11066150031330077]], [[0.11469417455234841]]], "count": [174]}, "states": {"min": [0.4140968322753906, 1.9777896404266357, -1.9221484661102295, -0.7339109778404236, -1.9444713592529297, -1.1648502349853516, 0.3343527317047119, 2.0, 0.03832799941301346, 0.32568100094795227, -0.2860870063304901, -0.4582342207431793, -0.529022753238678, -0.5185043215751648, -0.587075412273407, -0.9195442199707031, -2.0481438636779785, -2.507706642150879, -1.2617683410644531, -0.36503562331199646, -1.5742696523666382, 0.349694162607193, 57.0, -0.36098000407218933, 0.2996250092983246, -0.2863830029964447, -0.4724731147289276, 0.2156684696674347, 0.023725979030132294, 0.08221622556447983], "max": [0.818157970905304, 2.0387017726898193, -0.748187780380249, -0.10883873701095581, -0.024731317535042763, -0.6728418469429016, 1.3811315298080444, 901.0, 0.3161099851131439, 0.4414989948272705, -0.16548900306224823, 0.4804845154285431, 0.9307942986488342, 0.5854249000549316, 0.47417062520980835, -0.13461723923683167, -1.98040771484375, -1.053061842918396, 0.03680899366736412, 2.771024465560913, -0.44230133295059204, 2.6775097846984863, 891.0, -0.021160999312996864, 0.4457539916038513, -0.06944499909877777, 0.025340190157294273, 0.9775456190109253, 0.6675217151641846, 0.6809003353118896], "mean": [0.5943612456321716, 2.024847984313965, -1.521214246749878, -0.36280497908592224, -0.8674624562263489, -0.9199891090393066, 0.7089830636978149, 450.1151123046875, 0.14904233813285828, 0.38726529479026794, -0.22460556030273438, -0.25619250535964966, 0.7184338569641113, -0.19298845529556274, -0.4684538245201111, -0.5532594323158264, -2.038745641708374, -1.8380547761917114, -0.43123674392700195, 1.0488444566726685, -1.0872433185577393, 1.952229619026184, 576.328857421875, -0.20560449361801147, 0.36272555589675903, -0.21871636807918549, -0.2660422623157501, 0.6232336163520813, 0.43909236788749695, 0.4323078393936157], "std": [0.11257807910442352, 0.012015743181109428, 0.23272807896137238, 0.12570087611675262, 0.5758256912231445, 0.10269410163164139, 0.33842989802360535, 270.9191589355469, 0.06120568513870239, 0.031046420335769653, 0.03382242098450661, 0.17103949189186096, 0.24378636479377747, 0.2015569508075714, 0.17948174476623535, 0.22973909974098206, 0.007629751227796078, 0.4558332860469818, 0.37390604615211487, 1.039323091506958, 0.24528078734874725, 0.8543639779090881, 301.65142822265625, 0.10102523118257523, 0.03469099849462509, 0.05251135677099228, 0.16726820170879364, 0.2473110556602478, 0.2017374038696289, 0.176831915974617], "count": [973]}, "actions": {"min": [0.4140968322753906, 1.9777896404266357, -1.9221484661102295, -0.7339109778404236, -1.9444713592529297, -1.1648502349853516, 0.3343527317047119, 2.0, 0.03832799941301346, 0.32568100094795227, -0.2860870063304901, -0.4582342207431793, -0.529022753238678, -0.5185043215751648, -0.587075412273407, -0.9195442199707031, -2.0481438636779785, -2.507706642150879, -1.2617683410644531, -0.36503562331199646, -1.5742696523666382, 0.349694162607193, 57.0, -0.36098000407218933, 0.2996250092983246, -0.2863830029964447, -0.4724731147289276, 0.2156684696674347, 0.023725979030132294, 0.08221622556447983], "max": [0.818157970905304, 2.0387017726898193, -0.748187780380249, -0.10883873701095581, -0.024731317535042763, -0.6728418469429016, 1.3811315298080444, 901.0, 0.3161099851131439, 0.4414989948272705, -0.16548900306224823, 0.4804845154285431, 0.9307942986488342, 0.5854249000549316, 0.47417062520980835, -0.13461723923683167, -1.98040771484375, -1.053061842918396, 0.03680899366736412, 2.771024465560913, -0.44230133295059204, 2.6775097846984863, 891.0, -0.021160999312996864, 0.4457539916038513, -0.06944499909877777, 0.025340190157294273, 0.9775456190109253, 0.6675217151641846, 0.6809003353118896], "mean": [0.5943612456321716, 2.024847984313965, -1.521214246749878, -0.36280497908592224, -0.8674624562263489, -0.9199891090393066, 0.7089830636978149, 450.1151123046875, 0.14904233813285828, 0.38726529479026794, -0.22460556030273438, -0.25619250535964966, 0.7184338569641113, -0.19298845529556274, -0.4684538245201111, -0.5532594323158264, -2.038745641708374, -1.8380547761917114, -0.43123674392700195, 1.0488444566726685, -1.0872433185577393, 1.952229619026184, 576.328857421875, -0.20560449361801147, 0.36272555589675903, -0.21871636807918549, -0.2660422623157501, 0.6232336163520813, 0.43909236788749695, 0.4323078393936157], "std": [0.11257807910442352, 0.012015743181109428, 0.23272807896137238, 0.12570087611675262, 0.5758256912231445, 0.10269410163164139, 0.33842989802360535, 270.9191589355469, 0.06120568513870239, 0.031046420335769653, 0.03382242098450661, 0.17103949189186096, 0.24378636479377747, 0.2015569508075714, 0.17948174476623535, 0.22973909974098206, 0.007629751227796078, 0.4558332860469818, 0.37390604615211487, 1.039323091506958, 0.24528078734874725, 0.8543639779090881, 301.65142822265625, 0.10102523118257523, 0.03469099849462509, 0.05251135677099228, 0.16726820170879364, 0.2473110556602478, 0.2017374038696289, 0.176831915974617], "count": [973]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010277492291880781], "std": [0.03204204988308304], "count": [973]}, "timestamp": {"min": [0.0], "max": [38.88], "mean": [19.44], "std": [11.235230304715609], "count": [973]}, "frame_index": {"min": [0], "max": [972], "mean": [486.0], "std": [280.88075761789025], "count": [973]}, "episode_index": {"min": [416], "max": [416], "mean": [416.0], "std": [0.0], "count": [973]}, "index": {"min": [498699], "max": [499671], "mean": [499185.0], "std": [280.88075761789025], "count": [973]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [973]}}} +{"episode_index": 417, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.47413054364106755]], [[0.47810430623638345]], [[0.47420002978622006]]], "std": [[[0.11380564063086879]], [[0.11380710762774027]], [[0.11403124527902005]]], "count": [240]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[1.0]], [[1.0]]], "mean": [[[0.4704551274850218]], [[0.47330134037990196]], [[0.46652885433687363]]], "std": [[[0.08053811363586887]], [[0.08116112651119022]], [[0.0851288609453308]]], "count": [240]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.47538585069444445]], [[0.47591299615332244]], [[0.4707715499046841]]], "std": [[[0.08980115362956569]], [[0.09101818464837155]], [[0.09524676328455328]]], "count": [240]}, "states": {"min": [0.48164108395576477, 1.9773359298706055, -0.5814390182495117, -0.4018271863460541, -2.6200709342956543, -1.6989034414291382, 0.2154609113931656, 1.0, 0.028155000880360603, 0.2792209982872009, -0.26493000984191895, -0.46585389971733093, -0.6511304974555969, -0.45145663619041443, -0.6533313393592834, -0.84681636095047, -2.0539731979370117, -2.8844709396362305, -0.5280144810676575, 0.04138175770640373, -1.6032246351242065, 2.270289421081543, 31.0, -0.330159991979599, 0.28945600986480713, -0.2858229875564575, -0.4999958276748657, -0.47111397981643677, -0.6121020317077637, -0.6049743294715881], "max": [1.0176142454147339, 2.032540798187256, 0.5608091950416565, 0.14782939851284027, -1.7518393993377686, -0.8267101645469666, 1.002848744392395, 880.0, 0.28338000178337097, 0.41292598843574524, -0.1678519994020462, 0.47784098982810974, 0.8846491575241089, 0.5423411130905151, 0.6776798367500305, -0.3191160261631012, -1.8530683517456055, -2.1999351978302, 0.07405432313680649, 2.120016574859619, -1.0184868574142456, 2.832390069961548, 855.0, -0.09458599984645844, 0.40847599506378174, -0.13760599493980408, 0.557282030582428, 0.8813625574111938, 0.6327608227729797, 0.6421669125556946], "mean": [0.7206913232803345, 2.0155625343322754, 0.08522637188434601, -0.1053759977221489, -2.262410879135132, -1.240365743637085, 0.8311609625816345, 509.03619384765625, 0.1718500852584839, 0.3729364573955536, -0.21256393194198608, 0.10341382771730423, 0.15811970829963684, 0.08064650744199753, 0.060167569667100906, -0.5434993505477905, -2.0239036083221436, -2.4246160984039307, -0.10810623317956924, 1.2885122299194336, -1.2794363498687744, 2.5599617958068848, 540.1521606445312, -0.21577157080173492, 0.33690696954727173, -0.23281030356884003, -0.20342598855495453, 0.5395435690879822, 0.1651027798652649, 0.4032914340496063], "std": [0.15691061317920685, 0.009698895737528801, 0.4065336287021637, 0.14684827625751495, 0.20291069149971008, 0.22989718616008759, 0.16254016757011414, 260.3403015136719, 0.08099952340126038, 0.025206519290804863, 0.03186498209834099, 0.2432258427143097, 0.6802136301994324, 0.3054836094379425, 0.5822450518608093, 0.16533760726451874, 0.03481920808553696, 0.2760736644268036, 0.14498111605644226, 0.6830334067344666, 0.13725262880325317, 0.13486260175704956, 281.22760009765625, 0.08241214603185654, 0.03136388584971428, 0.028238706290721893, 0.29495808482170105, 0.3859612047672272, 0.3310159146785736, 0.36341392993927], "count": [1492]}, "actions": {"min": [0.48164108395576477, 1.9773359298706055, -0.5814390182495117, -0.4018271863460541, -2.6200709342956543, -1.6989034414291382, 0.2154609113931656, 1.0, 0.028155000880360603, 0.2792209982872009, -0.26493000984191895, -0.46585389971733093, -0.6511304974555969, -0.45145663619041443, -0.6533313393592834, -0.84681636095047, -2.0539731979370117, -2.8844709396362305, -0.5280144810676575, 0.04138175770640373, -1.6032246351242065, 2.270289421081543, 31.0, -0.330159991979599, 0.28945600986480713, -0.2858229875564575, -0.4999958276748657, -0.47111397981643677, -0.6121020317077637, -0.6049743294715881], "max": [1.0176142454147339, 2.032540798187256, 0.5608091950416565, 0.14782939851284027, -1.7518393993377686, -0.8267101645469666, 1.002848744392395, 880.0, 0.28338000178337097, 0.41292598843574524, -0.1678519994020462, 0.47784098982810974, 0.8846491575241089, 0.5423411130905151, 0.6776798367500305, -0.3191160261631012, -1.8530683517456055, -2.1999351978302, 0.07405432313680649, 2.120016574859619, -1.0184868574142456, 2.832390069961548, 855.0, -0.09458599984645844, 0.40847599506378174, -0.13760599493980408, 0.557282030582428, 0.8813625574111938, 0.6327608227729797, 0.6421669125556946], "mean": [0.7206913232803345, 2.0155625343322754, 0.08522637188434601, -0.1053759977221489, -2.262410879135132, -1.240365743637085, 0.8311609625816345, 509.03619384765625, 0.1718500852584839, 0.3729364573955536, -0.21256393194198608, 0.10341382771730423, 0.15811970829963684, 0.08064650744199753, 0.060167569667100906, -0.5434993505477905, -2.0239036083221436, -2.4246160984039307, -0.10810623317956924, 1.2885122299194336, -1.2794363498687744, 2.5599617958068848, 540.1521606445312, -0.21577157080173492, 0.33690696954727173, -0.23281030356884003, -0.20342598855495453, 0.5395435690879822, 0.1651027798652649, 0.4032914340496063], "std": [0.15691061317920685, 0.009698895737528801, 0.4065336287021637, 0.14684827625751495, 0.20291069149971008, 0.22989718616008759, 0.16254016757011414, 260.3403015136719, 0.08099952340126038, 0.025206519290804863, 0.03186498209834099, 0.2432258427143097, 0.6802136301994324, 0.3054836094379425, 0.5822450518608093, 0.16533760726451874, 0.03481920808553696, 0.2760736644268036, 0.14498111605644226, 0.6830334067344666, 0.13725262880325317, 0.13486260175704956, 281.22760009765625, 0.08241214603185654, 0.03136388584971428, 0.028238706290721893, 0.29495808482170105, 0.3859612047672272, 0.3310159146785736, 0.36341392993927], "count": [1492]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006702412868632708], "std": [0.02588034125510432], "count": [1492]}, "timestamp": {"min": [0.0], "max": [59.64], "mean": [29.82], "std": [17.228128162978123], "count": [1492]}, "frame_index": {"min": [0], "max": [1491], "mean": [745.5], "std": [430.7032040744531], "count": [1492]}, "episode_index": {"min": [417], "max": [417], "mean": [417.0], "std": [0.0], "count": [1492]}, "index": {"min": [499672], "max": [501163], "mean": [500417.5], "std": [430.7032040744531], "count": [1492]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1492]}}} +{"episode_index": 418, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.48105670248868776]], [[0.4845465819217233]], [[0.4806275041574815]]], "std": [[[0.1095491339914972]], [[0.11025962951241153]], [[0.11059600093020998]]], "count": [169]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7058823529411765]], [[0.6549019607843137]], [[0.6627450980392157]]], "mean": [[[0.47276922835209034]], [[0.4772327150288123]], [[0.47198295795142514]]], "std": [[[0.0673671348234213]], [[0.06307654623243526]], [[0.06819340751120948]]], "count": [169]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4747714738755463]], [[0.47296627968248445]], [[0.46953062758634023]]], "std": [[[0.09385261209673826]], [[0.09444212259373436]], [[0.09866282765535726]]], "count": [169]}, "states": {"min": [0.4392121136188507, 2.0080013275146484, -1.0698869228363037, -0.4034503102302551, -2.2496423721313477, -1.3068501949310303, 0.3695385754108429, -5.0, 0.030719999223947525, 0.34752801060676575, -0.26874199509620667, -0.45559102296829224, -0.540340006351471, -0.5428097248077393, -0.6029636859893799, -0.8069355487823486, -2.0558059215545654, -1.8615506887435913, -1.4708937406539917, -0.3052231967449188, -1.5656999349594116, 0.7202624678611755, 39.0, -0.3198060095310211, 0.3093309998512268, -0.28778699040412903, -0.46794986724853516, 0.3404969573020935, -0.13107937574386597, 0.14883598685264587], "max": [0.9945409893989563, 2.0708158016204834, 0.34983381628990173, 0.21062633395195007, -0.7314151525497437, -0.6234840154647827, 1.094443678855896, 882.0, 0.34032100439071655, 0.4388580024242401, -0.1927729994058609, 0.5399464964866638, 0.8902875185012817, 0.5683364272117615, 0.5476754307746887, -0.153205007314682, -1.891483187675476, -1.160574197769165, -0.07970918715000153, 2.5848500728607178, -0.4697030484676361, 2.7381248474121094, 895.0, -0.04898099973797798, 0.4268049895763397, -0.09963099658489227, -0.009025736711919308, 0.9674510955810547, 0.6304181814193726, 0.5856242775917053], "mean": [0.7096754312515259, 2.026373863220215, -0.3664564788341522, -0.09468436986207962, -1.810732364654541, -1.0069549083709717, 0.7461496591567993, 499.54913330078125, 0.18711110949516296, 0.37726539373397827, -0.23954738676548004, 0.01566210761666298, 0.40482214093208313, -0.0030778106302022934, -0.18302500247955322, -0.436202734708786, -2.037871837615967, -1.5601990222930908, -0.46068328619003296, 0.5682389140129089, -1.0615801811218262, 2.2390048503875732, 686.2948608398438, -0.2250894457101822, 0.3492126166820526, -0.23063163459300995, -0.31122878193855286, 0.6180015206336975, 0.42864057421684265, 0.4561510682106018], "std": [0.1761655956506729, 0.015508029609918594, 0.4987688958644867, 0.12475356459617615, 0.29754868149757385, 0.12940457463264465, 0.23870669305324554, 266.4257507324219, 0.10571298003196716, 0.018629681318998337, 0.016139579936861992, 0.31606778502464294, 0.6028663516044617, 0.3736751973628998, 0.4465267062187195, 0.13718196749687195, 0.022371334955096245, 0.16679413616657257, 0.47429603338241577, 1.0838260650634766, 0.21898460388183594, 0.6913225650787354, 312.5535583496094, 0.07772897183895111, 0.020953625440597534, 0.048430223017930984, 0.1479244828224182, 0.21418136358261108, 0.21083776652812958, 0.13113705813884735], "count": [936]}, "actions": {"min": [0.4392121136188507, 2.0080013275146484, -1.0698869228363037, -0.4034503102302551, -2.2496423721313477, -1.3068501949310303, 0.3695385754108429, -5.0, 0.030719999223947525, 0.34752801060676575, -0.26874199509620667, -0.45559102296829224, -0.540340006351471, -0.5428097248077393, -0.6029636859893799, -0.8069355487823486, -2.0558059215545654, -1.8615506887435913, -1.4708937406539917, -0.3052231967449188, -1.5656999349594116, 0.7202624678611755, 39.0, -0.3198060095310211, 0.3093309998512268, -0.28778699040412903, -0.46794986724853516, 0.3404969573020935, -0.13107937574386597, 0.14883598685264587], "max": [0.9945409893989563, 2.0708158016204834, 0.34983381628990173, 0.21062633395195007, -0.7314151525497437, -0.6234840154647827, 1.094443678855896, 882.0, 0.34032100439071655, 0.4388580024242401, -0.1927729994058609, 0.5399464964866638, 0.8902875185012817, 0.5683364272117615, 0.5476754307746887, -0.153205007314682, -1.891483187675476, -1.160574197769165, -0.07970918715000153, 2.5848500728607178, -0.4697030484676361, 2.7381248474121094, 895.0, -0.04898099973797798, 0.4268049895763397, -0.09963099658489227, -0.009025736711919308, 0.9674510955810547, 0.6304181814193726, 0.5856242775917053], "mean": [0.7096754312515259, 2.026373863220215, -0.3664564788341522, -0.09468436986207962, -1.810732364654541, -1.0069549083709717, 0.7461496591567993, 499.54913330078125, 0.18711110949516296, 0.37726539373397827, -0.23954738676548004, 0.01566210761666298, 0.40482214093208313, -0.0030778106302022934, -0.18302500247955322, -0.436202734708786, -2.037871837615967, -1.5601990222930908, -0.46068328619003296, 0.5682389140129089, -1.0615801811218262, 2.2390048503875732, 686.2948608398438, -0.2250894457101822, 0.3492126166820526, -0.23063163459300995, -0.31122878193855286, 0.6180015206336975, 0.42864057421684265, 0.4561510682106018], "std": [0.1761655956506729, 0.015508029609918594, 0.4987688958644867, 0.12475356459617615, 0.29754868149757385, 0.12940457463264465, 0.23870669305324554, 266.4257507324219, 0.10571298003196716, 0.018629681318998337, 0.016139579936861992, 0.31606778502464294, 0.6028663516044617, 0.3736751973628998, 0.4465267062187195, 0.13718196749687195, 0.022371334955096245, 0.16679413616657257, 0.47429603338241577, 1.0838260650634766, 0.21898460388183594, 0.6913225650787354, 312.5535583496094, 0.07772897183895111, 0.020953625440597534, 0.048430223017930984, 0.1479244828224182, 0.21418136358261108, 0.21083776652812958, 0.13113705813884735], "count": [936]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010683760683760685], "std": [0.03266855737483046], "count": [936]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.699999999999996], "std": [10.807990870955928], "count": [936]}, "frame_index": {"min": [0], "max": [935], "mean": [467.5], "std": [270.1997717738982], "count": [936]}, "episode_index": {"min": [418], "max": [418], "mean": [418.0], "std": [0.0], "count": [936]}, "index": {"min": [501164], "max": [502099], "mean": [501631.5], "std": [270.1997717738982], "count": [936]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [936]}}} +{"episode_index": 419, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4666484047678901]], [[0.4738096394754483]], [[0.46820303753980225]]], "std": [[[0.1476356653744512]], [[0.14607170409937303]], [[0.14723394053056235]]], "count": [195]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659269963968493]], [[0.47300350888218534]], [[0.46700624162057985]]], "std": [[[0.09099754590331278]], [[0.0872122574291683]], [[0.08985472906741225]]], "count": [195]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4688493485000838]], [[0.4690827247779454]], [[0.46579960616725324]]], "std": [[[0.12070301596625636]], [[0.11789526398992067]], [[0.1208176143554968]]], "count": [195]}, "states": {"min": [0.39934879541397095, 1.8749898672103882, -1.3345484733581543, -0.35203292965888977, -1.8803480863571167, -1.4401583671569824, 0.22949334979057312, -1.0, 0.06791900098323822, 0.29892200231552124, -0.28593701124191284, -0.4108991324901581, -0.5815984010696411, -0.5282277464866638, -0.6073830127716064, -1.0113658905029297, -2.0556139945983887, 0.45900416374206543, -0.19481363892555237, 0.4012686312198639, 0.9801071286201477, -2.411102533340454, 55.0, -0.2500239908695221, 0.3254280090332031, -0.2682349979877472, -0.40164241194725037, 0.44010260701179504, -0.008263545110821724, 0.1425689160823822], "max": [0.8590511083602905, 2.0447230339050293, -1.0168462991714478, 0.020943952724337578, -0.39563125371932983, -0.8778657913208008, 1.066186785697937, 882.0, 0.2601099908351898, 0.43050599098205566, -0.19051000475883484, 0.49207407236099243, 0.8946987390518188, 0.5390243530273438, 0.5961998701095581, -0.45404738187789917, -1.8629121780395508, 1.7817542552947998, 1.3799272775650024, 2.871729850769043, 1.596958875656128, -0.36074215173721313, 908.0, 0.009157000109553337, 0.42132601141929626, -0.08992899954319, 0.06173105537891388, 0.983979344367981, 0.5504189133644104, 0.7600477933883667], "mean": [0.6365044713020325, 2.007847547531128, -1.1593927145004272, -0.2167247235774994, -1.1195365190505981, -1.0738099813461304, 0.8330613970756531, 541.318359375, 0.174949511885643, 0.381222665309906, -0.22553381323814392, -0.04592813178896904, 0.47768986225128174, -0.0820038691163063, -0.2918885350227356, -0.6725151538848877, -2.034334182739258, 1.1189333200454712, 0.5162221193313599, 1.641535758972168, 1.237847924232483, -1.4073513746261597, 596.5593872070312, -0.1534963995218277, 0.3754727840423584, -0.19598694145679474, -0.13684646785259247, 0.749092161655426, 0.31254905462265015, 0.4451565444469452], "std": [0.10294105112552643, 0.03444475680589676, 0.0828479677438736, 0.10450717806816101, 0.531758725643158, 0.15326334536075592, 0.22893263399600983, 307.3177185058594, 0.0595085583627224, 0.03462311998009682, 0.017540961503982544, 0.2609095871448517, 0.5415515899658203, 0.3422780930995941, 0.44640058279037476, 0.16740556061267853, 0.025444379076361656, 0.3059091866016388, 0.38846153020858765, 0.7672069072723389, 0.20160172879695892, 0.6541374325752258, 300.63330078125, 0.08238061517477036, 0.021334059536457062, 0.045743513852357864, 0.13530059158802032, 0.18841679394245148, 0.19895224273204803, 0.1757631152868271], "count": [1137]}, "actions": {"min": [0.39934879541397095, 1.8749898672103882, -1.3345484733581543, -0.35203292965888977, -1.8803480863571167, -1.4401583671569824, 0.22949334979057312, -1.0, 0.06791900098323822, 0.29892200231552124, -0.28593701124191284, -0.4108991324901581, -0.5815984010696411, -0.5282277464866638, -0.6073830127716064, -1.0113658905029297, -2.0556139945983887, 0.45900416374206543, -0.19481363892555237, 0.4012686312198639, 0.9801071286201477, -2.411102533340454, 55.0, -0.2500239908695221, 0.3254280090332031, -0.2682349979877472, -0.40164241194725037, 0.44010260701179504, -0.008263545110821724, 0.1425689160823822], "max": [0.8590511083602905, 2.0447230339050293, -1.0168462991714478, 0.020943952724337578, -0.39563125371932983, -0.8778657913208008, 1.066186785697937, 882.0, 0.2601099908351898, 0.43050599098205566, -0.19051000475883484, 0.49207407236099243, 0.8946987390518188, 0.5390243530273438, 0.5961998701095581, -0.45404738187789917, -1.8629121780395508, 1.7817542552947998, 1.3799272775650024, 2.871729850769043, 1.596958875656128, -0.36074215173721313, 908.0, 0.009157000109553337, 0.42132601141929626, -0.08992899954319, 0.06173105537891388, 0.983979344367981, 0.5504189133644104, 0.7600477933883667], "mean": [0.6365044713020325, 2.007847547531128, -1.1593927145004272, -0.2167247235774994, -1.1195365190505981, -1.0738099813461304, 0.8330613970756531, 541.318359375, 0.174949511885643, 0.381222665309906, -0.22553381323814392, -0.04592813178896904, 0.47768986225128174, -0.0820038691163063, -0.2918885350227356, -0.6725151538848877, -2.034334182739258, 1.1189333200454712, 0.5162221193313599, 1.641535758972168, 1.237847924232483, -1.4073513746261597, 596.5593872070312, -0.1534963995218277, 0.3754727840423584, -0.19598694145679474, -0.13684646785259247, 0.749092161655426, 0.31254905462265015, 0.4451565444469452], "std": [0.10294105112552643, 0.03444475680589676, 0.0828479677438736, 0.10450717806816101, 0.531758725643158, 0.15326334536075592, 0.22893263399600983, 307.3177185058594, 0.0595085583627224, 0.03462311998009682, 0.017540961503982544, 0.2609095871448517, 0.5415515899658203, 0.3422780930995941, 0.44640058279037476, 0.16740556061267853, 0.025444379076361656, 0.3059091866016388, 0.38846153020858765, 0.7672069072723389, 0.20160172879695892, 0.6541374325752258, 300.63330078125, 0.08238061517477036, 0.021334059536457062, 0.045743513852357864, 0.13530059158802032, 0.18841679394245148, 0.19895224273204803, 0.1757631152868271], "count": [1137]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008795074758135445], "std": [0.029643446871332836], "count": [1137]}, "timestamp": {"min": [0.0], "max": [45.44], "mean": [22.72], "std": [13.128940043532328], "count": [1137]}, "frame_index": {"min": [0], "max": [1136], "mean": [568.0], "std": [328.22350108830824], "count": [1137]}, "episode_index": {"min": [419], "max": [419], "mean": [419.0], "std": [0.0], "count": [1137]}, "index": {"min": [502100], "max": [503236], "mean": [502668.0], "std": [328.22350108830824], "count": [1137]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1137]}}} +{"episode_index": 420, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.46588521833854313]], [[0.4718959142433141]], [[0.4660205639622999]]], "std": [[[0.13808940589403312]], [[0.13459524036857465]], [[0.13620140980872814]]], "count": [207]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4673230992074769]], [[0.4679469822550598]], [[0.4614015897824508]]], "std": [[[0.09646789050134753]], [[0.09443639811702907]], [[0.09976163759123668]]], "count": [207]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[0.9137254901960784]]], "mean": [[[0.4636090775078147]], [[0.46471097474819234]], [[0.46027298238135833]]], "std": [[[0.11103080818745897]], [[0.11033939102348626]], [[0.11416816337680703]]], "count": [207]}, "states": {"min": [0.24319417774677277, 1.9854692220687866, -1.7671284675598145, -1.3447588682174683, -2.895204782485962, -1.518628478050232, 0.5267403721809387, -2.0, 0.030378999188542366, 0.2859880030155182, -0.2967120110988617, -0.3972106873989105, -0.5849957466125488, -0.5563139915466309, -0.6271981000900269, -0.8790351152420044, -2.0682501792907715, 1.011837124824524, 0.026232300326228142, 0.07618362456560135, -1.0607413053512573, -2.9912848472595215, 37.0, -0.3367309868335724, 0.2576879858970642, -0.26806700229644775, -0.49563294649124146, -0.4489436447620392, -0.5675030946731567, -0.5585182309150696], "max": [0.7686080932617188, 2.041337013244629, -0.4493699371814728, -0.13487905263900757, -0.39241981506347656, -0.2793748676776886, 2.3879597187042236, 709.0, 0.29200801253318787, 0.44256100058555603, -0.11430399864912033, 0.3849724233150482, 0.9792758822441101, 0.5395141243934631, 0.6005918383598328, -0.016196655109524727, -1.8531557321548462, 2.1941757202148438, 1.5479151010513306, 2.7823688983917236, 1.7478950023651123, -0.48692941665649414, 891.0, -0.013384000398218632, 0.4172450006008148, -0.05829999968409538, 0.514188826084137, 0.9722064137458801, 0.614932119846344, 0.7294838428497314], "mean": [0.47976645827293396, 2.021305799484253, -1.210647463798523, -0.44259822368621826, -1.2778029441833496, -1.104726791381836, 0.9985477924346924, 366.8531799316406, 0.20290714502334595, 0.3523916006088257, -0.22728018462657928, -0.02683643251657486, 0.3913406431674957, -0.047563761472702026, -0.13937358558177948, -0.47967538237571716, -2.034006357192993, 1.4084830284118652, 0.5459749102592468, 1.6375614404678345, 0.7976831197738647, -1.5859555006027222, 508.26507568359375, -0.17833788692951202, 0.33848443627357483, -0.20934376120567322, -0.07342041283845901, 0.5040519833564758, 0.1388753354549408, 0.2759040594100952], "std": [0.12786497175693512, 0.006208541337400675, 0.30355873703956604, 0.3173947334289551, 0.6205465793609619, 0.171688973903656, 0.5286639928817749, 271.8955078125, 0.06861134618520737, 0.035656992346048355, 0.04792426526546478, 0.26852408051490784, 0.6230838894844055, 0.3531590700149536, 0.489269495010376, 0.30203548073768616, 0.029460635036230087, 0.4252445697784424, 0.43411189317703247, 0.8473745584487915, 0.912036120891571, 0.9409295916557312, 354.63531494140625, 0.09487283229827881, 0.03706962242722511, 0.04675164446234703, 0.301337331533432, 0.4868214428424835, 0.3786871135234833, 0.4170476198196411], "count": [1226]}, "actions": {"min": [0.24319417774677277, 1.9854692220687866, -1.7671284675598145, -1.3447588682174683, -2.895204782485962, -1.518628478050232, 0.5267403721809387, -2.0, 0.030378999188542366, 0.2859880030155182, -0.2967120110988617, -0.3972106873989105, -0.5849957466125488, -0.5563139915466309, -0.6271981000900269, -0.8790351152420044, -2.0682501792907715, 1.011837124824524, 0.026232300326228142, 0.07618362456560135, -1.0607413053512573, -2.9912848472595215, 37.0, -0.3367309868335724, 0.2576879858970642, -0.26806700229644775, -0.49563294649124146, -0.4489436447620392, -0.5675030946731567, -0.5585182309150696], "max": [0.7686080932617188, 2.041337013244629, -0.4493699371814728, -0.13487905263900757, -0.39241981506347656, -0.2793748676776886, 2.3879597187042236, 709.0, 0.29200801253318787, 0.44256100058555603, -0.11430399864912033, 0.3849724233150482, 0.9792758822441101, 0.5395141243934631, 0.6005918383598328, -0.016196655109524727, -1.8531557321548462, 2.1941757202148438, 1.5479151010513306, 2.7823688983917236, 1.7478950023651123, -0.48692941665649414, 891.0, -0.013384000398218632, 0.4172450006008148, -0.05829999968409538, 0.514188826084137, 0.9722064137458801, 0.614932119846344, 0.7294838428497314], "mean": [0.47976645827293396, 2.021305799484253, -1.210647463798523, -0.44259822368621826, -1.2778029441833496, -1.104726791381836, 0.9985477924346924, 366.8531799316406, 0.20290714502334595, 0.3523916006088257, -0.22728018462657928, -0.02683643251657486, 0.3913406431674957, -0.047563761472702026, -0.13937358558177948, -0.47967538237571716, -2.034006357192993, 1.4084830284118652, 0.5459749102592468, 1.6375614404678345, 0.7976831197738647, -1.5859555006027222, 508.26507568359375, -0.17833788692951202, 0.33848443627357483, -0.20934376120567322, -0.07342041283845901, 0.5040519833564758, 0.1388753354549408, 0.2759040594100952], "std": [0.12786497175693512, 0.006208541337400675, 0.30355873703956604, 0.3173947334289551, 0.6205465793609619, 0.171688973903656, 0.5286639928817749, 271.8955078125, 0.06861134618520737, 0.035656992346048355, 0.04792426526546478, 0.26852408051490784, 0.6230838894844055, 0.3531590700149536, 0.489269495010376, 0.30203548073768616, 0.029460635036230087, 0.4252445697784424, 0.43411189317703247, 0.8473745584487915, 0.912036120891571, 0.9409295916557312, 354.63531494140625, 0.09487283229827881, 0.03706962242722511, 0.04675164446234703, 0.301337331533432, 0.4868214428424835, 0.3786871135234833, 0.4170476198196411], "count": [1226]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008156606851549756], "std": [0.028548123980424143], "count": [1226]}, "timestamp": {"min": [0.0], "max": [49.0], "mean": [24.5], "std": [14.156623891309678], "count": [1226]}, "frame_index": {"min": [0], "max": [1225], "mean": [612.5], "std": [353.915597282742], "count": [1226]}, "episode_index": {"min": [420], "max": [420], "mean": [420.0], "std": [0.0], "count": [1226]}, "index": {"min": [503237], "max": [504462], "mean": [503849.5], "std": [353.915597282742], "count": [1226]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1226]}}} +{"episode_index": 421, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.4667663019214972]], [[0.47467639246044496]], [[0.4686951018339941]]], "std": [[[0.14144753688665265]], [[0.1379052140801952]], [[0.13988304187031425]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638478204578735]], [[0.4661096557019893]], [[0.46034052220615024]]], "std": [[[0.09035016609629092]], [[0.08688675963803412]], [[0.09097475644445659]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.4704626705418051]], [[0.4711992504196578]], [[0.467800856727026]]], "std": [[[0.10551053277347283]], [[0.10456650923909844]], [[0.10847287814815433]]], "count": [183]}, "states": {"min": [0.36451202630996704, 1.9683997631072998, -1.928187370300293, -1.5089070796966553, -2.618168354034424, -1.6271530389785767, 0.37142354249954224, 3.0, -0.008863000199198723, 0.29508501291275024, -0.29179099202156067, -0.46310362219810486, -0.6605591177940369, -0.5515472888946533, -0.6395901441574097, -0.9696177244186401, -2.0592093467712402, 0.7766366600990295, -0.023090707138180733, -0.08908160775899887, 0.7848571538925171, -2.449185609817505, 50.0, -0.30854299664497375, 0.30454200506210327, -0.26997700333595276, -0.4606971740722656, 0.3911384642124176, 0.0042509459890425205, 0.12883123755455017], "max": [0.8631700873374939, 2.0417211055755615, -0.8223642706871033, -0.004625122528523207, -0.3648436367511749, -0.849678635597229, 2.4376492500305176, 836.0, 0.28128400444984436, 0.4335319995880127, -0.09577199816703796, 0.49186673760414124, 0.9847230315208435, 0.5666091442108154, 0.6846201419830322, -0.274173766374588, -1.8151425123214722, 1.7808468341827393, 1.315088152885437, 2.756608009338379, 1.5158708095550537, -0.48659777641296387, 893.0, -0.002899999963119626, 0.4272550046443939, -0.05822800099849701, -0.004002654924988747, 0.9855052828788757, 0.599680483341217, 0.7421277761459351], "mean": [0.5501198172569275, 2.024217367172241, -1.2225443124771118, -0.4702241122722626, -1.2752325534820557, -1.0857816934585571, 1.0066323280334473, 456.7031555175781, 0.18370753526687622, 0.3608488142490387, -0.22471001744270325, 0.03393882140517235, 0.3834533989429474, 0.03858333081007004, -0.12115036696195602, -0.5656919479370117, -2.036337375640869, 1.2521802186965942, 0.3628034293651581, 1.1196531057357788, 1.2140941619873047, -1.0869303941726685, 590.6858520507812, -0.19521500170230865, 0.3489026129245758, -0.21966959536075592, -0.24929504096508026, 0.6617593765258789, 0.36594077944755554, 0.4591407775878906], "std": [0.11207970976829529, 0.008766905404627323, 0.3511359393596649, 0.4475560784339905, 0.7113159894943237, 0.2076113224029541, 0.6732813119888306, 255.35179138183594, 0.08423846960067749, 0.035149168223142624, 0.044668104499578476, 0.28855159878730774, 0.6504281163215637, 0.369607150554657, 0.4389961063861847, 0.21093009412288666, 0.031639985740184784, 0.324240505695343, 0.40001633763313293, 0.9622775912284851, 0.1717362105846405, 0.7262134552001953, 298.5556945800781, 0.1024681031703949, 0.032570548355579376, 0.0503537617623806, 0.17493103444576263, 0.2196575552225113, 0.2217138558626175, 0.16491489112377167], "count": [1041]}, "actions": {"min": [0.36451202630996704, 1.9683997631072998, -1.928187370300293, -1.5089070796966553, -2.618168354034424, -1.6271530389785767, 0.37142354249954224, 3.0, -0.008863000199198723, 0.29508501291275024, -0.29179099202156067, -0.46310362219810486, -0.6605591177940369, -0.5515472888946533, -0.6395901441574097, -0.9696177244186401, -2.0592093467712402, 0.7766366600990295, -0.023090707138180733, -0.08908160775899887, 0.7848571538925171, -2.449185609817505, 50.0, -0.30854299664497375, 0.30454200506210327, -0.26997700333595276, -0.4606971740722656, 0.3911384642124176, 0.0042509459890425205, 0.12883123755455017], "max": [0.8631700873374939, 2.0417211055755615, -0.8223642706871033, -0.004625122528523207, -0.3648436367511749, -0.849678635597229, 2.4376492500305176, 836.0, 0.28128400444984436, 0.4335319995880127, -0.09577199816703796, 0.49186673760414124, 0.9847230315208435, 0.5666091442108154, 0.6846201419830322, -0.274173766374588, -1.8151425123214722, 1.7808468341827393, 1.315088152885437, 2.756608009338379, 1.5158708095550537, -0.48659777641296387, 893.0, -0.002899999963119626, 0.4272550046443939, -0.05822800099849701, -0.004002654924988747, 0.9855052828788757, 0.599680483341217, 0.7421277761459351], "mean": [0.5501198172569275, 2.024217367172241, -1.2225443124771118, -0.4702241122722626, -1.2752325534820557, -1.0857816934585571, 1.0066323280334473, 456.7031555175781, 0.18370753526687622, 0.3608488142490387, -0.22471001744270325, 0.03393882140517235, 0.3834533989429474, 0.03858333081007004, -0.12115036696195602, -0.5656919479370117, -2.036337375640869, 1.2521802186965942, 0.3628034293651581, 1.1196531057357788, 1.2140941619873047, -1.0869303941726685, 590.6858520507812, -0.19521500170230865, 0.3489026129245758, -0.21966959536075592, -0.24929504096508026, 0.6617593765258789, 0.36594077944755554, 0.4591407775878906], "std": [0.11207970976829529, 0.008766905404627323, 0.3511359393596649, 0.4475560784339905, 0.7113159894943237, 0.2076113224029541, 0.6732813119888306, 255.35179138183594, 0.08423846960067749, 0.035149168223142624, 0.044668104499578476, 0.28855159878730774, 0.6504281163215637, 0.369607150554657, 0.4389961063861847, 0.21093009412288666, 0.031639985740184784, 0.324240505695343, 0.40001633763313293, 0.9622775912284851, 0.1717362105846405, 0.7262134552001953, 298.5556945800781, 0.1024681031703949, 0.032570548355579376, 0.0503537617623806, 0.17493103444576263, 0.2196575552225113, 0.2217138558626175, 0.16491489112377167], "count": [1041]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009606147934678194], "std": [0.03097889624706455], "count": [1041]}, "timestamp": {"min": [0.0], "max": [41.6], "mean": [20.8], "std": [12.020427058414631], "count": [1041]}, "frame_index": {"min": [0], "max": [1040], "mean": [520.0], "std": [300.51067646036586], "count": [1041]}, "episode_index": {"min": [421], "max": [421], "mean": [421.0], "std": [0.0], "count": [1041]}, "index": {"min": [504463], "max": [505503], "mean": [504983.0], "std": [300.51067646036586], "count": [1041]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1041]}}} +{"episode_index": 422, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4624942040516032]], [[0.4709077856055162]], [[0.4669180397289806]]], "std": [[[0.14627376918188995]], [[0.144976559968361]], [[0.14688155286563145]]], "count": [191]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[1.0]], [[1.0]]], "mean": [[[0.46513531400780206]], [[0.4699316987047873]], [[0.4659933261044383]]], "std": [[[0.09226264053639949]], [[0.08629823753918583]], [[0.08603116136786172]]], "count": [191]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619122170465045]], [[0.46163219574479003]], [[0.4587588607432502]]], "std": [[[0.11410318816397368]], [[0.11180820647241695]], [[0.11364495527800902]]], "count": [191]}, "states": {"min": [0.5172806978225708, 1.9685744047164917, -1.921380639076233, -0.27920031547546387, -1.6316211223602295, -1.264351487159729, 0.45725882053375244, 10.0, 0.057266999036073685, 0.340813010931015, -0.27612099051475525, -0.36943572759628296, -0.6473601460456848, -0.49347952008247375, -0.6599332094192505, -0.986198365688324, -2.060169219970703, 0.8495565056800842, -0.07419394701719284, 0.26225319504737854, 0.8381944298744202, -2.2590670585632324, 19.0, -0.2534480094909668, 0.3521609902381897, -0.2638539969921112, -0.3803797960281372, 0.38644251227378845, -0.2223976105451584, 0.1311917006969452], "max": [0.8852484822273254, 2.043833017349243, -1.0046114921569824, -0.03207915276288986, -0.26218336820602417, -0.5401445031166077, 1.2349426746368408, 899.0, 0.20380799472332, 0.4329780042171478, -0.16319699585437775, 0.3296516537666321, 0.8949335217475891, 0.49586570262908936, 0.6836743354797363, -0.28958502411842346, -1.7747554779052734, 1.637485384941101, 1.3091540336608887, 2.858203411102295, 1.5407243967056274, -0.5031086206436157, 904.0, -0.01898599974811077, 0.44049298763275146, -0.09717199951410294, 0.03936571255326271, 0.9465891718864441, 0.5736890435218811, 0.7269184589385986], "mean": [0.6873095631599426, 2.020491123199463, -1.5324435234069824, -0.21973150968551636, -0.8053893446922302, -0.9267600774765015, 0.9242479205131531, 557.3648071289062, 0.13568249344825745, 0.3966498374938965, -0.22710798680782318, -0.006379017140716314, 0.36938077211380005, -0.03477836400270462, -0.14922888576984406, -0.6609557867050171, -2.0312108993530273, 1.1455578804016113, 0.28696614503860474, 1.183794617652893, 1.062524437904358, -0.975805401802063, 508.38201904296875, -0.17790846526622772, 0.39181089401245117, -0.2178497165441513, -0.24294404685497284, 0.686047375202179, 0.3498961329460144, 0.4769551157951355], "std": [0.08973897248506546, 0.012746255844831467, 0.23428389430046082, 0.035837557166814804, 0.44940847158432007, 0.15417742729187012, 0.17445701360702515, 358.7568664550781, 0.04766523092985153, 0.025111157447099686, 0.025276824831962585, 0.21949402987957, 0.6320295333862305, 0.34299436211586, 0.5241690874099731, 0.14857091009616852, 0.040017545223236084, 0.14857426285743713, 0.36471304297447205, 0.7737516164779663, 0.18839316070079803, 0.47623616456985474, 314.92962646484375, 0.06655961275100708, 0.015991313382983208, 0.04676942154765129, 0.09875361621379852, 0.15714703500270844, 0.25742843747138977, 0.14030833542346954], "count": [1102]}, "actions": {"min": [0.5172806978225708, 1.9685744047164917, -1.921380639076233, -0.27920031547546387, -1.6316211223602295, -1.264351487159729, 0.45725882053375244, 10.0, 0.057266999036073685, 0.340813010931015, -0.27612099051475525, -0.36943572759628296, -0.6473601460456848, -0.49347952008247375, -0.6599332094192505, -0.986198365688324, -2.060169219970703, 0.8495565056800842, -0.07419394701719284, 0.26225319504737854, 0.8381944298744202, -2.2590670585632324, 19.0, -0.2534480094909668, 0.3521609902381897, -0.2638539969921112, -0.3803797960281372, 0.38644251227378845, -0.2223976105451584, 0.1311917006969452], "max": [0.8852484822273254, 2.043833017349243, -1.0046114921569824, -0.03207915276288986, -0.26218336820602417, -0.5401445031166077, 1.2349426746368408, 899.0, 0.20380799472332, 0.4329780042171478, -0.16319699585437775, 0.3296516537666321, 0.8949335217475891, 0.49586570262908936, 0.6836743354797363, -0.28958502411842346, -1.7747554779052734, 1.637485384941101, 1.3091540336608887, 2.858203411102295, 1.5407243967056274, -0.5031086206436157, 904.0, -0.01898599974811077, 0.44049298763275146, -0.09717199951410294, 0.03936571255326271, 0.9465891718864441, 0.5736890435218811, 0.7269184589385986], "mean": [0.6873095631599426, 2.020491123199463, -1.5324435234069824, -0.21973150968551636, -0.8053893446922302, -0.9267600774765015, 0.9242479205131531, 557.3648071289062, 0.13568249344825745, 0.3966498374938965, -0.22710798680782318, -0.006379017140716314, 0.36938077211380005, -0.03477836400270462, -0.14922888576984406, -0.6609557867050171, -2.0312108993530273, 1.1455578804016113, 0.28696614503860474, 1.183794617652893, 1.062524437904358, -0.975805401802063, 508.38201904296875, -0.17790846526622772, 0.39181089401245117, -0.2178497165441513, -0.24294404685497284, 0.686047375202179, 0.3498961329460144, 0.4769551157951355], "std": [0.08973897248506546, 0.012746255844831467, 0.23428389430046082, 0.035837557166814804, 0.44940847158432007, 0.15417742729187012, 0.17445701360702515, 358.7568664550781, 0.04766523092985153, 0.025111157447099686, 0.025276824831962585, 0.21949402987957, 0.6320295333862305, 0.34299436211586, 0.5241690874099731, 0.14857091009616852, 0.040017545223236084, 0.14857426285743713, 0.36471304297447205, 0.7737516164779663, 0.18839316070079803, 0.47623616456985474, 314.92962646484375, 0.06655961275100708, 0.015991313382983208, 0.04676942154765129, 0.09875361621379852, 0.15714703500270844, 0.25742843747138977, 0.14030833542346954], "count": [1102]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009074410163339383], "std": [0.03011009078591118], "count": [1102]}, "timestamp": {"min": [0.0], "max": [44.04], "mean": [22.02], "std": [12.724794693825123], "count": [1102]}, "frame_index": {"min": [0], "max": [1101], "mean": [550.5], "std": [318.11986734562805], "count": [1102]}, "episode_index": {"min": [422], "max": [422], "mean": [422.0], "std": [0.0], "count": [1102]}, "index": {"min": [505504], "max": [506605], "mean": [506054.5], "std": [318.11986734562805], "count": [1102]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1102]}}} +{"episode_index": 423, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.47851693465116774]], [[0.4843151332737221]], [[0.48019931846245556]]], "std": [[[0.13135266149490296]], [[0.13211752432013213]], [[0.13163442184246982]]], "count": [307]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708530289966149]], [[0.4758637889602095]], [[0.4696662801249707]]], "std": [[[0.09318893485982009]], [[0.09214689086820119]], [[0.09448275013139257]]], "count": [307]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4742334299354921]], [[0.47453993754124885]], [[0.46962669120308276]]], "std": [[[0.10771019179978264]], [[0.11036748345819057]], [[0.11482720695182819]]], "count": [307]}, "states": {"min": [0.573201060295105, 1.9452742338180542, -0.7018318772315979, -0.4443608224391937, -2.592756509780884, -1.6097347736358643, 0.037280235439538956, 0.0, 0.04370800033211708, 0.3200649917125702, -0.260342001914978, -0.2582436501979828, -0.6667510271072388, -0.38835009932518005, -0.6621016263961792, -1.1697546243667603, -2.0448453426361084, 2.2259230613708496, -0.8299739360809326, -1.1740131378173828, 1.0690491199493408, -1.5808844566345215, 28.0, -0.33297300338745117, 0.30876898765563965, -0.2699440121650696, -0.4961979389190674, 0.3268314003944397, -0.1592233031988144, 0.29955509305000305], "max": [1.0120816230773926, 2.0295212268829346, 0.39100614190101624, 0.1987231820821762, -0.9433854222297668, -0.8332377076148987, 1.414851188659668, 882.0, 0.2491849958896637, 0.470102995634079, -0.13838200271129608, 0.5637084245681763, 0.9315713047981262, 0.48990824818611145, 0.6691210269927979, -0.44895103573799133, -1.844097375869751, 2.8975610733032227, 0.10739010572433472, 0.22191861271858215, 1.6200670003890991, -0.33276447653770447, 863.0, -0.059776999056339264, 0.45793500542640686, -0.08497799932956696, -0.03078172169625759, 0.9050778150558472, 0.5028745532035828, 0.7448334097862244], "mean": [0.8457196354866028, 2.0140268802642822, -0.2201584428548813, -0.05946582183241844, -2.2540979385375977, -1.0694526433944702, 0.9196593761444092, 393.4706726074219, 0.11626102030277252, 0.3978380262851715, -0.21893346309661865, -0.10195405781269073, 0.7229709029197693, -0.19741782546043396, -0.4494050443172455, -0.6967992782592773, -2.0314857959747314, 2.641310214996338, -0.11571934074163437, -0.5485545992851257, 1.261139154434204, -0.6292083859443665, 472.0336608886719, -0.1833689957857132, 0.3727267384529114, -0.21717244386672974, -0.2799093425273895, 0.6691159605979919, 0.2928581237792969, 0.5501062870025635], "std": [0.10147768259048462, 0.011544056236743927, 0.40077903866767883, 0.161894291639328, 0.3691011965274811, 0.14130842685699463, 0.23537124693393707, 291.4656982421875, 0.047577206045389175, 0.029483912512660027, 0.025122029706835747, 0.15561948716640472, 0.3127385079860687, 0.17592494189739227, 0.27020010352134705, 0.22541624307632446, 0.01937885582447052, 0.18356740474700928, 0.2262335568666458, 0.43736809492111206, 0.1360592544078827, 0.24604670703411102, 292.8507080078125, 0.054745420813560486, 0.0229774359613657, 0.0331728532910347, 0.11357578635215759, 0.15282367169857025, 0.20139293372631073, 0.09347610920667648], "count": [2080]}, "actions": {"min": [0.573201060295105, 1.9452742338180542, -0.7018318772315979, -0.4443608224391937, -2.592756509780884, -1.6097347736358643, 0.037280235439538956, 0.0, 0.04370800033211708, 0.3200649917125702, -0.260342001914978, -0.2582436501979828, -0.6667510271072388, -0.38835009932518005, -0.6621016263961792, -1.1697546243667603, -2.0448453426361084, 2.2259230613708496, -0.8299739360809326, -1.1740131378173828, 1.0690491199493408, -1.5808844566345215, 28.0, -0.33297300338745117, 0.30876898765563965, -0.2699440121650696, -0.4961979389190674, 0.3268314003944397, -0.1592233031988144, 0.29955509305000305], "max": [1.0120816230773926, 2.0295212268829346, 0.39100614190101624, 0.1987231820821762, -0.9433854222297668, -0.8332377076148987, 1.414851188659668, 882.0, 0.2491849958896637, 0.470102995634079, -0.13838200271129608, 0.5637084245681763, 0.9315713047981262, 0.48990824818611145, 0.6691210269927979, -0.44895103573799133, -1.844097375869751, 2.8975610733032227, 0.10739010572433472, 0.22191861271858215, 1.6200670003890991, -0.33276447653770447, 863.0, -0.059776999056339264, 0.45793500542640686, -0.08497799932956696, -0.03078172169625759, 0.9050778150558472, 0.5028745532035828, 0.7448334097862244], "mean": [0.8457196354866028, 2.0140268802642822, -0.2201584428548813, -0.05946582183241844, -2.2540979385375977, -1.0694526433944702, 0.9196593761444092, 393.4706726074219, 0.11626102030277252, 0.3978380262851715, -0.21893346309661865, -0.10195405781269073, 0.7229709029197693, -0.19741782546043396, -0.4494050443172455, -0.6967992782592773, -2.0314857959747314, 2.641310214996338, -0.11571934074163437, -0.5485545992851257, 1.261139154434204, -0.6292083859443665, 472.0336608886719, -0.1833689957857132, 0.3727267384529114, -0.21717244386672974, -0.2799093425273895, 0.6691159605979919, 0.2928581237792969, 0.5501062870025635], "std": [0.10147768259048462, 0.011544056236743927, 0.40077903866767883, 0.161894291639328, 0.3691011965274811, 0.14130842685699463, 0.23537124693393707, 291.4656982421875, 0.047577206045389175, 0.029483912512660027, 0.025122029706835747, 0.15561948716640472, 0.3127385079860687, 0.17592494189739227, 0.27020010352134705, 0.22541624307632446, 0.01937885582447052, 0.18356740474700928, 0.2262335568666458, 0.43736809492111206, 0.1360592544078827, 0.24604670703411102, 292.8507080078125, 0.054745420813560486, 0.0229774359613657, 0.0331728532910347, 0.11357578635215759, 0.15282367169857025, 0.20139293372631073, 0.09347610920667648], "count": [2080]}, "next.done": {"min": [false], "max": [true], "mean": [0.0004807692307692308], "std": [0.02192117906765], "count": [2080]}, "timestamp": {"min": [0.0], "max": [83.16], "mean": [41.58], "std": [24.017768422565823], "count": [2080]}, "frame_index": {"min": [0], "max": [2079], "mean": [1039.5], "std": [600.4442105641456], "count": [2080]}, "episode_index": {"min": [423], "max": [423], "mean": [423.0], "std": [0.0], "count": [2080]}, "index": {"min": [506606], "max": [508685], "mean": [507645.5], "std": [600.4442105641456], "count": [2080]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2080]}}} +{"episode_index": 424, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[1.0]], [[1.0]]], "mean": [[[0.47092712959953775]], [[0.4750262329379265]], [[0.4700962066226122]]], "std": [[[0.118525304473416]], [[0.11860885350656429]], [[0.1188044169349804]]], "count": [181]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.47071992132488355]], [[0.47482683123894126]], [[0.4686781226302676]]], "std": [[[0.08129265425599001]], [[0.07980218557855086]], [[0.0832856484743233]]], "count": [181]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7176470588235294]], [[0.6784313725490196]], [[0.6862745098039216]]], "mean": [[[0.47573592491784933]], [[0.47455298721698624]], [[0.46959374210089194]]], "std": [[[0.07897039029952456]], [[0.0808931203051003]], [[0.08755353880376036]]], "count": [181]}, "states": {"min": [0.3102671802043915, 1.8779393434524536, -2.006412982940674, -1.234628438949585, -2.7092223167419434, -1.199948787689209, 0.542518138885498, 5.0, -0.022292999550700188, 0.3752810060977936, -0.24707800149917603, -0.4511701166629791, -0.6351662278175354, -0.572269856929779, -0.6524091362953186, -0.7518529295921326, -2.054095506668091, -2.030306577682495, -0.39273402094841003, -0.6289992332458496, -1.4193017482757568, 2.5367839336395264, 51.0, -0.31385600566864014, 0.27573099732398987, -0.30258700251579285, -0.4721859395503998, 0.3232414722442627, 0.0007501482032239437, 0.48068711161613464], "max": [0.9793739914894104, 2.031057119369507, -1.161551594734192, -0.2123018503189087, -0.38515931367874146, -0.01342158205807209, 2.3335750102996826, 881.0, 0.30544599890708923, 0.47222700715065, -0.10879000276327133, 0.44420385360717773, 0.9698619246482849, 0.6373518705368042, 0.6639150381088257, -0.2808234989643097, -1.81303071975708, -1.2452226877212524, -0.006562438327819109, 1.187364935874939, -1.0589436292648315, 2.783189296722412, 880.0, -0.10331699997186661, 0.38306599855422974, -0.1895570009946823, -0.17202556133270264, 0.854817271232605, 0.5633990168571472, 0.6345083117485046], "mean": [0.6312211751937866, 2.015024185180664, -1.5605145692825317, -0.7587405443191528, -1.6037205457687378, -0.848503053188324, 1.5557657480239868, 505.6134338378906, 0.12505877017974854, 0.4100736677646637, -0.1796494573354721, -0.024269262328743935, 0.4448653757572174, 0.001078178989700973, -0.010008018463850021, -0.4482562243938446, -2.025709629058838, -1.63456130027771, -0.07378231734037399, 0.35553300380706787, -1.2588307857513428, 2.6698720455169678, 533.5657348632812, -0.223631352186203, 0.320403516292572, -0.24545644223690033, -0.36208343505859375, 0.5923029184341431, 0.34970003366470337, 0.5623672604560852], "std": [0.20143622159957886, 0.0204328503459692, 0.22986528277397156, 0.18513642251491547, 0.8263304233551025, 0.23983874917030334, 0.534668505191803, 274.8169860839844, 0.07969321310520172, 0.020805584266781807, 0.03359731659293175, 0.2500137984752655, 0.6720923781394958, 0.3027608394622803, 0.44218242168426514, 0.15379169583320618, 0.04753901809453964, 0.35766035318374634, 0.054317593574523926, 0.6004127860069275, 0.10707579553127289, 0.08574461191892624, 289.9043884277344, 0.06732794642448425, 0.02703705243766308, 0.024674955755472183, 0.10647013783454895, 0.1825694590806961, 0.18258804082870483, 0.038981661200523376], "count": [1027]}, "actions": {"min": [0.3102671802043915, 1.8779393434524536, -2.006412982940674, -1.234628438949585, -2.7092223167419434, -1.199948787689209, 0.542518138885498, 5.0, -0.022292999550700188, 0.3752810060977936, -0.24707800149917603, -0.4511701166629791, -0.6351662278175354, -0.572269856929779, -0.6524091362953186, -0.7518529295921326, -2.054095506668091, -2.030306577682495, -0.39273402094841003, -0.6289992332458496, -1.4193017482757568, 2.5367839336395264, 51.0, -0.31385600566864014, 0.27573099732398987, -0.30258700251579285, -0.4721859395503998, 0.3232414722442627, 0.0007501482032239437, 0.48068711161613464], "max": [0.9793739914894104, 2.031057119369507, -1.161551594734192, -0.2123018503189087, -0.38515931367874146, -0.01342158205807209, 2.3335750102996826, 881.0, 0.30544599890708923, 0.47222700715065, -0.10879000276327133, 0.44420385360717773, 0.9698619246482849, 0.6373518705368042, 0.6639150381088257, -0.2808234989643097, -1.81303071975708, -1.2452226877212524, -0.006562438327819109, 1.187364935874939, -1.0589436292648315, 2.783189296722412, 880.0, -0.10331699997186661, 0.38306599855422974, -0.1895570009946823, -0.17202556133270264, 0.854817271232605, 0.5633990168571472, 0.6345083117485046], "mean": [0.6312211751937866, 2.015024185180664, -1.5605145692825317, -0.7587405443191528, -1.6037205457687378, -0.848503053188324, 1.5557657480239868, 505.6134338378906, 0.12505877017974854, 0.4100736677646637, -0.1796494573354721, -0.024269262328743935, 0.4448653757572174, 0.001078178989700973, -0.010008018463850021, -0.4482562243938446, -2.025709629058838, -1.63456130027771, -0.07378231734037399, 0.35553300380706787, -1.2588307857513428, 2.6698720455169678, 533.5657348632812, -0.223631352186203, 0.320403516292572, -0.24545644223690033, -0.36208343505859375, 0.5923029184341431, 0.34970003366470337, 0.5623672604560852], "std": [0.20143622159957886, 0.0204328503459692, 0.22986528277397156, 0.18513642251491547, 0.8263304233551025, 0.23983874917030334, 0.534668505191803, 274.8169860839844, 0.07969321310520172, 0.020805584266781807, 0.03359731659293175, 0.2500137984752655, 0.6720923781394958, 0.3027608394622803, 0.44218242168426514, 0.15379169583320618, 0.04753901809453964, 0.35766035318374634, 0.054317593574523926, 0.6004127860069275, 0.10707579553127289, 0.08574461191892624, 289.9043884277344, 0.06732794642448425, 0.02703705243766308, 0.024674955755472183, 0.10647013783454895, 0.1825694590806961, 0.18258804082870483, 0.038981661200523376], "count": [1027]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009737098344693282], "std": [0.031189128292204413], "count": [1027]}, "timestamp": {"min": [0.0], "max": [41.04], "mean": [20.519999999999996], "std": [11.858768907437229], "count": [1027]}, "frame_index": {"min": [0], "max": [1026], "mean": [513.0], "std": [296.46922268593073], "count": [1027]}, "episode_index": {"min": [424], "max": [424], "mean": [424.0], "std": [0.0], "count": [1027]}, "index": {"min": [508686], "max": [509712], "mean": [509199.0], "std": [296.46922268593073], "count": [1027]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1027]}}} +{"episode_index": 425, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.4812963661247975]], [[0.4856595031352997]], [[0.48192515606670017]]], "std": [[[0.12177751534331353]], [[0.12197261265903091]], [[0.12225958958587714]]], "count": [234]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8352941176470589]], [[1.0]], [[1.0]]], "mean": [[[0.4742725458773253]], [[0.4753982947880007]], [[0.46981853405536006]]], "std": [[[0.08429240278832423]], [[0.08470696898319739]], [[0.08858414632486143]]], "count": [234]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9568627450980393]], [[1.0]], [[1.0]]], "mean": [[[0.471147587774426]], [[0.4721520297399587]], [[0.46706465944639963]]], "std": [[[0.09802807914110506]], [[0.1006225841974247]], [[0.10509256103432421]]], "count": [234]}, "states": {"min": [0.484416127204895, 1.8574492931365967, 0.054768435657024384, -0.47078514099121094, -2.8961994647979736, -1.6816595792770386, 0.3803770840167999, 0.0, 0.027886999770998955, 0.3112190067768097, -0.25986701250076294, -0.4306139349937439, -0.655868649482727, -0.47142162919044495, -0.6611295938491821, -0.8851438164710999, -2.0410752296447754, -0.1488591432571411, -0.06448991596698761, -2.5233445167541504, -1.6759350299835205, 2.1247289180755615, 39.0, -0.32453399896621704, 0.30295899510383606, -0.2779589891433716, -0.4998406767845154, -0.3795108199119568, -0.5972569584846497, -0.5192345976829529], "max": [1.0408446788787842, 2.029905080795288, 1.1396476030349731, 0.1595929116010666, -2.6828677654266357, -0.8265355229377747, 1.1686201095581055, 892.0, 0.24413299560546875, 0.4763070046901703, -0.10971300303936005, 0.3442606031894684, 0.8826891779899597, 0.45266157388687134, 0.6826450824737549, -0.3681073784828186, -1.9296187162399292, 0.770074188709259, 0.6397155523300171, -0.636539101600647, -1.026707410812378, 2.7811646461486816, 881.0, -0.11619599908590317, 0.39837101101875305, -0.1412539929151535, 0.5051326751708984, 0.8980069756507874, 0.6017136573791504, 0.6389808654785156], "mean": [0.7989916205406189, 1.988505482673645, 0.5717646479606628, 0.018275558948516846, -2.8751204013824463, -1.0709398984909058, 0.7913296222686768, 465.42779541015625, 0.13189604878425598, 0.3954913914203644, -0.21342110633850098, -0.18932679295539856, 0.7244911789894104, -0.2537522614002228, -0.5266686081886292, -0.5416848659515381, -2.0246622562408447, 0.3283274173736572, 0.11737316101789474, -1.5004366636276245, -1.310149073600769, 2.5747413635253906, 525.6309814453125, -0.22351859509944916, 0.33769071102142334, -0.23156525194644928, -0.3110244572162628, 0.6080146431922913, 0.28767693042755127, 0.5161874294281006], "std": [0.14033342897891998, 0.056349869817495346, 0.39938634634017944, 0.14911594986915588, 0.035516753792762756, 0.17110587656497955, 0.1953624039888382, 253.7926483154297, 0.05630483478307724, 0.043431010097265244, 0.045011479407548904, 0.1335850954055786, 0.18942858278751373, 0.1386212259531021, 0.15669478476047516, 0.16602005064487457, 0.020639965310692787, 0.2996372878551483, 0.22013500332832336, 0.5505144596099854, 0.16261158883571625, 0.17665152251720428, 295.92578125, 0.06981948763132095, 0.027356857433915138, 0.03514926880598068, 0.17449499666690826, 0.24605312943458557, 0.2633514106273651, 0.15501591563224792], "count": [1447]}, "actions": {"min": [0.484416127204895, 1.8574492931365967, 0.054768435657024384, -0.47078514099121094, -2.8961994647979736, -1.6816595792770386, 0.3803770840167999, 0.0, 0.027886999770998955, 0.3112190067768097, -0.25986701250076294, -0.4306139349937439, -0.655868649482727, -0.47142162919044495, -0.6611295938491821, -0.8851438164710999, -2.0410752296447754, -0.1488591432571411, -0.06448991596698761, -2.5233445167541504, -1.6759350299835205, 2.1247289180755615, 39.0, -0.32453399896621704, 0.30295899510383606, -0.2779589891433716, -0.4998406767845154, -0.3795108199119568, -0.5972569584846497, -0.5192345976829529], "max": [1.0408446788787842, 2.029905080795288, 1.1396476030349731, 0.1595929116010666, -2.6828677654266357, -0.8265355229377747, 1.1686201095581055, 892.0, 0.24413299560546875, 0.4763070046901703, -0.10971300303936005, 0.3442606031894684, 0.8826891779899597, 0.45266157388687134, 0.6826450824737549, -0.3681073784828186, -1.9296187162399292, 0.770074188709259, 0.6397155523300171, -0.636539101600647, -1.026707410812378, 2.7811646461486816, 881.0, -0.11619599908590317, 0.39837101101875305, -0.1412539929151535, 0.5051326751708984, 0.8980069756507874, 0.6017136573791504, 0.6389808654785156], "mean": [0.7989916205406189, 1.988505482673645, 0.5717646479606628, 0.018275558948516846, -2.8751204013824463, -1.0709398984909058, 0.7913296222686768, 465.42779541015625, 0.13189604878425598, 0.3954913914203644, -0.21342110633850098, -0.18932679295539856, 0.7244911789894104, -0.2537522614002228, -0.5266686081886292, -0.5416848659515381, -2.0246622562408447, 0.3283274173736572, 0.11737316101789474, -1.5004366636276245, -1.310149073600769, 2.5747413635253906, 525.6309814453125, -0.22351859509944916, 0.33769071102142334, -0.23156525194644928, -0.3110244572162628, 0.6080146431922913, 0.28767693042755127, 0.5161874294281006], "std": [0.14033342897891998, 0.056349869817495346, 0.39938634634017944, 0.14911594986915588, 0.035516753792762756, 0.17110587656497955, 0.1953624039888382, 253.7926483154297, 0.05630483478307724, 0.043431010097265244, 0.045011479407548904, 0.1335850954055786, 0.18942858278751373, 0.1386212259531021, 0.15669478476047516, 0.16602005064487457, 0.020639965310692787, 0.2996372878551483, 0.22013500332832336, 0.5505144596099854, 0.16261158883571625, 0.17665152251720428, 295.92578125, 0.06981948763132095, 0.027356857433915138, 0.03514926880598068, 0.17449499666690826, 0.24605312943458557, 0.2633514106273651, 0.15501591563224792], "count": [1447]}, "next.done": {"min": [false], "max": [true], "mean": [0.000691085003455425], "std": [0.026279410285876357], "count": [1447]}, "timestamp": {"min": [0.0], "max": [57.84], "mean": [28.920000000000005], "std": [16.708512800366165], "count": [1447]}, "frame_index": {"min": [0], "max": [1446], "mean": [723.0], "std": [417.71282000915414], "count": [1447]}, "episode_index": {"min": [425], "max": [425], "mean": [425.0], "std": [0.0], "count": [1447]}, "index": {"min": [509713], "max": [511159], "mean": [510436.0], "std": [417.71282000915414], "count": [1447]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1447]}}} +{"episode_index": 426, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.47074534906201665]], [[0.47342491923614227]], [[0.4694043782430275]]], "std": [[[0.12515461363569205]], [[0.1275191199826988]], [[0.12750283005453064]]], "count": [262]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4656057819438208]], [[0.47009667730005483]], [[0.46295091646709574]]], "std": [[[0.09685504794674352]], [[0.09530620254851897]], [[0.1007974498057092]]], "count": [262]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4839581127139151]], [[0.4793055321683381]], [[0.47448412475677293]]], "std": [[[0.1229966837093124]], [[0.12766215888238558]], [[0.1334708256468088]]], "count": [262]}, "states": {"min": [0.389400452375412, 1.9939688444137573, -0.5538278818130493, -0.4439070522785187, -2.559647560119629, -1.8266966342926025, 0.6553362607955933, 1.0, 0.08033300191164017, 0.27595001459121704, -0.2712869942188263, -0.22053341567516327, -0.6799140572547913, -0.3945996165275574, -0.6809349060058594, -0.856433093547821, -2.045107126235962, 0.794526219367981, -0.15650367736816406, 0.41718605160713196, 1.1487234830856323, -1.5529764890670776, 15.0, -0.2782309949398041, 0.2615959942340851, -0.27094900608062744, -0.48573875427246094, 0.4063747227191925, -0.13487061858177185, 0.33337727189064026], "max": [0.8988271355628967, 2.028055191040039, 0.19767600297927856, -0.05506514012813568, -1.6718858480453491, -0.9337511658668518, 1.1321427822113037, 884.0, 0.3033449947834015, 0.3813140094280243, -0.1808999925851822, 0.40947896242141724, 0.8929619193077087, 0.524276077747345, 0.7113864421844482, -0.30052825808525085, -1.8489495515823364, 1.4742448329925537, 1.0079625844955444, 2.132460832595825, 1.5490670204162598, -0.32248449325561523, 872.0, -0.043258000165224075, 0.3743399977684021, -0.15129299461841583, 0.022746572270989418, 0.939338743686676, 0.5201570391654968, 0.663347065448761], "mean": [0.587644100189209, 2.0137789249420166, -0.31473982334136963, -0.23516897857189178, -2.144148826599121, -1.451537847518921, 1.0054428577423096, 450.5643005371094, 0.18660324811935425, 0.32243236899375916, -0.22752662003040314, 0.08439590781927109, 0.25958120822906494, 0.0034764225129038095, -0.058608658611774445, -0.5196644067764282, -2.0238049030303955, 1.1850429773330688, 0.21878622472286224, 1.1307117938995361, 1.354729175567627, -0.7589760422706604, 428.7291564941406, -0.17766714096069336, 0.3248802423477173, -0.22883746027946472, -0.23315097391605377, 0.6850390434265137, 0.24079297482967377, 0.5586909055709839], "std": [0.1343860626220703, 0.006375783588737249, 0.162591353058815, 0.08413982391357422, 0.2862796187400818, 0.15858663618564606, 0.10447120666503906, 350.851318359375, 0.05566477030515671, 0.01771395094692707, 0.028989410027861595, 0.14360769093036652, 0.6888881921768188, 0.28337082266807556, 0.5886921882629395, 0.12425336241722107, 0.03336472064256668, 0.2030348777770996, 0.30229002237319946, 0.6090866327285767, 0.10115952044725418, 0.309003621339798, 263.66400146484375, 0.06816716492176056, 0.022029828280210495, 0.026765579357743263, 0.15986083447933197, 0.18353086709976196, 0.19598761200904846, 0.09271661937236786], "count": [1680]}, "actions": {"min": [0.389400452375412, 1.9939688444137573, -0.5538278818130493, -0.4439070522785187, -2.559647560119629, -1.8266966342926025, 0.6553362607955933, 1.0, 0.08033300191164017, 0.27595001459121704, -0.2712869942188263, -0.22053341567516327, -0.6799140572547913, -0.3945996165275574, -0.6809349060058594, -0.856433093547821, -2.045107126235962, 0.794526219367981, -0.15650367736816406, 0.41718605160713196, 1.1487234830856323, -1.5529764890670776, 15.0, -0.2782309949398041, 0.2615959942340851, -0.27094900608062744, -0.48573875427246094, 0.4063747227191925, -0.13487061858177185, 0.33337727189064026], "max": [0.8988271355628967, 2.028055191040039, 0.19767600297927856, -0.05506514012813568, -1.6718858480453491, -0.9337511658668518, 1.1321427822113037, 884.0, 0.3033449947834015, 0.3813140094280243, -0.1808999925851822, 0.40947896242141724, 0.8929619193077087, 0.524276077747345, 0.7113864421844482, -0.30052825808525085, -1.8489495515823364, 1.4742448329925537, 1.0079625844955444, 2.132460832595825, 1.5490670204162598, -0.32248449325561523, 872.0, -0.043258000165224075, 0.3743399977684021, -0.15129299461841583, 0.022746572270989418, 0.939338743686676, 0.5201570391654968, 0.663347065448761], "mean": [0.587644100189209, 2.0137789249420166, -0.31473982334136963, -0.23516897857189178, -2.144148826599121, -1.451537847518921, 1.0054428577423096, 450.5643005371094, 0.18660324811935425, 0.32243236899375916, -0.22752662003040314, 0.08439590781927109, 0.25958120822906494, 0.0034764225129038095, -0.058608658611774445, -0.5196644067764282, -2.0238049030303955, 1.1850429773330688, 0.21878622472286224, 1.1307117938995361, 1.354729175567627, -0.7589760422706604, 428.7291564941406, -0.17766714096069336, 0.3248802423477173, -0.22883746027946472, -0.23315097391605377, 0.6850390434265137, 0.24079297482967377, 0.5586909055709839], "std": [0.1343860626220703, 0.006375783588737249, 0.162591353058815, 0.08413982391357422, 0.2862796187400818, 0.15858663618564606, 0.10447120666503906, 350.851318359375, 0.05566477030515671, 0.01771395094692707, 0.028989410027861595, 0.14360769093036652, 0.6888881921768188, 0.28337082266807556, 0.5886921882629395, 0.12425336241722107, 0.03336472064256668, 0.2030348777770996, 0.30229002237319946, 0.6090866327285767, 0.10115952044725418, 0.309003621339798, 263.66400146484375, 0.06816716492176056, 0.022029828280210495, 0.026765579357743263, 0.15986083447933197, 0.18353086709976196, 0.19598761200904846, 0.09271661937236786], "count": [1680]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005952380952380953], "std": [0.024390239581604616], "count": [1680]}, "timestamp": {"min": [0.0], "max": [67.16], "mean": [33.58], "std": [19.398965608162374], "count": [1680]}, "frame_index": {"min": [0], "max": [1679], "mean": [839.5], "std": [484.9741402040594], "count": [1680]}, "episode_index": {"min": [426], "max": [426], "mean": [426.0], "std": [0.0], "count": [1680]}, "index": {"min": [511160], "max": [512839], "mean": [511999.5], "std": [484.9741402040594], "count": [1680]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1680]}}} +{"episode_index": 427, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4627336858223373]], [[0.4669875678258725]], [[0.46285081391046984]]], "std": [[[0.1279697031562078]], [[0.12720939290027342]], [[0.12795491398641742]]], "count": [159]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47962668408558395]], [[0.4827338142804291]], [[0.47656663635055696]]], "std": [[[0.08961680451967645]], [[0.08838050998010791]], [[0.091444634055581]]], "count": [159]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4766926203395404]], [[0.47887024961976404]], [[0.47448937908496736]]], "std": [[[0.1069646186280523]], [[0.10631415786429099]], [[0.11042795297240506]]], "count": [159]}, "states": {"min": [0.5477716326713562, 1.9387990236282349, -1.5953532457351685, -0.6021037101745605, 1.0717718601226807, 0.8809025883674622, -2.9636738300323486, 0.0, 0.03579099848866463, 0.35002800822257996, -0.24688400328159332, -0.499228835105896, -0.591255784034729, -0.49485549330711365, -0.596275269985199, -0.9504888653755188, -2.059558391571045, -2.4181711673736572, -1.181465744972229, 0.7141014933586121, -1.6095776557922363, 1.0345264673233032, 39.0, -0.23323200643062592, 0.3165229856967926, -0.25572100281715393, -0.42813411355018616, 0.4562353789806366, 0.0869537815451622, 0.19176876544952393], "max": [0.9035220742225647, 2.0413546562194824, -0.8878839015960693, 0.006195918656885624, 2.5927040576934814, 1.4633539915084839, -1.5920720100402832, 896.0, 0.25750601291656494, 0.4566729962825775, -0.16539199650287628, 0.4355236291885376, 0.930680513381958, 0.5106512308120728, 0.5953536629676819, -0.4697553813457489, -1.9813152551651, -1.576852560043335, 0.09978047758340836, 2.58478045463562, -0.9218829870223999, 2.724459171295166, 897.0, -0.023956000804901123, 0.43928998708724976, -0.08959899842739105, 0.10516027361154556, 0.9714314341545105, 0.4818762540817261, 0.7425593137741089], "mean": [0.7241748571395874, 2.011150360107422, -1.142759084701538, -0.34771594405174255, 1.715766429901123, 1.1022659540176392, -2.0649609565734863, 601.2850341796875, 0.14347685873508453, 0.39656928181648254, -0.20154976844787598, -0.16260451078414917, 0.7364968061447144, -0.2150551825761795, -0.45064643025398254, -0.6765760779380798, -2.0360982418060303, -2.1755592823028564, -0.5074710249900818, 1.8063465356826782, -1.300171136856079, 1.6689504384994507, 629.9420776367188, -0.15426047146320343, 0.37862494587898254, -0.19037003815174103, -0.10502216964960098, 0.7570409178733826, 0.3021414279937744, 0.47163519263267517], "std": [0.1120726466178894, 0.01620313711464405, 0.2164158970117569, 0.2015218883752823, 0.5437675714492798, 0.12055587768554688, 0.4704803228378296, 283.1082458496094, 0.07759969681501389, 0.026275357231497765, 0.023140842095017433, 0.1997198909521103, 0.2563074231147766, 0.20840056240558624, 0.18107734620571136, 0.14769886434078217, 0.01136570330709219, 0.2497009038925171, 0.32122310996055603, 0.5925745964050293, 0.18829169869422913, 0.485806941986084, 317.39605712890625, 0.05824190378189087, 0.029284264892339706, 0.03524327650666237, 0.13877913355827332, 0.19068291783332825, 0.12219712883234024, 0.17770253121852875], "count": [863]}, "actions": {"min": [0.5477716326713562, 1.9387990236282349, -1.5953532457351685, -0.6021037101745605, 1.0717718601226807, 0.8809025883674622, -2.9636738300323486, 0.0, 0.03579099848866463, 0.35002800822257996, -0.24688400328159332, -0.499228835105896, -0.591255784034729, -0.49485549330711365, -0.596275269985199, -0.9504888653755188, -2.059558391571045, -2.4181711673736572, -1.181465744972229, 0.7141014933586121, -1.6095776557922363, 1.0345264673233032, 39.0, -0.23323200643062592, 0.3165229856967926, -0.25572100281715393, -0.42813411355018616, 0.4562353789806366, 0.0869537815451622, 0.19176876544952393], "max": [0.9035220742225647, 2.0413546562194824, -0.8878839015960693, 0.006195918656885624, 2.5927040576934814, 1.4633539915084839, -1.5920720100402832, 896.0, 0.25750601291656494, 0.4566729962825775, -0.16539199650287628, 0.4355236291885376, 0.930680513381958, 0.5106512308120728, 0.5953536629676819, -0.4697553813457489, -1.9813152551651, -1.576852560043335, 0.09978047758340836, 2.58478045463562, -0.9218829870223999, 2.724459171295166, 897.0, -0.023956000804901123, 0.43928998708724976, -0.08959899842739105, 0.10516027361154556, 0.9714314341545105, 0.4818762540817261, 0.7425593137741089], "mean": [0.7241748571395874, 2.011150360107422, -1.142759084701538, -0.34771594405174255, 1.715766429901123, 1.1022659540176392, -2.0649609565734863, 601.2850341796875, 0.14347685873508453, 0.39656928181648254, -0.20154976844787598, -0.16260451078414917, 0.7364968061447144, -0.2150551825761795, -0.45064643025398254, -0.6765760779380798, -2.0360982418060303, -2.1755592823028564, -0.5074710249900818, 1.8063465356826782, -1.300171136856079, 1.6689504384994507, 629.9420776367188, -0.15426047146320343, 0.37862494587898254, -0.19037003815174103, -0.10502216964960098, 0.7570409178733826, 0.3021414279937744, 0.47163519263267517], "std": [0.1120726466178894, 0.01620313711464405, 0.2164158970117569, 0.2015218883752823, 0.5437675714492798, 0.12055587768554688, 0.4704803228378296, 283.1082458496094, 0.07759969681501389, 0.026275357231497765, 0.023140842095017433, 0.1997198909521103, 0.2563074231147766, 0.20840056240558624, 0.18107734620571136, 0.14769886434078217, 0.01136570330709219, 0.2497009038925171, 0.32122310996055603, 0.5925745964050293, 0.18829169869422913, 0.485806941986084, 317.39605712890625, 0.05824190378189087, 0.029284264892339706, 0.03524327650666237, 0.13877913355827332, 0.19068291783332825, 0.12219712883234024, 0.17770253121852875], "count": [863]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011587485515643105], "std": [0.03402066803222062], "count": [863]}, "timestamp": {"min": [0.0], "max": [34.48], "mean": [17.24], "std": [9.965058956172813], "count": [863]}, "frame_index": {"min": [0], "max": [862], "mean": [431.0], "std": [249.12647390432033], "count": [863]}, "episode_index": {"min": [427], "max": [427], "mean": [427.0], "std": [0.0], "count": [863]}, "index": {"min": [512840], "max": [513702], "mean": [513271.0], "std": [249.12647390432033], "count": [863]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [863]}}} +{"episode_index": 428, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4680122561250049]], [[0.47135349766153967]], [[0.4672279387303824]]], "std": [[[0.12898376825958366]], [[0.12752619374096233]], [[0.12962015437360716]]], "count": [167]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46845972148839576]], [[0.4713679136824391]], [[0.4660406111796016]]], "std": [[[0.08947553531058769]], [[0.08757804122321582]], [[0.09298267386270193]]], "count": [167]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8627450980392157]], [[1.0]], [[0.9215686274509803]]], "mean": [[[0.48038572731987006]], [[0.47934896995225235]], [[0.4749759806367657]]], "std": [[[0.09572421702778028]], [[0.09692210729292797]], [[0.10258797732831904]]], "count": [167]}, "states": {"min": [0.4185299873352051, 1.8838385343551636, -1.9175060987472534, -1.4682408571243286, 0.480366975069046, 1.0421885251998901, -2.7457170486450195, 65.0, 0.023713000118732452, 0.30335700511932373, -0.24881599843502045, -0.4182550311088562, -0.6470737457275391, -0.48864802718162537, -0.6474732756614685, -0.8712858557701111, -2.045194387435913, 0.6103940010070801, -0.30541518330574036, 0.7767936587333679, 0.9923418760299683, -2.5735230445861816, 53.0, -0.21796199679374695, 0.28847500681877136, -0.24026699364185333, -0.49617284536361694, -0.552939772605896, -0.309049516916275, -0.608417809009552], "max": [0.9160012006759644, 2.0619494915008545, 0.4515341520309448, -0.04860742390155792, 1.479917049407959, 1.595754623413086, -0.6288247108459473, 842.0, 0.3631269931793213, 0.42010900378227234, -0.10675200074911118, 0.49869582056999207, 0.9710714221000671, 0.6195128560066223, 0.6724058389663696, -0.2431243658065796, -1.9189022779464722, 1.9524126052856445, 1.7628697156906128, 2.4633405208587646, 1.6702626943588257, 0.08515461534261703, 843.0, 0.005319999996572733, 0.42872801423072815, -0.08126799762248993, 0.583404004573822, 0.9805957674980164, 0.4175155460834503, 0.72962486743927], "mean": [0.6031689643859863, 2.022453784942627, -0.5421140789985657, -0.5953294038772583, 0.9696765542030334, 1.3739254474639893, -1.6865429878234863, 476.89056396484375, 0.18494312465190887, 0.35334905982017517, -0.187636137008667, 0.10158874094486237, 0.46256759762763977, -0.0528692826628685, -0.12270648032426834, -0.5621708035469055, -2.0117576122283936, 1.2460944652557373, 0.751561164855957, 1.801368236541748, 1.2958213090896606, -1.6244444847106934, 522.8894653320312, -0.13544730842113495, 0.352219820022583, -0.17956851422786713, -0.03700615465641022, 0.7391007542610168, 0.22238357365131378, 0.3830801248550415], "std": [0.13580065965652466, 0.02431618422269821, 0.7331464290618896, 0.4651561975479126, 0.30719971656799316, 0.12534263730049133, 0.6218602061271667, 256.7347106933594, 0.08259577304124832, 0.025156168267130852, 0.04434097185730934, 0.2189588099718094, 0.6018224954605103, 0.336325079202652, 0.4843670129776001, 0.1953791081905365, 0.030125951394438744, 0.3500780761241913, 0.4848634898662567, 0.5042718648910522, 0.149102583527565, 0.6262325048446655, 285.58233642578125, 0.0653187558054924, 0.030662914738059044, 0.03536741062998772, 0.21049995720386505, 0.32298097014427185, 0.17551520466804504, 0.27699023485183716], "count": [923]}, "actions": {"min": [0.4185299873352051, 1.8838385343551636, -1.9175060987472534, -1.4682408571243286, 0.480366975069046, 1.0421885251998901, -2.7457170486450195, 65.0, 0.023713000118732452, 0.30335700511932373, -0.24881599843502045, -0.4182550311088562, -0.6470737457275391, -0.48864802718162537, -0.6474732756614685, -0.8712858557701111, -2.045194387435913, 0.6103940010070801, -0.30541518330574036, 0.7767936587333679, 0.9923418760299683, -2.5735230445861816, 53.0, -0.21796199679374695, 0.28847500681877136, -0.24026699364185333, -0.49617284536361694, -0.552939772605896, -0.309049516916275, -0.608417809009552], "max": [0.9160012006759644, 2.0619494915008545, 0.4515341520309448, -0.04860742390155792, 1.479917049407959, 1.595754623413086, -0.6288247108459473, 842.0, 0.3631269931793213, 0.42010900378227234, -0.10675200074911118, 0.49869582056999207, 0.9710714221000671, 0.6195128560066223, 0.6724058389663696, -0.2431243658065796, -1.9189022779464722, 1.9524126052856445, 1.7628697156906128, 2.4633405208587646, 1.6702626943588257, 0.08515461534261703, 843.0, 0.005319999996572733, 0.42872801423072815, -0.08126799762248993, 0.583404004573822, 0.9805957674980164, 0.4175155460834503, 0.72962486743927], "mean": [0.6031689643859863, 2.022453784942627, -0.5421140789985657, -0.5953294038772583, 0.9696765542030334, 1.3739254474639893, -1.6865429878234863, 476.89056396484375, 0.18494312465190887, 0.35334905982017517, -0.187636137008667, 0.10158874094486237, 0.46256759762763977, -0.0528692826628685, -0.12270648032426834, -0.5621708035469055, -2.0117576122283936, 1.2460944652557373, 0.751561164855957, 1.801368236541748, 1.2958213090896606, -1.6244444847106934, 522.8894653320312, -0.13544730842113495, 0.352219820022583, -0.17956851422786713, -0.03700615465641022, 0.7391007542610168, 0.22238357365131378, 0.3830801248550415], "std": [0.13580065965652466, 0.02431618422269821, 0.7331464290618896, 0.4651561975479126, 0.30719971656799316, 0.12534263730049133, 0.6218602061271667, 256.7347106933594, 0.08259577304124832, 0.025156168267130852, 0.04434097185730934, 0.2189588099718094, 0.6018224954605103, 0.336325079202652, 0.4843670129776001, 0.1953791081905365, 0.030125951394438744, 0.3500780761241913, 0.4848634898662567, 0.5042718648910522, 0.149102583527565, 0.6262325048446655, 285.58233642578125, 0.0653187558054924, 0.030662914738059044, 0.03536741062998772, 0.21049995720386505, 0.32298097014427185, 0.17551520466804504, 0.27699023485183716], "count": [923]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010834236186348862], "std": [0.03289756544027947], "count": [923]}, "timestamp": {"min": [0.0], "max": [36.88], "mean": [18.44], "std": [10.657879714089477], "count": [923]}, "frame_index": {"min": [0], "max": [922], "mean": [461.0], "std": [266.4469928522369], "count": [923]}, "episode_index": {"min": [428], "max": [428], "mean": [428.0], "std": [0.0], "count": [923]}, "index": {"min": [513703], "max": [514625], "mean": [514164.0], "std": [266.4469928522369], "count": [923]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [923]}}} +{"episode_index": 429, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4645481185695969]], [[0.4706777957594521]], [[0.464093997248022]]], "std": [[[0.13796738412231901]], [[0.13538103017791692]], [[0.1372762879893087]]], "count": [209]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4695456343621978]], [[0.4708411231119242]], [[0.46628430395284115]]], "std": [[[0.07416232263141277]], [[0.07236333783402636]], [[0.07666854742540614]]], "count": [209]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.47588529059949336]], [[0.47385122216749537]], [[0.4708143558260625]]], "std": [[[0.0822741931105148]], [[0.08025835144707154]], [[0.08465712178840346]]], "count": [209]}, "states": {"min": [0.4190012216567993, 2.0137434005737305, -1.9084826707839966, -1.2196711301803589, -2.83335018157959, -1.6216552257537842, 0.1987057328224182, 16.0, -0.013369999825954437, 0.27592000365257263, -0.29825499653816223, -0.49797576665878296, -0.6434612274169922, -0.5838489532470703, -0.6354161500930786, -0.9098052382469177, -2.0542352199554443, 0.8776213526725769, -0.08862782269716263, 0.2669132351875305, 0.48891910910606384, -2.9943044185638428, 33.0, -0.306210994720459, 0.3104400038719177, -0.28155601024627686, -0.49839070439338684, -0.52688068151474, -0.43597960472106934, -0.6538226008415222], "max": [0.9291086196899414, 2.0402376651763916, 0.09185668081045151, 0.08463101834058762, -0.5324475765228271, -0.9570338726043701, 2.811289072036743, 826.0, 0.30339398980140686, 0.43062299489974976, -0.11393100023269653, 0.5055846571922302, 0.9918913245201111, 0.576351523399353, 0.7102630138397217, -0.0748920738697052, -1.8539586067199707, 1.8817616701126099, 1.6061742305755615, 2.7113516330718994, 1.8315659761428833, -0.19490091502666473, 891.0, 0.02059900015592575, 0.4438849985599518, -0.07591299712657928, 0.5588997602462769, 0.9792839884757996, 0.6046947240829468, 0.7188940048217773], "mean": [0.5990132093429565, 2.0275697708129883, -0.8754982948303223, -0.2996036410331726, -1.4352128505706787, -1.194358468055725, 1.0489476919174194, 557.1412353515625, 0.2108180969953537, 0.35989347100257874, -0.22342555224895477, 0.09016365557909012, 0.2585401237010956, 0.01543175894767046, 0.02709207497537136, -0.5731058716773987, -2.0342013835906982, 1.331347107887268, 0.50214684009552, 1.3188495635986328, 1.319620132446289, -1.162132978439331, 488.61236572265625, -0.16087137162685394, 0.3483942449092865, -0.19427888095378876, -0.19105252623558044, 0.6789228320121765, 0.24224074184894562, 0.38640812039375305], "std": [0.13682921230793, 0.004981957376003265, 0.40542152523994446, 0.4475405216217041, 0.8178920745849609, 0.1762588620185852, 0.9859775304794312, 291.45733642578125, 0.08542827516794205, 0.036210931837558746, 0.04329833760857582, 0.3278837502002716, 0.6290196776390076, 0.4605604112148285, 0.4569087028503418, 0.20757164061069489, 0.02221841551363468, 0.24075569212436676, 0.5092405676841736, 0.9201360940933228, 0.22014380991458893, 0.9391764402389526, 266.1158447265625, 0.08652278035879135, 0.030601536855101585, 0.05291881039738655, 0.25410565733909607, 0.31664520502090454, 0.211793914437294, 0.2913416028022766], "count": [1246]}, "actions": {"min": [0.4190012216567993, 2.0137434005737305, -1.9084826707839966, -1.2196711301803589, -2.83335018157959, -1.6216552257537842, 0.1987057328224182, 16.0, -0.013369999825954437, 0.27592000365257263, -0.29825499653816223, -0.49797576665878296, -0.6434612274169922, -0.5838489532470703, -0.6354161500930786, -0.9098052382469177, -2.0542352199554443, 0.8776213526725769, -0.08862782269716263, 0.2669132351875305, 0.48891910910606384, -2.9943044185638428, 33.0, -0.306210994720459, 0.3104400038719177, -0.28155601024627686, -0.49839070439338684, -0.52688068151474, -0.43597960472106934, -0.6538226008415222], "max": [0.9291086196899414, 2.0402376651763916, 0.09185668081045151, 0.08463101834058762, -0.5324475765228271, -0.9570338726043701, 2.811289072036743, 826.0, 0.30339398980140686, 0.43062299489974976, -0.11393100023269653, 0.5055846571922302, 0.9918913245201111, 0.576351523399353, 0.7102630138397217, -0.0748920738697052, -1.8539586067199707, 1.8817616701126099, 1.6061742305755615, 2.7113516330718994, 1.8315659761428833, -0.19490091502666473, 891.0, 0.02059900015592575, 0.4438849985599518, -0.07591299712657928, 0.5588997602462769, 0.9792839884757996, 0.6046947240829468, 0.7188940048217773], "mean": [0.5990132093429565, 2.0275697708129883, -0.8754982948303223, -0.2996036410331726, -1.4352128505706787, -1.194358468055725, 1.0489476919174194, 557.1412353515625, 0.2108180969953537, 0.35989347100257874, -0.22342555224895477, 0.09016365557909012, 0.2585401237010956, 0.01543175894767046, 0.02709207497537136, -0.5731058716773987, -2.0342013835906982, 1.331347107887268, 0.50214684009552, 1.3188495635986328, 1.319620132446289, -1.162132978439331, 488.61236572265625, -0.16087137162685394, 0.3483942449092865, -0.19427888095378876, -0.19105252623558044, 0.6789228320121765, 0.24224074184894562, 0.38640812039375305], "std": [0.13682921230793, 0.004981957376003265, 0.40542152523994446, 0.4475405216217041, 0.8178920745849609, 0.1762588620185852, 0.9859775304794312, 291.45733642578125, 0.08542827516794205, 0.036210931837558746, 0.04329833760857582, 0.3278837502002716, 0.6290196776390076, 0.4605604112148285, 0.4569087028503418, 0.20757164061069489, 0.02221841551363468, 0.24075569212436676, 0.5092405676841736, 0.9201360940933228, 0.22014380991458893, 0.9391764402389526, 266.1158447265625, 0.08652278035879135, 0.030601536855101585, 0.05291881039738655, 0.25410565733909607, 0.31664520502090454, 0.211793914437294, 0.2913416028022766], "count": [1246]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008025682182985554], "std": [0.028318264469305538], "count": [1246]}, "timestamp": {"min": [0.0], "max": [49.8], "mean": [24.9], "std": [14.387564074574959], "count": [1246]}, "frame_index": {"min": [0], "max": [1245], "mean": [622.5], "std": [359.689101864374], "count": [1246]}, "episode_index": {"min": [429], "max": [429], "mean": [429.0], "std": [0.0], "count": [1246]}, "index": {"min": [514626], "max": [515871], "mean": [515248.5], "std": [359.689101864374], "count": [1246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1246]}}} +{"episode_index": 430, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.45956641936053705]], [[0.4664473668521463]], [[0.46238880718954245]]], "std": [[[0.13060078496119398]], [[0.12886270303199573]], [[0.13009086636958078]]], "count": [185]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4783754504504505]], [[0.4809616300123653]], [[0.4741233163310369]]], "std": [[[0.09018037086101173]], [[0.08952129785174859]], [[0.0942872489861644]]], "count": [185]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47765455087440384]], [[0.47892232489842784]], [[0.47390434331390213]]], "std": [[[0.111646325479064]], [[0.11089742619708728]], [[0.11612712997018168]]], "count": [185]}, "states": {"min": [0.5819626450538635, 1.8406939506530762, -1.5692780017852783, -0.4893380105495453, 1.0629229545593262, 0.8372344970703125, -2.911471128463745, -4.0, 0.04217199981212616, 0.3477550148963928, -0.2550869882106781, -0.4999648928642273, -0.5979710817337036, -0.4814186990261078, -0.5852024555206299, -1.0646159648895264, -2.052489757537842, -2.5160491466522217, -1.0217856168746948, 0.719389796257019, -1.6569981575012207, 1.0322575569152832, 8.0, -0.22826099395751953, 0.3242590129375458, -0.2388319969177246, -0.4203404486179352, 0.4736385941505432, 0.05071709305047989, 0.15307068824768066], "max": [0.885510265827179, 2.0307602882385254, -0.7300013899803162, -0.07052875310182571, 2.5571343898773193, 1.435847520828247, -1.7178404331207275, 882.0, 0.2646450102329254, 0.4527359902858734, -0.15768200159072876, 0.5025305151939392, 0.9238133430480957, 0.48250606656074524, 0.5554847121238708, -0.5243667364120483, -2.004929542541504, -1.4894465208053589, 0.07368780672550201, 2.6354472637176514, -0.8255582451820374, 2.6631109714508057, 889.0, -0.00820900034159422, 0.43323400616645813, -0.09967300295829773, 0.09765982627868652, 0.9829955697059631, 0.4582275152206421, 0.7349231243133545], "mean": [0.7422909736633301, 1.9974696636199951, -1.0899487733840942, -0.3127063512802124, 1.7428034543991089, 1.1202244758605957, -2.1433680057525635, 616.5619506835938, 0.153429314494133, 0.3988700807094574, -0.1963692009449005, -0.16612648963928223, 0.7271266579627991, -0.21337679028511047, -0.45597371459007263, -0.7523108720779419, -2.0373952388763428, -2.15848445892334, -0.4966348111629486, 1.861173391342163, -1.3219786882400513, 1.6376056671142578, 604.6868286132812, -0.1307615041732788, 0.38510894775390625, -0.180650532245636, -0.06620131433010101, 0.7827187180519104, 0.2604595720767975, 0.46800369024276733], "std": [0.10313435643911362, 0.03726798668503761, 0.2528059780597687, 0.16131635010242462, 0.5511986613273621, 0.1665773242712021, 0.47210943698883057, 296.6736145019531, 0.08103612065315247, 0.03217611089348793, 0.02229742705821991, 0.23118478059768677, 0.25046563148498535, 0.21280981600284576, 0.16964669525623322, 0.165120929479599, 0.007592246867716312, 0.2832518517971039, 0.23411092162132263, 0.5189836025238037, 0.18787206709384918, 0.4132101535797119, 325.5290832519531, 0.05597621947526932, 0.027364814653992653, 0.030981313437223434, 0.13444682955741882, 0.16764888167381287, 0.12188580632209778, 0.1872492879629135], "count": [1057]}, "actions": {"min": [0.5819626450538635, 1.8406939506530762, -1.5692780017852783, -0.4893380105495453, 1.0629229545593262, 0.8372344970703125, -2.911471128463745, -4.0, 0.04217199981212616, 0.3477550148963928, -0.2550869882106781, -0.4999648928642273, -0.5979710817337036, -0.4814186990261078, -0.5852024555206299, -1.0646159648895264, -2.052489757537842, -2.5160491466522217, -1.0217856168746948, 0.719389796257019, -1.6569981575012207, 1.0322575569152832, 8.0, -0.22826099395751953, 0.3242590129375458, -0.2388319969177246, -0.4203404486179352, 0.4736385941505432, 0.05071709305047989, 0.15307068824768066], "max": [0.885510265827179, 2.0307602882385254, -0.7300013899803162, -0.07052875310182571, 2.5571343898773193, 1.435847520828247, -1.7178404331207275, 882.0, 0.2646450102329254, 0.4527359902858734, -0.15768200159072876, 0.5025305151939392, 0.9238133430480957, 0.48250606656074524, 0.5554847121238708, -0.5243667364120483, -2.004929542541504, -1.4894465208053589, 0.07368780672550201, 2.6354472637176514, -0.8255582451820374, 2.6631109714508057, 889.0, -0.00820900034159422, 0.43323400616645813, -0.09967300295829773, 0.09765982627868652, 0.9829955697059631, 0.4582275152206421, 0.7349231243133545], "mean": [0.7422909736633301, 1.9974696636199951, -1.0899487733840942, -0.3127063512802124, 1.7428034543991089, 1.1202244758605957, -2.1433680057525635, 616.5619506835938, 0.153429314494133, 0.3988700807094574, -0.1963692009449005, -0.16612648963928223, 0.7271266579627991, -0.21337679028511047, -0.45597371459007263, -0.7523108720779419, -2.0373952388763428, -2.15848445892334, -0.4966348111629486, 1.861173391342163, -1.3219786882400513, 1.6376056671142578, 604.6868286132812, -0.1307615041732788, 0.38510894775390625, -0.180650532245636, -0.06620131433010101, 0.7827187180519104, 0.2604595720767975, 0.46800369024276733], "std": [0.10313435643911362, 0.03726798668503761, 0.2528059780597687, 0.16131635010242462, 0.5511986613273621, 0.1665773242712021, 0.47210943698883057, 296.6736145019531, 0.08103612065315247, 0.03217611089348793, 0.02229742705821991, 0.23118478059768677, 0.25046563148498535, 0.21280981600284576, 0.16964669525623322, 0.165120929479599, 0.007592246867716312, 0.2832518517971039, 0.23411092162132263, 0.5189836025238037, 0.18787206709384918, 0.4132101535797119, 325.5290832519531, 0.05597621947526932, 0.027364814653992653, 0.030981313437223434, 0.13444682955741882, 0.16764888167381287, 0.12188580632209778, 0.1872492879629135], "count": [1057]}, "next.done": {"min": [false], "max": [true], "mean": [0.000946073793755913], "std": [0.03074375933637071], "count": [1057]}, "timestamp": {"min": [0.0], "max": [42.24], "mean": [21.12], "std": [12.205179228507872], "count": [1057]}, "frame_index": {"min": [0], "max": [1056], "mean": [528.0], "std": [305.12948071269676], "count": [1057]}, "episode_index": {"min": [430], "max": [430], "mean": [430.0], "std": [0.0], "count": [1057]}, "index": {"min": [515872], "max": [516928], "mean": [516400.0], "std": [305.12948071269676], "count": [1057]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1057]}}} +{"episode_index": 431, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4663168368383623]], [[0.4717843116089268]], [[0.4655445049781571]]], "std": [[[0.13915861225770426]], [[0.13522251956206716]], [[0.1381314305812359]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667080602966575]], [[0.4677609796725253]], [[0.46228789918385316]]], "std": [[[0.07808796749157833]], [[0.07723268592735417]], [[0.08190727431810055]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47341268435267025]], [[0.47491908695688984]], [[0.47096255376070983]]], "std": [[[0.08406373202183985]], [[0.08156135178906694]], [[0.0855003067437644]]], "count": [193]}, "states": {"min": [0.38200023770332336, 2.01894474029541, -1.9468798637390137, -1.4700210094451904, -2.7214395999908447, -1.8634357452392578, -0.5702688694000244, 11.0, -0.011032000184059143, 0.2579039931297302, -0.29260000586509705, -0.4964686632156372, -0.6761119961738586, -0.5112662315368652, -0.6638586521148682, -1.1983256340026855, -2.0552475452423096, 0.4017224609851837, -0.14049901068210602, 0.35678020119667053, 0.8503243923187256, -2.825687885284424, 38.0, -0.3069320023059845, 0.3052929937839508, -0.26728400588035583, -0.49930432438850403, -0.3742194175720215, -0.4599751830101013, -0.6308593153953552], "max": [0.9496510624885559, 2.043955087661743, 0.2194402515888214, 0.18880970776081085, -0.8689121603965759, -1.0909879207611084, 2.5218613147735596, 878.0, 0.28638800978660583, 0.4143489897251129, -0.0509909987449646, 0.7106027007102966, 0.9940345883369446, 0.5295301675796509, 0.8670402765274048, -0.3114190995693207, -1.8390884399414062, 1.8877482414245605, 1.4878060817718506, 2.8540844917297363, 1.8569780588150024, -0.3035476803779602, 915.0, 0.036288999021053314, 0.44903698563575745, -0.04039499908685684, 0.5233097076416016, 0.9922275543212891, 0.6115620732307434, 0.8295167684555054], "mean": [0.6035505533218384, 2.0332119464874268, -0.41335949301719666, -0.17101436853408813, -1.6843218803405762, -1.3632936477661133, 0.5127747058868408, 500.6253356933594, 0.1803465336561203, 0.35228848457336426, -0.20105352997779846, 0.29569950699806213, 0.004674842581152916, 0.12142743170261383, 0.18151167035102844, -0.7264344096183777, -2.027545928955078, 1.1424132585525513, 0.5101181268692017, 1.6585273742675781, 1.2988187074661255, -1.5309948921203613, 548.6922607421875, -0.1549648642539978, 0.3781324625015259, -0.17342329025268555, -0.18013958632946014, 0.7101199626922607, 0.32469332218170166, 0.4017307162284851], "std": [0.14302736520767212, 0.0060852100141346455, 0.6671778559684753, 0.534063994884491, 0.5639106035232544, 0.11886879801750183, 0.9988529682159424, 229.48699951171875, 0.07527538388967514, 0.037166696041822433, 0.048577260226011276, 0.3598797917366028, 0.678907573223114, 0.2774951756000519, 0.4443155527114868, 0.26909586787223816, 0.025645475834608078, 0.348666787147522, 0.40560680627822876, 0.869388222694397, 0.18031583726406097, 0.8950868844985962, 246.48828125, 0.10689711570739746, 0.03457634523510933, 0.05260692909359932, 0.1963234543800354, 0.22939947247505188, 0.2185651957988739, 0.2398499697446823], "count": [1121]}, "actions": {"min": [0.38200023770332336, 2.01894474029541, -1.9468798637390137, -1.4700210094451904, -2.7214395999908447, -1.8634357452392578, -0.5702688694000244, 11.0, -0.011032000184059143, 0.2579039931297302, -0.29260000586509705, -0.4964686632156372, -0.6761119961738586, -0.5112662315368652, -0.6638586521148682, -1.1983256340026855, -2.0552475452423096, 0.4017224609851837, -0.14049901068210602, 0.35678020119667053, 0.8503243923187256, -2.825687885284424, 38.0, -0.3069320023059845, 0.3052929937839508, -0.26728400588035583, -0.49930432438850403, -0.3742194175720215, -0.4599751830101013, -0.6308593153953552], "max": [0.9496510624885559, 2.043955087661743, 0.2194402515888214, 0.18880970776081085, -0.8689121603965759, -1.0909879207611084, 2.5218613147735596, 878.0, 0.28638800978660583, 0.4143489897251129, -0.0509909987449646, 0.7106027007102966, 0.9940345883369446, 0.5295301675796509, 0.8670402765274048, -0.3114190995693207, -1.8390884399414062, 1.8877482414245605, 1.4878060817718506, 2.8540844917297363, 1.8569780588150024, -0.3035476803779602, 915.0, 0.036288999021053314, 0.44903698563575745, -0.04039499908685684, 0.5233097076416016, 0.9922275543212891, 0.6115620732307434, 0.8295167684555054], "mean": [0.6035505533218384, 2.0332119464874268, -0.41335949301719666, -0.17101436853408813, -1.6843218803405762, -1.3632936477661133, 0.5127747058868408, 500.6253356933594, 0.1803465336561203, 0.35228848457336426, -0.20105352997779846, 0.29569950699806213, 0.004674842581152916, 0.12142743170261383, 0.18151167035102844, -0.7264344096183777, -2.027545928955078, 1.1424132585525513, 0.5101181268692017, 1.6585273742675781, 1.2988187074661255, -1.5309948921203613, 548.6922607421875, -0.1549648642539978, 0.3781324625015259, -0.17342329025268555, -0.18013958632946014, 0.7101199626922607, 0.32469332218170166, 0.4017307162284851], "std": [0.14302736520767212, 0.0060852100141346455, 0.6671778559684753, 0.534063994884491, 0.5639106035232544, 0.11886879801750183, 0.9988529682159424, 229.48699951171875, 0.07527538388967514, 0.037166696041822433, 0.048577260226011276, 0.3598797917366028, 0.678907573223114, 0.2774951756000519, 0.4443155527114868, 0.26909586787223816, 0.025645475834608078, 0.348666787147522, 0.40560680627822876, 0.869388222694397, 0.18031583726406097, 0.8950868844985962, 246.48828125, 0.10689711570739746, 0.03457634523510933, 0.05260692909359932, 0.1963234543800354, 0.22939947247505188, 0.2185651957988739, 0.2398499697446823], "count": [1121]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008920606601248885], "std": [0.029854059822803765], "count": [1121]}, "timestamp": {"min": [0.0], "max": [44.8], "mean": [22.400000000000002], "std": [12.944187884915761], "count": [1121]}, "frame_index": {"min": [0], "max": [1120], "mean": [560.0], "std": [323.60469712289404], "count": [1121]}, "episode_index": {"min": [431], "max": [431], "mean": [431.0], "std": [0.0], "count": [1121]}, "index": {"min": [516929], "max": [518049], "mean": [517489.0], "std": [323.60469712289404], "count": [1121]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1121]}}} +{"episode_index": 432, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.4638920838413086]], [[0.4687250637085577]], [[0.46226175645128514]]], "std": [[[0.13882457373042742]], [[0.14021225331328696]], [[0.14126100226607533]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8313725490196079]], [[1.0]], [[1.0]]], "mean": [[[0.4651872724694368]], [[0.46757467553083415]], [[0.46080866372887674]]], "std": [[[0.07405786714718197]], [[0.07401000937810037]], [[0.08144621194434462]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4777268649039927]], [[0.4766243925463104]], [[0.471754198203461]]], "std": [[[0.0711598894568941]], [[0.0736319840062785]], [[0.07919836868740858]]], "count": [193]}, "states": {"min": [0.1840624213218689, 2.0138657093048096, -2.1003642082214355, -1.77437162399292, 0.5965710282325745, 1.0440385341644287, -2.709047555923462, -2.0, 0.006651999894529581, 0.2748650014400482, -0.27935299277305603, -0.456475168466568, -0.5906532406806946, -0.5452218055725098, -0.6130679249763489, -0.7673165798187256, -2.0568881034851074, -2.351325035095215, -1.783970832824707, 0.6323502659797668, -1.7160600423812866, 0.4375191628932953, 33.0, -0.25620898604393005, 0.28542399406433105, -0.24414099752902985, -0.48436683416366577, 0.46744340658187866, -0.012288986705243587, 0.07947845757007599], "max": [0.7306646704673767, 2.047672748565674, 0.5002637505531311, -0.030595622956752777, 1.8996340036392212, 1.4992903470993042, -0.46467649936676025, 902.0, 0.31446099281311035, 0.3842799961566925, -0.08835399895906448, 0.4494627118110657, 0.9750425815582275, 0.5454698801040649, 0.5978716015815735, -0.09958849102258682, -1.9776326417922974, -1.129891276359558, 0.11655309796333313, 2.713096857070923, 0.2885203957557678, 2.843874454498291, 848.0, -0.009081999771296978, 0.4261220097541809, -0.08527900278568268, 0.19484113156795502, 0.9865569472312927, 0.46335285902023315, 0.6515319347381592], "mean": [0.4558001756668091, 2.0255162715911865, -0.7535250186920166, -0.545100748538971, 1.4287501573562622, 1.172619104385376, -2.0277211666107178, 597.0071411132812, 0.21900546550750732, 0.3392590582370758, -0.2150801122188568, -0.24075087904930115, 0.6532919406890869, -0.313189297914505, -0.432661771774292, -0.4488030970096588, -2.0259757041931152, -1.530245304107666, -1.1101367473602295, 2.193427324295044, -0.9412769675254822, 0.9371985793113708, 527.3440551757812, -0.11897051334381104, 0.34321025013923645, -0.17597642540931702, -0.17150884866714478, 0.803214967250824, 0.28674814105033875, 0.3533273935317993], "std": [0.09812736511230469, 0.006651256233453751, 0.6221726536750793, 0.5519559979438782, 0.4572392702102661, 0.11645060777664185, 0.7101373672485352, 283.2523498535156, 0.09741061180830002, 0.03507154434919357, 0.04112453758716583, 0.21195410192012787, 0.2825322449207306, 0.23076120018959045, 0.22795942425727844, 0.18355321884155273, 0.014751214534044266, 0.41858187317848206, 0.491961270570755, 0.4744279384613037, 0.7098317742347717, 0.588442325592041, 246.87464904785156, 0.06342680007219315, 0.035632144659757614, 0.03630868345499039, 0.21069097518920898, 0.15912765264511108, 0.15861859917640686, 0.15327616035938263], "count": [1119]}, "actions": {"min": [0.1840624213218689, 2.0138657093048096, -2.1003642082214355, -1.77437162399292, 0.5965710282325745, 1.0440385341644287, -2.709047555923462, -2.0, 0.006651999894529581, 0.2748650014400482, -0.27935299277305603, -0.456475168466568, -0.5906532406806946, -0.5452218055725098, -0.6130679249763489, -0.7673165798187256, -2.0568881034851074, -2.351325035095215, -1.783970832824707, 0.6323502659797668, -1.7160600423812866, 0.4375191628932953, 33.0, -0.25620898604393005, 0.28542399406433105, -0.24414099752902985, -0.48436683416366577, 0.46744340658187866, -0.012288986705243587, 0.07947845757007599], "max": [0.7306646704673767, 2.047672748565674, 0.5002637505531311, -0.030595622956752777, 1.8996340036392212, 1.4992903470993042, -0.46467649936676025, 902.0, 0.31446099281311035, 0.3842799961566925, -0.08835399895906448, 0.4494627118110657, 0.9750425815582275, 0.5454698801040649, 0.5978716015815735, -0.09958849102258682, -1.9776326417922974, -1.129891276359558, 0.11655309796333313, 2.713096857070923, 0.2885203957557678, 2.843874454498291, 848.0, -0.009081999771296978, 0.4261220097541809, -0.08527900278568268, 0.19484113156795502, 0.9865569472312927, 0.46335285902023315, 0.6515319347381592], "mean": [0.4558001756668091, 2.0255162715911865, -0.7535250186920166, -0.545100748538971, 1.4287501573562622, 1.172619104385376, -2.0277211666107178, 597.0071411132812, 0.21900546550750732, 0.3392590582370758, -0.2150801122188568, -0.24075087904930115, 0.6532919406890869, -0.313189297914505, -0.432661771774292, -0.4488030970096588, -2.0259757041931152, -1.530245304107666, -1.1101367473602295, 2.193427324295044, -0.9412769675254822, 0.9371985793113708, 527.3440551757812, -0.11897051334381104, 0.34321025013923645, -0.17597642540931702, -0.17150884866714478, 0.803214967250824, 0.28674814105033875, 0.3533273935317993], "std": [0.09812736511230469, 0.006651256233453751, 0.6221726536750793, 0.5519559979438782, 0.4572392702102661, 0.11645060777664185, 0.7101373672485352, 283.2523498535156, 0.09741061180830002, 0.03507154434919357, 0.04112453758716583, 0.21195410192012787, 0.2825322449207306, 0.23076120018959045, 0.22795942425727844, 0.18355321884155273, 0.014751214534044266, 0.41858187317848206, 0.491961270570755, 0.4744279384613037, 0.7098317742347717, 0.588442325592041, 246.87464904785156, 0.06342680007219315, 0.035632144659757614, 0.03630868345499039, 0.21069097518920898, 0.15912765264511108, 0.15861859917640686, 0.15327616035938263], "count": [1119]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008936550491510277], "std": [0.029880703301698817], "count": [1119]}, "timestamp": {"min": [0.0], "max": [44.72], "mean": [22.36], "std": [12.921093864942963], "count": [1119]}, "frame_index": {"min": [0], "max": [1118], "mean": [559.0], "std": [323.0273466235741], "count": [1119]}, "episode_index": {"min": [432], "max": [432], "mean": [432.0], "std": [0.0], "count": [1119]}, "index": {"min": [518050], "max": [519168], "mean": [518609.0], "std": [323.0273466235741], "count": [1119]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1119]}}} +{"episode_index": 433, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4777866663293758]], [[0.4815317765485399]], [[0.47759736463392694]]], "std": [[[0.13128594071526986]], [[0.13210102610615812]], [[0.13159270755753]]], "count": [218]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47675578734934343]], [[0.48145721933651137]], [[0.4754253846989866]]], "std": [[[0.09369030463502302]], [[0.09183022189430701]], [[0.09494898276966353]]], "count": [218]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48269224455837384]], [[0.4830910057639264]], [[0.4791814906008275]]], "std": [[[0.11174300969555213]], [[0.11313247157768518]], [[0.11596770117339332]]], "count": [218]}, "states": {"min": [0.4080754518508911, 2.012486696243286, -0.03406882658600807, -0.25068163871765137, -2.7950053215026855, -1.6105201244354248, 0.31182050704956055, -5.0, 0.019279999658465385, 0.30354800820350647, -0.27992698550224304, -0.4379569888114929, -0.6602185964584351, -0.464415043592453, -0.6524037718772888, -0.6592981815338135, -2.0526294708251953, -2.0849878787994385, -1.404780626296997, 0.1448797732591629, -1.3520368337631226, 1.0202147960662842, 60.0, -0.25436699390411377, 0.3232850134372711, -0.2623179852962494, -0.36891552805900574, 0.5900262594223022, -0.059679508209228516, 0.2485668808221817], "max": [1.0177713632583618, 2.0358219146728516, 0.9965481162071228, 0.21498966217041016, -2.390106201171875, -0.7491477131843567, 0.8837474584579468, 884.0, 0.24675999581813812, 0.41119900345802307, -0.19704699516296387, 0.4556976854801178, 0.8917126059532166, 0.45643845200538635, 0.6796615123748779, -0.22565363347530365, -1.913456916809082, -1.374708652496338, -0.25911158323287964, 2.4709150791168213, -0.5735326409339905, 2.6366167068481445, 910.0, -0.061911001801490784, 0.40776899456977844, -0.13742999732494354, -0.04758010059595108, 0.9580690264701843, 0.4488181173801422, 0.650768518447876], "mean": [0.7424748539924622, 2.023134708404541, 0.3374086320400238, 0.003889074083417654, -2.638061046600342, -1.1087350845336914, 0.7308838367462158, 562.6879272460938, 0.13001467287540436, 0.3708277642726898, -0.23609596490859985, -0.11779776215553284, 0.638031005859375, -0.18707185983657837, -0.43219995498657227, -0.4585244059562683, -2.020920515060425, -1.780392050743103, -0.7027694582939148, 1.3806426525115967, -1.0613127946853638, 1.8856239318847656, 698.5816040039062, -0.1672932207584381, 0.3695824146270752, -0.20383620262145996, -0.20189662277698517, 0.7574259638786316, 0.2924656271934509, 0.4843102693557739], "std": [0.15236181020736694, 0.005258690565824509, 0.273918092250824, 0.09546571224927902, 0.1391037404537201, 0.1719672977924347, 0.1521974354982376, 249.511474609375, 0.058793000876903534, 0.02809421718120575, 0.017265591770410538, 0.18630653619766235, 0.3952295482158661, 0.21421392261981964, 0.3470492362976074, 0.10354677587747574, 0.027789052575826645, 0.2203846573829651, 0.36949020624160767, 0.6972098350524902, 0.14267277717590332, 0.48871511220932007, 289.6630859375, 0.053345922380685806, 0.0234824288636446, 0.026862043887376785, 0.08922746777534485, 0.12231862545013428, 0.15526843070983887, 0.13571660220623016], "count": [1317]}, "actions": {"min": [0.4080754518508911, 2.012486696243286, -0.03406882658600807, -0.25068163871765137, -2.7950053215026855, -1.6105201244354248, 0.31182050704956055, -5.0, 0.019279999658465385, 0.30354800820350647, -0.27992698550224304, -0.4379569888114929, -0.6602185964584351, -0.464415043592453, -0.6524037718772888, -0.6592981815338135, -2.0526294708251953, -2.0849878787994385, -1.404780626296997, 0.1448797732591629, -1.3520368337631226, 1.0202147960662842, 60.0, -0.25436699390411377, 0.3232850134372711, -0.2623179852962494, -0.36891552805900574, 0.5900262594223022, -0.059679508209228516, 0.2485668808221817], "max": [1.0177713632583618, 2.0358219146728516, 0.9965481162071228, 0.21498966217041016, -2.390106201171875, -0.7491477131843567, 0.8837474584579468, 884.0, 0.24675999581813812, 0.41119900345802307, -0.19704699516296387, 0.4556976854801178, 0.8917126059532166, 0.45643845200538635, 0.6796615123748779, -0.22565363347530365, -1.913456916809082, -1.374708652496338, -0.25911158323287964, 2.4709150791168213, -0.5735326409339905, 2.6366167068481445, 910.0, -0.061911001801490784, 0.40776899456977844, -0.13742999732494354, -0.04758010059595108, 0.9580690264701843, 0.4488181173801422, 0.650768518447876], "mean": [0.7424748539924622, 2.023134708404541, 0.3374086320400238, 0.003889074083417654, -2.638061046600342, -1.1087350845336914, 0.7308838367462158, 562.6879272460938, 0.13001467287540436, 0.3708277642726898, -0.23609596490859985, -0.11779776215553284, 0.638031005859375, -0.18707185983657837, -0.43219995498657227, -0.4585244059562683, -2.020920515060425, -1.780392050743103, -0.7027694582939148, 1.3806426525115967, -1.0613127946853638, 1.8856239318847656, 698.5816040039062, -0.1672932207584381, 0.3695824146270752, -0.20383620262145996, -0.20189662277698517, 0.7574259638786316, 0.2924656271934509, 0.4843102693557739], "std": [0.15236181020736694, 0.005258690565824509, 0.273918092250824, 0.09546571224927902, 0.1391037404537201, 0.1719672977924347, 0.1521974354982376, 249.511474609375, 0.058793000876903534, 0.02809421718120575, 0.017265591770410538, 0.18630653619766235, 0.3952295482158661, 0.21421392261981964, 0.3470492362976074, 0.10354677587747574, 0.027789052575826645, 0.2203846573829651, 0.36949020624160767, 0.6972098350524902, 0.14267277717590332, 0.48871511220932007, 289.6630859375, 0.053345922380685806, 0.0234824288636446, 0.026862043887376785, 0.08922746777534485, 0.12231862545013428, 0.15526843070983887, 0.13571660220623016], "count": [1317]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007593014426727411], "std": [0.027544961499190668], "count": [1317]}, "timestamp": {"min": [0.0], "max": [52.64], "mean": [26.32], "std": [15.207401706625188], "count": [1317]}, "frame_index": {"min": [0], "max": [1316], "mean": [658.0], "std": [380.1850426656297], "count": [1317]}, "episode_index": {"min": [433], "max": [433], "mean": [433.0], "std": [0.0], "count": [1317]}, "index": {"min": [519169], "max": [520485], "mean": [519827.0], "std": [380.1850426656297], "count": [1317]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1317]}}} +{"episode_index": 434, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.453671130797177]], [[0.4601776395842025]], [[0.45457915058753995]]], "std": [[[0.1507332445741029]], [[0.14884379301941267]], [[0.14999355044819956]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47240858690550686]], [[0.4786715827510082]], [[0.47222289146154917]]], "std": [[[0.08582650776886885]], [[0.08447180903018793]], [[0.08934248139638241]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.4635274170838548]], [[0.4648575063447365]], [[0.46149947960123766]]], "std": [[[0.13335722814665815]], [[0.13023762732486163]], [[0.13368108767837886]]], "count": [188]}, "states": {"min": [0.4515341520309448, 1.945169448852539, -0.7936884760856628, -0.298974871635437, -2.307412624359131, -1.566136360168457, 0.06848672032356262, 0.0, 0.07626699656248093, 0.2830910086631775, -0.2875959873199463, -0.47977742552757263, -0.565163254737854, -0.4592577815055847, -0.6293736696243286, -0.9986948370933533, -2.0451245307922363, 0.33128097653388977, -0.14215707778930664, 0.548347532749176, 1.1575896739959717, -1.9247839450836182, 30.0, -0.23695699870586395, 0.3308970034122467, -0.25964298844337463, -0.4185946583747864, 0.41754841804504395, -0.08043095469474792, 0.1925036609172821], "max": [0.9105732440948486, 2.041773557662964, -0.42322489619255066, 0.21326179802417755, -0.831282913684845, -0.9225112199783325, 1.1578863859176636, 884.0, 0.2056339979171753, 0.4450550079345703, -0.19289900362491608, 0.49757644534111023, 0.895513653755188, 0.41426756978034973, 0.5729716420173645, -0.486161470413208, -1.7540733814239502, 1.5984249114990234, 1.1772420406341553, 2.7833290100097656, 1.7471269369125366, -0.4279896318912506, 903.0, -0.02308100089430809, 0.39942699670791626, -0.09567999839782715, 0.12894590198993683, 0.9672345519065857, 0.5085774660110474, 0.7359731197357178], "mean": [0.7368837594985962, 2.0214552879333496, -0.610487699508667, -0.08111690729856491, -1.7037525177001953, -1.1520477533340454, 0.7541689872741699, 503.7317199707031, 0.149209663271904, 0.3782961666584015, -0.22869324684143066, -0.177943155169487, 0.7181330323219299, -0.2507437467575073, -0.49534478783607483, -0.7028407454490662, -2.0226428508758545, 1.0139437913894653, 0.4116329848766327, 1.7016868591308594, 1.3599389791488647, -1.3544495105743408, 559.363525390625, -0.1476743072271347, 0.3672989010810852, -0.19505874812602997, -0.07746539264917374, 0.750598132610321, 0.27614352107048035, 0.4871477782726288], "std": [0.1071171686053276, 0.01340745110064745, 0.1352621614933014, 0.16086634993553162, 0.507122278213501, 0.16106539964675903, 0.3870474398136139, 329.2747497558594, 0.036842454224824905, 0.046972546726465225, 0.023688210174441338, 0.19469726085662842, 0.22078801691532135, 0.1755310744047165, 0.16406521201133728, 0.1638919711112976, 0.044203463941812515, 0.32256609201431274, 0.3172054886817932, 0.7527390718460083, 0.16333657503128052, 0.4088298976421356, 345.5426025390625, 0.0661839097738266, 0.012962572276592255, 0.0399329699575901, 0.14188015460968018, 0.19016848504543304, 0.17515112459659576, 0.17338399589061737], "count": [1081]}, "actions": {"min": [0.4515341520309448, 1.945169448852539, -0.7936884760856628, -0.298974871635437, -2.307412624359131, -1.566136360168457, 0.06848672032356262, 0.0, 0.07626699656248093, 0.2830910086631775, -0.2875959873199463, -0.47977742552757263, -0.565163254737854, -0.4592577815055847, -0.6293736696243286, -0.9986948370933533, -2.0451245307922363, 0.33128097653388977, -0.14215707778930664, 0.548347532749176, 1.1575896739959717, -1.9247839450836182, 30.0, -0.23695699870586395, 0.3308970034122467, -0.25964298844337463, -0.4185946583747864, 0.41754841804504395, -0.08043095469474792, 0.1925036609172821], "max": [0.9105732440948486, 2.041773557662964, -0.42322489619255066, 0.21326179802417755, -0.831282913684845, -0.9225112199783325, 1.1578863859176636, 884.0, 0.2056339979171753, 0.4450550079345703, -0.19289900362491608, 0.49757644534111023, 0.895513653755188, 0.41426756978034973, 0.5729716420173645, -0.486161470413208, -1.7540733814239502, 1.5984249114990234, 1.1772420406341553, 2.7833290100097656, 1.7471269369125366, -0.4279896318912506, 903.0, -0.02308100089430809, 0.39942699670791626, -0.09567999839782715, 0.12894590198993683, 0.9672345519065857, 0.5085774660110474, 0.7359731197357178], "mean": [0.7368837594985962, 2.0214552879333496, -0.610487699508667, -0.08111690729856491, -1.7037525177001953, -1.1520477533340454, 0.7541689872741699, 503.7317199707031, 0.149209663271904, 0.3782961666584015, -0.22869324684143066, -0.177943155169487, 0.7181330323219299, -0.2507437467575073, -0.49534478783607483, -0.7028407454490662, -2.0226428508758545, 1.0139437913894653, 0.4116329848766327, 1.7016868591308594, 1.3599389791488647, -1.3544495105743408, 559.363525390625, -0.1476743072271347, 0.3672989010810852, -0.19505874812602997, -0.07746539264917374, 0.750598132610321, 0.27614352107048035, 0.4871477782726288], "std": [0.1071171686053276, 0.01340745110064745, 0.1352621614933014, 0.16086634993553162, 0.507122278213501, 0.16106539964675903, 0.3870474398136139, 329.2747497558594, 0.036842454224824905, 0.046972546726465225, 0.023688210174441338, 0.19469726085662842, 0.22078801691532135, 0.1755310744047165, 0.16406521201133728, 0.1638919711112976, 0.044203463941812515, 0.32256609201431274, 0.3172054886817932, 0.7527390718460083, 0.16333657503128052, 0.4088298976421356, 345.5426025390625, 0.0661839097738266, 0.012962572276592255, 0.0399329699575901, 0.14188015460968018, 0.19016848504543304, 0.17515112459659576, 0.17338399589061737], "count": [1081]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009250693802035153], "std": [0.030400882007687296], "count": [1081]}, "timestamp": {"min": [0.0], "max": [43.2], "mean": [21.599999999999998], "std": [12.482307478988009], "count": [1081]}, "frame_index": {"min": [0], "max": [1080], "mean": [540.0], "std": [312.05768697470023], "count": [1081]}, "episode_index": {"min": [434], "max": [434], "mean": [434.0], "std": [0.0], "count": [1081]}, "index": {"min": [520486], "max": [521566], "mean": [521026.0], "std": [312.05768697470023], "count": [1081]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1081]}}} +{"episode_index": 435, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.4599954309550546]], [[0.4659378455126544]], [[0.4597765666839423]]], "std": [[[0.15258509394153127]], [[0.15030117339878493]], [[0.15128005326837632]]], "count": [227]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638627531959921]], [[0.46931504995537127]], [[0.46214049768218596]]], "std": [[[0.10452750857520955]], [[0.1031386923094124]], [[0.10894825948974661]]], "count": [227]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[0.8745098039215686]]], "mean": [[[0.4638972918646166]], [[0.46546734725461403]], [[0.4632886245357174]]], "std": [[[0.11640925150406069]], [[0.1111792790434608]], [[0.11317109764901431]]], "count": [227]}, "states": {"min": [0.36384880542755127, 1.9767251014709473, -0.9894796013832092, -0.3859621286392212, -2.0206027030944824, -1.5074059963226318, 0.20284216105937958, 18.0, 0.09978699684143066, 0.2725619971752167, -0.28240299224853516, -0.4644150137901306, -0.6146968603134155, -0.42627713084220886, -0.6201237440109253, -0.9475218653678894, -2.0585286617279053, 0.9750282168388367, -0.05223770812153816, 0.33737215399742126, 1.1488980054855347, -2.299628496170044, 78.0, -0.24816100299358368, 0.30812200903892517, -0.26892799139022827, -0.42495909333229065, 0.46768057346343994, -0.15675288438796997, 0.056429192423820496], "max": [0.7839321494102478, 2.037235736846924, -0.5564458966255188, 0.07063347846269608, -0.7160214185714722, -0.9172229170799255, 1.0184868574142456, 873.0, 0.2413029968738556, 0.424454003572464, -0.1767140030860901, 0.505271315574646, 0.8791869878768921, 0.44406330585479736, 0.6186310648918152, -0.35353392362594604, -1.813711166381836, 1.8058398962020874, 1.6516575813293457, 2.560537576675415, 1.6675399541854858, -0.2920459508895874, 915.0, 0.009291999973356724, 0.3689570128917694, -0.07981300354003906, 0.1721438318490982, 0.9851760268211365, 0.46791312098503113, 0.6686992049217224], "mean": [0.6272069215774536, 2.0201709270477295, -0.8152955770492554, -0.17907220125198364, -1.4563302993774414, -1.124218463897705, 0.7705754637718201, 599.6858520507812, 0.1780686378479004, 0.37653422355651855, -0.23068241775035858, -0.04869778826832771, 0.4776398539543152, -0.11507050693035126, -0.279028981924057, -0.6492986083030701, -2.0271246433258057, 1.33770751953125, 0.5585922002792358, 1.6845176219940186, 1.3939775228500366, -1.2830997705459595, 469.82098388671875, -0.12556171417236328, 0.3399296998977661, -0.20109684765338898, -0.11494965851306915, 0.823951005935669, 0.15282171964645386, 0.40694519877433777], "std": [0.08300129324197769, 0.009021932259202003, 0.14922095835208893, 0.13783039152622223, 0.3831605315208435, 0.15932637453079224, 0.27121150493621826, 236.9215545654297, 0.03641657158732414, 0.03676018863916397, 0.01808694750070572, 0.27780768275260925, 0.5552859902381897, 0.29291772842407227, 0.45504963397979736, 0.17922517657279968, 0.04529871791601181, 0.23190945386886597, 0.45117872953414917, 0.7389509081840515, 0.15198808908462524, 0.7001035809516907, 197.57965087890625, 0.06991845369338989, 0.012618131004273891, 0.04520174488425255, 0.17636869847774506, 0.14426256716251373, 0.17201028764247894, 0.19346462190151215], "count": [1391]}, "actions": {"min": [0.36384880542755127, 1.9767251014709473, -0.9894796013832092, -0.3859621286392212, -2.0206027030944824, -1.5074059963226318, 0.20284216105937958, 18.0, 0.09978699684143066, 0.2725619971752167, -0.28240299224853516, -0.4644150137901306, -0.6146968603134155, -0.42627713084220886, -0.6201237440109253, -0.9475218653678894, -2.0585286617279053, 0.9750282168388367, -0.05223770812153816, 0.33737215399742126, 1.1488980054855347, -2.299628496170044, 78.0, -0.24816100299358368, 0.30812200903892517, -0.26892799139022827, -0.42495909333229065, 0.46768057346343994, -0.15675288438796997, 0.056429192423820496], "max": [0.7839321494102478, 2.037235736846924, -0.5564458966255188, 0.07063347846269608, -0.7160214185714722, -0.9172229170799255, 1.0184868574142456, 873.0, 0.2413029968738556, 0.424454003572464, -0.1767140030860901, 0.505271315574646, 0.8791869878768921, 0.44406330585479736, 0.6186310648918152, -0.35353392362594604, -1.813711166381836, 1.8058398962020874, 1.6516575813293457, 2.560537576675415, 1.6675399541854858, -0.2920459508895874, 915.0, 0.009291999973356724, 0.3689570128917694, -0.07981300354003906, 0.1721438318490982, 0.9851760268211365, 0.46791312098503113, 0.6686992049217224], "mean": [0.6272069215774536, 2.0201709270477295, -0.8152955770492554, -0.17907220125198364, -1.4563302993774414, -1.124218463897705, 0.7705754637718201, 599.6858520507812, 0.1780686378479004, 0.37653422355651855, -0.23068241775035858, -0.04869778826832771, 0.4776398539543152, -0.11507050693035126, -0.279028981924057, -0.6492986083030701, -2.0271246433258057, 1.33770751953125, 0.5585922002792358, 1.6845176219940186, 1.3939775228500366, -1.2830997705459595, 469.82098388671875, -0.12556171417236328, 0.3399296998977661, -0.20109684765338898, -0.11494965851306915, 0.823951005935669, 0.15282171964645386, 0.40694519877433777], "std": [0.08300129324197769, 0.009021932259202003, 0.14922095835208893, 0.13783039152622223, 0.3831605315208435, 0.15932637453079224, 0.27121150493621826, 236.9215545654297, 0.03641657158732414, 0.03676018863916397, 0.01808694750070572, 0.27780768275260925, 0.5552859902381897, 0.29291772842407227, 0.45504963397979736, 0.17922517657279968, 0.04529871791601181, 0.23190945386886597, 0.45117872953414917, 0.7389509081840515, 0.15198808908462524, 0.7001035809516907, 197.57965087890625, 0.06991845369338989, 0.012618131004273891, 0.04520174488425255, 0.17636869847774506, 0.14426256716251373, 0.17201028764247894, 0.19346462190151215], "count": [1391]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007189072609633358], "std": [0.026802806444726452], "count": [1391]}, "timestamp": {"min": [0.0], "max": [55.6], "mean": [27.8], "std": [16.061880338241846], "count": [1391]}, "frame_index": {"min": [0], "max": [1390], "mean": [695.0], "std": [401.54700845604617], "count": [1391]}, "episode_index": {"min": [435], "max": [435], "mean": [435.0], "std": [0.0], "count": [1391]}, "index": {"min": [521567], "max": [522957], "mean": [522262.0], "std": [401.54700845604617], "count": [1391]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1391]}}} +{"episode_index": 436, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.47273984017784515]], [[0.477887339055794]], [[0.4751024380066762]]], "std": [[[0.1343121298820426]], [[0.13608105540543877]], [[0.13595946497808134]]], "count": [233]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8509803921568627]], [[1.0]], [[1.0]]], "mean": [[[0.4763904685264664]], [[0.4800601471990799]], [[0.4742849413728295]]], "std": [[[0.11253132380869213]], [[0.11041394194924575]], [[0.11398554935822405]]], "count": [233]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.4765637658139078]], [[0.4765184042680019]], [[0.4725143569945861]]], "std": [[[0.11700137362463074]], [[0.11866237180981205]], [[0.12207582410225255]]], "count": [233]}, "states": {"min": [0.4156850576400757, 2.0177054405212402, -0.10005971789360046, -0.1990024596452713, -2.8960771560668945, -1.4174867868423462, 0.27611109614372253, 10.0, 0.004472000058740377, 0.28992000222206116, -0.29166901111602783, -0.4159126579761505, -0.5877323746681213, -0.387471079826355, -0.6535808444023132, -0.7394262552261353, -2.054549217224121, -2.1506645679473877, -1.131776213645935, 0.3020990490913391, -1.320847749710083, 1.5321547985076904, 38.0, -0.2669219970703125, 0.3038080036640167, -0.2729710042476654, -0.3085307478904724, 0.6013295650482178, -0.11320387572050095, 0.33478549122810364], "max": [0.9871059060096741, 2.0453341007232666, 0.825435996055603, 0.31759756803512573, -2.3852367401123047, -0.642734944820404, 0.7915418148040771, 890.0, 0.21514299511909485, 0.3965739905834198, -0.2133210003376007, 0.4144088923931122, 0.8654122948646545, 0.3700145184993744, 0.6552011370658875, -0.06845181435346603, -1.8935426473617554, -1.4258294105529785, -0.2375916838645935, 2.095128297805786, -0.8160461187362671, 2.47094988822937, 904.0, -0.08661600202322006, 0.39323899149894714, -0.14778999984264374, -0.05173276737332344, 0.9259334802627563, 0.4782271683216095, 0.6651983261108398], "mean": [0.7029866576194763, 2.0288426876068115, 0.3693971037864685, 0.12287026643753052, -2.6358203887939453, -1.0255777835845947, 0.6297776103019714, 481.454345703125, 0.10957582294940948, 0.3601733148097992, -0.24574485421180725, -0.16118744015693665, 0.6818506121635437, -0.22281190752983093, -0.48982614278793335, -0.5002253651618958, -2.020623207092285, -1.8575788736343384, -0.4883889853954315, 1.3665543794631958, -1.0608422756195068, 2.0744500160217285, 442.1268310546875, -0.1635432094335556, 0.3598572909832001, -0.2322360873222351, -0.17780102789402008, 0.7702134251594543, 0.26168128848075867, 0.5047240853309631], "std": [0.13382257521152496, 0.004961913917213678, 0.21228893101215363, 0.1145663857460022, 0.20512551069259644, 0.23168759047985077, 0.13497163355350494, 301.2972106933594, 0.05350826308131218, 0.021567529067397118, 0.01925770938396454, 0.14888112246990204, 0.3075496256351471, 0.15898874402046204, 0.2783735394477844, 0.14835797250270844, 0.024923155084252357, 0.22041955590248108, 0.2073514312505722, 0.539219319820404, 0.12130481004714966, 0.2075444757938385, 306.8494873046875, 0.04438477009534836, 0.02313440479338169, 0.02783488854765892, 0.058393269777297974, 0.09794729202985764, 0.1785917729139328, 0.08387420326471329], "count": [1435]}, "actions": {"min": [0.4156850576400757, 2.0177054405212402, -0.10005971789360046, -0.1990024596452713, -2.8960771560668945, -1.4174867868423462, 0.27611109614372253, 10.0, 0.004472000058740377, 0.28992000222206116, -0.29166901111602783, -0.4159126579761505, -0.5877323746681213, -0.387471079826355, -0.6535808444023132, -0.7394262552261353, -2.054549217224121, -2.1506645679473877, -1.131776213645935, 0.3020990490913391, -1.320847749710083, 1.5321547985076904, 38.0, -0.2669219970703125, 0.3038080036640167, -0.2729710042476654, -0.3085307478904724, 0.6013295650482178, -0.11320387572050095, 0.33478549122810364], "max": [0.9871059060096741, 2.0453341007232666, 0.825435996055603, 0.31759756803512573, -2.3852367401123047, -0.642734944820404, 0.7915418148040771, 890.0, 0.21514299511909485, 0.3965739905834198, -0.2133210003376007, 0.4144088923931122, 0.8654122948646545, 0.3700145184993744, 0.6552011370658875, -0.06845181435346603, -1.8935426473617554, -1.4258294105529785, -0.2375916838645935, 2.095128297805786, -0.8160461187362671, 2.47094988822937, 904.0, -0.08661600202322006, 0.39323899149894714, -0.14778999984264374, -0.05173276737332344, 0.9259334802627563, 0.4782271683216095, 0.6651983261108398], "mean": [0.7029866576194763, 2.0288426876068115, 0.3693971037864685, 0.12287026643753052, -2.6358203887939453, -1.0255777835845947, 0.6297776103019714, 481.454345703125, 0.10957582294940948, 0.3601733148097992, -0.24574485421180725, -0.16118744015693665, 0.6818506121635437, -0.22281190752983093, -0.48982614278793335, -0.5002253651618958, -2.020623207092285, -1.8575788736343384, -0.4883889853954315, 1.3665543794631958, -1.0608422756195068, 2.0744500160217285, 442.1268310546875, -0.1635432094335556, 0.3598572909832001, -0.2322360873222351, -0.17780102789402008, 0.7702134251594543, 0.26168128848075867, 0.5047240853309631], "std": [0.13382257521152496, 0.004961913917213678, 0.21228893101215363, 0.1145663857460022, 0.20512551069259644, 0.23168759047985077, 0.13497163355350494, 301.2972106933594, 0.05350826308131218, 0.021567529067397118, 0.01925770938396454, 0.14888112246990204, 0.3075496256351471, 0.15898874402046204, 0.2783735394477844, 0.14835797250270844, 0.024923155084252357, 0.22041955590248108, 0.2073514312505722, 0.539219319820404, 0.12130481004714966, 0.2075444757938385, 306.8494873046875, 0.04438477009534836, 0.02313440479338169, 0.02783488854765892, 0.058393269777297974, 0.09794729202985764, 0.1785917729139328, 0.08387420326471329], "count": [1435]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006968641114982578], "std": [0.026388984290956777], "count": [1435]}, "timestamp": {"min": [0.0], "max": [57.36], "mean": [28.679999999999996], "std": [16.56994870239495], "count": [1435]}, "frame_index": {"min": [0], "max": [1434], "mean": [717.0], "std": [414.2487175598737], "count": [1435]}, "episode_index": {"min": [436], "max": [436], "mean": [436.0], "std": [0.0], "count": [1435]}, "index": {"min": [522958], "max": [524392], "mean": [523675.0], "std": [414.2487175598737], "count": [1435]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1435]}}} +{"episode_index": 437, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46816818234579805]], [[0.47317213337976355]], [[0.4676103354137648]]], "std": [[[0.1318666336050526]], [[0.13226739677112398]], [[0.13302515823138658]]], "count": [183]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[1.0]], [[1.0]]], "mean": [[[0.47339598624058]], [[0.47521861383442265]], [[0.4694875665202328]]], "std": [[[0.0830529653331358]], [[0.0819234356899769]], [[0.0873529976163642]]], "count": [183]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.4736406958730669]], [[0.4767009134254795]], [[0.47256683720847176]]], "std": [[[0.07305671526570852]], [[0.07209779961041589]], [[0.07601218092440744]]], "count": [183]}, "states": {"min": [0.2030690759420395, 2.0168850421905518, -1.921764612197876, -1.7081013917922974, -2.6047818660736084, -1.435481071472168, 0.18999655544757843, 248.0, 0.03049599938094616, 0.28400200605392456, -0.2844190001487732, -0.48830893635749817, -0.6041708588600159, -0.47549110651016235, -0.6096424460411072, -0.9143954515457153, -2.0570101737976074, 0.9648354649543762, -0.08136725425720215, -2.898573160171509, -1.8720228672027588, 0.44083526730537415, 184.0, -0.26723799109458923, 0.2674260139465332, -0.2783080041408539, -0.4999709129333496, -0.7129271030426025, -0.41751691699028015, -0.6808464527130127], "max": [0.568715512752533, 2.0386319160461426, -0.16379915177822113, 0.09512043744325638, -0.7100522518157959, -0.8787732720375061, 2.4512627124786377, 880.0, 0.30747801065444946, 0.4068849980831146, -0.07489000260829926, 0.5223146080970764, 0.9718578457832336, 0.5071830749511719, 0.6114577651023865, 0.3026924729347229, -1.9959237575531006, 1.7401456832885742, 1.9905307292938232, -0.5682094097137451, -0.461499959230423, 2.8471381664276123, 896.0, -0.01028900034725666, 0.4113200008869171, -0.03445500135421753, 0.5413238406181335, 0.9726657271385193, 0.48501861095428467, 0.7366014122962952], "mean": [0.40855640172958374, 2.027658462524414, -0.9231983423233032, -0.574063241481781, -1.4198122024536133, -1.1672544479370117, 1.0187782049179077, 577.9837036132812, 0.22302718460559845, 0.34658679366111755, -0.1999409943819046, 0.03057965263724327, 0.3397335410118103, -0.01031950768083334, -0.1264120638370514, -0.43603941798210144, -2.033771276473999, 1.4758422374725342, 0.9355600476264954, -1.5606498718261719, -1.2732013463974, 1.7917321920394897, 516.4530639648438, -0.12553909420967102, 0.32864242792129517, -0.16794049739837646, -0.033866290003061295, 0.6181958317756653, 0.08750271797180176, 0.23656652867794037], "std": [0.09916509687900543, 0.004623325075954199, 0.40794751048088074, 0.5882679224014282, 0.5866186022758484, 0.12130708992481232, 0.7195943593978882, 214.82391357421875, 0.07558535039424896, 0.031980108469724655, 0.05363163724541664, 0.3581313192844391, 0.6017911434173584, 0.37603500485420227, 0.48553791642189026, 0.31133756041526794, 0.009709524922072887, 0.21500886976718903, 0.5495249032974243, 0.7643604874610901, 0.21555934846401215, 0.8320121765136719, 248.34854125976562, 0.06883464008569717, 0.0319996252655983, 0.052237533032894135, 0.27956345677375793, 0.5187623500823975, 0.2127971649169922, 0.4006417691707611], "count": [1044]}, "actions": {"min": [0.2030690759420395, 2.0168850421905518, -1.921764612197876, -1.7081013917922974, -2.6047818660736084, -1.435481071472168, 0.18999655544757843, 248.0, 0.03049599938094616, 0.28400200605392456, -0.2844190001487732, -0.48830893635749817, -0.6041708588600159, -0.47549110651016235, -0.6096424460411072, -0.9143954515457153, -2.0570101737976074, 0.9648354649543762, -0.08136725425720215, -2.898573160171509, -1.8720228672027588, 0.44083526730537415, 184.0, -0.26723799109458923, 0.2674260139465332, -0.2783080041408539, -0.4999709129333496, -0.7129271030426025, -0.41751691699028015, -0.6808464527130127], "max": [0.568715512752533, 2.0386319160461426, -0.16379915177822113, 0.09512043744325638, -0.7100522518157959, -0.8787732720375061, 2.4512627124786377, 880.0, 0.30747801065444946, 0.4068849980831146, -0.07489000260829926, 0.5223146080970764, 0.9718578457832336, 0.5071830749511719, 0.6114577651023865, 0.3026924729347229, -1.9959237575531006, 1.7401456832885742, 1.9905307292938232, -0.5682094097137451, -0.461499959230423, 2.8471381664276123, 896.0, -0.01028900034725666, 0.4113200008869171, -0.03445500135421753, 0.5413238406181335, 0.9726657271385193, 0.48501861095428467, 0.7366014122962952], "mean": [0.40855640172958374, 2.027658462524414, -0.9231983423233032, -0.574063241481781, -1.4198122024536133, -1.1672544479370117, 1.0187782049179077, 577.9837036132812, 0.22302718460559845, 0.34658679366111755, -0.1999409943819046, 0.03057965263724327, 0.3397335410118103, -0.01031950768083334, -0.1264120638370514, -0.43603941798210144, -2.033771276473999, 1.4758422374725342, 0.9355600476264954, -1.5606498718261719, -1.2732013463974, 1.7917321920394897, 516.4530639648438, -0.12553909420967102, 0.32864242792129517, -0.16794049739837646, -0.033866290003061295, 0.6181958317756653, 0.08750271797180176, 0.23656652867794037], "std": [0.09916509687900543, 0.004623325075954199, 0.40794751048088074, 0.5882679224014282, 0.5866186022758484, 0.12130708992481232, 0.7195943593978882, 214.82391357421875, 0.07558535039424896, 0.031980108469724655, 0.05363163724541664, 0.3581313192844391, 0.6017911434173584, 0.37603500485420227, 0.48553791642189026, 0.31133756041526794, 0.009709524922072887, 0.21500886976718903, 0.5495249032974243, 0.7643604874610901, 0.21555934846401215, 0.8320121765136719, 248.34854125976562, 0.06883464008569717, 0.0319996252655983, 0.052237533032894135, 0.27956345677375793, 0.5187623500823975, 0.2127971649169922, 0.4006417691707611], "count": [1044]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009578544061302681], "std": [0.030934397053553914], "count": [1044]}, "timestamp": {"min": [0.0], "max": [41.72], "mean": [20.86], "std": [12.055068090503124], "count": [1044]}, "frame_index": {"min": [0], "max": [1043], "mean": [521.5], "std": [301.37670226257814], "count": [1044]}, "episode_index": {"min": [437], "max": [437], "mean": [437.0], "std": [0.0], "count": [1044]}, "index": {"min": [524393], "max": [525436], "mean": [524914.5], "std": [301.37670226257814], "count": [1044]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1044]}}} +{"episode_index": 438, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4591361068465848]], [[0.46499949499030385]], [[0.45935407239819004]]], "std": [[[0.14938474997719445]], [[0.1474073764674317]], [[0.14842779131934694]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642932669862817]], [[0.47164390531853767]], [[0.4659674515639589]]], "std": [[[0.08860297098861399]], [[0.08436322308724697]], [[0.08803868893245212]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[0.8823529411764706]]], "mean": [[[0.4704193106729871]], [[0.4721555575755943]], [[0.4679363732672556]]], "std": [[[0.11236173750097092]], [[0.10956254019739907]], [[0.11279549177536922]]], "count": [182]}, "states": {"min": [0.44364526867866516, 1.8221064805984497, -1.2412607669830322, -0.4760735034942627, -1.9428482055664062, -1.4162824153900146, 0.31321677565574646, 1.0, 0.09964299947023392, 0.3127099871635437, -0.2647930085659027, -0.4198928475379944, -0.5764594674110413, -0.4602988362312317, -0.5929765701293945, -0.9741905331611633, -2.0509190559387207, 0.23712043464183807, -0.23520056903362274, 0.9778556823730469, 1.0936408042907715, -1.9768821001052856, 12.0, -0.2708370089530945, 0.3106420040130615, -0.2596510052680969, -0.40299126505851746, 0.3849930465221405, -0.02187081053853035, 0.250820517539978], "max": [0.793723464012146, 2.055072784423828, -0.7147298455238342, 0.09248499572277069, -0.5261469483375549, -0.8757014870643616, 1.2502492666244507, 882.0, 0.24324899911880493, 0.45795899629592896, -0.17013800144195557, 0.43452560901641846, 0.9053571820259094, 0.47660693526268005, 0.5795835852622986, -0.4260348975658417, -1.8830183744430542, 1.6291253566741943, 1.0193769931793213, 2.5058741569519043, 1.6312894821166992, -0.3066892921924591, 897.0, -0.022974999621510506, 0.39000698924064636, -0.12115799635648727, 0.08846381306648254, 0.9557424783706665, 0.5379119515419006, 0.7107605934143066], "mean": [0.7079312801361084, 2.001323938369751, -0.9787462949752808, -0.21396920084953308, -1.3575228452682495, -1.076897382736206, 0.8809080123901367, 580.9409790039062, 0.16018982231616974, 0.39780259132385254, -0.21413381397724152, -0.1795356273651123, 0.6999003291130066, -0.25891172885894775, -0.476483553647995, -0.668566882610321, -2.0335843563079834, 0.9060084223747253, 0.4113137423992157, 1.7596853971481323, 1.3041657209396362, -1.2889714241027832, 596.0097045898438, -0.153191938996315, 0.3655516505241394, -0.20528541505336761, -0.1098516657948494, 0.7474058270454407, 0.2860412299633026, 0.48686257004737854], "std": [0.08846605569124222, 0.04576925188302994, 0.20514336228370667, 0.2109108418226242, 0.43932124972343445, 0.16698375344276428, 0.3875822126865387, 302.21832275390625, 0.03654028847813606, 0.045803770422935486, 0.02583445981144905, 0.1876903474330902, 0.2604246735572815, 0.1986963450908661, 0.20323479175567627, 0.15294846892356873, 0.02038765698671341, 0.35122016072273254, 0.3558586537837982, 0.5238127708435059, 0.1428438127040863, 0.45560598373413086, 289.7163391113281, 0.07147824019193649, 0.017815733328461647, 0.03574753925204277, 0.1320836842060089, 0.18392325937747955, 0.19177651405334473, 0.14970216155052185], "count": [1033]}, "actions": {"min": [0.44364526867866516, 1.8221064805984497, -1.2412607669830322, -0.4760735034942627, -1.9428482055664062, -1.4162824153900146, 0.31321677565574646, 1.0, 0.09964299947023392, 0.3127099871635437, -0.2647930085659027, -0.4198928475379944, -0.5764594674110413, -0.4602988362312317, -0.5929765701293945, -0.9741905331611633, -2.0509190559387207, 0.23712043464183807, -0.23520056903362274, 0.9778556823730469, 1.0936408042907715, -1.9768821001052856, 12.0, -0.2708370089530945, 0.3106420040130615, -0.2596510052680969, -0.40299126505851746, 0.3849930465221405, -0.02187081053853035, 0.250820517539978], "max": [0.793723464012146, 2.055072784423828, -0.7147298455238342, 0.09248499572277069, -0.5261469483375549, -0.8757014870643616, 1.2502492666244507, 882.0, 0.24324899911880493, 0.45795899629592896, -0.17013800144195557, 0.43452560901641846, 0.9053571820259094, 0.47660693526268005, 0.5795835852622986, -0.4260348975658417, -1.8830183744430542, 1.6291253566741943, 1.0193769931793213, 2.5058741569519043, 1.6312894821166992, -0.3066892921924591, 897.0, -0.022974999621510506, 0.39000698924064636, -0.12115799635648727, 0.08846381306648254, 0.9557424783706665, 0.5379119515419006, 0.7107605934143066], "mean": [0.7079312801361084, 2.001323938369751, -0.9787462949752808, -0.21396920084953308, -1.3575228452682495, -1.076897382736206, 0.8809080123901367, 580.9409790039062, 0.16018982231616974, 0.39780259132385254, -0.21413381397724152, -0.1795356273651123, 0.6999003291130066, -0.25891172885894775, -0.476483553647995, -0.668566882610321, -2.0335843563079834, 0.9060084223747253, 0.4113137423992157, 1.7596853971481323, 1.3041657209396362, -1.2889714241027832, 596.0097045898438, -0.153191938996315, 0.3655516505241394, -0.20528541505336761, -0.1098516657948494, 0.7474058270454407, 0.2860412299633026, 0.48686257004737854], "std": [0.08846605569124222, 0.04576925188302994, 0.20514336228370667, 0.2109108418226242, 0.43932124972343445, 0.16698375344276428, 0.3875822126865387, 302.21832275390625, 0.03654028847813606, 0.045803770422935486, 0.02583445981144905, 0.1876903474330902, 0.2604246735572815, 0.1986963450908661, 0.20323479175567627, 0.15294846892356873, 0.02038765698671341, 0.35122016072273254, 0.3558586537837982, 0.5238127708435059, 0.1428438127040863, 0.45560598373413086, 289.7163391113281, 0.07147824019193649, 0.017815733328461647, 0.03574753925204277, 0.1320836842060089, 0.18392325937747955, 0.19177651405334473, 0.14970216155052185], "count": [1033]}, "next.done": {"min": [false], "max": [true], "mean": [0.000968054211035818], "std": [0.03109850610689063], "count": [1033]}, "timestamp": {"min": [0.0], "max": [41.28], "mean": [20.64], "std": [11.928050972392764], "count": [1033]}, "frame_index": {"min": [0], "max": [1032], "mean": [516.0], "std": [298.20127430981915], "count": [1033]}, "episode_index": {"min": [438], "max": [438], "mean": [438.0], "std": [0.0], "count": [1033]}, "index": {"min": [525437], "max": [526469], "mean": [525953.0], "std": [298.20127430981915], "count": [1033]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1033]}}} +{"episode_index": 439, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.4802617732063924]], [[0.4841921162491972]], [[0.4776718673259284]]], "std": [[[0.1214426178766144]], [[0.12329160161884564]], [[0.1225481141541266]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8431372549019608]], [[1.0]], [[1.0]]], "mean": [[[0.4703473780649061]], [[0.47533652928897957]], [[0.4697952935509464]]], "std": [[[0.07220911292062344]], [[0.06989103084955628]], [[0.07264015671376352]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.48121863665986625]], [[0.47869233820695906]], [[0.47472616669500173]]], "std": [[[0.10190397077399324]], [[0.10411361672293493]], [[0.10866291879432677]]], "count": [173]}, "states": {"min": [0.3937288522720337, 1.9657119512557983, -0.07246606796979904, -0.14512412250041962, -2.894925355911255, -1.4862525463104248, 0.1105840653181076, -5.0, 0.050220001488924026, 0.26457199454307556, -0.2960129976272583, -0.48045432567596436, -0.64495450258255, -0.4447615146636963, -0.6683173179626465, -0.9696874618530273, -2.0618622303009033, 1.3160481452941895, -0.038432151079177856, -0.7884525060653687, 1.0202147960662842, -0.8249822854995728, 6.0, -0.315420001745224, 0.27470099925994873, -0.2951110005378723, -0.4998239278793335, -0.5896474719047546, -0.43406519293785095, -0.5892292857170105], "max": [0.9103812575340271, 2.0274791717529297, 1.0774441957473755, 0.2343977391719818, -2.3347270488739014, -0.6874328851699829, 0.7961668968200684, 904.0, 0.24659700691699982, 0.39178499579429626, -0.19810700416564941, 0.41706037521362305, 0.8625980019569397, 0.3937089145183563, 0.6490936279296875, -0.2373124212026596, -1.7085028886795044, 2.2431321144104004, 0.46385616064071655, 1.063114881515503, 1.520094633102417, -0.16460201144218445, 892.0, -0.09986300021409988, 0.4050459861755371, -0.16614499688148499, 0.5225420594215393, 0.9020500779151917, 0.5537851452827454, 0.6569326519966125], "mean": [0.6058926582336426, 2.0170557498931885, 0.5258848071098328, 0.09379401057958603, -2.7953617572784424, -1.1685107946395874, 0.5120752453804016, 507.572021484375, 0.1398390382528305, 0.33445805311203003, -0.2505793571472168, -0.11626917868852615, 0.5402392745018005, -0.09812748432159424, -0.3650790750980377, -0.4768233001232147, -2.0086708068847656, 1.8214223384857178, 0.07461368292570114, 0.08719086647033691, 1.25998055934906, -0.4507357180118561, 542.7564697265625, -0.2153618186712265, 0.32451051473617554, -0.24364234507083893, -0.33055537939071655, 0.6001194715499878, 0.3337095081806183, 0.5345078706741333], "std": [0.15811817348003387, 0.007043087389320135, 0.3679080009460449, 0.08503740280866623, 0.16312885284423828, 0.16774874925613403, 0.130183145403862, 284.2719421386719, 0.051639851182699203, 0.02724367007613182, 0.02217254415154457, 0.222065731883049, 0.5049753189086914, 0.23863674700260162, 0.436407208442688, 0.20629988610744476, 0.08018600940704346, 0.44733691215515137, 0.10817504674196243, 0.5680844783782959, 0.1131071224808693, 0.16623400151729584, 311.21221923828125, 0.05428724363446236, 0.02591605857014656, 0.03172479569911957, 0.16998668015003204, 0.210199773311615, 0.19920508563518524, 0.1441027671098709], "count": [965]}, "actions": {"min": [0.3937288522720337, 1.9657119512557983, -0.07246606796979904, -0.14512412250041962, -2.894925355911255, -1.4862525463104248, 0.1105840653181076, -5.0, 0.050220001488924026, 0.26457199454307556, -0.2960129976272583, -0.48045432567596436, -0.64495450258255, -0.4447615146636963, -0.6683173179626465, -0.9696874618530273, -2.0618622303009033, 1.3160481452941895, -0.038432151079177856, -0.7884525060653687, 1.0202147960662842, -0.8249822854995728, 6.0, -0.315420001745224, 0.27470099925994873, -0.2951110005378723, -0.4998239278793335, -0.5896474719047546, -0.43406519293785095, -0.5892292857170105], "max": [0.9103812575340271, 2.0274791717529297, 1.0774441957473755, 0.2343977391719818, -2.3347270488739014, -0.6874328851699829, 0.7961668968200684, 904.0, 0.24659700691699982, 0.39178499579429626, -0.19810700416564941, 0.41706037521362305, 0.8625980019569397, 0.3937089145183563, 0.6490936279296875, -0.2373124212026596, -1.7085028886795044, 2.2431321144104004, 0.46385616064071655, 1.063114881515503, 1.520094633102417, -0.16460201144218445, 892.0, -0.09986300021409988, 0.4050459861755371, -0.16614499688148499, 0.5225420594215393, 0.9020500779151917, 0.5537851452827454, 0.6569326519966125], "mean": [0.6058926582336426, 2.0170557498931885, 0.5258848071098328, 0.09379401057958603, -2.7953617572784424, -1.1685107946395874, 0.5120752453804016, 507.572021484375, 0.1398390382528305, 0.33445805311203003, -0.2505793571472168, -0.11626917868852615, 0.5402392745018005, -0.09812748432159424, -0.3650790750980377, -0.4768233001232147, -2.0086708068847656, 1.8214223384857178, 0.07461368292570114, 0.08719086647033691, 1.25998055934906, -0.4507357180118561, 542.7564697265625, -0.2153618186712265, 0.32451051473617554, -0.24364234507083893, -0.33055537939071655, 0.6001194715499878, 0.3337095081806183, 0.5345078706741333], "std": [0.15811817348003387, 0.007043087389320135, 0.3679080009460449, 0.08503740280866623, 0.16312885284423828, 0.16774874925613403, 0.130183145403862, 284.2719421386719, 0.051639851182699203, 0.02724367007613182, 0.02217254415154457, 0.222065731883049, 0.5049753189086914, 0.23863674700260162, 0.436407208442688, 0.20629988610744476, 0.08018600940704346, 0.44733691215515137, 0.10817504674196243, 0.5680844783782959, 0.1131071224808693, 0.16623400151729584, 311.21221923828125, 0.05428724363446236, 0.02591605857014656, 0.03172479569911957, 0.16998668015003204, 0.210199773311615, 0.19920508563518524, 0.1441027671098709], "count": [965]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010362694300518134], "std": [0.03217445532903632], "count": [965]}, "timestamp": {"min": [0.0], "max": [38.56], "mean": [19.279999999999998], "std": [11.142854212453827], "count": [965]}, "frame_index": {"min": [0], "max": [964], "mean": [482.0], "std": [278.57135531134566], "count": [965]}, "episode_index": {"min": [439], "max": [439], "mean": [439.0], "std": [0.0], "count": [965]}, "index": {"min": [526470], "max": [527434], "mean": [526952.0], "std": [278.57135531134566], "count": [965]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [965]}}} +{"episode_index": 440, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[1.0]], [[1.0]]], "mean": [[[0.46568865254435104]], [[0.4730221998521631]], [[0.4665929748288204]]], "std": [[[0.1337926114804025]], [[0.13018102575499255]], [[0.13250774452613923]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[1.0]], [[1.0]]], "mean": [[[0.4665662902661064]], [[0.4680126206037971]], [[0.4635098029489574]]], "std": [[[0.07596002210347065]], [[0.07501617104936528]], [[0.07929769375967896]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47039021261282293]], [[0.47434251283846873]], [[0.4694578236850296]]], "std": [[[0.08356580205897426]], [[0.08051092044426743]], [[0.08472877568575653]]], "count": [210]}, "states": {"min": [0.3654195964336395, 2.013394594192505, -1.8935775756835938, -1.3770997524261475, -2.7346692085266113, -1.625337839126587, 0.27607619762420654, 4.0, 0.004854999948292971, 0.26192399859428406, -0.2864300012588501, -0.4567071199417114, -0.6741227507591248, -0.47940197587013245, -0.6785193085670471, -0.9936334490776062, -2.0592617988586426, 0.7668453454971313, -0.038432151079177856, -0.2899864614009857, -0.04239404574036598, -2.5812199115753174, 43.0, -0.35002899169921875, 0.2914479970932007, -0.28507199883461, -0.49996092915534973, -0.4522727131843567, -0.5548716187477112, -0.6063536405563354], "max": [0.8961044549942017, 2.041738510131836, -0.050614554435014725, 0.10723304003477097, -0.6042155623435974, -1.0705151557922363, 2.663058280944824, 884.0, 0.31464898586273193, 0.38360100984573364, -0.09775900095701218, 0.49839094281196594, 0.9901218414306641, 0.5518980026245117, 0.7589091062545776, -0.027838002890348434, -1.7206155061721802, 2.0205328464508057, 1.712098240852356, 2.8732659816741943, 1.893786907196045, -0.3010169267654419, 880.0, 0.0021470000501722097, 0.4325610101222992, -0.05544300004839897, 0.5460231900215149, 0.9832710027694702, 0.5754039883613586, 0.7810201644897461], "mean": [0.5408440828323364, 2.0282623767852783, -0.8489100933074951, -0.2839253544807434, -1.344155192375183, -1.2801880836486816, 0.854002058506012, 606.1808471679688, 0.2114727795124054, 0.34339332580566406, -0.22030887007713318, 0.227408304810524, 0.04899757355451584, 0.20033210515975952, 0.1867796927690506, -0.4754294455051422, -2.020987033843994, 1.2555123567581177, 0.6537657976150513, 1.345762848854065, 1.2121130228042603, -1.304233431816101, 564.8294677734375, -0.20591969788074493, 0.3427950143814087, -0.18119017779827118, -0.03704947605729103, 0.5016730427742004, 0.13475863635540009, 0.21371448040008545], "std": [0.11730486899614334, 0.004356347024440765, 0.45699772238731384, 0.5006840825080872, 0.7226293683052063, 0.1415557712316513, 0.8569828271865845, 289.4856262207031, 0.08339711278676987, 0.03055253066122532, 0.04479143023490906, 0.2881709635257721, 0.6705271005630493, 0.35792192816734314, 0.45837512612342834, 0.2542802095413208, 0.050603315234184265, 0.30383703112602234, 0.5321645736694336, 0.9991344809532166, 0.3387312591075897, 0.8301053643226624, 259.754150390625, 0.11281652003526688, 0.033363211899995804, 0.05980316922068596, 0.3275672197341919, 0.49127036333084106, 0.377032995223999, 0.43853962421417236], "count": [1255]}, "actions": {"min": [0.3654195964336395, 2.013394594192505, -1.8935775756835938, -1.3770997524261475, -2.7346692085266113, -1.625337839126587, 0.27607619762420654, 4.0, 0.004854999948292971, 0.26192399859428406, -0.2864300012588501, -0.4567071199417114, -0.6741227507591248, -0.47940197587013245, -0.6785193085670471, -0.9936334490776062, -2.0592617988586426, 0.7668453454971313, -0.038432151079177856, -0.2899864614009857, -0.04239404574036598, -2.5812199115753174, 43.0, -0.35002899169921875, 0.2914479970932007, -0.28507199883461, -0.49996092915534973, -0.4522727131843567, -0.5548716187477112, -0.6063536405563354], "max": [0.8961044549942017, 2.041738510131836, -0.050614554435014725, 0.10723304003477097, -0.6042155623435974, -1.0705151557922363, 2.663058280944824, 884.0, 0.31464898586273193, 0.38360100984573364, -0.09775900095701218, 0.49839094281196594, 0.9901218414306641, 0.5518980026245117, 0.7589091062545776, -0.027838002890348434, -1.7206155061721802, 2.0205328464508057, 1.712098240852356, 2.8732659816741943, 1.893786907196045, -0.3010169267654419, 880.0, 0.0021470000501722097, 0.4325610101222992, -0.05544300004839897, 0.5460231900215149, 0.9832710027694702, 0.5754039883613586, 0.7810201644897461], "mean": [0.5408440828323364, 2.0282623767852783, -0.8489100933074951, -0.2839253544807434, -1.344155192375183, -1.2801880836486816, 0.854002058506012, 606.1808471679688, 0.2114727795124054, 0.34339332580566406, -0.22030887007713318, 0.227408304810524, 0.04899757355451584, 0.20033210515975952, 0.1867796927690506, -0.4754294455051422, -2.020987033843994, 1.2555123567581177, 0.6537657976150513, 1.345762848854065, 1.2121130228042603, -1.304233431816101, 564.8294677734375, -0.20591969788074493, 0.3427950143814087, -0.18119017779827118, -0.03704947605729103, 0.5016730427742004, 0.13475863635540009, 0.21371448040008545], "std": [0.11730486899614334, 0.004356347024440765, 0.45699772238731384, 0.5006840825080872, 0.7226293683052063, 0.1415557712316513, 0.8569828271865845, 289.4856262207031, 0.08339711278676987, 0.03055253066122532, 0.04479143023490906, 0.2881709635257721, 0.6705271005630493, 0.35792192816734314, 0.45837512612342834, 0.2542802095413208, 0.050603315234184265, 0.30383703112602234, 0.5321645736694336, 0.9991344809532166, 0.3387312591075897, 0.8301053643226624, 259.754150390625, 0.11281652003526688, 0.033363211899995804, 0.05980316922068596, 0.3275672197341919, 0.49127036333084106, 0.377032995223999, 0.43853962421417236], "count": [1255]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007968127490039841], "std": [0.028216623441634697], "count": [1255]}, "timestamp": {"min": [0.0], "max": [50.16], "mean": [25.080000000000002], "std": [14.491487156258325], "count": [1255]}, "frame_index": {"min": [0], "max": [1254], "mean": [627.0], "std": [362.2871789064581], "count": [1255]}, "episode_index": {"min": [440], "max": [440], "mean": [440.0], "std": [0.0], "count": [1255]}, "index": {"min": [527435], "max": [528689], "mean": [528062.0], "std": [362.2871789064581], "count": [1255]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1255]}}} +{"episode_index": 441, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4697803568102544]], [[0.475837937916963]], [[0.470054260218768]]], "std": [[[0.14811115186535026]], [[0.14655920754883175]], [[0.14742319112674865]]], "count": [193]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626325360239087]], [[0.4696455973365167]], [[0.4632256870364726]]], "std": [[[0.09934547033057474]], [[0.09529818621878035]], [[0.09894020570358493]]], "count": [193]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4652185499847607]], [[0.4675902555538623]], [[0.46437274480172036]]], "std": [[[0.1145993027994824]], [[0.1116266779592956]], [[0.11393577346098643]]], "count": [193]}, "states": {"min": [0.42348670959472656, 2.0044236183166504, -0.592207670211792, -0.19696040451526642, -2.3454957008361816, -1.4981906414031982, 0.018273599445819855, -5.0, 0.07944300025701523, 0.27333301305770874, -0.29207199811935425, -0.48899975419044495, -0.5554816126823425, -0.4558067321777344, -0.6136486530303955, -0.9295099973678589, -2.0554568767547607, 0.6641152501106262, -0.2577676773071289, 0.6452482342720032, 0.9998118877410889, -1.9654676914215088, 33.0, -0.2397020012140274, 0.3367350101470947, -0.25012698769569397, -0.3666034936904907, 0.41791489720344543, 0.021917803213000298, 0.27286046743392944], "max": [0.8713207840919495, 2.0402376651763916, -0.12276646494865417, 0.23317599296569824, -1.0275626182556152, -0.9152331948280334, 1.0001609325408936, 882.0, 0.22244399785995483, 0.4198560118675232, -0.20844599604606628, 0.48641982674598694, 0.877643346786499, 0.4153892397880554, 0.5556202530860901, -0.4841369092464447, -1.9678936004638672, 1.6125969886779785, 1.0276672840118408, 2.638239860534668, 1.6870876550674438, -0.42783257365226746, 911.0, -0.026551000773906708, 0.42093798518180847, -0.11701899766921997, 0.06881845742464066, 0.9610421061515808, 0.5405539870262146, 0.7964605093002319], "mean": [0.6961183547973633, 2.0248143672943115, -0.3302086293697357, 0.012008210644125938, -1.750977635383606, -1.1109105348587036, 0.526141345500946, 566.497314453125, 0.1623782068490982, 0.37351518869400024, -0.24149301648139954, -0.20341405272483826, 0.6368527412414551, -0.2471810281276703, -0.4405880272388458, -0.6716240644454956, -2.0340054035186768, 0.9664734601974487, 0.41400131583213806, 1.6424731016159058, 1.3160643577575684, -1.3540774583816528, 567.5518798828125, -0.1583130806684494, 0.3713536262512207, -0.19854332506656647, -0.11239825189113617, 0.721994936466217, 0.32890376448631287, 0.4976499378681183], "std": [0.098539799451828, 0.007617191877216101, 0.14204582571983337, 0.13324017822742462, 0.5027884840965271, 0.13288669288158417, 0.369697242975235, 315.3624267578125, 0.03819921612739563, 0.0371893048286438, 0.01748335361480713, 0.24347428977489471, 0.33898982405662537, 0.2188417613506317, 0.275208979845047, 0.12545424699783325, 0.014583353884518147, 0.2641821503639221, 0.3889549970626831, 0.6802219152450562, 0.14515049755573273, 0.5149590373039246, 281.0332946777344, 0.06950031965970993, 0.020671335980296135, 0.03316812217235565, 0.14878438413143158, 0.1960652768611908, 0.1646750122308731, 0.1502034217119217], "count": [1118]}, "actions": {"min": [0.42348670959472656, 2.0044236183166504, -0.592207670211792, -0.19696040451526642, -2.3454957008361816, -1.4981906414031982, 0.018273599445819855, -5.0, 0.07944300025701523, 0.27333301305770874, -0.29207199811935425, -0.48899975419044495, -0.5554816126823425, -0.4558067321777344, -0.6136486530303955, -0.9295099973678589, -2.0554568767547607, 0.6641152501106262, -0.2577676773071289, 0.6452482342720032, 0.9998118877410889, -1.9654676914215088, 33.0, -0.2397020012140274, 0.3367350101470947, -0.25012698769569397, -0.3666034936904907, 0.41791489720344543, 0.021917803213000298, 0.27286046743392944], "max": [0.8713207840919495, 2.0402376651763916, -0.12276646494865417, 0.23317599296569824, -1.0275626182556152, -0.9152331948280334, 1.0001609325408936, 882.0, 0.22244399785995483, 0.4198560118675232, -0.20844599604606628, 0.48641982674598694, 0.877643346786499, 0.4153892397880554, 0.5556202530860901, -0.4841369092464447, -1.9678936004638672, 1.6125969886779785, 1.0276672840118408, 2.638239860534668, 1.6870876550674438, -0.42783257365226746, 911.0, -0.026551000773906708, 0.42093798518180847, -0.11701899766921997, 0.06881845742464066, 0.9610421061515808, 0.5405539870262146, 0.7964605093002319], "mean": [0.6961183547973633, 2.0248143672943115, -0.3302086293697357, 0.012008210644125938, -1.750977635383606, -1.1109105348587036, 0.526141345500946, 566.497314453125, 0.1623782068490982, 0.37351518869400024, -0.24149301648139954, -0.20341405272483826, 0.6368527412414551, -0.2471810281276703, -0.4405880272388458, -0.6716240644454956, -2.0340054035186768, 0.9664734601974487, 0.41400131583213806, 1.6424731016159058, 1.3160643577575684, -1.3540774583816528, 567.5518798828125, -0.1583130806684494, 0.3713536262512207, -0.19854332506656647, -0.11239825189113617, 0.721994936466217, 0.32890376448631287, 0.4976499378681183], "std": [0.098539799451828, 0.007617191877216101, 0.14204582571983337, 0.13324017822742462, 0.5027884840965271, 0.13288669288158417, 0.369697242975235, 315.3624267578125, 0.03819921612739563, 0.0371893048286438, 0.01748335361480713, 0.24347428977489471, 0.33898982405662537, 0.2188417613506317, 0.275208979845047, 0.12545424699783325, 0.014583353884518147, 0.2641821503639221, 0.3889549970626831, 0.6802219152450562, 0.14515049755573273, 0.5149590373039246, 281.0332946777344, 0.06950031965970993, 0.020671335980296135, 0.03316812217235565, 0.14878438413143158, 0.1960652768611908, 0.1646750122308731, 0.1502034217119217], "count": [1118]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008944543828264759], "std": [0.029894051819442585], "count": [1118]}, "timestamp": {"min": [0.0], "max": [44.68], "mean": [22.34], "std": [12.909546854944212], "count": [1118]}, "frame_index": {"min": [0], "max": [1117], "mean": [558.5], "std": [322.7386713736053], "count": [1118]}, "episode_index": {"min": [441], "max": [441], "mean": [441.0], "std": [0.0], "count": [1118]}, "index": {"min": [528690], "max": [529807], "mean": [529248.5], "std": [322.7386713736053], "count": [1118]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1118]}}} +{"episode_index": 442, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.47137831023213883]], [[0.4784166819266021]], [[0.47211479697242886]]], "std": [[[0.13740996671899178]], [[0.13329565989825945]], [[0.13552581648050963]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9607843137254902]]], "mean": [[[0.4705035109589813]], [[0.47126665563255954]], [[0.4665143513823154]]], "std": [[[0.07292522284386517]], [[0.07175451587903944]], [[0.07518963785822746]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[0.9098039215686274]]], "mean": [[[0.4709631953835174]], [[0.4709148108237548]], [[0.4675247340075877]]], "std": [[[0.1054942038573559]], [[0.10525726260610987]], [[0.10912574963553945]]], "count": [174]}, "states": {"min": [0.11557570844888687, 1.939846158027649, -1.7809689044952393, -1.4423401355743408, -2.2923154830932617, -1.4664781093597412, 0.3695385754108429, -5.0, 0.02717999927699566, 0.2705889940261841, -0.2854599952697754, -0.46594321727752686, -0.6464844346046448, -0.4573238790035248, -0.653842568397522, -0.8953365087509155, -2.049575090408325, 1.1789699792861938, 0.1302364617586136, -0.3452785015106201, -1.2963085174560547, -2.991860866546631, 60.0, -0.3081440031528473, 0.27759799361228943, -0.29491299390792847, -0.49918845295906067, -0.7119756937026978, -0.5714715123176575, -0.5429890751838684], "max": [0.7537553310394287, 2.0432047843933105, -0.9142034649848938, -0.07223917543888092, -0.2085144817829132, -0.8314051032066345, 2.077151298522949, 842.0, 0.29225799441337585, 0.3883120119571686, -0.14278200268745422, 0.4664681851863861, 0.9577221274375916, 0.5533375144004822, 0.6831820607185364, 0.10880383104085922, -1.7966594696044922, 2.678591728210449, 1.619438648223877, 2.524723529815674, 1.4030004739761353, -0.4652349650859833, 908.0, -0.009021000005304813, 0.43425801396369934, -0.09519100189208984, 0.5940897464752197, 0.9813026785850525, 0.6457046270370483, 0.6307530999183655], "mean": [0.412746787071228, 2.0230112075805664, -1.429356575012207, -0.5173220038414001, -1.0708448886871338, -1.126610279083252, 0.9138755798339844, 466.29229736328125, 0.18543370068073273, 0.3337903320789337, -0.23188023269176483, -0.19168919324874878, 0.6707319617271423, -0.22035597264766693, -0.4139329195022583, -0.35024383664131165, -2.0338778495788574, 1.9253846406936646, 0.6526656150817871, 1.4819645881652832, 0.3886163830757141, -2.0147955417633057, 582.265625, -0.1885705143213272, 0.323202520608902, -0.22117656469345093, -0.25583693385124207, 0.528658926486969, 0.3383435010910034, 0.3692095875740051], "std": [0.16876623034477234, 0.018876908347010612, 0.16923066973686218, 0.3677414059638977, 0.7243305444717407, 0.13415133953094482, 0.5408409237861633, 258.3046569824219, 0.07568342238664627, 0.025970596820116043, 0.032029081135988235, 0.21742978692054749, 0.33795270323753357, 0.2343512624502182, 0.27761173248291016, 0.2906220257282257, 0.02918875217437744, 0.33284664154052734, 0.39397019147872925, 1.224042534828186, 1.0150253772735596, 1.07025945186615, 315.7052001953125, 0.10687875747680664, 0.042192570865154266, 0.048903219401836395, 0.29297536611557007, 0.36693668365478516, 0.31230178475379944, 0.2937096953392029], "count": [975]}, "actions": {"min": [0.11557570844888687, 1.939846158027649, -1.7809689044952393, -1.4423401355743408, -2.2923154830932617, -1.4664781093597412, 0.3695385754108429, -5.0, 0.02717999927699566, 0.2705889940261841, -0.2854599952697754, -0.46594321727752686, -0.6464844346046448, -0.4573238790035248, -0.653842568397522, -0.8953365087509155, -2.049575090408325, 1.1789699792861938, 0.1302364617586136, -0.3452785015106201, -1.2963085174560547, -2.991860866546631, 60.0, -0.3081440031528473, 0.27759799361228943, -0.29491299390792847, -0.49918845295906067, -0.7119756937026978, -0.5714715123176575, -0.5429890751838684], "max": [0.7537553310394287, 2.0432047843933105, -0.9142034649848938, -0.07223917543888092, -0.2085144817829132, -0.8314051032066345, 2.077151298522949, 842.0, 0.29225799441337585, 0.3883120119571686, -0.14278200268745422, 0.4664681851863861, 0.9577221274375916, 0.5533375144004822, 0.6831820607185364, 0.10880383104085922, -1.7966594696044922, 2.678591728210449, 1.619438648223877, 2.524723529815674, 1.4030004739761353, -0.4652349650859833, 908.0, -0.009021000005304813, 0.43425801396369934, -0.09519100189208984, 0.5940897464752197, 0.9813026785850525, 0.6457046270370483, 0.6307530999183655], "mean": [0.412746787071228, 2.0230112075805664, -1.429356575012207, -0.5173220038414001, -1.0708448886871338, -1.126610279083252, 0.9138755798339844, 466.29229736328125, 0.18543370068073273, 0.3337903320789337, -0.23188023269176483, -0.19168919324874878, 0.6707319617271423, -0.22035597264766693, -0.4139329195022583, -0.35024383664131165, -2.0338778495788574, 1.9253846406936646, 0.6526656150817871, 1.4819645881652832, 0.3886163830757141, -2.0147955417633057, 582.265625, -0.1885705143213272, 0.323202520608902, -0.22117656469345093, -0.25583693385124207, 0.528658926486969, 0.3383435010910034, 0.3692095875740051], "std": [0.16876623034477234, 0.018876908347010612, 0.16923066973686218, 0.3677414059638977, 0.7243305444717407, 0.13415133953094482, 0.5408409237861633, 258.3046569824219, 0.07568342238664627, 0.025970596820116043, 0.032029081135988235, 0.21742978692054749, 0.33795270323753357, 0.2343512624502182, 0.27761173248291016, 0.2906220257282257, 0.02918875217437744, 0.33284664154052734, 0.39397019147872925, 1.224042534828186, 1.0150253772735596, 1.07025945186615, 315.7052001953125, 0.10687875747680664, 0.042192570865154266, 0.048903219401836395, 0.29297536611557007, 0.36693668365478516, 0.31230178475379944, 0.2937096953392029], "count": [975]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010256410256410256], "std": [0.03200920314733792], "count": [975]}, "timestamp": {"min": [0.0], "max": [38.96], "mean": [19.48], "std": [11.258324327654922], "count": [975]}, "frame_index": {"min": [0], "max": [974], "mean": [487.0], "std": [281.45810819137307], "count": [975]}, "episode_index": {"min": [442], "max": [442], "mean": [442.0], "std": [0.0], "count": [975]}, "index": {"min": [529808], "max": [530782], "mean": [530295.0], "std": [281.45810819137307], "count": [975]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [975]}}} +{"episode_index": 443, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.47640441336665384]], [[0.4811448553440984]], [[0.4768666834871203]]], "std": [[[0.12650736331409554]], [[0.12707991686459438]], [[0.1266111903140672]]], "count": [255]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.47043164808407023]], [[0.47439161700627963]], [[0.4689165048699218]]], "std": [[[0.09062385408691531]], [[0.08891926922955662]], [[0.09100240188470847]]], "count": [255]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.47834626345636294]], [[0.4792359733435858]], [[0.4738465510060233]]], "std": [[[0.10113989558652822]], [[0.10368088979167121]], [[0.10785494286286997]]], "count": [255]}, "states": {"min": [0.6594377756118774, 1.9108562469482422, -0.7709119319915771, -0.36934661865234375, -2.58024263381958, -1.5750724077224731, 0.14685200154781342, 8.0, 0.057399000972509384, 0.3400599956512451, -0.2583799958229065, -0.43978366255760193, -0.5993645191192627, -0.44099023938179016, -0.6278934478759766, -1.1750428676605225, -2.0450022220611572, 2.5828781127929688, -0.8379500508308411, -1.5351217985153198, 1.01702082157135, -1.5475834608078003, 38.0, -0.31121399998664856, 0.3345789909362793, -0.2753649950027466, -0.4966597557067871, -0.3805815875530243, -0.516867458820343, -0.5945718288421631], "max": [1.0001784563064575, 2.0342164039611816, 0.17182767391204834, 0.1788613498210907, -1.1178834438323975, -0.851493775844574, 1.3132381439208984, 880.0, 0.2258629947900772, 0.43359699845314026, -0.16616100072860718, 0.5155150890350342, 0.9012146592140198, 0.4116442799568176, 0.6072230935096741, -0.4701044261455536, -2.0194332599639893, 2.8641204833984375, 0.12894493341445923, 0.3231302797794342, 1.6926028728485107, -0.2560747265815735, 876.0, -0.07528600096702576, 0.4327999949455261, -0.12520800530910492, 0.5020931363105774, 0.9304360747337341, 0.5326928496360779, 0.6633954644203186], "mean": [0.8414183259010315, 2.0145177841186523, -0.36311158537864685, -0.08652964234352112, -2.096950054168701, -1.096506118774414, 0.9832189083099365, 462.8701477050781, 0.12402573227882385, 0.3995411694049835, -0.21629762649536133, -0.06892923265695572, 0.6800078749656677, -0.20522844791412354, -0.4280068874359131, -0.7234207987785339, -2.03523325920105, 2.7523629665374756, -0.16422000527381897, -0.6320832967758179, 1.2525925636291504, -0.6419440507888794, 537.1834106445312, -0.1943712830543518, 0.3767412602901459, -0.21647948026657104, -0.28476250171661377, 0.6804393529891968, 0.29859259724617004, 0.5092124938964844], "std": [0.08844529837369919, 0.018727025017142296, 0.2727070450782776, 0.13911283016204834, 0.34521108865737915, 0.12398748844861984, 0.2717348039150238, 267.8114929199219, 0.046915698796510696, 0.025978809222579002, 0.02281259186565876, 0.17514462769031525, 0.3737989366054535, 0.20155325531959534, 0.3106521666049957, 0.25350528955459595, 0.005239860620349646, 0.09763097018003464, 0.26972174644470215, 0.565706193447113, 0.14139118790626526, 0.28729405999183655, 201.38246154785156, 0.057055551558732986, 0.020453931763768196, 0.031604040414094925, 0.14167581498622894, 0.1730463057756424, 0.21127042174339294, 0.11315792798995972], "count": [1625]}, "actions": {"min": [0.6594377756118774, 1.9108562469482422, -0.7709119319915771, -0.36934661865234375, -2.58024263381958, -1.5750724077224731, 0.14685200154781342, 8.0, 0.057399000972509384, 0.3400599956512451, -0.2583799958229065, -0.43978366255760193, -0.5993645191192627, -0.44099023938179016, -0.6278934478759766, -1.1750428676605225, -2.0450022220611572, 2.5828781127929688, -0.8379500508308411, -1.5351217985153198, 1.01702082157135, -1.5475834608078003, 38.0, -0.31121399998664856, 0.3345789909362793, -0.2753649950027466, -0.4966597557067871, -0.3805815875530243, -0.516867458820343, -0.5945718288421631], "max": [1.0001784563064575, 2.0342164039611816, 0.17182767391204834, 0.1788613498210907, -1.1178834438323975, -0.851493775844574, 1.3132381439208984, 880.0, 0.2258629947900772, 0.43359699845314026, -0.16616100072860718, 0.5155150890350342, 0.9012146592140198, 0.4116442799568176, 0.6072230935096741, -0.4701044261455536, -2.0194332599639893, 2.8641204833984375, 0.12894493341445923, 0.3231302797794342, 1.6926028728485107, -0.2560747265815735, 876.0, -0.07528600096702576, 0.4327999949455261, -0.12520800530910492, 0.5020931363105774, 0.9304360747337341, 0.5326928496360779, 0.6633954644203186], "mean": [0.8414183259010315, 2.0145177841186523, -0.36311158537864685, -0.08652964234352112, -2.096950054168701, -1.096506118774414, 0.9832189083099365, 462.8701477050781, 0.12402573227882385, 0.3995411694049835, -0.21629762649536133, -0.06892923265695572, 0.6800078749656677, -0.20522844791412354, -0.4280068874359131, -0.7234207987785339, -2.03523325920105, 2.7523629665374756, -0.16422000527381897, -0.6320832967758179, 1.2525925636291504, -0.6419440507888794, 537.1834106445312, -0.1943712830543518, 0.3767412602901459, -0.21647948026657104, -0.28476250171661377, 0.6804393529891968, 0.29859259724617004, 0.5092124938964844], "std": [0.08844529837369919, 0.018727025017142296, 0.2727070450782776, 0.13911283016204834, 0.34521108865737915, 0.12398748844861984, 0.2717348039150238, 267.8114929199219, 0.046915698796510696, 0.025978809222579002, 0.02281259186565876, 0.17514462769031525, 0.3737989366054535, 0.20155325531959534, 0.3106521666049957, 0.25350528955459595, 0.005239860620349646, 0.09763097018003464, 0.26972174644470215, 0.565706193447113, 0.14139118790626526, 0.28729405999183655, 201.38246154785156, 0.057055551558732986, 0.020453931763768196, 0.031604040414094925, 0.14167581498622894, 0.1730463057756424, 0.21127042174339294, 0.11315792798995972], "count": [1625]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006153846153846154], "std": [0.024799312836442936], "count": [1625]}, "timestamp": {"min": [0.0], "max": [64.96], "mean": [32.48], "std": [18.763880195737766], "count": [1625]}, "frame_index": {"min": [0], "max": [1624], "mean": [812.0], "std": [469.0970048934442], "count": [1625]}, "episode_index": {"min": [443], "max": [443], "mean": [443.0], "std": [0.0], "count": [1625]}, "index": {"min": [530783], "max": [532407], "mean": [531595.0], "std": [469.0970048934442], "count": [1625]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1625]}}} +{"episode_index": 444, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9294117647058824]], [[1.0]], [[1.0]]], "mean": [[[0.4580810029567382]], [[0.4661756390056022]], [[0.45957389900404605]]], "std": [[[0.13617588351609503]], [[0.13274561139694108]], [[0.1349737424221209]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[0.7294117647058823]], [[0.7176470588235294]]], "mean": [[[0.4698131944444444]], [[0.47049741382664173]], [[0.4646979935029567]]], "std": [[[0.08621635220995935]], [[0.08431314609217103]], [[0.08904658694102402]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4695680857065048]], [[0.4701927122237784]], [[0.4661156454248366]]], "std": [[[0.09996897861665681]], [[0.10010363912474309]], [[0.10456601554420195]]], "count": [210]}, "states": {"min": [0.2889392673969269, 1.799783706665039, -1.8183537721633911, -1.4884865283966064, -2.5171139240264893, -1.4262655973434448, 0.2269277125597, 41.0, 0.05366099998354912, 0.27052000164985657, -0.29699501395225525, -0.4964110255241394, -0.6397508382797241, -0.5265538692474365, -0.6517237424850464, -0.925600528717041, -2.0692622661590576, 0.32354915142059326, -0.16882571578025818, 0.3934146761894226, 0.455600768327713, -2.615567922592163, 34.0, -0.3184950053691864, 0.2899709939956665, -0.2822589874267578, -0.4458199739456177, 0.37220561504364014, -0.03443358466029167, 0.05789881944656372], "max": [0.6468539237976074, 2.0387017726898193, -0.9449212551116943, -0.0720122903585434, 0.312274307012558, -0.8768534064292908, 2.0842373371124268, 780.0, 0.3305700123310089, 0.40046200156211853, -0.12813100218772888, 0.5294210910797119, 0.9647085666656494, 0.5827961564064026, 0.6760902404785156, 0.023911012336611748, -2.0293467044830322, 1.8730002641677856, 1.5851777791976929, 2.7761383056640625, 1.5715467929840088, -0.3819478750228882, 905.0, 0.008345999754965305, 0.41359400749206543, -0.09357800334692001, 0.004352641757577658, 0.9836397171020508, 0.5921412706375122, 0.6993250250816345], "mean": [0.4261109232902527, 2.012852430343628, -1.4344534873962402, -0.5289567112922668, -1.0156502723693848, -1.0835264921188354, 0.834214985370636, 441.1963195800781, 0.2100270688533783, 0.341717928647995, -0.22923840582370758, 0.055019643157720566, 0.3854036331176758, 0.07397153973579407, -0.10165794938802719, -0.5036212801933289, -2.044006586074829, 0.9766652584075928, 0.3496057689189911, 1.387266993522644, 1.2494606971740723, -1.0770355463027954, 575.9912109375, -0.19618353247642517, 0.3299661874771118, -0.22231046855449677, -0.26313790678977966, 0.6355875730514526, 0.3712270259857178, 0.4848950505256653], "std": [0.08342354744672775, 0.03884750232100487, 0.2800471782684326, 0.3908832371234894, 0.9246188998222351, 0.15118199586868286, 0.5875517129898071, 263.2121887207031, 0.08982175588607788, 0.0335744209587574, 0.042138148099184036, 0.3306612968444824, 0.6467975378036499, 0.3314276337623596, 0.44170400500297546, 0.23566047847270966, 0.010647246614098549, 0.4490518867969513, 0.5090755820274353, 0.7278699278831482, 0.14375483989715576, 0.7829378843307495, 348.893310546875, 0.1044766902923584, 0.02901078760623932, 0.05114159360527992, 0.1427343189716339, 0.22888301312923431, 0.21670924127101898, 0.18474449217319489], "count": [1253]}, "actions": {"min": [0.2889392673969269, 1.799783706665039, -1.8183537721633911, -1.4884865283966064, -2.5171139240264893, -1.4262655973434448, 0.2269277125597, 41.0, 0.05366099998354912, 0.27052000164985657, -0.29699501395225525, -0.4964110255241394, -0.6397508382797241, -0.5265538692474365, -0.6517237424850464, -0.925600528717041, -2.0692622661590576, 0.32354915142059326, -0.16882571578025818, 0.3934146761894226, 0.455600768327713, -2.615567922592163, 34.0, -0.3184950053691864, 0.2899709939956665, -0.2822589874267578, -0.4458199739456177, 0.37220561504364014, -0.03443358466029167, 0.05789881944656372], "max": [0.6468539237976074, 2.0387017726898193, -0.9449212551116943, -0.0720122903585434, 0.312274307012558, -0.8768534064292908, 2.0842373371124268, 780.0, 0.3305700123310089, 0.40046200156211853, -0.12813100218772888, 0.5294210910797119, 0.9647085666656494, 0.5827961564064026, 0.6760902404785156, 0.023911012336611748, -2.0293467044830322, 1.8730002641677856, 1.5851777791976929, 2.7761383056640625, 1.5715467929840088, -0.3819478750228882, 905.0, 0.008345999754965305, 0.41359400749206543, -0.09357800334692001, 0.004352641757577658, 0.9836397171020508, 0.5921412706375122, 0.6993250250816345], "mean": [0.4261109232902527, 2.012852430343628, -1.4344534873962402, -0.5289567112922668, -1.0156502723693848, -1.0835264921188354, 0.834214985370636, 441.1963195800781, 0.2100270688533783, 0.341717928647995, -0.22923840582370758, 0.055019643157720566, 0.3854036331176758, 0.07397153973579407, -0.10165794938802719, -0.5036212801933289, -2.044006586074829, 0.9766652584075928, 0.3496057689189911, 1.387266993522644, 1.2494606971740723, -1.0770355463027954, 575.9912109375, -0.19618353247642517, 0.3299661874771118, -0.22231046855449677, -0.26313790678977966, 0.6355875730514526, 0.3712270259857178, 0.4848950505256653], "std": [0.08342354744672775, 0.03884750232100487, 0.2800471782684326, 0.3908832371234894, 0.9246188998222351, 0.15118199586868286, 0.5875517129898071, 263.2121887207031, 0.08982175588607788, 0.0335744209587574, 0.042138148099184036, 0.3306612968444824, 0.6467975378036499, 0.3314276337623596, 0.44170400500297546, 0.23566047847270966, 0.010647246614098549, 0.4490518867969513, 0.5090755820274353, 0.7278699278831482, 0.14375483989715576, 0.7829378843307495, 348.893310546875, 0.1044766902923584, 0.02901078760623932, 0.05114159360527992, 0.1427343189716339, 0.22888301312923431, 0.21670924127101898, 0.18474449217319489], "count": [1253]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007980845969672786], "std": [0.028239115742943546], "count": [1253]}, "timestamp": {"min": [0.0], "max": [50.08], "mean": [25.040000000000003], "std": [14.46839313814772], "count": [1253]}, "frame_index": {"min": [0], "max": [1252], "mean": [626.0], "std": [361.709828453693], "count": [1253]}, "episode_index": {"min": [444], "max": [444], "mean": [444.0], "std": [0.0], "count": [1253]}, "index": {"min": [532408], "max": [533660], "mean": [533034.0], "std": [361.709828453693], "count": [1253]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1253]}}} +{"episode_index": 445, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.47471682547372956]], [[0.48157554972893546]], [[0.47676148857475803]]], "std": [[[0.13477579344836998]], [[0.132899599513232]], [[0.13342066212711112]]], "count": [258]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4765729443747783]], [[0.4813657470740234]], [[0.4766423674443938]]], "std": [[[0.08879233652555885]], [[0.08638509751660432]], [[0.0880997410496108]]], "count": [258]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4800979750911993]], [[0.4788279642929523]], [[0.4740633233267467]]], "std": [[[0.09312736578687825]], [[0.09570384823016065]], [[0.10016516023037361]]], "count": [258]}, "states": {"min": [0.5846503973007202, 1.9620991945266724, -1.7500067949295044, -0.6243042945861816, -2.401538372039795, -1.4398269653320312, 0.21102775633335114, 0.0, 0.05027500167489052, 0.3570460081100464, -0.2434370070695877, -0.4268985092639923, -0.6408470273017883, -0.3757370114326477, -0.6373637914657593, -1.161237359046936, -2.0435712337493896, 2.742680072784424, -0.9741905331611633, -1.1349526643753052, 1.0974805355072021, -1.2487481832504272, 397.0, -0.28563401103019714, 0.3112730085849762, -0.24394500255584717, -0.4250234067440033, 0.5916617512702942, -0.12158475071191788, 0.2732861340045929], "max": [1.0066012144088745, 2.0514252185821533, -0.2321287989616394, 0.09510298818349838, -0.5505990386009216, -0.5180486440658569, 1.4848039150238037, 881.0, 0.20920400321483612, 0.4557819962501526, -0.15845200419425964, 0.4476528465747833, 0.9236963391304016, 0.3620644509792328, 0.6604462265968323, -0.4867199659347534, -2.0089962482452393, 2.86499285697937, 0.021799162030220032, 0.22050490975379944, 1.7409833669662476, -0.34056609869003296, 890.0, -0.07546699792146683, 0.4180409908294678, -0.1371770054101944, -0.041335493326187134, 0.9222806692123413, 0.4291245639324188, 0.6629929542541504], "mean": [0.8403607606887817, 2.021146535873413, -1.0084304809570312, -0.2548367977142334, -1.7546781301498413, -0.9586725831031799, 1.1435869932174683, 574.5216064453125, 0.10639189928770065, 0.41396936774253845, -0.21072667837142944, -0.14527234435081482, 0.802230954170227, -0.19713614881038666, -0.44250908493995667, -0.6588106751441956, -2.0343775749206543, 2.84036922454834, -0.1978123039007187, -0.6688360571861267, 1.376785397529602, -0.6219658851623535, 580.2304077148438, -0.19240432977676392, 0.3550620675086975, -0.21734881401062012, -0.27501413226127625, 0.6966186165809631, 0.26356151700019836, 0.5581355094909668], "std": [0.11181684583425522, 0.013588213361799717, 0.4618927538394928, 0.16233263909816742, 0.3909563422203064, 0.21400123834609985, 0.24374812841415405, 315.9110412597656, 0.04515374079346657, 0.02261274866759777, 0.020157890394330025, 0.10494696348905563, 0.21298512816429138, 0.1137143224477768, 0.17702528834342957, 0.21563605964183807, 0.004666236229240894, 0.02745818719267845, 0.24081577360630035, 0.43859249353408813, 0.15183444321155548, 0.21322448551654816, 158.2017364501953, 0.045579832047224045, 0.02792600728571415, 0.02390044741332531, 0.1021260991692543, 0.11186394095420837, 0.15376016497612, 0.1073475033044815], "count": [1645]}, "actions": {"min": [0.5846503973007202, 1.9620991945266724, -1.7500067949295044, -0.6243042945861816, -2.401538372039795, -1.4398269653320312, 0.21102775633335114, 0.0, 0.05027500167489052, 0.3570460081100464, -0.2434370070695877, -0.4268985092639923, -0.6408470273017883, -0.3757370114326477, -0.6373637914657593, -1.161237359046936, -2.0435712337493896, 2.742680072784424, -0.9741905331611633, -1.1349526643753052, 1.0974805355072021, -1.2487481832504272, 397.0, -0.28563401103019714, 0.3112730085849762, -0.24394500255584717, -0.4250234067440033, 0.5916617512702942, -0.12158475071191788, 0.2732861340045929], "max": [1.0066012144088745, 2.0514252185821533, -0.2321287989616394, 0.09510298818349838, -0.5505990386009216, -0.5180486440658569, 1.4848039150238037, 881.0, 0.20920400321483612, 0.4557819962501526, -0.15845200419425964, 0.4476528465747833, 0.9236963391304016, 0.3620644509792328, 0.6604462265968323, -0.4867199659347534, -2.0089962482452393, 2.86499285697937, 0.021799162030220032, 0.22050490975379944, 1.7409833669662476, -0.34056609869003296, 890.0, -0.07546699792146683, 0.4180409908294678, -0.1371770054101944, -0.041335493326187134, 0.9222806692123413, 0.4291245639324188, 0.6629929542541504], "mean": [0.8403607606887817, 2.021146535873413, -1.0084304809570312, -0.2548367977142334, -1.7546781301498413, -0.9586725831031799, 1.1435869932174683, 574.5216064453125, 0.10639189928770065, 0.41396936774253845, -0.21072667837142944, -0.14527234435081482, 0.802230954170227, -0.19713614881038666, -0.44250908493995667, -0.6588106751441956, -2.0343775749206543, 2.84036922454834, -0.1978123039007187, -0.6688360571861267, 1.376785397529602, -0.6219658851623535, 580.2304077148438, -0.19240432977676392, 0.3550620675086975, -0.21734881401062012, -0.27501413226127625, 0.6966186165809631, 0.26356151700019836, 0.5581355094909668], "std": [0.11181684583425522, 0.013588213361799717, 0.4618927538394928, 0.16233263909816742, 0.3909563422203064, 0.21400123834609985, 0.24374812841415405, 315.9110412597656, 0.04515374079346657, 0.02261274866759777, 0.020157890394330025, 0.10494696348905563, 0.21298512816429138, 0.1137143224477768, 0.17702528834342957, 0.21563605964183807, 0.004666236229240894, 0.02745818719267845, 0.24081577360630035, 0.43859249353408813, 0.15183444321155548, 0.21322448551654816, 158.2017364501953, 0.045579832047224045, 0.02792600728571415, 0.02390044741332531, 0.1021260991692543, 0.11186394095420837, 0.15376016497612, 0.1073475033044815], "count": [1645]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006079027355623101], "std": [0.024648188368040478], "count": [1645]}, "timestamp": {"min": [0.0], "max": [65.76], "mean": [32.88], "std": [18.994820346610283], "count": [1645]}, "frame_index": {"min": [0], "max": [1644], "mean": [822.0], "std": [474.8705086652571], "count": [1645]}, "episode_index": {"min": [445], "max": [445], "mean": [445.0], "std": [0.0], "count": [1645]}, "index": {"min": [533661], "max": [535305], "mean": [534483.0], "std": [474.8705086652571], "count": [1645]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1645]}}} +{"episode_index": 446, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.46220338854627874]], [[0.47041603964614515]], [[0.46548318904174574]]], "std": [[[0.14913209079529854]], [[0.1476007333186252]], [[0.14829047934596892]]], "count": [186]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.461954989589922]], [[0.4685095755147937]], [[0.46214576964298265]]], "std": [[[0.10553936980712843]], [[0.10259949027192582]], [[0.10597639067239392]]], "count": [186]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46968760432040196]], [[0.47058787401609387]], [[0.4687689983923677]]], "std": [[[0.10395723173935173]], [[0.10244471925273116]], [[0.10474221864741651]]], "count": [186]}, "states": {"min": [0.37828266620635986, 2.010880947113037, -0.7121467590332031, -0.4075692892074585, -2.422168016433716, -1.6090890169143677, 0.04136430099606514, 49.0, 0.0968639999628067, 0.27250999212265015, -0.27235499024391174, -0.4978039264678955, -0.6481063961982727, -0.3714961111545563, -0.6644688844680786, -0.8711462020874023, -2.0558931827545166, 0.7545232772827148, -0.04970697686076164, 0.49846601486206055, 1.0141760110855103, -1.832718014717102, 40.0, -0.2566800117492676, 0.3065289855003357, -0.26851001381874084, -0.41470596194267273, 0.4946705400943756, -0.07284145057201385, 0.2574445307254791], "max": [0.8477588295936584, 2.030620813369751, -0.08874999731779099, 0.18572048842906952, -1.1477634906768799, -1.2547695636749268, 0.9511346817016602, 882.0, 0.2607150077819824, 0.3918190002441406, -0.1795009970664978, 0.49268680810928345, 0.873075544834137, 0.382888525724411, 0.6596841216087341, -0.33044320344924927, -1.7565168142318726, 1.6508197784423828, 1.0559067726135254, 2.5581467151641846, 1.6912938356399536, -0.3888593912124634, 881.0, -0.024584000930190086, 0.40412798523902893, -0.15068399906158447, 0.022716252133250237, 0.9578723907470703, 0.4544041156768799, 0.6917362213134766], "mean": [0.6053749918937683, 2.02144193649292, -0.3675188720226288, -0.08501258492469788, -1.731228232383728, -1.335396409034729, 0.5714811682701111, 706.5089111328125, 0.17909669876098633, 0.3539879322052002, -0.2197623997926712, -0.1621345579624176, 0.5316460728645325, -0.18226931989192963, -0.42204514145851135, -0.585482120513916, -2.0180020332336426, 1.2729412317276, 0.4787667691707611, 1.47528076171875, 1.2936500310897827, -1.1434251070022583, 490.4676513671875, -0.15024353563785553, 0.34989339113235474, -0.2096746861934662, -0.13923698663711548, 0.7817794680595398, 0.20634235441684723, 0.4937838613986969], "std": [0.10560178011655807, 0.0052787805907428265, 0.23444007337093353, 0.20455411076545715, 0.37260901927948, 0.07496863603591919, 0.4084150791168213, 284.7169189453125, 0.0386878065764904, 0.029858261346817017, 0.0237461868673563, 0.2869284451007843, 0.437124103307724, 0.22621259093284607, 0.39388275146484375, 0.16184653341770172, 0.05811893939971924, 0.2566298842430115, 0.3126428425312042, 0.6942593455314636, 0.15812261402606964, 0.48086312413215637, 215.46803283691406, 0.07305538654327393, 0.022518878802657127, 0.027952933683991432, 0.13285765051841736, 0.14257103204727173, 0.16995979845523834, 0.1271618902683258], "count": [1067]}, "actions": {"min": [0.37828266620635986, 2.010880947113037, -0.7121467590332031, -0.4075692892074585, -2.422168016433716, -1.6090890169143677, 0.04136430099606514, 49.0, 0.0968639999628067, 0.27250999212265015, -0.27235499024391174, -0.4978039264678955, -0.6481063961982727, -0.3714961111545563, -0.6644688844680786, -0.8711462020874023, -2.0558931827545166, 0.7545232772827148, -0.04970697686076164, 0.49846601486206055, 1.0141760110855103, -1.832718014717102, 40.0, -0.2566800117492676, 0.3065289855003357, -0.26851001381874084, -0.41470596194267273, 0.4946705400943756, -0.07284145057201385, 0.2574445307254791], "max": [0.8477588295936584, 2.030620813369751, -0.08874999731779099, 0.18572048842906952, -1.1477634906768799, -1.2547695636749268, 0.9511346817016602, 882.0, 0.2607150077819824, 0.3918190002441406, -0.1795009970664978, 0.49268680810928345, 0.873075544834137, 0.382888525724411, 0.6596841216087341, -0.33044320344924927, -1.7565168142318726, 1.6508197784423828, 1.0559067726135254, 2.5581467151641846, 1.6912938356399536, -0.3888593912124634, 881.0, -0.024584000930190086, 0.40412798523902893, -0.15068399906158447, 0.022716252133250237, 0.9578723907470703, 0.4544041156768799, 0.6917362213134766], "mean": [0.6053749918937683, 2.02144193649292, -0.3675188720226288, -0.08501258492469788, -1.731228232383728, -1.335396409034729, 0.5714811682701111, 706.5089111328125, 0.17909669876098633, 0.3539879322052002, -0.2197623997926712, -0.1621345579624176, 0.5316460728645325, -0.18226931989192963, -0.42204514145851135, -0.585482120513916, -2.0180020332336426, 1.2729412317276, 0.4787667691707611, 1.47528076171875, 1.2936500310897827, -1.1434251070022583, 490.4676513671875, -0.15024353563785553, 0.34989339113235474, -0.2096746861934662, -0.13923698663711548, 0.7817794680595398, 0.20634235441684723, 0.4937838613986969], "std": [0.10560178011655807, 0.0052787805907428265, 0.23444007337093353, 0.20455411076545715, 0.37260901927948, 0.07496863603591919, 0.4084150791168213, 284.7169189453125, 0.0386878065764904, 0.029858261346817017, 0.0237461868673563, 0.2869284451007843, 0.437124103307724, 0.22621259093284607, 0.39388275146484375, 0.16184653341770172, 0.05811893939971924, 0.2566298842430115, 0.3126428425312042, 0.6942593455314636, 0.15812261402606964, 0.48086312413215637, 215.46803283691406, 0.07305538654327393, 0.022518878802657127, 0.027952933683991432, 0.13285765051841736, 0.14257103204727173, 0.16995979845523834, 0.1271618902683258], "count": [1067]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009372071227741331], "std": [0.0305994896294555], "count": [1067]}, "timestamp": {"min": [0.0], "max": [42.64], "mean": [21.32], "std": [12.32064933353758], "count": [1067]}, "frame_index": {"min": [0], "max": [1066], "mean": [533.0], "std": [308.01623333843946], "count": [1067]}, "episode_index": {"min": [446], "max": [446], "mean": [446.0], "std": [0.0], "count": [1067]}, "index": {"min": [535306], "max": [536372], "mean": [535839.0], "std": [308.01623333843946], "count": [1067]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1067]}}} +{"episode_index": 447, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8823529411764706]], [[1.0]], [[1.0]]], "mean": [[[0.45731543207142294]], [[0.46347399893692415]], [[0.4574127453441216]]], "std": [[[0.14823262904224804]], [[0.1457964697874689]], [[0.14686776275208124]]], "count": [166]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4647654330557524]], [[0.4714189540022837]], [[0.4646315642471848]]], "std": [[[0.09949675965953655]], [[0.09575083202485314]], [[0.09905358246499839]]], "count": [166]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8352941176470589]], [[1.0]], [[0.788235294117647]]], "mean": [[[0.469915163103394]], [[0.4720084369340105]], [[0.4677846840794551]]], "std": [[[0.10912120702278556]], [[0.10669277584334509]], [[0.10958772947461679]]], "count": [166]}, "states": {"min": [0.4571191966533661, 1.9750670194625854, -1.126418113708496, -0.37711331248283386, -2.3593711853027344, -1.454330563545227, -0.019722221419215202, -5.0, 0.08964399993419647, 0.3179819881916046, -0.2782660126686096, -0.49970221519470215, -0.5996564030647278, -0.5223618745803833, -0.611067533493042, -0.8415279984474182, -2.0489118099212646, 0.2960253059864044, -0.17147859930992126, 0.9064716696739197, 1.1355985403060913, -1.937018871307373, 18.0, -0.23713399469852448, 0.33500900864601135, -0.2293899953365326, -0.4081541895866394, 0.40715542435646057, -0.013002540916204453, 0.3061234652996063], "max": [0.8010014891624451, 2.041773557662964, -0.3491182327270508, 0.13454744219779968, -0.6441137790679932, -0.9446595311164856, 1.1574674844741821, 878.0, 0.25240400433540344, 0.42172399163246155, -0.18872100114822388, 0.5174694061279297, 0.8882907629013062, 0.5465906262397766, 0.5401673913002014, -0.4510279893875122, -1.912653923034668, 1.643105387687683, 1.2380318641662598, 2.4952447414398193, 1.521822452545166, -0.4475547671318054, 906.0, -0.025241000577807426, 0.41517001390457153, -0.10526599735021591, 0.02334607206285, 0.9518911838531494, 0.5139385461807251, 0.6980639696121216], "mean": [0.6603133678436279, 2.0199458599090576, -0.754895031452179, -0.19351841509342194, -1.5201897621154785, -1.121008038520813, 0.8348871469497681, 548.9782104492188, 0.18150925636291504, 0.3806244730949402, -0.22886337339878082, -0.20471353828907013, 0.6991869807243347, -0.29523688554763794, -0.4979839324951172, -0.645647406578064, -2.0296103954315186, 1.0434410572052002, 0.5718539953231812, 1.7567485570907593, 1.2990047931671143, -1.4298272132873535, 515.5255737304688, -0.1430666595697403, 0.37548425793647766, -0.18377597630023956, -0.10207870602607727, 0.7667009234428406, 0.24583902955055237, 0.5019514560699463], "std": [0.07622724026441574, 0.009619182907044888, 0.2010696977376938, 0.16263489425182343, 0.5645638704299927, 0.13525497913360596, 0.3425073027610779, 285.1661071777344, 0.04601207748055458, 0.0330781415104866, 0.01991964317858219, 0.17826440930366516, 0.2116924226284027, 0.18971113860607147, 0.14661169052124023, 0.13040120899677277, 0.023617196828126907, 0.3130095899105072, 0.28269773721694946, 0.4620342254638672, 0.08082732558250427, 0.3723651170730591, 280.97320556640625, 0.06795218586921692, 0.017778834328055382, 0.027040883898735046, 0.10584217309951782, 0.1680750846862793, 0.16586585342884064, 0.14964845776557922], "count": [919]}, "actions": {"min": [0.4571191966533661, 1.9750670194625854, -1.126418113708496, -0.37711331248283386, -2.3593711853027344, -1.454330563545227, -0.019722221419215202, -5.0, 0.08964399993419647, 0.3179819881916046, -0.2782660126686096, -0.49970221519470215, -0.5996564030647278, -0.5223618745803833, -0.611067533493042, -0.8415279984474182, -2.0489118099212646, 0.2960253059864044, -0.17147859930992126, 0.9064716696739197, 1.1355985403060913, -1.937018871307373, 18.0, -0.23713399469852448, 0.33500900864601135, -0.2293899953365326, -0.4081541895866394, 0.40715542435646057, -0.013002540916204453, 0.3061234652996063], "max": [0.8010014891624451, 2.041773557662964, -0.3491182327270508, 0.13454744219779968, -0.6441137790679932, -0.9446595311164856, 1.1574674844741821, 878.0, 0.25240400433540344, 0.42172399163246155, -0.18872100114822388, 0.5174694061279297, 0.8882907629013062, 0.5465906262397766, 0.5401673913002014, -0.4510279893875122, -1.912653923034668, 1.643105387687683, 1.2380318641662598, 2.4952447414398193, 1.521822452545166, -0.4475547671318054, 906.0, -0.025241000577807426, 0.41517001390457153, -0.10526599735021591, 0.02334607206285, 0.9518911838531494, 0.5139385461807251, 0.6980639696121216], "mean": [0.6603133678436279, 2.0199458599090576, -0.754895031452179, -0.19351841509342194, -1.5201897621154785, -1.121008038520813, 0.8348871469497681, 548.9782104492188, 0.18150925636291504, 0.3806244730949402, -0.22886337339878082, -0.20471353828907013, 0.6991869807243347, -0.29523688554763794, -0.4979839324951172, -0.645647406578064, -2.0296103954315186, 1.0434410572052002, 0.5718539953231812, 1.7567485570907593, 1.2990047931671143, -1.4298272132873535, 515.5255737304688, -0.1430666595697403, 0.37548425793647766, -0.18377597630023956, -0.10207870602607727, 0.7667009234428406, 0.24583902955055237, 0.5019514560699463], "std": [0.07622724026441574, 0.009619182907044888, 0.2010696977376938, 0.16263489425182343, 0.5645638704299927, 0.13525497913360596, 0.3425073027610779, 285.1661071777344, 0.04601207748055458, 0.0330781415104866, 0.01991964317858219, 0.17826440930366516, 0.2116924226284027, 0.18971113860607147, 0.14661169052124023, 0.13040120899677277, 0.023617196828126907, 0.3130095899105072, 0.28269773721694946, 0.4620342254638672, 0.08082732558250427, 0.3723651170730591, 280.97320556640625, 0.06795218586921692, 0.017778834328055382, 0.027040883898735046, 0.10584217309951782, 0.1680750846862793, 0.16586585342884064, 0.14964845776557922], "count": [919]}, "next.done": {"min": [false], "max": [true], "mean": [0.001088139281828074], "std": [0.032969004151345196], "count": [919]}, "timestamp": {"min": [0.0], "max": [36.72], "mean": [18.360000000000003], "std": [10.61169166532839], "count": [919]}, "frame_index": {"min": [0], "max": [918], "mean": [459.0], "std": [265.29229163320974], "count": [919]}, "episode_index": {"min": [447], "max": [447], "mean": [447.0], "std": [0.0], "count": [919]}, "index": {"min": [536373], "max": [537291], "mean": [536832.0], "std": [265.29229163320974], "count": [919]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [919]}}} +{"episode_index": 448, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.45474614210209224]], [[0.4611895938310147]], [[0.4556715674863987]]], "std": [[[0.1496599093286731]], [[0.1475442906975409]], [[0.14863357547908718]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675627225052032]], [[0.473976569631577]], [[0.4676115344415233]]], "std": [[[0.09928921033986673]], [[0.09518285504456989]], [[0.09848696036605602]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8509803921568627]], [[1.0]], [[0.8156862745098039]]], "mean": [[[0.47075415343045973]], [[0.4731930181290393]], [[0.46882366291488664]]], "std": [[[0.11880437223343679]], [[0.11588395349420053]], [[0.11898826557515021]]], "count": [179]}, "states": {"min": [0.4662472605705261, 1.9604761600494385, -1.017038345336914, -0.5719269514083862, -2.2564313411712646, -1.4838091135025024, 0.16379915177822113, 1.0, 0.07179299741983414, 0.30702900886535645, -0.2618359923362732, -0.4977165162563324, -0.580145001411438, -0.4540022015571594, -0.5792593359947205, -0.9445198774337769, -2.0462939739227295, 0.1564164012670517, -0.20579178631305695, 0.894079864025116, 1.1765265464782715, -1.9558334350585938, 39.0, -0.2564980089664459, 0.3389109969139099, -0.24659599363803864, -0.4388072192668915, 0.4428516626358032, 0.023331087082624435, 0.28694725036621094], "max": [0.9541714787483215, 2.0417909622192383, -0.5567251443862915, 0.12278391420841217, -0.6571164727210999, -0.8233765363693237, 1.311614990234375, 881.0, 0.2411540001630783, 0.4615330100059509, -0.16658799350261688, 0.5051731467247009, 0.9125033617019653, 0.45216694474220276, 0.5880454778671265, -0.5579119324684143, -1.8234152793884277, 1.5108617544174194, 0.9168389439582825, 2.5465750694274902, 1.5944631099700928, -0.3366914689540863, 893.0, -0.032770998775959015, 0.400068998336792, -0.10486400127410889, 0.06612427532672882, 0.9468692541122437, 0.5176861882209778, 0.7393393516540527], "mean": [0.7551364898681641, 2.0191385746002197, -0.8022118210792542, -0.20737414062023163, -1.5981030464172363, -1.1371771097183228, 0.922461986541748, 540.0385131835938, 0.1520056128501892, 0.39787155389785767, -0.20898693799972534, -0.14252716302871704, 0.6831204891204834, -0.22262299060821533, -0.4417748749256134, -0.7111777663230896, -2.0246362686157227, 0.8664305806159973, 0.36275514960289, 1.7446457147598267, 1.3551735877990723, -1.2756637334823608, 537.342529296875, -0.14879487454891205, 0.3741045296192169, -0.19265973567962646, -0.10051576048135757, 0.7360742092132568, 0.2801537811756134, 0.5153155326843262], "std": [0.1085115373134613, 0.013515641912817955, 0.1711723953485489, 0.20717599987983704, 0.5467993021011353, 0.15981672704219818, 0.430338978767395, 311.4469909667969, 0.04574963450431824, 0.041358720511198044, 0.023181503638625145, 0.21931388974189758, 0.3293267786502838, 0.21613459289073944, 0.2550230026245117, 0.12923520803451538, 0.04153222590684891, 0.30892354249954224, 0.3175399899482727, 0.6139381527900696, 0.10137179493904114, 0.4593304991722107, 278.8200378417969, 0.062333911657333374, 0.014246302656829357, 0.030023498460650444, 0.1460334211587906, 0.1820400059223175, 0.16037364304065704, 0.15450598299503326], "count": [1013]}, "actions": {"min": [0.4662472605705261, 1.9604761600494385, -1.017038345336914, -0.5719269514083862, -2.2564313411712646, -1.4838091135025024, 0.16379915177822113, 1.0, 0.07179299741983414, 0.30702900886535645, -0.2618359923362732, -0.4977165162563324, -0.580145001411438, -0.4540022015571594, -0.5792593359947205, -0.9445198774337769, -2.0462939739227295, 0.1564164012670517, -0.20579178631305695, 0.894079864025116, 1.1765265464782715, -1.9558334350585938, 39.0, -0.2564980089664459, 0.3389109969139099, -0.24659599363803864, -0.4388072192668915, 0.4428516626358032, 0.023331087082624435, 0.28694725036621094], "max": [0.9541714787483215, 2.0417909622192383, -0.5567251443862915, 0.12278391420841217, -0.6571164727210999, -0.8233765363693237, 1.311614990234375, 881.0, 0.2411540001630783, 0.4615330100059509, -0.16658799350261688, 0.5051731467247009, 0.9125033617019653, 0.45216694474220276, 0.5880454778671265, -0.5579119324684143, -1.8234152793884277, 1.5108617544174194, 0.9168389439582825, 2.5465750694274902, 1.5944631099700928, -0.3366914689540863, 893.0, -0.032770998775959015, 0.400068998336792, -0.10486400127410889, 0.06612427532672882, 0.9468692541122437, 0.5176861882209778, 0.7393393516540527], "mean": [0.7551364898681641, 2.0191385746002197, -0.8022118210792542, -0.20737414062023163, -1.5981030464172363, -1.1371771097183228, 0.922461986541748, 540.0385131835938, 0.1520056128501892, 0.39787155389785767, -0.20898693799972534, -0.14252716302871704, 0.6831204891204834, -0.22262299060821533, -0.4417748749256134, -0.7111777663230896, -2.0246362686157227, 0.8664305806159973, 0.36275514960289, 1.7446457147598267, 1.3551735877990723, -1.2756637334823608, 537.342529296875, -0.14879487454891205, 0.3741045296192169, -0.19265973567962646, -0.10051576048135757, 0.7360742092132568, 0.2801537811756134, 0.5153155326843262], "std": [0.1085115373134613, 0.013515641912817955, 0.1711723953485489, 0.20717599987983704, 0.5467993021011353, 0.15981672704219818, 0.430338978767395, 311.4469909667969, 0.04574963450431824, 0.041358720511198044, 0.023181503638625145, 0.21931388974189758, 0.3293267786502838, 0.21613459289073944, 0.2550230026245117, 0.12923520803451538, 0.04153222590684891, 0.30892354249954224, 0.3175399899482727, 0.6139381527900696, 0.10137179493904114, 0.4593304991722107, 278.8200378417969, 0.062333911657333374, 0.014246302656829357, 0.030023498460650444, 0.1460334211587906, 0.1820400059223175, 0.16037364304065704, 0.15450598299503326], "count": [1013]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009871668311944718], "std": [0.031403699349628555], "count": [1013]}, "timestamp": {"min": [0.0], "max": [40.48], "mean": [20.24], "std": [11.69711075437007], "count": [1013]}, "frame_index": {"min": [0], "max": [1012], "mean": [506.0], "std": [292.4277688592518], "count": [1013]}, "episode_index": {"min": [448], "max": [448], "mean": [448.0], "std": [0.0], "count": [1013]}, "index": {"min": [537292], "max": [538304], "mean": [537798.0], "std": [292.4277688592518], "count": [1013]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1013]}}} +{"episode_index": 449, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4631069331924386]], [[0.47034979428398105]], [[0.46305412581699346]]], "std": [[[0.13950754206592228]], [[0.13545193511556455]], [[0.1375456280638268]]], "count": [167]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4685191528707291]], [[0.46871659866541426]], [[0.4627876660893898]]], "std": [[[0.08589285474797083]], [[0.0844359214136808]], [[0.08917557273156884]]], "count": [167]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.47509778115337953]], [[0.47257655522288755]], [[0.46797925227975423]]], "std": [[[0.0926041290702975]], [[0.0916862138220032]], [[0.0950487249901041]]], "count": [167]}, "states": {"min": [0.35990434885025024, 1.9524126052856445, -1.8900519609451294, -1.551423192024231, -2.602390766143799, -1.6225104331970215, 0.3144559860229492, 8.0, 0.013376000337302685, 0.3024510145187378, -0.2849760055541992, -0.36992347240448, -0.6149306893348694, -0.5562251806259155, -0.6326260566711426, -0.9193696975708008, -2.0541653633117676, 0.8901877403259277, -0.09056513756513596, -0.13548991084098816, 0.8803964257240295, -2.5267653465270996, 65.0, -0.31106001138687134, 0.29036200046539307, -0.28018099069595337, -0.49695974588394165, -0.47226548194885254, -0.5237440466880798, -0.5994052290916443], "max": [0.8079129457473755, 2.034024238586426, -0.6055071353912354, -0.06860889494419098, -0.3925943672657013, -0.7484844923019409, 2.3634026050567627, 762.0, 0.3262369930744171, 0.4366230070590973, -0.10048100352287292, 0.5113013386726379, 0.9853187203407288, 0.6045333743095398, 0.6340079307556152, -0.30515336990356445, -1.875443696975708, 1.8223856687545776, 1.3053666353225708, 2.8747143745422363, 1.704750418663025, -0.33103659749031067, 908.0, 0.02128100022673607, 0.45609399676322937, -0.05230199918150902, 0.5482732057571411, 0.9766140580177307, 0.6032037138938904, 0.7249934077262878], "mean": [0.49998146295547485, 2.020085573196411, -1.1116172075271606, -0.6181092858314514, -1.5482101440429688, -1.0911107063293457, 1.289792776107788, 428.9015197753906, 0.20795637369155884, 0.3580934405326843, -0.21351967751979828, 0.08864138275384903, 0.3060372769832611, 0.1164885014295578, -0.002308835508301854, -0.5458245873451233, -2.0357840061187744, 1.2298423051834106, 0.40343254804611206, 1.2177573442459106, 1.3122855424880981, -1.0595755577087402, 537.0789794921875, -0.19889485836029053, 0.3367864191532135, -0.2089490294456482, -0.22725234925746918, 0.6332291960716248, 0.2787551283836365, 0.4061657786369324], "std": [0.10646568238735199, 0.009781588800251484, 0.33520442247390747, 0.46791568398475647, 0.6728790402412415, 0.27264517545700073, 0.6621542572975159, 246.2837371826172, 0.09739917516708374, 0.03061503916978836, 0.04595722258090973, 0.2534851133823395, 0.6812232136726379, 0.39489272236824036, 0.44793790578842163, 0.21099063754081726, 0.022997524589300156, 0.2740459740161896, 0.4604536294937134, 0.9584925770759583, 0.13463416695594788, 0.7650694251060486, 311.87335205078125, 0.10907753556966782, 0.036373283714056015, 0.05452394112944603, 0.23717127740383148, 0.3053877055644989, 0.29063868522644043, 0.2659328579902649], "count": [924]}, "actions": {"min": [0.35990434885025024, 1.9524126052856445, -1.8900519609451294, -1.551423192024231, -2.602390766143799, -1.6225104331970215, 0.3144559860229492, 8.0, 0.013376000337302685, 0.3024510145187378, -0.2849760055541992, -0.36992347240448, -0.6149306893348694, -0.5562251806259155, -0.6326260566711426, -0.9193696975708008, -2.0541653633117676, 0.8901877403259277, -0.09056513756513596, -0.13548991084098816, 0.8803964257240295, -2.5267653465270996, 65.0, -0.31106001138687134, 0.29036200046539307, -0.28018099069595337, -0.49695974588394165, -0.47226548194885254, -0.5237440466880798, -0.5994052290916443], "max": [0.8079129457473755, 2.034024238586426, -0.6055071353912354, -0.06860889494419098, -0.3925943672657013, -0.7484844923019409, 2.3634026050567627, 762.0, 0.3262369930744171, 0.4366230070590973, -0.10048100352287292, 0.5113013386726379, 0.9853187203407288, 0.6045333743095398, 0.6340079307556152, -0.30515336990356445, -1.875443696975708, 1.8223856687545776, 1.3053666353225708, 2.8747143745422363, 1.704750418663025, -0.33103659749031067, 908.0, 0.02128100022673607, 0.45609399676322937, -0.05230199918150902, 0.5482732057571411, 0.9766140580177307, 0.6032037138938904, 0.7249934077262878], "mean": [0.49998146295547485, 2.020085573196411, -1.1116172075271606, -0.6181092858314514, -1.5482101440429688, -1.0911107063293457, 1.289792776107788, 428.9015197753906, 0.20795637369155884, 0.3580934405326843, -0.21351967751979828, 0.08864138275384903, 0.3060372769832611, 0.1164885014295578, -0.002308835508301854, -0.5458245873451233, -2.0357840061187744, 1.2298423051834106, 0.40343254804611206, 1.2177573442459106, 1.3122855424880981, -1.0595755577087402, 537.0789794921875, -0.19889485836029053, 0.3367864191532135, -0.2089490294456482, -0.22725234925746918, 0.6332291960716248, 0.2787551283836365, 0.4061657786369324], "std": [0.10646568238735199, 0.009781588800251484, 0.33520442247390747, 0.46791568398475647, 0.6728790402412415, 0.27264517545700073, 0.6621542572975159, 246.2837371826172, 0.09739917516708374, 0.03061503916978836, 0.04595722258090973, 0.2534851133823395, 0.6812232136726379, 0.39489272236824036, 0.44793790578842163, 0.21099063754081726, 0.022997524589300156, 0.2740459740161896, 0.4604536294937134, 0.9584925770759583, 0.13463416695594788, 0.7650694251060486, 311.87335205078125, 0.10907753556966782, 0.036373283714056015, 0.05452394112944603, 0.23717127740383148, 0.3053877055644989, 0.29063868522644043, 0.2659328579902649], "count": [924]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010822510822510823], "std": [0.03287977820554829], "count": [924]}, "timestamp": {"min": [0.0], "max": [36.92], "mean": [18.46], "std": [10.66942672624292], "count": [924]}, "frame_index": {"min": [0], "max": [923], "mean": [461.5], "std": [266.73566815607296], "count": [924]}, "episode_index": {"min": [449], "max": [449], "mean": [449.0], "std": [0.0], "count": [924]}, "index": {"min": [538305], "max": [539228], "mean": [538766.5], "std": [266.73566815607296], "count": [924]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [924]}}} +{"episode_index": 450, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.471637015756889]], [[0.47545754918382765]], [[0.47073023820080795]]], "std": [[[0.12262563246380095]], [[0.1248447245682439]], [[0.12443582119586795]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4702775714766643]], [[0.47287852559365456]], [[0.46700605047295296]]], "std": [[[0.1067330801577095]], [[0.10543971088866978]], [[0.1093372389864854]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8823529411764706]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4750170439616383]], [[0.4778933423243669]], [[0.4747121052566755]]], "std": [[[0.07425253650566176]], [[0.0723516875231749]], [[0.07495488284876192]]], "count": [199]}, "states": {"min": [0.2416583001613617, 2.0182290077209473, -1.8786375522613525, -1.5242832899093628, 0.5226213932037354, 0.7808777689933777, -2.9017841815948486, 215.0, 0.019040999934077263, 0.29234299063682556, -0.2878530025482178, -0.4590591788291931, -0.5284623503684998, -0.5271890163421631, -0.5986961722373962, -0.7779805660247803, -2.05004620552063, 0.9142034649848938, -8.726646774448454e-05, -2.813296318054199, -1.6936676502227783, 1.783848762512207, 141.0, -0.311026006937027, 0.1987150013446808, -0.29253798723220825, -0.49975091218948364, -0.585749089717865, -0.46670687198638916, -0.5872305035591125], "max": [0.6994581818580627, 2.044862747192383, -0.39873793721199036, 0.03380702808499336, 2.8732659816741943, 1.3148612976074219, -0.37950438261032104, 815.0, 0.2743369936943054, 0.433696985244751, -0.13232900202274323, 0.4418148696422577, 0.9677245020866394, 0.5018776059150696, 0.5377482771873474, 0.1045626848936081, -1.963792085647583, 1.265555739402771, 1.1879409551620483, -1.2301081418991089, -1.1416897773742676, 2.8409423828125, 899.0, -0.08348199725151062, 0.36921098828315735, -0.17440499365329742, 0.5552846193313599, 0.8662559986114502, 0.38129594922065735, 0.6832289099693298], "mean": [0.4970152974128723, 2.028573989868164, -1.3015185594558716, -0.5829668641090393, 1.7674245834350586, 1.0281054973602295, -1.9488097429275513, 610.9862670898438, 0.1741175502538681, 0.3671681582927704, -0.21498794853687286, -0.23679587244987488, 0.7165435552597046, -0.29313158988952637, -0.4268572926521301, -0.3236441910266876, -2.035541296005249, 1.1009857654571533, 0.4643779695034027, -1.763245940208435, -1.376076579093933, 2.326587677001953, 575.5244140625, -0.19759021699428558, 0.28981077671051025, -0.23134154081344604, -0.12067148834466934, 0.6330024003982544, 0.1471923589706421, 0.4323303699493408], "std": [0.08695027232170105, 0.008324316702783108, 0.2874964475631714, 0.4924948811531067, 0.7816171050071716, 0.11843862384557724, 0.7590500712394714, 195.14022827148438, 0.07462356984615326, 0.03917071595788002, 0.04077334702014923, 0.16629160940647125, 0.2466227263212204, 0.20564299821853638, 0.17774894833564758, 0.2387346774339676, 0.010185173712670803, 0.0992223396897316, 0.3212524354457855, 0.4605944752693176, 0.11362925171852112, 0.4022429585456848, 245.33267211914062, 0.06158722937107086, 0.0433836467564106, 0.02620784565806389, 0.25868985056877136, 0.3964998722076416, 0.1915033608675003, 0.33965495228767395], "count": [1167]}, "actions": {"min": [0.2416583001613617, 2.0182290077209473, -1.8786375522613525, -1.5242832899093628, 0.5226213932037354, 0.7808777689933777, -2.9017841815948486, 215.0, 0.019040999934077263, 0.29234299063682556, -0.2878530025482178, -0.4590591788291931, -0.5284623503684998, -0.5271890163421631, -0.5986961722373962, -0.7779805660247803, -2.05004620552063, 0.9142034649848938, -8.726646774448454e-05, -2.813296318054199, -1.6936676502227783, 1.783848762512207, 141.0, -0.311026006937027, 0.1987150013446808, -0.29253798723220825, -0.49975091218948364, -0.585749089717865, -0.46670687198638916, -0.5872305035591125], "max": [0.6994581818580627, 2.044862747192383, -0.39873793721199036, 0.03380702808499336, 2.8732659816741943, 1.3148612976074219, -0.37950438261032104, 815.0, 0.2743369936943054, 0.433696985244751, -0.13232900202274323, 0.4418148696422577, 0.9677245020866394, 0.5018776059150696, 0.5377482771873474, 0.1045626848936081, -1.963792085647583, 1.265555739402771, 1.1879409551620483, -1.2301081418991089, -1.1416897773742676, 2.8409423828125, 899.0, -0.08348199725151062, 0.36921098828315735, -0.17440499365329742, 0.5552846193313599, 0.8662559986114502, 0.38129594922065735, 0.6832289099693298], "mean": [0.4970152974128723, 2.028573989868164, -1.3015185594558716, -0.5829668641090393, 1.7674245834350586, 1.0281054973602295, -1.9488097429275513, 610.9862670898438, 0.1741175502538681, 0.3671681582927704, -0.21498794853687286, -0.23679587244987488, 0.7165435552597046, -0.29313158988952637, -0.4268572926521301, -0.3236441910266876, -2.035541296005249, 1.1009857654571533, 0.4643779695034027, -1.763245940208435, -1.376076579093933, 2.326587677001953, 575.5244140625, -0.19759021699428558, 0.28981077671051025, -0.23134154081344604, -0.12067148834466934, 0.6330024003982544, 0.1471923589706421, 0.4323303699493408], "std": [0.08695027232170105, 0.008324316702783108, 0.2874964475631714, 0.4924948811531067, 0.7816171050071716, 0.11843862384557724, 0.7590500712394714, 195.14022827148438, 0.07462356984615326, 0.03917071595788002, 0.04077334702014923, 0.16629160940647125, 0.2466227263212204, 0.20564299821853638, 0.17774894833564758, 0.2387346774339676, 0.010185173712670803, 0.0992223396897316, 0.3212524354457855, 0.4605944752693176, 0.11362925171852112, 0.4022429585456848, 245.33267211914062, 0.06158722937107086, 0.0433836467564106, 0.02620784565806389, 0.25868985056877136, 0.3964998722076416, 0.1915033608675003, 0.33965495228767395], "count": [1167]}, "next.done": {"min": [false], "max": [true], "mean": [0.000856898029134533], "std": [0.029260276056493353], "count": [1167]}, "timestamp": {"min": [0.0], "max": [46.64], "mean": [23.32], "std": [13.47535033558188], "count": [1167]}, "frame_index": {"min": [0], "max": [1166], "mean": [583.0], "std": [336.883758389547], "count": [1167]}, "episode_index": {"min": [450], "max": [450], "mean": [450.0], "std": [0.0], "count": [1167]}, "index": {"min": [539229], "max": [540395], "mean": [539812.0], "std": [336.883758389547], "count": [1167]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1167]}}} +{"episode_index": 451, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4718182574696545]], [[0.47756883870214756]], [[0.4734942285247432]]], "std": [[[0.13060940637258195]], [[0.13222763876404364]], [[0.1318569911525859]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6941176470588235]], [[0.6862745098039216]], [[0.6901960784313725]]], "mean": [[[0.47269517040149395]], [[0.477572670401494]], [[0.472032675070028]]], "std": [[[0.09668886321492685]], [[0.09200780868210533]], [[0.09443561861940167]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.478245408496732]], [[0.47798312675070026]], [[0.4736813818860877]]], "std": [[[0.11497989322309717]], [[0.11606902610848707]], [[0.11937880360499559]]], "count": [175]}, "states": {"min": [0.5470560193061829, 1.9658342599868774, 0.05503023415803909, -0.15746361017227173, -2.896408796310425, -1.4233161211013794, 0.16105899214744568, 2.0, 0.03567099943757057, 0.3080289959907532, -0.28082698583602905, -0.4630703032016754, 0.5736481547355652, -0.3909517526626587, -0.6330463290214539, -0.7920827865600586, -2.053414821624756, 0.8854579329490662, -0.0777893215417862, 0.4569970369338989, 0.8129045963287354, -1.8861948251724243, 19.0, -0.2628900110721588, 0.3557400107383728, -0.262035995721817, -0.39539527893066406, 0.5073075294494629, -0.1527784913778305, 0.2377784550189972], "max": [1.007822871208191, 2.0251057147979736, 1.0776187181472778, 0.21301744878292084, -2.6476645469665527, -0.6426302790641785, 0.8989493250846863, 890.0, 0.20352700352668762, 0.41872599720954895, -0.20525400340557098, -0.09524992108345032, 0.899753749370575, -0.03820294514298439, -0.4113425314426422, -0.27696630358695984, -1.9426910877227783, 1.4328805208206177, 1.3001306056976318, 2.5630860328674316, 1.4406646490097046, -0.3622779846191406, 880.0, -0.08921200037002563, 0.4130769968032837, -0.13026799261569977, -0.13690108060836792, 0.9349204897880554, 0.5078473091125488, 0.6243816018104553], "mean": [0.8056384921073914, 2.0120394229888916, 0.49146613478660583, 0.06543931365013123, -2.876340627670288, -0.9738891124725342, 0.7958313226699829, 493.470458984375, 0.10541262477636337, 0.387264221906662, -0.23556004464626312, -0.17175981402397156, 0.7739697098731995, -0.2568262815475464, -0.5318792462348938, -0.5889219641685486, -2.040220022201538, 1.1905962228775024, 0.4750816226005554, 1.3684664964675903, 1.0355039834976196, -0.9956204891204834, 554.60693359375, -0.17576441168785095, 0.38952863216400146, -0.21548059582710266, -0.2556663155555725, 0.7563811540603638, 0.2759360671043396, 0.4472288489341736], "std": [0.11547490209341049, 0.009130974300205708, 0.23158401250839233, 0.09944745898246765, 0.04074925556778908, 0.15438972413539886, 0.13197681307792664, 226.04669189453125, 0.046428192406892776, 0.024769561365246773, 0.017856601625680923, 0.06579511612653732, 0.06953424960374832, 0.1042824536561966, 0.05074816569685936, 0.11999545246362686, 0.011296208947896957, 0.12763145565986633, 0.40876176953315735, 0.7447147369384766, 0.1629183143377304, 0.4538326561450958, 249.97483825683594, 0.051770735532045364, 0.012663638219237328, 0.035372667014598846, 0.08540791273117065, 0.1353708952665329, 0.21808423101902008, 0.11483229696750641], "count": [982]}, "actions": {"min": [0.5470560193061829, 1.9658342599868774, 0.05503023415803909, -0.15746361017227173, -2.896408796310425, -1.4233161211013794, 0.16105899214744568, 2.0, 0.03567099943757057, 0.3080289959907532, -0.28082698583602905, -0.4630703032016754, 0.5736481547355652, -0.3909517526626587, -0.6330463290214539, -0.7920827865600586, -2.053414821624756, 0.8854579329490662, -0.0777893215417862, 0.4569970369338989, 0.8129045963287354, -1.8861948251724243, 19.0, -0.2628900110721588, 0.3557400107383728, -0.262035995721817, -0.39539527893066406, 0.5073075294494629, -0.1527784913778305, 0.2377784550189972], "max": [1.007822871208191, 2.0251057147979736, 1.0776187181472778, 0.21301744878292084, -2.6476645469665527, -0.6426302790641785, 0.8989493250846863, 890.0, 0.20352700352668762, 0.41872599720954895, -0.20525400340557098, -0.09524992108345032, 0.899753749370575, -0.03820294514298439, -0.4113425314426422, -0.27696630358695984, -1.9426910877227783, 1.4328805208206177, 1.3001306056976318, 2.5630860328674316, 1.4406646490097046, -0.3622779846191406, 880.0, -0.08921200037002563, 0.4130769968032837, -0.13026799261569977, -0.13690108060836792, 0.9349204897880554, 0.5078473091125488, 0.6243816018104553], "mean": [0.8056384921073914, 2.0120394229888916, 0.49146613478660583, 0.06543931365013123, -2.876340627670288, -0.9738891124725342, 0.7958313226699829, 493.470458984375, 0.10541262477636337, 0.387264221906662, -0.23556004464626312, -0.17175981402397156, 0.7739697098731995, -0.2568262815475464, -0.5318792462348938, -0.5889219641685486, -2.040220022201538, 1.1905962228775024, 0.4750816226005554, 1.3684664964675903, 1.0355039834976196, -0.9956204891204834, 554.60693359375, -0.17576441168785095, 0.38952863216400146, -0.21548059582710266, -0.2556663155555725, 0.7563811540603638, 0.2759360671043396, 0.4472288489341736], "std": [0.11547490209341049, 0.009130974300205708, 0.23158401250839233, 0.09944745898246765, 0.04074925556778908, 0.15438972413539886, 0.13197681307792664, 226.04669189453125, 0.046428192406892776, 0.024769561365246773, 0.017856601625680923, 0.06579511612653732, 0.06953424960374832, 0.1042824536561966, 0.05074816569685936, 0.11999545246362686, 0.011296208947896957, 0.12763145565986633, 0.40876176953315735, 0.7447147369384766, 0.1629183143377304, 0.4538326561450958, 249.97483825683594, 0.051770735532045364, 0.012663638219237328, 0.035372667014598846, 0.08540791273117065, 0.1353708952665329, 0.21808423101902008, 0.11483229696750641], "count": [982]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010183299389002036], "std": [0.03189503006795484], "count": [982]}, "timestamp": {"min": [0.0], "max": [39.24], "mean": [19.619999999999997], "std": [11.339153407552082], "count": [982]}, "frame_index": {"min": [0], "max": [981], "mean": [490.5], "std": [283.47883518880207], "count": [982]}, "episode_index": {"min": [451], "max": [451], "mean": [451.0], "std": [0.0], "count": [982]}, "index": {"min": [540396], "max": [541377], "mean": [540886.5], "std": [283.47883518880207], "count": [982]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [982]}}} +{"episode_index": 452, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4661930915858853]], [[0.4704214481438643]], [[0.46588680624403317]]], "std": [[[0.14147914540615672]], [[0.14145737497107175]], [[0.14243930022726672]]], "count": [178]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.46828342558933683]], [[0.46976699851288833]], [[0.4635149996328119]]], "std": [[[0.0930557674792821]], [[0.0916804696858763]], [[0.09838621542594586]]], "count": [178]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4751421407982669]], [[0.47656070881067786]], [[0.47178605901630316]]], "std": [[[0.09432248748969345]], [[0.09540827019754176]], [[0.10041714137450214]]], "count": [178]}, "states": {"min": [0.32939597964286804, 2.0132548809051514, -1.972623586654663, -1.5515803098678589, 0.700976550579071, 1.1624068021774292, -2.8899686336517334, 10.0, 0.01718599908053875, 0.28590598702430725, -0.26729699969291687, -0.4703461825847626, -0.650290846824646, -0.42608916759490967, -0.6500243544578552, -0.8026420474052429, -2.0417909622192383, -2.259608030319214, -1.5418415069580078, 0.5947732925415039, -1.6965473890304565, 0.70054030418396, 81.0, -0.24607700109481812, 0.29306700825691223, -0.26667800545692444, -0.44787102937698364, 0.4979201853275299, -0.058675289154052734, 0.0912332534790039], "max": [0.8326268792152405, 2.0521059036254883, 0.36210349202156067, 0.033772122114896774, 1.4787999391555786, 1.6742421388626099, -0.7290589213371277, 911.0, 0.3082579970359802, 0.40958699584007263, -0.11992000043392181, 0.4728226661682129, 0.966399610042572, 0.46157941222190857, 0.6526427865028381, -0.20085249841213226, -1.9943878650665283, -1.1682361364364624, -0.13603097200393677, 2.550135374069214, -0.998921811580658, 2.7136030197143555, 874.0, 0.0023580000270158052, 0.3763740062713623, -0.10302700102329254, 0.06803350895643234, 0.9895705580711365, 0.40105247497558594, 0.7329463362693787], "mean": [0.4796598255634308, 2.0293822288513184, -0.7034119963645935, -0.6002728343009949, 1.167089819908142, 1.2997193336486816, -1.9463311433792114, 587.97216796875, 0.16990312933921814, 0.33444246649742126, -0.20240043103694916, -0.14128969609737396, 0.6848849654197693, -0.20276719331741333, -0.4195622205734253, -0.4791446626186371, -2.030618190765381, -1.815356731414795, -0.7482537031173706, 1.616040825843811, -1.3770794868469238, 1.7757058143615723, 570.6067504882812, -0.13776929676532745, 0.32764357328414917, -0.18511782586574554, -0.14211219549179077, 0.7786138653755188, 0.16614213585853577, 0.49784281849861145], "std": [0.1180320754647255, 0.006793290842324495, 0.7981561422348022, 0.5429450869560242, 0.24101027846336365, 0.0976237878203392, 0.7305457592010498, 327.98529052734375, 0.07460381090641022, 0.025052592158317566, 0.04954797774553299, 0.2250872552394867, 0.34084975719451904, 0.21238091588020325, 0.28613749146461487, 0.16609472036361694, 0.006645658053457737, 0.3044723570346832, 0.38159921765327454, 0.5774125456809998, 0.13099904358386993, 0.6011738777160645, 306.9626770019531, 0.07028454542160034, 0.01788369007408619, 0.041000086814165115, 0.14204299449920654, 0.16245490312576294, 0.10351771116256714, 0.20206624269485474], "count": [1007]}, "actions": {"min": [0.32939597964286804, 2.0132548809051514, -1.972623586654663, -1.5515803098678589, 0.700976550579071, 1.1624068021774292, -2.8899686336517334, 10.0, 0.01718599908053875, 0.28590598702430725, -0.26729699969291687, -0.4703461825847626, -0.650290846824646, -0.42608916759490967, -0.6500243544578552, -0.8026420474052429, -2.0417909622192383, -2.259608030319214, -1.5418415069580078, 0.5947732925415039, -1.6965473890304565, 0.70054030418396, 81.0, -0.24607700109481812, 0.29306700825691223, -0.26667800545692444, -0.44787102937698364, 0.4979201853275299, -0.058675289154052734, 0.0912332534790039], "max": [0.8326268792152405, 2.0521059036254883, 0.36210349202156067, 0.033772122114896774, 1.4787999391555786, 1.6742421388626099, -0.7290589213371277, 911.0, 0.3082579970359802, 0.40958699584007263, -0.11992000043392181, 0.4728226661682129, 0.966399610042572, 0.46157941222190857, 0.6526427865028381, -0.20085249841213226, -1.9943878650665283, -1.1682361364364624, -0.13603097200393677, 2.550135374069214, -0.998921811580658, 2.7136030197143555, 874.0, 0.0023580000270158052, 0.3763740062713623, -0.10302700102329254, 0.06803350895643234, 0.9895705580711365, 0.40105247497558594, 0.7329463362693787], "mean": [0.4796598255634308, 2.0293822288513184, -0.7034119963645935, -0.6002728343009949, 1.167089819908142, 1.2997193336486816, -1.9463311433792114, 587.97216796875, 0.16990312933921814, 0.33444246649742126, -0.20240043103694916, -0.14128969609737396, 0.6848849654197693, -0.20276719331741333, -0.4195622205734253, -0.4791446626186371, -2.030618190765381, -1.815356731414795, -0.7482537031173706, 1.616040825843811, -1.3770794868469238, 1.7757058143615723, 570.6067504882812, -0.13776929676532745, 0.32764357328414917, -0.18511782586574554, -0.14211219549179077, 0.7786138653755188, 0.16614213585853577, 0.49784281849861145], "std": [0.1180320754647255, 0.006793290842324495, 0.7981561422348022, 0.5429450869560242, 0.24101027846336365, 0.0976237878203392, 0.7305457592010498, 327.98529052734375, 0.07460381090641022, 0.025052592158317566, 0.04954797774553299, 0.2250872552394867, 0.34084975719451904, 0.21238091588020325, 0.28613749146461487, 0.16609472036361694, 0.006645658053457737, 0.3044723570346832, 0.38159921765327454, 0.5774125456809998, 0.13099904358386993, 0.6011738777160645, 306.9626770019531, 0.07028454542160034, 0.01788369007408619, 0.041000086814165115, 0.14204299449920654, 0.16245490312576294, 0.10351771116256714, 0.20206624269485474], "count": [1007]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009930486593843098], "std": [0.03149702388709773], "count": [1007]}, "timestamp": {"min": [0.0], "max": [40.24], "mean": [20.12], "std": [11.627828688108542], "count": [1007]}, "frame_index": {"min": [0], "max": [1006], "mean": [503.0], "std": [290.6957172027135], "count": [1007]}, "episode_index": {"min": [452], "max": [452], "mean": [452.0], "std": [0.0], "count": [1007]}, "index": {"min": [541378], "max": [542384], "mean": [541881.0], "std": [290.6957172027135], "count": [1007]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1007]}}} +{"episode_index": 453, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4708722777691323]], [[0.4743815197375246]], [[0.47069412996680154]]], "std": [[[0.13104385955585315]], [[0.131384462915807]], [[0.13257035163326497]]], "count": [189]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[0.9137254901960784]], [[0.8352941176470589]]], "mean": [[[0.4735530083947159]], [[0.4756191437994951]], [[0.4693638981827299]]], "std": [[[0.07685195307272137]], [[0.07571885672205954]], [[0.08191404005203334]]], "count": [189]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760719127157036]], [[0.477364371520213]], [[0.4726013125929384]]], "std": [[[0.09056007088580928]], [[0.0909463408855998]], [[0.0954107141010752]]], "count": [189]}, "states": {"min": [0.2718873918056488, 2.010916233062744, -2.0233776569366455, -1.6105724573135376, 0.6526135206222534, 0.8066213726997375, -2.6338067054748535, 0.0, -0.0013920000055804849, 0.30290499329566956, -0.2620609998703003, -0.459150105714798, 0.5558283925056458, -0.535825788974762, -0.5886475443840027, -0.7682591080665588, -2.0493481159210205, -2.395167827606201, -1.459287405014038, 0.4830373525619507, -1.5894888639450073, 0.4945390522480011, 64.0, -0.27777099609375, 0.27689701318740845, -0.2521829903125763, -0.49999338388442993, -0.49516814947128296, -0.38681909441947937, -0.6172006130218506], "max": [0.7360228896141052, 2.031266689300537, -0.036861352622509, -0.17324137687683105, 1.9742292165756226, 1.382038950920105, -0.6258751153945923, 861.0, 0.3072440028190613, 0.40404701232910156, -0.10991500318050385, 0.031101487576961517, 0.9733534455299377, 0.09097150713205338, -0.17362134158611298, -0.1647765338420868, -1.9913160800933838, -1.2178558111190796, 3.490658855298534e-05, 2.5293660163879395, -0.9027715921401978, 2.805110454559326, 879.0, -0.008573999628424644, 0.3970080018043518, -0.10207100212574005, 0.5047783851623535, 0.984484076499939, 0.5290129780769348, 0.7252880334854126], "mean": [0.5322888493537903, 2.0193183422088623, -1.019557237625122, -0.6629742383956909, 1.4201252460479736, 1.0826518535614014, -1.8334816694259644, 609.4183349609375, 0.1800643652677536, 0.36619943380355835, -0.20266899466514587, -0.2181626707315445, 0.7570520043373108, -0.29827529191970825, -0.4430907964706421, -0.4766741096973419, -2.0354557037353516, -1.8533506393432617, -0.7316763401031494, 1.6240183115005493, -1.3932479619979858, 1.6058441400527954, 519.889892578125, -0.16020947694778442, 0.3303506374359131, -0.19009165465831757, -0.12971742451190948, 0.7361446619033813, 0.2776481509208679, 0.43050384521484375], "std": [0.0936075896024704, 0.0062015969306230545, 0.5759969353675842, 0.4867291748523712, 0.38904309272766113, 0.1552642583847046, 0.6242789030075073, 304.3216552734375, 0.09723985195159912, 0.03437122330069542, 0.03961220011115074, 0.15998230874538422, 0.1451667845249176, 0.18560534715652466, 0.11341208964586258, 0.17798440158367157, 0.008532989770174026, 0.27309516072273254, 0.4575176239013672, 0.7664012312889099, 0.14337612688541412, 0.7677044868469238, 229.18173217773438, 0.07817989587783813, 0.028212206438183784, 0.03364440053701401, 0.21861623227596283, 0.2446943074464798, 0.14482110738754272, 0.22405482828617096], "count": [1090]}, "actions": {"min": [0.2718873918056488, 2.010916233062744, -2.0233776569366455, -1.6105724573135376, 0.6526135206222534, 0.8066213726997375, -2.6338067054748535, 0.0, -0.0013920000055804849, 0.30290499329566956, -0.2620609998703003, -0.459150105714798, 0.5558283925056458, -0.535825788974762, -0.5886475443840027, -0.7682591080665588, -2.0493481159210205, -2.395167827606201, -1.459287405014038, 0.4830373525619507, -1.5894888639450073, 0.4945390522480011, 64.0, -0.27777099609375, 0.27689701318740845, -0.2521829903125763, -0.49999338388442993, -0.49516814947128296, -0.38681909441947937, -0.6172006130218506], "max": [0.7360228896141052, 2.031266689300537, -0.036861352622509, -0.17324137687683105, 1.9742292165756226, 1.382038950920105, -0.6258751153945923, 861.0, 0.3072440028190613, 0.40404701232910156, -0.10991500318050385, 0.031101487576961517, 0.9733534455299377, 0.09097150713205338, -0.17362134158611298, -0.1647765338420868, -1.9913160800933838, -1.2178558111190796, 3.490658855298534e-05, 2.5293660163879395, -0.9027715921401978, 2.805110454559326, 879.0, -0.008573999628424644, 0.3970080018043518, -0.10207100212574005, 0.5047783851623535, 0.984484076499939, 0.5290129780769348, 0.7252880334854126], "mean": [0.5322888493537903, 2.0193183422088623, -1.019557237625122, -0.6629742383956909, 1.4201252460479736, 1.0826518535614014, -1.8334816694259644, 609.4183349609375, 0.1800643652677536, 0.36619943380355835, -0.20266899466514587, -0.2181626707315445, 0.7570520043373108, -0.29827529191970825, -0.4430907964706421, -0.4766741096973419, -2.0354557037353516, -1.8533506393432617, -0.7316763401031494, 1.6240183115005493, -1.3932479619979858, 1.6058441400527954, 519.889892578125, -0.16020947694778442, 0.3303506374359131, -0.19009165465831757, -0.12971742451190948, 0.7361446619033813, 0.2776481509208679, 0.43050384521484375], "std": [0.0936075896024704, 0.0062015969306230545, 0.5759969353675842, 0.4867291748523712, 0.38904309272766113, 0.1552642583847046, 0.6242789030075073, 304.3216552734375, 0.09723985195159912, 0.03437122330069542, 0.03961220011115074, 0.15998230874538422, 0.1451667845249176, 0.18560534715652466, 0.11341208964586258, 0.17798440158367157, 0.008532989770174026, 0.27309516072273254, 0.4575176239013672, 0.7664012312889099, 0.14337612688541412, 0.7677044868469238, 229.18173217773438, 0.07817989587783813, 0.028212206438183784, 0.03364440053701401, 0.21861623227596283, 0.2446943074464798, 0.14482110738754272, 0.22405482828617096], "count": [1090]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009174311926605505], "std": [0.030275229357798167], "count": [1090]}, "timestamp": {"min": [0.0], "max": [43.56], "mean": [21.78], "std": [12.586230571541268], "count": [1090]}, "frame_index": {"min": [0], "max": [1089], "mean": [544.5], "std": [314.65576428853166], "count": [1090]}, "episode_index": {"min": [453], "max": [453], "mean": [453.0], "std": [0.0], "count": [1090]}, "index": {"min": [542385], "max": [543474], "mean": [542929.5], "std": [314.65576428853166], "count": [1090]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1090]}}} +{"episode_index": 454, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[1.0]], [[1.0]]], "mean": [[[0.4807056004663074]], [[0.48538303974123764]], [[0.4805216049382716]]], "std": [[[0.11137516327176267]], [[0.1119065836454476]], [[0.11212366621131858]]], "count": [171]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7019607843137254]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.47650157784848834]], [[0.4800067963345182]], [[0.47414791881664947]]], "std": [[[0.054476497583596135]], [[0.05447083354616511]], [[0.06035993541147725]]], "count": [171]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.47361467052708023]], [[0.472409617111952]], [[0.4681842093318809]]], "std": [[[0.08463268899778598]], [[0.0852711230552459]], [[0.08953768125089251]]], "count": [171]}, "states": {"min": [0.4138874113559723, 2.0140926837921143, -1.9982099533081055, -1.179458737373352, -2.4209985733032227, -1.370938777923584, 0.36676353216171265, -5.0, -0.007563000079244375, 0.33805400133132935, -0.2748290002346039, -0.4496326446533203, -0.6469637751579285, -0.5251659750938416, -0.6459646821022034, -0.8268323540687561, -2.0490341186523438, -1.8559831380844116, -1.8630865812301636, -0.36503562331199646, -1.5575319528579712, 0.015760323032736778, 28.0, -0.31941598653793335, 0.26528701186180115, -0.28400999307632446, -0.499904066324234, -0.5486757159233093, -0.5255672931671143, -0.5851472020149231], "max": [0.8995602130889893, 2.050971269607544, -0.6579716801643372, -0.06389650702476501, -0.1877799779176712, -0.680311918258667, 2.244284152984619, 899.0, 0.3301059901714325, 0.4154509902000427, -0.1574530005455017, 0.4744347333908081, 0.9534868001937866, 0.6111371517181396, 0.6518992781639099, 0.27776914834976196, -1.6435765027999878, -0.5511400699615479, -0.1656142920255661, 2.5587923526763916, 1.378565788269043, 2.8454976081848145, 903.0, -0.049876000732183456, 0.4034520089626312, -0.09755200147628784, 0.5889158844947815, 0.9726026058197021, 0.5188306570053101, 0.5899515151977539], "mean": [0.5808807611465454, 2.029841899871826, -1.2177876234054565, -0.39914149045944214, -1.2388129234313965, -0.9754941463470459, 1.0699396133422852, 557.1035766601562, 0.17958134412765503, 0.38073310256004333, -0.22494418919086456, 0.08642959594726562, 0.28303343057632446, 0.05291786417365074, -0.029296742752194405, -0.337655633687973, -2.0175294876098633, -1.333093523979187, -0.6519591808319092, 1.2722978591918945, -0.48777246475219727, 1.5484009981155396, 593.7604370117188, -0.21012045443058014, 0.329213410615921, -0.20846568048000336, -0.025681477040052414, 0.3574502170085907, 0.07785647362470627, 0.13723725080490112], "std": [0.12973055243492126, 0.00999870989471674, 0.33268827199935913, 0.2857471704483032, 0.5841168761253357, 0.14381183683872223, 0.5155236721038818, 287.4210205078125, 0.09129780530929565, 0.015623544342815876, 0.02740517072379589, 0.2801032066345215, 0.6784157156944275, 0.37218961119651794, 0.48117855191230774, 0.24836109578609467, 0.06417769938707352, 0.38487207889556885, 0.46142008900642395, 1.1188923120498657, 1.075005292892456, 1.1071311235427856, 290.0582275390625, 0.07809292525053024, 0.03893229737877846, 0.047610603272914886, 0.41311973333358765, 0.5688706636428833, 0.38883426785469055, 0.4485531449317932], "count": [956]}, "actions": {"min": [0.4138874113559723, 2.0140926837921143, -1.9982099533081055, -1.179458737373352, -2.4209985733032227, -1.370938777923584, 0.36676353216171265, -5.0, -0.007563000079244375, 0.33805400133132935, -0.2748290002346039, -0.4496326446533203, -0.6469637751579285, -0.5251659750938416, -0.6459646821022034, -0.8268323540687561, -2.0490341186523438, -1.8559831380844116, -1.8630865812301636, -0.36503562331199646, -1.5575319528579712, 0.015760323032736778, 28.0, -0.31941598653793335, 0.26528701186180115, -0.28400999307632446, -0.499904066324234, -0.5486757159233093, -0.5255672931671143, -0.5851472020149231], "max": [0.8995602130889893, 2.050971269607544, -0.6579716801643372, -0.06389650702476501, -0.1877799779176712, -0.680311918258667, 2.244284152984619, 899.0, 0.3301059901714325, 0.4154509902000427, -0.1574530005455017, 0.4744347333908081, 0.9534868001937866, 0.6111371517181396, 0.6518992781639099, 0.27776914834976196, -1.6435765027999878, -0.5511400699615479, -0.1656142920255661, 2.5587923526763916, 1.378565788269043, 2.8454976081848145, 903.0, -0.049876000732183456, 0.4034520089626312, -0.09755200147628784, 0.5889158844947815, 0.9726026058197021, 0.5188306570053101, 0.5899515151977539], "mean": [0.5808807611465454, 2.029841899871826, -1.2177876234054565, -0.39914149045944214, -1.2388129234313965, -0.9754941463470459, 1.0699396133422852, 557.1035766601562, 0.17958134412765503, 0.38073310256004333, -0.22494418919086456, 0.08642959594726562, 0.28303343057632446, 0.05291786417365074, -0.029296742752194405, -0.337655633687973, -2.0175294876098633, -1.333093523979187, -0.6519591808319092, 1.2722978591918945, -0.48777246475219727, 1.5484009981155396, 593.7604370117188, -0.21012045443058014, 0.329213410615921, -0.20846568048000336, -0.025681477040052414, 0.3574502170085907, 0.07785647362470627, 0.13723725080490112], "std": [0.12973055243492126, 0.00999870989471674, 0.33268827199935913, 0.2857471704483032, 0.5841168761253357, 0.14381183683872223, 0.5155236721038818, 287.4210205078125, 0.09129780530929565, 0.015623544342815876, 0.02740517072379589, 0.2801032066345215, 0.6784157156944275, 0.37218961119651794, 0.48117855191230774, 0.24836109578609467, 0.06417769938707352, 0.38487207889556885, 0.46142008900642395, 1.1188923120498657, 1.075005292892456, 1.1071311235427856, 290.0582275390625, 0.07809292525053024, 0.03893229737877846, 0.047610603272914886, 0.41311973333358765, 0.5688706636428833, 0.38883426785469055, 0.4485531449317932], "count": [956]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010460251046025104], "std": [0.0323253915070344], "count": [956]}, "timestamp": {"min": [0.0], "max": [38.2], "mean": [19.099999999999998], "std": [11.038931107675236], "count": [956]}, "frame_index": {"min": [0], "max": [955], "mean": [477.5], "std": [275.97327769188087], "count": [956]}, "episode_index": {"min": [454], "max": [454], "mean": [454.0], "std": [0.0], "count": [956]}, "index": {"min": [543475], "max": [544430], "mean": [543952.5], "std": [275.97327769188087], "count": [956]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [956]}}} +{"episode_index": 455, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.48285117448580184]], [[0.4874458014844356]], [[0.48330954012961114]]], "std": [[[0.1182103174847624]], [[0.11892522487343446]], [[0.11929066542666239]]], "count": [177]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6980392156862745]], [[0.6823529411764706]], [[0.6784313725490196]]], "mean": [[[0.47457063070049116]], [[0.47606375895461767]], [[0.469787607086149]]], "std": [[[0.061453576774975496]], [[0.06134535778691013]], [[0.06755974492273413]]], "count": [177]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48276960438130057]], [[0.48101649219009635]], [[0.4775771193364351]]], "std": [[[0.09291364307035076]], [[0.09480444340392913]], [[0.09885703912853651]]], "count": [177]}, "states": {"min": [0.25940829515457153, 1.9780863523483276, -2.052385091781616, -1.260703682899475, -2.231194019317627, -1.1994950771331787, 0.5757841467857361, 0.0, -0.0037360000424087048, 0.33143699169158936, -0.2705860137939453, -0.36922770738601685, -0.6214777827262878, -0.5100521445274353, -0.6203555464744568, -0.6826331615447998, -2.046800136566162, 0.677885890007019, -0.13196434080600739, 0.5917015671730042, -1.3329429626464844, -2.9943742752075195, 67.0, -0.2913169860839844, 0.25888898968696594, -0.30434900522232056, -0.4990089237689972, -0.6014010906219482, -0.5628918409347534, -0.5552446246147156], "max": [0.6719866991043091, 2.038684368133545, -1.0036516189575195, -0.14878931641578674, -0.2924124598503113, -0.3902381360530853, 1.9819436073303223, 873.0, 0.26526498794555664, 0.4090130031108856, -0.16358299553394318, 0.3928070068359375, 0.9392017126083374, 0.5369306206703186, 0.6254183650016785, -0.018901914358139038, -1.992607593536377, 2.7934694290161133, 1.5937299728393555, 2.7017173767089844, 1.598023533821106, -0.23303638398647308, 908.0, -0.034081000834703445, 0.3828969895839691, -0.09476400166749954, 0.6005114316940308, 0.9730568528175354, 0.5908651947975159, 0.6135028600692749], "mean": [0.5003570914268494, 2.017911672592163, -1.5082026720046997, -0.6127415895462036, -1.2954028844833374, -0.7861215472221375, 1.2909361124038696, 612.392578125, 0.1542995125055313, 0.3776213228702545, -0.23195473849773407, -0.17605631053447723, 0.735935389995575, -0.2934279441833496, -0.42939773201942444, -0.3720463812351227, -2.0383834838867188, 1.6875078678131104, 0.6466578245162964, 1.9215961694717407, 0.3644653558731079, -2.075747013092041, 565.4395751953125, -0.1970340758562088, 0.3138212561607361, -0.2169731706380844, 0.13035334646701813, 0.2558664381504059, -0.10232976078987122, -0.051730234175920486], "std": [0.09596226364374161, 0.0076505751349031925, 0.19987326860427856, 0.2629987597465515, 0.42267006635665894, 0.21852992475032806, 0.2843572497367859, 336.1720886230469, 0.0690460354089737, 0.027584319934248924, 0.024228272959589958, 0.1196896955370903, 0.23444755375385284, 0.23556852340698242, 0.1792655885219574, 0.2081749439239502, 0.005868834443390369, 0.7387806177139282, 0.559148907661438, 0.7513152956962585, 1.2345415353775024, 1.0494848489761353, 297.7412414550781, 0.08464600890874863, 0.03956025838851929, 0.056000445038080215, 0.3860253095626831, 0.6454424858093262, 0.3965397775173187, 0.4260723292827606], "count": [1001]}, "actions": {"min": [0.25940829515457153, 1.9780863523483276, -2.052385091781616, -1.260703682899475, -2.231194019317627, -1.1994950771331787, 0.5757841467857361, 0.0, -0.0037360000424087048, 0.33143699169158936, -0.2705860137939453, -0.36922770738601685, -0.6214777827262878, -0.5100521445274353, -0.6203555464744568, -0.6826331615447998, -2.046800136566162, 0.677885890007019, -0.13196434080600739, 0.5917015671730042, -1.3329429626464844, -2.9943742752075195, 67.0, -0.2913169860839844, 0.25888898968696594, -0.30434900522232056, -0.4990089237689972, -0.6014010906219482, -0.5628918409347534, -0.5552446246147156], "max": [0.6719866991043091, 2.038684368133545, -1.0036516189575195, -0.14878931641578674, -0.2924124598503113, -0.3902381360530853, 1.9819436073303223, 873.0, 0.26526498794555664, 0.4090130031108856, -0.16358299553394318, 0.3928070068359375, 0.9392017126083374, 0.5369306206703186, 0.6254183650016785, -0.018901914358139038, -1.992607593536377, 2.7934694290161133, 1.5937299728393555, 2.7017173767089844, 1.598023533821106, -0.23303638398647308, 908.0, -0.034081000834703445, 0.3828969895839691, -0.09476400166749954, 0.6005114316940308, 0.9730568528175354, 0.5908651947975159, 0.6135028600692749], "mean": [0.5003570914268494, 2.017911672592163, -1.5082026720046997, -0.6127415895462036, -1.2954028844833374, -0.7861215472221375, 1.2909361124038696, 612.392578125, 0.1542995125055313, 0.3776213228702545, -0.23195473849773407, -0.17605631053447723, 0.735935389995575, -0.2934279441833496, -0.42939773201942444, -0.3720463812351227, -2.0383834838867188, 1.6875078678131104, 0.6466578245162964, 1.9215961694717407, 0.3644653558731079, -2.075747013092041, 565.4395751953125, -0.1970340758562088, 0.3138212561607361, -0.2169731706380844, 0.13035334646701813, 0.2558664381504059, -0.10232976078987122, -0.051730234175920486], "std": [0.09596226364374161, 0.0076505751349031925, 0.19987326860427856, 0.2629987597465515, 0.42267006635665894, 0.21852992475032806, 0.2843572497367859, 336.1720886230469, 0.0690460354089737, 0.027584319934248924, 0.024228272959589958, 0.1196896955370903, 0.23444755375385284, 0.23556852340698242, 0.1792655885219574, 0.2081749439239502, 0.005868834443390369, 0.7387806177139282, 0.559148907661438, 0.7513152956962585, 1.2345415353775024, 1.0494848489761353, 297.7412414550781, 0.08464600890874863, 0.03956025838851929, 0.056000445038080215, 0.3860253095626831, 0.6454424858093262, 0.3965397775173187, 0.4260723292827606], "count": [1001]}, "next.done": {"min": [false], "max": [true], "mean": [0.000999000999000999], "std": [0.03159118541626753], "count": [1001]}, "timestamp": {"min": [0.0], "max": [40.0], "mean": [20.0], "std": [11.55854662143991], "count": [1001]}, "frame_index": {"min": [0], "max": [1000], "mean": [500.0], "std": [288.9636655359978], "count": [1001]}, "episode_index": {"min": [455], "max": [455], "mean": [455.0], "std": [0.0], "count": [1001]}, "index": {"min": [544431], "max": [545431], "mean": [544931.0], "std": [288.9636655359978], "count": [1001]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1001]}}} +{"episode_index": 456, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.44742317130623543]], [[0.4513164284266018]], [[0.44916887761795715]]], "std": [[[0.12685832985921286]], [[0.12257692559283069]], [[0.12500538885876475]]], "count": [274]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4669627149825867]], [[0.4679315775428176]], [[0.46002851948261053]]], "std": [[[0.09225605662414864]], [[0.09268434944678856]], [[0.09994361037340957]]], "count": [274]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46632088983707837]], [[0.4668179558167549]], [[0.46084299338652734]]], "std": [[[0.09224872664524955]], [[0.09501272969860185]], [[0.10452343344706139]]], "count": [274]}, "states": {"min": [0.6953392028808594, 1.7986316680908203, -2.1661806106567383, -1.581565022468567, 0.24059364199638367, 1.0458362102508545, -2.580050468444824, -1.0, -0.03301699832081795, 0.3199959993362427, -0.2142300009727478, -0.4809146523475647, -0.6326228380203247, -0.40377354621887207, -0.6469466090202332, -1.2962037324905396, -2.0434491634368896, -1.3621596097946167, -0.0006457718554884195, -1.5765560865402222, -1.9658865928649902, 0.9193696975708008, 48.0, -0.291390985250473, 0.32851099967956543, -0.2387160062789917, -0.4995928704738617, -0.3857608735561371, -0.30901744961738586, -0.7097055315971375], "max": [1.2400391101837158, 2.0489816665649414, 0.21132445335388184, -0.032044246792793274, 1.4289883375167847, 1.538280963897705, -0.3358362913131714, 842.0, 0.25815701484680176, 0.515051007270813, 0.005956000182777643, 0.5054575800895691, 0.9997446537017822, 0.34674206376075745, 0.6646513342857361, -0.5930628776550293, -1.793605089187622, 1.8883939981460571, 1.309311032295227, -0.21217967569828033, -1.1504511833190918, 2.5048441886901855, 892.0, 0.02048099972307682, 0.4545699954032898, -0.021532999351620674, 0.5508157014846802, 0.9874136447906494, 0.44933533668518066, 0.7710210084915161], "mean": [0.9937902688980103, 1.9649296998977661, -0.8655693531036377, -0.5659234523773193, 0.8097761273384094, 1.2925108671188354, -1.2731859683990479, 514.1954345703125, 0.1275729238986969, 0.4196935296058655, -0.1297169178724289, 0.004444303456693888, 0.6718640923500061, -0.1789647489786148, -0.15643052756786346, -0.8914290070533752, -1.9736253023147583, 0.6409008502960205, 0.5035213232040405, -0.8983621001243591, -1.4164427518844604, 1.498219609260559, 510.5828552246094, -0.1512197107076645, 0.39872077107429504, -0.13636791706085205, -0.054534610360860825, 0.7733075022697449, 0.232461616396904, 0.4400259554386139], "std": [0.15003743767738342, 0.08112289756536484, 0.7879434823989868, 0.35926079750061035, 0.32997238636016846, 0.10779318958520889, 0.7186143398284912, 328.6929626464844, 0.09028222411870956, 0.05525202304124832, 0.06557013094425201, 0.24647794663906097, 0.5059860348701477, 0.22671757638454437, 0.3520021438598633, 0.1837402731180191, 0.056819431483745575, 0.6129310131072998, 0.2903057336807251, 0.4752420485019684, 0.15491822361946106, 0.28099164366722107, 304.2888488769531, 0.09552609920501709, 0.03372596949338913, 0.05230429023504257, 0.16913142800331116, 0.21202531456947327, 0.1466953009366989, 0.237235888838768], "count": [1786]}, "actions": {"min": [0.6953392028808594, 1.7986316680908203, -2.1661806106567383, -1.581565022468567, 0.24059364199638367, 1.0458362102508545, -2.580050468444824, -1.0, -0.03301699832081795, 0.3199959993362427, -0.2142300009727478, -0.4809146523475647, -0.6326228380203247, -0.40377354621887207, -0.6469466090202332, -1.2962037324905396, -2.0434491634368896, -1.3621596097946167, -0.0006457718554884195, -1.5765560865402222, -1.9658865928649902, 0.9193696975708008, 48.0, -0.291390985250473, 0.32851099967956543, -0.2387160062789917, -0.4995928704738617, -0.3857608735561371, -0.30901744961738586, -0.7097055315971375], "max": [1.2400391101837158, 2.0489816665649414, 0.21132445335388184, -0.032044246792793274, 1.4289883375167847, 1.538280963897705, -0.3358362913131714, 842.0, 0.25815701484680176, 0.515051007270813, 0.005956000182777643, 0.5054575800895691, 0.9997446537017822, 0.34674206376075745, 0.6646513342857361, -0.5930628776550293, -1.793605089187622, 1.8883939981460571, 1.309311032295227, -0.21217967569828033, -1.1504511833190918, 2.5048441886901855, 892.0, 0.02048099972307682, 0.4545699954032898, -0.021532999351620674, 0.5508157014846802, 0.9874136447906494, 0.44933533668518066, 0.7710210084915161], "mean": [0.9937902688980103, 1.9649296998977661, -0.8655693531036377, -0.5659234523773193, 0.8097761273384094, 1.2925108671188354, -1.2731859683990479, 514.1954345703125, 0.1275729238986969, 0.4196935296058655, -0.1297169178724289, 0.004444303456693888, 0.6718640923500061, -0.1789647489786148, -0.15643052756786346, -0.8914290070533752, -1.9736253023147583, 0.6409008502960205, 0.5035213232040405, -0.8983621001243591, -1.4164427518844604, 1.498219609260559, 510.5828552246094, -0.1512197107076645, 0.39872077107429504, -0.13636791706085205, -0.054534610360860825, 0.7733075022697449, 0.232461616396904, 0.4400259554386139], "std": [0.15003743767738342, 0.08112289756536484, 0.7879434823989868, 0.35926079750061035, 0.32997238636016846, 0.10779318958520889, 0.7186143398284912, 328.6929626464844, 0.09028222411870956, 0.05525202304124832, 0.06557013094425201, 0.24647794663906097, 0.5059860348701477, 0.22671757638454437, 0.3520021438598633, 0.1837402731180191, 0.056819431483745575, 0.6129310131072998, 0.2903057336807251, 0.4752420485019684, 0.15491822361946106, 0.28099164366722107, 304.2888488769531, 0.09552609920501709, 0.03372596949338913, 0.05230429023504257, 0.16913142800331116, 0.21202531456947327, 0.1466953009366989, 0.237235888838768], "count": [1786]}, "next.done": {"min": [false], "max": [true], "mean": [0.0005599104143337066], "std": [0.023655800867052195], "count": [1786]}, "timestamp": {"min": [0.0], "max": [71.4], "mean": [35.699999999999996], "std": [20.622948382808897], "count": [1786]}, "frame_index": {"min": [0], "max": [1785], "mean": [892.5], "std": [515.5737095702224], "count": [1786]}, "episode_index": {"min": [456], "max": [456], "mean": [456.0], "std": [0.0], "count": [1786]}, "index": {"min": [545432], "max": [547217], "mean": [546324.5], "std": [515.5737095702224], "count": [1786]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1786]}}} +{"episode_index": 457, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.47568063475390154]], [[0.47892688637955183]], [[0.4732175943293984]]], "std": [[[0.10705483234042233]], [[0.10678874868891841]], [[0.10685206820101951]]], "count": [196]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.6588235294117647]], [[0.6745098039215687]]], "mean": [[[0.47308359177004133]], [[0.4772826693177271]], [[0.47115394491129786]]], "std": [[[0.06289480596104402]], [[0.06318826127433164]], [[0.07003680175442388]]], "count": [196]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.47814744231025746]], [[0.4776425934957316]], [[0.4727472655728958]]], "std": [[[0.0880370729370185]], [[0.09085402287768743]], [[0.09590225660625046]]], "count": [196]}, "states": {"min": [0.4493699371814728, 1.9748575687408447, -0.8487362265586853, -0.42179375886917114, -2.484999895095825, -1.7247518301010132, 0.4985533356666565, 1.0, 0.03509899973869324, 0.2848820090293884, -0.27159300446510315, -0.4212656617164612, -0.6604810953140259, -0.47202080488204956, -0.6690519452095032, -0.8979719281196594, -2.044862747192383, 0.6409547328948975, -0.06895796209573746, 0.029094640165567398, 1.0522066354751587, -1.8538538217544556, 44.0, -0.3271839916706085, 0.2744300067424774, -0.2773909866809845, -0.49994581937789917, -0.43996143341064453, -0.5364159941673279, -0.6007598638534546], "max": [1.0167416334152222, 2.043658494949341, 0.5552939772605896, 0.15821409225463867, -1.0162005424499512, -0.8788954615592957, 1.1720409393310547, 878.0, 0.32649001479148865, 0.4164220094680786, -0.17127099633216858, 0.43418562412261963, 0.8915451765060425, 0.544230580329895, 0.6799339056015015, -0.16912239789962769, -1.9933580160140991, 1.121635913848877, 1.3582850694656372, 2.692030906677246, 1.8146363496780396, -0.3775496184825897, 895.0, -0.08381199836730957, 0.4253309965133667, -0.09621600061655045, 0.5535265803337097, 0.9626171588897705, 0.5336823463439941, 0.6354171633720398], "mean": [0.6985981464385986, 2.014280319213867, -0.1601402461528778, -0.173637256026268, -2.1245081424713135, -1.1873779296875, 0.8678570985794067, 495.6649169921875, 0.188824862241745, 0.36872589588165283, -0.22570250928401947, 0.06018810719251633, 0.26043757796287537, 0.07738570868968964, -0.04915158450603485, -0.553854763507843, -2.033449411392212, 0.9511115550994873, 0.2969428598880768, 1.2254705429077148, 1.363555669784546, -0.807052731513977, 633.7139282226562, -0.22817116975784302, 0.3467956483364105, -0.20556208491325378, -0.23678578436374664, 0.5730649828910828, 0.21275709569454193, 0.3854832351207733], "std": [0.17950265109539032, 0.016909334808588028, 0.516078770160675, 0.14239968359470367, 0.27499788999557495, 0.16920465230941772, 0.15195542573928833, 227.28793334960938, 0.09328677505254745, 0.02764466591179371, 0.020343758165836334, 0.2513393759727478, 0.6814064979553223, 0.3291342258453369, 0.5332258939743042, 0.21664954721927643, 0.010738981887698174, 0.1427989900112152, 0.4046246409416199, 0.9766589999198914, 0.14147335290908813, 0.4485955834388733, 278.6631774902344, 0.08139649033546448, 0.04448744282126427, 0.04060494154691696, 0.28256142139434814, 0.37199971079826355, 0.3194020092487335, 0.31847241520881653], "count": [1143]}, "actions": {"min": [0.4493699371814728, 1.9748575687408447, -0.8487362265586853, -0.42179375886917114, -2.484999895095825, -1.7247518301010132, 0.4985533356666565, 1.0, 0.03509899973869324, 0.2848820090293884, -0.27159300446510315, -0.4212656617164612, -0.6604810953140259, -0.47202080488204956, -0.6690519452095032, -0.8979719281196594, -2.044862747192383, 0.6409547328948975, -0.06895796209573746, 0.029094640165567398, 1.0522066354751587, -1.8538538217544556, 44.0, -0.3271839916706085, 0.2744300067424774, -0.2773909866809845, -0.49994581937789917, -0.43996143341064453, -0.5364159941673279, -0.6007598638534546], "max": [1.0167416334152222, 2.043658494949341, 0.5552939772605896, 0.15821409225463867, -1.0162005424499512, -0.8788954615592957, 1.1720409393310547, 878.0, 0.32649001479148865, 0.4164220094680786, -0.17127099633216858, 0.43418562412261963, 0.8915451765060425, 0.544230580329895, 0.6799339056015015, -0.16912239789962769, -1.9933580160140991, 1.121635913848877, 1.3582850694656372, 2.692030906677246, 1.8146363496780396, -0.3775496184825897, 895.0, -0.08381199836730957, 0.4253309965133667, -0.09621600061655045, 0.5535265803337097, 0.9626171588897705, 0.5336823463439941, 0.6354171633720398], "mean": [0.6985981464385986, 2.014280319213867, -0.1601402461528778, -0.173637256026268, -2.1245081424713135, -1.1873779296875, 0.8678570985794067, 495.6649169921875, 0.188824862241745, 0.36872589588165283, -0.22570250928401947, 0.06018810719251633, 0.26043757796287537, 0.07738570868968964, -0.04915158450603485, -0.553854763507843, -2.033449411392212, 0.9511115550994873, 0.2969428598880768, 1.2254705429077148, 1.363555669784546, -0.807052731513977, 633.7139282226562, -0.22817116975784302, 0.3467956483364105, -0.20556208491325378, -0.23678578436374664, 0.5730649828910828, 0.21275709569454193, 0.3854832351207733], "std": [0.17950265109539032, 0.016909334808588028, 0.516078770160675, 0.14239968359470367, 0.27499788999557495, 0.16920465230941772, 0.15195542573928833, 227.28793334960938, 0.09328677505254745, 0.02764466591179371, 0.020343758165836334, 0.2513393759727478, 0.6814064979553223, 0.3291342258453369, 0.5332258939743042, 0.21664954721927643, 0.010738981887698174, 0.1427989900112152, 0.4046246409416199, 0.9766589999198914, 0.14147335290908813, 0.4485955834388733, 278.6631774902344, 0.08139649033546448, 0.04448744282126427, 0.04060494154691696, 0.28256142139434814, 0.37199971079826355, 0.3194020092487335, 0.31847241520881653], "count": [1143]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008748906386701663], "std": [0.029565608484192128], "count": [1143]}, "timestamp": {"min": [0.0], "max": [45.68], "mean": [22.84], "std": [13.198222102490421], "count": [1143]}, "frame_index": {"min": [0], "max": [1142], "mean": [571.0], "std": [329.95555256226055], "count": [1143]}, "episode_index": {"min": [457], "max": [457], "mean": [457.0], "std": [0.0], "count": [1143]}, "index": {"min": [547218], "max": [548360], "mean": [547789.0], "std": [329.95555256226055], "count": [1143]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1143]}}} +{"episode_index": 458, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675097116469261]], [[0.4742447683388076]], [[0.46767234103878436]]], "std": [[[0.14124257202334783]], [[0.1378181855136987]], [[0.13935768140157978]]], "count": [197]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.47101060225274544]], [[0.47093444664244716]], [[0.4654300205699877]]], "std": [[[0.08641569442222442]], [[0.08516141466504375]], [[0.09064858879680517]]], "count": [197]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[0.8980392156862745]]], "mean": [[[0.471718596554527]], [[0.47132341018048507]], [[0.4671336696692213]]], "std": [[[0.11522917399037069]], [[0.11385588115738544]], [[0.11846087146234775]]], "count": [197]}, "states": {"min": [0.12245230376720428, 1.8997734785079956, -1.7150826454162598, -1.5698713064193726, -2.254948139190674, -1.6646251678466797, 0.4640132486820221, 0.0, 0.037330999970436096, 0.25849801301956177, -0.28984498977661133, -0.4359409213066101, -0.6478724479675293, -0.5414581894874573, -0.6506478786468506, -0.9425825476646423, -2.060849905014038, 1.0089399814605713, -0.07449065893888474, 0.021415190771222115, 0.7483797669410706, -2.6816983222961426, 28.0, -0.3497909903526306, 0.2528659999370575, -0.27036699652671814, -0.4625815153121948, 0.2551168203353882, -0.0500619038939476, -0.009039557538926601], "max": [0.756286084651947, 2.0348620414733887, -1.112525224685669, -0.1241452768445015, -0.366396963596344, -0.8233241438865662, 2.005261182785034, 888.0, 0.2772580087184906, 0.41243699193000793, -0.12114299833774567, 0.4123234450817108, 0.948683500289917, 0.5153971314430237, 0.6565564870834351, 0.0184306763112545, -1.7934480905532837, 1.8040944337844849, 1.6950465440750122, 2.823715925216675, 1.6942086219787598, -0.440032422542572, 918.0, 0.00496299983933568, 0.41687700152397156, -0.05707700178027153, 0.05218710005283356, 0.9925376772880554, 0.6495449542999268, 0.7104477882385254], "mean": [0.4489026367664337, 2.021273612976074, -1.3455384969711304, -0.6003395915031433, -1.3110599517822266, -1.163586974143982, 1.0286558866500854, 426.4243469238281, 0.17947174608707428, 0.3393649458885193, -0.22020763158798218, -0.18568730354309082, 0.7349368929862976, -0.20678819715976715, -0.42499876022338867, -0.5146046280860901, -2.0344672203063965, 1.2103708982467651, 0.36214685440063477, 1.1448875665664673, 1.2958879470825195, -1.089152455329895, 587.2651977539062, -0.20783188939094543, 0.32939526438713074, -0.21882788836956024, -0.2611165940761566, 0.6327899694442749, 0.3662068247795105, 0.46592190861701965], "std": [0.1606486588716507, 0.016004182398319244, 0.15469050407409668, 0.43071678280830383, 0.6663585305213928, 0.2001568228006363, 0.5876971483230591, 261.2667236328125, 0.07250922918319702, 0.03988688811659813, 0.04249938577413559, 0.19162404537200928, 0.27172425389289856, 0.22193951904773712, 0.20540748536586761, 0.22885800898075104, 0.036411136388778687, 0.22466380894184113, 0.4527340531349182, 0.9295163154602051, 0.16088683903217316, 0.7383840680122375, 350.1839599609375, 0.10498301684856415, 0.030916910618543625, 0.05025901645421982, 0.18151076138019562, 0.24316948652267456, 0.22140364348888397, 0.19775594770908356], "count": [1150]}, "actions": {"min": [0.12245230376720428, 1.8997734785079956, -1.7150826454162598, -1.5698713064193726, -2.254948139190674, -1.6646251678466797, 0.4640132486820221, 0.0, 0.037330999970436096, 0.25849801301956177, -0.28984498977661133, -0.4359409213066101, -0.6478724479675293, -0.5414581894874573, -0.6506478786468506, -0.9425825476646423, -2.060849905014038, 1.0089399814605713, -0.07449065893888474, 0.021415190771222115, 0.7483797669410706, -2.6816983222961426, 28.0, -0.3497909903526306, 0.2528659999370575, -0.27036699652671814, -0.4625815153121948, 0.2551168203353882, -0.0500619038939476, -0.009039557538926601], "max": [0.756286084651947, 2.0348620414733887, -1.112525224685669, -0.1241452768445015, -0.366396963596344, -0.8233241438865662, 2.005261182785034, 888.0, 0.2772580087184906, 0.41243699193000793, -0.12114299833774567, 0.4123234450817108, 0.948683500289917, 0.5153971314430237, 0.6565564870834351, 0.0184306763112545, -1.7934480905532837, 1.8040944337844849, 1.6950465440750122, 2.823715925216675, 1.6942086219787598, -0.440032422542572, 918.0, 0.00496299983933568, 0.41687700152397156, -0.05707700178027153, 0.05218710005283356, 0.9925376772880554, 0.6495449542999268, 0.7104477882385254], "mean": [0.4489026367664337, 2.021273612976074, -1.3455384969711304, -0.6003395915031433, -1.3110599517822266, -1.163586974143982, 1.0286558866500854, 426.4243469238281, 0.17947174608707428, 0.3393649458885193, -0.22020763158798218, -0.18568730354309082, 0.7349368929862976, -0.20678819715976715, -0.42499876022338867, -0.5146046280860901, -2.0344672203063965, 1.2103708982467651, 0.36214685440063477, 1.1448875665664673, 1.2958879470825195, -1.089152455329895, 587.2651977539062, -0.20783188939094543, 0.32939526438713074, -0.21882788836956024, -0.2611165940761566, 0.6327899694442749, 0.3662068247795105, 0.46592190861701965], "std": [0.1606486588716507, 0.016004182398319244, 0.15469050407409668, 0.43071678280830383, 0.6663585305213928, 0.2001568228006363, 0.5876971483230591, 261.2667236328125, 0.07250922918319702, 0.03988688811659813, 0.04249938577413559, 0.19162404537200928, 0.27172425389289856, 0.22193951904773712, 0.20540748536586761, 0.22885800898075104, 0.036411136388778687, 0.22466380894184113, 0.4527340531349182, 0.9295163154602051, 0.16088683903217316, 0.7383840680122375, 350.1839599609375, 0.10498301684856415, 0.030916910618543625, 0.05025901645421982, 0.18151076138019562, 0.24316948652267456, 0.22140364348888397, 0.19775594770908356], "count": [1150]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008695652173913044], "std": [0.02947556740291877], "count": [1150]}, "timestamp": {"min": [0.0], "max": [45.96], "mean": [22.979999999999997], "std": [13.27905117092332], "count": [1150]}, "frame_index": {"min": [0], "max": [1149], "mean": [574.5], "std": [331.976279273083], "count": [1150]}, "episode_index": {"min": [458], "max": [458], "mean": [458.0], "std": [0.0], "count": [1150]}, "index": {"min": [548361], "max": [549510], "mean": [548935.5], "std": [331.976279273083], "count": [1150]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1150]}}} +{"episode_index": 459, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[1.0]], [[1.0]]], "mean": [[[0.4570093915220016]], [[0.4636377349506682]], [[0.4580565130510803]]], "std": [[[0.1534277546779168]], [[0.1512987679458152]], [[0.15239643742580916]]], "count": [157]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.46638063829565796]], [[0.4728189917155822]], [[0.4659245165688356]]], "std": [[[0.09916157704044787]], [[0.09577710922120806]], [[0.10006847074036536]]], "count": [157]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[0.8705882352941177]]], "mean": [[[0.4612679335269139]], [[0.46401364301028264]], [[0.46117789772490736]]], "std": [[[0.11997647038486146]], [[0.11701549256511745]], [[0.11899587435814832]]], "count": [157]}, "states": {"min": [0.49757593870162964, 1.9908099174499512, -0.9790250062942505, -0.24909339845180511, -2.3096463680267334, -1.412687063217163, 0.052551861852407455, 3.0, 0.07407599687576294, 0.3037410080432892, -0.28403401374816895, -0.497680127620697, -0.5853449106216431, -0.46366795897483826, -0.6105487942695618, -1.0355561971664429, -2.0492959022521973, 0.21923081576824188, -0.16980308294296265, 0.854233980178833, 1.112001657485962, -1.9622563123703003, 32.0, -0.2646160125732422, 0.32788801193237305, -0.25235098600387573, -0.4344669580459595, 0.4509330093860626, -0.08321740478277206, 0.24253961443901062], "max": [0.9390220642089844, 2.0474982261657715, -0.4089480936527252, 0.10735519975423813, -0.7263013124465942, -0.8596968650817871, 1.221067190170288, 884.0, 0.20423400402069092, 0.45565998554229736, -0.18524299561977386, 0.50204998254776, 0.8930342197418213, 0.3455154001712799, 0.5408843159675598, -0.4129449129104614, -1.853452444076538, 1.4838964939117432, 0.9886940717697144, 2.723341941833496, 1.7411580085754395, -0.32529446482658386, 896.0, -0.02111399918794632, 0.3934989869594574, -0.11700300127267838, 0.07983601838350296, 0.9572589993476868, 0.5598523020744324, 0.7240750193595886], "mean": [0.7443382143974304, 2.024705171585083, -0.6851937174797058, -0.14885848760604858, -1.6979669332504272, -1.0693861246109009, 0.9136667847633362, 553.4671630859375, 0.14575351774692535, 0.39484483003616333, -0.22349007427692413, -0.18033957481384277, 0.7425447106361389, -0.2892869710922241, -0.5255393385887146, -0.7053875923156738, -2.0273754596710205, 0.905153214931488, 0.4313417971134186, 1.8920778036117554, 1.389458179473877, -1.3596923351287842, 553.9788818359375, -0.14573386311531067, 0.36025136709213257, -0.19778326153755188, -0.06378378719091415, 0.7765377759933472, 0.24806571006774902, 0.4727643132209778], "std": [0.10571865737438202, 0.007758967578411102, 0.15710684657096863, 0.08476284891366959, 0.3507472276687622, 0.14314615726470947, 0.23442760109901428, 291.99041748046875, 0.03667128458619118, 0.04015181213617325, 0.02590901218354702, 0.12294463068246841, 0.1250670701265335, 0.13449063897132874, 0.08591362833976746, 0.19965840876102448, 0.03515490144491196, 0.3050379157066345, 0.287092387676239, 0.5704553723335266, 0.12460899353027344, 0.4036698043346405, 283.5303649902344, 0.07265204936265945, 0.018703965470194817, 0.037333350628614426, 0.13464663922786713, 0.17166678607463837, 0.18911580741405487, 0.15657158195972443], "count": [852]}, "actions": {"min": [0.49757593870162964, 1.9908099174499512, -0.9790250062942505, -0.24909339845180511, -2.3096463680267334, -1.412687063217163, 0.052551861852407455, 3.0, 0.07407599687576294, 0.3037410080432892, -0.28403401374816895, -0.497680127620697, -0.5853449106216431, -0.46366795897483826, -0.6105487942695618, -1.0355561971664429, -2.0492959022521973, 0.21923081576824188, -0.16980308294296265, 0.854233980178833, 1.112001657485962, -1.9622563123703003, 32.0, -0.2646160125732422, 0.32788801193237305, -0.25235098600387573, -0.4344669580459595, 0.4509330093860626, -0.08321740478277206, 0.24253961443901062], "max": [0.9390220642089844, 2.0474982261657715, -0.4089480936527252, 0.10735519975423813, -0.7263013124465942, -0.8596968650817871, 1.221067190170288, 884.0, 0.20423400402069092, 0.45565998554229736, -0.18524299561977386, 0.50204998254776, 0.8930342197418213, 0.3455154001712799, 0.5408843159675598, -0.4129449129104614, -1.853452444076538, 1.4838964939117432, 0.9886940717697144, 2.723341941833496, 1.7411580085754395, -0.32529446482658386, 896.0, -0.02111399918794632, 0.3934989869594574, -0.11700300127267838, 0.07983601838350296, 0.9572589993476868, 0.5598523020744324, 0.7240750193595886], "mean": [0.7443382143974304, 2.024705171585083, -0.6851937174797058, -0.14885848760604858, -1.6979669332504272, -1.0693861246109009, 0.9136667847633362, 553.4671630859375, 0.14575351774692535, 0.39484483003616333, -0.22349007427692413, -0.18033957481384277, 0.7425447106361389, -0.2892869710922241, -0.5255393385887146, -0.7053875923156738, -2.0273754596710205, 0.905153214931488, 0.4313417971134186, 1.8920778036117554, 1.389458179473877, -1.3596923351287842, 553.9788818359375, -0.14573386311531067, 0.36025136709213257, -0.19778326153755188, -0.06378378719091415, 0.7765377759933472, 0.24806571006774902, 0.4727643132209778], "std": [0.10571865737438202, 0.007758967578411102, 0.15710684657096863, 0.08476284891366959, 0.3507472276687622, 0.14314615726470947, 0.23442760109901428, 291.99041748046875, 0.03667128458619118, 0.04015181213617325, 0.02590901218354702, 0.12294463068246841, 0.1250670701265335, 0.13449063897132874, 0.08591362833976746, 0.19965840876102448, 0.03515490144491196, 0.3050379157066345, 0.287092387676239, 0.5704553723335266, 0.12460899353027344, 0.4036698043346405, 283.5303649902344, 0.07265204936265945, 0.018703965470194817, 0.037333350628614426, 0.13464663922786713, 0.17166678607463837, 0.18911580741405487, 0.15657158195972443], "count": [852]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011737089201877935], "std": [0.034239324285950286], "count": [852]}, "timestamp": {"min": [0.0], "max": [34.04], "mean": [17.02], "std": [9.838041810577279], "count": [852]}, "frame_index": {"min": [0], "max": [851], "mean": [425.5], "std": [245.95104526443197], "count": [852]}, "episode_index": {"min": [459], "max": [459], "mean": [459.0], "std": [0.0], "count": [852]}, "index": {"min": [549511], "max": [550362], "mean": [549936.5], "std": [245.95104526443197], "count": [852]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [852]}}} +{"episode_index": 460, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4730601797385621]], [[0.47709572258533045]], [[0.4740245361292665]]], "std": [[[0.13229931780443144]], [[0.13304164925337805]], [[0.13289719040920264]]], "count": [225]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8392156862745098]], [[1.0]], [[1.0]]], "mean": [[[0.4705634232026144]], [[0.47614392792302107]], [[0.4698326479665941]]], "std": [[[0.10533074243894368]], [[0.10292374934897024]], [[0.10695234494657153]]], "count": [225]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4785507670660857]], [[0.4797757398329702]], [[0.4767860067175018]]], "std": [[[0.1010528903799578]], [[0.10128426280386571]], [[0.10411990324234649]]], "count": [225]}, "states": {"min": [0.4553738534450531, 2.0142321586608887, -0.14133675396442413, -0.2246413379907608, -2.7857725620269775, -1.4231938123703003, 0.11044444143772125, -1.0, 0.033351000398397446, 0.30394500494003296, -0.2841840088367462, -0.40523001551628113, -0.6088634729385376, -0.42701324820518494, -0.6633009910583496, -0.7271915078163147, -2.041092872619629, -2.191261053085327, -1.259412169456482, 0.153274804353714, -1.3619678020477295, 0.9709266424179077, 64.0, -0.22065700590610504, 0.34356701374053955, -0.2572909891605377, -0.36047908663749695, 0.5780077576637268, -0.12042894214391708, 0.26115691661834717], "max": [0.9544157981872559, 2.038771629333496, 0.8944463729858398, 0.21176081895828247, -1.362072467803955, -0.5460436940193176, 0.8867319822311401, 882.0, 0.23368099331855774, 0.4098359942436218, -0.2096710056066513, 0.497854620218277, 0.8741074800491333, 0.46426719427108765, 0.6109013557434082, -0.2650282680988312, -1.8674499988555908, -1.5021874904632568, -0.18395771086215973, 2.4272470474243164, -0.7248526811599731, 2.586264133453369, 918.0, -0.08730799704790115, 0.3977470099925995, -0.11516699939966202, -0.08664429932832718, 0.9356437921524048, 0.4682626724243164, 0.6492192149162292], "mean": [0.7361401319503784, 2.024090051651001, 0.23496480286121368, 0.041429150849580765, -2.4609365463256836, -1.0752863883972168, 0.7448592782020569, 509.0145568847656, 0.12496504187583923, 0.3755636513233185, -0.23487785458564758, -0.140442356467247, 0.6550661325454712, -0.24639892578125, -0.5060755014419556, -0.5323501229286194, -2.0239241123199463, -1.8729594945907593, -0.6520107388496399, 1.5508655309677124, -1.1449908018112183, 1.928984522819519, 527.5152587890625, -0.16111595928668976, 0.37369635701179504, -0.20341677963733673, -0.18453349173069, 0.7870337963104248, 0.2178792953491211, 0.4636573791503906], "std": [0.10072324424982071, 0.00530386483296752, 0.19244907796382904, 0.09620260447263718, 0.25477901101112366, 0.15524989366531372, 0.12855315208435059, 248.3282470703125, 0.04884038120508194, 0.026773812249302864, 0.021858369931578636, 0.15358152985572815, 0.3123096227645874, 0.19437305629253387, 0.27465003728866577, 0.11383116245269775, 0.01999189332127571, 0.20152200758457184, 0.32386308908462524, 0.7194368243217468, 0.13231047987937927, 0.45200806856155396, 241.47032165527344, 0.04725266993045807, 0.013272583484649658, 0.028598759323358536, 0.0850684866309166, 0.13550063967704773, 0.20700699090957642, 0.12500587105751038], "count": [1374]}, "actions": {"min": [0.4553738534450531, 2.0142321586608887, -0.14133675396442413, -0.2246413379907608, -2.7857725620269775, -1.4231938123703003, 0.11044444143772125, -1.0, 0.033351000398397446, 0.30394500494003296, -0.2841840088367462, -0.40523001551628113, -0.6088634729385376, -0.42701324820518494, -0.6633009910583496, -0.7271915078163147, -2.041092872619629, -2.191261053085327, -1.259412169456482, 0.153274804353714, -1.3619678020477295, 0.9709266424179077, 64.0, -0.22065700590610504, 0.34356701374053955, -0.2572909891605377, -0.36047908663749695, 0.5780077576637268, -0.12042894214391708, 0.26115691661834717], "max": [0.9544157981872559, 2.038771629333496, 0.8944463729858398, 0.21176081895828247, -1.362072467803955, -0.5460436940193176, 0.8867319822311401, 882.0, 0.23368099331855774, 0.4098359942436218, -0.2096710056066513, 0.497854620218277, 0.8741074800491333, 0.46426719427108765, 0.6109013557434082, -0.2650282680988312, -1.8674499988555908, -1.5021874904632568, -0.18395771086215973, 2.4272470474243164, -0.7248526811599731, 2.586264133453369, 918.0, -0.08730799704790115, 0.3977470099925995, -0.11516699939966202, -0.08664429932832718, 0.9356437921524048, 0.4682626724243164, 0.6492192149162292], "mean": [0.7361401319503784, 2.024090051651001, 0.23496480286121368, 0.041429150849580765, -2.4609365463256836, -1.0752863883972168, 0.7448592782020569, 509.0145568847656, 0.12496504187583923, 0.3755636513233185, -0.23487785458564758, -0.140442356467247, 0.6550661325454712, -0.24639892578125, -0.5060755014419556, -0.5323501229286194, -2.0239241123199463, -1.8729594945907593, -0.6520107388496399, 1.5508655309677124, -1.1449908018112183, 1.928984522819519, 527.5152587890625, -0.16111595928668976, 0.37369635701179504, -0.20341677963733673, -0.18453349173069, 0.7870337963104248, 0.2178792953491211, 0.4636573791503906], "std": [0.10072324424982071, 0.00530386483296752, 0.19244907796382904, 0.09620260447263718, 0.25477901101112366, 0.15524989366531372, 0.12855315208435059, 248.3282470703125, 0.04884038120508194, 0.026773812249302864, 0.021858369931578636, 0.15358152985572815, 0.3123096227645874, 0.19437305629253387, 0.27465003728866577, 0.11383116245269775, 0.01999189332127571, 0.20152200758457184, 0.32386308908462524, 0.7194368243217468, 0.13231047987937927, 0.45200806856155396, 241.47032165527344, 0.04725266993045807, 0.013272583484649658, 0.028598759323358536, 0.0850684866309166, 0.13550063967704773, 0.20700699090957642, 0.12500587105751038], "count": [1374]}, "next.done": {"min": [false], "max": [true], "mean": [0.000727802037845706], "std": [0.026967987356111944], "count": [1374]}, "timestamp": {"min": [0.0], "max": [54.92], "mean": [27.46], "std": [15.865581195363335], "count": [1374]}, "frame_index": {"min": [0], "max": [1373], "mean": [686.5], "std": [396.63952988408334], "count": [1374]}, "episode_index": {"min": [460], "max": [460], "mean": [460.0], "std": [0.0], "count": [1374]}, "index": {"min": [550363], "max": [551736], "mean": [551049.5], "std": [396.63952988408334], "count": [1374]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1374]}}} +{"episode_index": 461, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4471704242895075]], [[0.4510806936055672]], [[0.4486083428162932]]], "std": [[[0.12034275228914525]], [[0.115815555247496]], [[0.11827895794463612]]], "count": [224]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47173195866888423]], [[0.4735498283948996]], [[0.46655310001604805]]], "std": [[[0.08989826673120117]], [[0.08807450562790792]], [[0.09385580868625233]]], "count": [224]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4716539412640056]], [[0.4729574224220939]], [[0.4686227240896359]]], "std": [[[0.0890213793433358]], [[0.08980001479543993]], [[0.09579348676292712]]], "count": [224]}, "states": {"min": [0.7579441666603088, 1.7607581615447998, -2.1629691123962402, -1.4274873733520508, -0.3666762411594391, 1.1918679475784302, -2.2841124534606934, -3.0, -0.0342399999499321, 0.3290170133113861, -0.20158199965953827, -0.24504151940345764, -0.691434383392334, -0.39706671237945557, -0.6898630857467651, -1.2096877098083496, -2.0458924770355225, -0.3713362514972687, 0.0889943465590477, -2.069960594177246, -1.8498570919036865, 0.4680275022983551, 20.0, -0.24803100526332855, 0.3405170142650604, -0.2298550009727478, -0.3491140902042389, 0.38094717264175415, -0.051354050636291504, 0.0852440893650055], "max": [1.2204738855361938, 2.0326452255249023, 0.3482978940010071, 0.004694935865700245, 1.296378254890442, 1.9083606004714966, -0.47916272282600403, 735.0, 0.3134779930114746, 0.4751969873905182, -0.00253800000064075, 0.39825138449668884, 0.9982956647872925, 0.41266363859176636, 0.8350604176521301, -0.5296900272369385, -1.858985185623169, 1.927489161491394, 1.4928499460220337, 0.5074719190597534, -1.001784086227417, 2.3354599475860596, 878.0, 0.02064500004053116, 0.45397499203681946, 0.005640000104904175, 0.10999462008476257, 0.9935907125473022, 0.4315376281738281, 0.8214839696884155], "mean": [0.9436901807785034, 1.9665968418121338, -0.5143576264381409, -0.6677003502845764, 0.6221063137054443, 1.389712929725647, -1.2576360702514648, 426.56976318359375, 0.1460239738225937, 0.4167419672012329, -0.1056874692440033, 0.05120059847831726, 0.5071244239807129, -0.0989726185798645, -0.04085855931043625, -0.8914900422096252, -1.9512839317321777, 0.43863725662231445, 0.5317525267601013, -0.7549199461936951, -1.4797768592834473, 1.4535921812057495, 470.27825927734375, -0.1495075672864914, 0.4021831452846527, -0.11854668706655502, -0.058467231690883636, 0.7579827904701233, 0.24027828872203827, 0.4907609224319458], "std": [0.13975372910499573, 0.06052151322364807, 0.8423519134521484, 0.43643900752067566, 0.5081592202186584, 0.1204025000333786, 0.5447639226913452, 270.5328369140625, 0.09097980707883835, 0.037944577634334564, 0.06816510856151581, 0.2030196338891983, 0.6191524863243103, 0.28548645973205566, 0.47187870740890503, 0.16587010025978088, 0.0662778839468956, 0.7221727967262268, 0.3662322163581848, 0.7131407856941223, 0.18052035570144653, 0.417831689119339, 331.5703430175781, 0.07625876367092133, 0.03098900429904461, 0.06470588594675064, 0.11262410134077072, 0.1926635205745697, 0.10069523006677628, 0.2520322799682617], "count": [1362]}, "actions": {"min": [0.7579441666603088, 1.7607581615447998, -2.1629691123962402, -1.4274873733520508, -0.3666762411594391, 1.1918679475784302, -2.2841124534606934, -3.0, -0.0342399999499321, 0.3290170133113861, -0.20158199965953827, -0.24504151940345764, -0.691434383392334, -0.39706671237945557, -0.6898630857467651, -1.2096877098083496, -2.0458924770355225, -0.3713362514972687, 0.0889943465590477, -2.069960594177246, -1.8498570919036865, 0.4680275022983551, 20.0, -0.24803100526332855, 0.3405170142650604, -0.2298550009727478, -0.3491140902042389, 0.38094717264175415, -0.051354050636291504, 0.0852440893650055], "max": [1.2204738855361938, 2.0326452255249023, 0.3482978940010071, 0.004694935865700245, 1.296378254890442, 1.9083606004714966, -0.47916272282600403, 735.0, 0.3134779930114746, 0.4751969873905182, -0.00253800000064075, 0.39825138449668884, 0.9982956647872925, 0.41266363859176636, 0.8350604176521301, -0.5296900272369385, -1.858985185623169, 1.927489161491394, 1.4928499460220337, 0.5074719190597534, -1.001784086227417, 2.3354599475860596, 878.0, 0.02064500004053116, 0.45397499203681946, 0.005640000104904175, 0.10999462008476257, 0.9935907125473022, 0.4315376281738281, 0.8214839696884155], "mean": [0.9436901807785034, 1.9665968418121338, -0.5143576264381409, -0.6677003502845764, 0.6221063137054443, 1.389712929725647, -1.2576360702514648, 426.56976318359375, 0.1460239738225937, 0.4167419672012329, -0.1056874692440033, 0.05120059847831726, 0.5071244239807129, -0.0989726185798645, -0.04085855931043625, -0.8914900422096252, -1.9512839317321777, 0.43863725662231445, 0.5317525267601013, -0.7549199461936951, -1.4797768592834473, 1.4535921812057495, 470.27825927734375, -0.1495075672864914, 0.4021831452846527, -0.11854668706655502, -0.058467231690883636, 0.7579827904701233, 0.24027828872203827, 0.4907609224319458], "std": [0.13975372910499573, 0.06052151322364807, 0.8423519134521484, 0.43643900752067566, 0.5081592202186584, 0.1204025000333786, 0.5447639226913452, 270.5328369140625, 0.09097980707883835, 0.037944577634334564, 0.06816510856151581, 0.2030196338891983, 0.6191524863243103, 0.28548645973205566, 0.47187870740890503, 0.16587010025978088, 0.0662778839468956, 0.7221727967262268, 0.3662322163581848, 0.7131407856941223, 0.18052035570144653, 0.417831689119339, 331.5703430175781, 0.07625876367092133, 0.03098900429904461, 0.06470588594675064, 0.11262410134077072, 0.1926635205745697, 0.10069523006677628, 0.2520322799682617], "count": [1362]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007342143906020558], "std": [0.027086441623636884], "count": [1362]}, "timestamp": {"min": [0.0], "max": [54.44], "mean": [27.22], "std": [15.727017093736073], "count": [1362]}, "frame_index": {"min": [0], "max": [1361], "mean": [680.5], "std": [393.17542734340185], "count": [1362]}, "episode_index": {"min": [461], "max": [461], "mean": [461.0], "std": [0.0], "count": [1362]}, "index": {"min": [551737], "max": [553098], "mean": [552417.5], "std": [393.17542734340185], "count": [1362]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1362]}}} +{"episode_index": 462, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4591057172622501]], [[0.467577081399621]], [[0.462627637100205]]], "std": [[[0.14897122285653067]], [[0.14727623166899598]], [[0.14837148839415823]]], "count": [169]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.46378391006303904]], [[0.46984915593456317]], [[0.4631939610163592]]], "std": [[[0.09334008287535503]], [[0.09068097806015257]], [[0.09485780562576686]]], "count": [169]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.46550713418996786]], [[0.4656814015547047]], [[0.4621100753664385]]], "std": [[[0.12072093591033926]], [[0.11896035951676869]], [[0.12166854183944534]]], "count": [169]}, "states": {"min": [0.4508360028266907, 1.963792085647583, -0.7816979885101318, -0.40397390723228455, -2.3612210750579834, -1.5552804470062256, 0.21420425176620483, 6.0, 0.05554300174117088, 0.2845810055732727, -0.27440398931503296, -0.42848509550094604, -0.6065554618835449, -0.4896094501018524, -0.6536310911178589, -0.942931592464447, -2.0486152172088623, 0.3865729868412018, -0.23115141689777374, 0.5934992432594299, 1.1462275981903076, -1.9947891235351562, 12.0, -0.27393001317977905, 0.3441089987754822, -0.25164100527763367, -0.41283395886421204, 0.4586186707019806, -0.007045813370496035, 0.24119427800178528], "max": [0.9791297316551208, 2.0397489070892334, -0.20240584015846252, 0.17488199472427368, -0.8614421486854553, -0.9831091165542603, 1.1750953197479248, 882.0, 0.2254830002784729, 0.42455199360847473, -0.18067899346351624, 0.4488639235496521, 0.8849318027496338, 0.5148484706878662, 0.6158652305603027, -0.5231973528862, -1.6883617639541626, 1.5889651775360107, 1.1846771240234375, 2.7155752182006836, 1.723844289779663, -0.28756046295166016, 876.0, -0.018144000321626663, 0.4211060106754303, -0.10681899636983871, 0.05902658775448799, 0.9630429744720459, 0.46949124336242676, 0.7028070092201233], "mean": [0.6909937262535095, 2.0223183631896973, -0.5392098426818848, -0.11171459406614304, -1.7276232242584229, -1.1766105890274048, 0.7896342277526855, 561.1784057617188, 0.16200028359889984, 0.3737238943576813, -0.22893483936786652, -0.16545625030994415, 0.6709367036819458, -0.25794413685798645, -0.4831702709197998, -0.6852367520332336, -2.0210063457489014, 1.0948011875152588, 0.47328582406044006, 1.6709215641021729, 1.319225549697876, -1.293519377708435, 542.3055419921875, -0.1488233208656311, 0.37437912821769714, -0.19193701446056366, -0.12635163962841034, 0.7759383916854858, 0.24922160804271698, 0.47211703658103943], "std": [0.11703262478113174, 0.01124926283955574, 0.21749605238437653, 0.17764756083488464, 0.43131402134895325, 0.14459969103336334, 0.35705843567848206, 293.7978210449219, 0.04495355859398842, 0.03452485427260399, 0.02243405021727085, 0.19319553673267365, 0.2901439368724823, 0.20794887840747833, 0.2402699589729309, 0.11970371752977371, 0.06011447682976723, 0.3146716356277466, 0.3683605194091797, 0.7387446761131287, 0.1390305608510971, 0.554257869720459, 264.6485290527344, 0.06921642273664474, 0.016510464251041412, 0.032321929931640625, 0.13253481686115265, 0.15935669839382172, 0.16769124567508698, 0.16083863377571106], "count": [936]}, "actions": {"min": [0.4508360028266907, 1.963792085647583, -0.7816979885101318, -0.40397390723228455, -2.3612210750579834, -1.5552804470062256, 0.21420425176620483, 6.0, 0.05554300174117088, 0.2845810055732727, -0.27440398931503296, -0.42848509550094604, -0.6065554618835449, -0.4896094501018524, -0.6536310911178589, -0.942931592464447, -2.0486152172088623, 0.3865729868412018, -0.23115141689777374, 0.5934992432594299, 1.1462275981903076, -1.9947891235351562, 12.0, -0.27393001317977905, 0.3441089987754822, -0.25164100527763367, -0.41283395886421204, 0.4586186707019806, -0.007045813370496035, 0.24119427800178528], "max": [0.9791297316551208, 2.0397489070892334, -0.20240584015846252, 0.17488199472427368, -0.8614421486854553, -0.9831091165542603, 1.1750953197479248, 882.0, 0.2254830002784729, 0.42455199360847473, -0.18067899346351624, 0.4488639235496521, 0.8849318027496338, 0.5148484706878662, 0.6158652305603027, -0.5231973528862, -1.6883617639541626, 1.5889651775360107, 1.1846771240234375, 2.7155752182006836, 1.723844289779663, -0.28756046295166016, 876.0, -0.018144000321626663, 0.4211060106754303, -0.10681899636983871, 0.05902658775448799, 0.9630429744720459, 0.46949124336242676, 0.7028070092201233], "mean": [0.6909937262535095, 2.0223183631896973, -0.5392098426818848, -0.11171459406614304, -1.7276232242584229, -1.1766105890274048, 0.7896342277526855, 561.1784057617188, 0.16200028359889984, 0.3737238943576813, -0.22893483936786652, -0.16545625030994415, 0.6709367036819458, -0.25794413685798645, -0.4831702709197998, -0.6852367520332336, -2.0210063457489014, 1.0948011875152588, 0.47328582406044006, 1.6709215641021729, 1.319225549697876, -1.293519377708435, 542.3055419921875, -0.1488233208656311, 0.37437912821769714, -0.19193701446056366, -0.12635163962841034, 0.7759383916854858, 0.24922160804271698, 0.47211703658103943], "std": [0.11703262478113174, 0.01124926283955574, 0.21749605238437653, 0.17764756083488464, 0.43131402134895325, 0.14459969103336334, 0.35705843567848206, 293.7978210449219, 0.04495355859398842, 0.03452485427260399, 0.02243405021727085, 0.19319553673267365, 0.2901439368724823, 0.20794887840747833, 0.2402699589729309, 0.11970371752977371, 0.06011447682976723, 0.3146716356277466, 0.3683605194091797, 0.7387446761131287, 0.1390305608510971, 0.554257869720459, 264.6485290527344, 0.06921642273664474, 0.016510464251041412, 0.032321929931640625, 0.13253481686115265, 0.15935669839382172, 0.16769124567508698, 0.16083863377571106], "count": [936]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010683760683760685], "std": [0.03266855737483046], "count": [936]}, "timestamp": {"min": [0.0], "max": [37.4], "mean": [18.699999999999996], "std": [10.807990870955928], "count": [936]}, "frame_index": {"min": [0], "max": [935], "mean": [467.5], "std": [270.1997717738982], "count": [936]}, "episode_index": {"min": [462], "max": [462], "mean": [462.0], "std": [0.0], "count": [936]}, "index": {"min": [553099], "max": [554034], "mean": [553566.5], "std": [270.1997717738982], "count": [936]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [936]}}} +{"episode_index": 463, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4717851395038302]], [[0.4758113458869211]], [[0.47070921072281957]]], "std": [[[0.12164950929216489]], [[0.12270355479391502]], [[0.12311355899473668]]], "count": [186]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8627450980392157]], [[1.0]], [[1.0]]], "mean": [[[0.46998798558401855]], [[0.4716717443249701]], [[0.46609580017042657]]], "std": [[[0.08404673369271072]], [[0.08361172284353456]], [[0.08842695623791398]]], "count": [186]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.4759994432584862]], [[0.477567463454916]], [[0.47350178442792884]]], "std": [[[0.07800892380849332]], [[0.07807909080038286]], [[0.08226277379249271]]], "count": [186]}, "states": {"min": [0.33590608835220337, 2.020916700363159, -1.981995940208435, -1.7803581953048706, -2.7203924655914307, -1.4134374856948853, 0.28073620796203613, 86.0, 0.0094200000166893, 0.2938629984855652, -0.2827779948711395, -0.49725809693336487, -0.6318597793579102, -0.5093322992324829, -0.6309523582458496, -0.9002408981323242, -2.0499417781829834, 1.0166542530059814, 0.007592182606458664, -2.9093940258026123, -1.8197675943374634, 0.369172066450119, 69.0, -0.3078260123729706, 0.2649970054626465, -0.28213098645210266, -0.4920429587364197, -0.7418128252029419, -0.4439123868942261, -0.6903066635131836], "max": [0.6851290464401245, 2.041860818862915, -0.5802696943283081, -0.006108652334660292, -0.6042155623435974, -0.9616066813468933, 2.6261096000671387, 884.0, 0.31618499755859375, 0.38690799474716187, -0.053070999681949615, 0.5590855479240417, 0.9812031984329224, 0.45120853185653687, 0.6355276703834534, 0.42758822441101074, -1.992851972579956, 1.7033889293670654, 1.9674224853515625, -0.43655920028686523, -0.372732549905777, 2.95205020904541, 889.0, -0.018384000286459923, 0.3750549852848053, -0.01924699917435646, 0.5825160145759583, 0.9579115509986877, 0.5143452882766724, 0.7121688723564148], "mean": [0.43129268288612366, 2.027867317199707, -1.047132134437561, -0.6716461181640625, -1.4811406135559082, -1.2503694295883179, 1.121490716934204, 405.0431213378906, 0.20107559859752655, 0.34151357412338257, -0.18324536085128784, 0.07592558860778809, 0.33140867948532104, 0.022087909281253815, -0.06746098399162292, -0.38397857546806335, -2.035578966140747, 1.3934669494628906, 0.7648261189460754, -1.7553684711456299, -1.332247018814087, 1.957458257675171, 532.901611328125, -0.17097443342208862, 0.3168008327484131, -0.182778462767601, 0.08310625702142715, 0.44051727652549744, 0.022039659321308136, 0.07264330238103867], "std": [0.09646417945623398, 0.0053257099352777, 0.4428776800632477, 0.6108988523483276, 0.642135500907898, 0.09813158959150314, 0.8591601252555847, 331.3486328125, 0.09380354732275009, 0.0255726408213377, 0.06169719994068146, 0.36104637384414673, 0.6427329182624817, 0.32072460651397705, 0.4827425181865692, 0.2656547427177429, 0.008602986112236977, 0.16575530171394348, 0.591619074344635, 0.8285664916038513, 0.27585405111312866, 0.8763394951820374, 305.6937255859375, 0.08650018274784088, 0.02951289340853691, 0.05012879520654678, 0.33039191365242004, 0.6089338064193726, 0.28020453453063965, 0.4845626652240753], "count": [1067]}, "actions": {"min": [0.33590608835220337, 2.020916700363159, -1.981995940208435, -1.7803581953048706, -2.7203924655914307, -1.4134374856948853, 0.28073620796203613, 86.0, 0.0094200000166893, 0.2938629984855652, -0.2827779948711395, -0.49725809693336487, -0.6318597793579102, -0.5093322992324829, -0.6309523582458496, -0.9002408981323242, -2.0499417781829834, 1.0166542530059814, 0.007592182606458664, -2.9093940258026123, -1.8197675943374634, 0.369172066450119, 69.0, -0.3078260123729706, 0.2649970054626465, -0.28213098645210266, -0.4920429587364197, -0.7418128252029419, -0.4439123868942261, -0.6903066635131836], "max": [0.6851290464401245, 2.041860818862915, -0.5802696943283081, -0.006108652334660292, -0.6042155623435974, -0.9616066813468933, 2.6261096000671387, 884.0, 0.31618499755859375, 0.38690799474716187, -0.053070999681949615, 0.5590855479240417, 0.9812031984329224, 0.45120853185653687, 0.6355276703834534, 0.42758822441101074, -1.992851972579956, 1.7033889293670654, 1.9674224853515625, -0.43655920028686523, -0.372732549905777, 2.95205020904541, 889.0, -0.018384000286459923, 0.3750549852848053, -0.01924699917435646, 0.5825160145759583, 0.9579115509986877, 0.5143452882766724, 0.7121688723564148], "mean": [0.43129268288612366, 2.027867317199707, -1.047132134437561, -0.6716461181640625, -1.4811406135559082, -1.2503694295883179, 1.121490716934204, 405.0431213378906, 0.20107559859752655, 0.34151357412338257, -0.18324536085128784, 0.07592558860778809, 0.33140867948532104, 0.022087909281253815, -0.06746098399162292, -0.38397857546806335, -2.035578966140747, 1.3934669494628906, 0.7648261189460754, -1.7553684711456299, -1.332247018814087, 1.957458257675171, 532.901611328125, -0.17097443342208862, 0.3168008327484131, -0.182778462767601, 0.08310625702142715, 0.44051727652549744, 0.022039659321308136, 0.07264330238103867], "std": [0.09646417945623398, 0.0053257099352777, 0.4428776800632477, 0.6108988523483276, 0.642135500907898, 0.09813158959150314, 0.8591601252555847, 331.3486328125, 0.09380354732275009, 0.0255726408213377, 0.06169719994068146, 0.36104637384414673, 0.6427329182624817, 0.32072460651397705, 0.4827425181865692, 0.2656547427177429, 0.008602986112236977, 0.16575530171394348, 0.591619074344635, 0.8285664916038513, 0.27585405111312866, 0.8763394951820374, 305.6937255859375, 0.08650018274784088, 0.02951289340853691, 0.05012879520654678, 0.33039191365242004, 0.6089338064193726, 0.28020453453063965, 0.4845626652240753], "count": [1067]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009372071227741331], "std": [0.0305994896294555], "count": [1067]}, "timestamp": {"min": [0.0], "max": [42.64], "mean": [21.32], "std": [12.32064933353758], "count": [1067]}, "frame_index": {"min": [0], "max": [1066], "mean": [533.0], "std": [308.01623333843946], "count": [1067]}, "episode_index": {"min": [463], "max": [463], "mean": [463.0], "std": [0.0], "count": [1067]}, "index": {"min": [554035], "max": [555101], "mean": [554568.0], "std": [308.01623333843946], "count": [1067]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1067]}}} +{"episode_index": 464, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45871579609649554]], [[0.4642658913439748]], [[0.45731241173186193]]], "std": [[[0.14746396324864025]], [[0.1448318528410162]], [[0.14636892689845085]]], "count": [199]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7725490196078432]], [[0.8745098039215686]], [[1.0]]], "mean": [[[0.47291539191053306]], [[0.4754000342808815]], [[0.46999550140407925]]], "std": [[[0.08299668382147339]], [[0.07916758407630858]], [[0.08351963459925982]]], "count": [199]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46683809057542613]], [[0.4661406634890137]], [[0.4637412942982888]]], "std": [[[0.12699180481432099]], [[0.12450890689525786]], [[0.12675286907304917]]], "count": [199]}, "states": {"min": [0.46783554553985596, 1.9182389974594116, -1.7726961374282837, -0.5718048214912415, -1.7608277797698975, -1.2580509185791016, 0.4720417559146881, -5.0, 0.035989999771118164, 0.31943899393081665, -0.28246399760246277, -0.2897048592567444, -0.6264431476593018, -0.4342316687107086, -0.6290869116783142, -0.9587616920471191, -2.0476202964782715, 0.3271794319152832, -0.282848060131073, -0.26888543367385864, 0.5113291144371033, -2.5786893367767334, 26.0, -0.3287450075149536, 0.32023099064826965, -0.28476399183273315, -0.48137402534484863, -0.44027969241142273, -0.4788174331188202, -0.6154344081878662], "max": [0.857585072517395, 2.0494704246520996, -1.1765962839126587, -0.04745550826191902, -0.5536708235740662, -0.7841240763664246, 1.3790545463562012, 894.0, 0.20677399635314941, 0.4316929876804352, -0.168953999876976, 0.42235124111175537, 0.9260097146034241, 0.43675702810287476, 0.634350597858429, -0.2618517577648163, -1.503199815750122, 1.7843025922775269, 1.4916632175445557, 2.8774197101593018, 1.6084955930709839, -0.18783234059810638, 918.0, -0.015912000089883804, 0.45079100131988525, -0.08896999806165695, 0.5361894369125366, 0.9867390394210815, 0.616450846195221, 0.7330952882766724], "mean": [0.6642254590988159, 2.0211071968078613, -1.399778127670288, -0.3914748430252075, -1.267207145690918, -0.9952281713485718, 1.130785584449768, 538.2892456054688, 0.11726425588130951, 0.3899126946926117, -0.21422794461250305, -0.09477872401475906, 0.6907240152359009, -0.1827809065580368, -0.4269523620605469, -0.6031913161277771, -1.979578971862793, 1.3408507108688354, 0.49905654788017273, 1.3777506351470947, 1.2564290761947632, -1.3933008909225464, 494.1175842285156, -0.1977233737707138, 0.37292325496673584, -0.19312478601932526, -0.20152749121189117, 0.688677966594696, 0.37133821845054626, 0.3910108208656311], "std": [0.08956252783536911, 0.019968267530202866, 0.16662517189979553, 0.1198657974600792, 0.2846236526966095, 0.12654146552085876, 0.21129241585731506, 225.97459411621094, 0.045214489102363586, 0.02668275311589241, 0.025864072144031525, 0.14889724552631378, 0.3780810236930847, 0.1925419718027115, 0.3098902702331543, 0.20062531530857086, 0.12216974049806595, 0.3663615882396698, 0.4181652069091797, 1.1136925220489502, 0.1758834421634674, 0.820731520652771, 215.31309509277344, 0.07825023680925369, 0.027399340644478798, 0.04845273494720459, 0.15778139233589172, 0.2340369075536728, 0.210092231631279, 0.2655549645423889], "count": [1165]}, "actions": {"min": [0.46783554553985596, 1.9182389974594116, -1.7726961374282837, -0.5718048214912415, -1.7608277797698975, -1.2580509185791016, 0.4720417559146881, -5.0, 0.035989999771118164, 0.31943899393081665, -0.28246399760246277, -0.2897048592567444, -0.6264431476593018, -0.4342316687107086, -0.6290869116783142, -0.9587616920471191, -2.0476202964782715, 0.3271794319152832, -0.282848060131073, -0.26888543367385864, 0.5113291144371033, -2.5786893367767334, 26.0, -0.3287450075149536, 0.32023099064826965, -0.28476399183273315, -0.48137402534484863, -0.44027969241142273, -0.4788174331188202, -0.6154344081878662], "max": [0.857585072517395, 2.0494704246520996, -1.1765962839126587, -0.04745550826191902, -0.5536708235740662, -0.7841240763664246, 1.3790545463562012, 894.0, 0.20677399635314941, 0.4316929876804352, -0.168953999876976, 0.42235124111175537, 0.9260097146034241, 0.43675702810287476, 0.634350597858429, -0.2618517577648163, -1.503199815750122, 1.7843025922775269, 1.4916632175445557, 2.8774197101593018, 1.6084955930709839, -0.18783234059810638, 918.0, -0.015912000089883804, 0.45079100131988525, -0.08896999806165695, 0.5361894369125366, 0.9867390394210815, 0.616450846195221, 0.7330952882766724], "mean": [0.6642254590988159, 2.0211071968078613, -1.399778127670288, -0.3914748430252075, -1.267207145690918, -0.9952281713485718, 1.130785584449768, 538.2892456054688, 0.11726425588130951, 0.3899126946926117, -0.21422794461250305, -0.09477872401475906, 0.6907240152359009, -0.1827809065580368, -0.4269523620605469, -0.6031913161277771, -1.979578971862793, 1.3408507108688354, 0.49905654788017273, 1.3777506351470947, 1.2564290761947632, -1.3933008909225464, 494.1175842285156, -0.1977233737707138, 0.37292325496673584, -0.19312478601932526, -0.20152749121189117, 0.688677966594696, 0.37133821845054626, 0.3910108208656311], "std": [0.08956252783536911, 0.019968267530202866, 0.16662517189979553, 0.1198657974600792, 0.2846236526966095, 0.12654146552085876, 0.21129241585731506, 225.97459411621094, 0.045214489102363586, 0.02668275311589241, 0.025864072144031525, 0.14889724552631378, 0.3780810236930847, 0.1925419718027115, 0.3098902702331543, 0.20062531530857086, 0.12216974049806595, 0.3663615882396698, 0.4181652069091797, 1.1136925220489502, 0.1758834421634674, 0.820731520652771, 215.31309509277344, 0.07825023680925369, 0.027399340644478798, 0.04845273494720459, 0.15778139233589172, 0.2340369075536728, 0.210092231631279, 0.2655549645423889], "count": [1165]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008583690987124463], "std": [0.029285359844175074], "count": [1165]}, "timestamp": {"min": [0.0], "max": [46.56], "mean": [23.279999999999998], "std": [13.452256316321064], "count": [1165]}, "frame_index": {"min": [0], "max": [1164], "mean": [582.0], "std": [336.30640790802664], "count": [1165]}, "episode_index": {"min": [464], "max": [464], "mean": [464.0], "std": [0.0], "count": [1165]}, "index": {"min": [555102], "max": [556266], "mean": [555684.0], "std": [336.30640790802664], "count": [1165]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1165]}}} +{"episode_index": 465, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46102353906306115]], [[0.4685570380395748]], [[0.46508898607519933]]], "std": [[[0.14885345131168232]], [[0.14780415839776184]], [[0.14929303796943338]]], "count": [182]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.7294117647058823]], [[0.7176470588235294]]], "mean": [[[0.4751520864756159]], [[0.480327483076564]], [[0.4765983669108669]]], "std": [[[0.09639501361329252]], [[0.09230348176705663]], [[0.09489274101197419]]], "count": [182]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660613137883358]], [[0.465720943986569]], [[0.4622182663129354]]], "std": [[[0.1343175632226973]], [[0.132163381994466]], [[0.13443844210303865]]], "count": [182]}, "states": {"min": [0.4697030484676361, 1.9578057527542114, -1.842247486114502, -0.46324530243873596, -1.6949939727783203, -1.3081417083740234, 0.31553807854652405, 0.0, 0.03523100167512894, 0.32166698575019836, -0.2706249952316284, -0.4287669062614441, -0.6460915207862854, -0.39407849311828613, -0.6506065130233765, -0.9283581376075745, -2.052507162094116, 0.5873556733131409, -0.1033933013677597, 0.4876275360584259, 1.053742527961731, -1.7856813669204712, 12.0, -0.3000290095806122, 0.33061298727989197, -0.2767829895019531, -0.40468207001686096, 0.46455690264701843, -0.09374579787254333, 0.217992901802063], "max": [0.8869763612747192, 2.0570626258850098, -1.0647207498550415, -0.04450589790940285, -0.3141767084598541, -0.8016821146011353, 1.2870757579803467, 893.0, 0.1929679960012436, 0.4246320128440857, -0.19119299948215485, 0.41886043548583984, 0.9214275479316711, 0.3252103626728058, 0.6520108580589294, -0.26595327258110046, -1.685831069946289, 1.3747434616088867, 1.2849115133285522, 2.7315800189971924, 1.5051546096801758, -0.5000019669532776, 831.0, -0.07180699706077576, 0.4167250096797943, -0.11964300274848938, -0.03802458941936493, 0.9633408188819885, 0.5275246500968933, 0.6433212161064148], "mean": [0.6682363748550415, 2.0224742889404297, -1.4251160621643066, -0.3583301901817322, -1.237744688987732, -1.0087751150131226, 1.139699101448059, 491.1046447753906, 0.11455976963043213, 0.38332849740982056, -0.22014248371124268, -0.11000163108110428, 0.7414332032203674, -0.23096665740013123, -0.49135392904281616, -0.5892918109893799, -2.025111436843872, 0.9145033359527588, 0.3720805048942566, 1.5718618631362915, 1.2331855297088623, -1.0797855854034424, 438.5833435058594, -0.19792813062667847, 0.3638206422328949, -0.22052758932113647, -0.19757980108261108, 0.7280154228210449, 0.33261582255363464, 0.47709259390830994], "std": [0.0983869880437851, 0.015573965385556221, 0.26154690980911255, 0.07556939870119095, 0.2846132814884186, 0.10688537359237671, 0.22746136784553528, 298.9079284667969, 0.04723463952541351, 0.02597750537097454, 0.02377682738006115, 0.12033512443304062, 0.2543765604496002, 0.1438320279121399, 0.20863212645053864, 0.13841016590595245, 0.055843107402324677, 0.19023606181144714, 0.39710763096809387, 0.7361552715301514, 0.1366121768951416, 0.4369761049747467, 244.48568725585938, 0.060870420187711716, 0.021096592769026756, 0.043727945536375046, 0.1112246960401535, 0.1628619134426117, 0.18882513046264648, 0.13474296033382416], "count": [1032]}, "actions": {"min": [0.4697030484676361, 1.9578057527542114, -1.842247486114502, -0.46324530243873596, -1.6949939727783203, -1.3081417083740234, 0.31553807854652405, 0.0, 0.03523100167512894, 0.32166698575019836, -0.2706249952316284, -0.4287669062614441, -0.6460915207862854, -0.39407849311828613, -0.6506065130233765, -0.9283581376075745, -2.052507162094116, 0.5873556733131409, -0.1033933013677597, 0.4876275360584259, 1.053742527961731, -1.7856813669204712, 12.0, -0.3000290095806122, 0.33061298727989197, -0.2767829895019531, -0.40468207001686096, 0.46455690264701843, -0.09374579787254333, 0.217992901802063], "max": [0.8869763612747192, 2.0570626258850098, -1.0647207498550415, -0.04450589790940285, -0.3141767084598541, -0.8016821146011353, 1.2870757579803467, 893.0, 0.1929679960012436, 0.4246320128440857, -0.19119299948215485, 0.41886043548583984, 0.9214275479316711, 0.3252103626728058, 0.6520108580589294, -0.26595327258110046, -1.685831069946289, 1.3747434616088867, 1.2849115133285522, 2.7315800189971924, 1.5051546096801758, -0.5000019669532776, 831.0, -0.07180699706077576, 0.4167250096797943, -0.11964300274848938, -0.03802458941936493, 0.9633408188819885, 0.5275246500968933, 0.6433212161064148], "mean": [0.6682363748550415, 2.0224742889404297, -1.4251160621643066, -0.3583301901817322, -1.237744688987732, -1.0087751150131226, 1.139699101448059, 491.1046447753906, 0.11455976963043213, 0.38332849740982056, -0.22014248371124268, -0.11000163108110428, 0.7414332032203674, -0.23096665740013123, -0.49135392904281616, -0.5892918109893799, -2.025111436843872, 0.9145033359527588, 0.3720805048942566, 1.5718618631362915, 1.2331855297088623, -1.0797855854034424, 438.5833435058594, -0.19792813062667847, 0.3638206422328949, -0.22052758932113647, -0.19757980108261108, 0.7280154228210449, 0.33261582255363464, 0.47709259390830994], "std": [0.0983869880437851, 0.015573965385556221, 0.26154690980911255, 0.07556939870119095, 0.2846132814884186, 0.10688537359237671, 0.22746136784553528, 298.9079284667969, 0.04723463952541351, 0.02597750537097454, 0.02377682738006115, 0.12033512443304062, 0.2543765604496002, 0.1438320279121399, 0.20863212645053864, 0.13841016590595245, 0.055843107402324677, 0.19023606181144714, 0.39710763096809387, 0.7361552715301514, 0.1366121768951416, 0.4369761049747467, 244.48568725585938, 0.060870420187711716, 0.021096592769026756, 0.043727945536375046, 0.1112246960401535, 0.1628619134426117, 0.18882513046264648, 0.13474296033382416], "count": [1032]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009689922480620155], "std": [0.031113554957368842], "count": [1032]}, "timestamp": {"min": [0.0], "max": [41.24], "mean": [20.619999999999997], "std": [11.916503961593211], "count": [1032]}, "frame_index": {"min": [0], "max": [1031], "mean": [515.5], "std": [297.91259903983024], "count": [1032]}, "episode_index": {"min": [465], "max": [465], "mean": [465.0], "std": [0.0], "count": [1032]}, "index": {"min": [556267], "max": [557298], "mean": [556782.5], "std": [297.91259903983024], "count": [1032]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1032]}}} +{"episode_index": 466, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8745098039215686]], [[1.0]], [[1.0]]], "mean": [[[0.4789116861488185]], [[0.48422935625104746]], [[0.47986620056142115]]], "std": [[[0.11929353729734961]], [[0.11807027021182956]], [[0.11816217172101223]]], "count": [195]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696536408580526]], [[0.4739105884447796]], [[0.4681930126110273]]], "std": [[[0.08433013940486571]], [[0.08333439028569357]], [[0.08584513014257765]]], "count": [195]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4818746344477962]], [[0.48163160507792857]], [[0.47669036995139935]]], "std": [[[0.10088977013155054]], [[0.10478976630662762]], [[0.10960370282010407]]], "count": [195]}, "states": {"min": [0.5015378594398499, 1.8279881477355957, -1.8423172235488892, -0.42837363481521606, -1.620084524154663, -1.3062742948532104, 0.07204718887805939, -5.0, 0.021731000393629074, 0.344853013753891, -0.2706179916858673, -0.37758585810661316, -0.6570366024971008, -0.5353528261184692, -0.6550729274749756, -0.8840616941452026, -2.043256998062134, 0.0904255136847496, -0.1106015220284462, 0.1396787166595459, 1.0166891813278198, -1.0177887678146362, 15.0, -0.3387730121612549, 0.2899959981441498, -0.2811119854450226, -0.4993531405925751, -0.5299800038337708, -0.5842067003250122, -0.5998730659484863], "max": [0.9009913802146912, 2.053065776824951, -0.9909107685089111, -0.09651671350002289, 0.1627694070339203, -0.7029837369918823, 1.1558268070220947, 820.0, 0.2935490012168884, 0.45545798540115356, -0.16838699579238892, 0.5177845358848572, 0.903723418712616, 0.6123100519180298, 0.6585208773612976, -0.36993998289108276, -1.9420278072357178, 0.9665284156799316, 0.541610598564148, 2.3531577587127686, 1.6358447074890137, -0.24984386563301086, 727.0, -0.10832399874925613, 0.4359990060329437, -0.15484799444675446, 0.5373358130455017, 0.9147992730140686, 0.6143755912780762, 0.6373165845870972], "mean": [0.6968998908996582, 2.0025672912597656, -1.4125031232833862, -0.2941112220287323, -1.2107077836990356, -1.0047545433044434, 0.996813178062439, 462.6640319824219, 0.12718817591667175, 0.3850339353084564, -0.22364309430122375, -0.12627220153808594, 0.7542916536331177, -0.1715773642063141, -0.4639902710914612, -0.5532642006874084, -2.027994394302368, 0.5838084816932678, 0.06459289789199829, 1.2072442770004272, 1.2815488576889038, -0.49051180481910706, 492.42041015625, -0.23431852459907532, 0.34594249725341797, -0.22993145883083344, -0.08640677481889725, 0.3332623839378357, 0.09077846258878708, 0.2094402313232422], "std": [0.13516204059123993, 0.056030239909887314, 0.24328792095184326, 0.09066606312990189, 0.3772519826889038, 0.1453767567873001, 0.1954580694437027, 221.9813995361328, 0.06223120912909508, 0.02214363031089306, 0.022245030850172043, 0.1333412379026413, 0.26852431893348694, 0.1865220069885254, 0.21377146244049072, 0.14342258870601654, 0.02001834101974964, 0.3405832052230835, 0.22657154500484467, 0.6837784647941589, 0.12282223254442215, 0.25579577684402466, 213.56878662109375, 0.06709030270576477, 0.029601115733385086, 0.03050871752202511, 0.39847275614738464, 0.5175269246101379, 0.41783252358436584, 0.4776668846607208], "count": [1137]}, "actions": {"min": [0.5015378594398499, 1.8279881477355957, -1.8423172235488892, -0.42837363481521606, -1.620084524154663, -1.3062742948532104, 0.07204718887805939, -5.0, 0.021731000393629074, 0.344853013753891, -0.2706179916858673, -0.37758585810661316, -0.6570366024971008, -0.5353528261184692, -0.6550729274749756, -0.8840616941452026, -2.043256998062134, 0.0904255136847496, -0.1106015220284462, 0.1396787166595459, 1.0166891813278198, -1.0177887678146362, 15.0, -0.3387730121612549, 0.2899959981441498, -0.2811119854450226, -0.4993531405925751, -0.5299800038337708, -0.5842067003250122, -0.5998730659484863], "max": [0.9009913802146912, 2.053065776824951, -0.9909107685089111, -0.09651671350002289, 0.1627694070339203, -0.7029837369918823, 1.1558268070220947, 820.0, 0.2935490012168884, 0.45545798540115356, -0.16838699579238892, 0.5177845358848572, 0.903723418712616, 0.6123100519180298, 0.6585208773612976, -0.36993998289108276, -1.9420278072357178, 0.9665284156799316, 0.541610598564148, 2.3531577587127686, 1.6358447074890137, -0.24984386563301086, 727.0, -0.10832399874925613, 0.4359990060329437, -0.15484799444675446, 0.5373358130455017, 0.9147992730140686, 0.6143755912780762, 0.6373165845870972], "mean": [0.6968998908996582, 2.0025672912597656, -1.4125031232833862, -0.2941112220287323, -1.2107077836990356, -1.0047545433044434, 0.996813178062439, 462.6640319824219, 0.12718817591667175, 0.3850339353084564, -0.22364309430122375, -0.12627220153808594, 0.7542916536331177, -0.1715773642063141, -0.4639902710914612, -0.5532642006874084, -2.027994394302368, 0.5838084816932678, 0.06459289789199829, 1.2072442770004272, 1.2815488576889038, -0.49051180481910706, 492.42041015625, -0.23431852459907532, 0.34594249725341797, -0.22993145883083344, -0.08640677481889725, 0.3332623839378357, 0.09077846258878708, 0.2094402313232422], "std": [0.13516204059123993, 0.056030239909887314, 0.24328792095184326, 0.09066606312990189, 0.3772519826889038, 0.1453767567873001, 0.1954580694437027, 221.9813995361328, 0.06223120912909508, 0.02214363031089306, 0.022245030850172043, 0.1333412379026413, 0.26852431893348694, 0.1865220069885254, 0.21377146244049072, 0.14342258870601654, 0.02001834101974964, 0.3405832052230835, 0.22657154500484467, 0.6837784647941589, 0.12282223254442215, 0.25579577684402466, 213.56878662109375, 0.06709030270576477, 0.029601115733385086, 0.03050871752202511, 0.39847275614738464, 0.5175269246101379, 0.41783252358436584, 0.4776668846607208], "count": [1137]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008795074758135445], "std": [0.029643446871332836], "count": [1137]}, "timestamp": {"min": [0.0], "max": [45.44], "mean": [22.72], "std": [13.128940043532328], "count": [1137]}, "frame_index": {"min": [0], "max": [1136], "mean": [568.0], "std": [328.22350108830824], "count": [1137]}, "episode_index": {"min": [466], "max": [466], "mean": [466.0], "std": [0.0], "count": [1137]}, "index": {"min": [557299], "max": [558435], "mean": [557867.0], "std": [328.22350108830824], "count": [1137]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1137]}}} +{"episode_index": 467, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[1.0]]], "mean": [[[0.4574704900770988]], [[0.46449031010057745]], [[0.4576726344866425]]], "std": [[[0.13879371348001754]], [[0.13600246845165934]], [[0.13769100932533862]]], "count": [206]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.46540146900184026]], [[0.4676256365410242]], [[0.46114947311853544]]], "std": [[[0.10505931965009137]], [[0.10143939416553893]], [[0.10560126101743916]]], "count": [206]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.8941176470588236]]], "mean": [[[0.46951099173488164]], [[0.46963439245034583]], [[0.46606436599720796]]], "std": [[[0.11209255680285879]], [[0.11084608933142603]], [[0.11534612529750175]]], "count": [206]}, "states": {"min": [0.13060298562049866, 1.7163567543029785, -1.737632393836975, -1.519396424293518, -2.4127256870269775, -1.5220144987106323, 0.27778661251068115, 53.0, 0.025980999693274498, 0.27871501445770264, -0.2889310121536255, -0.41805973649024963, -0.6673997640609741, -0.5319836139678955, -0.6707936525344849, -0.871059000492096, -2.0589301586151123, 0.7698822021484375, -0.07670722156763077, 0.172805055975914, 0.34751251339912415, -2.751110076904297, 15.0, -0.3757520020008087, 0.25832799077033997, -0.2739830017089844, -0.49950653314590454, -0.38462311029434204, -0.6140110492706299, -0.5708593130111694], "max": [0.6841516494750977, 2.0453341007232666, -1.0394482612609863, -0.09349728375673294, 0.31173327565193176, -0.8168315291404724, 2.1116042137145996, 730.0, 0.3377470076084137, 0.4006919860839844, -0.12291199713945389, 0.5449142456054688, 0.948376476764679, 0.5950005650520325, 0.7006463408470154, -0.034836772829294205, -1.9568806886672974, 1.846505880355835, 1.6500344276428223, 2.6543490886688232, 1.5136717557907104, -0.3951076567173004, 918.0, -0.0015399999683722854, 0.466964989900589, -0.09036000072956085, 0.5290282964706421, 0.9837294220924377, 0.6503180265426636, 0.6527574062347412], "mean": [0.4207065999507904, 2.0131375789642334, -1.3588260412216187, -0.5033233165740967, -1.0946428775787354, -1.1566901206970215, 0.9004407525062561, 414.1708984375, 0.20679797232151031, 0.32860156893730164, -0.229416161775589, 0.054500993341207504, 0.412263423204422, 0.04326210916042328, -0.14031115174293518, -0.5191063284873962, -2.041398763656616, 1.0230792760849, 0.3656047582626343, 1.3702224493026733, 1.206138014793396, -1.1383365392684937, 508.777587890625, -0.20228242874145508, 0.3331245183944702, -0.2275312840938568, -0.21718068420886993, 0.624131977558136, 0.34914374351501465, 0.4517613649368286], "std": [0.12780018150806427, 0.04332900047302246, 0.19224324822425842, 0.4661487936973572, 0.8110472559928894, 0.16137979924678802, 0.6052694916725159, 255.1064910888672, 0.09005892276763916, 0.03013126738369465, 0.043713316321372986, 0.3041006028652191, 0.6232365965843201, 0.34313154220581055, 0.4548293352127075, 0.21105295419692993, 0.012953823432326317, 0.3289280831813812, 0.46843668818473816, 0.7807417511940002, 0.1858675628900528, 0.7242251634597778, 333.3695373535156, 0.10765504091978073, 0.03665764257311821, 0.05000000447034836, 0.18193338811397552, 0.2764643430709839, 0.2755851149559021, 0.2276449203491211], "count": [1223]}, "actions": {"min": [0.13060298562049866, 1.7163567543029785, -1.737632393836975, -1.519396424293518, -2.4127256870269775, -1.5220144987106323, 0.27778661251068115, 53.0, 0.025980999693274498, 0.27871501445770264, -0.2889310121536255, -0.41805973649024963, -0.6673997640609741, -0.5319836139678955, -0.6707936525344849, -0.871059000492096, -2.0589301586151123, 0.7698822021484375, -0.07670722156763077, 0.172805055975914, 0.34751251339912415, -2.751110076904297, 15.0, -0.3757520020008087, 0.25832799077033997, -0.2739830017089844, -0.49950653314590454, -0.38462311029434204, -0.6140110492706299, -0.5708593130111694], "max": [0.6841516494750977, 2.0453341007232666, -1.0394482612609863, -0.09349728375673294, 0.31173327565193176, -0.8168315291404724, 2.1116042137145996, 730.0, 0.3377470076084137, 0.4006919860839844, -0.12291199713945389, 0.5449142456054688, 0.948376476764679, 0.5950005650520325, 0.7006463408470154, -0.034836772829294205, -1.9568806886672974, 1.846505880355835, 1.6500344276428223, 2.6543490886688232, 1.5136717557907104, -0.3951076567173004, 918.0, -0.0015399999683722854, 0.466964989900589, -0.09036000072956085, 0.5290282964706421, 0.9837294220924377, 0.6503180265426636, 0.6527574062347412], "mean": [0.4207065999507904, 2.0131375789642334, -1.3588260412216187, -0.5033233165740967, -1.0946428775787354, -1.1566901206970215, 0.9004407525062561, 414.1708984375, 0.20679797232151031, 0.32860156893730164, -0.229416161775589, 0.054500993341207504, 0.412263423204422, 0.04326210916042328, -0.14031115174293518, -0.5191063284873962, -2.041398763656616, 1.0230792760849, 0.3656047582626343, 1.3702224493026733, 1.206138014793396, -1.1383365392684937, 508.777587890625, -0.20228242874145508, 0.3331245183944702, -0.2275312840938568, -0.21718068420886993, 0.624131977558136, 0.34914374351501465, 0.4517613649368286], "std": [0.12780018150806427, 0.04332900047302246, 0.19224324822425842, 0.4661487936973572, 0.8110472559928894, 0.16137979924678802, 0.6052694916725159, 255.1064910888672, 0.09005892276763916, 0.03013126738369465, 0.043713316321372986, 0.3041006028652191, 0.6232365965843201, 0.34313154220581055, 0.4548293352127075, 0.21105295419692993, 0.012953823432326317, 0.3289280831813812, 0.46843668818473816, 0.7807417511940002, 0.1858675628900528, 0.7242251634597778, 333.3695373535156, 0.10765504091978073, 0.03665764257311821, 0.05000000447034836, 0.18193338811397552, 0.2764643430709839, 0.2755851149559021, 0.2276449203491211], "count": [1223]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008176614881439084], "std": [0.028583087968844702], "count": [1223]}, "timestamp": {"min": [0.0], "max": [48.88], "mean": [24.439999999999998], "std": [14.121982863606654], "count": [1223]}, "frame_index": {"min": [0], "max": [1222], "mean": [611.0], "std": [353.04957159016635], "count": [1223]}, "episode_index": {"min": [467], "max": [467], "mean": [467.0], "std": [0.0], "count": [1223]}, "index": {"min": [558436], "max": [559658], "mean": [559047.0], "std": [353.04957159016635], "count": [1223]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1223]}}} +{"episode_index": 468, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.46061016591920456]], [[0.46775542235954665]], [[0.46082809566645805]]], "std": [[[0.13239330405493574]], [[0.12897202287865048]], [[0.13105036018513366]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7686274509803922]], [[0.8]], [[1.0]]], "mean": [[[0.4712952258030872]], [[0.47309071886733417]], [[0.468188371314838]]], "std": [[[0.07858725430772981]], [[0.07712280098204428]], [[0.0815562658741603]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.4689767732669309]], [[0.47046372744576553]], [[0.46652681411660407]]], "std": [[[0.08237982097432923]], [[0.07942449571442584]], [[0.08420212804253581]]], "count": [188]}, "states": {"min": [0.3478615880012512, 2.009799003601074, -1.8827390670776367, -1.4533182382583618, -2.73140549659729, -1.5205483436584473, 0.16036085784435272, -3.0, 0.015910999849438667, 0.26359501481056213, -0.28866198658943176, -0.4317810833454132, -0.6517624855041504, -0.43115296959877014, -0.6527448892593384, -0.9086358547210693, -2.0514252185821533, 0.5751557946205139, -0.13006193935871124, 0.38226205110549927, 0.7113264203071594, -2.643301248550415, 44.0, -0.3012009859085083, 0.3062869906425476, -0.2751480042934418, -0.49974730610847473, -0.4048191010951996, -0.5352941751480103, -0.5491994023323059], "max": [0.7831816673278809, 2.0358917713165283, 0.5170363783836365, 0.10538298636674881, -0.6496639251708984, -0.9668949842453003, 2.2462213039398193, 834.0, 0.32168298959732056, 0.4075320065021515, -0.0905890017747879, 0.5527964234352112, 0.9868029952049255, 0.55106121301651, 0.7205591797828674, -0.15392059087753296, -1.9084477424621582, 1.823223352432251, 1.452218770980835, 2.87394642829895, 1.7732021808624268, -0.31124457716941833, 897.0, 0.007240000180900097, 0.44688600301742554, -0.07405800372362137, 0.5053560137748718, 0.975793719291687, 0.6013486981391907, 0.7319527864456177], "mean": [0.49292299151420593, 2.0216848850250244, -0.4369061291217804, -0.25028201937675476, -1.6161143779754639, -1.2663300037384033, 0.6987066864967346, 532.7771606445312, 0.2395939826965332, 0.33519846200942993, -0.22211000323295593, 0.2699712812900543, 0.04891160875558853, 0.25046664476394653, 0.17760373651981354, -0.5945994853973389, -2.036193609237671, 1.1047167778015137, 0.5224962830543518, 1.5474494695663452, 1.2799128293991089, -1.3324623107910156, 461.7242431640625, -0.18127445876598358, 0.35824888944625854, -0.19224683940410614, -0.20579694211483002, 0.6846939921379089, 0.3230685591697693, 0.43877652287483215], "std": [0.1364738792181015, 0.005298998206853867, 0.728690505027771, 0.4484488070011139, 0.6151804327964783, 0.09034769237041473, 0.7243996858596802, 299.37054443359375, 0.09520597010850906, 0.028903953731060028, 0.04024752601981163, 0.327989786863327, 0.6554272770881653, 0.31618762016296387, 0.43967002630233765, 0.20570732653141022, 0.01647145114839077, 0.31294122338294983, 0.4819496273994446, 0.9011656641960144, 0.1751597374677658, 0.8050121665000916, 225.6497802734375, 0.10103640705347061, 0.035659510642290115, 0.05184956267476082, 0.17977087199687958, 0.23854926228523254, 0.24251480400562286, 0.20954173803329468], "count": [1077]}, "actions": {"min": [0.3478615880012512, 2.009799003601074, -1.8827390670776367, -1.4533182382583618, -2.73140549659729, -1.5205483436584473, 0.16036085784435272, -3.0, 0.015910999849438667, 0.26359501481056213, -0.28866198658943176, -0.4317810833454132, -0.6517624855041504, -0.43115296959877014, -0.6527448892593384, -0.9086358547210693, -2.0514252185821533, 0.5751557946205139, -0.13006193935871124, 0.38226205110549927, 0.7113264203071594, -2.643301248550415, 44.0, -0.3012009859085083, 0.3062869906425476, -0.2751480042934418, -0.49974730610847473, -0.4048191010951996, -0.5352941751480103, -0.5491994023323059], "max": [0.7831816673278809, 2.0358917713165283, 0.5170363783836365, 0.10538298636674881, -0.6496639251708984, -0.9668949842453003, 2.2462213039398193, 834.0, 0.32168298959732056, 0.4075320065021515, -0.0905890017747879, 0.5527964234352112, 0.9868029952049255, 0.55106121301651, 0.7205591797828674, -0.15392059087753296, -1.9084477424621582, 1.823223352432251, 1.452218770980835, 2.87394642829895, 1.7732021808624268, -0.31124457716941833, 897.0, 0.007240000180900097, 0.44688600301742554, -0.07405800372362137, 0.5053560137748718, 0.975793719291687, 0.6013486981391907, 0.7319527864456177], "mean": [0.49292299151420593, 2.0216848850250244, -0.4369061291217804, -0.25028201937675476, -1.6161143779754639, -1.2663300037384033, 0.6987066864967346, 532.7771606445312, 0.2395939826965332, 0.33519846200942993, -0.22211000323295593, 0.2699712812900543, 0.04891160875558853, 0.25046664476394653, 0.17760373651981354, -0.5945994853973389, -2.036193609237671, 1.1047167778015137, 0.5224962830543518, 1.5474494695663452, 1.2799128293991089, -1.3324623107910156, 461.7242431640625, -0.18127445876598358, 0.35824888944625854, -0.19224683940410614, -0.20579694211483002, 0.6846939921379089, 0.3230685591697693, 0.43877652287483215], "std": [0.1364738792181015, 0.005298998206853867, 0.728690505027771, 0.4484488070011139, 0.6151804327964783, 0.09034769237041473, 0.7243996858596802, 299.37054443359375, 0.09520597010850906, 0.028903953731060028, 0.04024752601981163, 0.327989786863327, 0.6554272770881653, 0.31618762016296387, 0.43967002630233765, 0.20570732653141022, 0.01647145114839077, 0.31294122338294983, 0.4819496273994446, 0.9011656641960144, 0.1751597374677658, 0.8050121665000916, 225.6497802734375, 0.10103640705347061, 0.035659510642290115, 0.05184956267476082, 0.17977087199687958, 0.23854926228523254, 0.24251480400562286, 0.20954173803329468], "count": [1077]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009285051067780873], "std": [0.030457232064729296], "count": [1077]}, "timestamp": {"min": [0.0], "max": [43.04], "mean": [21.52], "std": [12.43611943761665], "count": [1077]}, "frame_index": {"min": [0], "max": [1076], "mean": [538.0], "std": [310.9029859404163], "count": [1077]}, "episode_index": {"min": [468], "max": [468], "mean": [468.0], "std": [0.0], "count": [1077]}, "index": {"min": [559659], "max": [560735], "mean": [560197.0], "std": [310.9029859404163], "count": [1077]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1077]}}} +{"episode_index": 469, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.46554267239596264]], [[0.47024452666087535]], [[0.4654583294551998]]], "std": [[[0.1348115750889048]], [[0.13587976858709228]], [[0.13724865558757277]]], "count": [158]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4741759095515844]], [[0.4770471697381484]], [[0.47109851493339955]]], "std": [[[0.07448551653332765]], [[0.07281518273445917]], [[0.07880754230529798]]], "count": [158]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4742783129602052]], [[0.47571002419955327]], [[0.47068467413336645]]], "std": [[[0.0851299052289235]], [[0.0849701412545374]], [[0.09106373211302932]]], "count": [158]}, "states": {"min": [0.32524213194847107, 2.0151922702789307, -2.0081233978271484, -1.622370958328247, 0.6526833176612854, 1.0935710668563843, -2.831674575805664, 50.0, 0.006322000175714493, 0.29421401023864746, -0.2626950144767761, -0.459905743598938, -0.5981875658035278, -0.5217729806900024, -0.6220596432685852, -0.8160985112190247, -2.0478646755218506, -2.383875608444214, -1.7080141305923462, 0.5106484293937683, -1.7147161960601807, 0.42615702748298645, 31.0, -0.23173099756240845, 0.2932409942150116, -0.2383279949426651, -0.4412267804145813, 0.48360395431518555, -0.08259887993335724, 0.09332060813903809], "max": [0.7944040894508362, 2.063886880874634, 0.34522613883018494, 0.04445353522896767, 1.5603941679000854, 1.714245080947876, -0.6005852818489075, 831.0, 0.3183720111846924, 0.3798780143260956, -0.1131099984049797, 0.49020087718963623, 0.9727345705032349, 0.5716317892074585, 0.6127303838729858, -0.0973370149731636, -1.9673177003860474, -1.0075786113739014, -0.055222220718860626, 2.7292587757110596, -0.4841019809246063, 2.7966458797454834, 891.0, 0.008589999750256538, 0.3738059997558594, -0.06247600167989731, 0.20485208928585052, 0.9885550141334534, 0.4996030330657959, 0.8255466818809509], "mean": [0.4882129728794098, 2.029218912124634, -0.6336644887924194, -0.5442063212394714, 1.2385120391845703, 1.2594952583312988, -1.9316800832748413, 603.9244995117188, 0.20151862502098083, 0.3336140215396881, -0.21393845975399017, 0.08698399364948273, 0.406714528799057, 0.006536273285746574, -0.16043131053447723, -0.4902345836162567, -2.0268914699554443, -1.7732471227645874, -0.8081784248352051, 1.664546251296997, -1.3854750394821167, 1.4511133432388306, 618.6748046875, -0.1384868025779724, 0.3324170410633087, -0.1743704229593277, -0.11746576428413391, 0.7435935139656067, 0.2799178957939148, 0.4662189185619354], "std": [0.11892329156398773, 0.008012351579964161, 0.7834242582321167, 0.5143198370933533, 0.2934757173061371, 0.122770756483078, 0.6925510764122009, 281.25250244140625, 0.09992089122533798, 0.02174888551235199, 0.042122483253479004, 0.27889734506607056, 0.6075935363769531, 0.38127559423446655, 0.45706894993782043, 0.17722530663013458, 0.014692620374262333, 0.3615385890007019, 0.5097671747207642, 0.7800453901290894, 0.2069469392299652, 0.79571133852005, 333.8321228027344, 0.06916673481464386, 0.019330911338329315, 0.03564613685011864, 0.197129026055336, 0.18271291255950928, 0.12072461098432541, 0.22525137662887573], "count": [861]}, "actions": {"min": [0.32524213194847107, 2.0151922702789307, -2.0081233978271484, -1.622370958328247, 0.6526833176612854, 1.0935710668563843, -2.831674575805664, 50.0, 0.006322000175714493, 0.29421401023864746, -0.2626950144767761, -0.459905743598938, -0.5981875658035278, -0.5217729806900024, -0.6220596432685852, -0.8160985112190247, -2.0478646755218506, -2.383875608444214, -1.7080141305923462, 0.5106484293937683, -1.7147161960601807, 0.42615702748298645, 31.0, -0.23173099756240845, 0.2932409942150116, -0.2383279949426651, -0.4412267804145813, 0.48360395431518555, -0.08259887993335724, 0.09332060813903809], "max": [0.7944040894508362, 2.063886880874634, 0.34522613883018494, 0.04445353522896767, 1.5603941679000854, 1.714245080947876, -0.6005852818489075, 831.0, 0.3183720111846924, 0.3798780143260956, -0.1131099984049797, 0.49020087718963623, 0.9727345705032349, 0.5716317892074585, 0.6127303838729858, -0.0973370149731636, -1.9673177003860474, -1.0075786113739014, -0.055222220718860626, 2.7292587757110596, -0.4841019809246063, 2.7966458797454834, 891.0, 0.008589999750256538, 0.3738059997558594, -0.06247600167989731, 0.20485208928585052, 0.9885550141334534, 0.4996030330657959, 0.8255466818809509], "mean": [0.4882129728794098, 2.029218912124634, -0.6336644887924194, -0.5442063212394714, 1.2385120391845703, 1.2594952583312988, -1.9316800832748413, 603.9244995117188, 0.20151862502098083, 0.3336140215396881, -0.21393845975399017, 0.08698399364948273, 0.406714528799057, 0.006536273285746574, -0.16043131053447723, -0.4902345836162567, -2.0268914699554443, -1.7732471227645874, -0.8081784248352051, 1.664546251296997, -1.3854750394821167, 1.4511133432388306, 618.6748046875, -0.1384868025779724, 0.3324170410633087, -0.1743704229593277, -0.11746576428413391, 0.7435935139656067, 0.2799178957939148, 0.4662189185619354], "std": [0.11892329156398773, 0.008012351579964161, 0.7834242582321167, 0.5143198370933533, 0.2934757173061371, 0.122770756483078, 0.6925510764122009, 281.25250244140625, 0.09992089122533798, 0.02174888551235199, 0.042122483253479004, 0.27889734506607056, 0.6075935363769531, 0.38127559423446655, 0.45706894993782043, 0.17722530663013458, 0.014692620374262333, 0.3615385890007019, 0.5097671747207642, 0.7800453901290894, 0.2069469392299652, 0.79571133852005, 333.8321228027344, 0.06916673481464386, 0.019330911338329315, 0.03564613685011864, 0.197129026055336, 0.18271291255950928, 0.12072461098432541, 0.22525137662887573], "count": [861]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011614401858304297], "std": [0.03406011219190518], "count": [861]}, "timestamp": {"min": [0.0], "max": [34.4], "mean": [17.2], "std": [9.941964929865055], "count": [861]}, "frame_index": {"min": [0], "max": [860], "mean": [430.0], "std": [248.54912324662638], "count": [861]}, "episode_index": {"min": [469], "max": [469], "mean": [469.0], "std": [0.0], "count": [861]}, "index": {"min": [560736], "max": [561596], "mean": [561166.0], "std": [248.54912324662638], "count": [861]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [861]}}} +{"episode_index": 470, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4773471999405823]], [[0.48129867300455537]], [[0.47649000049514756]]], "std": [[[0.1295050711523606]], [[0.1294751663931171]], [[0.13009724530502134]]], "count": [165]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755853399187958]], [[0.47836073975044563]], [[0.4711095761536938]]], "std": [[[0.09099394383030561]], [[0.09033734884753003]], [[0.09454874952976096]]], "count": [165]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47766748861160624]], [[0.47990411838978014]], [[0.47522221355714006]]], "std": [[[0.09357356595112133]], [[0.09314044476485524]], [[0.0974592377671012]]], "count": [165]}, "states": {"min": [0.5850867629051208, 1.9374377727508545, -1.5292924642562866, -0.4980122745037079, 1.1026291847229004, 0.8969945311546326, -2.928575277328491, -1.0, 0.04966900125145912, 0.3446959853172302, -0.2591330111026764, -0.47925159335136414, -0.6271570920944214, -0.4344746768474579, -0.6240860223770142, -1.0514386892318726, -2.052507162094116, -2.4981071949005127, -1.074634075164795, 0.7308915257453918, -1.9060741662979126, 1.0690840482711792, 6.0, -0.22798599302768707, 0.316787987947464, -0.22896799445152283, -0.39718836545944214, 0.4465480446815491, 0.0396512970328331, 0.20109570026397705], "max": [0.8471130132675171, 2.037567377090454, -0.8844281435012817, -0.021327923983335495, 2.511162281036377, 1.4390065670013428, -1.5813032388687134, 892.0, 0.22022299468517303, 0.4368860125541687, -0.17176899313926697, 0.4318754971027374, 0.9168872833251953, 0.4141993224620819, 0.6370835304260254, -0.3913551867008209, -1.9930089712142944, -1.6029280424118042, 0.07539822906255722, 2.6678755283355713, -1.0792417526245117, 2.701385736465454, 865.0, -0.03667600080370903, 0.42379701137542725, -0.09307000041007996, 0.09716234356164932, 0.9742528200149536, 0.48950231075286865, 0.7445197105407715], "mean": [0.694220781326294, 2.0024917125701904, -1.1174081563949585, -0.30507731437683105, 1.7348833084106445, 1.1359468698501587, -2.1342830657958984, 564.11865234375, 0.15300841629505157, 0.39247146248817444, -0.2062242329120636, -0.17760321497917175, 0.7356857657432556, -0.22917227447032928, -0.46990469098091125, -0.6849167943000793, -2.036763906478882, -2.1897969245910645, -0.5513373613357544, 1.8599234819412231, -1.3751301765441895, 1.6574889421463013, 554.7088012695312, -0.15684856474399567, 0.37427935004234314, -0.18304379284381866, -0.08535333722829819, 0.7669550180435181, 0.2815724015235901, 0.4592758119106293], "std": [0.08009222149848938, 0.030824661254882812, 0.16651658713817596, 0.18475006520748138, 0.5135616660118103, 0.13148672878742218, 0.5211180448532104, 303.7306213378906, 0.05207008868455887, 0.026675349101424217, 0.018511498346924782, 0.20789042115211487, 0.22987818717956543, 0.163199782371521, 0.17662551999092102, 0.17463897168636322, 0.009014199487864971, 0.2532463073730469, 0.28741785883903503, 0.6107050776481628, 0.18655121326446533, 0.45180580019950867, 277.0958557128906, 0.06342042982578278, 0.024038469418883324, 0.031755734235048294, 0.1496807187795639, 0.18718698620796204, 0.14874836802482605, 0.18630090355873108], "count": [910]}, "actions": {"min": [0.5850867629051208, 1.9374377727508545, -1.5292924642562866, -0.4980122745037079, 1.1026291847229004, 0.8969945311546326, -2.928575277328491, -1.0, 0.04966900125145912, 0.3446959853172302, -0.2591330111026764, -0.47925159335136414, -0.6271570920944214, -0.4344746768474579, -0.6240860223770142, -1.0514386892318726, -2.052507162094116, -2.4981071949005127, -1.074634075164795, 0.7308915257453918, -1.9060741662979126, 1.0690840482711792, 6.0, -0.22798599302768707, 0.316787987947464, -0.22896799445152283, -0.39718836545944214, 0.4465480446815491, 0.0396512970328331, 0.20109570026397705], "max": [0.8471130132675171, 2.037567377090454, -0.8844281435012817, -0.021327923983335495, 2.511162281036377, 1.4390065670013428, -1.5813032388687134, 892.0, 0.22022299468517303, 0.4368860125541687, -0.17176899313926697, 0.4318754971027374, 0.9168872833251953, 0.4141993224620819, 0.6370835304260254, -0.3913551867008209, -1.9930089712142944, -1.6029280424118042, 0.07539822906255722, 2.6678755283355713, -1.0792417526245117, 2.701385736465454, 865.0, -0.03667600080370903, 0.42379701137542725, -0.09307000041007996, 0.09716234356164932, 0.9742528200149536, 0.48950231075286865, 0.7445197105407715], "mean": [0.694220781326294, 2.0024917125701904, -1.1174081563949585, -0.30507731437683105, 1.7348833084106445, 1.1359468698501587, -2.1342830657958984, 564.11865234375, 0.15300841629505157, 0.39247146248817444, -0.2062242329120636, -0.17760321497917175, 0.7356857657432556, -0.22917227447032928, -0.46990469098091125, -0.6849167943000793, -2.036763906478882, -2.1897969245910645, -0.5513373613357544, 1.8599234819412231, -1.3751301765441895, 1.6574889421463013, 554.7088012695312, -0.15684856474399567, 0.37427935004234314, -0.18304379284381866, -0.08535333722829819, 0.7669550180435181, 0.2815724015235901, 0.4592758119106293], "std": [0.08009222149848938, 0.030824661254882812, 0.16651658713817596, 0.18475006520748138, 0.5135616660118103, 0.13148672878742218, 0.5211180448532104, 303.7306213378906, 0.05207008868455887, 0.026675349101424217, 0.018511498346924782, 0.20789042115211487, 0.22987818717956543, 0.163199782371521, 0.17662551999092102, 0.17463897168636322, 0.009014199487864971, 0.2532463073730469, 0.28741785883903503, 0.6107050776481628, 0.18655121326446533, 0.45180580019950867, 277.0958557128906, 0.06342042982578278, 0.024038469418883324, 0.031755734235048294, 0.1496807187795639, 0.18718698620796204, 0.14874836802482605, 0.18630090355873108], "count": [910]}, "next.done": {"min": [false], "max": [true], "mean": [0.001098901098901099], "std": [0.03313145809160733], "count": [910]}, "timestamp": {"min": [0.0], "max": [36.36], "mean": [18.18], "std": [10.50776855474082], "count": [910]}, "frame_index": {"min": [0], "max": [909], "mean": [454.5], "std": [262.69421386852054], "count": [910]}, "episode_index": {"min": [470], "max": [470], "mean": [470.0], "std": [0.0], "count": [910]}, "index": {"min": [561597], "max": [562506], "mean": [562051.5], "std": [262.69421386852054], "count": [910]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [910]}}} +{"episode_index": 471, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9215686274509803]], [[1.0]], [[1.0]]], "mean": [[[0.4740178263988522]], [[0.47894737067591264]], [[0.4757648613103778]]], "std": [[[0.12947503984543118]], [[0.13080441726951517]], [[0.13074482143465851]]], "count": [205]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7058823529411765]], [[0.7490196078431373]], [[0.7333333333333333]]], "mean": [[[0.4706911007492428]], [[0.4754993324565599]], [[0.4696282560178543]]], "std": [[[0.10202491583284744]], [[0.0979858471758476]], [[0.10185492708700788]]], "count": [205]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4756741431531962]], [[0.47418231209150324]], [[0.4703330772756257]]], "std": [[[0.12869887895087848]], [[0.12995212975042436]], [[0.13301221990110101]]], "count": [205]}, "states": {"min": [0.4397880434989929, 2.0073556900024414, -0.0506843626499176, -0.22115066647529602, -2.8947856426239014, -1.4387272596359253, 0.0964818000793457, -4.0, 0.05496999993920326, 0.30882298946380615, -0.2769950032234192, -0.49710994958877563, -0.6450716257095337, -0.3911767303943634, -0.6480355262756348, -0.8824210166931152, -2.0545668601989746, 0.6594377756118774, -0.21942278742790222, 0.38547343015670776, 0.8850739598274231, -2.223444700241089, 5.0, -0.26535698771476746, 0.34068799018859863, -0.26311999559402466, -0.4560133218765259, 0.4896339178085327, -0.23561829328536987, 0.11754798144102097], "max": [0.9357757568359375, 2.0279853343963623, 0.8401840925216675, 0.1733810156583786, -2.098461627960205, -0.805975615978241, 0.8871508836746216, 883.0, 0.23521199822425842, 0.3885889947414398, -0.1980379968881607, 0.49913474917411804, 0.879737913608551, 0.34404417872428894, 0.6503660678863525, -0.39105847477912903, -1.9957318305969238, 1.5149632692337036, 1.1798425912857056, 2.8413960933685303, 1.5480197668075562, -0.22999949753284454, 871.0, -0.04946200177073479, 0.4137130081653595, -0.12761400640010834, -0.01278234738856554, 0.9560797810554504, 0.49375012516975403, 0.6534897685050964], "mean": [0.7361361980438232, 2.0157976150512695, 0.3618149757385254, 0.04418841749429703, -2.7073864936828613, -1.08069908618927, 0.7135289907455444, 554.6526489257812, 0.12088341265916824, 0.3683762550354004, -0.24124003946781158, -0.17094463109970093, 0.7431689500808716, -0.24106253683567047, -0.526637077331543, -0.6243187785148621, -2.0384294986724854, 1.1068289279937744, 0.4437883198261261, 1.468268871307373, 1.2214293479919434, -1.0186355113983154, 532.9034423828125, -0.1733480840921402, 0.3781070113182068, -0.20337815582752228, -0.2456909716129303, 0.7323741912841797, 0.2690567374229431, 0.4400571882724762], "std": [0.1239762157201767, 0.0046111769042909145, 0.19641806185245514, 0.09172853082418442, 0.1534966081380844, 0.12504713237285614, 0.20543484389781952, 262.00811767578125, 0.04712279140949249, 0.01702893152832985, 0.01425420492887497, 0.12469201534986496, 0.18550549447536469, 0.10141339153051376, 0.15091340243816376, 0.14069192111492157, 0.009352486580610275, 0.31817883253097534, 0.4498174786567688, 0.8849679231643677, 0.20187203586101532, 0.6531370282173157, 248.9955291748047, 0.05949128791689873, 0.023346873000264168, 0.04043148085474968, 0.1390780359506607, 0.1701127588748932, 0.2503398358821869, 0.16208145022392273], "count": [1212]}, "actions": {"min": [0.4397880434989929, 2.0073556900024414, -0.0506843626499176, -0.22115066647529602, -2.8947856426239014, -1.4387272596359253, 0.0964818000793457, -4.0, 0.05496999993920326, 0.30882298946380615, -0.2769950032234192, -0.49710994958877563, -0.6450716257095337, -0.3911767303943634, -0.6480355262756348, -0.8824210166931152, -2.0545668601989746, 0.6594377756118774, -0.21942278742790222, 0.38547343015670776, 0.8850739598274231, -2.223444700241089, 5.0, -0.26535698771476746, 0.34068799018859863, -0.26311999559402466, -0.4560133218765259, 0.4896339178085327, -0.23561829328536987, 0.11754798144102097], "max": [0.9357757568359375, 2.0279853343963623, 0.8401840925216675, 0.1733810156583786, -2.098461627960205, -0.805975615978241, 0.8871508836746216, 883.0, 0.23521199822425842, 0.3885889947414398, -0.1980379968881607, 0.49913474917411804, 0.879737913608551, 0.34404417872428894, 0.6503660678863525, -0.39105847477912903, -1.9957318305969238, 1.5149632692337036, 1.1798425912857056, 2.8413960933685303, 1.5480197668075562, -0.22999949753284454, 871.0, -0.04946200177073479, 0.4137130081653595, -0.12761400640010834, -0.01278234738856554, 0.9560797810554504, 0.49375012516975403, 0.6534897685050964], "mean": [0.7361361980438232, 2.0157976150512695, 0.3618149757385254, 0.04418841749429703, -2.7073864936828613, -1.08069908618927, 0.7135289907455444, 554.6526489257812, 0.12088341265916824, 0.3683762550354004, -0.24124003946781158, -0.17094463109970093, 0.7431689500808716, -0.24106253683567047, -0.526637077331543, -0.6243187785148621, -2.0384294986724854, 1.1068289279937744, 0.4437883198261261, 1.468268871307373, 1.2214293479919434, -1.0186355113983154, 532.9034423828125, -0.1733480840921402, 0.3781070113182068, -0.20337815582752228, -0.2456909716129303, 0.7323741912841797, 0.2690567374229431, 0.4400571882724762], "std": [0.1239762157201767, 0.0046111769042909145, 0.19641806185245514, 0.09172853082418442, 0.1534966081380844, 0.12504713237285614, 0.20543484389781952, 262.00811767578125, 0.04712279140949249, 0.01702893152832985, 0.01425420492887497, 0.12469201534986496, 0.18550549447536469, 0.10141339153051376, 0.15091340243816376, 0.14069192111492157, 0.009352486580610275, 0.31817883253097534, 0.4498174786567688, 0.8849679231643677, 0.20187203586101532, 0.6531370282173157, 248.9955291748047, 0.05949128791689873, 0.023346873000264168, 0.04043148085474968, 0.1390780359506607, 0.1701127588748932, 0.2503398358821869, 0.16208145022392273], "count": [1212]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008250825082508251], "std": [0.028712397097863558], "count": [1212]}, "timestamp": {"min": [0.0], "max": [48.44], "mean": [24.22], "std": [13.994965761539635], "count": [1212]}, "frame_index": {"min": [0], "max": [1211], "mean": [605.5], "std": [349.8741440384909], "count": [1212]}, "episode_index": {"min": [471], "max": [471], "mean": [471.0], "std": [0.0], "count": [1212]}, "index": {"min": [562507], "max": [563718], "mean": [563112.5], "std": [349.8741440384909], "count": [1212]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1212]}}} +{"episode_index": 472, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[1.0]], [[1.0]]], "mean": [[[0.4655092262190824]], [[0.47061884851980007]], [[0.46428702402120975]]], "std": [[[0.1389243314368637]], [[0.1356799151151067]], [[0.1379053412752494]]], "count": [204]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[0.9215686274509803]], [[0.9058823529411765]]], "mean": [[[0.46930444120049986]], [[0.476106170102845]], [[0.47092340486031015]]], "std": [[[0.08393969178538901]], [[0.08106033540486123]], [[0.08504112566553367]]], "count": [204]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4723812165593362]], [[0.47333560109092654]], [[0.46843265110374216]]], "std": [[[0.10656044449999484]], [[0.10614404173370447]], [[0.11034999782829738]]], "count": [204]}, "states": {"min": [0.3142116367816925, 1.9499516487121582, -1.868636965751648, -1.3805903196334839, -2.451245069503784, -1.4271382093429565, 0.4217413663864136, 0.0, -0.000610999995842576, 0.3392559885978699, -0.27844101190567017, -0.4163937270641327, -0.6305417418479919, -0.48138704895973206, -0.6397736072540283, -1.0493093729019165, -2.055596351623535, -2.0562424659729004, -1.3246352672576904, -0.37995821237564087, -1.5503934621810913, 0.5736199021339417, 50.0, -0.34078699350357056, 0.2921069860458374, -0.27887600660324097, -0.49954283237457275, -0.36553940176963806, -0.5600014328956604, -0.5737497210502625], "max": [0.9583254456520081, 2.047882080078125, -1.0828372240066528, -0.17299704253673553, -0.04588470607995987, -0.7222521305084229, 2.450756549835205, 844.0, 0.2762809991836548, 0.4285680055618286, -0.11294399946928024, 0.4810587465763092, 0.9712567329406738, 0.4695294201374054, 0.6632258892059326, -0.209073007106781, -1.6357401609420776, -1.362508773803711, -0.10784389823675156, 2.7440240383148193, -0.7754149436950684, 2.7029216289520264, 892.0, -0.010084999725222588, 0.4449560046195984, -0.06783899664878845, 0.5049092173576355, 0.989434003829956, 0.629291832447052, 0.6900690197944641], "mean": [0.5823621153831482, 2.0243475437164307, -1.353030800819397, -0.4489436447620392, -1.1716126203536987, -1.056665062904358, 0.9686980843544006, 424.1996765136719, 0.16319388151168823, 0.3787687122821808, -0.20956049859523773, 0.025739528238773346, 0.3839775025844574, 0.02385636419057846, -0.08808652311563492, -0.5579784512519836, -2.029850959777832, -1.680429220199585, -0.3653627932071686, 0.8643476963043213, -1.215307593345642, 2.040233850479126, 557.4159545898438, -0.20192305743694305, 0.3546008765697479, -0.21096307039260864, -0.23808707296848297, 0.6038361191749573, 0.35381677746772766, 0.44079047441482544], "std": [0.1531285047531128, 0.017440209165215492, 0.19349521398544312, 0.3285345435142517, 0.6823959350585938, 0.137895867228508, 0.5628273487091064, 254.97059631347656, 0.07782752811908722, 0.021310722455382347, 0.0423341728746891, 0.2947425842285156, 0.650011420249939, 0.3068702816963196, 0.48991137742996216, 0.26183849573135376, 0.05727805197238922, 0.21736198663711548, 0.33621498942375183, 1.123229742050171, 0.1423717588186264, 0.777525007724762, 321.51324462890625, 0.09952868521213531, 0.03651957958936691, 0.0510098859667778, 0.19919924437999725, 0.3011477589607239, 0.2455374300479889, 0.261829674243927], "count": [1202]}, "actions": {"min": [0.3142116367816925, 1.9499516487121582, -1.868636965751648, -1.3805903196334839, -2.451245069503784, -1.4271382093429565, 0.4217413663864136, 0.0, -0.000610999995842576, 0.3392559885978699, -0.27844101190567017, -0.4163937270641327, -0.6305417418479919, -0.48138704895973206, -0.6397736072540283, -1.0493093729019165, -2.055596351623535, -2.0562424659729004, -1.3246352672576904, -0.37995821237564087, -1.5503934621810913, 0.5736199021339417, 50.0, -0.34078699350357056, 0.2921069860458374, -0.27887600660324097, -0.49954283237457275, -0.36553940176963806, -0.5600014328956604, -0.5737497210502625], "max": [0.9583254456520081, 2.047882080078125, -1.0828372240066528, -0.17299704253673553, -0.04588470607995987, -0.7222521305084229, 2.450756549835205, 844.0, 0.2762809991836548, 0.4285680055618286, -0.11294399946928024, 0.4810587465763092, 0.9712567329406738, 0.4695294201374054, 0.6632258892059326, -0.209073007106781, -1.6357401609420776, -1.362508773803711, -0.10784389823675156, 2.7440240383148193, -0.7754149436950684, 2.7029216289520264, 892.0, -0.010084999725222588, 0.4449560046195984, -0.06783899664878845, 0.5049092173576355, 0.989434003829956, 0.629291832447052, 0.6900690197944641], "mean": [0.5823621153831482, 2.0243475437164307, -1.353030800819397, -0.4489436447620392, -1.1716126203536987, -1.056665062904358, 0.9686980843544006, 424.1996765136719, 0.16319388151168823, 0.3787687122821808, -0.20956049859523773, 0.025739528238773346, 0.3839775025844574, 0.02385636419057846, -0.08808652311563492, -0.5579784512519836, -2.029850959777832, -1.680429220199585, -0.3653627932071686, 0.8643476963043213, -1.215307593345642, 2.040233850479126, 557.4159545898438, -0.20192305743694305, 0.3546008765697479, -0.21096307039260864, -0.23808707296848297, 0.6038361191749573, 0.35381677746772766, 0.44079047441482544], "std": [0.1531285047531128, 0.017440209165215492, 0.19349521398544312, 0.3285345435142517, 0.6823959350585938, 0.137895867228508, 0.5628273487091064, 254.97059631347656, 0.07782752811908722, 0.021310722455382347, 0.0423341728746891, 0.2947425842285156, 0.650011420249939, 0.3068702816963196, 0.48991137742996216, 0.26183849573135376, 0.05727805197238922, 0.21736198663711548, 0.33621498942375183, 1.123229742050171, 0.1423717588186264, 0.777525007724762, 321.51324462890625, 0.09952868521213531, 0.03651957958936691, 0.0510098859667778, 0.19919924437999725, 0.3011477589607239, 0.2455374300479889, 0.261829674243927], "count": [1202]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008319467554076539], "std": [0.028831486607593104], "count": [1202]}, "timestamp": {"min": [0.0], "max": [48.04], "mean": [24.02], "std": [13.879495668070941], "count": [1202]}, "frame_index": {"min": [0], "max": [1201], "mean": [600.5], "std": [346.9873917017735], "count": [1202]}, "episode_index": {"min": [472], "max": [472], "mean": [472.0], "std": [0.0], "count": [1202]}, "index": {"min": [563719], "max": [564920], "mean": [564319.5], "std": [346.9873917017735], "count": [1202]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1202]}}} +{"episode_index": 473, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.47282576447245567]], [[0.4766733751834067]], [[0.4738001275510204]]], "std": [[[0.11837256963869776]], [[0.11930407321839612]], [[0.11953622637310077]]], "count": [245]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8705882352941177]], [[1.0]], [[1.0]]], "mean": [[[0.4623497398959584]], [[0.4664139622515673]], [[0.45925836251167135]]], "std": [[[0.10815983677976648]], [[0.10717740291837208]], [[0.11207389310717843]]], "count": [245]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.473024908296652]], [[0.4709913081899426]], [[0.46578607276243833]]], "std": [[[0.11797326504627054]], [[0.12057086919462484]], [[0.1264726876694522]]], "count": [245]}, "states": {"min": [0.4824787974357605, 1.9083080291748047, -0.29302331805229187, -0.37831759452819824, -2.7735202312469482, -1.5706392526626587, 0.25450390577316284, -5.0, 0.03044999949634075, 0.31114599108695984, -0.2779799997806549, -0.35355710983276367, -0.6440463662147522, -0.5105912089347839, -0.6462094783782959, -0.8356287479400635, -2.044757843017578, -2.1537888050079346, -0.7285876870155334, -0.46183156967163086, -1.436929702758789, 2.0520009994506836, 45.0, -0.30696600675582886, 0.28723201155662537, -0.29264798760414124, -0.4985366463661194, -0.5058795213699341, -0.440469890832901, -0.6022526025772095], "max": [1.0584897994995117, 2.0344605445861816, 0.8682664632797241, 0.14742796123027802, -1.8436436653137207, -0.7070328593254089, 1.0898360013961792, 877.0, 0.2967419922351837, 0.41415101289749146, -0.18730899691581726, 0.45078814029693604, 0.8948173522949219, 0.6586251854896545, 0.6519174575805664, -0.2802998721599579, -1.7958041429519653, -1.2193917036056519, -0.052918385714292526, 1.681275725364685, -1.073656678199768, 2.827206611633301, 863.0, -0.10672400146722794, 0.3859409987926483, -0.1778859943151474, 0.5168890953063965, 0.9076337814331055, 0.5110495686531067, 0.640498697757721], "mean": [0.7392052412033081, 2.019153594970703, 0.21611346304416656, -0.0501471608877182, -2.5007283687591553, -1.1056644916534424, 0.8188846707344055, 431.01885986328125, 0.15687093138694763, 0.3633081018924713, -0.24135743081569672, 0.00688934326171875, 0.43677809834480286, -0.004972108639776707, -0.20924139022827148, -0.47292232513427734, -2.001892328262329, -1.7837234735488892, -0.2530380189418793, 0.8405243158340454, -1.2197058200836182, 2.539721965789795, 469.1905212402344, -0.20636573433876038, 0.3340090215206146, -0.23421455919742584, -0.22474956512451172, 0.6060509085655212, 0.18546362221240997, 0.4444843530654907], "std": [0.15790940821170807, 0.015907803550362587, 0.36516568064689636, 0.1672467589378357, 0.20816689729690552, 0.23123282194137573, 0.1747642606496811, 316.050048828125, 0.0901210829615593, 0.02043989859521389, 0.02358822524547577, 0.22049550712108612, 0.5982673168182373, 0.34708482027053833, 0.4882224202156067, 0.1575518250465393, 0.058141350746154785, 0.38458043336868286, 0.13779182732105255, 0.7713406682014465, 0.08127154409885406, 0.21330484747886658, 319.49774169921875, 0.06570165604352951, 0.023678064346313477, 0.03127603232860565, 0.25079458951950073, 0.35482263565063477, 0.26318785548210144, 0.3035828471183777], "count": [1538]}, "actions": {"min": [0.4824787974357605, 1.9083080291748047, -0.29302331805229187, -0.37831759452819824, -2.7735202312469482, -1.5706392526626587, 0.25450390577316284, -5.0, 0.03044999949634075, 0.31114599108695984, -0.2779799997806549, -0.35355710983276367, -0.6440463662147522, -0.5105912089347839, -0.6462094783782959, -0.8356287479400635, -2.044757843017578, -2.1537888050079346, -0.7285876870155334, -0.46183156967163086, -1.436929702758789, 2.0520009994506836, 45.0, -0.30696600675582886, 0.28723201155662537, -0.29264798760414124, -0.4985366463661194, -0.5058795213699341, -0.440469890832901, -0.6022526025772095], "max": [1.0584897994995117, 2.0344605445861816, 0.8682664632797241, 0.14742796123027802, -1.8436436653137207, -0.7070328593254089, 1.0898360013961792, 877.0, 0.2967419922351837, 0.41415101289749146, -0.18730899691581726, 0.45078814029693604, 0.8948173522949219, 0.6586251854896545, 0.6519174575805664, -0.2802998721599579, -1.7958041429519653, -1.2193917036056519, -0.052918385714292526, 1.681275725364685, -1.073656678199768, 2.827206611633301, 863.0, -0.10672400146722794, 0.3859409987926483, -0.1778859943151474, 0.5168890953063965, 0.9076337814331055, 0.5110495686531067, 0.640498697757721], "mean": [0.7392052412033081, 2.019153594970703, 0.21611346304416656, -0.0501471608877182, -2.5007283687591553, -1.1056644916534424, 0.8188846707344055, 431.01885986328125, 0.15687093138694763, 0.3633081018924713, -0.24135743081569672, 0.00688934326171875, 0.43677809834480286, -0.004972108639776707, -0.20924139022827148, -0.47292232513427734, -2.001892328262329, -1.7837234735488892, -0.2530380189418793, 0.8405243158340454, -1.2197058200836182, 2.539721965789795, 469.1905212402344, -0.20636573433876038, 0.3340090215206146, -0.23421455919742584, -0.22474956512451172, 0.6060509085655212, 0.18546362221240997, 0.4444843530654907], "std": [0.15790940821170807, 0.015907803550362587, 0.36516568064689636, 0.1672467589378357, 0.20816689729690552, 0.23123282194137573, 0.1747642606496811, 316.050048828125, 0.0901210829615593, 0.02043989859521389, 0.02358822524547577, 0.22049550712108612, 0.5982673168182373, 0.34708482027053833, 0.4882224202156067, 0.1575518250465393, 0.058141350746154785, 0.38458043336868286, 0.13779182732105255, 0.7713406682014465, 0.08127154409885406, 0.21330484747886658, 319.49774169921875, 0.06570165604352951, 0.023678064346313477, 0.03127603232860565, 0.25079458951950073, 0.35482263565063477, 0.26318785548210144, 0.3035828471183777], "count": [1538]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006501950585175553], "std": [0.025490631708599037], "count": [1538]}, "timestamp": {"min": [0.0], "max": [61.48], "mean": [30.740000000000002], "std": [17.75929052636957], "count": [1538]}, "frame_index": {"min": [0], "max": [1537], "mean": [768.5], "std": [443.98226315923927], "count": [1538]}, "episode_index": {"min": [473], "max": [473], "mean": [473.0], "std": [0.0], "count": [1538]}, "index": {"min": [564921], "max": [566458], "mean": [565689.5], "std": [443.98226315923927], "count": [1538]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1538]}}} +{"episode_index": 474, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4680065864940252]], [[0.47288531454248367]], [[0.4664062427790982]]], "std": [[[0.1474122343883414]], [[0.1460835912451197]], [[0.1459282181712603]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4591179895358817]], [[0.46646640733313527]], [[0.46048418519343765]]], "std": [[[0.10749448219134973]], [[0.10336032395052404]], [[0.10571005130067128]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47145662610582956]], [[0.4716150021456394]], [[0.4685157580709051]]], "std": [[[0.10698008492249102]], [[0.10439142235662062]], [[0.1065888571543562]]], "count": [198]}, "states": {"min": [0.39559635519981384, 1.8981328010559082, -1.2413480281829834, -0.34370771050453186, -1.8121579885482788, -1.4438061714172363, 0.1618443876504898, 4.0, 0.09451500326395035, 0.2891309857368469, -0.27854999899864197, -0.36400502920150757, -0.6053888201713562, -0.4084395468235016, -0.6358367800712585, -0.7535285353660583, -2.056224822998047, 0.8465369939804077, -0.15502014756202698, 0.3035825788974762, 1.039430856704712, -1.7541956901550293, 124.0, -0.2802860140800476, 0.2984200119972229, -0.27222898602485657, -0.4369133710861206, 0.4691677689552307, -0.061213672161102295, 0.3741607069969177], "max": [0.7276103496551514, 2.0374624729156494, -0.8007047176361084, 0.057159535586833954, -0.6601009964942932, -0.9307841658592224, 1.0399893522262573, 884.0, 0.23962999880313873, 0.4048750102519989, -0.18600499629974365, 0.5273101329803467, 0.8753049373626709, 0.3879183530807495, 0.6338244676589966, -0.28155654668807983, -1.7233903408050537, 1.5742347240447998, 1.103292465209961, 2.2501308917999268, 1.4868111610412598, -0.29281389713287354, 918.0, -0.046574000269174576, 0.3795219957828522, -0.1462389975786209, 0.02546861581504345, 0.9118933081626892, 0.5092372298240662, 0.7489203214645386], "mean": [0.5734768509864807, 2.014219284057617, -1.080914855003357, -0.19501712918281555, -1.1759032011032104, -1.1676852703094482, 0.7646148800849915, 690.4473876953125, 0.1770130842924118, 0.3627268075942993, -0.23117399215698242, -0.14793264865875244, 0.5971958041191101, -0.22487039864063263, -0.4443942904472351, -0.49662891030311584, -2.0139029026031494, 1.2705034017562866, 0.4178846776485443, 1.2638295888900757, 1.3205983638763428, -1.001181721687317, 518.13623046875, -0.17594657838344574, 0.334762841463089, -0.21584729850292206, -0.19482408463954926, 0.7305134534835815, 0.2470807582139969, 0.5295493006706238], "std": [0.08006656914949417, 0.026699088513851166, 0.11256635934114456, 0.12373503297567368, 0.3790818750858307, 0.12459001690149307, 0.23449000716209412, 286.5547790527344, 0.03607412055134773, 0.03513767942786217, 0.02124088630080223, 0.22328154742717743, 0.39462053775787354, 0.2200389951467514, 0.34557491540908813, 0.1450362354516983, 0.07174012064933777, 0.2515285611152649, 0.3418214023113251, 0.7109518647193909, 0.11533372104167938, 0.5264368057250977, 228.80935668945312, 0.07189613580703735, 0.023204319179058075, 0.027699897065758705, 0.1612381935119629, 0.15432818233966827, 0.1634901612997055, 0.10187646746635437], "count": [1160]}, "actions": {"min": [0.39559635519981384, 1.8981328010559082, -1.2413480281829834, -0.34370771050453186, -1.8121579885482788, -1.4438061714172363, 0.1618443876504898, 4.0, 0.09451500326395035, 0.2891309857368469, -0.27854999899864197, -0.36400502920150757, -0.6053888201713562, -0.4084395468235016, -0.6358367800712585, -0.7535285353660583, -2.056224822998047, 0.8465369939804077, -0.15502014756202698, 0.3035825788974762, 1.039430856704712, -1.7541956901550293, 124.0, -0.2802860140800476, 0.2984200119972229, -0.27222898602485657, -0.4369133710861206, 0.4691677689552307, -0.061213672161102295, 0.3741607069969177], "max": [0.7276103496551514, 2.0374624729156494, -0.8007047176361084, 0.057159535586833954, -0.6601009964942932, -0.9307841658592224, 1.0399893522262573, 884.0, 0.23962999880313873, 0.4048750102519989, -0.18600499629974365, 0.5273101329803467, 0.8753049373626709, 0.3879183530807495, 0.6338244676589966, -0.28155654668807983, -1.7233903408050537, 1.5742347240447998, 1.103292465209961, 2.2501308917999268, 1.4868111610412598, -0.29281389713287354, 918.0, -0.046574000269174576, 0.3795219957828522, -0.1462389975786209, 0.02546861581504345, 0.9118933081626892, 0.5092372298240662, 0.7489203214645386], "mean": [0.5734768509864807, 2.014219284057617, -1.080914855003357, -0.19501712918281555, -1.1759032011032104, -1.1676852703094482, 0.7646148800849915, 690.4473876953125, 0.1770130842924118, 0.3627268075942993, -0.23117399215698242, -0.14793264865875244, 0.5971958041191101, -0.22487039864063263, -0.4443942904472351, -0.49662891030311584, -2.0139029026031494, 1.2705034017562866, 0.4178846776485443, 1.2638295888900757, 1.3205983638763428, -1.001181721687317, 518.13623046875, -0.17594657838344574, 0.334762841463089, -0.21584729850292206, -0.19482408463954926, 0.7305134534835815, 0.2470807582139969, 0.5295493006706238], "std": [0.08006656914949417, 0.026699088513851166, 0.11256635934114456, 0.12373503297567368, 0.3790818750858307, 0.12459001690149307, 0.23449000716209412, 286.5547790527344, 0.03607412055134773, 0.03513767942786217, 0.02124088630080223, 0.22328154742717743, 0.39462053775787354, 0.2200389951467514, 0.34557491540908813, 0.1450362354516983, 0.07174012064933777, 0.2515285611152649, 0.3418214023113251, 0.7109518647193909, 0.11533372104167938, 0.5264368057250977, 228.80935668945312, 0.07189613580703735, 0.023204319179058075, 0.027699897065758705, 0.1612381935119629, 0.15432818233966827, 0.1634901612997055, 0.10187646746635437], "count": [1160]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008620689655172414], "std": [0.029348352638877934], "count": [1160]}, "timestamp": {"min": [0.0], "max": [46.36], "mean": [23.18], "std": [13.394521268040899], "count": [1160]}, "frame_index": {"min": [0], "max": [1159], "mean": [579.5], "std": [334.8630317010225], "count": [1160]}, "episode_index": {"min": [474], "max": [474], "mean": [474.0], "std": [0.0], "count": [1160]}, "index": {"min": [566459], "max": [567618], "mean": [567038.5], "std": [334.8630317010225], "count": [1160]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1160]}}} +{"episode_index": 475, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4729533739804462]], [[0.4763453291268298]], [[0.47345143193296607]]], "std": [[[0.12665714030962916]], [[0.1285688740962968]], [[0.12990356575670092]]], "count": [242]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46787531312456115]], [[0.47262024151947285]], [[0.46639542483660135]]], "std": [[[0.07087453694900532]], [[0.06795272463086696]], [[0.07167306295423567]]], "count": [242]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.46880219811753904]], [[0.47154071125695457]], [[0.46843213383838384]]], "std": [[[0.06778236788180052]], [[0.06677799676638334]], [[0.07011636711660311]]], "count": [242]}, "states": {"min": [0.4409225583076477, 1.7993472814559937, -2.0490341186523438, -1.4027385711669922, -2.8920280933380127, -1.61074697971344, -0.26083946228027344, 21.0, -0.02350899949669838, 0.27980300784111023, -0.29858601093292236, -0.4982895851135254, -0.6734010577201843, -0.4998672604560852, -0.6757216453552246, -0.788766622543335, -2.0493133068084717, -1.9551703929901123, -2.055387020111084, -0.4381125569343567, -1.8220715522766113, 0.18303269147872925, 193.0, -0.27272799611091614, 0.2492379993200302, -0.29030200839042664, -0.4995582103729248, -0.6896362900733948, -0.48889145255088806, -0.5285696983337402], "max": [0.9784839153289795, 2.058563470840454, 0.5415582060813904, 0.30717796087265015, -1.424083948135376, -1.035277009010315, 2.6799182891845703, 897.0, 0.2799690067768097, 0.42217499017715454, -0.10089100152254105, 0.5943869948387146, 0.984858512878418, 0.4737532436847687, 0.7002040147781372, 0.31581732630729675, -1.7885609865188599, -0.5689948201179504, -0.18039724230766296, 2.8086187839508057, 1.7025163173675537, 2.854346752166748, 896.0, -0.017270000651478767, 0.3747220039367676, -0.03151699900627136, 0.6798923015594482, 0.981144905090332, 0.5618562698364258, 0.6727139353752136], "mean": [0.5389067530632019, 2.0286052227020264, -0.5031160116195679, -0.41548457741737366, -1.8767322301864624, -1.2148959636688232, 0.9725094437599182, 773.2265014648438, 0.18498428165912628, 0.3610401749610901, -0.20064684748649597, 0.1341901272535324, 0.26348426938056946, 0.010576728731393814, -0.0756431296467781, -0.31378889083862305, -2.025883197784424, -1.3415162563323975, -1.0614460706710815, 1.8730264902114868, -0.3212709128856659, 1.2200244665145874, 642.8258056640625, -0.15469059348106384, 0.3250027596950531, -0.17640849947929382, 0.11404336243867874, 0.36131981015205383, 0.04450788348913193, 0.07410458475351334], "std": [0.10967583954334259, 0.02994386851787567, 0.8827789425849915, 0.5996888875961304, 0.3766707181930542, 0.1454508751630783, 1.013944149017334, 216.53482055664062, 0.07956787198781967, 0.03141845017671585, 0.04614594206213951, 0.3355195224285126, 0.6631045937538147, 0.36703014373779297, 0.4687667787075043, 0.24270235002040863, 0.04033792391419411, 0.38392457365989685, 0.5256754755973816, 0.7576689720153809, 1.1735584735870361, 0.8241593837738037, 232.31295776367188, 0.05580421909689903, 0.02849557250738144, 0.055890876799821854, 0.38174381852149963, 0.6654561758041382, 0.3238844573497772, 0.394344687461853], "count": [1510]}, "actions": {"min": [0.4409225583076477, 1.7993472814559937, -2.0490341186523438, -1.4027385711669922, -2.8920280933380127, -1.61074697971344, -0.26083946228027344, 21.0, -0.02350899949669838, 0.27980300784111023, -0.29858601093292236, -0.4982895851135254, -0.6734010577201843, -0.4998672604560852, -0.6757216453552246, -0.788766622543335, -2.0493133068084717, -1.9551703929901123, -2.055387020111084, -0.4381125569343567, -1.8220715522766113, 0.18303269147872925, 193.0, -0.27272799611091614, 0.2492379993200302, -0.29030200839042664, -0.4995582103729248, -0.6896362900733948, -0.48889145255088806, -0.5285696983337402], "max": [0.9784839153289795, 2.058563470840454, 0.5415582060813904, 0.30717796087265015, -1.424083948135376, -1.035277009010315, 2.6799182891845703, 897.0, 0.2799690067768097, 0.42217499017715454, -0.10089100152254105, 0.5943869948387146, 0.984858512878418, 0.4737532436847687, 0.7002040147781372, 0.31581732630729675, -1.7885609865188599, -0.5689948201179504, -0.18039724230766296, 2.8086187839508057, 1.7025163173675537, 2.854346752166748, 896.0, -0.017270000651478767, 0.3747220039367676, -0.03151699900627136, 0.6798923015594482, 0.981144905090332, 0.5618562698364258, 0.6727139353752136], "mean": [0.5389067530632019, 2.0286052227020264, -0.5031160116195679, -0.41548457741737366, -1.8767322301864624, -1.2148959636688232, 0.9725094437599182, 773.2265014648438, 0.18498428165912628, 0.3610401749610901, -0.20064684748649597, 0.1341901272535324, 0.26348426938056946, 0.010576728731393814, -0.0756431296467781, -0.31378889083862305, -2.025883197784424, -1.3415162563323975, -1.0614460706710815, 1.8730264902114868, -0.3212709128856659, 1.2200244665145874, 642.8258056640625, -0.15469059348106384, 0.3250027596950531, -0.17640849947929382, 0.11404336243867874, 0.36131981015205383, 0.04450788348913193, 0.07410458475351334], "std": [0.10967583954334259, 0.02994386851787567, 0.8827789425849915, 0.5996888875961304, 0.3766707181930542, 0.1454508751630783, 1.013944149017334, 216.53482055664062, 0.07956787198781967, 0.03141845017671585, 0.04614594206213951, 0.3355195224285126, 0.6631045937538147, 0.36703014373779297, 0.4687667787075043, 0.24270235002040863, 0.04033792391419411, 0.38392457365989685, 0.5256754755973816, 0.7576689720153809, 1.1735584735870361, 0.8241593837738037, 232.31295776367188, 0.05580421909689903, 0.02849557250738144, 0.055890876799821854, 0.38174381852149963, 0.6654561758041382, 0.3238844573497772, 0.394344687461853], "count": [1510]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006622516556291391], "std": [0.025725727946430507], "count": [1510]}, "timestamp": {"min": [0.0], "max": [60.36], "mean": [30.180000000000003], "std": [17.435974306014565], "count": [1510]}, "frame_index": {"min": [0], "max": [1509], "mean": [754.5], "std": [435.89935765036404], "count": [1510]}, "episode_index": {"min": [475], "max": [475], "mean": [475.0], "std": [0.0], "count": [1510]}, "index": {"min": [567619], "max": [569128], "mean": [568373.5], "std": [435.89935765036404], "count": [1510]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1510]}}} +{"episode_index": 476, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.45343473197736806]], [[0.4617127902155887]], [[0.456047302295711]]], "std": [[[0.147219868742915]], [[0.1450906440203566]], [[0.14636580516544606]]], "count": [201]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4704899237472767]], [[0.47697420068773777]], [[0.4709213816538224]]], "std": [[[0.08594155209605239]], [[0.08325075877343252]], [[0.08696193460844527]]], "count": [201]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8]], [[1.0]], [[0.7686274509803922]]], "mean": [[[0.4640872831512373]], [[0.4656217838503561]], [[0.46256208540630184]]], "std": [[[0.11460927824209766]], [[0.11047289468266369]], [[0.11308576589385338]]], "count": [201]}, "states": {"min": [0.46991246938705444, 1.9340518712997437, -0.9387602806091309, -0.45694464445114136, -2.211122751235962, -1.51288640499115, 0.24877923727035522, 0.0, 0.07733699679374695, 0.30845001339912415, -0.26425400376319885, -0.4542865753173828, -0.5906035304069519, -0.5129354596138, -0.5998660922050476, -0.9438915848731995, -2.0487723350524902, 0.3052580952644348, -0.15193091332912445, 0.562886118888855, 1.034735918045044, -2.31969952583313, 21.0, -0.26204800605773926, 0.3139519989490509, -0.2529419958591461, -0.4360303580760956, 0.3980439305305481, -0.06748375296592712, 0.20415325462818146], "max": [0.8855801224708557, 2.0395569801330566, -0.5567076802253723, 0.10815805941820145, -0.5802173018455505, -0.8561363816261292, 1.1274652481079102, 870.0, 0.26436299085617065, 0.4367069900035858, -0.19567400217056274, 0.4914048910140991, 0.8888276219367981, 0.5306983590126038, 0.6021590232849121, -0.3859272003173828, -1.8218793869018555, 1.680368185043335, 1.300933599472046, 2.544201374053955, 1.671501874923706, -0.4363149106502533, 907.0, -0.01600099913775921, 0.42776501178741455, -0.087227001786232, 0.08364489674568176, 0.9711918830871582, 0.5091426372528076, 0.7116388082504272], "mean": [0.692524254322052, 2.0230770111083984, -0.823773980140686, -0.1593482792377472, -1.4129340648651123, -1.1141908168792725, 0.793745219707489, 548.1844482421875, 0.17010845243930817, 0.38682669401168823, -0.22293075919151306, -0.15255266427993774, 0.6142213344573975, -0.21636153757572174, -0.4189962148666382, -0.6678074598312378, -2.0282912254333496, 1.105804681777954, 0.5353579521179199, 1.6861191987991333, 1.3098362684249878, -1.4480301141738892, 485.76226806640625, -0.14641261100769043, 0.3724093735218048, -0.18563896417617798, -0.12197569012641907, 0.7517148852348328, 0.2802836000919342, 0.46067947149276733], "std": [0.09350395947694778, 0.015476650558412075, 0.12025103718042374, 0.16421650350093842, 0.5482640862464905, 0.16308525204658508, 0.32970184087753296, 283.1400146484375, 0.052009809762239456, 0.036674655973911285, 0.018612748011946678, 0.2372894287109375, 0.38347452878952026, 0.2702622413635254, 0.3173137307167053, 0.18776638805866241, 0.0351872555911541, 0.3268507122993469, 0.33781903982162476, 0.6975347995758057, 0.12557031214237213, 0.5989718437194824, 231.58743286132812, 0.07848053425550461, 0.024167099967598915, 0.036652226001024246, 0.16533930599689484, 0.194368377327919, 0.18504412472248077, 0.17293047904968262], "count": [1182]}, "actions": {"min": [0.46991246938705444, 1.9340518712997437, -0.9387602806091309, -0.45694464445114136, -2.211122751235962, -1.51288640499115, 0.24877923727035522, 0.0, 0.07733699679374695, 0.30845001339912415, -0.26425400376319885, -0.4542865753173828, -0.5906035304069519, -0.5129354596138, -0.5998660922050476, -0.9438915848731995, -2.0487723350524902, 0.3052580952644348, -0.15193091332912445, 0.562886118888855, 1.034735918045044, -2.31969952583313, 21.0, -0.26204800605773926, 0.3139519989490509, -0.2529419958591461, -0.4360303580760956, 0.3980439305305481, -0.06748375296592712, 0.20415325462818146], "max": [0.8855801224708557, 2.0395569801330566, -0.5567076802253723, 0.10815805941820145, -0.5802173018455505, -0.8561363816261292, 1.1274652481079102, 870.0, 0.26436299085617065, 0.4367069900035858, -0.19567400217056274, 0.4914048910140991, 0.8888276219367981, 0.5306983590126038, 0.6021590232849121, -0.3859272003173828, -1.8218793869018555, 1.680368185043335, 1.300933599472046, 2.544201374053955, 1.671501874923706, -0.4363149106502533, 907.0, -0.01600099913775921, 0.42776501178741455, -0.087227001786232, 0.08364489674568176, 0.9711918830871582, 0.5091426372528076, 0.7116388082504272], "mean": [0.692524254322052, 2.0230770111083984, -0.823773980140686, -0.1593482792377472, -1.4129340648651123, -1.1141908168792725, 0.793745219707489, 548.1844482421875, 0.17010845243930817, 0.38682669401168823, -0.22293075919151306, -0.15255266427993774, 0.6142213344573975, -0.21636153757572174, -0.4189962148666382, -0.6678074598312378, -2.0282912254333496, 1.105804681777954, 0.5353579521179199, 1.6861191987991333, 1.3098362684249878, -1.4480301141738892, 485.76226806640625, -0.14641261100769043, 0.3724093735218048, -0.18563896417617798, -0.12197569012641907, 0.7517148852348328, 0.2802836000919342, 0.46067947149276733], "std": [0.09350395947694778, 0.015476650558412075, 0.12025103718042374, 0.16421650350093842, 0.5482640862464905, 0.16308525204658508, 0.32970184087753296, 283.1400146484375, 0.052009809762239456, 0.036674655973911285, 0.018612748011946678, 0.2372894287109375, 0.38347452878952026, 0.2702622413635254, 0.3173137307167053, 0.18776638805866241, 0.0351872555911541, 0.3268507122993469, 0.33781903982162476, 0.6975347995758057, 0.12557031214237213, 0.5989718437194824, 231.58743286132812, 0.07848053425550461, 0.024167099967598915, 0.036652226001024246, 0.16533930599689484, 0.194368377327919, 0.18504412472248077, 0.17293047904968262], "count": [1182]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008460236886632825], "std": [0.029074179826462914], "count": [1182]}, "timestamp": {"min": [0.0], "max": [47.24], "mean": [23.619999999999997], "std": [13.648555479121836], "count": [1182]}, "frame_index": {"min": [0], "max": [1181], "mean": [590.5], "std": [341.2138869780459], "count": [1182]}, "episode_index": {"min": [476], "max": [476], "mean": [476.0], "std": [0.0], "count": [1182]}, "index": {"min": [569129], "max": [570310], "mean": [569719.5], "std": [341.2138869780459], "count": [1182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1182]}}} +{"episode_index": 477, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4611818754958631]], [[0.4657761685840039]], [[0.4621176045562734]]], "std": [[[0.12713226663665894]], [[0.12539367001456808]], [[0.12750423672193542]]], "count": [173]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47798053501265636]], [[0.48035303798783485]], [[0.4746807905002078]]], "std": [[[0.08295267303970323]], [[0.08216878145864341]], [[0.08920280915647438]]], "count": [173]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.47405066776228794]], [[0.47319732871472286]], [[0.4675547421039707]]], "std": [[[0.10635379925142895]], [[0.10737865905287841]], [[0.11377435467484026]]], "count": [173]}, "states": {"min": [0.5229355692863464, 1.958835482597351, -2.0340940952301025, -1.4297738075256348, 0.424010306596756, 1.1994950771331787, -2.7293283939361572, 21.0, -0.019019000232219696, 0.3009060025215149, -0.23874400556087494, -0.3981294333934784, -0.5998000502586365, -0.3941724896430969, -0.6540391445159912, -0.8940449357032776, -2.037759304046631, 0.3358886241912842, -0.038467057049274445, 1.1396650075912476, 0.9376780986785889, -2.5781655311584473, 113.0, -0.2459219992160797, 0.31230899691581726, -0.23183700442314148, -0.49958154559135437, -0.5571262836456299, -0.30910271406173706, -0.615777850151062], "max": [1.0453474521636963, 2.050971269607544, 0.6581636667251587, -0.07548549026250839, 1.2566545009613037, 1.6611171960830688, -0.8225736618041992, 905.0, 0.30122900009155273, 0.40560001134872437, -0.053289998322725296, 0.5192797183990479, 0.9764739274978638, 0.4735970199108124, 0.6152338981628418, -0.4075692892074585, -1.9030548334121704, 1.9118860960006714, 1.5274075269699097, 2.533572196960449, 1.6237496137619019, -0.018622664734721184, 816.0, -0.0031769999768584967, 0.43509000539779663, -0.09533099830150604, 0.5583961606025696, 0.9859716296195984, 0.36175537109375, 0.7274487614631653], "mean": [0.7085886597633362, 2.021026134490967, -0.3765183687210083, -0.5588881969451904, 0.8867427110671997, 1.4109916687011719, -1.804471731185913, 543.795654296875, 0.18219101428985596, 0.36393582820892334, -0.16756129264831543, 0.09739574044942856, 0.5028809905052185, -0.017812371253967285, -0.16436010599136353, -0.6693524122238159, -1.9875327348709106, 1.0643055438995361, 0.6224383115768433, 1.9404466152191162, 1.3484739065170288, -1.6001540422439575, 524.3008422851562, -0.14729097485542297, 0.36869651079177856, -0.17550240457057953, -0.05690203234553337, 0.7669801115989685, 0.22813837230205536, 0.4038309156894684], "std": [0.1616114377975464, 0.016428988426923752, 0.7922815680503845, 0.44931644201278687, 0.31558793783187866, 0.12235334515571594, 0.6030962467193604, 350.0596618652344, 0.10105573385953903, 0.029046792536973953, 0.057734500616788864, 0.26837778091430664, 0.5771090984344482, 0.29410144686698914, 0.46767106652259827, 0.13707172870635986, 0.03914113715291023, 0.44042304158210754, 0.44411396980285645, 0.4101119637489319, 0.13640226423740387, 0.5561922192573547, 291.3676452636719, 0.06871413439512253, 0.03241565078496933, 0.0356852151453495, 0.18924792110919952, 0.2728976607322693, 0.13813516497612, 0.2529980540275574], "count": [964]}, "actions": {"min": [0.5229355692863464, 1.958835482597351, -2.0340940952301025, -1.4297738075256348, 0.424010306596756, 1.1994950771331787, -2.7293283939361572, 21.0, -0.019019000232219696, 0.3009060025215149, -0.23874400556087494, -0.3981294333934784, -0.5998000502586365, -0.3941724896430969, -0.6540391445159912, -0.8940449357032776, -2.037759304046631, 0.3358886241912842, -0.038467057049274445, 1.1396650075912476, 0.9376780986785889, -2.5781655311584473, 113.0, -0.2459219992160797, 0.31230899691581726, -0.23183700442314148, -0.49958154559135437, -0.5571262836456299, -0.30910271406173706, -0.615777850151062], "max": [1.0453474521636963, 2.050971269607544, 0.6581636667251587, -0.07548549026250839, 1.2566545009613037, 1.6611171960830688, -0.8225736618041992, 905.0, 0.30122900009155273, 0.40560001134872437, -0.053289998322725296, 0.5192797183990479, 0.9764739274978638, 0.4735970199108124, 0.6152338981628418, -0.4075692892074585, -1.9030548334121704, 1.9118860960006714, 1.5274075269699097, 2.533572196960449, 1.6237496137619019, -0.018622664734721184, 816.0, -0.0031769999768584967, 0.43509000539779663, -0.09533099830150604, 0.5583961606025696, 0.9859716296195984, 0.36175537109375, 0.7274487614631653], "mean": [0.7085886597633362, 2.021026134490967, -0.3765183687210083, -0.5588881969451904, 0.8867427110671997, 1.4109916687011719, -1.804471731185913, 543.795654296875, 0.18219101428985596, 0.36393582820892334, -0.16756129264831543, 0.09739574044942856, 0.5028809905052185, -0.017812371253967285, -0.16436010599136353, -0.6693524122238159, -1.9875327348709106, 1.0643055438995361, 0.6224383115768433, 1.9404466152191162, 1.3484739065170288, -1.6001540422439575, 524.3008422851562, -0.14729097485542297, 0.36869651079177856, -0.17550240457057953, -0.05690203234553337, 0.7669801115989685, 0.22813837230205536, 0.4038309156894684], "std": [0.1616114377975464, 0.016428988426923752, 0.7922815680503845, 0.44931644201278687, 0.31558793783187866, 0.12235334515571594, 0.6030962467193604, 350.0596618652344, 0.10105573385953903, 0.029046792536973953, 0.057734500616788864, 0.26837778091430664, 0.5771090984344482, 0.29410144686698914, 0.46767106652259827, 0.13707172870635986, 0.03914113715291023, 0.44042304158210754, 0.44411396980285645, 0.4101119637489319, 0.13640226423740387, 0.5561922192573547, 291.3676452636719, 0.06871413439512253, 0.03241565078496933, 0.0356852151453495, 0.18924792110919952, 0.2728976607322693, 0.13813516497612, 0.2529980540275574], "count": [964]}, "next.done": {"min": [false], "max": [true], "mean": [0.001037344398340249], "std": [0.0321911216788027], "count": [964]}, "timestamp": {"min": [0.0], "max": [38.52], "mean": [19.259999999999998], "std": [11.131307200863697], "count": [964]}, "frame_index": {"min": [0], "max": [963], "mean": [481.5], "std": [278.28268002159245], "count": [964]}, "episode_index": {"min": [477], "max": [477], "mean": [477.0], "std": [0.0], "count": [964]}, "index": {"min": [570311], "max": [571274], "mean": [570792.5], "std": [278.28268002159245], "count": [964]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [964]}}} +{"episode_index": 478, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.47831150245098036]], [[0.48256429901960785]], [[0.47846898774509805]]], "std": [[[0.12794170848808248]], [[0.12758117536789781]], [[0.12761045584983735]]], "count": [250]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.4737507344771242]], [[0.4773255318627451]], [[0.4735835710784314]]], "std": [[[0.07168676308842345]], [[0.06747585403023537]], [[0.06894722658033557]]], "count": [250]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4798475473856209]], [[0.47831135620915033]], [[0.47469786846405226]]], "std": [[[0.10426766633532128]], [[0.10597068921996039]], [[0.11060077143309562]]], "count": [250]}, "states": {"min": [0.5747369527816772, 1.7005789279937744, -0.7272088527679443, -0.5961171984672546, -2.646181106567383, -1.6516050100326538, 0.2546086311340332, 0.0, 0.04152999818325043, 0.3339110016822815, -0.25010401010513306, -0.3058614730834961, -0.6685935258865356, -0.437715083360672, -0.6751981973648071, -1.409772276878357, -2.044950008392334, 2.5309369564056396, -0.945148229598999, -1.1321427822113037, 1.0413333177566528, -1.6654804944992065, 66.0, -0.3043999969959259, 0.3249650001525879, -0.24561400711536407, -0.4012150466442108, 0.532924234867096, -0.12945076823234558, 0.22994966804981232], "max": [1.0696773529052734, 2.02487850189209, 0.28530898690223694, 0.09716247767210007, -0.9463699460029602, -0.9954485297203064, 1.5217177867889404, 878.0, 0.30874499678611755, 0.45102599263191223, -0.12428800016641617, 0.45165133476257324, 0.9025524854660034, 0.4186613857746124, 0.6713247299194336, -0.5123239755630493, -1.9032816886901855, 2.8654117584228516, 0.021519910544157028, 0.5009967684745789, 1.7371785640716553, -0.46125560998916626, 908.0, -0.031304001808166504, 0.45907899737358093, -0.09032599627971649, 0.017288094386458397, 0.9670771360397339, 0.4808078706264496, 0.6729414463043213], "mean": [0.8185173273086548, 1.9842634201049805, -0.5586643218994141, -0.21849924325942993, -2.040550470352173, -1.1912134885787964, 1.1698706150054932, 444.8847351074219, 0.14705294370651245, 0.40074822306632996, -0.1971898227930069, -0.059812240302562714, 0.7070391178131104, -0.21869847178459167, -0.4306296706199646, -0.7770704030990601, -2.0312986373901367, 2.7695388793945312, -0.22319963574409485, -0.5273932218551636, 1.271325707435608, -0.8751277327537537, 594.1703491210938, -0.1852424144744873, 0.3864976763725281, -0.20479921996593475, -0.23519010841846466, 0.6951870322227478, 0.32064196467399597, 0.5234262943267822], "std": [0.12449946254491806, 0.07300031930208206, 0.1452343612909317, 0.14890895783901215, 0.3816220462322235, 0.16605143249034882, 0.22553326189517975, 240.68150329589844, 0.06664148718118668, 0.026043817400932312, 0.02843857929110527, 0.14778803288936615, 0.3503439724445343, 0.18124009668827057, 0.29294711351394653, 0.2874486446380615, 0.013275902718305588, 0.13393422961235046, 0.2190018743276596, 0.5261172652244568, 0.13941505551338196, 0.31416770815849304, 257.8345642089844, 0.0597507506608963, 0.027110237628221512, 0.03656688332557678, 0.11787894368171692, 0.14187034964561462, 0.1785486787557602, 0.13679680228233337], "count": [1579]}, "actions": {"min": [0.5747369527816772, 1.7005789279937744, -0.7272088527679443, -0.5961171984672546, -2.646181106567383, -1.6516050100326538, 0.2546086311340332, 0.0, 0.04152999818325043, 0.3339110016822815, -0.25010401010513306, -0.3058614730834961, -0.6685935258865356, -0.437715083360672, -0.6751981973648071, -1.409772276878357, -2.044950008392334, 2.5309369564056396, -0.945148229598999, -1.1321427822113037, 1.0413333177566528, -1.6654804944992065, 66.0, -0.3043999969959259, 0.3249650001525879, -0.24561400711536407, -0.4012150466442108, 0.532924234867096, -0.12945076823234558, 0.22994966804981232], "max": [1.0696773529052734, 2.02487850189209, 0.28530898690223694, 0.09716247767210007, -0.9463699460029602, -0.9954485297203064, 1.5217177867889404, 878.0, 0.30874499678611755, 0.45102599263191223, -0.12428800016641617, 0.45165133476257324, 0.9025524854660034, 0.4186613857746124, 0.6713247299194336, -0.5123239755630493, -1.9032816886901855, 2.8654117584228516, 0.021519910544157028, 0.5009967684745789, 1.7371785640716553, -0.46125560998916626, 908.0, -0.031304001808166504, 0.45907899737358093, -0.09032599627971649, 0.017288094386458397, 0.9670771360397339, 0.4808078706264496, 0.6729414463043213], "mean": [0.8185173273086548, 1.9842634201049805, -0.5586643218994141, -0.21849924325942993, -2.040550470352173, -1.1912134885787964, 1.1698706150054932, 444.8847351074219, 0.14705294370651245, 0.40074822306632996, -0.1971898227930069, -0.059812240302562714, 0.7070391178131104, -0.21869847178459167, -0.4306296706199646, -0.7770704030990601, -2.0312986373901367, 2.7695388793945312, -0.22319963574409485, -0.5273932218551636, 1.271325707435608, -0.8751277327537537, 594.1703491210938, -0.1852424144744873, 0.3864976763725281, -0.20479921996593475, -0.23519010841846466, 0.6951870322227478, 0.32064196467399597, 0.5234262943267822], "std": [0.12449946254491806, 0.07300031930208206, 0.1452343612909317, 0.14890895783901215, 0.3816220462322235, 0.16605143249034882, 0.22553326189517975, 240.68150329589844, 0.06664148718118668, 0.026043817400932312, 0.02843857929110527, 0.14778803288936615, 0.3503439724445343, 0.18124009668827057, 0.29294711351394653, 0.2874486446380615, 0.013275902718305588, 0.13393422961235046, 0.2190018743276596, 0.5261172652244568, 0.13941505551338196, 0.31416770815849304, 257.8345642089844, 0.0597507506608963, 0.027110237628221512, 0.03656688332557678, 0.11787894368171692, 0.14187034964561462, 0.1785486787557602, 0.13679680228233337], "count": [1579]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006333122229259025], "std": [0.025157725226144654], "count": [1579]}, "timestamp": {"min": [0.0], "max": [63.12], "mean": [31.560000000000002], "std": [18.232717844578193], "count": [1579]}, "frame_index": {"min": [0], "max": [1578], "mean": [789.0], "std": [455.8179461144548], "count": [1579]}, "episode_index": {"min": [478], "max": [478], "mean": [478.0], "std": [0.0], "count": [1579]}, "index": {"min": [571275], "max": [572853], "mean": [572064.0], "std": [455.8179461144548], "count": [1579]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1579]}}} +{"episode_index": 479, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4578266888478419]], [[0.4633183038110575]], [[0.4566782377806195]]], "std": [[[0.15446902538808122]], [[0.15289646161910117]], [[0.15325775924316729]]], "count": [207]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46388192076347445]], [[0.4703832054560955]], [[0.463396117504973]]], "std": [[[0.10356593999947754]], [[0.1008846388939308]], [[0.10529335672752199]]], "count": [207]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.47262839427236275]], [[0.47351581592782044]], [[0.47061472147232486]]], "std": [[[0.10774342020698453]], [[0.10579270246480772]], [[0.10736821261646298]]], "count": [207]}, "states": {"min": [0.3788062632083893, 1.967963457107544, -0.8976053595542908, -0.3529055714607239, -2.0095722675323486, -1.4374182224273682, 0.16050048172473907, 144.0, 0.09751299768686295, 0.2994379997253418, -0.28083500266075134, -0.4341675937175751, -0.6341207027435303, -0.3871368169784546, -0.6514719724655151, -0.7947357296943665, -2.055509328842163, 0.6640628576278687, -0.05223770812153816, 0.4976806342601776, 0.9607514142990112, -1.984718680381775, 117.0, -0.2791900038719177, 0.29875099658966064, -0.2776690125465393, -0.4422110319137573, 0.4661935865879059, -0.0779828354716301, 0.21586956083774567], "max": [0.765012800693512, 2.039417266845703, -0.5309117436408997, 0.09588839113712311, -0.9479233026504517, -1.0724873542785645, 0.9980666041374207, 877.0, 0.24991799890995026, 0.3973439931869507, -0.19431999325752258, 0.5011470913887024, 0.8512561321258545, 0.38739004731178284, 0.6494494080543518, -0.2298773229122162, -1.724804162979126, 1.7022022008895874, 1.620520830154419, 2.4184155464172363, 1.6424247026443481, -0.4354945719242096, 908.0, -0.01657800003886223, 0.3654159903526306, -0.10294800251722336, 0.08660660684108734, 0.9684301018714905, 0.4154982566833496, 0.7128456830978394], "mean": [0.6133856177330017, 2.022130250930786, -0.7654581665992737, -0.09425155818462372, -1.4651998281478882, -1.2959548234939575, 0.5865470170974731, 626.168701171875, 0.16151809692382812, 0.3526618182659149, -0.2257876992225647, -0.1857067346572876, 0.611906111240387, -0.17717088758945465, -0.47628074884414673, -0.547423243522644, -2.0320098400115967, 1.3381385803222656, 0.5320031046867371, 1.4632439613342285, 1.3787529468536377, -1.136234998703003, 502.9706726074219, -0.14316612482070923, 0.3323061466217041, -0.20725411176681519, -0.13827504217624664, 0.7865777611732483, 0.18290020525455475, 0.4946538805961609], "std": [0.0856381207704544, 0.015052281320095062, 0.11484746634960175, 0.12724611163139343, 0.3255080580711365, 0.08276253193616867, 0.28276681900024414, 224.5263671875, 0.035436615347862244, 0.026114489883184433, 0.02406984567642212, 0.22599679231643677, 0.37546759843826294, 0.16332486271858215, 0.3378239870071411, 0.14242203533649445, 0.044997937977313995, 0.2578434348106384, 0.4251076579093933, 0.739064633846283, 0.14810213446617126, 0.5713186264038086, 204.96205139160156, 0.06640773266553879, 0.017733536660671234, 0.035596996545791626, 0.14286543428897858, 0.14639711380004883, 0.13750439882278442, 0.15261390805244446], "count": [1227]}, "actions": {"min": [0.3788062632083893, 1.967963457107544, -0.8976053595542908, -0.3529055714607239, -2.0095722675323486, -1.4374182224273682, 0.16050048172473907, 144.0, 0.09751299768686295, 0.2994379997253418, -0.28083500266075134, -0.4341675937175751, -0.6341207027435303, -0.3871368169784546, -0.6514719724655151, -0.7947357296943665, -2.055509328842163, 0.6640628576278687, -0.05223770812153816, 0.4976806342601776, 0.9607514142990112, -1.984718680381775, 117.0, -0.2791900038719177, 0.29875099658966064, -0.2776690125465393, -0.4422110319137573, 0.4661935865879059, -0.0779828354716301, 0.21586956083774567], "max": [0.765012800693512, 2.039417266845703, -0.5309117436408997, 0.09588839113712311, -0.9479233026504517, -1.0724873542785645, 0.9980666041374207, 877.0, 0.24991799890995026, 0.3973439931869507, -0.19431999325752258, 0.5011470913887024, 0.8512561321258545, 0.38739004731178284, 0.6494494080543518, -0.2298773229122162, -1.724804162979126, 1.7022022008895874, 1.620520830154419, 2.4184155464172363, 1.6424247026443481, -0.4354945719242096, 908.0, -0.01657800003886223, 0.3654159903526306, -0.10294800251722336, 0.08660660684108734, 0.9684301018714905, 0.4154982566833496, 0.7128456830978394], "mean": [0.6133856177330017, 2.022130250930786, -0.7654581665992737, -0.09425155818462372, -1.4651998281478882, -1.2959548234939575, 0.5865470170974731, 626.168701171875, 0.16151809692382812, 0.3526618182659149, -0.2257876992225647, -0.1857067346572876, 0.611906111240387, -0.17717088758945465, -0.47628074884414673, -0.547423243522644, -2.0320098400115967, 1.3381385803222656, 0.5320031046867371, 1.4632439613342285, 1.3787529468536377, -1.136234998703003, 502.9706726074219, -0.14316612482070923, 0.3323061466217041, -0.20725411176681519, -0.13827504217624664, 0.7865777611732483, 0.18290020525455475, 0.4946538805961609], "std": [0.0856381207704544, 0.015052281320095062, 0.11484746634960175, 0.12724611163139343, 0.3255080580711365, 0.08276253193616867, 0.28276681900024414, 224.5263671875, 0.035436615347862244, 0.026114489883184433, 0.02406984567642212, 0.22599679231643677, 0.37546759843826294, 0.16332486271858215, 0.3378239870071411, 0.14242203533649445, 0.044997937977313995, 0.2578434348106384, 0.4251076579093933, 0.739064633846283, 0.14810213446617126, 0.5713186264038086, 204.96205139160156, 0.06640773266553879, 0.017733536660671234, 0.035596996545791626, 0.14286543428897858, 0.14639711380004883, 0.13750439882278442, 0.15261390805244446], "count": [1227]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008149959250203749], "std": [0.028536497799529905], "count": [1227]}, "timestamp": {"min": [0.0], "max": [49.04], "mean": [24.519999999999996], "std": [14.168170900531468], "count": [1227]}, "frame_index": {"min": [0], "max": [1226], "mean": [613.0], "std": [354.2042725132867], "count": [1227]}, "episode_index": {"min": [479], "max": [479], "mean": [479.0], "std": [0.0], "count": [1227]}, "index": {"min": [572854], "max": [574080], "mean": [573467.0], "std": [354.2042725132867], "count": [1227]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1227]}}} +{"episode_index": 480, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[1.0]], [[1.0]]], "mean": [[[0.46510548793434514]], [[0.4674808502732543]], [[0.4632700774989845]]], "std": [[[0.12487802679657672]], [[0.12399464376089443]], [[0.12550936341552718]]], "count": [177]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8509803921568627]], [[1.0]], [[1.0]]], "mean": [[[0.4755598551567519]], [[0.4777641623739891]], [[0.4724283561352978]]], "std": [[[0.08779775916126535]], [[0.0874273741299934]], [[0.09210559897968652]]], "count": [177]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.47368194490602267]], [[0.47845062382297554]], [[0.47329543545290054]]], "std": [[[0.08864869064777742]], [[0.08977673989775627]], [[0.09423954707358834]]], "count": [177]}, "states": {"min": [0.20900319516658783, 2.014040231704712, -2.0204107761383057, -1.6466482877731323, 0.5812295079231262, 0.7806509137153625, -2.7409002780914307, 180.0, 0.00014699999883305281, 0.30039000511169434, -0.27269700169563293, -0.4890604615211487, -0.6379641890525818, -0.4559059143066406, -0.6427233815193176, -0.7900232672691345, -2.05603289604187, 0.7745247483253479, -0.08918632566928864, -2.8996901512145996, -1.8290177583694458, 0.44652503728866577, 232.0, -0.31769201159477234, 0.23523500561714172, -0.2914310097694397, -0.49874255061149597, -0.49634677171707153, -0.507756233215332, -0.6878554821014404], "max": [0.701063871383667, 2.0482661724090576, -0.42760568857192993, -0.15025541186332703, 2.366823434829712, 1.3431357145309448, -0.48460817337036133, 882.0, 0.3037149906158447, 0.41833099722862244, -0.10192500054836273, 0.45894476771354675, 0.9774986505508423, 0.3659062385559082, 0.6382357478141785, 0.005532694049179554, -1.9958014488220215, 1.4956424236297607, 1.4465638399124146, -0.6287373900413513, -1.1377975940704346, 2.8410120010375977, 772.0, -0.05469299852848053, 0.36690399050712585, -0.11514800041913986, 0.5657693147659302, 0.9400500655174255, 0.5111386775970459, 0.7424895167350769], "mean": [0.4488392770290375, 2.022636890411377, -1.1228994131088257, -0.7161607146263123, 1.5353131294250488, 1.1332920789718628, -1.8942546844482422, 635.8238525390625, 0.18243566155433655, 0.350263386964798, -0.19356131553649902, -0.27494198083877563, 0.7177364826202393, -0.27221500873565674, -0.4424608051776886, -0.45323431491851807, -2.0391504764556885, 1.0683008432388306, 0.49899929761886597, -1.6259914636611938, -1.464794635772705, 2.037250518798828, 555.7286987304688, -0.18291638791561127, 0.30909428000450134, -0.20496584475040436, 0.029994748532772064, 0.5358276963233948, 0.09834782779216766, 0.23108911514282227], "std": [0.081339031457901, 0.008033277466893196, 0.5564087629318237, 0.5437267422676086, 0.5134867429733276, 0.14164705574512482, 0.8418868780136108, 226.61521911621094, 0.10248121619224548, 0.031094694510102272, 0.04673311114311218, 0.18015167117118835, 0.21914397180080414, 0.1738407164812088, 0.16937914490699768, 0.20753014087677002, 0.0107675576582551, 0.21591897308826447, 0.45200425386428833, 0.6425986289978027, 0.20376534759998322, 0.7818166613578796, 200.6522216796875, 0.07897195219993591, 0.04015076160430908, 0.043428175151348114, 0.29821890592575073, 0.5119831562042236, 0.2735028564929962, 0.47228023409843445], "count": [999]}, "actions": {"min": [0.20900319516658783, 2.014040231704712, -2.0204107761383057, -1.6466482877731323, 0.5812295079231262, 0.7806509137153625, -2.7409002780914307, 180.0, 0.00014699999883305281, 0.30039000511169434, -0.27269700169563293, -0.4890604615211487, -0.6379641890525818, -0.4559059143066406, -0.6427233815193176, -0.7900232672691345, -2.05603289604187, 0.7745247483253479, -0.08918632566928864, -2.8996901512145996, -1.8290177583694458, 0.44652503728866577, 232.0, -0.31769201159477234, 0.23523500561714172, -0.2914310097694397, -0.49874255061149597, -0.49634677171707153, -0.507756233215332, -0.6878554821014404], "max": [0.701063871383667, 2.0482661724090576, -0.42760568857192993, -0.15025541186332703, 2.366823434829712, 1.3431357145309448, -0.48460817337036133, 882.0, 0.3037149906158447, 0.41833099722862244, -0.10192500054836273, 0.45894476771354675, 0.9774986505508423, 0.3659062385559082, 0.6382357478141785, 0.005532694049179554, -1.9958014488220215, 1.4956424236297607, 1.4465638399124146, -0.6287373900413513, -1.1377975940704346, 2.8410120010375977, 772.0, -0.05469299852848053, 0.36690399050712585, -0.11514800041913986, 0.5657693147659302, 0.9400500655174255, 0.5111386775970459, 0.7424895167350769], "mean": [0.4488392770290375, 2.022636890411377, -1.1228994131088257, -0.7161607146263123, 1.5353131294250488, 1.1332920789718628, -1.8942546844482422, 635.8238525390625, 0.18243566155433655, 0.350263386964798, -0.19356131553649902, -0.27494198083877563, 0.7177364826202393, -0.27221500873565674, -0.4424608051776886, -0.45323431491851807, -2.0391504764556885, 1.0683008432388306, 0.49899929761886597, -1.6259914636611938, -1.464794635772705, 2.037250518798828, 555.7286987304688, -0.18291638791561127, 0.30909428000450134, -0.20496584475040436, 0.029994748532772064, 0.5358276963233948, 0.09834782779216766, 0.23108911514282227], "std": [0.081339031457901, 0.008033277466893196, 0.5564087629318237, 0.5437267422676086, 0.5134867429733276, 0.14164705574512482, 0.8418868780136108, 226.61521911621094, 0.10248121619224548, 0.031094694510102272, 0.04673311114311218, 0.18015167117118835, 0.21914397180080414, 0.1738407164812088, 0.16937914490699768, 0.20753014087677002, 0.0107675576582551, 0.21591897308826447, 0.45200425386428833, 0.6425986289978027, 0.20376534759998322, 0.7818166613578796, 200.6522216796875, 0.07897195219993591, 0.04015076160430908, 0.043428175151348114, 0.29821890592575073, 0.5119831562042236, 0.2735028564929962, 0.47228023409843445], "count": [999]}, "next.done": {"min": [false], "max": [true], "mean": [0.001001001001001001], "std": [0.031622760758621256], "count": [999]}, "timestamp": {"min": [0.0], "max": [39.92], "mean": [19.96], "std": [11.535452599125302], "count": [999]}, "frame_index": {"min": [0], "max": [998], "mean": [499.0], "std": [288.38631497813253], "count": [999]}, "episode_index": {"min": [480], "max": [480], "mean": [480.0], "std": [0.0], "count": [999]}, "index": {"min": [574081], "max": [575079], "mean": [574580.0], "std": [288.38631497813253], "count": [999]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [999]}}} +{"episode_index": 481, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4580568140299598]], [[0.4666391920898795]], [[0.4617523177749361]]], "std": [[[0.14673699854134614]], [[0.14598404150828295]], [[0.1466841976151905]]], "count": [161]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.47095287698412697]], [[0.4739966216559088]], [[0.4696510828969269]]], "std": [[[0.10190479553601753]], [[0.09800896676020358]], [[0.09956402049432413]]], "count": [161]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.471151303637397]], [[0.4704825856067064]], [[0.4671683958003491]]], "std": [[[0.12278112785859385]], [[0.11990144162075524]], [[0.12220546980821256]]], "count": [161]}, "states": {"min": [0.49384090304374695, 1.912776231765747, -1.9850153923034668, -0.5743529796600342, -1.2704601287841797, -1.2566370964050293, 0.24548055231571198, 3.0, 0.025349000468850136, 0.3233970105648041, -0.2807210087776184, -0.4602568447589874, -0.5987902283668518, -0.44341355562210083, -0.6244277358055115, -0.8877442479133606, -2.055910587310791, 0.7689048051834106, -0.17043140530586243, 0.5083097219467163, 1.0426422357559204, -1.8187204599380493, 31.0, -0.24945500493049622, 0.3253360092639923, -0.2787030041217804, -0.4209185540676117, 0.46660640835762024, -0.12761688232421875, 0.31104445457458496], "max": [0.8332027196884155, 2.052821397781372, -1.2317485809326172, -0.07047639787197113, -0.29914942383766174, -0.6340956091880798, 1.2226381301879883, 892.0, 0.1985500007867813, 0.4212999939918518, -0.1788250058889389, 0.460925430059433, 0.9101528525352478, 0.4141763150691986, 0.5991553068161011, -0.2822197675704956, -1.9455883502960205, 1.3597511053085327, 1.200071096420288, 2.4820852279663086, 1.365999460220337, -0.3856828510761261, 907.0, -0.07104700058698654, 0.41112199425697327, -0.1414240002632141, -0.08573088049888611, 0.9339637160301208, 0.535926103591919, 0.6397667527198792], "mean": [0.6436333656311035, 2.0203096866607666, -1.5775666236877441, -0.3173356354236603, -0.9618998169898987, -0.9244843125343323, 1.0039170980453491, 520.4812622070312, 0.1230313703417778, 0.3819616436958313, -0.2315971702337265, -0.14984847605228424, 0.72955721616745, -0.25669020414352417, -0.5000342130661011, -0.5811257362365723, -2.0371670722961426, 0.9769890308380127, 0.2859066128730774, 1.3144972324371338, 1.1745274066925049, -0.9012808799743652, 560.8535766601562, -0.18663811683654785, 0.3672774136066437, -0.22610551118850708, -0.24016447365283966, 0.6896348595619202, 0.3330076336860657, 0.5105675458908081], "std": [0.08834972232580185, 0.027178078889846802, 0.21894757449626923, 0.09131401777267456, 0.21956728398799896, 0.13155867159366608, 0.18091116845607758, 262.626708984375, 0.0538291409611702, 0.02781590074300766, 0.022898731753230095, 0.12155100703239441, 0.22909560799598694, 0.16703779995441437, 0.1849498599767685, 0.1314825862646103, 0.016893338412046432, 0.1895977407693863, 0.3644242286682129, 0.6450827121734619, 0.09544104337692261, 0.4193429946899414, 298.43359375, 0.05172012373805046, 0.02211736887693405, 0.03768276423215866, 0.10616635531187057, 0.1583164781332016, 0.21593238413333893, 0.11040454357862473], "count": [881]}, "actions": {"min": [0.49384090304374695, 1.912776231765747, -1.9850153923034668, -0.5743529796600342, -1.2704601287841797, -1.2566370964050293, 0.24548055231571198, 3.0, 0.025349000468850136, 0.3233970105648041, -0.2807210087776184, -0.4602568447589874, -0.5987902283668518, -0.44341355562210083, -0.6244277358055115, -0.8877442479133606, -2.055910587310791, 0.7689048051834106, -0.17043140530586243, 0.5083097219467163, 1.0426422357559204, -1.8187204599380493, 31.0, -0.24945500493049622, 0.3253360092639923, -0.2787030041217804, -0.4209185540676117, 0.46660640835762024, -0.12761688232421875, 0.31104445457458496], "max": [0.8332027196884155, 2.052821397781372, -1.2317485809326172, -0.07047639787197113, -0.29914942383766174, -0.6340956091880798, 1.2226381301879883, 892.0, 0.1985500007867813, 0.4212999939918518, -0.1788250058889389, 0.460925430059433, 0.9101528525352478, 0.4141763150691986, 0.5991553068161011, -0.2822197675704956, -1.9455883502960205, 1.3597511053085327, 1.200071096420288, 2.4820852279663086, 1.365999460220337, -0.3856828510761261, 907.0, -0.07104700058698654, 0.41112199425697327, -0.1414240002632141, -0.08573088049888611, 0.9339637160301208, 0.535926103591919, 0.6397667527198792], "mean": [0.6436333656311035, 2.0203096866607666, -1.5775666236877441, -0.3173356354236603, -0.9618998169898987, -0.9244843125343323, 1.0039170980453491, 520.4812622070312, 0.1230313703417778, 0.3819616436958313, -0.2315971702337265, -0.14984847605228424, 0.72955721616745, -0.25669020414352417, -0.5000342130661011, -0.5811257362365723, -2.0371670722961426, 0.9769890308380127, 0.2859066128730774, 1.3144972324371338, 1.1745274066925049, -0.9012808799743652, 560.8535766601562, -0.18663811683654785, 0.3672774136066437, -0.22610551118850708, -0.24016447365283966, 0.6896348595619202, 0.3330076336860657, 0.5105675458908081], "std": [0.08834972232580185, 0.027178078889846802, 0.21894757449626923, 0.09131401777267456, 0.21956728398799896, 0.13155867159366608, 0.18091116845607758, 262.626708984375, 0.0538291409611702, 0.02781590074300766, 0.022898731753230095, 0.12155100703239441, 0.22909560799598694, 0.16703779995441437, 0.1849498599767685, 0.1314825862646103, 0.016893338412046432, 0.1895977407693863, 0.3644242286682129, 0.6450827121734619, 0.09544104337692261, 0.4193429946899414, 298.43359375, 0.05172012373805046, 0.02211736887693405, 0.03768276423215866, 0.10616635531187057, 0.1583164781332016, 0.21593238413333893, 0.11040454357862473], "count": [881]}, "next.done": {"min": [false], "max": [true], "mean": [0.0011350737797956867], "std": [0.033671729793850906], "count": [881]}, "timestamp": {"min": [0.0], "max": [35.2], "mean": [17.599999999999998], "std": [10.17290518976757], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [481], "max": [481], "mean": [481.0], "std": [0.0], "count": [881]}, "index": {"min": [575080], "max": [575960], "mean": [575520.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}}} +{"episode_index": 482, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4643867420848268]], [[0.46931392754234313]], [[0.46424229346756624]]], "std": [[[0.14514026470893648]], [[0.14430625056659324]], [[0.14439700859735555]]], "count": [186]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4576851950681706]], [[0.46492592922025444]], [[0.45879200708061]]], "std": [[[0.11949792242885593]], [[0.11541399233949892]], [[0.11819656936864976]]], "count": [186]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698941510295875]], [[0.4710974297649167]], [[0.4670100982149132]]], "std": [[[0.11598317912409725]], [[0.11343625476848307]], [[0.115685394624447]]], "count": [186]}, "states": {"min": [0.406766414642334, 2.009956121444702, -1.09685218334198, -0.47502627968788147, -2.4517688751220703, -1.5971508026123047, 0.23411846160888672, 31.0, 0.12028899788856506, 0.27200499176979065, -0.27490198612213135, -0.4459172785282135, -0.6088958382606506, -0.4373469352722168, -0.615247368812561, -0.8098152875900269, -2.0616703033447266, 0.8526980876922607, -0.19488348066806793, 0.30515336990356445, 0.9429839253425598, -1.2413132190704346, 84.0, -0.2383749932050705, 0.26546698808670044, -0.2813670039176941, -0.4643785357475281, 0.5293208360671997, -0.0022940346971154213, 0.41726282238960266], "max": [0.783862292766571, 2.046084403991699, -0.1287529468536377, 0.0844041258096695, -0.5203176140785217, -1.060287594795227, 1.0278593301773071, 865.0, 0.26256000995635986, 0.394679993391037, -0.20027099549770355, 0.4984332025051117, 0.8818473219871521, 0.43605300784111023, 0.6124259829521179, -0.3093072772026062, -1.790271520614624, 1.4852752685546875, 0.777788519859314, 2.0935399532318115, 1.417504072189331, -0.18697713315486908, 909.0, -0.06588300317525864, 0.36236199736595154, -0.1939619928598404, -0.010385246947407722, 0.9077346324920654, 0.4470224678516388, 0.6381955146789551], "mean": [0.5627219676971436, 2.019853115081787, -0.5225952863693237, -0.16498330235481262, -1.6840492486953735, -1.2657651901245117, 0.71150141954422, 570.378173828125, 0.1961897909641266, 0.3482023775577545, -0.2356938272714615, 0.0277999434620142, 0.36576777696609497, -0.04347104951739311, -0.20701196789741516, -0.5655478239059448, -2.038334846496582, 1.1512624025344849, 0.2287665158510208, 1.3366245031356812, 1.265661358833313, -0.735438346862793, 454.2267150878906, -0.15111525356769562, 0.33204230666160583, -0.24005460739135742, -0.19560591876506805, 0.762302577495575, 0.1878555566072464, 0.5390615463256836], "std": [0.09077488631010056, 0.006309883203357458, 0.3330245912075043, 0.174284428358078, 0.4120629131793976, 0.12120398133993149, 0.30966082215309143, 285.01226806640625, 0.037750404328107834, 0.033824436366558075, 0.01910422556102276, 0.2894710600376129, 0.6098247766494751, 0.32227230072021484, 0.5110362768173218, 0.13155561685562134, 0.03529913350939751, 0.14543364942073822, 0.20596393942832947, 0.4638195335865021, 0.10911834239959717, 0.3330584168434143, 232.587158203125, 0.05455556884407997, 0.02048090100288391, 0.022734088823199272, 0.14987075328826904, 0.11380565166473389, 0.12370754033327103, 0.06355025619268417], "count": [1063]}, "actions": {"min": [0.406766414642334, 2.009956121444702, -1.09685218334198, -0.47502627968788147, -2.4517688751220703, -1.5971508026123047, 0.23411846160888672, 31.0, 0.12028899788856506, 0.27200499176979065, -0.27490198612213135, -0.4459172785282135, -0.6088958382606506, -0.4373469352722168, -0.615247368812561, -0.8098152875900269, -2.0616703033447266, 0.8526980876922607, -0.19488348066806793, 0.30515336990356445, 0.9429839253425598, -1.2413132190704346, 84.0, -0.2383749932050705, 0.26546698808670044, -0.2813670039176941, -0.4643785357475281, 0.5293208360671997, -0.0022940346971154213, 0.41726282238960266], "max": [0.783862292766571, 2.046084403991699, -0.1287529468536377, 0.0844041258096695, -0.5203176140785217, -1.060287594795227, 1.0278593301773071, 865.0, 0.26256000995635986, 0.394679993391037, -0.20027099549770355, 0.4984332025051117, 0.8818473219871521, 0.43605300784111023, 0.6124259829521179, -0.3093072772026062, -1.790271520614624, 1.4852752685546875, 0.777788519859314, 2.0935399532318115, 1.417504072189331, -0.18697713315486908, 909.0, -0.06588300317525864, 0.36236199736595154, -0.1939619928598404, -0.010385246947407722, 0.9077346324920654, 0.4470224678516388, 0.6381955146789551], "mean": [0.5627219676971436, 2.019853115081787, -0.5225952863693237, -0.16498330235481262, -1.6840492486953735, -1.2657651901245117, 0.71150141954422, 570.378173828125, 0.1961897909641266, 0.3482023775577545, -0.2356938272714615, 0.0277999434620142, 0.36576777696609497, -0.04347104951739311, -0.20701196789741516, -0.5655478239059448, -2.038334846496582, 1.1512624025344849, 0.2287665158510208, 1.3366245031356812, 1.265661358833313, -0.735438346862793, 454.2267150878906, -0.15111525356769562, 0.33204230666160583, -0.24005460739135742, -0.19560591876506805, 0.762302577495575, 0.1878555566072464, 0.5390615463256836], "std": [0.09077488631010056, 0.006309883203357458, 0.3330245912075043, 0.174284428358078, 0.4120629131793976, 0.12120398133993149, 0.30966082215309143, 285.01226806640625, 0.037750404328107834, 0.033824436366558075, 0.01910422556102276, 0.2894710600376129, 0.6098247766494751, 0.32227230072021484, 0.5110362768173218, 0.13155561685562134, 0.03529913350939751, 0.14543364942073822, 0.20596393942832947, 0.4638195335865021, 0.10911834239959717, 0.3330584168434143, 232.587158203125, 0.05455556884407997, 0.02048090100288391, 0.022734088823199272, 0.14987075328826904, 0.11380565166473389, 0.12370754033327103, 0.06355025619268417], "count": [1063]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009407337723424271], "std": [0.03065695340884351], "count": [1063]}, "timestamp": {"min": [0.0], "max": [42.48], "mean": [21.24], "std": [12.274461291641275], "count": [1063]}, "frame_index": {"min": [0], "max": [1062], "mean": [531.0], "std": [306.8615322910319], "count": [1063]}, "episode_index": {"min": [482], "max": [482], "mean": [482.0], "std": [0.0], "count": [1063]}, "index": {"min": [575961], "max": [577023], "mean": [576492.0], "std": [306.8615322910319], "count": [1063]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1063]}}} +{"episode_index": 483, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45836252950254175]], [[0.4642459394726552]], [[0.4583051409488296]]], "std": [[[0.1509757953335718]], [[0.14924127195541562]], [[0.149556110744788]]], "count": [234]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46480187733925477]], [[0.4718473313292554]], [[0.4663631614504776]]], "std": [[[0.10916472173398796]], [[0.10650550955348342]], [[0.10917538929964399]]], "count": [234]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687917740279873]], [[0.46906175283503715]], [[0.4661810469736328]]], "std": [[[0.13377554619278678]], [[0.1319062472344898]], [[0.13376684123806587]]], "count": [234]}, "states": {"min": [0.2992192506790161, 1.9396891593933105, -1.2435296773910522, -0.9304699301719666, -2.0301146507263184, -1.495450496673584, 0.2831098735332489, 22.0, 0.08260100334882736, 0.25885799527168274, -0.2862440049648285, -0.40762460231781006, -0.6328261494636536, -0.45582816004753113, -0.6403248906135559, -0.7549247741699219, -2.0659289360046387, 0.7070154547691345, -0.21038199961185455, 0.05281366407871246, 0.9810845255851746, -1.9899721145629883, 48.0, -0.26625001430511475, 0.28227999806404114, -0.27712199091911316, -0.488664448261261, 0.4623280465602875, -0.06230267882347107, 0.2507305145263672], "max": [0.8156098127365112, 2.035629987716675, -0.6591759920120239, 0.03321361541748047, -0.7239277362823486, -0.8477064371109009, 1.5475660562515259, 861.0, 0.23679499328136444, 0.42414501309394836, -0.18418000638484955, 0.49139854311943054, 0.9000388383865356, 0.41982847452163696, 0.6423420906066895, -0.21612413227558136, -1.903141975402832, 1.8454588651657104, 1.5465537309646606, 2.491335391998291, 1.4885563850402832, -0.20842723548412323, 907.0, -0.00445100013166666, 0.41262000799179077, -0.13272500038146973, 0.0033564327750355005, 0.9520720839500427, 0.44625169038772583, 0.6871761679649353], "mean": [0.5960977673530579, 2.0089547634124756, -1.0461199283599854, -0.26185452938079834, -1.3866733312606812, -1.2126473188400269, 0.9636433124542236, 584.5151977539062, 0.16604432463645935, 0.3593706786632538, -0.22504490613937378, -0.1219111904501915, 0.6838147044181824, -0.2478063702583313, -0.49310681223869324, -0.5213018655776978, -2.0334861278533936, 1.2499709129333496, 0.5622521638870239, 1.5737284421920776, 1.2521916627883911, -1.0269615650177002, 497.4158630371094, -0.15440066158771515, 0.343136191368103, -0.21221721172332764, -0.2146342545747757, 0.7967934012413025, 0.15392598509788513, 0.4675453305244446], "std": [0.11320657283067703, 0.016940118744969368, 0.1202007308602333, 0.177778422832489, 0.3947506546974182, 0.1704595535993576, 0.34088030457496643, 249.05702209472656, 0.04418380931019783, 0.03933173790574074, 0.02711358293890953, 0.1817954033613205, 0.2921469211578369, 0.18099534511566162, 0.24862417578697205, 0.13520336151123047, 0.02673324942588806, 0.30733177065849304, 0.4423639476299286, 0.6939173340797424, 0.11855418980121613, 0.5326706767082214, 232.2367401123047, 0.07219184935092926, 0.03351183608174324, 0.034206926822662354, 0.12324721366167068, 0.1486935168504715, 0.14598101377487183, 0.13472701609134674], "count": [1450]}, "actions": {"min": [0.2992192506790161, 1.9396891593933105, -1.2435296773910522, -0.9304699301719666, -2.0301146507263184, -1.495450496673584, 0.2831098735332489, 22.0, 0.08260100334882736, 0.25885799527168274, -0.2862440049648285, -0.40762460231781006, -0.6328261494636536, -0.45582816004753113, -0.6403248906135559, -0.7549247741699219, -2.0659289360046387, 0.7070154547691345, -0.21038199961185455, 0.05281366407871246, 0.9810845255851746, -1.9899721145629883, 48.0, -0.26625001430511475, 0.28227999806404114, -0.27712199091911316, -0.488664448261261, 0.4623280465602875, -0.06230267882347107, 0.2507305145263672], "max": [0.8156098127365112, 2.035629987716675, -0.6591759920120239, 0.03321361541748047, -0.7239277362823486, -0.8477064371109009, 1.5475660562515259, 861.0, 0.23679499328136444, 0.42414501309394836, -0.18418000638484955, 0.49139854311943054, 0.9000388383865356, 0.41982847452163696, 0.6423420906066895, -0.21612413227558136, -1.903141975402832, 1.8454588651657104, 1.5465537309646606, 2.491335391998291, 1.4885563850402832, -0.20842723548412323, 907.0, -0.00445100013166666, 0.41262000799179077, -0.13272500038146973, 0.0033564327750355005, 0.9520720839500427, 0.44625169038772583, 0.6871761679649353], "mean": [0.5960977673530579, 2.0089547634124756, -1.0461199283599854, -0.26185452938079834, -1.3866733312606812, -1.2126473188400269, 0.9636433124542236, 584.5151977539062, 0.16604432463645935, 0.3593706786632538, -0.22504490613937378, -0.1219111904501915, 0.6838147044181824, -0.2478063702583313, -0.49310681223869324, -0.5213018655776978, -2.0334861278533936, 1.2499709129333496, 0.5622521638870239, 1.5737284421920776, 1.2521916627883911, -1.0269615650177002, 497.4158630371094, -0.15440066158771515, 0.343136191368103, -0.21221721172332764, -0.2146342545747757, 0.7967934012413025, 0.15392598509788513, 0.4675453305244446], "std": [0.11320657283067703, 0.016940118744969368, 0.1202007308602333, 0.177778422832489, 0.3947506546974182, 0.1704595535993576, 0.34088030457496643, 249.05702209472656, 0.04418380931019783, 0.03933173790574074, 0.02711358293890953, 0.1817954033613205, 0.2921469211578369, 0.18099534511566162, 0.24862417578697205, 0.13520336151123047, 0.02673324942588806, 0.30733177065849304, 0.4423639476299286, 0.6939173340797424, 0.11855418980121613, 0.5326706767082214, 232.2367401123047, 0.07219184935092926, 0.03351183608174324, 0.034206926822662354, 0.12324721366167068, 0.1486935168504715, 0.14598101377487183, 0.13472701609134674], "count": [1450]}, "next.done": {"min": [false], "max": [true], "mean": [0.000689655172413793], "std": [0.02625222939403349], "count": [1450]}, "timestamp": {"min": [0.0], "max": [57.96], "mean": [28.98], "std": [16.74315382477268], "count": [1450]}, "frame_index": {"min": [0], "max": [1449], "mean": [724.5], "std": [418.578845619317], "count": [1450]}, "episode_index": {"min": [483], "max": [483], "mean": [483.0], "std": [0.0], "count": [1450]}, "index": {"min": [577024], "max": [578473], "mean": [577748.5], "std": [418.578845619317], "count": [1450]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1450]}}} +{"episode_index": 484, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[1.0]], [[1.0]]], "mean": [[[0.46372267040149395]], [[0.46889018090569556]], [[0.4629484710550887]]], "std": [[[0.1389713433873663]], [[0.1362935362568676]], [[0.13862817429380905]]], "count": [175]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.7647058823529411]], [[0.7490196078431373]], [[0.7372549019607844]]], "mean": [[[0.4714505578898226]], [[0.4730544094304388]], [[0.46925743814192344]]], "std": [[[0.06994341807838972]], [[0.068506549735164]], [[0.07317867870257115]]], "count": [175]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.46907176353874885]], [[0.4702232866479925]], [[0.4663288562091503]]], "std": [[[0.0993866357528531]], [[0.09807918047852103]], [[0.1013639860856121]]], "count": [175]}, "states": {"min": [0.3681073784828186, 1.8520562648773193, -1.9757651090621948, -1.4234206676483154, -2.501964569091797, -1.5603419542312622, 0.2783276438713074, -5.0, -0.03372199833393097, 0.328000009059906, -0.2720769941806793, -0.45851045846939087, -0.527205228805542, -0.5229517817497253, -0.5721973180770874, -0.8396779298782349, -2.0525245666503906, 1.0286446809768677, -0.02453933097422123, -0.4294906258583069, 0.430939257144928, -2.6445231437683105, 45.0, -0.338578999042511, 0.2835350036621094, -0.28146499395370483, -0.4993704855442047, -0.3894799053668976, -0.5742051005363464, -0.5469818115234375], "max": [1.021576166152954, 2.0452466011047363, -1.2147666215896606, -0.17603391408920288, 0.23783601820468903, -0.4262268543243408, 2.7443034648895264, 880.0, 0.3076089918613434, 0.430307000875473, -0.13106800615787506, 0.48989665508270264, 0.9780812859535217, 0.5691894292831421, 0.47608184814453125, -0.21158626675605774, -2.0248961448669434, 1.622353434562683, 1.3028185367584229, 2.741283893585205, 1.4818893671035767, -0.398563414812088, 893.0, -0.03674900159239769, 0.4450890123844147, -0.08787199854850769, 0.5292701125144958, 0.97210294008255, 0.6595486998558044, 0.6671029925346375], "mean": [0.5683925151824951, 2.0215020179748535, -1.4790103435516357, -0.5497716665267944, -1.201306700706482, -0.9361494183540344, 1.2338404655456543, 503.3836669921875, 0.15267598628997803, 0.38089272379875183, -0.2181244194507599, -0.1750914603471756, 0.7184939384460449, -0.284393846988678, -0.42013341188430786, -0.5484107136726379, -2.0414466857910156, 1.25057053565979, 0.40997031331062317, 1.040741205215454, 1.1787115335464478, -1.1328123807907104, 563.119384765625, -0.21459291875362396, 0.3640991747379303, -0.20911180973052979, -0.25252774357795715, 0.592835009098053, 0.38529491424560547, 0.42511671781539917], "std": [0.1605638861656189, 0.019912905991077423, 0.2334488332271576, 0.30505359172821045, 0.7067887783050537, 0.2000826597213745, 0.6429226398468018, 257.9776306152344, 0.08308743685483932, 0.02280500903725624, 0.03501711040735245, 0.17585721611976624, 0.26523420214653015, 0.2268625795841217, 0.2073076367378235, 0.17640426754951477, 0.006407962180674076, 0.20604203641414642, 0.4505992531776428, 1.0429283380508423, 0.1951024830341339, 0.8199485540390015, 303.58380126953125, 0.08861442655324936, 0.03333586826920509, 0.0499182865023613, 0.21440047025680542, 0.2911597490310669, 0.2604295015335083, 0.23882009088993073], "count": [980]}, "actions": {"min": [0.3681073784828186, 1.8520562648773193, -1.9757651090621948, -1.4234206676483154, -2.501964569091797, -1.5603419542312622, 0.2783276438713074, -5.0, -0.03372199833393097, 0.328000009059906, -0.2720769941806793, -0.45851045846939087, -0.527205228805542, -0.5229517817497253, -0.5721973180770874, -0.8396779298782349, -2.0525245666503906, 1.0286446809768677, -0.02453933097422123, -0.4294906258583069, 0.430939257144928, -2.6445231437683105, 45.0, -0.338578999042511, 0.2835350036621094, -0.28146499395370483, -0.4993704855442047, -0.3894799053668976, -0.5742051005363464, -0.5469818115234375], "max": [1.021576166152954, 2.0452466011047363, -1.2147666215896606, -0.17603391408920288, 0.23783601820468903, -0.4262268543243408, 2.7443034648895264, 880.0, 0.3076089918613434, 0.430307000875473, -0.13106800615787506, 0.48989665508270264, 0.9780812859535217, 0.5691894292831421, 0.47608184814453125, -0.21158626675605774, -2.0248961448669434, 1.622353434562683, 1.3028185367584229, 2.741283893585205, 1.4818893671035767, -0.398563414812088, 893.0, -0.03674900159239769, 0.4450890123844147, -0.08787199854850769, 0.5292701125144958, 0.97210294008255, 0.6595486998558044, 0.6671029925346375], "mean": [0.5683925151824951, 2.0215020179748535, -1.4790103435516357, -0.5497716665267944, -1.201306700706482, -0.9361494183540344, 1.2338404655456543, 503.3836669921875, 0.15267598628997803, 0.38089272379875183, -0.2181244194507599, -0.1750914603471756, 0.7184939384460449, -0.284393846988678, -0.42013341188430786, -0.5484107136726379, -2.0414466857910156, 1.25057053565979, 0.40997031331062317, 1.040741205215454, 1.1787115335464478, -1.1328123807907104, 563.119384765625, -0.21459291875362396, 0.3640991747379303, -0.20911180973052979, -0.25252774357795715, 0.592835009098053, 0.38529491424560547, 0.42511671781539917], "std": [0.1605638861656189, 0.019912905991077423, 0.2334488332271576, 0.30505359172821045, 0.7067887783050537, 0.2000826597213745, 0.6429226398468018, 257.9776306152344, 0.08308743685483932, 0.02280500903725624, 0.03501711040735245, 0.17585721611976624, 0.26523420214653015, 0.2268625795841217, 0.2073076367378235, 0.17640426754951477, 0.006407962180674076, 0.20604203641414642, 0.4505992531776428, 1.0429283380508423, 0.1951024830341339, 0.8199485540390015, 303.58380126953125, 0.08861442655324936, 0.03333586826920509, 0.0499182865023613, 0.21440047025680542, 0.2911597490310669, 0.2604295015335083, 0.23882009088993073], "count": [980]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010204081632653062], "std": [0.031927526218697995], "count": [980]}, "timestamp": {"min": [0.0], "max": [39.16], "mean": [19.58], "std": [11.316059384785854], "count": [980]}, "frame_index": {"min": [0], "max": [979], "mean": [489.5], "std": [282.90148461964634], "count": [980]}, "episode_index": {"min": [484], "max": [484], "mean": [484.0], "std": [0.0], "count": [980]}, "index": {"min": [578474], "max": [579453], "mean": [578963.5], "std": [282.90148461964634], "count": [980]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [980]}}} +{"episode_index": 485, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.47248582263661476]], [[0.47606894856310217]], [[0.47375446293208007]]], "std": [[[0.13448711906872424]], [[0.13559040187403532]], [[0.13622912562025255]]], "count": [194]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675661290933899]], [[0.4698107533606226]], [[0.46312625707499494]]], "std": [[[0.11158410217335811]], [[0.10960396650634814]], [[0.11469927933647696]]], "count": [194]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8392156862745098]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.47323487088134225]], [[0.4741429538525032]], [[0.469710127349909]]], "std": [[[0.1025693741146109]], [[0.10202021892194864]], [[0.10705894562706289]]], "count": [194]}, "states": {"min": [0.31180307269096375, 1.850398063659668, -2.1441545486450195, -1.4164743423461914, 0.4795815646648407, 0.06000442057847977, -2.7765746116638184, 59.0, -0.006792999804019928, 0.3136090040206909, -0.2538659870624542, -0.4996684491634369, -0.5703796744346619, -0.4027893543243408, -0.5594204664230347, -0.8145800828933716, -2.0506396293640137, -2.3672075271606445, -1.1735419034957886, 0.30373966693878174, -1.580448031425476, 1.3446714878082275, 94.0, -0.323168009519577, 0.25876501202583313, -0.2857219874858856, -0.4948613941669464, -0.4861468970775604, -0.5138154625892639, -0.549776554107666], "max": [0.8192052245140076, 2.038055896759033, -1.1820591688156128, -0.46008628606796265, 2.7354371547698975, 1.3597861528396606, -0.23420573770999908, 901.0, 0.2481440007686615, 0.4638049900531769, -0.12404400110244751, 0.5033925771713257, 0.9859662652015686, 0.3345092236995697, 0.5604996681213379, -0.11007792502641678, -1.9045557975769043, -1.7240710258483887, -0.0535641573369503, 2.417560577392578, -1.1920599937438965, 2.78016996383667, 775.0, -0.060989998281002045, 0.3894140124320984, -0.12954199314117432, 0.5278837084770203, 0.9333827495574951, 0.5466363430023193, 0.659728467464447], "mean": [0.617611289024353, 2.01828670501709, -1.5417007207870483, -0.8605069518089294, 1.3888975381851196, 1.0501680374145508, -1.4582453966140747, 664.6403198242188, 0.11129044741392136, 0.38327065110206604, -0.17665010690689087, -0.17717385292053223, 0.8119815587997437, -0.22246180474758148, -0.3542450964450836, -0.4503783583641052, -2.0330405235290527, -2.172111988067627, -0.5181115865707397, 1.6526638269424438, -1.3848345279693604, 2.008873701095581, 460.69537353515625, -0.19553834199905396, 0.3145272433757782, -0.2181352972984314, -0.10803691297769547, 0.7235106825828552, 0.22043107450008392, 0.47958293557167053], "std": [0.15753883123397827, 0.01850161887705326, 0.22180388867855072, 0.331179141998291, 0.7914310693740845, 0.24556966125965118, 0.8969103097915649, 329.8594970703125, 0.07607725262641907, 0.04633388668298721, 0.03724156320095062, 0.19088329374790192, 0.2181500643491745, 0.14519576728343964, 0.1709021031856537, 0.20225289463996887, 0.025439925491809845, 0.1642327755689621, 0.2864398658275604, 0.5272114276885986, 0.08590440452098846, 0.42934608459472656, 214.57302856445312, 0.08008608222007751, 0.03327085077762604, 0.03822663053870201, 0.19840657711029053, 0.25866076350212097, 0.19287192821502686, 0.2068871706724167], "count": [1126]}, "actions": {"min": [0.31180307269096375, 1.850398063659668, -2.1441545486450195, -1.4164743423461914, 0.4795815646648407, 0.06000442057847977, -2.7765746116638184, 59.0, -0.006792999804019928, 0.3136090040206909, -0.2538659870624542, -0.4996684491634369, -0.5703796744346619, -0.4027893543243408, -0.5594204664230347, -0.8145800828933716, -2.0506396293640137, -2.3672075271606445, -1.1735419034957886, 0.30373966693878174, -1.580448031425476, 1.3446714878082275, 94.0, -0.323168009519577, 0.25876501202583313, -0.2857219874858856, -0.4948613941669464, -0.4861468970775604, -0.5138154625892639, -0.549776554107666], "max": [0.8192052245140076, 2.038055896759033, -1.1820591688156128, -0.46008628606796265, 2.7354371547698975, 1.3597861528396606, -0.23420573770999908, 901.0, 0.2481440007686615, 0.4638049900531769, -0.12404400110244751, 0.5033925771713257, 0.9859662652015686, 0.3345092236995697, 0.5604996681213379, -0.11007792502641678, -1.9045557975769043, -1.7240710258483887, -0.0535641573369503, 2.417560577392578, -1.1920599937438965, 2.78016996383667, 775.0, -0.060989998281002045, 0.3894140124320984, -0.12954199314117432, 0.5278837084770203, 0.9333827495574951, 0.5466363430023193, 0.659728467464447], "mean": [0.617611289024353, 2.01828670501709, -1.5417007207870483, -0.8605069518089294, 1.3888975381851196, 1.0501680374145508, -1.4582453966140747, 664.6403198242188, 0.11129044741392136, 0.38327065110206604, -0.17665010690689087, -0.17717385292053223, 0.8119815587997437, -0.22246180474758148, -0.3542450964450836, -0.4503783583641052, -2.0330405235290527, -2.172111988067627, -0.5181115865707397, 1.6526638269424438, -1.3848345279693604, 2.008873701095581, 460.69537353515625, -0.19553834199905396, 0.3145272433757782, -0.2181352972984314, -0.10803691297769547, 0.7235106825828552, 0.22043107450008392, 0.47958293557167053], "std": [0.15753883123397827, 0.01850161887705326, 0.22180388867855072, 0.331179141998291, 0.7914310693740845, 0.24556966125965118, 0.8969103097915649, 329.8594970703125, 0.07607725262641907, 0.04633388668298721, 0.03724156320095062, 0.19088329374790192, 0.2181500643491745, 0.14519576728343964, 0.1709021031856537, 0.20225289463996887, 0.025439925491809845, 0.1642327755689621, 0.2864398658275604, 0.5272114276885986, 0.08590440452098846, 0.42934608459472656, 214.57302856445312, 0.08008608222007751, 0.03327085077762604, 0.03822663053870201, 0.19840657711029053, 0.25866076350212097, 0.19287192821502686, 0.2068871706724167], "count": [1126]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008880994671403197], "std": [0.029787761689606437], "count": [1126]}, "timestamp": {"min": [0.0], "max": [45.0], "mean": [22.5], "std": [13.001922934704696], "count": [1126]}, "frame_index": {"min": [0], "max": [1125], "mean": [562.5], "std": [325.0480733676174], "count": [1126]}, "episode_index": {"min": [485], "max": [485], "mean": [485.0], "std": [0.0], "count": [1126]}, "index": {"min": [579454], "max": [580579], "mean": [580016.5], "std": [325.0480733676174], "count": [1126]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1126]}}} +{"episode_index": 486, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.48648134045284785]], [[0.4901425546607532]], [[0.48759760251322753]]], "std": [[[0.12832910116651006]], [[0.13039257857908346]], [[0.13039087842149263]]], "count": [210]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6588235294117647]], [[1.0]], [[1.0]]], "mean": [[[0.4817660305788982]], [[0.48460877781668227]], [[0.4796894053454715]]], "std": [[[0.06702598975123894]], [[0.06636975817346513]], [[0.07050880784456592]]], "count": [210]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9803921568627451]], [[1.0]], [[1.0]]], "mean": [[[0.4719576943277311]], [[0.4745392127684407]], [[0.4708950426003735]]], "std": [[[0.09543673639231384]], [[0.09423160317067876]], [[0.09698645572329254]]], "count": [210]}, "states": {"min": [0.405457466840744, 2.0139877796173096, 0.04363323375582695, -0.1238311156630516, -2.8947157859802246, -1.464505910873413, 0.2968805134296417, 0.0, 0.02627200074493885, 0.293956995010376, -0.2911849915981293, -0.42085587978363037, -0.6325312852859497, -0.4366268515586853, -0.646012008190155, -0.8556476831436157, -2.0556139945983887, -2.0301668643951416, -1.4170503616333008, 0.3268827199935913, -1.4478554725646973, 0.9160709977149963, 31.0, -0.2510029971599579, 0.32992100715637207, -0.2552030086517334, -0.32499173283576965, 0.5964381098747253, -0.13913458585739136, 0.17483356595039368], "max": [0.9047088623046875, 2.040289878845215, 0.9282708764076233, 0.3164456784725189, -2.2516839504241943, -0.6894749402999878, 0.7371572852134705, 892.0, 0.2405869960784912, 0.37665998935699463, -0.20307399332523346, 0.45054543018341064, 0.8721802830696106, 0.42463457584381104, 0.6489673852920532, -0.14924310147762299, -1.8388441801071167, -1.3631196022033691, -0.41510912775993347, 2.630455732345581, -0.6483898758888245, 2.4313833713531494, 884.0, -0.07756499946117401, 0.4095250070095062, -0.11570999771356583, -0.05993606895208359, 0.9595795273780823, 0.4341963827610016, 0.632124125957489], "mean": [0.5968914031982422, 2.02685284614563, 0.6249584555625916, 0.08511466532945633, -2.670466661453247, -1.1445610523223877, 0.503555953502655, 627.6650390625, 0.15722917020320892, 0.3499473035335541, -0.24187791347503662, -0.07217603176832199, 0.37288978695869446, -0.0959022119641304, -0.24684876203536987, -0.4962034225463867, -2.0277390480041504, -1.7170082330703735, -0.7248685956001282, 1.3570783138275146, -1.0279350280761719, 1.9452028274536133, 583.3309326171875, -0.15703795850276947, 0.3802793025970459, -0.19925189018249512, -0.20914143323898315, 0.7710189819335938, 0.2561335563659668, 0.4593766927719116], "std": [0.15230043232440948, 0.007131579797714949, 0.288900226354599, 0.0913112685084343, 0.12500013411045074, 0.1931886374950409, 0.1266767978668213, 261.542724609375, 0.06821584701538086, 0.019152505323290825, 0.01712018996477127, 0.3006995916366577, 0.5749322772026062, 0.30471956729888916, 0.5213354825973511, 0.1711825430393219, 0.023375878110527992, 0.20505718886852264, 0.28050440549850464, 0.8499335050582886, 0.22541947662830353, 0.4537743031978607, 243.71217346191406, 0.04465245082974434, 0.017508817836642265, 0.03002493642270565, 0.07583533972501755, 0.1324404627084732, 0.1962810754776001, 0.15277308225631714], "count": [1251]}, "actions": {"min": [0.405457466840744, 2.0139877796173096, 0.04363323375582695, -0.1238311156630516, -2.8947157859802246, -1.464505910873413, 0.2968805134296417, 0.0, 0.02627200074493885, 0.293956995010376, -0.2911849915981293, -0.42085587978363037, -0.6325312852859497, -0.4366268515586853, -0.646012008190155, -0.8556476831436157, -2.0556139945983887, -2.0301668643951416, -1.4170503616333008, 0.3268827199935913, -1.4478554725646973, 0.9160709977149963, 31.0, -0.2510029971599579, 0.32992100715637207, -0.2552030086517334, -0.32499173283576965, 0.5964381098747253, -0.13913458585739136, 0.17483356595039368], "max": [0.9047088623046875, 2.040289878845215, 0.9282708764076233, 0.3164456784725189, -2.2516839504241943, -0.6894749402999878, 0.7371572852134705, 892.0, 0.2405869960784912, 0.37665998935699463, -0.20307399332523346, 0.45054543018341064, 0.8721802830696106, 0.42463457584381104, 0.6489673852920532, -0.14924310147762299, -1.8388441801071167, -1.3631196022033691, -0.41510912775993347, 2.630455732345581, -0.6483898758888245, 2.4313833713531494, 884.0, -0.07756499946117401, 0.4095250070095062, -0.11570999771356583, -0.05993606895208359, 0.9595795273780823, 0.4341963827610016, 0.632124125957489], "mean": [0.5968914031982422, 2.02685284614563, 0.6249584555625916, 0.08511466532945633, -2.670466661453247, -1.1445610523223877, 0.503555953502655, 627.6650390625, 0.15722917020320892, 0.3499473035335541, -0.24187791347503662, -0.07217603176832199, 0.37288978695869446, -0.0959022119641304, -0.24684876203536987, -0.4962034225463867, -2.0277390480041504, -1.7170082330703735, -0.7248685956001282, 1.3570783138275146, -1.0279350280761719, 1.9452028274536133, 583.3309326171875, -0.15703795850276947, 0.3802793025970459, -0.19925189018249512, -0.20914143323898315, 0.7710189819335938, 0.2561335563659668, 0.4593766927719116], "std": [0.15230043232440948, 0.007131579797714949, 0.288900226354599, 0.0913112685084343, 0.12500013411045074, 0.1931886374950409, 0.1266767978668213, 261.542724609375, 0.06821584701538086, 0.019152505323290825, 0.01712018996477127, 0.3006995916366577, 0.5749322772026062, 0.30471956729888916, 0.5213354825973511, 0.1711825430393219, 0.023375878110527992, 0.20505718886852264, 0.28050440549850464, 0.8499335050582886, 0.22541947662830353, 0.4537743031978607, 243.71217346191406, 0.04465245082974434, 0.017508817836642265, 0.03002493642270565, 0.07583533972501755, 0.1324404627084732, 0.1962810754776001, 0.15277308225631714], "count": [1251]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007993605115907274], "std": [0.02826166191792756], "count": [1251]}, "timestamp": {"min": [0.0], "max": [50.0], "mean": [25.0], "std": [14.445299120013633], "count": [1251]}, "frame_index": {"min": [0], "max": [1250], "mean": [625.0], "std": [361.1324780003409], "count": [1251]}, "episode_index": {"min": [486], "max": [486], "mean": [486.0], "std": [0.0], "count": [1251]}, "index": {"min": [580580], "max": [581830], "mean": [581205.0], "std": [361.1324780003409], "count": [1251]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1251]}}} +{"episode_index": 487, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9411764705882353]], [[1.0]], [[1.0]]], "mean": [[[0.4767552454693999]], [[0.48087201750965536]], [[0.4763962279040404]]], "std": [[[0.11861056397701739]], [[0.11938577606441414]], [[0.1193362117273998]]], "count": [176]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6941176470588235]], [[0.6352941176470588]], [[0.6431372549019608]]], "mean": [[[0.470898277350713]], [[0.475810313614082]], [[0.47026134738933456]]], "std": [[[0.054565352062146]], [[0.05302564739669053]], [[0.057311169804023634]]], "count": [176]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8470588235294118]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.4755605410724896]], [[0.47601048513628935]], [[0.47063190382687164]]], "std": [[[0.08996285648803429]], [[0.09271035286447077]], [[0.09818890018702969]]], "count": [176]}, "states": {"min": [0.4463505148887634, 2.0140576362609863, -1.9834794998168945, -0.8479507565498352, -2.244126796722412, -1.5471820831298828, -0.08588765561580658, -5.0, 0.0006500000017695129, 0.3351750075817108, -0.2727830111980438, -0.4653207063674927, -0.629011869430542, -0.5218781232833862, -0.62757807970047, -0.8667131066322327, -2.036450147628784, -1.9213281869888306, -2.056504249572754, 0.03548254445195198, -1.5288909673690796, -0.4205021858215332, 38.0, -0.2923550009727478, 0.23028500378131866, -0.2972790002822876, -0.4999503791332245, -0.741905927658081, -0.5318082571029663, -0.5666265487670898], "max": [0.858998715877533, 2.063049077987671, 0.3208089768886566, 0.1526639461517334, -0.6968052983283997, -0.6963514685630798, 1.6414297819137573, 888.0, 0.3153969943523407, 0.4198260009288788, -0.15653100609779358, 0.527320146560669, 0.934588611125946, 0.5692675709724426, 0.6290411353111267, 0.27225393056869507, -1.909058690071106, -0.17320647835731506, -0.153274804353714, 2.712067127227783, 1.521316409111023, 2.650527000427246, 903.0, -0.04718400165438652, 0.416920006275177, -0.06267999857664108, 0.6356742978096008, 0.9799207448959351, 0.5207861065864563, 0.5754761695861816], "mean": [0.6350980401039124, 2.0319266319274902, -1.2382876873016357, -0.43130579590797424, -1.3867970705032349, -0.9388169646263123, 1.1377564668655396, 573.1390991210938, 0.1477622091770172, 0.38892972469329834, -0.2206910252571106, -0.11630655825138092, 0.6756448149681091, -0.18860141932964325, -0.38424941897392273, -0.28157803416252136, -2.0084705352783203, -1.1374398469924927, -0.7408726215362549, 1.71279776096344, 0.04564794898033142, 0.9575312733650208, 580.4274291992188, -0.2077884078025818, 0.324596107006073, -0.21529020369052887, -0.20467409491539001, 0.5310876369476318, 0.2739247977733612, 0.31623056530952454], "std": [0.13017317652702332, 0.01148217637091875, 0.4936375916004181, 0.2064235657453537, 0.4425601363182068, 0.18222840130329132, 0.397420197725296, 304.70166015625, 0.08265825361013412, 0.022492829710245132, 0.02569158375263214, 0.219933420419693, 0.3861740827560425, 0.2596498429775238, 0.28607380390167236, 0.2599494457244873, 0.02865687385201454, 0.5621702075004578, 0.4363395869731903, 0.9907769560813904, 1.0954252481460571, 1.1372495889663696, 263.0476379394531, 0.05953902006149292, 0.055651526898145676, 0.05546128749847412, 0.322934627532959, 0.4166698455810547, 0.31715282797813416, 0.3500445783138275], "count": [992]}, "actions": {"min": [0.4463505148887634, 2.0140576362609863, -1.9834794998168945, -0.8479507565498352, -2.244126796722412, -1.5471820831298828, -0.08588765561580658, -5.0, 0.0006500000017695129, 0.3351750075817108, -0.2727830111980438, -0.4653207063674927, -0.629011869430542, -0.5218781232833862, -0.62757807970047, -0.8667131066322327, -2.036450147628784, -1.9213281869888306, -2.056504249572754, 0.03548254445195198, -1.5288909673690796, -0.4205021858215332, 38.0, -0.2923550009727478, 0.23028500378131866, -0.2972790002822876, -0.4999503791332245, -0.741905927658081, -0.5318082571029663, -0.5666265487670898], "max": [0.858998715877533, 2.063049077987671, 0.3208089768886566, 0.1526639461517334, -0.6968052983283997, -0.6963514685630798, 1.6414297819137573, 888.0, 0.3153969943523407, 0.4198260009288788, -0.15653100609779358, 0.527320146560669, 0.934588611125946, 0.5692675709724426, 0.6290411353111267, 0.27225393056869507, -1.909058690071106, -0.17320647835731506, -0.153274804353714, 2.712067127227783, 1.521316409111023, 2.650527000427246, 903.0, -0.04718400165438652, 0.416920006275177, -0.06267999857664108, 0.6356742978096008, 0.9799207448959351, 0.5207861065864563, 0.5754761695861816], "mean": [0.6350980401039124, 2.0319266319274902, -1.2382876873016357, -0.43130579590797424, -1.3867970705032349, -0.9388169646263123, 1.1377564668655396, 573.1390991210938, 0.1477622091770172, 0.38892972469329834, -0.2206910252571106, -0.11630655825138092, 0.6756448149681091, -0.18860141932964325, -0.38424941897392273, -0.28157803416252136, -2.0084705352783203, -1.1374398469924927, -0.7408726215362549, 1.71279776096344, 0.04564794898033142, 0.9575312733650208, 580.4274291992188, -0.2077884078025818, 0.324596107006073, -0.21529020369052887, -0.20467409491539001, 0.5310876369476318, 0.2739247977733612, 0.31623056530952454], "std": [0.13017317652702332, 0.01148217637091875, 0.4936375916004181, 0.2064235657453537, 0.4425601363182068, 0.18222840130329132, 0.397420197725296, 304.70166015625, 0.08265825361013412, 0.022492829710245132, 0.02569158375263214, 0.219933420419693, 0.3861740827560425, 0.2596498429775238, 0.28607380390167236, 0.2599494457244873, 0.02865687385201454, 0.5621702075004578, 0.4363395869731903, 0.9907769560813904, 1.0954252481460571, 1.1372495889663696, 263.0476379394531, 0.05953902006149292, 0.055651526898145676, 0.05546128749847412, 0.322934627532959, 0.4166698455810547, 0.31715282797813416, 0.3500445783138275], "count": [992]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010080645161290322], "std": [0.03173402467479273], "count": [992]}, "timestamp": {"min": [0.0], "max": [39.64], "mean": [19.82], "std": [11.4546235206575], "count": [992]}, "frame_index": {"min": [0], "max": [991], "mean": [495.5], "std": [286.36558801643747], "count": [992]}, "episode_index": {"min": [487], "max": [487], "mean": [487.0], "std": [0.0], "count": [992]}, "index": {"min": [581831], "max": [582822], "mean": [582326.5], "std": [286.36558801643747], "count": [992]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [992]}}} +{"episode_index": 488, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46017065237309873]], [[0.46950590602284525]], [[0.4644776920698186]]], "std": [[[0.14988226647988187]], [[0.14757044127866625]], [[0.14860038357993696]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45936462437389286]], [[0.46747886029411767]], [[0.4606527081042697]]], "std": [[[0.11779900364112252]], [[0.11334434777992294]], [[0.11659937661931574]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46830217018661047]], [[0.46918570089640216]], [[0.46641707420896705]]], "std": [[[0.12384292673221564]], [[0.12058186959296016]], [[0.12247126971313016]]], "count": [214]}, "states": {"min": [0.26392868161201477, 1.9667068719863892, -0.9878913164138794, -0.3037920296192169, -1.9311021566390991, -1.4542607069015503, 0.07593927532434464, 5.0, 0.0740709975361824, 0.27484801411628723, -0.2876819968223572, -0.4850446283817291, 0.579199492931366, -0.4092351198196411, -0.6088305115699768, -0.8709367513656616, -2.057080030441284, 0.5107531547546387, -0.19488348066806793, 0.4463156461715698, 0.6029239892959595, -2.0915677547454834, 38.0, -0.33267098665237427, 0.2764950096607208, -0.2835629880428314, -0.4055878221988678, 0.49246811866760254, -0.029895441606640816, 0.26666128635406494], "max": [0.8431860208511353, 2.042105197906494, -0.3464129567146301, 0.1351059526205063, -0.9756041765213013, -1.0353991985321045, 0.8987049460411072, 888.0, 0.30056101083755493, 0.3888950049877167, -0.21624599397182465, -0.011237915605306625, 0.8643999099731445, -0.008288283832371235, -0.4458303451538086, -0.13646729290485382, -1.7527120113372803, 1.7982301712036133, 1.4576117992401123, 2.6316771507263184, 1.6857436895370483, -0.2543119490146637, 907.0, -0.019899999722838402, 0.4035939872264862, -0.12616799771785736, 0.024529436603188515, 0.9611827731132507, 0.5754426121711731, 0.702298641204834], "mean": [0.6188530921936035, 2.023296356201172, -0.6697173118591309, -0.09202442318201065, -1.564365267753601, -1.185368537902832, 0.6467194557189941, 590.4225463867188, 0.17280343174934387, 0.35576608777046204, -0.2425415962934494, -0.24509426951408386, 0.7292281985282898, -0.2775678038597107, -0.5383384227752686, -0.5758857727050781, -2.0344321727752686, 1.2886407375335693, 0.5664401054382324, 1.5379489660263062, 1.2730377912521362, -1.2858041524887085, 505.9976501464844, -0.14655883610248566, 0.3465186655521393, -0.2058425396680832, -0.13710354268550873, 0.7848467230796814, 0.24331353604793549, 0.4701295495033264], "std": [0.11752572655677795, 0.014137538149952888, 0.13532450795173645, 0.11453774571418762, 0.34765303134918213, 0.09653439372777939, 0.2883744537830353, 285.4743957519531, 0.04987378418445587, 0.028033239766955376, 0.017445383593440056, 0.1430542767047882, 0.08669163286685944, 0.11075105518102646, 0.03253180533647537, 0.20293256640434265, 0.03607971593737602, 0.35771918296813965, 0.3780350685119629, 0.7069544196128845, 0.15169189870357513, 0.5918912887573242, 250.99252319335938, 0.09056274592876434, 0.02510780096054077, 0.03997746855020523, 0.12769600749015808, 0.14266768097877502, 0.16670405864715576, 0.14333537220954895], "count": [1285]}, "actions": {"min": [0.26392868161201477, 1.9667068719863892, -0.9878913164138794, -0.3037920296192169, -1.9311021566390991, -1.4542607069015503, 0.07593927532434464, 5.0, 0.0740709975361824, 0.27484801411628723, -0.2876819968223572, -0.4850446283817291, 0.579199492931366, -0.4092351198196411, -0.6088305115699768, -0.8709367513656616, -2.057080030441284, 0.5107531547546387, -0.19488348066806793, 0.4463156461715698, 0.6029239892959595, -2.0915677547454834, 38.0, -0.33267098665237427, 0.2764950096607208, -0.2835629880428314, -0.4055878221988678, 0.49246811866760254, -0.029895441606640816, 0.26666128635406494], "max": [0.8431860208511353, 2.042105197906494, -0.3464129567146301, 0.1351059526205063, -0.9756041765213013, -1.0353991985321045, 0.8987049460411072, 888.0, 0.30056101083755493, 0.3888950049877167, -0.21624599397182465, -0.011237915605306625, 0.8643999099731445, -0.008288283832371235, -0.4458303451538086, -0.13646729290485382, -1.7527120113372803, 1.7982301712036133, 1.4576117992401123, 2.6316771507263184, 1.6857436895370483, -0.2543119490146637, 907.0, -0.019899999722838402, 0.4035939872264862, -0.12616799771785736, 0.024529436603188515, 0.9611827731132507, 0.5754426121711731, 0.702298641204834], "mean": [0.6188530921936035, 2.023296356201172, -0.6697173118591309, -0.09202442318201065, -1.564365267753601, -1.185368537902832, 0.6467194557189941, 590.4225463867188, 0.17280343174934387, 0.35576608777046204, -0.2425415962934494, -0.24509426951408386, 0.7292281985282898, -0.2775678038597107, -0.5383384227752686, -0.5758857727050781, -2.0344321727752686, 1.2886407375335693, 0.5664401054382324, 1.5379489660263062, 1.2730377912521362, -1.2858041524887085, 505.9976501464844, -0.14655883610248566, 0.3465186655521393, -0.2058425396680832, -0.13710354268550873, 0.7848467230796814, 0.24331353604793549, 0.4701295495033264], "std": [0.11752572655677795, 0.014137538149952888, 0.13532450795173645, 0.11453774571418762, 0.34765303134918213, 0.09653439372777939, 0.2883744537830353, 285.4743957519531, 0.04987378418445587, 0.028033239766955376, 0.017445383593440056, 0.1430542767047882, 0.08669163286685944, 0.11075105518102646, 0.03253180533647537, 0.20293256640434265, 0.03607971593737602, 0.35771918296813965, 0.3780350685119629, 0.7069544196128845, 0.15169189870357513, 0.5918912887573242, 250.99252319335938, 0.09056274592876434, 0.02510780096054077, 0.03997746855020523, 0.12769600749015808, 0.14266768097877502, 0.16670405864715576, 0.14333537220954895], "count": [1285]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007782101167315176], "std": [0.02788556088275318], "count": [1285]}, "timestamp": {"min": [0.0], "max": [51.36], "mean": [25.680000000000003], "std": [14.837897425174498], "count": [1285]}, "frame_index": {"min": [0], "max": [1284], "mean": [642.0], "std": [370.9474356293625], "count": [1285]}, "episode_index": {"min": [488], "max": [488], "mean": [488.0], "std": [0.0], "count": [1285]}, "index": {"min": [582823], "max": [584107], "mean": [583465.0], "std": [370.9474356293625], "count": [1285]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1285]}}} +{"episode_index": 489, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4631755063002765]], [[0.47011131437751386]], [[0.4641642834417421]]], "std": [[[0.14980389919475304]], [[0.14824672792471913]], [[0.1484303609690121]]], "count": [208]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622526090764832]], [[0.4696956139627325]], [[0.46375804424333833]]], "std": [[[0.11123474403205773]], [[0.10815269047647756]], [[0.11090822490399649]]], "count": [208]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.4679904955772373]], [[0.4689077641874057]], [[0.4655436512144922]]], "std": [[[0.12010760591632459]], [[0.11860162606019488]], [[0.12085560020419167]]], "count": [208]}, "states": {"min": [0.30798080563545227, 1.9711400270462036, -1.0043847560882568, -0.3421717882156372, -1.957369327545166, -1.495049238204956, 0.05523967370390892, 86.0, 0.09581699967384338, 0.27443501353263855, -0.28294000029563904, -0.44071251153945923, -0.6230832934379578, -0.38063743710517883, -0.6485145688056946, -0.9558121562004089, -2.0542001724243164, 0.64872145652771, -0.23282693326473236, 0.4591961205005646, 1.0851236581802368, -1.8563321828842163, 113.0, -0.32580000162124634, 0.29123300313949585, -0.269897997379303, -0.4875795543193817, 0.40817782282829285, -0.029651032760739326, 0.26600056886672974], "max": [0.7787833213806152, 2.038335084915161, -0.31349605321884155, 0.15039502084255219, -0.9110270142555237, -1.1247425079345703, 0.952635645866394, 884.0, 0.24423600733280182, 0.4011690020561218, -0.1867630034685135, 0.5274808406829834, 0.8688704967498779, 0.3868870139122009, 0.637909471988678, -0.33164748549461365, -1.6881349086761475, 1.6491965055465698, 1.0524684190750122, 2.587625026702881, 1.765906810760498, -0.24382250010967255, 918.0, -0.01596199907362461, 0.3839290142059326, -0.1478630006313324, 0.048183053731918335, 0.9468061327934265, 0.5084307789802551, 0.7729975581169128], "mean": [0.61188805103302, 2.0162839889526367, -0.8547812104225159, -0.1347576528787613, -1.4270466566085815, -1.2626736164093018, 0.6948456168174744, 585.4620361328125, 0.16625918447971344, 0.3538099229335785, -0.22909264266490936, -0.17794854938983917, 0.6723993420600891, -0.21622613072395325, -0.511951744556427, -0.5617927312850952, -2.022021770477295, 1.1847102642059326, 0.3647996783256531, 1.4002101421356201, 1.3950315713882446, -0.9938503503799438, 518.2035522460938, -0.1656453162431717, 0.3321606516838074, -0.2118370234966278, -0.18107910454273224, 0.7454972267150879, 0.21566753089427948, 0.517105758190155], "std": [0.12012078613042831, 0.016237711533904076, 0.13638485968112946, 0.14857251942157745, 0.3919501304626465, 0.08590918779373169, 0.27964308857917786, 272.5363464355469, 0.04140223190188408, 0.03873122110962868, 0.02230890281498432, 0.19997315108776093, 0.28449195623397827, 0.1630069762468338, 0.24468037486076355, 0.19141700863838196, 0.06032214313745499, 0.2718760669231415, 0.3599002957344055, 0.689093828201294, 0.17083944380283356, 0.5386894941329956, 219.63040161132812, 0.08101917058229446, 0.029550701379776, 0.028022989630699158, 0.1739843189716339, 0.16311289370059967, 0.157227024435997, 0.12623965740203857], "count": [1238]}, "actions": {"min": [0.30798080563545227, 1.9711400270462036, -1.0043847560882568, -0.3421717882156372, -1.957369327545166, -1.495049238204956, 0.05523967370390892, 86.0, 0.09581699967384338, 0.27443501353263855, -0.28294000029563904, -0.44071251153945923, -0.6230832934379578, -0.38063743710517883, -0.6485145688056946, -0.9558121562004089, -2.0542001724243164, 0.64872145652771, -0.23282693326473236, 0.4591961205005646, 1.0851236581802368, -1.8563321828842163, 113.0, -0.32580000162124634, 0.29123300313949585, -0.269897997379303, -0.4875795543193817, 0.40817782282829285, -0.029651032760739326, 0.26600056886672974], "max": [0.7787833213806152, 2.038335084915161, -0.31349605321884155, 0.15039502084255219, -0.9110270142555237, -1.1247425079345703, 0.952635645866394, 884.0, 0.24423600733280182, 0.4011690020561218, -0.1867630034685135, 0.5274808406829834, 0.8688704967498779, 0.3868870139122009, 0.637909471988678, -0.33164748549461365, -1.6881349086761475, 1.6491965055465698, 1.0524684190750122, 2.587625026702881, 1.765906810760498, -0.24382250010967255, 918.0, -0.01596199907362461, 0.3839290142059326, -0.1478630006313324, 0.048183053731918335, 0.9468061327934265, 0.5084307789802551, 0.7729975581169128], "mean": [0.61188805103302, 2.0162839889526367, -0.8547812104225159, -0.1347576528787613, -1.4270466566085815, -1.2626736164093018, 0.6948456168174744, 585.4620361328125, 0.16625918447971344, 0.3538099229335785, -0.22909264266490936, -0.17794854938983917, 0.6723993420600891, -0.21622613072395325, -0.511951744556427, -0.5617927312850952, -2.022021770477295, 1.1847102642059326, 0.3647996783256531, 1.4002101421356201, 1.3950315713882446, -0.9938503503799438, 518.2035522460938, -0.1656453162431717, 0.3321606516838074, -0.2118370234966278, -0.18107910454273224, 0.7454972267150879, 0.21566753089427948, 0.517105758190155], "std": [0.12012078613042831, 0.016237711533904076, 0.13638485968112946, 0.14857251942157745, 0.3919501304626465, 0.08590918779373169, 0.27964308857917786, 272.5363464355469, 0.04140223190188408, 0.03873122110962868, 0.02230890281498432, 0.19997315108776093, 0.28449195623397827, 0.1630069762468338, 0.24468037486076355, 0.19141700863838196, 0.06032214313745499, 0.2718760669231415, 0.3599002957344055, 0.689093828201294, 0.17083944380283356, 0.5386894941329956, 219.63040161132812, 0.08101917058229446, 0.029550701379776, 0.028022989630699158, 0.1739843189716339, 0.16311289370059967, 0.157227024435997, 0.12623965740203857], "count": [1238]}, "next.done": {"min": [false], "max": [true], "mean": [0.0008077544426494346], "std": [0.028409540218205128], "count": [1238]}, "timestamp": {"min": [0.0], "max": [49.48], "mean": [24.74], "std": [14.295188001561923], "count": [1238]}, "frame_index": {"min": [0], "max": [1237], "mean": [618.5], "std": [357.3797000390481], "count": [1238]}, "episode_index": {"min": [489], "max": [489], "mean": [489.0], "std": [0.0], "count": [1238]}, "index": {"min": [584108], "max": [585345], "mean": [584726.5], "std": [357.3797000390481], "count": [1238]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1238]}}} +{"episode_index": 490, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[1.0]], [[1.0]]], "mean": [[[0.4786644279618689]], [[0.4821595420555413]], [[0.4764488585281274]]], "std": [[[0.115604907839307]], [[0.1167507574924214]], [[0.11668496489898533]]], "count": [229]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7254901960784313]], [[1.0]], [[1.0]]], "mean": [[[0.4733281459599851]], [[0.47542175503753176]], [[0.47112334103947257]]], "std": [[[0.07010249541966075]], [[0.06790005831986753]], [[0.07076777380939682]]], "count": [229]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673561012287011]], [[0.47086803147387046]], [[0.46640381953363585]]], "std": [[[0.0670305954413672]], [[0.06525276914748122]], [[0.06856523289359585]]], "count": [229]}, "states": {"min": [0.22238986194133759, 2.0153491497039795, 1.0502170324325562, -0.04277801886200905, -2.6680150032043457, 0.23310619592666626, -2.9068634510040283, 85.0, -0.03412400186061859, 0.2949430048465729, -0.2733680009841919, -0.48763737082481384, -0.6207278370857239, -0.5261014103889465, -0.6260682344436646, -0.9085486531257629, -2.051529884338379, 0.35269615054130554, -0.11821115016937256, -2.900824546813965, -1.8409557342529297, 1.273200273513794, 60.0, -0.32830101251602173, 0.24885599315166473, -0.28957399725914, -0.4999997317790985, -0.47501030564308167, -0.565626323223114, -0.6763277053833008], "max": [0.9250245094299316, 2.0490341186523438, 1.7748777866363525, 1.549293875694275, 0.1302364617586136, 1.417364478111267, -0.40566688776016235, 884.0, 0.2961469888687134, 0.4324989914894104, -0.08575800061225891, 0.5010043382644653, 0.9878776669502258, 0.5311006307601929, 0.6258541345596313, -0.04708898440003395, -2.0193634033203125, 1.405862808227539, 1.3465216159820557, -0.39849361777305603, -1.2845100164413452, 2.8083221912384033, 804.0, -0.05000400170683861, 0.4003959894180298, -0.10862100124359131, 0.5326544046401978, 0.9515604376792908, 0.5270746350288391, 0.6885856986045837], "mean": [0.44894108176231384, 2.023165225982666, 1.568964958190918, 0.7468622922897339, -1.4023550748825073, 0.9357306957244873, -1.6883405447006226, 710.611083984375, 0.1665319800376892, 0.36683496832847595, -0.18067513406276703, -0.05852288752794266, 0.4047580063343048, -0.09527888894081116, -0.13179494440555573, -0.40656864643096924, -2.038989305496216, 0.954940915107727, 0.6301743984222412, -1.6151014566421509, -1.5108234882354736, 2.0336010456085205, 570.6934204101562, -0.2231999784708023, 0.3106715977191925, -0.18398742377758026, 0.001593941356986761, 0.4939952492713928, 0.09747118502855301, 0.2053609937429428], "std": [0.16169749200344086, 0.005827273707836866, 0.18508021533489227, 0.5829851627349854, 0.9979536533355713, 0.4551514685153961, 1.0403562784194946, 250.15147399902344, 0.08453004062175751, 0.042190175503492355, 0.04955276846885681, 0.3624570071697235, 0.5914728045463562, 0.3375743329524994, 0.4594856798648834, 0.22883032262325287, 0.00468461075797677, 0.24246682226657867, 0.46720537543296814, 0.7392427325248718, 0.12078826129436493, 0.5699148774147034, 249.22080993652344, 0.08535900712013245, 0.03812273591756821, 0.04507884755730629, 0.3120650053024292, 0.5360509157180786, 0.2910109758377075, 0.48463356494903564], "count": [1409]}, "actions": {"min": [0.22238986194133759, 2.0153491497039795, 1.0502170324325562, -0.04277801886200905, -2.6680150032043457, 0.23310619592666626, -2.9068634510040283, 85.0, -0.03412400186061859, 0.2949430048465729, -0.2733680009841919, -0.48763737082481384, -0.6207278370857239, -0.5261014103889465, -0.6260682344436646, -0.9085486531257629, -2.051529884338379, 0.35269615054130554, -0.11821115016937256, -2.900824546813965, -1.8409557342529297, 1.273200273513794, 60.0, -0.32830101251602173, 0.24885599315166473, -0.28957399725914, -0.4999997317790985, -0.47501030564308167, -0.565626323223114, -0.6763277053833008], "max": [0.9250245094299316, 2.0490341186523438, 1.7748777866363525, 1.549293875694275, 0.1302364617586136, 1.417364478111267, -0.40566688776016235, 884.0, 0.2961469888687134, 0.4324989914894104, -0.08575800061225891, 0.5010043382644653, 0.9878776669502258, 0.5311006307601929, 0.6258541345596313, -0.04708898440003395, -2.0193634033203125, 1.405862808227539, 1.3465216159820557, -0.39849361777305603, -1.2845100164413452, 2.8083221912384033, 804.0, -0.05000400170683861, 0.4003959894180298, -0.10862100124359131, 0.5326544046401978, 0.9515604376792908, 0.5270746350288391, 0.6885856986045837], "mean": [0.44894108176231384, 2.023165225982666, 1.568964958190918, 0.7468622922897339, -1.4023550748825073, 0.9357306957244873, -1.6883405447006226, 710.611083984375, 0.1665319800376892, 0.36683496832847595, -0.18067513406276703, -0.05852288752794266, 0.4047580063343048, -0.09527888894081116, -0.13179494440555573, -0.40656864643096924, -2.038989305496216, 0.954940915107727, 0.6301743984222412, -1.6151014566421509, -1.5108234882354736, 2.0336010456085205, 570.6934204101562, -0.2231999784708023, 0.3106715977191925, -0.18398742377758026, 0.001593941356986761, 0.4939952492713928, 0.09747118502855301, 0.2053609937429428], "std": [0.16169749200344086, 0.005827273707836866, 0.18508021533489227, 0.5829851627349854, 0.9979536533355713, 0.4551514685153961, 1.0403562784194946, 250.15147399902344, 0.08453004062175751, 0.042190175503492355, 0.04955276846885681, 0.3624570071697235, 0.5914728045463562, 0.3375743329524994, 0.4594856798648834, 0.22883032262325287, 0.00468461075797677, 0.24246682226657867, 0.46720537543296814, 0.7392427325248718, 0.12078826129436493, 0.5699148774147034, 249.22080993652344, 0.08535900712013245, 0.03812273591756821, 0.04507884755730629, 0.3120650053024292, 0.5360509157180786, 0.2910109758377075, 0.48463356494903564], "count": [1409]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007097232079489], "std": [0.02663117535740769], "count": [1409]}, "timestamp": {"min": [0.0], "max": [56.32], "mean": [28.16], "std": [16.269726488174285], "count": [1409]}, "frame_index": {"min": [0], "max": [1408], "mean": [704.0], "std": [406.74316220435713], "count": [1409]}, "episode_index": {"min": [490], "max": [490], "mean": [490.0], "std": [0.0], "count": [1409]}, "index": {"min": [585346], "max": [586754], "mean": [586050.0], "std": [406.74316220435713], "count": [1409]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1409]}}} +{"episode_index": 491, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[1.0]], [[1.0]]], "mean": [[[0.4789141221063459]], [[0.48307983995390985]], [[0.47833010686014116]]], "std": [[[0.11694685150807795]], [[0.11808555676744129]], [[0.11841740963677104]]], "count": [251]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6941176470588235]], [[0.6823529411764706]], [[0.6784313725490196]]], "mean": [[[0.47419483503892923]], [[0.47533782923860113]], [[0.46969143035700334]]], "std": [[[0.059289586201030045]], [[0.05905706916541504]], [[0.06486887032704872]]], "count": [251]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4835873613389579]], [[0.48289210803843446]], [[0.47818670823242976]]], "std": [[[0.09856391645029311]], [[0.10097275576963284]], [[0.10605225997666319]]], "count": [251]}, "states": {"min": [0.3788062632083893, 1.9739151000976562, -1.033915638923645, -0.5463229417800903, -2.104762554168701, -1.4917852878570557, 0.34374260902404785, 0.0, 0.06827300041913986, 0.3075050115585327, -0.2659519910812378, -0.4716835916042328, -0.6289804577827454, -0.4885348677635193, -0.6299646496772766, -0.8412138223648071, -2.0546367168426514, 0.717801570892334, -0.16727235913276672, 0.15289084613323212, -1.3402907848358154, -2.992908000946045, 66.0, -0.3186100125312805, 0.2269279956817627, -0.28666698932647705, -0.49845606088638306, -0.5065364241600037, -0.5843639373779297, -0.5699730515480042], "max": [0.9164025783538818, 2.047882080078125, 0.0921708419919014, 0.07276277989149094, -1.1412010192871094, -0.8025197982788086, 1.2250815629959106, 892.0, 0.31668999791145325, 0.40594398975372314, -0.1818539947271347, 0.4176004230976105, 0.8817839622497559, 0.45558977127075195, 0.6308528780937195, -0.013648475520312786, -1.5048753023147583, 2.8607168197631836, 1.659755825996399, 2.6031062602996826, 1.6188452243804932, -0.3497465252876282, 918.0, 0.00018000000272877514, 0.39445799589157104, -0.08650700002908707, 0.5375160574913025, 0.9773963689804077, 0.6687793731689453, 0.6821210980415344], "mean": [0.6463252305984497, 2.0196614265441895, -0.5867302417755127, -0.19138285517692566, -1.7883470058441162, -1.166845679283142, 0.9682630300521851, 410.98358154296875, 0.18349751830101013, 0.3592362701892853, -0.23015019297599792, 0.027153441682457924, 0.43506714701652527, -0.06301349401473999, -0.20119522511959076, -0.3946375846862793, -2.0125768184661865, 1.7202587127685547, 0.5199986100196838, 1.3361839056015015, 0.5981714129447937, -1.5931624174118042, 533.9861450195312, -0.1959185153245926, 0.3182942271232605, -0.21939732134342194, -0.14812135696411133, 0.4647770822048187, 0.18300843238830566, 0.29080432653427124], "std": [0.18975821137428284, 0.014775930903851986, 0.248994842171669, 0.15572766959667206, 0.30467525124549866, 0.13067658245563507, 0.1832900494337082, 262.3243103027344, 0.08999615162611008, 0.019759366288781166, 0.02821030467748642, 0.24735091626644135, 0.5971599817276001, 0.3211498260498047, 0.494579553604126, 0.1899273693561554, 0.09664231538772583, 0.6114920377731323, 0.567572832107544, 0.8888092637062073, 1.1083699464797974, 1.0634483098983765, 332.2928161621094, 0.0776485875248909, 0.03208251670002937, 0.047240905463695526, 0.34313488006591797, 0.46503332257270813, 0.37001290917396545, 0.41602325439453125], "count": [1585]}, "actions": {"min": [0.3788062632083893, 1.9739151000976562, -1.033915638923645, -0.5463229417800903, -2.104762554168701, -1.4917852878570557, 0.34374260902404785, 0.0, 0.06827300041913986, 0.3075050115585327, -0.2659519910812378, -0.4716835916042328, -0.6289804577827454, -0.4885348677635193, -0.6299646496772766, -0.8412138223648071, -2.0546367168426514, 0.717801570892334, -0.16727235913276672, 0.15289084613323212, -1.3402907848358154, -2.992908000946045, 66.0, -0.3186100125312805, 0.2269279956817627, -0.28666698932647705, -0.49845606088638306, -0.5065364241600037, -0.5843639373779297, -0.5699730515480042], "max": [0.9164025783538818, 2.047882080078125, 0.0921708419919014, 0.07276277989149094, -1.1412010192871094, -0.8025197982788086, 1.2250815629959106, 892.0, 0.31668999791145325, 0.40594398975372314, -0.1818539947271347, 0.4176004230976105, 0.8817839622497559, 0.45558977127075195, 0.6308528780937195, -0.013648475520312786, -1.5048753023147583, 2.8607168197631836, 1.659755825996399, 2.6031062602996826, 1.6188452243804932, -0.3497465252876282, 918.0, 0.00018000000272877514, 0.39445799589157104, -0.08650700002908707, 0.5375160574913025, 0.9773963689804077, 0.6687793731689453, 0.6821210980415344], "mean": [0.6463252305984497, 2.0196614265441895, -0.5867302417755127, -0.19138285517692566, -1.7883470058441162, -1.166845679283142, 0.9682630300521851, 410.98358154296875, 0.18349751830101013, 0.3592362701892853, -0.23015019297599792, 0.027153441682457924, 0.43506714701652527, -0.06301349401473999, -0.20119522511959076, -0.3946375846862793, -2.0125768184661865, 1.7202587127685547, 0.5199986100196838, 1.3361839056015015, 0.5981714129447937, -1.5931624174118042, 533.9861450195312, -0.1959185153245926, 0.3182942271232605, -0.21939732134342194, -0.14812135696411133, 0.4647770822048187, 0.18300843238830566, 0.29080432653427124], "std": [0.18975821137428284, 0.014775930903851986, 0.248994842171669, 0.15572766959667206, 0.30467525124549866, 0.13067658245563507, 0.1832900494337082, 262.3243103027344, 0.08999615162611008, 0.019759366288781166, 0.02821030467748642, 0.24735091626644135, 0.5971599817276001, 0.3211498260498047, 0.494579553604126, 0.1899273693561554, 0.09664231538772583, 0.6114920377731323, 0.567572832107544, 0.8888092637062073, 1.1083699464797974, 1.0634483098983765, 332.2928161621094, 0.0776485875248909, 0.03208251670002937, 0.047240905463695526, 0.34313488006591797, 0.46503332257270813, 0.37001290917396545, 0.41602325439453125], "count": [1585]}, "next.done": {"min": [false], "max": [true], "mean": [0.0006309148264984228], "std": [0.025110093050009337], "count": [1585]}, "timestamp": {"min": [0.0], "max": [63.36], "mean": [31.680000000000003], "std": [18.301999890722325], "count": [1585]}, "frame_index": {"min": [0], "max": [1584], "mean": [792.0], "std": [457.5499972680581], "count": [1585]}, "episode_index": {"min": [491], "max": [491], "mean": [491.0], "std": [0.0], "count": [1585]}, "index": {"min": [586755], "max": [588339], "mean": [587547.0], "std": [457.5499972680581], "count": [1585]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1585]}}} +{"episode_index": 492, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46507687343554444]], [[0.46880514162668613]], [[0.463919288216173]]], "std": [[[0.1389377811548054]], [[0.13963772592847207]], [[0.14199535930694132]]], "count": [188]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.4734134736563065]], [[0.4756334882578918]], [[0.4697125171655541]]], "std": [[[0.07544500117876382]], [[0.07360027941198519]], [[0.07888878806307185]]], "count": [188]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4829765581542901]], [[0.4799680362171464]], [[0.4753322555972744]]], "std": [[[0.09487305038553047]], [[0.09784452543367332]], [[0.10434075497934074]]], "count": [188]}, "states": {"min": [0.23680627346038818, 2.0021719932556152, -2.112912893295288, -1.6928995847702026, 0.5259026288986206, 1.054824709892273, -2.6192331314086914, 4.0, 0.001003999961540103, 0.24826300144195557, -0.26724401116371155, -0.3503350615501404, -0.6105892062187195, -0.5398036241531372, -0.6411569714546204, -0.7715403437614441, -2.046590566635132, -2.381641387939453, -1.7544574737548828, 0.4308519959449768, -1.6774883270263672, 0.25015804171562195, 37.0, -0.24791699647903442, 0.28844600915908813, -0.24435000121593475, -0.44014132022857666, 0.4646107256412506, -0.011038970202207565, 0.12705573439598083], "max": [0.7277150750160217, 2.042942762374878, 0.47619566321372986, -0.07361798733472824, 1.9553446769714355, 1.5015242099761963, -0.4170988202095032, 898.0, 0.32075199484825134, 0.36692601442337036, -0.1190200001001358, 0.42153921723365784, 0.9741659760475159, 0.5686400532722473, 0.6160191893577576, -0.1912182867527008, -1.9728153944015503, -1.1161729097366333, -0.06405358761548996, 2.6305079460144043, -0.6733655333518982, 2.6744205951690674, 893.0, 0.0036909999325871468, 0.3884980082511902, -0.042399998754262924, 0.1892450898885727, 0.9825564622879028, 0.4983462393283844, 0.7813885807991028], "mean": [0.47931617498397827, 2.0251712799072266, -0.9089997410774231, -0.6835881471633911, 1.2135608196258545, 1.2359659671783447, -1.7524431943893433, 502.9648742675781, 0.17002755403518677, 0.3258172273635864, -0.2118629813194275, 0.044959668070077896, 0.46127837896347046, 0.013188266195356846, -0.17529824376106262, -0.4726145267486572, -2.0276241302490234, -1.7854821681976318, -0.7549957036972046, 1.5668361186981201, -1.3957518339157104, 1.5776387453079224, 514.9574584960938, -0.14744068682193756, 0.32812589406967163, -0.17941129207611084, -0.13536354899406433, 0.7359047532081604, 0.28668707609176636, 0.4769948720932007], "std": [0.10910293459892273, 0.007760209497064352, 0.8826520442962646, 0.552473783493042, 0.388206422328949, 0.09739866852760315, 0.6466774344444275, 308.78564453125, 0.10564441978931427, 0.03251311928033829, 0.03516535460948944, 0.2244420349597931, 0.6084418892860413, 0.3429279327392578, 0.4648893475532532, 0.20073452591896057, 0.015316414646804333, 0.31982678174972534, 0.4811134338378906, 0.8244041204452515, 0.17209552228450775, 0.8399714231491089, 266.0835266113281, 0.06837233155965805, 0.028474140912294388, 0.04053136333823204, 0.21739649772644043, 0.17707771062850952, 0.10358759760856628, 0.20262907445430756], "count": [1082]}, "actions": {"min": [0.23680627346038818, 2.0021719932556152, -2.112912893295288, -1.6928995847702026, 0.5259026288986206, 1.054824709892273, -2.6192331314086914, 4.0, 0.001003999961540103, 0.24826300144195557, -0.26724401116371155, -0.3503350615501404, -0.6105892062187195, -0.5398036241531372, -0.6411569714546204, -0.7715403437614441, -2.046590566635132, -2.381641387939453, -1.7544574737548828, 0.4308519959449768, -1.6774883270263672, 0.25015804171562195, 37.0, -0.24791699647903442, 0.28844600915908813, -0.24435000121593475, -0.44014132022857666, 0.4646107256412506, -0.011038970202207565, 0.12705573439598083], "max": [0.7277150750160217, 2.042942762374878, 0.47619566321372986, -0.07361798733472824, 1.9553446769714355, 1.5015242099761963, -0.4170988202095032, 898.0, 0.32075199484825134, 0.36692601442337036, -0.1190200001001358, 0.42153921723365784, 0.9741659760475159, 0.5686400532722473, 0.6160191893577576, -0.1912182867527008, -1.9728153944015503, -1.1161729097366333, -0.06405358761548996, 2.6305079460144043, -0.6733655333518982, 2.6744205951690674, 893.0, 0.0036909999325871468, 0.3884980082511902, -0.042399998754262924, 0.1892450898885727, 0.9825564622879028, 0.4983462393283844, 0.7813885807991028], "mean": [0.47931617498397827, 2.0251712799072266, -0.9089997410774231, -0.6835881471633911, 1.2135608196258545, 1.2359659671783447, -1.7524431943893433, 502.9648742675781, 0.17002755403518677, 0.3258172273635864, -0.2118629813194275, 0.044959668070077896, 0.46127837896347046, 0.013188266195356846, -0.17529824376106262, -0.4726145267486572, -2.0276241302490234, -1.7854821681976318, -0.7549957036972046, 1.5668361186981201, -1.3957518339157104, 1.5776387453079224, 514.9574584960938, -0.14744068682193756, 0.32812589406967163, -0.17941129207611084, -0.13536354899406433, 0.7359047532081604, 0.28668707609176636, 0.4769948720932007], "std": [0.10910293459892273, 0.007760209497064352, 0.8826520442962646, 0.552473783493042, 0.388206422328949, 0.09739866852760315, 0.6466774344444275, 308.78564453125, 0.10564441978931427, 0.03251311928033829, 0.03516535460948944, 0.2244420349597931, 0.6084418892860413, 0.3429279327392578, 0.4648893475532532, 0.20073452591896057, 0.015316414646804333, 0.31982678174972534, 0.4811134338378906, 0.8244041204452515, 0.17209552228450775, 0.8399714231491089, 266.0835266113281, 0.06837233155965805, 0.028474140912294388, 0.04053136333823204, 0.21739649772644043, 0.17707771062850952, 0.10358759760856628, 0.20262907445430756], "count": [1082]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009242144177449168], "std": [0.03038684329533012], "count": [1082]}, "timestamp": {"min": [0.0], "max": [43.24], "mean": [21.619999999999997], "std": [12.493854489307934], "count": [1082]}, "frame_index": {"min": [0], "max": [1081], "mean": [540.5], "std": [312.3463622326983], "count": [1082]}, "episode_index": {"min": [492], "max": [492], "mean": [492.0], "std": [0.0], "count": [1082]}, "index": {"min": [588340], "max": [589421], "mean": [588880.5], "std": [312.3463622326983], "count": [1082]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1082]}}} +{"episode_index": 493, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8862745098039215]], [[1.0]], [[1.0]]], "mean": [[[0.4598812039014861]], [[0.46639242272793663]], [[0.4605152684211487]]], "std": [[[0.14755504317615248]], [[0.14591897887267039]], [[0.14706896280613893]]], "count": [179]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.46234004956731295]], [[0.46926896200752183]], [[0.46313796691861103]]], "std": [[[0.09768114067420929]], [[0.09549633143218329]], [[0.09945701756820431]]], "count": [179]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9607843137254902]], [[1.0]], [[0.9137254901960784]]], "mean": [[[0.4667647093055099]], [[0.4681728876839376]], [[0.46551391855624935]]], "std": [[[0.10537328483930175]], [[0.10349412638579517]], [[0.10652206344001613]]], "count": [179]}, "states": {"min": [0.5304404497146606, 1.9712274074554443, -0.7900581955909729, -0.5735326409339905, -2.421138286590576, -1.5193790197372437, 0.10386455059051514, 1.0, 0.09429900348186493, 0.3195599913597107, -0.26013898849487305, -0.48778215050697327, -0.609634518623352, -0.5105091333389282, -0.6435925364494324, -0.9999340772628784, -2.054060697555542, -0.38816121220588684, -0.23317599296569824, 0.803479790687561, 1.0438638925552368, -2.3553216457366943, 47.0, -0.2513279914855957, 0.3329769968986511, -0.2634339928627014, -0.45850256085395813, 0.4475845992565155, -0.07144293189048767, 0.11022571474313736], "max": [0.8254011273384094, 2.036083698272705, 0.1457175463438034, 0.13618804514408112, -0.714939296245575, -0.9903347492218018, 1.2609655857086182, 881.0, 0.24588100612163544, 0.4216879904270172, -0.17685599625110626, 0.5248990058898926, 0.8827219605445862, 0.539369523525238, 0.6192964911460876, -0.42521458864212036, -1.8420379161834717, 1.6536647081375122, 1.2206134796142578, 2.7135331630706787, 1.6919745206832886, -0.13953907787799835, 908.0, -0.012002999894320965, 0.4055579900741577, -0.11577100306749344, 0.11328800767660141, 0.9712876677513123, 0.5517223477363586, 0.6812132000923157], "mean": [0.636634349822998, 2.01621675491333, -0.3422526717185974, -0.12246845662593842, -1.8221322298049927, -1.1500685214996338, 0.7652750611305237, 655.94482421875, 0.19001884758472443, 0.3723680377006531, -0.2342827022075653, -0.19764089584350586, 0.6532132029533386, -0.3126254379749298, -0.47098037600517273, -0.7024912238121033, -2.0350074768066406, 1.0454920530319214, 0.5046117305755615, 1.8446321487426758, 1.3165030479431152, -1.4201478958129883, 521.8837280273438, -0.13492685556411743, 0.36818671226501465, -0.19609768688678741, -0.08094537258148193, 0.7921778559684753, 0.24517720937728882, 0.44402697682380676], "std": [0.0822797417640686, 0.011987150646746159, 0.37320676445961, 0.20508088171482086, 0.34184685349464417, 0.14799709618091583, 0.45865556597709656, 315.88623046875, 0.040399618446826935, 0.029835816472768784, 0.019677136093378067, 0.21867042779922485, 0.2748257517814636, 0.20302465558052063, 0.22389280796051025, 0.1826688051223755, 0.028430236503481865, 0.4124162197113037, 0.3334454596042633, 0.5822615027427673, 0.16066190600395203, 0.5054673552513123, 272.64599609375, 0.06816218048334122, 0.018032630905508995, 0.04036809131503105, 0.12296804040670395, 0.1639261394739151, 0.19254343211650848, 0.1719418615102768], "count": [1015]}, "actions": {"min": [0.5304404497146606, 1.9712274074554443, -0.7900581955909729, -0.5735326409339905, -2.421138286590576, -1.5193790197372437, 0.10386455059051514, 1.0, 0.09429900348186493, 0.3195599913597107, -0.26013898849487305, -0.48778215050697327, -0.609634518623352, -0.5105091333389282, -0.6435925364494324, -0.9999340772628784, -2.054060697555542, -0.38816121220588684, -0.23317599296569824, 0.803479790687561, 1.0438638925552368, -2.3553216457366943, 47.0, -0.2513279914855957, 0.3329769968986511, -0.2634339928627014, -0.45850256085395813, 0.4475845992565155, -0.07144293189048767, 0.11022571474313736], "max": [0.8254011273384094, 2.036083698272705, 0.1457175463438034, 0.13618804514408112, -0.714939296245575, -0.9903347492218018, 1.2609655857086182, 881.0, 0.24588100612163544, 0.4216879904270172, -0.17685599625110626, 0.5248990058898926, 0.8827219605445862, 0.539369523525238, 0.6192964911460876, -0.42521458864212036, -1.8420379161834717, 1.6536647081375122, 1.2206134796142578, 2.7135331630706787, 1.6919745206832886, -0.13953907787799835, 908.0, -0.012002999894320965, 0.4055579900741577, -0.11577100306749344, 0.11328800767660141, 0.9712876677513123, 0.5517223477363586, 0.6812132000923157], "mean": [0.636634349822998, 2.01621675491333, -0.3422526717185974, -0.12246845662593842, -1.8221322298049927, -1.1500685214996338, 0.7652750611305237, 655.94482421875, 0.19001884758472443, 0.3723680377006531, -0.2342827022075653, -0.19764089584350586, 0.6532132029533386, -0.3126254379749298, -0.47098037600517273, -0.7024912238121033, -2.0350074768066406, 1.0454920530319214, 0.5046117305755615, 1.8446321487426758, 1.3165030479431152, -1.4201478958129883, 521.8837280273438, -0.13492685556411743, 0.36818671226501465, -0.19609768688678741, -0.08094537258148193, 0.7921778559684753, 0.24517720937728882, 0.44402697682380676], "std": [0.0822797417640686, 0.011987150646746159, 0.37320676445961, 0.20508088171482086, 0.34184685349464417, 0.14799709618091583, 0.45865556597709656, 315.88623046875, 0.040399618446826935, 0.029835816472768784, 0.019677136093378067, 0.21867042779922485, 0.2748257517814636, 0.20302465558052063, 0.22389280796051025, 0.1826688051223755, 0.028430236503481865, 0.4124162197113037, 0.3334454596042633, 0.5822615027427673, 0.16066190600395203, 0.5054673552513123, 272.64599609375, 0.06816218048334122, 0.018032630905508995, 0.04036809131503105, 0.12296804040670395, 0.1639261394739151, 0.19254343211650848, 0.1719418615102768], "count": [1015]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009852216748768472], "std": [0.03137277503072051], "count": [1015]}, "timestamp": {"min": [0.0], "max": [40.56], "mean": [20.279999999999998], "std": [11.72020477636803], "count": [1015]}, "frame_index": {"min": [0], "max": [1014], "mean": [507.0], "std": [293.00511940920074], "count": [1015]}, "episode_index": {"min": [493], "max": [493], "mean": [493.0], "std": [0.0], "count": [1015]}, "index": {"min": [589422], "max": [590436], "mean": [589929.0], "std": [293.00511940920074], "count": [1015]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1015]}}} +{"episode_index": 494, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4815352111244196]], [[0.48612866445597847]], [[0.4819771639236389]]], "std": [[[0.1306893195542634]], [[0.1305582080019145]], [[0.1304828360051208]]], "count": [221]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[1.0]], [[1.0]]], "mean": [[[0.4709271045899506]], [[0.47579736436429776]], [[0.47008592294383816]]], "std": [[[0.09551624174365016]], [[0.09369349380312604]], [[0.09710968986024308]]], "count": [221]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.4761803799574128]], [[0.476818513774288]], [[0.4724576013663384]]], "std": [[[0.09995538870593175]], [[0.10086978834557297]], [[0.1034501806650647]]], "count": [221]}, "states": {"min": [0.6073920130729675, 1.9422547817230225, -0.5002113580703735, -0.36913713812828064, -2.5801901817321777, -1.4906681776046753, 0.2630036771297455, -2.0, 0.06171900033950806, 0.33934199810028076, -0.2579540014266968, -0.4564593434333801, -0.602637767791748, -0.42686355113983154, -0.6460740566253662, -1.2141907215118408, -2.0433268547058105, 2.7670276165008545, -0.8742005228996277, -1.2660967111587524, 1.0690840482711792, -1.4226877689361572, 84.0, -0.28846099972724915, 0.3340420126914978, -0.26259899139404297, -0.4348198175430298, 0.5014069676399231, -0.16693808138370514, 0.25295063853263855], "max": [0.9646783471107483, 2.0264320373535156, -0.007470009848475456, 0.0814894288778305, -1.3189977407455444, -0.9461778998374939, 1.2031078338623047, 881.0, 0.21600599586963654, 0.42366600036621094, -0.1737149953842163, 0.37182751297950745, 0.8766710162162781, 0.3909834921360016, 0.605891227722168, -0.4897219240665436, -2.028177499771118, 2.8636491298675537, 0.0460766963660717, 0.3525914251804352, 1.6606285572052002, -0.3972718417644501, 908.0, -0.046737998723983765, 0.4369629919528961, -0.12617599964141846, -0.0038391815032809973, 0.9320026636123657, 0.48154836893081665, 0.662010908126831], "mean": [0.780562162399292, 2.013183116912842, -0.2158944308757782, -0.10081323981285095, -2.172165870666504, -1.140864610671997, 0.9799372553825378, 601.8546142578125, 0.1387605518102646, 0.39030903577804565, -0.22005918622016907, -0.14325803518295288, 0.7365877628326416, -0.29347044229507446, -0.5519241094589233, -0.7698838114738464, -2.035262107849121, 2.8330702781677246, -0.2193966507911682, -0.49572357535362244, 1.250633955001831, -0.7526417374610901, 585.5302124023438, -0.17976169288158417, 0.3762761354446411, -0.22063249349594116, -0.23272822797298431, 0.7385919094085693, 0.2540595233440399, 0.49503809213638306], "std": [0.09131021052598953, 0.01050399336963892, 0.18006262183189392, 0.11367852985858917, 0.2194729894399643, 0.10923459380865097, 0.1775614321231842, 293.09161376953125, 0.044506534934043884, 0.02080700360238552, 0.019808700308203697, 0.09246308356523514, 0.12726430594921112, 0.1044107973575592, 0.10258294641971588, 0.26333484053611755, 0.0032959633972495794, 0.03864798694849014, 0.20515617728233337, 0.5345457196235657, 0.12851913273334503, 0.25002938508987427, 294.1459655761719, 0.05955324321985245, 0.02615819312632084, 0.0333314947783947, 0.11475328356027603, 0.14106851816177368, 0.21350668370723724, 0.10980511456727982], "count": [1341]}, "actions": {"min": [0.6073920130729675, 1.9422547817230225, -0.5002113580703735, -0.36913713812828064, -2.5801901817321777, -1.4906681776046753, 0.2630036771297455, -2.0, 0.06171900033950806, 0.33934199810028076, -0.2579540014266968, -0.4564593434333801, -0.602637767791748, -0.42686355113983154, -0.6460740566253662, -1.2141907215118408, -2.0433268547058105, 2.7670276165008545, -0.8742005228996277, -1.2660967111587524, 1.0690840482711792, -1.4226877689361572, 84.0, -0.28846099972724915, 0.3340420126914978, -0.26259899139404297, -0.4348198175430298, 0.5014069676399231, -0.16693808138370514, 0.25295063853263855], "max": [0.9646783471107483, 2.0264320373535156, -0.007470009848475456, 0.0814894288778305, -1.3189977407455444, -0.9461778998374939, 1.2031078338623047, 881.0, 0.21600599586963654, 0.42366600036621094, -0.1737149953842163, 0.37182751297950745, 0.8766710162162781, 0.3909834921360016, 0.605891227722168, -0.4897219240665436, -2.028177499771118, 2.8636491298675537, 0.0460766963660717, 0.3525914251804352, 1.6606285572052002, -0.3972718417644501, 908.0, -0.046737998723983765, 0.4369629919528961, -0.12617599964141846, -0.0038391815032809973, 0.9320026636123657, 0.48154836893081665, 0.662010908126831], "mean": [0.780562162399292, 2.013183116912842, -0.2158944308757782, -0.10081323981285095, -2.172165870666504, -1.140864610671997, 0.9799372553825378, 601.8546142578125, 0.1387605518102646, 0.39030903577804565, -0.22005918622016907, -0.14325803518295288, 0.7365877628326416, -0.29347044229507446, -0.5519241094589233, -0.7698838114738464, -2.035262107849121, 2.8330702781677246, -0.2193966507911682, -0.49572357535362244, 1.250633955001831, -0.7526417374610901, 585.5302124023438, -0.17976169288158417, 0.3762761354446411, -0.22063249349594116, -0.23272822797298431, 0.7385919094085693, 0.2540595233440399, 0.49503809213638306], "std": [0.09131021052598953, 0.01050399336963892, 0.18006262183189392, 0.11367852985858917, 0.2194729894399643, 0.10923459380865097, 0.1775614321231842, 293.09161376953125, 0.044506534934043884, 0.02080700360238552, 0.019808700308203697, 0.09246308356523514, 0.12726430594921112, 0.1044107973575592, 0.10258294641971588, 0.26333484053611755, 0.0032959633972495794, 0.03864798694849014, 0.20515617728233337, 0.5345457196235657, 0.12851913273334503, 0.25002938508987427, 294.1459655761719, 0.05955324321985245, 0.02615819312632084, 0.0333314947783947, 0.11475328356027603, 0.14106851816177368, 0.21350668370723724, 0.10980511456727982], "count": [1341]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007457121551081282], "std": [0.02729754693172726], "count": [1341]}, "timestamp": {"min": [0.0], "max": [53.6], "mean": [26.8], "std": [15.484529914294031], "count": [1341]}, "frame_index": {"min": [0], "max": [1340], "mean": [670.0], "std": [387.1132478573507], "count": [1341]}, "episode_index": {"min": [494], "max": [494], "mean": [494.0], "std": [0.0], "count": [1341]}, "index": {"min": [590437], "max": [591777], "mean": [591107.0], "std": [387.1132478573507], "count": [1341]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1341]}}} +{"episode_index": 495, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9019607843137255]], [[1.0]], [[1.0]]], "mean": [[[0.46681898195101795]], [[0.47127383601908196]], [[0.46721668403951616]]], "std": [[[0.13180180040321138]], [[0.13158236698725817]], [[0.13173858117062126]]], "count": [174]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[1.0]], [[1.0]]], "mean": [[[0.46859002540192324]], [[0.47431954656862746]], [[0.46779339690857186]]], "std": [[[0.11171880197793556]], [[0.10735612483395032]], [[0.11126426344516778]]], "count": [174]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47471694345841786]], [[0.4755038102884832]], [[0.4719212716456314]]], "std": [[[0.12021215607196932]], [[0.12261691753535493]], [[0.12465127793399033]]], "count": [174]}, "states": {"min": [0.5005778670310974, 1.9849106073379517, -0.05988224968314171, -0.3022037744522095, -2.896216869354248, -1.428098201751709, -0.08700466901063919, 0.0, 0.0364300012588501, 0.33500298857688904, -0.2748279869556427, -0.4980672001838684, -0.6177436113357544, -0.4448690116405487, -0.6408116817474365, -0.8439539670944214, -2.053938388824463, 0.6671696305274963, -0.20722295343875885, 0.41805869340896606, 0.8995602130889893, -1.5395724773406982, 40.0, -0.26357200741767883, 0.3364909887313843, -0.27511999011039734, -0.42679083347320557, 0.5563876032829285, -0.11166579276323318, 0.3193291425704956], "max": [1.0034770965576172, 2.0329771041870117, 0.7940899133682251, 0.21481512486934662, -2.1087417602539062, -0.6957231760025024, 1.013163685798645, 884.0, 0.219323992729187, 0.4086189866065979, -0.21156099438667297, 0.5154916048049927, 0.8807029724121094, 0.45263954997062683, 0.6279920935630798, -0.3407231569290161, -1.980023741722107, 1.470527172088623, 0.9549918174743652, 2.3492305278778076, 1.3914986848831177, -0.19310323894023895, 916.0, -0.09023299813270569, 0.4103719890117645, -0.15804800391197205, -0.1379658281803131, 0.9224550127983093, 0.4530828297138214, 0.6437448859214783], "mean": [0.7667773365974426, 2.0153439044952393, 0.35908231139183044, 0.04414905980229378, -2.700103998184204, -1.06033456325531, 0.7982087731361389, 561.4584350585938, 0.11411052942276001, 0.3781134784221649, -0.234292134642601, -0.1288299411535263, 0.7037844657897949, -0.238382026553154, -0.5033564567565918, -0.5817136764526367, -2.041875123977661, 1.0811545848846436, 0.3248683214187622, 1.346107006072998, 1.1726514101028442, -0.7412144541740417, 568.6307983398438, -0.17120416462421417, 0.3659351170063019, -0.22486622631549835, -0.2767159044742584, 0.7473759055137634, 0.2217734009027481, 0.47805264592170715], "std": [0.11431682109832764, 0.00708675617352128, 0.19649828970432281, 0.12285302579402924, 0.16916219890117645, 0.13501238822937012, 0.2076401710510254, 248.0632781982422, 0.047291018068790436, 0.017610779032111168, 0.01437194924801588, 0.1367960125207901, 0.2788386642932892, 0.15941590070724487, 0.2366841733455658, 0.1529090702533722, 0.010569160804152489, 0.2825472056865692, 0.3747911751270294, 0.6941466331481934, 0.10054491460323334, 0.4065650999546051, 282.59210205078125, 0.05352700874209404, 0.02615046128630638, 0.034603655338287354, 0.10320522636175156, 0.14317390322685242, 0.21479889750480652, 0.09925533831119537], "count": [975]}, "actions": {"min": [0.5005778670310974, 1.9849106073379517, -0.05988224968314171, -0.3022037744522095, -2.896216869354248, -1.428098201751709, -0.08700466901063919, 0.0, 0.0364300012588501, 0.33500298857688904, -0.2748279869556427, -0.4980672001838684, -0.6177436113357544, -0.4448690116405487, -0.6408116817474365, -0.8439539670944214, -2.053938388824463, 0.6671696305274963, -0.20722295343875885, 0.41805869340896606, 0.8995602130889893, -1.5395724773406982, 40.0, -0.26357200741767883, 0.3364909887313843, -0.27511999011039734, -0.42679083347320557, 0.5563876032829285, -0.11166579276323318, 0.3193291425704956], "max": [1.0034770965576172, 2.0329771041870117, 0.7940899133682251, 0.21481512486934662, -2.1087417602539062, -0.6957231760025024, 1.013163685798645, 884.0, 0.219323992729187, 0.4086189866065979, -0.21156099438667297, 0.5154916048049927, 0.8807029724121094, 0.45263954997062683, 0.6279920935630798, -0.3407231569290161, -1.980023741722107, 1.470527172088623, 0.9549918174743652, 2.3492305278778076, 1.3914986848831177, -0.19310323894023895, 916.0, -0.09023299813270569, 0.4103719890117645, -0.15804800391197205, -0.1379658281803131, 0.9224550127983093, 0.4530828297138214, 0.6437448859214783], "mean": [0.7667773365974426, 2.0153439044952393, 0.35908231139183044, 0.04414905980229378, -2.700103998184204, -1.06033456325531, 0.7982087731361389, 561.4584350585938, 0.11411052942276001, 0.3781134784221649, -0.234292134642601, -0.1288299411535263, 0.7037844657897949, -0.238382026553154, -0.5033564567565918, -0.5817136764526367, -2.041875123977661, 1.0811545848846436, 0.3248683214187622, 1.346107006072998, 1.1726514101028442, -0.7412144541740417, 568.6307983398438, -0.17120416462421417, 0.3659351170063019, -0.22486622631549835, -0.2767159044742584, 0.7473759055137634, 0.2217734009027481, 0.47805264592170715], "std": [0.11431682109832764, 0.00708675617352128, 0.19649828970432281, 0.12285302579402924, 0.16916219890117645, 0.13501238822937012, 0.2076401710510254, 248.0632781982422, 0.047291018068790436, 0.017610779032111168, 0.01437194924801588, 0.1367960125207901, 0.2788386642932892, 0.15941590070724487, 0.2366841733455658, 0.1529090702533722, 0.010569160804152489, 0.2825472056865692, 0.3747911751270294, 0.6941466331481934, 0.10054491460323334, 0.4065650999546051, 282.59210205078125, 0.05352700874209404, 0.02615046128630638, 0.034603655338287354, 0.10320522636175156, 0.14317390322685242, 0.21479889750480652, 0.09925533831119537], "count": [975]}, "next.done": {"min": [false], "max": [true], "mean": [0.0010256410256410256], "std": [0.03200920314733792], "count": [975]}, "timestamp": {"min": [0.0], "max": [38.96], "mean": [19.48], "std": [11.258324327654922], "count": [975]}, "frame_index": {"min": [0], "max": [974], "mean": [487.0], "std": [281.45810819137307], "count": [975]}, "episode_index": {"min": [495], "max": [495], "mean": [495.0], "std": [0.0], "count": [975]}, "index": {"min": [591778], "max": [592752], "mean": [592265.0], "std": [281.45810819137307], "count": [975]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [975]}}} +{"episode_index": 496, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[1.0]], [[1.0]]], "mean": [[[0.47496371084208094]], [[0.4805785830114874]], [[0.475401027224863]]], "std": [[[0.1309922030216873]], [[0.13257154282854164]], [[0.13149800295737307]]], "count": [198]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4732653299745824]], [[0.4752545770202021]], [[0.4691858195929887]]], "std": [[[0.11162786637632903]], [[0.10952708364590381]], [[0.11222095841719079]]], "count": [198]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47906253610450916]], [[0.4801908989816465]], [[0.47668285696012413]]], "std": [[[0.11439527650711649]], [[0.11630665396502513]], [[0.11869913418531142]]], "count": [198]}, "states": {"min": [0.5073148608207703, 2.0000600814819336, 0.17186258733272552, -0.1057145968079567, -2.89605975151062, -1.386751413345337, -0.03893829509615898, 96.0, 0.0505249984562397, 0.3105829954147339, -0.2816089987754822, -0.4771853983402252, 0.6016364693641663, -0.4061999022960663, -0.6156003475189209, -0.9208182692527771, -2.055422067642212, 0.5105262994766235, -0.2704213261604309, 0.39418259263038635, 0.9172229170799255, -1.8237818479537964, 65.0, -0.2551079988479614, 0.32355499267578125, -0.27736398577690125, -0.49511611461639404, -0.4703448712825775, -0.5187568068504333, -0.5816801190376282], "max": [0.8903448581695557, 2.0324532985687256, 0.9901776909828186, 0.27234119176864624, -2.0802056789398193, -0.7745596766471863, 0.8222944736480713, 881.0, 0.1822890043258667, 0.3864920139312744, -0.21885499358177185, -0.08536309003829956, 0.8538987636566162, -0.07675861567258835, -0.4798606038093567, -0.4944866895675659, -1.9799365997314453, 1.029360294342041, 1.0457663536071777, 2.584989547729492, 1.5628377199172974, -0.13641494512557983, 918.0, -0.07401099801063538, 0.4450109899044037, -0.1033409982919693, 0.5449467897415161, 0.9356582164764404, 0.5821835398674011, 0.6419311761856079], "mean": [0.6775365471839905, 2.018038034439087, 0.5469593405723572, 0.1540301889181137, -2.821744918823242, -0.9788777232170105, 0.675125002861023, 592.483154296875, 0.11142166703939438, 0.36359861493110657, -0.25149935483932495, -0.1841413974761963, 0.7450371384620667, -0.29143404960632324, -0.5580739378929138, -0.6745501160621643, -2.040259599685669, 0.8415881395339966, 0.24551141262054443, 1.4268710613250732, 1.1682024002075195, -0.7049598693847656, 491.9377746582031, -0.17945201694965363, 0.3840961754322052, -0.21497175097465515, -0.2784961760044098, 0.6958267092704773, 0.23660025000572205, 0.4546961486339569], "std": [0.07653378695249557, 0.004822595976293087, 0.17520412802696228, 0.07371062785387039, 0.12313589453697205, 0.11264854669570923, 0.1606917530298233, 238.12457275390625, 0.029059287160634995, 0.01746421493589878, 0.013071819208562374, 0.0737580806016922, 0.05078978091478348, 0.07473145425319672, 0.03203193098306656, 0.14606674015522003, 0.011805285699665546, 0.19622565805912018, 0.3601236939430237, 0.7278509736061096, 0.14248713850975037, 0.4318639039993286, 219.4016876220703, 0.06439532339572906, 0.02404031716287136, 0.04475470259785652, 0.1542607545852661, 0.22079254686832428, 0.28256914019584656, 0.1521359235048294], "count": [1157]}, "actions": {"min": [0.5073148608207703, 2.0000600814819336, 0.17186258733272552, -0.1057145968079567, -2.89605975151062, -1.386751413345337, -0.03893829509615898, 96.0, 0.0505249984562397, 0.3105829954147339, -0.2816089987754822, -0.4771853983402252, 0.6016364693641663, -0.4061999022960663, -0.6156003475189209, -0.9208182692527771, -2.055422067642212, 0.5105262994766235, -0.2704213261604309, 0.39418259263038635, 0.9172229170799255, -1.8237818479537964, 65.0, -0.2551079988479614, 0.32355499267578125, -0.27736398577690125, -0.49511611461639404, -0.4703448712825775, -0.5187568068504333, -0.5816801190376282], "max": [0.8903448581695557, 2.0324532985687256, 0.9901776909828186, 0.27234119176864624, -2.0802056789398193, -0.7745596766471863, 0.8222944736480713, 881.0, 0.1822890043258667, 0.3864920139312744, -0.21885499358177185, -0.08536309003829956, 0.8538987636566162, -0.07675861567258835, -0.4798606038093567, -0.4944866895675659, -1.9799365997314453, 1.029360294342041, 1.0457663536071777, 2.584989547729492, 1.5628377199172974, -0.13641494512557983, 918.0, -0.07401099801063538, 0.4450109899044037, -0.1033409982919693, 0.5449467897415161, 0.9356582164764404, 0.5821835398674011, 0.6419311761856079], "mean": [0.6775365471839905, 2.018038034439087, 0.5469593405723572, 0.1540301889181137, -2.821744918823242, -0.9788777232170105, 0.675125002861023, 592.483154296875, 0.11142166703939438, 0.36359861493110657, -0.25149935483932495, -0.1841413974761963, 0.7450371384620667, -0.29143404960632324, -0.5580739378929138, -0.6745501160621643, -2.040259599685669, 0.8415881395339966, 0.24551141262054443, 1.4268710613250732, 1.1682024002075195, -0.7049598693847656, 491.9377746582031, -0.17945201694965363, 0.3840961754322052, -0.21497175097465515, -0.2784961760044098, 0.6958267092704773, 0.23660025000572205, 0.4546961486339569], "std": [0.07653378695249557, 0.004822595976293087, 0.17520412802696228, 0.07371062785387039, 0.12313589453697205, 0.11264854669570923, 0.1606917530298233, 238.12457275390625, 0.029059287160634995, 0.01746421493589878, 0.013071819208562374, 0.0737580806016922, 0.05078978091478348, 0.07473145425319672, 0.03203193098306656, 0.14606674015522003, 0.011805285699665546, 0.19622565805912018, 0.3601236939430237, 0.7278509736061096, 0.14248713850975037, 0.4318639039993286, 219.4016876220703, 0.06439532339572906, 0.02404031716287136, 0.04475470259785652, 0.1542607545852661, 0.22079254686832428, 0.28256914019584656, 0.1521359235048294], "count": [1157]}, "next.done": {"min": [false], "max": [true], "mean": [0.000864304235090752], "std": [0.029386343993085564], "count": [1157]}, "timestamp": {"min": [0.0], "max": [46.24], "mean": [23.119999999999997], "std": [13.35988023898418], "count": [1157]}, "frame_index": {"min": [0], "max": [1156], "mean": [578.0], "std": [333.9970059746045], "count": [1157]}, "episode_index": {"min": [496], "max": [496], "mean": [496.0], "std": [0.0], "count": [1157]}, "index": {"min": [592753], "max": [593909], "mean": [593331.0], "std": [333.9970059746045], "count": [1157]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1157]}}} +{"episode_index": 497, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[1.0]], [[1.0]]], "mean": [[[0.46508498569180756]], [[0.47130880948058235]], [[0.46519781724418163]]], "std": [[[0.15105411133659033]], [[0.14836968716540178]], [[0.14990061489852835]]], "count": [189]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692535327402566]], [[0.4760297543400076]], [[0.470014134203064]]], "std": [[[0.08579936261614171]], [[0.08304335335444135]], [[0.08657866099559372]]], "count": [189]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.4669287573053913]], [[0.46808916359753777]], [[0.46485330860739354]]], "std": [[[0.1180018073688724]], [[0.11492959188606751]], [[0.11749737825239152]]], "count": [189]}, "states": {"min": [0.4329115152359009, 1.9714716672897339, -0.8069181442260742, -0.34430110454559326, -2.322509765625, -1.4650119543075562, 0.04443608224391937, -5.0, 0.07960399985313416, 0.28521600365638733, -0.28319600224494934, -0.478893905878067, -0.5640934705734253, -0.4413837492465973, -0.6335960030555725, -1.091249704360962, -2.0480217933654785, 0.14449581503868103, -0.2704213261604309, 0.7756417989730835, 1.092680811882019, -2.165255546569824, 42.0, -0.25574201345443726, 0.34738999605178833, -0.25738099217414856, -0.44789859652519226, 0.3542470932006836, -0.061874695122241974, 0.11229914426803589], "max": [0.8828225135803223, 2.036921501159668, -0.3588745892047882, 0.20554743707180023, -0.830741822719574, -0.9294576644897461, 1.000335454940796, 882.0, 0.2326589971780777, 0.443123996257782, -0.18720699846744537, 0.4830242693424225, 0.8877964019775391, 0.4205598533153534, 0.5737544298171997, -0.5519603490829468, -1.9035958051681519, 1.730808138847351, 1.0517703294754028, 2.8731610774993896, 1.6756558418273926, -0.15618953108787537, 918.0, 0.02188899926841259, 0.4216710031032562, -0.05608300119638443, 0.039190683513879776, 0.9857050776481628, 0.560701847076416, 0.8112759590148926], "mean": [0.7286794185638428, 2.020439624786377, -0.47406789660453796, -0.07778090238571167, -1.7377830743789673, -1.157452940940857, 0.7025663256645203, 525.1043701171875, 0.1582556962966919, 0.3837638795375824, -0.22394505143165588, -0.2156868577003479, 0.7030611038208008, -0.26902973651885986, -0.5180037021636963, -0.7683653235435486, -2.0280652046203613, 0.9303719401359558, 0.43245208263397217, 1.732722282409668, 1.319911003112793, -1.3702691793441772, 550.9432373046875, -0.14838896691799164, 0.3866594731807709, -0.17618341743946075, -0.14224295318126678, 0.7217245101928711, 0.28538593649864197, 0.45429539680480957], "std": [0.09824742376804352, 0.011459248140454292, 0.15293000638484955, 0.15231551229953766, 0.49069246649742126, 0.1356537789106369, 0.34354639053344727, 295.0966491699219, 0.040967267006635666, 0.042310092598199844, 0.020953495055437088, 0.18151378631591797, 0.1954706311225891, 0.16664309799671173, 0.13983149826526642, 0.18248103559017181, 0.025309190154075623, 0.40706169605255127, 0.3645143508911133, 0.7193378210067749, 0.1621468961238861, 0.578309178352356, 286.47161865234375, 0.09211794286966324, 0.016170868650078773, 0.0437583327293396, 0.16685611009597778, 0.23409120738506317, 0.2088393121957779, 0.21165478229522705], "count": [1092]}, "actions": {"min": [0.4329115152359009, 1.9714716672897339, -0.8069181442260742, -0.34430110454559326, -2.322509765625, -1.4650119543075562, 0.04443608224391937, -5.0, 0.07960399985313416, 0.28521600365638733, -0.28319600224494934, -0.478893905878067, -0.5640934705734253, -0.4413837492465973, -0.6335960030555725, -1.091249704360962, -2.0480217933654785, 0.14449581503868103, -0.2704213261604309, 0.7756417989730835, 1.092680811882019, -2.165255546569824, 42.0, -0.25574201345443726, 0.34738999605178833, -0.25738099217414856, -0.44789859652519226, 0.3542470932006836, -0.061874695122241974, 0.11229914426803589], "max": [0.8828225135803223, 2.036921501159668, -0.3588745892047882, 0.20554743707180023, -0.830741822719574, -0.9294576644897461, 1.000335454940796, 882.0, 0.2326589971780777, 0.443123996257782, -0.18720699846744537, 0.4830242693424225, 0.8877964019775391, 0.4205598533153534, 0.5737544298171997, -0.5519603490829468, -1.9035958051681519, 1.730808138847351, 1.0517703294754028, 2.8731610774993896, 1.6756558418273926, -0.15618953108787537, 918.0, 0.02188899926841259, 0.4216710031032562, -0.05608300119638443, 0.039190683513879776, 0.9857050776481628, 0.560701847076416, 0.8112759590148926], "mean": [0.7286794185638428, 2.020439624786377, -0.47406789660453796, -0.07778090238571167, -1.7377830743789673, -1.157452940940857, 0.7025663256645203, 525.1043701171875, 0.1582556962966919, 0.3837638795375824, -0.22394505143165588, -0.2156868577003479, 0.7030611038208008, -0.26902973651885986, -0.5180037021636963, -0.7683653235435486, -2.0280652046203613, 0.9303719401359558, 0.43245208263397217, 1.732722282409668, 1.319911003112793, -1.3702691793441772, 550.9432373046875, -0.14838896691799164, 0.3866594731807709, -0.17618341743946075, -0.14224295318126678, 0.7217245101928711, 0.28538593649864197, 0.45429539680480957], "std": [0.09824742376804352, 0.011459248140454292, 0.15293000638484955, 0.15231551229953766, 0.49069246649742126, 0.1356537789106369, 0.34354639053344727, 295.0966491699219, 0.040967267006635666, 0.042310092598199844, 0.020953495055437088, 0.18151378631591797, 0.1954706311225891, 0.16664309799671173, 0.13983149826526642, 0.18248103559017181, 0.025309190154075623, 0.40706169605255127, 0.3645143508911133, 0.7193378210067749, 0.1621468961238861, 0.578309178352356, 286.47161865234375, 0.09211794286966324, 0.016170868650078773, 0.0437583327293396, 0.16685611009597778, 0.23409120738506317, 0.2088393121957779, 0.21165478229522705], "count": [1092]}, "next.done": {"min": [false], "max": [true], "mean": [0.0009157509157509158], "std": [0.030247517518157043], "count": [1092]}, "timestamp": {"min": [0.0], "max": [43.64], "mean": [21.82], "std": [12.60932459200994], "count": [1092]}, "frame_index": {"min": [0], "max": [1091], "mean": [545.5], "std": [315.23311480024853], "count": [1092]}, "episode_index": {"min": [497], "max": [497], "mean": [497.0], "std": [0.0], "count": [1092]}, "index": {"min": [593910], "max": [595001], "mean": [594455.5], "std": [315.23311480024853], "count": [1092]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1092]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..298a4418d0aea0aecf2a8489ee116def976c31b9 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,205 @@ +{ + "codebase_version": "v2.1", + "robot_type": "realman", + "total_episodes": 498, + "total_frames": 595002, + "total_tasks": 1, + "total_videos": 1494, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 25, + "splits": { + "train": "0:498" + }, + "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": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 25.0, + "video.height": 480, + "video.width": 640, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.cam_left_wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 25.0, + "video.height": 480, + "video.width": 640, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.cam_right_wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 25.0, + "video.height": 480, + "video.width": 640, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "states": { + "dtype": "float32", + "shape": [ + 30 + ], + "name": [ + "right_arm_joint_1", + "right_arm_joint_2", + "right_arm_joint_3", + "right_arm_joint_4", + "right_arm_joint_5", + "right_arm_joint_6", + "right_arm_joint_7", + "right_gripper_joint", + "right_end_effector_positions_x", + "right_end_effector_positions_y", + "right_end_effector_positions_z", + "right_end_effector_quat_x", + "right_end_effector_quat_y", + "right_end_effector_quat_z", + "right_end_effector_quat_w", + "left_arm_joint_1", + "left_arm_joint_2", + "left_arm_joint_3", + "left_arm_joint_4", + "left_arm_joint_5", + "left_arm_joint_6", + "left_arm_joint_7", + "left_gripper_joint", + "left_end_effector_positions_x", + "left_end_effector_positions_y", + "left_end_effector_positions_z", + "left_end_effector_quat_x", + "left_end_effector_quat_y", + "left_end_effector_quat_z", + "left_end_effector_quat_w" + ] + }, + "actions": { + "dtype": "float32", + "shape": [ + 30 + ], + "name": [ + "right_arm_joint_1", + "right_arm_joint_2", + "right_arm_joint_3", + "right_arm_joint_4", + "right_arm_joint_5", + "right_arm_joint_6", + "right_arm_joint_7", + "right_gripper_joint", + "right_end_effector_positions_x", + "right_end_effector_positions_y", + "right_end_effector_positions_z", + "right_end_effector_quat_x", + "right_end_effector_quat_y", + "right_end_effector_quat_z", + "right_end_effector_quat_w", + "left_arm_joint_1", + "left_arm_joint_2", + "left_arm_joint_3", + "left_arm_joint_4", + "left_arm_joint_5", + "left_arm_joint_6", + "left_arm_joint_7", + "left_gripper_joint", + "left_end_effector_positions_x", + "left_end_effector_positions_y", + "left_end_effector_positions_z", + "left_end_effector_quat_x", + "left_end_effector_quat_y", + "left_end_effector_quat_z", + "left_end_effector_quat_w" + ] + }, + "next.done": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "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 + } + } +} \ No newline at end of file diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d83be796ab2f424b567551517250e20dd1151de0 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "build blocks"} diff --git a/videos/chunk-000/observation.images.cam_high/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_high/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5d955db980d1f731c5dcb59150e41cefb57732b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_high/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fbfb3c7c95e535c32593f8d1367e16738b625ab2d5385fd3253364e46a64c1 +size 10384490 diff --git a/videos/chunk-000/observation.images.cam_left_wrist/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_left_wrist/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b7284931818c80e14217ee323c34810c0f677d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c89e1a6b08e80d09d5cd5a0d9fc41ab6b19e76761872740a6ac7c67abd077f +size 8299531 diff --git a/videos/chunk-000/observation.images.cam_right_wrist/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_right_wrist/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dcfdb0ee832363a5a58a7188ecb0c3a25ac35a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b4bc50319f7cd9c28909407c85c1370e8566f68308730330a3effa5d7791e1 +size 8395979