diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..05e05ae0f7facf0f29f8f443a9b0316c623bc6c4 --- /dev/null +++ b/README.md @@ -0,0 +1,60 @@ +# Piper LeRobot Dataset + +Generated on `2026-04-21` by `convert_piper_hdf5_to_lerobot.py`. + +## Summary + +- Repo id: `ZhaoRunyi/Piper_open_drawer_0421` +- Robot type: `aloha` +- Input dir: `/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer` +- Output dir: `/home/edemlab/challenge_ws/data/ZhaoRunyi/Piper_open_drawer_0421` +- FPS: `10` +- Sampling mode: `full` +- Leading group: `slave_cam_high` +- Crop strategy: `LATEST_START` +- Default leading tolerance: `0.1` s +- Additional constraints: `[]` +- Arm selection: `dual` -> `left, right` +- Space ids: `all` -> `['joint', 'gripper', 'ee_pos', 'ee_rot']` +- EE rotation format: `rot6d` +- Gripper format: `raw` +- Image preset: `all` -> `['observation.images.cam_high', 'observation.images.cam_left_wrist', 'observation.images.cam_right_wrist']` + +## State / Action Index Map + +`action` uses the exact same index order as `observation.state`. + +| indices | arm | component | names | source | +| --- | --- | --- | --- | --- | +| 0-5 | left | joint | left_joint_waist, left_joint_shoulder, left_joint_elbow, left_joint_forearm_roll, left_joint_wrist_angle, left_joint_wrist_rotate | slave_left_arm/joint | +| 6 | left | gripper | left_gripper | slave_left_arm/gripper | +| 7-9 | left | ee_pos | left_ee_pos_x, left_ee_pos_y, left_ee_pos_z | slave_left_arm/ee_pose[:3] | +| 10-15 | left | ee_rot | left_ee_rot6d_0, left_ee_rot6d_1, left_ee_rot6d_2, left_ee_rot6d_3, left_ee_rot6d_4, left_ee_rot6d_5 | slave_left_arm/ee_pose[3:6] (controller-scaled Piper xyz Euler) -> rot6d | +| 16-21 | right | joint | right_joint_waist, right_joint_shoulder, right_joint_elbow, right_joint_forearm_roll, right_joint_wrist_angle, right_joint_wrist_rotate | slave_right_arm/joint | +| 22 | right | gripper | right_gripper | slave_right_arm/gripper | +| 23-25 | right | ee_pos | right_ee_pos_x, right_ee_pos_y, right_ee_pos_z | slave_right_arm/ee_pose[:3] | +| 26-31 | right | ee_rot | right_ee_rot6d_0, right_ee_rot6d_1, right_ee_rot6d_2, right_ee_rot6d_3, right_ee_rot6d_4, right_ee_rot6d_5 | slave_right_arm/ee_pose[3:6] (controller-scaled Piper xyz Euler) -> rot6d | + +## Notes + +- Timestamp alignment is done per HDF5 group. Each camera group and each arm group has its own `timestamp` dataset, which is treated like an individual topic timeline. +- The leading group is `slave_cam_high`. In `full` mode every leading-group timestep is kept; in `fps` mode the leading timeline is resampled first and then all other groups are bound to it by nearest timestamp. +- Piper HDF5 stores 6 arm joints plus one separate gripper scalar per arm. When both `joint` and `gripper` are enabled, the gripper is appended as the 7th dimension of that arm's joint block. +- `ee_pose` rotation is decoded from the current PiperController convention: controller value -> multiply by 1000 -> Piper xyz Euler degrees -> convert to `rot6d`. When `EE_ROT_FORMAT` is `rpy`/`euler`, the exported values are radians. +- `GRIPPER_FORMAT="01"` treats values in `[0, 1]` as normalized opening ratio and thresholds them with `GRIPPER_FULL_WIDTH=0.05` and `GRIPPER_THRESHOLD=0.01`. + +## Image Keys + +| dataset key | hdf5 group | +| --- | --- | +| observation.images.cam_high | slave_cam_high | +| observation.images.cam_left_wrist | slave_cam_left | +| observation.images.cam_right_wrist | slave_cam_right | + +## Feature Names + +`observation.state` / `action` names: + +```text +left_joint_waist, left_joint_shoulder, left_joint_elbow, left_joint_forearm_roll, left_joint_wrist_angle, left_joint_wrist_rotate, left_gripper, left_ee_pos_x, left_ee_pos_y, left_ee_pos_z, left_ee_rot6d_0, left_ee_rot6d_1, left_ee_rot6d_2, left_ee_rot6d_3, left_ee_rot6d_4, left_ee_rot6d_5, right_joint_waist, right_joint_shoulder, right_joint_elbow, right_joint_forearm_roll, right_joint_wrist_angle, right_joint_wrist_rotate, right_gripper, right_ee_pos_x, right_ee_pos_y, right_ee_pos_z, right_ee_rot6d_0, right_ee_rot6d_1, right_ee_rot6d_2, right_ee_rot6d_3, right_ee_rot6d_4, right_ee_rot6d_5 +``` diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dea6669ec81a9b13522c5b810644adbef5cab500 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae182875d95b84cfd5201ceafd312e3f47f3b1035f51b53646ec99ffe47ffdda +size 471871485 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e73aaa258064bf911f980856800abbeacccc67e --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151569d9cda5cae2cc9d83fb3602f2e4d1b3c9695f8fbf6503f2301517ce68fe +size 429932287 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f65e5b9298f4281ab1d3b023efb665d8117695a --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76aa70b3cf78e863123cef05a4ff552cbb7d9682b2c004c2acb660f89c423d42 +size 377518692 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f74c6f01e189c1bd6933d32a24bad069a63ec25 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e31643fd15de6a3772af19b6c56a61c5ffea5d1bfdf178db59148877797ca7 +size 359781124 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48db2db914a66d88201af209e79e3b0bfa2b2654 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b796c8cd1463be228af9fb6faf2078d7bf0ca2a778d9b4e02207df504543fa +size 265246233 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b598661c56c5ebe3aee50ec979272e225103008f --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a197192940ee49435f8bc8a11cc308e4d1ddf1f7b6f3889668c38d779675c830 +size 258780506 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a48cb98014446c9efbef9b5a9d114d13ff524ec5 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7881e5ada228b5a4fbc58862cacd6cf287078681c89a357b1a579f021274903a +size 252567894 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cc1db220a798819c61fa1c7d817b3b9b38519b6 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926a2569df7579362df5c29cbee24dcb48a1cc4cb7980e3c4884c3e0e6e12c7b +size 322320104 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f2a9a4ba40d0df67b3be79c037078b967ad46d6 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174a4e658702e1db41df505c540ea1fde2b8d4c9e92ac8f3dabc67c6e5d09b90 +size 297533203 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c66876adc118de78c41fd1fece0f004f18e9c016 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252c4b37bebdd667e236eaee19b9f59be72c30eca537a4c955efb8357a2054c4 +size 294103438 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e90756540a82826f73f40845a2bfa223dc8e47c --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0822df7b3d52c19c640f61cc752fc3e5d86bb9e4cd0b3f1800cc82dbe7c3d36a +size 315545864 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2025d2494f9c9531e1b11f9b40a7d2d0f274631f --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc046d89efab15300f521b48a248e7e43b0df96d6c0b08ad66f9a2f03a0bb011 +size 260153515 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70d81bc45db6da57016d2b2d3d6e3e1c50c6accc --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ffe399c124d29cde0cb80fd24b9c98532e5cfca76574767cf7d09108d581d8 +size 464962817 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be55b5a9da40a2d3a1cf8a8be0c8f09438263512 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1bc538b7f0e3b99b7e298c0efc7c6b5b37612c8445ec8b7d54ab8306d9c9e3 +size 236426762 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7881ef3c1d6a967c4c63a43b9ccf1b1c8a36c605 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76139faab491996a64b0b43bba91e8bdb8bf8c2778a27c59b673125548e50475 +size 268421559 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a42245d906869a310d39d8964cbdad355967901a --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dae27365fd6fb44c8da9e0b5ecb625a8f0eb605d384cbc6a40e6a4c88e00269 +size 264251738 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a87847cfa2a9542d16cdc7fe3a068ad0779791c6 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794321f5be6a2eea68d0bab6280675671cce8f296dd6236cf2703619a9a4b71b +size 225948438 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8090a3fc87ac7d7ca9efbf3de7a58a5b51923b71 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be69c56c998df96c6405d95388080548bfa714d924ee9810235cb0b6ad6b9e33 +size 341268301 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de50ca4608e436cf7b31e1cebc607c6ca649a39c --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5c9c3e7919109ceb4c093a7a9455a8a6a2318528dd0f8ccb66981da62f5002 +size 326884020 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0df6ca886c696e525dfd1651b61e0da2d154f480 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2932ca3802abec93d9d6752c7d98945270df23354f84b1b8a66a21a403d947ee +size 336364422 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ca7575f44ebaf7e39efab21c448a2f66447bd13 --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7ecb38e8d6c86432cb1b142b8a9fb5152a7648ddc7de2609fb42c637c37c34 +size 342330166 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81f24939e11214efe758a5bce33f059016e80c2a --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf43882e810d5d70ac77475f932e34bbdca4d67b4097624c8c9b36f87d4624d7 +size 331303531 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80654d6d52ab42ae84d38e8c7d8e4da8a50597a7 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0397fd31b90b4fcb24d2b327be48de4ad7372aaf54f25be0f63fe554cbb7a5d5 +size 332945112 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16b5504c772a8a9c98ac95595a5b9ac353a24a80 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02340868ae250219f967c56fbebc8f07b9f474232e9f8f3e0ee412fd12d212e +size 409978333 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1026e8a25ee5dc8b336f5e6e267141b229dff1aa --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f759426098e0c63882015a685ec2e4d730498f5c313a0dcb1412a938e20552 +size 315639248 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a189e0676cff0557a37a8aefdc1e8a3f72a1a538 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0647de144ed0e97b954adb472e9cc888a72a3867747fb2c216232b6e47aa5535 +size 357366040 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..180ae72e1e9d75f97ef2cabdf27b5a7fd9f26fb6 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a267d57b73837d6c9694304412804862b69ceee641fd93fb79c2befd93f42b89 +size 318044191 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ef8cdd9634733a28d34683eceb1d1aea7800783 --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f64b1ac329d40a426ee8f907fb3d14486d72e9569f67ea32bcb06a7763e73d9 +size 347116119 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a1726cd65369f06fc8579d9fd6beaec6cd1d1ce --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2473c3c1fe0c3f6fd61f2a0dccbed3f0796193bf0007c656995c58f2907b8618 +size 309101542 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ef0e274e4f8fe4a069829426709ca91295927c9 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1cd93d2e13b86b68b4bf9ea16eab8dd8874108fc4e0fdbdd833967d32f373b +size 268306839 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac90072de237b625045a4ec41f3db4523e461aaf --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e10a4ed7d0c8ee93a3ee5939e142f48ff0067f64d614d793fa2463490ff5f6 +size 381773314 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5dffd0c41b782cf9f1b4f1e870ff2131d78c9fe1 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1526903112b10eff5de1f379d75c54e83e777abf695e0b29ca02fa1ecb79993 +size 368926130 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b79a278941e620cfd4a6c2495896e080136c265f --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b2c12f2c41581a4a163ebcf568ee02c837498d6ce98d120173909a5b4e960d +size 335049929 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2995a4d5ec13482c73c469d734a07ef4ae1e1a81 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32acf5b8b386cf0f66899b83750b5149fa838a0fd21ff63459aeaa6a6a59b13 +size 350274167 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ab29503a786da8dabd5ae0147189d8ba48299c6 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1d497c1c631862b54f839d05e419053070fa2b726644286136d41e85de86ec +size 325525220 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bec4cd733d6b2b3d8ffab9c31223309c6294f096 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a23c2201529a3fb5c47d6ed68602a68339591b816d9ae8b53c11893eebe29a8 +size 359814394 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7d7e3b24fbe6d880f00f8fa1f94004f8cb14818 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2faad9480dfde022481f1f1aadb007759a132f0b09b89e80d36cf93a309ffaa +size 338718901 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cbdc85fa0768a3fadfa00b50dade878cb22b73c --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d931041c986a212ac74fd97c6f4d3ef6400ab9eb2ce53bf9756388ab392d34d5 +size 367970315 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47bcb0bc3f84a3da619b5b3428e6500e5c1ee6c8 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc627f99fb8f27556222cc3eb4ad85f2ae458098411fb01b09b76f5b1c000961 +size 331022387 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7c4f8746d11298639afb9416971d653818936c1 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656d0a6d46521c6446407d548f3ab4ee6c041bb9e08d5f938a4ce0338866b078 +size 310124079 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d5f98cc8825a9b9f52bf3da531c7e63bc02c7cf --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a1afeda61531b77ed3f2f840d2a5dc8b229915195c5452ab0f65279e3a67fc +size 333990315 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4defd88b5bf9873116760b42392477379663f857 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcbd6e47675052ca59ba94bcddbea1fc40ad95b7303ef28089ad9d9dd620809 +size 290763387 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b8c01d730f004b6bacda2477a8b6877eaa594cd --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913e986c5ea201d90dddf0167589b024c3242be7f0b13aacd42c118225e99ab9 +size 283968539 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8373bb64c08fd01244d7da6c9cafedb0680c4f43 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdf99bee6c04cb6d3ef36484fec70fbaf08c60a81962f8e8b260033671e1b49 +size 323087962 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98b653f49d91d7df445e3fd37140745453d4604c --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd460b337d9288614a068e05b4b6cf44b65673938f844f3e7f36180c6a2c45f +size 331885315 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e5788df9692c850b62278bb9e98e4fa72123b5f --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cded9de108ffac2f9f3c8becdd7484bf9ab2e79d3641299b8610562b3d513457 +size 320611862 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e75f6dd4edc030399879bd018bdfd7b30960453 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56482f68291d580517ff68ebeb46e950586484651a0dbfd2bc7cfb600f294216 +size 325972125 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dca5aa342ce4be6af26dffc51d4a66fdaababed3 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba2d76961b6dd6edaaea56a7fbe16265aeef449f4486d199d77fd02733cbe9b +size 320393753 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c7eb1e6fb94c9bf539033fc68ef1eda91e5eb11 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8809efbbb5b67f21bc3961b1e67d09c990c29b2c71400684e6fafc11bb020a3 +size 315252596 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49adbf92b677afca1509f0023c95eb137c0b0735 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56e38daa0c81decaf567386c233ee49ce81d56a7422bbf1fe1e6a5cba265aba +size 283657415 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c62e3f4bdff2ec618e50ae92fdecbd85104e770 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4e6ee4896e8fd24eb3872bc042d09bd9dac0e650634ecde6761dc6c30d8044 +size 314689353 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a4dfab0f22ad4cdb80262f8cf105b0eb6b05632 --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5fcd168c396e5b4415994902adaceecbbb67b9e49a427a5846eae03706374b +size 300690193 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5bdae6cf09fb1925ec6b42e360e526e59c710dc --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd460dc2f3129f58e4e6c7f17e3214c280f3460425ecbc2e7865c0ccc9b15096 +size 319089734 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6190b495cd2aaa31be3e21afa127e0dc91eed913 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c233e6fff9a10f3b45afa837b121b6dd7ccd9dac98cdbd9163b0e4ad081bd7ff +size 345646100 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e68484468ae6d6308d82c2174d8d4d1e1a488e7 --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dfe42b2e68ea618ac467e266518d9c657d80b365600f313a285971d5e36438 +size 311351611 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f0ad130a4b6882361e59a99324968b606398554 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7458c456c3d6381475c264e29624deb093c0bb6d762cb66abfa68d7387d54876 +size 351836270 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54ee9df12894c027c63b34a8d7d3c5039a15de27 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c994d52fc644505a25fa3f2b6fdcc4e99578080f1b7737f5bdcf25d57a8f72 +size 396765382 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85cc1cda75b8bda2b943e1d0a3eaa6019da3cbd7 --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6a382589eab9165b88b95088f136955988db441bab78fa2e7d1c69f4bc224c +size 368333906 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9023f0a4c5f81d915e4217df251367573290fe46 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c6c825a760586ed624a1afd21e00f92144a97978f8a0b0e1bc63298b917cb3 +size 333555746 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec1f0e860a67ac150f77a24e051981adcd4d102c --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90816dc508363607d0c4e60e4c10203847c68dfb23eb4abda9aaed0c826c57ad +size 395947468 diff --git a/episode_mapping.json b/episode_mapping.json new file mode 100644 index 0000000000000000000000000000000000000000..a7fd8e5c15db8b650372e92411ff826493090996 --- /dev/null +++ b/episode_mapping.json @@ -0,0 +1,1682 @@ +[ + { + "episode_index": 0, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/0.hdf5", + "file_hash": "0171dbb3a753d6bc85c70dba632b6160c664bf5ea855f10fe13fc47e80adb43a", + "num_source_frames": 685, + "num_anchor_frames": 684, + "num_output_frames": 684, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 8.641 + }, + { + "episode_index": 1, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/1.hdf5", + "file_hash": "e5c5214d6a4090873428815da76331cc6cf7401f71369820e01904f1cb7d0a31", + "num_source_frames": 623, + "num_anchor_frames": 622, + "num_output_frames": 622, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 8.183 + }, + { + "episode_index": 2, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/10.hdf5", + "file_hash": "601296b0d094c8ee138237697be5129361e0837da0e151a08ee2f6ef2d35a747", + "num_source_frames": 546, + "num_anchor_frames": 545, + "num_output_frames": 545, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 7.052 + }, + { + "episode_index": 3, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/11.hdf5", + "file_hash": "6c0643a4a105951c70157c8f18fb70217de564935ce479ef6b609371b75d254f", + "num_source_frames": 544, + "num_anchor_frames": 543, + "num_output_frames": 543, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 7.041 + }, + { + "episode_index": 4, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/12.hdf5", + "file_hash": "2e2cfcb70e0682f4715bd53b17496ef672a2c55abc903b5974268e7e4387fe0a", + "num_source_frames": 452, + "num_anchor_frames": 451, + "num_output_frames": 451, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.217 + }, + { + "episode_index": 5, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/13.hdf5", + "file_hash": "de9c9fb8f6b8c850e532f4bb60639df601b7763e20687c11e5876e193ce4b93c", + "num_source_frames": 452, + "num_anchor_frames": 451, + "num_output_frames": 451, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.073 + }, + { + "episode_index": 6, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/14.hdf5", + "file_hash": "12d8e23858a2a43ce4c411d3ba9e990cb7e3596a56704be7ba25f392fc4ec6f5", + "num_source_frames": 442, + "num_anchor_frames": 441, + "num_output_frames": 441, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 4.924 + }, + { + "episode_index": 7, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/15.hdf5", + "file_hash": "85d9abaa7f2e1418b4a300a4e682ec6bb9f342f969d568358606cded11205554", + "num_source_frames": 540, + "num_anchor_frames": 539, + "num_output_frames": 539, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.457 + }, + { + "episode_index": 8, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/16.hdf5", + "file_hash": "835a2b60f133a87237ce3b5da3d25d81326922fc4407046c186136ffb830a951", + "num_source_frames": 517, + "num_anchor_frames": 516, + "num_output_frames": 516, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.765 + }, + { + "episode_index": 9, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/17.hdf5", + "file_hash": "94e51cc1f000d14f0ef84396f5c848722fdaad14c29ea85c9838f3013508d60c", + "num_source_frames": 506, + "num_anchor_frames": 505, + "num_output_frames": 505, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.786 + }, + { + "episode_index": 10, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/18.hdf5", + "file_hash": "dbc18538ab2f372d41fa1ef9d29f60095736e035838214437d763a48f9d12fe0", + "num_source_frames": 520, + "num_anchor_frames": 519, + "num_output_frames": 519, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.067 + }, + { + "episode_index": 11, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/19.hdf5", + "file_hash": "23d9916efba0f5e809547ca489a869c01ae93e578e72fb4f1b42fad66765a4ea", + "num_source_frames": 446, + "num_anchor_frames": 445, + "num_output_frames": 445, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.096 + }, + { + "episode_index": 12, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/2.hdf5", + "file_hash": "49916c017cad339c1c353d5285ad949c9bb757b8051f8825b732aeb1216967ac", + "num_source_frames": 683, + "num_anchor_frames": 682, + "num_output_frames": 682, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 8.455 + }, + { + "episode_index": 13, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/20.hdf5", + "file_hash": "0bb082c8a4d3506851e09872a33b90a5f81e7a01066b6c843ca7180f332e49e1", + "num_source_frames": 419, + "num_anchor_frames": 418, + "num_output_frames": 418, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 4.7 + }, + { + "episode_index": 14, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/21.hdf5", + "file_hash": "3c5f61dcf54480ffe12384e409e5d18fde5a9d49b1d60b0a782acb467abab16c", + "num_source_frames": 461, + "num_anchor_frames": 460, + "num_output_frames": 460, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.381 + }, + { + "episode_index": 15, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/22.hdf5", + "file_hash": "50206616f0f00d0805d7a5f7a5f531e0bb46e8306fcb24a37f328b0e7c40896f", + "num_source_frames": 459, + "num_anchor_frames": 458, + "num_output_frames": 458, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.425 + }, + { + "episode_index": 16, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/23.hdf5", + "file_hash": "28df540138b0b26cc53c72d743634ccc578c1af4fd94789385485134803e17c3", + "num_source_frames": 397, + "num_anchor_frames": 396, + "num_output_frames": 396, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 4.546 + }, + { + "episode_index": 17, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/24.hdf5", + "file_hash": "bfd7aada2d4b0f4735177256179dca3763a37718d050103eaf4c4f7d2093aa82", + "num_source_frames": 464, + "num_anchor_frames": 463, + "num_output_frames": 463, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.371 + }, + { + "episode_index": 18, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/25.hdf5", + "file_hash": "f06a8f92c8363468c844c9144626d366a7789b1d00adfff4d89c29cf2342b3e9", + "num_source_frames": 458, + "num_anchor_frames": 457, + "num_output_frames": 457, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.049 + }, + { + "episode_index": 19, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/26.hdf5", + "file_hash": "85b24f013f2225b828b4a89ff696fd4db45fad12d31959298dec0f84794e856b", + "num_source_frames": 473, + "num_anchor_frames": 472, + "num_output_frames": 472, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.188 + }, + { + "episode_index": 20, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/27.hdf5", + "file_hash": "2cc203d5dd01a39167e12969b056c039b7c0fee683213c638c0ea0cdf94a7bed", + "num_source_frames": 461, + "num_anchor_frames": 460, + "num_output_frames": 460, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.766 + }, + { + "episode_index": 21, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/28.hdf5", + "file_hash": "3dcdb200fd09d47cb79ba789c95b054133a3221d563c2689d38ecb8b179b801c", + "num_source_frames": 439, + "num_anchor_frames": 438, + "num_output_frames": 438, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.397 + }, + { + "episode_index": 22, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/29.hdf5", + "file_hash": "2b06141cf674bd3c6e3aabac1e224092d19f055d99b6fc37d35f85613e9ed4ba", + "num_source_frames": 472, + "num_anchor_frames": 471, + "num_output_frames": 471, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.643 + }, + { + "episode_index": 23, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/3.hdf5", + "file_hash": "820176594d67b0c5fd9e15e3088a300e13bdd0ab26cb5622d4c1b312b1431e9b", + "num_source_frames": 612, + "num_anchor_frames": 611, + "num_output_frames": 611, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 8.045 + }, + { + "episode_index": 24, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/30.hdf5", + "file_hash": "05765c1909ffefdfaf90d54ded038de05df897debcd776555efafb99580abf53", + "num_source_frames": 424, + "num_anchor_frames": 423, + "num_output_frames": 423, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.07 + }, + { + "episode_index": 25, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/31.hdf5", + "file_hash": "84fddf54fc6d3a6818fe298440088843571c8d3339223476b51a05b310ee10ce", + "num_source_frames": 496, + "num_anchor_frames": 495, + "num_output_frames": 495, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.964 + }, + { + "episode_index": 26, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/32.hdf5", + "file_hash": "c4960ddfa2a25ee017de0e3576dca438acf728f9a5922a1bd8fdf803101a960a", + "num_source_frames": 441, + "num_anchor_frames": 440, + "num_output_frames": 440, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.324 + }, + { + "episode_index": 27, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/33.hdf5", + "file_hash": "fc5c5d91c658b32582a8bb9c988e0bf2e1bf601d3821c092729f9b86103afe4a", + "num_source_frames": 492, + "num_anchor_frames": 491, + "num_output_frames": 491, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.743 + }, + { + "episode_index": 28, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/34.hdf5", + "file_hash": "7cd24c570deaaa6712dd6eeb1e79ffacbf480e2e86826b449837dedf545c1972", + "num_source_frames": 431, + "num_anchor_frames": 430, + "num_output_frames": 430, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.973 + }, + { + "episode_index": 29, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/35.hdf5", + "file_hash": "e2f5e7efbb460a08481200a9e781f71c21919a9aaf08b77b7ffb439710990356", + "num_source_frames": 375, + "num_anchor_frames": 374, + "num_output_frames": 374, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.351 + }, + { + "episode_index": 30, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/36.hdf5", + "file_hash": "a40c04656f094eae0414ab3f1d71a440bf5ab2c1e64a82b39224da4c790ca8eb", + "num_source_frames": 442, + "num_anchor_frames": 441, + "num_output_frames": 441, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 7.311 + }, + { + "episode_index": 31, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/37.hdf5", + "file_hash": "45b93adaa3c5757a912f09f35a6eecf8c173e90287346d73f3c352dca183ea16", + "num_source_frames": 433, + "num_anchor_frames": 432, + "num_output_frames": 432, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.96 + }, + { + "episode_index": 32, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/38.hdf5", + "file_hash": "0a85bd542a9f854bc4b3c29e857930c6272300653bcccc8fa378382e7f8624be", + "num_source_frames": 397, + "num_anchor_frames": 396, + "num_output_frames": 396, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.676 + }, + { + "episode_index": 33, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/39.hdf5", + "file_hash": "f8b0f2924d1a3c8d2ea384449bea1681cc55fd8888239bba7beb66d6aa89e2b5", + "num_source_frames": 416, + "num_anchor_frames": 415, + "num_output_frames": 415, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.699 + }, + { + "episode_index": 34, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/4.hdf5", + "file_hash": "f573b2ed97a8e5e47086a7dc51070f8e1a60ba77499da44bc36a709b89a2bd87", + "num_source_frames": 493, + "num_anchor_frames": 492, + "num_output_frames": 492, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.106 + }, + { + "episode_index": 35, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/40.hdf5", + "file_hash": "da7f0df031228ab2bc486aa592f5b54d824cfef53694458141970e7a2c545d44", + "num_source_frames": 411, + "num_anchor_frames": 410, + "num_output_frames": 410, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.99 + }, + { + "episode_index": 36, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/41.hdf5", + "file_hash": "16b2786d70b37ff8f7aa40b933896f9faeff39292245b70be08702d41974b3e0", + "num_source_frames": 393, + "num_anchor_frames": 392, + "num_output_frames": 392, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.504 + }, + { + "episode_index": 37, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/42.hdf5", + "file_hash": "506597c73ea233baf83d9f3cf62a61340fee1effe193f66eeb1cf944040c862b", + "num_source_frames": 426, + "num_anchor_frames": 425, + "num_output_frames": 425, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 7.059 + }, + { + "episode_index": 38, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/43.hdf5", + "file_hash": "c0798bea564450e1571a8efef324674d52cd3943b448f657292c8b28cf5f2561", + "num_source_frames": 393, + "num_anchor_frames": 392, + "num_output_frames": 392, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.434 + }, + { + "episode_index": 39, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/44.hdf5", + "file_hash": "615fe779d59016bfeab536929a792842e9e0a570a927d835f54679bbd9cc604d", + "num_source_frames": 375, + "num_anchor_frames": 374, + "num_output_frames": 374, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.224 + }, + { + "episode_index": 40, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/45.hdf5", + "file_hash": "908813eab79c87e5a1c7e0cbbeb7660d514d9620dcb162c696f035f3d8eec100", + "num_source_frames": 386, + "num_anchor_frames": 385, + "num_output_frames": 385, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.385 + }, + { + "episode_index": 41, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/46.hdf5", + "file_hash": "bec9547df07a3af8d0a316ef92d6ffd1157e79f981c8f82af0eb58be857ba326", + "num_source_frames": 353, + "num_anchor_frames": 352, + "num_output_frames": 352, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.79 + }, + { + "episode_index": 42, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/47.hdf5", + "file_hash": "b6aeb892469477534e35a34604b33c5b55092720701f49d95d52beb8a214f1b7", + "num_source_frames": 335, + "num_anchor_frames": 334, + "num_output_frames": 334, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.798 + }, + { + "episode_index": 43, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/48.hdf5", + "file_hash": "38caa65299f002ead37984c67a7c34f832ef60023ceec67a46b79c114775a524", + "num_source_frames": 374, + "num_anchor_frames": 373, + "num_output_frames": 373, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.611 + }, + { + "episode_index": 44, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/49.hdf5", + "file_hash": "b8843a4e3754e95553f6701b185f47de1042a436e798ecf6c5994c45840a3267", + "num_source_frames": 387, + "num_anchor_frames": 386, + "num_output_frames": 386, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.518 + }, + { + "episode_index": 45, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/5.hdf5", + "file_hash": "f0a02ca5af46883b6b61cdf15e74580a923b9562a80fbaa8b7f6fa71b4c4137e", + "num_source_frames": 478, + "num_anchor_frames": 477, + "num_output_frames": 477, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.067 + }, + { + "episode_index": 46, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/50.hdf5", + "file_hash": "1ba2e074d51f8f8a0003fec2f4fa019eda1046b01c246fedb71e01e5a92c7fd1", + "num_source_frames": 378, + "num_anchor_frames": 377, + "num_output_frames": 377, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.443 + }, + { + "episode_index": 47, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/51.hdf5", + "file_hash": "3dc6da34a56bf9aa8c9c70a228ffb5d6966a50b5627528c33f3484b38b2e6b50", + "num_source_frames": 386, + "num_anchor_frames": 385, + "num_output_frames": 385, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.358 + }, + { + "episode_index": 48, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/52.hdf5", + "file_hash": "a669f958f57f1140bb762a88caa816d9c1fcdcbb56d04b8ae3eb1e70b20c0cfe", + "num_source_frames": 380, + "num_anchor_frames": 379, + "num_output_frames": 379, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.125 + }, + { + "episode_index": 49, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/53.hdf5", + "file_hash": "81241c34444ae2cc4b15ce6b66b2d9ed1f51eca773dfc6557bb69688fba4ac34", + "num_source_frames": 347, + "num_anchor_frames": 346, + "num_output_frames": 346, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.836 + }, + { + "episode_index": 50, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/54.hdf5", + "file_hash": "240acdb9f6212c68d1da5e7bb5385ca80203d561e73d0db3b301e3ec6a2a589e", + "num_source_frames": 381, + "num_anchor_frames": 380, + "num_output_frames": 380, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.131 + }, + { + "episode_index": 51, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/55.hdf5", + "file_hash": "deb5c47244a64076928d13c407c3c1b45c08b708ddf5348224d1b7bb4fe1b2fd", + "num_source_frames": 361, + "num_anchor_frames": 360, + "num_output_frames": 360, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 5.957 + }, + { + "episode_index": 52, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/56.hdf5", + "file_hash": "d02b9a2f4667117abd7306f4ff88af11f412c5d4d834647135b8a0e500a91476", + "num_source_frames": 380, + "num_anchor_frames": 379, + "num_output_frames": 379, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.32 + }, + { + "episode_index": 53, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/57.hdf5", + "file_hash": "01a7ec83c5eefdc6c63aaac9c4aa43c90eed52fbbf595c74c2ed7c5038312005", + "num_source_frames": 419, + "num_anchor_frames": 418, + "num_output_frames": 418, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.687 + }, + { + "episode_index": 54, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/58.hdf5", + "file_hash": "037f8841cc33da0cd3803d8ae68f73153dc37543a708b7cc7e7bde21f7322cc9", + "num_source_frames": 375, + "num_anchor_frames": 374, + "num_output_frames": 374, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.26 + }, + { + "episode_index": 55, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/59.hdf5", + "file_hash": "d641981ee6c778d3122073eb5d2a50dbf7a82996879ecc93e0aa211433c799bf", + "num_source_frames": 427, + "num_anchor_frames": 426, + "num_output_frames": 426, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.992 + }, + { + "episode_index": 56, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/6.hdf5", + "file_hash": "406e83b132e56418b69e5f0f71e8cd501f826c1a8224b946859e4166b24ce155", + "num_source_frames": 580, + "num_anchor_frames": 579, + "num_output_frames": 579, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 7.884 + }, + { + "episode_index": 57, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/7.hdf5", + "file_hash": "dbceb1657d3f96c295daf9461c61c671686f61d8d07e153f231b6d8a27cd45c6", + "num_source_frames": 545, + "num_anchor_frames": 544, + "num_output_frames": 544, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 7.021 + }, + { + "episode_index": 58, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/8.hdf5", + "file_hash": "accc677f7e59b2f4068169eade99aec38eebaca6c44824046c691025a47c9e89", + "num_source_frames": 487, + "num_anchor_frames": 486, + "num_output_frames": 486, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 6.275 + }, + { + "episode_index": 59, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/open_drawer/9.hdf5", + "file_hash": "619715283ec0898086ef3c28360e2cba751ffccccbe2ac1b0562e49df99f114a", + "num_source_frames": 568, + "num_anchor_frames": 567, + "num_output_frames": 567, + "num_dropped_frames": 0, + "task": "Open the drawer, pick the tomato with another arm then place it in the drawer.", + "sampling_mode": "full", + "fps": 10, + "leading_group": "slave_cam_high", + "crop_strategy": "LATEST_START", + "default_leading_tolerance": 0.1, + "additional_constraints": [], + "arm_selection": "dual", + "space_ids": [ + "joint", + "gripper", + "ee_pos", + "ee_rot" + ], + "ee_rotation_format": "rot6d", + "gripper_format": "raw", + "image_space_preset": "all", + "write_mode": "add_frame", + "elapsed_seconds": 7.472 + } +] \ No newline at end of file diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..626e2d98a60bc591aa5aa657e524784632b008b5 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,60 @@ +{"episode_index": 0, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 684} +{"episode_index": 1, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 622} +{"episode_index": 2, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 545} +{"episode_index": 3, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 543} +{"episode_index": 4, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 451} +{"episode_index": 5, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 451} +{"episode_index": 6, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 441} +{"episode_index": 7, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 539} +{"episode_index": 8, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 516} +{"episode_index": 9, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 505} +{"episode_index": 10, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 519} +{"episode_index": 11, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 445} +{"episode_index": 12, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 682} +{"episode_index": 13, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 418} +{"episode_index": 14, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 460} +{"episode_index": 15, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 458} +{"episode_index": 16, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 396} +{"episode_index": 17, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 463} +{"episode_index": 18, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 457} +{"episode_index": 19, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 472} +{"episode_index": 20, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 460} +{"episode_index": 21, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 438} +{"episode_index": 22, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 471} +{"episode_index": 23, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 611} +{"episode_index": 24, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 423} +{"episode_index": 25, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 495} +{"episode_index": 26, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 440} +{"episode_index": 27, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 491} +{"episode_index": 28, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 430} +{"episode_index": 29, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 374} +{"episode_index": 30, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 441} +{"episode_index": 31, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 432} +{"episode_index": 32, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 396} +{"episode_index": 33, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 415} +{"episode_index": 34, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 492} +{"episode_index": 35, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 410} +{"episode_index": 36, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 392} +{"episode_index": 37, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 425} +{"episode_index": 38, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 392} +{"episode_index": 39, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 374} +{"episode_index": 40, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 385} +{"episode_index": 41, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 352} +{"episode_index": 42, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 334} +{"episode_index": 43, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 373} +{"episode_index": 44, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 386} +{"episode_index": 45, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 477} +{"episode_index": 46, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 377} +{"episode_index": 47, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 385} +{"episode_index": 48, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 379} +{"episode_index": 49, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 346} +{"episode_index": 50, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 380} +{"episode_index": 51, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 360} +{"episode_index": 52, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 379} +{"episode_index": 53, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 418} +{"episode_index": 54, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 374} +{"episode_index": 55, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 426} +{"episode_index": 56, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 579} +{"episode_index": 57, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 544} +{"episode_index": 58, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 486} +{"episode_index": 59, "tasks": ["Open the drawer, pick the tomato with another arm then place it in the drawer."], "length": 567} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9ab8b8e4cafdcd37c4f9b550511ea62dfcf69d17 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,60 @@ +{"episode_index": 0, "stats": {"observation.state": {"min": [-0.6733480095863342, -0.00457276264205575, -1.3724396228790283, -0.8905367851257324, 0.026808256283402443, -0.12658873200416565, 0.5771428346633911, 0.021456999704241753, -0.28389400243759155, 0.1401679962873459, -0.9020147323608398, -0.04553268104791641, -0.16067075729370117, 0.33945146203041077, -0.9989434480667114, -0.4639599621295929, 0.04403465613722801, 0.001117010717280209, -1.024124264717102, -0.4240102767944336, 0.25160667300224304, -0.9595296382904053, 0.09285714477300644, 0.0018119999440386891, -0.03317800164222717, 0.21243999898433685, -0.715701162815094, -0.9973700046539307, -0.9977236390113831, 0.007815975695848465, -0.9998399615287781, -0.2304985523223877], "max": [0.022793998941779137, 1.8985167741775513, -0.14761994779109955, -0.022776545956730843, 1.1068878173828125, 0.7703010439872742, 1.2599999904632568, 0.34686699509620667, 0.0009640000062063336, 0.38411301374435425, 0.21133781969547272, 0.8657771348953247, 0.6148910522460938, 0.9999968409538269, -0.24874059855937958, 0.12484679371118546, 0.795660674571991, 1.6097694635391235, -0.17353808879852295, 0.2045176774263382, 1.0887364149093628, 0.4858472943305969, 0.9642857313156128, 0.25159400701522827, 0.17955200374126434, 0.3723689913749695, 0.009890398010611534, -0.04283468425273895, 0.11557438224554062, 0.9984602332115173, -0.06738841533660889, 0.15961986780166626], "mean": [-0.12062814831733704, 0.7693804502487183, -0.6787732839584351, -0.3139626979827881, 0.5620176196098328, 0.2686823606491089, 1.0067920684814453, 0.14852017164230347, -0.05683732032775879, 0.2754501700401306, -0.36913400888442993, 0.2495269924402237, 0.10137765109539032, 0.8590346574783325, -0.7992384433746338, -0.15643393993377686, 0.5320020318031311, 0.9239261150360107, -0.7921078205108643, 0.018479179590940475, 0.914569616317749, -0.31803566217422485, 0.5296142101287842, 0.1356693059206009, 0.09046682715415955, 0.2859002351760864, -0.375741571187973, -0.6441009044647217, -0.5664094686508179, 0.5896936655044556, -0.5108400583267212, -0.04416806623339653], "std": [0.2355247139930725, 0.7032782435417175, 0.4266161620616913, 0.3103002607822418, 0.25021666288375854, 0.3491133749485016, 0.2604394853115082, 0.10990217328071594, 0.09325148910284042, 0.04816180467605591, 0.29726505279541016, 0.32609066367149353, 0.26769372820854187, 0.22013506293296814, 0.2337864488363266, 0.1432833969593048, 0.1776760071516037, 0.48054271936416626, 0.21263374388217926, 0.14814461767673492, 0.19138900935649872, 0.4352409541606903, 0.20699502527713776, 0.06836728006601334, 0.060673922300338745, 0.04401710256934166, 0.2752017378807068, 0.30667775869369507, 0.35245418548583984, 0.3593122065067291, 0.277635782957077, 0.1108461320400238], "count": [684]}, "action": {"min": [-0.6733480095863342, -0.00457276264205575, -1.3724396228790283, -0.8905367851257324, 0.026808256283402443, -0.12658873200416565, 0.5771428346633911, 0.021456999704241753, -0.28389400243759155, 0.1401679962873459, -0.9020147323608398, -0.04553268104791641, -0.16067075729370117, 0.33945146203041077, -0.9989434480667114, -0.4639599621295929, 0.04403465613722801, 0.001117010717280209, -1.024124264717102, -0.4240102767944336, 0.25160667300224304, -0.9595296382904053, 0.09285714477300644, 0.0018119999440386891, -0.03317800164222717, 0.21243999898433685, -0.715701162815094, -0.9973700046539307, -0.9977236390113831, 0.007815975695848465, -0.9998399615287781, -0.2304985523223877], "max": [0.022793998941779137, 1.8985167741775513, -0.14761994779109955, -0.022776545956730843, 1.1068878173828125, 0.7703010439872742, 1.2599999904632568, 0.34686699509620667, 0.0009640000062063336, 0.38411301374435425, 0.21133781969547272, 0.8657771348953247, 0.6148910522460938, 0.9997469186782837, -0.24874059855937958, 0.12484679371118546, 0.795660674571991, 1.6097694635391235, -0.17353808879852295, 0.2045176774263382, 1.0887364149093628, 0.4858472943305969, 0.9642857313156128, 0.25159400701522827, 0.17955200374126434, 0.3723689913749695, 0.009890398010611534, -0.04283468425273895, 0.11557438224554062, 0.9984602332115173, -0.06738841533660889, 0.15961986780166626], "mean": [-0.12092620134353638, 0.7694657444953918, -0.6790784597396851, -0.31458914279937744, 0.5621747970581055, 0.2694329023361206, 1.006123661994934, 0.14849449694156647, -0.056871961802244186, 0.27553704380989075, -0.3689297139644623, 0.25008583068847656, 0.10155536234378815, 0.8589120507240295, -0.7992359399795532, -0.1562545895576477, 0.5327665209770203, 0.9239381551742554, -0.792726457118988, 0.01790722832083702, 0.9153962731361389, -0.3173108994960785, 0.5290001630783081, 0.13560695946216583, 0.09041869640350342, 0.2860190272331238, -0.3759326636791229, -0.6443645358085632, -0.5661989450454712, 0.5896457433700562, -0.5108100771903992, -0.043894875794649124], "std": [0.23547178506851196, 0.7031868100166321, 0.42631131410598755, 0.31022197008132935, 0.25011900067329407, 0.3492206335067749, 0.2603759765625, 0.10992806404829025, 0.0932350903749466, 0.048135045915842056, 0.2974897027015686, 0.32598766684532166, 0.2676679491996765, 0.22007977962493896, 0.23378412425518036, 0.14355841279029846, 0.17669634521007538, 0.48051872849464417, 0.2114468365907669, 0.14898832142353058, 0.190095916390419, 0.43610233068466187, 0.2063249945640564, 0.06846933811903, 0.060757167637348175, 0.04400484636425972, 0.27503588795661926, 0.30624064803123474, 0.35280176997184753, 0.3592599332332611, 0.2775841951370239, 0.11105428636074066], "count": [684]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.9019607843137255]], [[0.8666666666666667]], [[0.8392156862745098]]], "mean": [[[0.4506910428645142]], [[0.45752117118777336]], [[0.43061811391223154]]], "std": [[[0.1689545484539393]], [[0.1601271363305895]], [[0.17546288361487625]]], "count": [133]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40106491258784216]], [[0.4712601525259227]], [[0.4077373872794732]]], "std": [[[0.20159253288464102]], [[0.1743997281665128]], [[0.19760512459256557]]], "count": [133]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.43867262365472504]], [[0.45816944628728684]], [[0.4257887211902305]]], "std": [[[0.17127507226669286]], [[0.15358467027665035]], [[0.17491980769695306]]], "count": [133]}, "timestamp": {"min": [0.0], "max": [68.3], "mean": [34.15], "std": [19.7453581042904], "count": [684]}, "frame_index": {"min": [0], "max": [683], "mean": [341.5], "std": [197.453581042904], "count": [684]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [684]}, "index": {"min": [0], "max": [683], "mean": [341.5], "std": [197.453581042904], "count": [684]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [684]}}} +{"episode_index": 1, "stats": {"observation.state": {"min": [-0.6164328455924988, 0.004468042869120836, -0.9870709180831909, -1.5640244483947754, -0.13922491669654846, 0.10451031476259232, 0.4942857027053833, 0.02776000089943409, -0.2511979937553406, 0.1386139988899231, -0.8773449063301086, -0.02280062437057495, -0.0030941423028707504, 0.17012041807174683, -1.0, -0.29375946521759033, -0.07082545757293701, 0.00724311638623476, -0.951169490814209, -0.4763526916503906, 0.39297834038734436, -1.0327811241149902, 0.04285714402794838, 0.026211999356746674, -0.011261999607086182, 0.2027300000190735, -0.6482163667678833, -0.9993892312049866, -0.9960771203041077, -0.008540498092770576, -0.9998993277549744, -0.28446152806282043], "max": [0.0553094819188118, 1.747580647468567, -0.16669639945030212, -0.08824384212493896, 0.9047263264656067, 1.7301448583602905, 0.9585714340209961, 0.2980029881000519, -0.0010239999974146485, 0.38805899024009705, 0.26185089349746704, 0.9565033912658691, 0.4388571083545685, 0.9999436140060425, -0.34801578521728516, 0.16911090910434723, 0.8044571280479431, 1.595335602760315, -0.31501448154449463, 0.15938346087932587, 1.094042181968689, 0.3367263674736023, 0.7557142972946167, 0.2505129873752594, 0.16678600013256073, 0.34208598732948303, 0.03240988776087761, 0.0656505897641182, 0.03830073028802872, 0.9992658495903015, -0.08839014917612076, 0.11332627385854721], "mean": [-0.10320247709751129, 0.6701376438140869, -0.5752143263816833, -0.6279608607292175, 0.6154705882072449, 0.7017152309417725, 0.7639603018760681, 0.12159359455108643, -0.0533706396818161, 0.2690317928791046, -0.36396339535713196, 0.32633087038993835, 0.1344449669122696, 0.8446884155273438, -0.8519564867019653, -0.0560050904750824, 0.6024608612060547, 0.9233952760696411, -0.7500206828117371, 0.0010876477463170886, 0.8981848955154419, -0.4282805025577545, 0.4099881947040558, 0.1307172328233719, 0.0931948572397232, 0.2685984969139099, -0.2628505527973175, -0.7446588277816772, -0.663537859916687, 0.46571797132492065, -0.4780121445655823, -0.09032387286424637], "std": [0.24582472443580627, 0.6322712898254395, 0.23854151368141174, 0.5334221720695496, 0.2179182916879654, 0.6031842827796936, 0.1282811462879181, 0.09477370232343674, 0.0777239054441452, 0.04543972387909889, 0.26395556330680847, 0.30724579095840454, 0.14517199993133545, 0.267856627702713, 0.1813189834356308, 0.10357887297868729, 0.15070399641990662, 0.5285423398017883, 0.18348731100559235, 0.15611137449741364, 0.17471155524253845, 0.48563191294670105, 0.21148435771465302, 0.07968095690011978, 0.061166875064373016, 0.042465899139642715, 0.2583087384700775, 0.2677929699420929, 0.33500754833221436, 0.3686831295490265, 0.28840795159339905, 0.1130930706858635], "count": [622]}, "action": {"min": [-0.6164328455924988, 0.004468042869120836, -0.9870709180831909, -1.5640244483947754, -0.13922491669654846, 0.10451031476259232, 0.4942857027053833, 0.02776000089943409, -0.2511979937553406, 0.1386139988899231, -0.8773449063301086, -0.02280062437057495, -0.0030941423028707504, 0.17012041807174683, -1.0, -0.29375946521759033, -0.07082545757293701, 0.00724311638623476, -0.951169490814209, -0.4763526916503906, 0.39297834038734436, -1.0327811241149902, 0.04285714402794838, 0.026211999356746674, -0.011261999607086182, 0.2027300000190735, -0.6482163667678833, -0.9993892312049866, -0.9960771203041077, -0.008540498092770576, -0.9998993277549744, -0.28446152806282043], "max": [0.0553094819188118, 1.747580647468567, -0.16669639945030212, -0.08824384212493896, 0.9047263264656067, 1.7301448583602905, 0.9585714340209961, 0.2980029881000519, -0.0010239999974146485, 0.38805899024009705, 0.26185089349746704, 0.9565033912658691, 0.4388571083545685, 0.9999436140060425, -0.34801578521728516, 0.16911090910434723, 0.8044571280479431, 1.595335602760315, -0.31501448154449463, 0.15938346087932587, 1.094042181968689, 0.3367263674736023, 0.7557142972946167, 0.2505129873752594, 0.16678600013256073, 0.34208598732948303, 0.03240988776087761, 0.0656505897641182, 0.03830073028802872, 0.9992658495903015, -0.08839014917612076, 0.11332627385854721], "mean": [-0.10401307046413422, 0.670233964920044, -0.5750117897987366, -0.6303192377090454, 0.61460280418396, 0.7042298316955566, 0.7641164660453796, 0.12162192910909653, -0.05338560789823532, 0.2690196633338928, -0.36359769105911255, 0.3268181085586548, 0.13445067405700684, 0.8446157574653625, -0.8519229292869568, -0.05590519309043884, 0.6036089658737183, 0.9234797954559326, -0.7500180602073669, 0.0003498951846268028, 0.8981521725654602, -0.4277690052986145, 0.4098343253135681, 0.13073097169399261, 0.09321591258049011, 0.2686026394367218, -0.262774258852005, -0.7455015778541565, -0.6637128591537476, 0.4655334949493408, -0.4780042767524719, -0.0905039981007576], "std": [0.24613195657730103, 0.6321753859519958, 0.23883473873138428, 0.5343121886253357, 0.21983864903450012, 0.6039778590202332, 0.12837353348731995, 0.09475017338991165, 0.07771480083465576, 0.04543963447213173, 0.2645834982395172, 0.30694130063056946, 0.1451675146818161, 0.2678207457065582, 0.18129359185695648, 0.10368304699659348, 0.14827051758766174, 0.5283998250961304, 0.1834930181503296, 0.15713270008563995, 0.17480459809303284, 0.4862498342990875, 0.21142297983169556, 0.07966464012861252, 0.061136435717344284, 0.042467016726732254, 0.2583887577056885, 0.2660609483718872, 0.3346821069717407, 0.36844536662101746, 0.28839370608329773, 0.1130187138915062], "count": [622]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.8549019607843137]], [[0.9294117647058824]], [[1.0]]], "mean": [[[0.45083725193706514]], [[0.4571463373655914]], [[0.4285581350147586]]], "std": [[[0.16989379846737965]], [[0.16062815946996217]], [[0.17575656155534572]]], "count": [124]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4222449069681636]], [[0.47876602361374654]], [[0.4228923578167826]]], "std": [[[0.2033006288595209]], [[0.1774697947871925]], [[0.20682872936901042]]], "count": [124]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.437155372061459]], [[0.4579024499920936]], [[0.42539690069576214]]], "std": [[[0.1827583635994994]], [[0.16350203583280493]], [[0.18233303615618113]]], "count": [124]}, "timestamp": {"min": [0.0], "max": [62.1], "mean": [31.049999999999997], "std": [17.955570166385694], "count": [622]}, "frame_index": {"min": [0], "max": [621], "mean": [310.5], "std": [179.55570166385695], "count": [622]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [622]}, "index": {"min": [684], "max": [1305], "mean": [994.5], "std": [179.55570166385695], "count": [622]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [622]}}} +{"episode_index": 2, "stats": {"observation.state": {"min": [-0.2782054841518402, 0.00502654816955328, -0.80293869972229, -1.655409812927246, 0.055169858038425446, 0.10407397896051407, 0.0, 0.028852999210357666, -0.14611899852752686, 0.14483000338077545, -0.8362500071525574, 0.023501459509134293, 0.009107152931392193, 0.07060744613409042, -0.9973055124282837, -0.3032054007053375, -0.08908160030841827, 0.006352998316287994, -1.3870655298233032, -0.6049485802650452, 0.26738443970680237, -0.7028964161872864, 0.03857142850756645, 0.02510100044310093, -0.02964700013399124, 0.20185300707817078, -0.6422010660171509, -0.9991641640663147, -0.9932273626327515, -0.06701260805130005, -0.9997053146362305, -0.21761244535446167], "max": [-0.006911503616720438, 1.5652461051940918, -0.14699162542819977, -0.03954916074872017, 1.2146967649459839, 1.9815595149993896, 0.8971428275108337, 0.24460099637508392, -0.001680999994277954, 0.414342999458313, 0.28412532806396484, 0.9957175850868225, 0.8793879747390747, 0.9986346960067749, -0.30461496114730835, 0.28772348165512085, 1.1158064603805542, 1.8701376914978027, -0.21097539365291595, 0.19509290158748627, 1.1897385120391846, 0.5700943470001221, 0.9100000262260437, 0.228192999958992, 0.3098140060901642, 0.3689750134944916, 0.08105988800525665, 0.03758106753230095, 0.030464448034763336, 0.9997354745864868, -0.09667962044477463, 0.07826739549636841], "mean": [-0.07792787253856659, 0.7317785620689392, -0.5170978903770447, -0.6235716938972473, 0.6888365149497986, 0.9796211123466492, 0.64886075258255, 0.12080235034227371, -0.041172802448272705, 0.2655608654022217, -0.29566046595573425, 0.4952786862850189, 0.3483741283416748, 0.7241807579994202, -0.7796801924705505, 0.03629246726632118, 0.8340802788734436, 1.2209244966506958, -1.0473248958587646, 0.004428900312632322, 0.8771508932113647, -0.3083706498146057, 0.6246069073677063, 0.14515386521816254, 0.19021640717983246, 0.2977098524570465, -0.17673753201961517, -0.7986221313476562, -0.6886224150657654, 0.37949836254119873, -0.5174301862716675, -0.07300439476966858], "std": [0.10678955167531967, 0.46054935455322266, 0.17314302921295166, 0.49661704897880554, 0.2927890717983246, 0.6649891138076782, 0.16186891496181488, 0.059999730437994, 0.04209165275096893, 0.051248129457235336, 0.2460518777370453, 0.33895573019981384, 0.26748546957969666, 0.3177534341812134, 0.22633662819862366, 0.11440210789442062, 0.29066160321235657, 0.5302881002426147, 0.29062992334365845, 0.19964182376861572, 0.19657695293426514, 0.35019436478614807, 0.22851991653442383, 0.053133316338062286, 0.10171405971050262, 0.05068041756749153, 0.21088261902332306, 0.28161174058914185, 0.3235017955303192, 0.360358327627182, 0.2787553369998932, 0.06075223535299301], "count": [545]}, "action": {"min": [-0.2782054841518402, 0.00502654816955328, -0.80293869972229, -1.655409812927246, 0.055169858038425446, 0.10407397896051407, 0.0, 0.028852999210357666, -0.14611899852752686, 0.14483000338077545, -0.8362500071525574, 0.023501459509134293, 0.009107152931392193, 0.07060744613409042, -0.9973055124282837, -0.3032054007053375, -0.08908160030841827, 0.006352998316287994, -1.3870655298233032, -0.6049485802650452, 0.26738443970680237, -0.7028964161872864, 0.03857142850756645, 0.02510100044310093, -0.02964700013399124, 0.20185300707817078, -0.6422010660171509, -0.9991641640663147, -0.9932273626327515, -0.06701260805130005, -0.9997053146362305, -0.21761244535446167], "max": [-0.006911503616720438, 1.5652461051940918, -0.14699162542819977, -0.03954916074872017, 1.2146967649459839, 1.9815595149993896, 0.8971428275108337, 0.24460099637508392, -0.001680999994277954, 0.414342999458313, 0.28412532806396484, 0.9957175850868225, 0.8793879747390747, 0.9986346960067749, -0.30461496114730835, 0.28772348165512085, 1.1158064603805542, 1.8701376914978027, -0.21097539365291595, 0.19509290158748627, 1.1897385120391846, 0.5700943470001221, 0.9100000262260437, 0.228192999958992, 0.3098140060901642, 0.3689750134944916, 0.08105988800525665, 0.03758106753230095, 0.030464448034763336, 0.9997354745864868, -0.09667962044477463, 0.07826739549636841], "mean": [-0.07842566072940826, 0.731825590133667, -0.5167495012283325, -0.62653648853302, 0.6881340742111206, 0.9825739860534668, 0.6503443717956543, 0.12083323299884796, -0.04120311513543129, 0.2655200958251953, -0.29521653056144714, 0.4957970976829529, 0.3482425808906555, 0.7240919470787048, -0.7796409726142883, 0.03629141300916672, 0.8356539011001587, 1.2210149765014648, -1.04766845703125, 0.002967810956761241, 0.8777151107788086, -0.30703088641166687, 0.6256370544433594, 0.14514490962028503, 0.19020938873291016, 0.297778457403183, -0.17690409719944, -0.7994847893714905, -0.6886740922927856, 0.3793179988861084, -0.5174270272254944, -0.07300326228141785], "std": [0.10708916932344437, 0.4604759216308594, 0.17369550466537476, 0.49794310331344604, 0.2938471734523773, 0.6647881269454956, 0.1596045196056366, 0.05995672196149826, 0.042069192975759506, 0.05124272033572197, 0.24677284061908722, 0.33845260739326477, 0.2676275670528412, 0.31768450140953064, 0.22630099952220917, 0.11440161615610123, 0.28796902298927307, 0.5300845503807068, 0.28975069522857666, 0.20117640495300293, 0.19528208673000336, 0.3521488606929779, 0.2272396832704544, 0.053151000291109085, 0.1017272025346756, 0.050652794539928436, 0.21076041460037231, 0.27976614236831665, 0.3233901560306549, 0.3600723445415497, 0.27874991297721863, 0.060753993690013885], "count": [545]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.44918557422969185]], [[0.4555852901056256]], [[0.43005732266865077]]], "std": [[[0.18386886058732274]], [[0.1800507443832757]], [[0.192866106460063]]], "count": [112]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.425418143820028]], [[0.47695232806664334]], [[0.4244104115604575]]], "std": [[[0.19097653183103044]], [[0.17159667006991394]], [[0.19642642733306065]]], "count": [112]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.44429053965336135]], [[0.4644642000029178]], [[0.4330296834879785]]], "std": [[[0.18205753236432307]], [[0.161837980729017]], [[0.179774338307006]]], "count": [112]}, "timestamp": {"min": [0.0], "max": [54.4], "mean": [27.200000000000003], "std": [15.732768351437706], "count": [545]}, "frame_index": {"min": [0], "max": [544], "mean": [272.0], "std": [157.3276835143771], "count": [545]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [545]}, "index": {"min": [1306], "max": [1850], "mean": [1578.0], "std": [157.3276835143771], "count": [545]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [545]}}} +{"episode_index": 3, "stats": {"observation.state": {"min": [-0.28932321071624756, 0.0011868238216266036, -0.8252440094947815, -1.5659267902374268, -0.3456100821495056, 0.14245377480983734, 0.39571428298950195, 0.026274999603629112, -0.14598900079727173, 0.14196699857711792, -0.9547194838523865, -0.016898417845368385, -0.19147677719593048, 0.3121868968009949, -0.998753547668457, -0.3789597153663635, 0.09779080003499985, 0.055693455040454865, -1.2715595960617065, -0.07222172617912292, 0.36629223823547363, -0.6889687180519104, 0.04285714402794838, 0.028496000915765762, 0.0006670000148005784, 0.19928400218486786, -0.7967014908790588, -0.9944865703582764, -0.9771736264228821, -0.02907983586192131, -1.0, -0.25850909948349], "max": [-0.08450884371995926, 1.5652636289596558, -0.17688912153244019, -0.08939576148986816, 1.2027586698532104, 1.6679762601852417, 1.0399999618530273, 0.24150000512599945, 0.021379999816417694, 0.42872700095176697, 0.4038960635662079, 0.90802001953125, 0.3858790397644043, 0.9954343438148499, -0.0242925938218832, 0.17584741115570068, 0.9748187065124512, 1.8410605192184448, -0.35150930285453796, 0.21893410384655, 1.1000984907150269, 0.0590444877743721, 0.7442857027053833, 0.24723699688911438, 0.2958340048789978, 0.47422298789024353, 0.07298190146684647, -0.07036583870649338, 0.08961151540279388, 0.9975212812423706, -0.15443448722362518, 0.20317442715168], "mean": [-0.13631774485111237, 1.0575809478759766, -0.6133562326431274, -0.6673735976219177, 0.649933397769928, 0.7658907175064087, 0.6361601948738098, 0.1699809432029724, -0.04793901368975639, 0.2393721342086792, -0.5728429555892944, 0.36474716663360596, 0.21886581182479858, 0.8480181097984314, -0.517231285572052, -0.17969688773155212, 0.5340090990066528, 1.1172704696655273, -1.0117155313491821, 0.08794292062520981, 0.8504638671875, -0.2907866835594177, 0.5861414074897766, 0.15657833218574524, 0.14294809103012085, 0.30636340379714966, -0.2916283905506134, -0.5894038081169128, -0.5055273771286011, 0.5790774822235107, -0.5621493458747864, -0.014717387966811657], "std": [0.08769437670707703, 0.5319966673851013, 0.1773107796907425, 0.5039476752281189, 0.37978386878967285, 0.4843118190765381, 0.25276005268096924, 0.06917966157197952, 0.04101688042283058, 0.06864411383867264, 0.46073731780052185, 0.23144429922103882, 0.1392350196838379, 0.17982560396194458, 0.3532071113586426, 0.1721358746290207, 0.3552461564540863, 0.5794519782066345, 0.3142712116241455, 0.08882192522287369, 0.21553944051265717, 0.2645672857761383, 0.1842658370733261, 0.06334314495325089, 0.1135791465640068, 0.062603659927845, 0.27752721309661865, 0.38039958477020264, 0.4259839951992035, 0.39473700523376465, 0.2913753390312195, 0.12858818471431732], "count": [543]}, "action": {"min": [-0.28932321071624756, 0.0011868238216266036, -0.8252440094947815, -1.5659267902374268, -0.3456100821495056, 0.14245377480983734, 0.39571428298950195, 0.026274999603629112, -0.14598900079727173, 0.14196699857711792, -0.9547194838523865, -0.016898417845368385, -0.19147677719593048, 0.3121868968009949, -0.998753547668457, -0.3789597153663635, 0.09779080003499985, 0.055693455040454865, -1.2715595960617065, -0.07222172617912292, 0.36629223823547363, -0.6889687180519104, 0.04285714402794838, 0.028496000915765762, 0.0006670000148005784, 0.19928400218486786, -0.7967014908790588, -0.9944865703582764, -0.9771736264228821, -0.02907983586192131, -1.0, -0.25850909948349], "max": [-0.08450884371995926, 1.5652636289596558, -0.17688912153244019, -0.08939576148986816, 1.2027586698532104, 1.6679762601852417, 1.0399999618530273, 0.24150000512599945, 0.021379999816417694, 0.42872700095176697, 0.4038960635662079, 0.90802001953125, 0.3858790397644043, 0.9954343438148499, -0.0242925938218832, 0.17584741115570068, 0.9748187065124512, 1.8410605192184448, -0.35150930285453796, 0.21893410384655, 1.1000984907150269, 0.0590444877743721, 0.7442857027053833, 0.24723699688911438, 0.2958340048789978, 0.47422298789024353, 0.07298190146684647, -0.07036583870649338, 0.08961151540279388, 0.9975212812423706, -0.15443448722362518, 0.20317442715168], "mean": [-0.13669449090957642, 1.0575863122940063, -0.6132997870445251, -0.670092761516571, 0.6486952304840088, 0.7680809497833252, 0.636233925819397, 0.1699855923652649, -0.0478927381336689, 0.23940525949001312, -0.5723586082458496, 0.3645009994506836, 0.21819409728050232, 0.8480231165885925, -0.5171681642532349, -0.18038329482078552, 0.5340540409088135, 1.1176979541778564, -1.0120368003845215, 0.0883534848690033, 0.8505687117576599, -0.2910739779472351, 0.5861414074897766, 0.15662285685539246, 0.1429707407951355, 0.30643656849861145, -0.2918541133403778, -0.5896074771881104, -0.5054839253425598, 0.5790497064590454, -0.5621349811553955, -0.014633212238550186], "std": [0.08791014552116394, 0.5319849848747253, 0.17744457721710205, 0.5048048496246338, 0.38192567229270935, 0.48471856117248535, 0.2528151273727417, 0.06917106360197067, 0.041078101843595505, 0.06865494698286057, 0.4614652693271637, 0.23177877068519592, 0.1403052806854248, 0.17982923984527588, 0.35312676429748535, 0.1714591234922409, 0.355192631483078, 0.5787534713745117, 0.3136845827102661, 0.08859555423259735, 0.21532908082008362, 0.264273077249527, 0.1842658370733261, 0.06326652318239212, 0.11355197429656982, 0.06260878592729568, 0.27733978629112244, 0.38015085458755493, 0.4260367155075073, 0.39470812678337097, 0.29135408997535706, 0.1286127269268036], "count": [543]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.445466971945028]], [[0.45099317773984593]], [[0.42419273751167136]]], "std": [[[0.1779775662874001]], [[0.17399459963808372]], [[0.18737139500834446]]], "count": [112]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4330568394024276]], [[0.46319065673144255]], [[0.4138133352299253]]], "std": [[[0.17793458646853733]], [[0.1855189198595741]], [[0.20142542882579417]]], "count": [112]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.4167133009453781]], [[0.46589647708041554]], [[0.41772037486869745]]], "std": [[[0.18963683787256883]], [[0.15808168064281033]], [[0.18099804368437955]]], "count": [112]}, "timestamp": {"min": [0.0], "max": [54.2], "mean": [27.1], "std": [15.675033226971697], "count": [543]}, "frame_index": {"min": [0], "max": [542], "mean": [271.0], "std": [156.75033226971695], "count": [543]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [543]}, "index": {"min": [1851], "max": [2393], "mean": [2122.0], "std": [156.75033226971695], "count": [543]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [543]}}} +{"episode_index": 4, "stats": {"observation.state": {"min": [-0.41516146063804626, 0.0041015236638486385, -1.0352944135665894, -1.36650550365448, -0.28098055720329285, 0.26202628016471863, 0.345714271068573, 0.036451999098062515, -0.1967339962720871, 0.1345209926366806, -0.8910569548606873, 0.0180535726249218, -0.01153364684432745, 0.15445037186145782, -0.9968207478523254, -0.4327653646469116, 0.05927138030529022, 0.00790634099394083, -1.3965426683425903, -0.06620033830404282, 0.16083209216594696, -0.8217359185218811, 0.04857143014669418, 0.016318000853061676, 0.0019320000428706408, 0.20492500066757202, -0.696978747844696, -0.999779999256134, -0.9940739870071411, -0.1233142614364624, -1.0, -0.22074519097805023], "max": [0.01754055917263031, 1.7155888080596924, -0.055571284145116806, -0.11527899652719498, 1.0545278787612915, 1.4389017820358276, 0.9528571367263794, 0.2975429892539978, -0.0016969999996945262, 0.4538860023021698, 0.25914430618286133, 0.9245523810386658, 0.5149521231651306, 0.9928091764450073, -0.3300860822200775, 0.1533106118440628, 1.0055365562438965, 1.9061962366104126, -0.17648768424987793, 0.173956960439682, 1.2259018421173096, 0.0, 0.772857129573822, 0.25713399052619934, 0.3051829934120178, 0.39931899309158325, 0.15381184220314026, -0.03850777447223663, 0.12327497452497482, 0.9942288398742676, -0.1052401065826416, 0.11820049583911896], "mean": [-0.11381098628044128, 1.1284161806106567, -0.7117344737052917, -0.5348156690597534, 0.5164710879325867, 0.7194973230361938, 0.7601298689842224, 0.20705193281173706, -0.0382852740585804, 0.2491917759180069, -0.544417679309845, 0.34927302598953247, 0.23208393156528473, 0.855849027633667, -0.6519699692726135, -0.01581154577434063, 0.6037679314613342, 1.1166129112243652, -1.0267888307571411, 0.06596260517835617, 0.8956565260887146, -0.4247469902038574, 0.6480398178100586, 0.1537175178527832, 0.14821311831474304, 0.31088492274284363, -0.1800718605518341, -0.708248496055603, -0.6397435665130615, 0.458877831697464, -0.5269583463668823, -0.0924711599946022], "std": [0.18194657564163208, 0.5361337065696716, 0.2580721378326416, 0.4905972480773926, 0.3347946107387543, 0.46772754192352295, 0.18745221197605133, 0.08148805052042007, 0.059839893132448196, 0.06430759280920029, 0.3911054730415344, 0.2564186751842499, 0.13124676048755646, 0.24690061807632446, 0.2334364652633667, 0.13627788424491882, 0.31035709381103516, 0.5682114362716675, 0.3464915454387665, 0.07465078681707382, 0.2997971773147583, 0.2610670030117035, 0.2037680447101593, 0.062442366033792496, 0.10427399724721909, 0.057449810206890106, 0.24169327318668365, 0.3339322507381439, 0.36383527517318726, 0.400998592376709, 0.29971036314964294, 0.08338990062475204], "count": [451]}, "action": {"min": [-0.41516146063804626, 0.0041015236638486385, -1.0352944135665894, -1.36650550365448, -0.28098055720329285, 0.26202628016471863, 0.345714271068573, 0.036451999098062515, -0.1967339962720871, 0.1345209926366806, -0.8910569548606873, 0.0180535726249218, -0.01153364684432745, 0.15445037186145782, -0.9968207478523254, -0.4327653646469116, 0.05927138030529022, 0.00790634099394083, -1.3965426683425903, -0.06620033830404282, 0.16083209216594696, -0.8217359185218811, 0.04857143014669418, 0.016318000853061676, 0.0019389999797567725, 0.20492500066757202, -0.696978747844696, -0.999779999256134, -0.9940739870071411, -0.1233142614364624, -1.0, -0.22074519097805023], "max": [0.01754055917263031, 1.7155888080596924, -0.055571284145116806, -0.11527899652719498, 1.0545278787612915, 1.4389017820358276, 0.9528571367263794, 0.2975429892539978, -0.0016969999996945262, 0.4538860023021698, 0.25914430618286133, 0.9245523810386658, 0.5149521231651306, 0.9928091764450073, -0.3300860822200775, 0.1533106118440628, 1.0055365562438965, 1.9061962366104126, -0.17648768424987793, 0.173956960439682, 1.2259018421173096, 0.0, 0.772857129573822, 0.25713399052619934, 0.3051829934120178, 0.39931899309158325, 0.15381184220314026, -0.03850777447223663, 0.12327497452497482, 0.9942288398742676, -0.1052401065826416, 0.11820049583911896], "mean": [-0.11477041244506836, 1.1287102699279785, -0.7113582491874695, -0.537589967250824, 0.5151432752609253, 0.7220789790153503, 0.7603421211242676, 0.2071121633052826, -0.0382862389087677, 0.24912476539611816, -0.5442556738853455, 0.34953179955482483, 0.23183782398700714, 0.8558516502380371, -0.6519884467124939, -0.016037078574299812, 0.6038858890533447, 1.11661958694458, -1.0269707441329956, 0.06633725017309189, 0.8961038589477539, -0.42453038692474365, 0.6483692526817322, 0.15369945764541626, 0.14822815358638763, 0.31090351939201355, -0.18039149045944214, -0.7084925174713135, -0.639204204082489, 0.45885980129241943, -0.5269636511802673, -0.09190049022436142], "std": [0.1823919415473938, 0.5355520844459534, 0.2589014172554016, 0.49175363779067993, 0.3367615044116974, 0.46840834617614746, 0.18758516013622284, 0.08137525618076324, 0.05983929708600044, 0.06431256234645844, 0.39134442806243896, 0.2561441659927368, 0.1315010040998459, 0.2469020038843155, 0.2334633618593216, 0.1360846310853958, 0.31016021966934204, 0.5681974291801453, 0.3460662364959717, 0.07452443242073059, 0.2989063858985901, 0.26137810945510864, 0.203848198056221, 0.06247478350996971, 0.104253388941288, 0.057432737201452255, 0.24146606028079987, 0.33348533511161804, 0.36476022005081177, 0.4009748697280884, 0.29971855878829956, 0.08394710719585419], "count": [451]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4510181556372549]], [[0.46078445057189543]], [[0.4424741196895425]]], "std": [[[0.16515255106610988]], [[0.15930191348864872]], [[0.16957240060240936]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4256726511437908]], [[0.46935919117647057]], [[0.41757212826797385]]], "std": [[[0.18238698457234698]], [[0.18060214415921672]], [[0.20040845348159117]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9215686274509803]], [[1.0]]], "mean": [[[0.4267446670751634]], [[0.4796578696895425]], [[0.4311675816993464]]], "std": [[[0.16349805107457396]], [[0.1396669216614265]], [[0.15582443309149188]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [45.0], "mean": [22.5], "std": [13.019216566291536], "count": [451]}, "frame_index": {"min": [0], "max": [450], "mean": [225.0], "std": [130.19216566291536], "count": [451]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [451]}, "index": {"min": [2394], "max": [2844], "mean": [2619.0], "std": [130.19216566291536], "count": [451]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [451]}}} +{"episode_index": 5, "stats": {"observation.state": {"min": [-0.3678281307220459, 0.0021293016616255045, -1.007910132408142, -1.3831559419631958, -0.1609891653060913, 0.2180439829826355, 0.49714285135269165, 0.027682999148964882, -0.18047499656677246, 0.1300559937953949, -0.9300162196159363, -0.021470919251441956, -0.03934266045689583, 0.2778922915458679, -0.9978348612785339, -0.3606988191604614, 0.10838494449853897, 0.010925760492682457, -1.3961237668991089, -0.5665338635444641, 0.3208962380886078, -0.7811046242713928, 0.027142856270074844, 0.028495000675320625, -0.022095000371336937, 0.19620099663734436, -0.5707106590270996, -0.9999980926513672, -0.9933696389198303, -0.05854494869709015, -0.9986093640327454, -0.294902503490448], "max": [0.04516911879181862, 1.788508653640747, -0.11271335929632187, -0.09234537184238434, 1.003372311592102, 1.486880898475647, 0.9214285612106323, 0.3057439923286438, 0.00534099992364645, 0.43082600831985474, 0.41276291012763977, 0.9081947207450867, 0.4607865810394287, 0.993265688419342, -0.2672383785247803, 0.14635857939720154, 0.9589013457298279, 1.928414225578308, -0.25851815938949585, 0.2557081878185272, 1.2191473245620728, 0.6019291281700134, 0.9300000071525574, 0.2630470097064972, 0.29157400131225586, 0.40931299328804016, 0.09839698672294617, 0.021735908463597298, 0.12124385684728622, 0.9999105930328369, -0.1144690215587616, 0.12475095689296722], "mean": [-0.0582110621035099, 0.7999270558357239, -0.6156557202339172, -0.44287538528442383, 0.5421490669250488, 0.5918593406677246, 0.7516182661056519, 0.1523253321647644, -0.028097936883568764, 0.27435851097106934, -0.4395189881324768, 0.2425837516784668, 0.17753784358501434, 0.8928524255752563, -0.7828398942947388, 0.0204989742487669, 0.6147920489311218, 1.1483656167984009, -1.0079666376113892, 0.05001242086291313, 0.918240487575531, -0.41895025968551636, 0.7291874885559082, 0.158539280295372, 0.1522727608680725, 0.29200392961502075, -0.2087324857711792, -0.721601665019989, -0.6499587893486023, 0.4417440891265869, -0.5118681192398071, -0.06126633286476135], "std": [0.15429310500621796, 0.5524703860282898, 0.2571876645088196, 0.5016299486160278, 0.2913524806499481, 0.4914989471435547, 0.12553322315216064, 0.08796080946922302, 0.05639783665537834, 0.053070131689310074, 0.3398934006690979, 0.2724396884441376, 0.11262235790491104, 0.22034434974193573, 0.18507865071296692, 0.14413100481033325, 0.2552299201488495, 0.5994417667388916, 0.3638324737548828, 0.2300436645746231, 0.2145773321390152, 0.40917789936065674, 0.2847922444343567, 0.06671252101659775, 0.10977769643068314, 0.056232910603284836, 0.22160494327545166, 0.34040549397468567, 0.3723520040512085, 0.39367958903312683, 0.29020822048187256, 0.09767068922519684], "count": [451]}, "action": {"min": [-0.3678281307220459, 0.0021293016616255045, -1.007910132408142, -1.3831559419631958, -0.1609891653060913, 0.2180439829826355, 0.49714285135269165, 0.027682999148964882, -0.18047499656677246, 0.1300559937953949, -0.9300162196159363, -0.021470919251441956, -0.03934266045689583, 0.2778922915458679, -0.9978348612785339, -0.3606988191604614, 0.10838494449853897, 0.010925760492682457, -1.3961237668991089, -0.5665338635444641, 0.3208962380886078, -0.7811046242713928, 0.027142856270074844, 0.028495000675320625, -0.022095000371336937, 0.19620099663734436, -0.5707106590270996, -0.9999980926513672, -0.9933696389198303, -0.05854494869709015, -0.9986093640327454, -0.294902503490448], "max": [0.04516911879181862, 1.788508653640747, -0.11271335929632187, -0.09234537184238434, 1.003372311592102, 1.486880898475647, 0.9214285612106323, 0.3057439923286438, 0.00534099992364645, 0.43082600831985474, 0.41276291012763977, 0.9081947207450867, 0.4607865810394287, 0.993265688419342, -0.2672383785247803, 0.14635857939720154, 0.9589013457298279, 1.928414225578308, -0.25851815938949585, 0.2557081878185272, 1.2191473245620728, 0.6019291281700134, 0.9300000071525574, 0.2630470097064972, 0.29157400131225586, 0.40931299328804016, 0.09839698672294617, 0.021735908463597298, 0.12124385684728622, 0.9999105930328369, -0.1144690215587616, 0.12475095689296722], "mean": [-0.05893516167998314, 0.7998661398887634, -0.6154265403747559, -0.4457249939441681, 0.5410197377204895, 0.5944622755050659, 0.7515010833740234, 0.15233364701271057, -0.0280939768999815, 0.2743610143661499, -0.4388667941093445, 0.24285735189914703, 0.17715199291706085, 0.8928561806678772, -0.7828100323677063, 0.020171409472823143, 0.6154158115386963, 1.148595929145813, -1.0079927444458008, 0.048934876918792725, 0.9180641174316406, -0.41792118549346924, 0.729529619216919, 0.15857213735580444, 0.1522790640592575, 0.2920241355895996, -0.20869484543800354, -0.721886396408081, -0.6499825119972229, 0.44169139862060547, -0.5118707418441772, -0.06128047779202461], "std": [0.15457214415073395, 0.5525566935539246, 0.2575894892215729, 0.5033100247383118, 0.2930835783481598, 0.4926857352256775, 0.12539905309677124, 0.08795084804296494, 0.05639979615807533, 0.0530690997838974, 0.3408750295639038, 0.272256076335907, 0.11306577175855637, 0.22034600377082825, 0.18504662811756134, 0.1440378725528717, 0.2543331980705261, 0.59902423620224, 0.3637792468070984, 0.2312614619731903, 0.21503524482250214, 0.41081058979034424, 0.2849396765232086, 0.06665678322315216, 0.1097693219780922, 0.0562237985432148, 0.2216302901506424, 0.3399539291858673, 0.3723094165325165, 0.3936072289943695, 0.2902127504348755, 0.09765790402889252], "count": [451]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.45343090073529413]], [[0.4623438153594771]], [[0.44458049836601304]]], "std": [[[0.16333790102112927]], [[0.15849853873378808]], [[0.16863344773989483]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4396773447712418]], [[0.4884667953431373]], [[0.4289458680555555]]], "std": [[[0.17916768168763275]], [[0.1753092716049429]], [[0.1984954955805369]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.984313725490196]], [[0.803921568627451]], [[0.8509803921568627]]], "mean": [[[0.43829117851307187]], [[0.4746414746732026]], [[0.43720283292483664]]], "std": [[[0.1742624630908207]], [[0.14542987689051903]], [[0.16905705122407544]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [45.0], "mean": [22.5], "std": [13.019216566291536], "count": [451]}, "frame_index": {"min": [0], "max": [450], "mean": [225.0], "std": [130.19216566291536], "count": [451]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [451]}, "index": {"min": [2845], "max": [3295], "mean": [3070.0], "std": [130.19216566291536], "count": [451]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [451]}}} +{"episode_index": 6, "stats": {"observation.state": {"min": [-0.2552543878555298, 0.0, -1.0127098560333252, -1.288716197013855, 0.19191640615463257, 0.15824900567531586, 0.5714285969734192, 0.0023360000923275948, -0.15305399894714355, 0.13138499855995178, -0.9065119624137878, -0.014189619570970535, -0.09654055535793304, 0.21026352047920227, -0.9989029765129089, -0.5937030911445618, -0.0293738916516304, 0.006073745898902416, -1.3161876201629639, -0.1155233383178711, 0.2647489905357361, -0.7792546153068542, 0.04285714402794838, -0.04607599973678589, -0.00709300022572279, 0.20148499310016632, -0.8581975698471069, -0.9999986886978149, -0.9918208122253418, -0.1044498085975647, -0.9996898770332336, -0.254207968711853], "max": [0.05567600205540657, 1.7944777011871338, -0.2933025658130646, -0.11501719802618027, 1.204347014427185, 1.3389642238616943, 0.9028571248054504, 0.33344799280166626, 0.004372000228613615, 0.4596010148525238, 0.371781587600708, 0.8406578898429871, 0.4420275092124939, 0.999141275882721, -0.3142244517803192, 0.3191972076892853, 1.0459932088851929, 1.8581997156143188, -0.20984093844890594, 0.2267008125782013, 1.1829841136932373, 0.17908823490142822, 0.9257143139839172, 0.24762099981307983, 0.3060019910335541, 0.43047600984573364, 0.14900323748588562, 0.024617988616228104, 0.1339091956615448, 0.9999841451644897, -0.12761856615543365, 0.15025705099105835], "mean": [-0.07396498322486877, 1.2964379787445068, -0.8625341653823853, -0.522669792175293, 0.652478039264679, 0.6420077085494995, 0.698840320110321, 0.24302391707897186, -0.039970554411411285, 0.24515703320503235, -0.6293609738349915, 0.3626647889614105, 0.20422865450382233, 0.8548976182937622, -0.5779424905776978, -0.10644849389791489, 0.538986325263977, 1.1250479221343994, -1.0238958597183228, 0.07906082272529602, 0.9492824077606201, -0.354361355304718, 0.6459475159645081, 0.14853428304195404, 0.14186695218086243, 0.3026485741138458, -0.28595906496047974, -0.6221299767494202, -0.5443821549415588, 0.5087648630142212, -0.4953343868255615, -0.03296154364943504], "std": [0.10774252563714981, 0.569665253162384, 0.22892270982265472, 0.38298317790031433, 0.2573060989379883, 0.3439040780067444, 0.14368268847465515, 0.10123737156391144, 0.041920941323041916, 0.06642866879701614, 0.39585235714912415, 0.20653164386749268, 0.12293004989624023, 0.21898610889911652, 0.2374163568019867, 0.18890291452407837, 0.37980154156684875, 0.5669840574264526, 0.2621490955352783, 0.1089649572968483, 0.1855010986328125, 0.292001873254776, 0.27225440740585327, 0.06914528459310532, 0.11421169340610504, 0.05972687527537346, 0.340350478887558, 0.3782334625720978, 0.41942688822746277, 0.43886062502861023, 0.2911392152309418, 0.13178671896457672], "count": [441]}, "action": {"min": [-0.2552543878555298, 0.0, -1.0127098560333252, -1.288716197013855, 0.19191640615463257, 0.15824900567531586, 0.5714285969734192, 0.0023360000923275948, -0.15305399894714355, 0.13138499855995178, -0.9065119624137878, -0.014189619570970535, -0.09654055535793304, 0.21026352047920227, -0.9989029765129089, -0.5937030911445618, -0.0293738916516304, 0.006073745898902416, -1.3161876201629639, -0.1155233383178711, 0.2647489905357361, -0.7792546153068542, 0.04285714402794838, -0.04607599973678589, -0.00709300022572279, 0.20148499310016632, -0.8581975698471069, -0.9999986886978149, -0.9918208122253418, -0.1044498085975647, -0.9996898770332336, -0.254207968711853], "max": [0.05567600205540657, 1.7944777011871338, -0.2933025658130646, -0.11501719802618027, 1.204347014427185, 1.3389642238616943, 0.9028571248054504, 0.33344799280166626, 0.004372000228613615, 0.4596010148525238, 0.371781587600708, 0.8406578898429871, 0.4420275092124939, 0.999141275882721, -0.3142244517803192, 0.3191972076892853, 1.0459932088851929, 1.8581997156143188, -0.20984093844890594, 0.2267008125782013, 1.1829841136932373, 0.17908823490142822, 0.9257143139839172, 0.24762099981307983, 0.3060019910335541, 0.43047600984573364, 0.14900323748588562, 0.023882001638412476, 0.1339091956615448, 0.9999841451644897, -0.12761856615543365, 0.15025705099105835], "mean": [-0.07467003166675568, 1.2964423894882202, -0.8625564575195312, -0.5239253044128418, 0.6525654196739197, 0.6437855958938599, 0.6987269520759583, 0.24300037324428558, -0.04003153368830681, 0.24517175555229187, -0.6289317011833191, 0.3636888861656189, 0.20468880236148834, 0.8545390963554382, -0.5778217911720276, -0.10583171993494034, 0.5392781496047974, 1.1250622272491455, -1.0244771242141724, 0.0794328823685646, 0.9503259062767029, -0.3541921377182007, 0.6451246738433838, 0.14845886826515198, 0.14189639687538147, 0.30273616313934326, -0.28646841645240784, -0.622631311416626, -0.5439900159835815, 0.5087012648582458, -0.4952811300754547, -0.032480452209711075], "std": [0.10790921747684479, 0.5696550011634827, 0.22886794805526733, 0.38256731629371643, 0.2572144865989685, 0.34342503547668457, 0.14357127249240875, 0.1012873724102974, 0.041885197162628174, 0.06643642485141754, 0.3966573476791382, 0.20577874779701233, 0.12272173911333084, 0.2188796103000641, 0.23721568286418915, 0.18984496593475342, 0.3794134557247162, 0.5669565200805664, 0.26062342524528503, 0.10905853658914566, 0.18292376399040222, 0.2921772003173828, 0.2719551622867584, 0.06927864253520966, 0.11417658627033234, 0.05969066172838211, 0.34005308151245117, 0.3775215744972229, 0.4199542701244354, 0.438791960477829, 0.29104942083358765, 0.13205355405807495], "count": [441]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4469681719771242]], [[0.4576290298202615]], [[0.43927894812091506]]], "std": [[[0.16649930993509487]], [[0.1595929364811799]], [[0.1697267562044348]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4375039297385621]], [[0.4659642013888889]], [[0.41691205269607845]]], "std": [[[0.18649797538386265]], [[0.20524669064973827]], [[0.22030841512982208]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9333333333333333]], [[0.9254901960784314]]], "mean": [[[0.43638347017973855]], [[0.4739143852124183]], [[0.43404079656862743]]], "std": [[[0.17062634512656372]], [[0.14602840722014]], [[0.16530240035400637]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [44.0], "mean": [22.0], "std": [12.730540705982078], "count": [441]}, "frame_index": {"min": [0], "max": [440], "mean": [220.0], "std": [127.30540705982078], "count": [441]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [441]}, "index": {"min": [3296], "max": [3736], "mean": [3516.0], "std": [127.30540705982078], "count": [441]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [441]}}} +{"episode_index": 7, "stats": {"observation.state": {"min": [-0.6838374137878418, 0.0019547687843441963, -1.0074564218521118, -1.738871455192566, -0.5606520771980286, 0.26855379343032837, 0.5271428823471069, 0.015011000446975231, -0.27803799510002136, 0.12877200543880463, -0.8601303100585938, 0.02186865359544754, -0.05078187212347984, 0.09098940342664719, -0.9945383071899414, -0.3541802167892456, 0.0044156829826533794, 0.008726646192371845, -1.0925062894821167, -0.39327502250671387, 0.20776398479938507, -1.2364610433578491, 0.04285714402794838, -0.04938599839806557, -0.06371399760246277, 0.20572000741958618, -0.6659934520721436, -0.9999009966850281, -0.982411801815033, -0.018965478986501694, -1.0, -0.2571900486946106], "max": [0.03242821618914604, 1.7752965688705444, -0.30309388041496277, -0.1526639461517334, 1.0288715362548828, 2.130680561065674, 1.0014286041259766, 0.2911660075187683, 0.04640800133347511, 0.45728498697280884, 0.41168418526649475, 0.9541705250740051, 0.32036128640174866, 0.9955838918685913, -0.4478215277194977, 0.17561709880828857, 0.5242968797683716, 1.553290605545044, -0.18671531975269318, 0.3688927888870239, 1.2238597869873047, 0.36508795619010925, 0.8728571534156799, 0.24422700703144073, 0.13192300498485565, 0.4199239909648895, 0.05749969556927681, 0.005967668257653713, 0.11067898571491241, 0.9999762177467346, -0.1838998794555664, 0.19557435810565948], "mean": [-0.17827148735523224, 0.6037850379943848, -0.5441617369651794, -0.7601076364517212, 0.35290658473968506, 0.9178774356842041, 0.8310518264770508, 0.11647435277700424, -0.04330780357122421, 0.2718183100223541, -0.17737019062042236, 0.26466938853263855, 0.15940971672534943, 0.8476173281669617, -0.8879085779190063, 0.014621756970882416, 0.4569331407546997, 0.7863483428955078, -0.7821599245071411, 0.0962168499827385, 0.9243962168693542, -0.3826553523540497, 0.7311840653419495, 0.11350154876708984, 0.06485222280025482, 0.30564242601394653, -0.3145630955696106, -0.6180058121681213, -0.4642225503921509, 0.5992577075958252, -0.6183461546897888, 0.02433880791068077], "std": [0.31598663330078125, 0.7332409024238586, 0.26832640171051025, 0.6763612627983093, 0.410159707069397, 0.7245396971702576, 0.1453438252210617, 0.10437553375959396, 0.08961198478937149, 0.0630992203950882, 0.3456813097000122, 0.3217443525791168, 0.08199910074472427, 0.2891477942466736, 0.16891175508499146, 0.15542656183242798, 0.1305197775363922, 0.47789159417152405, 0.19886043667793274, 0.17450128495693207, 0.21308334171772003, 0.573793888092041, 0.23833559453487396, 0.07313894480466843, 0.04877045378088951, 0.055861979722976685, 0.2743931710720062, 0.3056625723838806, 0.3847493529319763, 0.38860926032066345, 0.28261682391166687, 0.11798445880413055], "count": [539]}, "action": {"min": [-0.6838374137878418, 0.0019547687843441963, -1.0074564218521118, -1.738871455192566, -0.5606520771980286, 0.26855379343032837, 0.5271428823471069, 0.015011000446975231, -0.27803799510002136, 0.12877200543880463, -0.8601303100585938, 0.022813275456428528, -0.05078187212347984, 0.09098940342664719, -0.9945383071899414, -0.3541802167892456, 0.0044156829826533794, 0.008726646192371845, -1.0925062894821167, -0.39327502250671387, 0.20776398479938507, -1.2364610433578491, 0.04285714402794838, -0.04938599839806557, -0.06371399760246277, 0.20572000741958618, -0.6659934520721436, -0.9999009966850281, -0.982411801815033, -0.018965478986501694, -1.0, -0.2571900486946106], "max": [0.03242821618914604, 1.7752965688705444, -0.30309388041496277, -0.1552121341228485, 1.0288715362548828, 2.130680561065674, 1.0014286041259766, 0.2911660075187683, 0.04640800133347511, 0.45728498697280884, 0.41168418526649475, 0.9541705250740051, 0.32036128640174866, 0.9955838918685913, -0.4478215277194977, 0.17561709880828857, 0.5242968797683716, 1.553290605545044, -0.18671531975269318, 0.3688927888870239, 1.2238597869873047, 0.36508795619010925, 0.8728571534156799, 0.24422700703144073, 0.13192300498485565, 0.4199239909648895, 0.05749969556927681, 0.005967668257653713, 0.11067898571491241, 0.9999762177467346, -0.1838998794555664, 0.19557435810565948], "mean": [-0.1795937716960907, 0.6037861108779907, -0.5442073345184326, -0.7630504965782166, 0.35116133093833923, 0.9212248921394348, 0.831051766872406, 0.11648785322904587, -0.04324596747756004, 0.271869957447052, -0.17689785361289978, 0.26474636793136597, 0.15938006341457367, 0.8476122617721558, -0.8878433108329773, 0.014633323065936565, 0.4578976333141327, 0.7863495349884033, -0.7826130986213684, 0.09622393548488617, 0.9248705506324768, -0.38240474462509155, 0.7316160798072815, 0.11344674974679947, 0.06486709415912628, 0.30574169754981995, -0.3146655559539795, -0.6189161539077759, -0.4639785587787628, 0.5990186333656311, -0.6183416247367859, 0.02460142783820629], "std": [0.3165923058986664, 0.7332398295402527, 0.268287718296051, 0.6771628856658936, 0.41203773021698, 0.7258108258247375, 0.1453438103199005, 0.10436517745256424, 0.08965060114860535, 0.06311611831188202, 0.3461184799671173, 0.32169100642204285, 0.08200511336326599, 0.28914546966552734, 0.16887962818145752, 0.15543699264526367, 0.12908564507961273, 0.4778893291950226, 0.19777841866016388, 0.17449600994586945, 0.2118661254644394, 0.5739836096763611, 0.23823866248130798, 0.07320117205381393, 0.04875180870294571, 0.055814459919929504, 0.2742807865142822, 0.3045339286327362, 0.38505151867866516, 0.3884027898311615, 0.28261101245880127, 0.11796987801790237], "count": [539]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9450980392156862]], [[1.0]]], "mean": [[[0.4613711468821763]], [[0.4701239621974916]], [[0.4536048401342519]]], "std": [[[0.1436118479096727]], [[0.1369942874187498]], [[0.14788588237027286]]], "count": [111]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.395214322778661]], [[0.5053104372755108]], [[0.3859584382176294]]], "std": [[[0.199347218286224]], [[0.18710089350663248]], [[0.21832606567576718]]], "count": [111]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.8549019607843137]], [[0.8941176470588236]]], "mean": [[[0.433533625537302]], [[0.4752155353883295]], [[0.43184071755579106]]], "std": [[[0.17999529633185762]], [[0.1551449187548797]], [[0.17547658290945725]]], "count": [111]}, "timestamp": {"min": [0.0], "max": [53.8], "mean": [26.900000000000002], "std": [15.559562975867927], "count": [539]}, "frame_index": {"min": [0], "max": [538], "mean": [269.0], "std": [155.59562975867928], "count": [539]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [539]}, "index": {"min": [3737], "max": [4275], "mean": [4006.0], "std": [155.59562975867928], "count": [539]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [539]}}} +{"episode_index": 8, "stats": {"observation.state": {"min": [-0.5844409465789795, 0.003735004458576441, -1.2440881729125977, -1.36196768283844, 0.1976061761379242, 0.13576915860176086, 0.0, 0.01680699922144413, -0.2705090045928955, 0.14711500704288483, -0.8524810671806335, 0.023136690258979797, -0.0180563535541296, -0.006061967927962542, -0.9988542199134827, -0.5029734969139099, -0.05717698484659195, 0.0067369709722697735, -1.0130938291549683, -1.0705500841140747, 0.4445004463195801, -0.8592604994773865, 0.004285714123398066, -0.006484000012278557, -0.02803800068795681, 0.21034500002861023, -0.8100820183753967, -0.9986005425453186, -0.9981507658958435, -0.04737130552530289, -0.998964250087738, -0.3246336877346039], "max": [0.086969755589962, 1.886369228363037, -0.268379271030426, -0.08272860199213028, 1.1069227457046509, 1.4435443878173828, 0.9457142949104309, 0.34909701347351074, -0.0023270000237971544, 0.4616270065307617, 0.3202945291996002, 0.9503017663955688, 0.5290631055831909, 0.9983223080635071, -0.2984078526496887, 0.27202704548835754, 0.8747764825820923, 1.6101360321044922, -0.46996480226516724, 0.15088370442390442, 1.2240692377090454, 0.8521395325660706, 0.9428571462631226, 0.23181599378585815, 0.20191699266433716, 0.4113909900188446, 0.3143325448036194, 0.2926424443721771, 0.11688634008169174, 0.9997506141662598, -0.05275425687432289, 0.1866767853498459], "mean": [-0.16509883105754852, 0.9975826144218445, -0.7573450803756714, -0.5605553388595581, 0.6957894563674927, 0.7107060551643372, 0.7454122304916382, 0.17736290395259857, -0.0642087385058403, 0.27277281880378723, -0.47880569100379944, 0.4577666223049164, 0.2553974390029907, 0.7790927886962891, -0.6902107000350952, -0.06902279704809189, 0.666970431804657, 0.908172607421875, -0.8023485541343689, -0.22582092881202698, 0.9105579853057861, -0.1510062962770462, 0.6303482055664062, 0.12436387687921524, 0.09660906344652176, 0.29527974128723145, -0.22292162477970123, -0.6340839862823486, -0.6104891896247864, 0.5347983241081238, -0.5234299898147583, -0.12708163261413574], "std": [0.2414570301771164, 0.6171802878379822, 0.3151078224182129, 0.3804510235786438, 0.29262837767601013, 0.36280566453933716, 0.17425058782100677, 0.09952975064516068, 0.07876179367303848, 0.05836178734898567, 0.4012283980846405, 0.24945466220378876, 0.1365666687488556, 0.28769874572753906, 0.2224668264389038, 0.18357256054878235, 0.3088989853858948, 0.49678587913513184, 0.17648321390151978, 0.34956997632980347, 0.2135629504919052, 0.5900907516479492, 0.2504231929779053, 0.06663621962070465, 0.06839105486869812, 0.05253547802567482, 0.24513602256774902, 0.36880284547805786, 0.3632837235927582, 0.3858022391796112, 0.3340104818344116, 0.1044967845082283], "count": [516]}, "action": {"min": [-0.5844409465789795, 0.003735004458576441, -1.2440881729125977, -1.36196768283844, 0.1976061761379242, 0.13576915860176086, 0.0, 0.01680699922144413, -0.2705090045928955, 0.14711500704288483, -0.8524810671806335, 0.023136690258979797, -0.0180563535541296, -0.006061967927962542, -0.9988542199134827, -0.5029734969139099, -0.05717698484659195, 0.0067369709722697735, -1.0130938291549683, -1.0705500841140747, 0.4445004463195801, -0.8592604994773865, 0.04857143014669418, -0.006484000012278557, -0.02803800068795681, 0.21034500002861023, -0.8100820183753967, -0.9986005425453186, -0.9981507658958435, -0.04737130552530289, -0.998964250087738, -0.3246336877346039], "max": [0.086969755589962, 1.886369228363037, -0.268379271030426, -0.08272860199213028, 1.1069227457046509, 1.4435443878173828, 0.9457142949104309, 0.34909701347351074, -0.0023270000237971544, 0.4616270065307617, 0.3202945291996002, 0.9503017663955688, 0.5290631055831909, 0.9983223080635071, -0.2984078526496887, 0.27202704548835754, 0.8747764825820923, 1.6101360321044922, -0.46996480226516724, 0.15088370442390442, 1.2240692377090454, 0.8521395325660706, 0.9428571462631226, 0.23181599378585815, 0.20191699266433716, 0.4113909900188446, 0.3143325448036194, 0.2926424443721771, 0.11688634008169174, 0.9997506141662598, -0.05275425687432289, 0.1866767853498459], "mean": [-0.16493156552314758, 0.9975841641426086, -0.7573803663253784, -0.5617804527282715, 0.6957013010978699, 0.7122775912284851, 0.7469211220741272, 0.17735689878463745, -0.06422983109951019, 0.2728026211261749, -0.47853323817253113, 0.4578102231025696, 0.255791038274765, 0.7790214419364929, -0.6901167035102844, -0.06860803067684174, 0.667023241519928, 0.9081677198410034, -0.802457869052887, -0.22745971381664276, 0.9102473258972168, -0.14914529025554657, 0.6316466331481934, 0.12432904541492462, 0.09655164182186127, 0.295358270406723, -0.2221996784210205, -0.6335682272911072, -0.6101866364479065, 0.5346829295158386, -0.5233309864997864, -0.12658856809139252], "std": [0.24160116910934448, 0.6171771287918091, 0.3150545060634613, 0.37992775440216064, 0.2927493155002594, 0.3620676100254059, 0.1711321771144867, 0.09953834116458893, 0.07874669134616852, 0.05836573988199234, 0.4016256630420685, 0.24938055872917175, 0.13628704845905304, 0.28764909505844116, 0.2223474085330963, 0.18410010635852814, 0.3087768256664276, 0.4967957139015198, 0.17629492282867432, 0.3502683937549591, 0.21412353217601776, 0.5917349457740784, 0.2489059418439865, 0.06669990718364716, 0.06848300993442535, 0.052585408091545105, 0.24616660177707672, 0.36991098523139954, 0.3638017773628235, 0.3856728971004486, 0.33387789130210876, 0.1053721085190773], "count": [516]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4580989753540305]], [[0.466581642610748]], [[0.4509604249878964]]], "std": [[[0.15580492270132745]], [[0.1502339579457467]], [[0.16105129699407697]]], "count": [108]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41411388170237234]], [[0.4718993377057613]], [[0.4073219521604938]]], "std": [[[0.20033263328559217]], [[0.18531432431749706]], [[0.20898282645362076]]], "count": [108]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.8666666666666667]], [[0.9882352941176471]]], "mean": [[[0.4314839362442508]], [[0.4822103795993706]], [[0.43186601496308397]]], "std": [[[0.17517643498368315]], [[0.14749633507419324]], [[0.17008028774187947]]], "count": [108]}, "timestamp": {"min": [0.0], "max": [51.5], "mean": [25.75], "std": [14.895608972669317], "count": [516]}, "frame_index": {"min": [0], "max": [515], "mean": [257.5], "std": [148.95608972669316], "count": [516]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [516]}, "index": {"min": [4276], "max": [4791], "mean": [4533.5], "std": [148.95608972669316], "count": [516]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [516]}}} +{"episode_index": 9, "stats": {"observation.state": {"min": [-0.6803118586540222, 0.0019373154500499368, -1.0247350931167603, -1.5028680562973022, -0.08737117797136307, 0.14929546415805817, 0.009999999776482582, 0.025179000571370125, -0.27150198817253113, 0.12417999655008316, -0.8178970813751221, -0.08774416893720627, -0.11162734031677246, 0.09827429056167603, -0.9984310269355774, -0.3979042172431946, -0.029949849471449852, 0.0067369709722697735, -1.1256500482559204, -0.7754148840904236, 0.21451841294765472, -0.868685245513916, 0.0, 0.026498999446630478, -0.003930999897420406, 0.20123599469661713, -0.794888436794281, -0.9973878860473633, -0.9968213438987732, 0.023849759250879288, -0.999847412109375, -0.32068732380867004], "max": [0.086969755589962, 1.7868331670761108, -0.22633428871631622, -0.1082976758480072, 0.9100146293640137, 1.7209120988845825, 0.9657142758369446, 0.30960598587989807, 0.005979999899864197, 0.4668729901313782, 0.40114346146583557, 0.943814218044281, 0.4528023302555084, 0.9982605576515198, -0.47634562849998474, 0.19587165117263794, 0.80770343542099, 1.617920160293579, -0.3228684663772583, 0.14617131650447845, 1.2170355319976807, 0.5159891247749329, 0.927142858505249, 0.23055699467658997, 0.1990090012550354, 0.4459640085697174, 0.20541232824325562, 0.035651322454214096, 0.06169657036662102, 0.9992119669914246, -0.03931213542819023, 0.13543954491615295], "mean": [-0.15912599861621857, 1.0282626152038574, -0.7129687666893005, -0.7656236886978149, 0.4898386001586914, 0.9068119525909424, 0.8276675939559937, 0.185344398021698, -0.05328134447336197, 0.27239754796028137, -0.45357009768486023, 0.3711302876472473, 0.1737203150987625, 0.8330816626548767, -0.7411567568778992, -0.037408314645290375, 0.6663312315940857, 0.9691751003265381, -0.8538078665733337, -0.1829691380262375, 0.9188790321350098, -0.1677425354719162, 0.7244777083396912, 0.13587599992752075, 0.10453302413225174, 0.3010057806968689, -0.2720021903514862, -0.646401584148407, -0.599131166934967, 0.5636801719665527, -0.49806344509124756, -0.1269802302122116], "std": [0.3214680850505829, 0.5523961186408997, 0.23886367678642273, 0.5424022078514099, 0.30910736322402954, 0.5345743894577026, 0.1722031533718109, 0.08228562027215958, 0.08828441053628922, 0.061632756143808365, 0.41383078694343567, 0.283220112323761, 0.13449497520923615, 0.2577337920665741, 0.15949180722236633, 0.1421128511428833, 0.24537576735019684, 0.4920365810394287, 0.2338062971830368, 0.24523311853408813, 0.3016461730003357, 0.49378669261932373, 0.2927568554878235, 0.057890020310878754, 0.06579919159412384, 0.0578482523560524, 0.2867702543735504, 0.3123319447040558, 0.3650032877922058, 0.370824933052063, 0.3217531740665436, 0.11507511883974075], "count": [505]}, "action": {"min": [-0.6803118586540222, 0.0019373154500499368, -1.0247350931167603, -1.5028680562973022, -0.08737117797136307, 0.14929546415805817, 0.17142857611179352, 0.025179000571370125, -0.27150198817253113, 0.12417999655008316, -0.8178970813751221, -0.08774416893720627, -0.11162734031677246, 0.09827429056167603, -0.9984310269355774, -0.3979042172431946, -0.029949849471449852, 0.0067369709722697735, -1.1256500482559204, -0.7754148840904236, 0.21451841294765472, -0.868685245513916, 0.0, 0.026498999446630478, -0.003930999897420406, 0.20123599469661713, -0.794888436794281, -0.9973878860473633, -0.9968213438987732, 0.023849759250879288, -0.999847412109375, -0.32068732380867004], "max": [0.086969755589962, 1.7868331670761108, -0.22633428871631622, -0.1082976758480072, 0.9100146293640137, 1.7209120988845825, 0.9657142758369446, 0.30960598587989807, 0.005979999899864197, 0.4668729901313782, 0.40114346146583557, 0.943814218044281, 0.4528023302555084, 0.9982605576515198, -0.47634562849998474, 0.19587165117263794, 0.80770343542099, 1.617920160293579, -0.3228684663772583, 0.14617131650447845, 1.2170355319976807, 0.5159891247749329, 0.927142858505249, 0.23055699467658997, 0.1990090012550354, 0.4459640085697174, 0.20541232824325562, 0.035651322454214096, 0.06169657036662102, 0.9992119669914246, -0.03931213542819023, 0.13543954491615295], "mean": [-0.15933211147785187, 1.0282578468322754, -0.7128495573997498, -0.7683851718902588, 0.48926275968551636, 0.9099240303039551, 0.8295601606369019, 0.1853484958410263, -0.05327632278203964, 0.2724039852619171, -0.4532132148742676, 0.3710865080356598, 0.1740301102399826, 0.8330429792404175, -0.7410370707511902, -0.03711855039000511, 0.6666980981826782, 0.9691758751869202, -0.8537532687187195, -0.1838129758834839, 0.9184486269950867, -0.16698138415813446, 0.7257959246635437, 0.13588005304336548, 0.10452830791473389, 0.30103105306625366, -0.2715950012207031, -0.6465969681739807, -0.5991353988647461, 0.5636778473854065, -0.49802130460739136, -0.1270100325345993], "std": [0.32134339213371277, 0.5524049401283264, 0.23909136652946472, 0.5425989031791687, 0.3098231852054596, 0.5347295999526978, 0.16841618716716766, 0.08227813243865967, 0.08828752487897873, 0.061634209007024765, 0.414400190114975, 0.28328937292099, 0.13440059125423431, 0.257710725069046, 0.159326434135437, 0.14243391156196594, 0.24447183310985565, 0.4920366108417511, 0.23392684757709503, 0.2453819215297699, 0.3024947941303253, 0.4943862557411194, 0.2909843623638153, 0.05788247659802437, 0.06580685079097748, 0.05784544348716736, 0.2873014509677887, 0.31193581223487854, 0.36499592661857605, 0.37082237005233765, 0.3216887414455414, 0.11503961682319641], "count": [505]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.996078431372549]]], "mean": [[[0.45435926902207424]], [[0.46404341048526326]], [[0.44759101384264394]]], "std": [[[0.1571248645829291]], [[0.15083768043708198]], [[0.16135679201746475]]], "count": [106]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4301902265229991]], [[0.48148134981193735]], [[0.42939908974596125]]], "std": [[[0.18327581625285858]], [[0.1842877205863659]], [[0.19714112705626335]]], "count": [106]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8470588235294118]], [[0.8980392156862745]]], "mean": [[[0.4345523550221975]], [[0.481481582963374]], [[0.4276476792761129]]], "std": [[[0.1785507766136205]], [[0.1508598973391457]], [[0.17296651855969034]]], "count": [106]}, "timestamp": {"min": [0.0], "max": [50.4], "mean": [25.2], "std": [14.578065715313539], "count": [505]}, "frame_index": {"min": [0], "max": [504], "mean": [252.0], "std": [145.78065715313537], "count": [505]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [505]}, "index": {"min": [4792], "max": [5296], "mean": [5044.0], "std": [145.78065715313537], "count": [505]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [505]}}} +{"episode_index": 10, "stats": {"observation.state": {"min": [-0.404951274394989, 0.0020943949930369854, -1.052677869796753, -0.9374861121177673, 0.1520705372095108, 0.1578301191329956, 0.46142858266830444, 0.030393999069929123, -0.17263400554656982, 0.14266900718212128, -0.8002735376358032, 0.01902458257973194, 0.0, 0.25034573674201965, -1.0, -0.36364755034446716, -0.0017976891249418259, 0.009285151027143002, -1.4077999591827393, -0.4386186897754669, 0.23019146919250488, -0.7091097831726074, 0.04714285582304001, 0.0419280007481575, -0.003444999922066927, 0.20433500409126282, -0.5993739366531372, -0.9994182586669922, -0.9980118274688721, -0.08013314008712769, -0.9968912601470947, -0.2546097934246063], "max": [0.023439770564436913, 1.5606036186218262, -0.2660754323005676, -0.14205235242843628, 1.0789276361465454, 1.1536102294921875, 0.9628571271896362, 0.2563680112361908, -0.00318100000731647, 0.45993301272392273, 0.17698730528354645, 0.9254097938537598, 0.691846489906311, 0.9995700716972351, -0.24532431364059448, 0.25605279207229614, 1.0969743728637695, 1.9061962366104126, -0.2186024785041809, 0.19648917019367218, 1.228432536125183, 0.31321677565574646, 0.8100000023841858, 0.25849100947380066, 0.3186210095882416, 0.46590301394462585, 0.09807980805635452, 0.03505028039216995, 0.01741267740726471, 0.9999462962150574, -0.03603324666619301, 0.10482486337423325], "mean": [-0.08022873848676682, 0.6299868226051331, -0.5619375705718994, -0.4087492525577545, 0.6071012616157532, 0.5459509491920471, 0.7754868268966675, 0.11467353254556656, -0.03898697718977928, 0.2813611328601837, -0.32383522391319275, 0.3305155038833618, 0.21494273841381073, 0.8556893467903137, -0.8113871216773987, -0.03285399451851845, 0.7464187145233154, 1.3173105716705322, -1.2460863590240479, 0.050963517278432846, 1.0093542337417603, -0.31124943494796753, 0.6587603688240051, 0.16344508528709412, 0.18927882611751556, 0.3343923091888428, -0.2354254275560379, -0.7674516439437866, -0.6726601719856262, 0.4275771677494049, -0.4996556043624878, -0.03194517269730568], "std": [0.14844490587711334, 0.5419154763221741, 0.27666139602661133, 0.2733985185623169, 0.23880362510681152, 0.3815370202064514, 0.12639905512332916, 0.07442192733287811, 0.04901120066642761, 0.06739058345556259, 0.27574726939201355, 0.30928051471710205, 0.24145154654979706, 0.21488848328590393, 0.23716478049755096, 0.125082328915596, 0.29077398777008057, 0.4569193720817566, 0.2631685435771942, 0.14579996466636658, 0.23450008034706116, 0.2672032415866852, 0.2212323695421219, 0.04513092339038849, 0.10191311687231064, 0.08396197110414505, 0.17317602038383484, 0.3116239011287689, 0.33853450417518616, 0.35264620184898376, 0.31281375885009766, 0.07554285228252411], "count": [519]}, "action": {"min": [-0.404951274394989, 0.0020943949930369854, -1.052677869796753, -0.9374861121177673, 0.1520705372095108, 0.1578301191329956, 0.46142858266830444, 0.030393999069929123, -0.17263400554656982, 0.14266900718212128, -0.8002735376358032, 0.01902458257973194, 0.0, 0.25034573674201965, -1.0, -0.36364755034446716, -0.0017976891249418259, 0.014189526438713074, -1.4077999591827393, -0.4386186897754669, 0.23019146919250488, -0.7091097831726074, 0.04714285582304001, 0.0419280007481575, -0.003444999922066927, 0.20433500409126282, -0.5993739366531372, -0.9994182586669922, -0.9980118274688721, -0.08013314008712769, -0.9968912601470947, -0.2546097934246063], "max": [0.023439770564436913, 1.5606036186218262, -0.2660754323005676, -0.14205235242843628, 1.0789276361465454, 1.1536102294921875, 0.9628571271896362, 0.2563680112361908, -0.00318100000731647, 0.45993301272392273, 0.17698730528354645, 0.9254097938537598, 0.691846489906311, 0.9995700716972351, -0.24532431364059448, 0.25605279207229614, 1.0969743728637695, 1.9061962366104126, -0.22799235582351685, 0.19648917019367218, 1.228432536125183, 0.31321677565574646, 0.8100000023841858, 0.25849100947380066, 0.3186210095882416, 0.46590301394462585, 0.09807980805635452, 0.03505028039216995, 0.01741267740726471, 0.9999462962150574, -0.03603324666619301, 0.10482486337423325], "mean": [-0.08045297116041183, 0.6299893260002136, -0.5619570016860962, -0.4098437428474426, 0.6071091294288635, 0.5469539761543274, 0.775263786315918, 0.11466342955827713, -0.03902287036180496, 0.28137853741645813, -0.3236787021160126, 0.33104291558265686, 0.21486440300941467, 0.855605959892273, -0.8113774657249451, -0.032867662608623505, 0.7470510005950928, 1.3181521892547607, -1.246474027633667, 0.0510493665933609, 1.0091822147369385, -0.3110760748386383, 0.6585454344749451, 0.16354797780513763, 0.1893446445465088, 0.33447903394699097, -0.23571817576885223, -0.7680913805961609, -0.6725172996520996, 0.4274941086769104, -0.4996316730976105, -0.031698476523160934], "std": [0.14837583899497986, 0.5419130921363831, 0.27664077281951904, 0.2734657824039459, 0.23879408836364746, 0.3812757134437561, 0.126170352101326, 0.07443290203809738, 0.048991769552230835, 0.06738944351673126, 0.27597466111183167, 0.3089820444583893, 0.2415107637643814, 0.2148413062095642, 0.23715737462043762, 0.12507331371307373, 0.2895006537437439, 0.4549074172973633, 0.26180005073547363, 0.14571788907051086, 0.23503819108009338, 0.26745349168777466, 0.2212887704372406, 0.04491497948765755, 0.10179972648620605, 0.08390476554632187, 0.17294616997241974, 0.31031447649002075, 0.3388020992279053, 0.352517306804657, 0.3127760589122772, 0.07560693472623825], "count": [519]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45544749304042603]], [[0.4626243759077705]], [[0.44572637527233117]]], "std": [[[0.16875164543031085]], [[0.16514901197192342]], [[0.1738207627285816]]], "count": [108]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.41239863229242313]], [[0.49032872450677806]], [[0.40767137761740496]]], "std": [[[0.19145578302634098]], [[0.16619282885581999]], [[0.20814540314013988]]], "count": [108]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9098039215686274]], [[1.0]]], "mean": [[[0.4430574580912612]], [[0.478519142610748]], [[0.43907837841926894]]], "std": [[[0.18416086479791513]], [[0.15922464814323534]], [[0.18049048490059375]]], "count": [108]}, "timestamp": {"min": [0.0], "max": [51.8], "mean": [25.900000000000002], "std": [14.982211674738368], "count": [519]}, "frame_index": {"min": [0], "max": [518], "mean": [259.0], "std": [149.8221167473837], "count": [519]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [519]}, "index": {"min": [5297], "max": [5815], "mean": [5556.0], "std": [149.8221167473837], "count": [519]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [519]}}} +{"episode_index": 11, "stats": {"observation.state": {"min": [-0.4306250810623169, 0.0033335788175463676, -1.1232415437698364, -1.0268120765686035, 0.3021513819694519, 0.5752255916595459, 0.5271428823471069, 0.015453999862074852, -0.19299300014972687, 0.13378800451755524, -0.8816439509391785, 0.13466335833072662, -0.029066408053040504, 0.32826435565948486, -0.9975077509880066, -0.40420350432395935, -0.02892010472714901, 0.009389870800077915, -1.3475861549377441, -0.3822096586227417, 0.2361779510974884, -0.8924391865730286, 0.0, -0.004712999798357487, -0.0139340003952384, 0.19412200152873993, -0.6260541677474976, -0.999875545501709, -0.9890331029891968, -0.16642887890338898, -0.9988833069801331, -0.3032166659832001], "max": [0.1330638974905014, 1.671484351158142, -0.2761634290218353, -0.23249530792236328, 1.0461329221725464, 1.1516380310058594, 0.9014285802841187, 0.27508100867271423, -0.010174999944865704, 0.4673129916191101, 0.24925559759140015, 0.8990229368209839, 0.6272596120834351, 0.98728346824646, -0.07412589341402054, 0.23437073826789856, 0.9780126810073853, 1.8706438541412354, -0.22073177993297577, 0.12149236351251602, 1.224016785621643, 0.1794023960828781, 0.7771428823471069, 0.26576098799705505, 0.2857080101966858, 0.4523720145225525, 0.20912866294384003, 0.06949935108423233, 0.056036628782749176, 0.9991607666015625, -0.14658372104167938, 0.047040391713380814], "mean": [-0.07489847391843796, 0.8162683248519897, -0.6471465229988098, -0.554946780204773, 0.7008122205734253, 0.8167712688446045, 0.8020657896995544, 0.1401703953742981, -0.04760250076651573, 0.2830677926540375, -0.39604735374450684, 0.4867980182170868, 0.3743782043457031, 0.8044089078903198, -0.6919156312942505, 0.03240741789340973, 0.6338422894477844, 1.0736478567123413, -1.0566109418869019, -0.055352844297885895, 0.8348397612571716, -0.3290885388851166, 0.6388566493988037, 0.14628097414970398, 0.1453072428703308, 0.32973381876945496, -0.10826592892408371, -0.6487099528312683, -0.5947237014770508, 0.47586512565612793, -0.6066476106643677, -0.1567678153514862], "std": [0.1404825747013092, 0.5053637623786926, 0.26245027780532837, 0.28901296854019165, 0.22268550097942352, 0.16168634593486786, 0.12404254823923111, 0.07503561675548553, 0.051168736070394516, 0.06446626782417297, 0.34299567341804504, 0.20009306073188782, 0.1955752819776535, 0.17771746218204498, 0.26142916083335876, 0.2080436795949936, 0.3581654727458954, 0.5885105729103088, 0.33208543062210083, 0.12113375961780548, 0.23346592485904694, 0.35235515236854553, 0.2336716651916504, 0.07325872033834457, 0.10479608923196793, 0.07866233587265015, 0.1774788349866867, 0.39249494671821594, 0.3706105947494507, 0.40360474586486816, 0.31258535385131836, 0.10583828389644623], "count": [445]}, "action": {"min": [-0.4306250810623169, 0.0033335788175463676, -1.1232415437698364, -1.0268120765686035, 0.3021513819694519, 0.5752255916595459, 0.5271428823471069, 0.015453999862074852, -0.19299300014972687, 0.13378800451755524, -0.8816439509391785, 0.13466335833072662, -0.029066408053040504, 0.32826435565948486, -0.9975077509880066, -0.40420350432395935, -0.02892010472714901, 0.009389870800077915, -1.3475861549377441, -0.3822096586227417, 0.2361779510974884, -0.8924391865730286, 0.0, -0.004712999798357487, -0.0139340003952384, 0.19412200152873993, -0.6260541677474976, -0.999875545501709, -0.9890331029891968, -0.16642887890338898, -0.9988833069801331, -0.3032166659832001], "max": [0.1330638974905014, 1.671484351158142, -0.2761634290218353, -0.23249530792236328, 1.0461329221725464, 1.1516380310058594, 0.9014285802841187, 0.27508100867271423, -0.010174999944865704, 0.4673129916191101, 0.24925559759140015, 0.8990229368209839, 0.6272596120834351, 0.98728346824646, -0.07412589341402054, 0.23437073826789856, 0.9780126810073853, 1.8706438541412354, -0.22073177993297577, 0.12149236351251602, 1.224016785621643, 0.1794023960828781, 0.7771428823471069, 0.26576098799705505, 0.2857080101966858, 0.4523720145225525, 0.20912866294384003, 0.06949935108423233, 0.056036628782749176, 0.9991607666015625, -0.14658372104167938, 0.047040391713380814], "mean": [-0.07449217885732651, 0.8162682056427002, -0.6474019885063171, -0.5552128553390503, 0.7013514637947083, 0.8172170519828796, 0.8020979762077332, 0.14014054834842682, -0.0476321280002594, 0.283115029335022, -0.3960595726966858, 0.48680394887924194, 0.374706894159317, 0.8043689727783203, -0.6918871402740479, 0.032724086195230484, 0.634332537651062, 1.0737764835357666, -1.0569474697113037, -0.05495467782020569, 0.835395097732544, -0.32949990034103394, 0.6405548453330994, 0.14626161754131317, 0.14533789455890656, 0.3297862112522125, -0.10862377285957336, -0.6493302583694458, -0.5948035717010498, 0.47580665349960327, -0.6066444516181946, -0.15680497884750366], "std": [0.1408212035894394, 0.5053638815879822, 0.2621435821056366, 0.28921058773994446, 0.22205699980258942, 0.16165728867053986, 0.12405522912740707, 0.0750812217593193, 0.05115676298737526, 0.0644727423787117, 0.34297752380371094, 0.20008616149425507, 0.19509664177894592, 0.17768268287181854, 0.2613969147205353, 0.2081715166568756, 0.3574061691761017, 0.5882840752601624, 0.33131343126296997, 0.12136895954608917, 0.23233243823051453, 0.3519420623779297, 0.2317599505186081, 0.07328740507364273, 0.10475482791662216, 0.07862679660320282, 0.17728956043720245, 0.3916187286376953, 0.3704770505428314, 0.40353095531463623, 0.31258130073547363, 0.10576977580785751], "count": [445]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45239232230392157]], [[0.4609450245098039]], [[0.4433011928104575]]], "std": [[[0.16010677857278666]], [[0.15662697828921254]], [[0.16577835919602488]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42510631944444444]], [[0.48858685253267975]], [[0.4307122977941176]]], "std": [[[0.17016569495708966]], [[0.165602604459158]], [[0.1815930714190783]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9176470588235294]], [[1.0]]], "mean": [[[0.41925566993464053]], [[0.4825457250816993]], [[0.42177038807189543]]], "std": [[[0.1859356128455063]], [[0.15810171328635286]], [[0.17976602733789046]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [44.4], "mean": [22.2], "std": [12.846011054019842], "count": [445]}, "frame_index": {"min": [0], "max": [444], "mean": [222.0], "std": [128.46011054019843], "count": [445]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [445]}, "index": {"min": [5816], "max": [6260], "mean": [6038.0], "std": [128.46011054019843], "count": [445]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [445]}}} +{"episode_index": 12, "stats": {"observation.state": {"min": [-0.6643072366714478, 0.0, -1.1443774700164795, -1.3419312238693237, -0.09379399567842484, 0.11246901750564575, 0.5842857360839844, 0.020038999617099762, -0.27628201246261597, 0.12242399901151657, -0.821904182434082, -0.09744658321142197, -0.08675294369459152, 0.23585346341133118, -0.9990903735160828, -0.25154921412467957, -0.01277580950409174, 0.006684611085802317, -0.998153805732727, -0.34695398807525635, 0.36627480387687683, -1.053218960762024, 0.04857143014669418, 0.026186000555753708, 0.0007469999836757779, 0.2015179991722107, -0.5820392966270447, -0.9948651194572449, -0.9913259148597717, -0.04621635377407074, -0.9995608925819397, -0.3802807927131653], "max": [0.1443038135766983, 1.832735300064087, -0.14556045830249786, -0.09988518804311752, 0.7662169933319092, 1.4895163774490356, 0.9300000071525574, 0.31560900807380676, 8.499999967170879e-05, 0.3943980038166046, 0.271882027387619, 0.9580555558204651, 0.5132985711097717, 0.9999566078186035, -0.4100981652736664, 0.1104372963309288, 0.7235960364341736, 1.6120035648345947, -0.32820916175842285, 0.12161453813314438, 1.149177074432373, 0.22303561866283417, 0.9100000262260437, 0.2595269978046417, 0.17477600276470184, 0.3629400134086609, 0.06868617236614227, -0.004773046355694532, -0.02134983241558075, 0.9993671774864197, -0.12034475803375244, -0.017318295314908028], "mean": [-0.18384961783885956, 0.8095690608024597, -0.6546226739883423, -0.6523436307907104, 0.5512927770614624, 0.7020634412765503, 0.788396418094635, 0.14395186305046082, -0.07240545004606247, 0.27022692561149597, -0.3845190703868866, 0.3945419490337372, 0.1534716784954071, 0.8306390047073364, -0.8280762434005737, -0.07906606048345566, 0.565401017665863, 0.9448699355125427, -0.7901744842529297, -0.08252492547035217, 0.8085543513298035, -0.38536596298217773, 0.6766910552978516, 0.1454012542963028, 0.09205392748117447, 0.28664159774780273, -0.23227232694625854, -0.6771354079246521, -0.6217421293258667, 0.5170214772224426, -0.5371303558349609, -0.17365729808807373], "std": [0.2943485379219055, 0.6539730429649353, 0.28460419178009033, 0.4023302495479584, 0.23300515115261078, 0.4846937656402588, 0.09966666251420975, 0.10187707841396332, 0.08627188205718994, 0.05727197602391243, 0.2641872465610504, 0.2925478518009186, 0.21064257621765137, 0.2347591370344162, 0.16946645081043243, 0.08618178218603134, 0.14403320848941803, 0.4895268380641937, 0.15887729823589325, 0.14612728357315063, 0.17235809564590454, 0.5000753402709961, 0.28911933302879333, 0.07225043326616287, 0.05892294645309448, 0.04811965674161911, 0.25546157360076904, 0.2766892910003662, 0.3346266448497772, 0.4011465609073639, 0.30617332458496094, 0.08090425282716751], "count": [682]}, "action": {"min": [-0.6643072366714478, 0.0, -1.1443774700164795, -1.3419312238693237, -0.09379399567842484, 0.11246901750564575, 0.5842857360839844, 0.020038999617099762, -0.27628201246261597, 0.12242399901151657, -0.821904182434082, -0.09744658321142197, -0.08675294369459152, 0.23585346341133118, -0.9990903735160828, -0.25154921412467957, -0.01277580950409174, 0.006684611085802317, -0.998153805732727, -0.34695398807525635, 0.36627480387687683, -1.053218960762024, 0.04857143014669418, 0.026186000555753708, 0.0007469999836757779, 0.2015179991722107, -0.5820392966270447, -0.9948651194572449, -0.9913259148597717, -0.04621635377407074, -0.9995608925819397, -0.3802807927131653], "max": [0.1443038135766983, 1.832735300064087, -0.14556045830249786, -0.09988518804311752, 0.7662169933319092, 1.4895163774490356, 0.9300000071525574, 0.31560900807380676, 8.499999967170879e-05, 0.3943980038166046, 0.271882027387619, 0.9580555558204651, 0.5132985711097717, 0.9999566078186035, -0.4100981652736664, 0.1104372963309288, 0.7235960364341736, 1.6120035648345947, -0.32820916175842285, 0.12161453813314438, 1.149177074432373, 0.22303561866283417, 0.9100000262260437, 0.2595269978046417, 0.17477600276470184, 0.3629400134086609, 0.06868617236614227, -0.004773046355694532, -0.02134983241558075, 0.9993671774864197, -0.12034475803375244, -0.017318295314908028], "mean": [-0.18503527343273163, 0.809570848941803, -0.6543514728546143, -0.6541648507118225, 0.5505294799804688, 0.7039977312088013, 0.7884132266044617, 0.143964946269989, -0.0724414810538292, 0.27020376920700073, -0.38407257199287415, 0.3955041766166687, 0.15333810448646545, 0.8303887844085693, -0.8280309438705444, -0.0789850652217865, 0.5664052367210388, 0.9450219869613647, -0.7904409170150757, -0.08311349898576736, 0.8089230060577393, -0.3849102556705475, 0.6773048043251038, 0.1454005390405655, 0.09205293655395508, 0.28668972849845886, -0.2323993742465973, -0.6778066158294678, -0.6218606233596802, 0.5168492197990417, -0.5371191501617432, -0.17372407019138336], "std": [0.2946529984474182, 0.6539719700813293, 0.2850002348423004, 0.4026359021663666, 0.23410508036613464, 0.48501601815223694, 0.09968359768390656, 0.10186286270618439, 0.0862467959523201, 0.05727183446288109, 0.2649940550327301, 0.2920093238353729, 0.210751473903656, 0.23467488586902618, 0.16942521929740906, 0.08631251007318497, 0.142376109957695, 0.48925161361694336, 0.15825329720973969, 0.1463782787322998, 0.17167922854423523, 0.5004726648330688, 0.28907614946365356, 0.07225167006254196, 0.05892447382211685, 0.048136595636606216, 0.2553463578224182, 0.2756103277206421, 0.3344394862651825, 0.40096497535705566, 0.30615708231925964, 0.0808238834142685], "count": [682]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.7686274509803922]], [[0.8313725490196079]], [[0.8705882352941177]]], "mean": [[[0.4476907050100742]], [[0.45344836816305467]], [[0.4249230121873311]]], "std": [[[0.17407731368339485]], [[0.16565558505731823]], [[0.18055864062216576]]], "count": [133]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40557789234114694]], [[0.46666655916752664]], [[0.4053622797803332]]], "std": [[[0.1967043977102888]], [[0.1788196461315239]], [[0.20275480736474244]]], "count": [133]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4336499858715416]], [[0.46339590551132737]], [[0.4265517838714433]]], "std": [[[0.18601600062623028]], [[0.16352114313311072]], [[0.18195825451323813]]], "count": [133]}, "timestamp": {"min": [0.0], "max": [68.1], "mean": [34.05], "std": [19.68762301548869], "count": [682]}, "frame_index": {"min": [0], "max": [681], "mean": [340.5], "std": [196.8762301548869], "count": [682]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [682]}, "index": {"min": [6261], "max": [6942], "mean": [6601.5], "std": [196.8762301548869], "count": [682]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [682]}}} +{"episode_index": 13, "stats": {"observation.state": {"min": [-0.4437848627567291, 0.0033335788175463676, -1.0687174797058105, -0.8868367075920105, 0.2721317410469055, 0.20258036255836487, 0.5657142996788025, 0.014696000143885612, -0.18160900473594666, 0.13658300042152405, -0.7993536591529846, -0.13592486083507538, -0.04020865634083748, 0.34696587920188904, -0.9996767044067383, -0.23759618401527405, -0.015533430501818657, 0.00815068744122982, -1.2820664644241333, 0.00945968460291624, 0.2065422534942627, -0.8442157506942749, 0.04285714402794838, -0.012946000322699547, 2.5999999706982635e-05, 0.2002680003643036, -0.5706096887588501, -0.9999794363975525, -0.9930764436721802, -0.03354117274284363, -0.9995431303977966, -0.23458944261074066], "max": [0.19858355820178986, 1.5647574663162231, -0.2993239760398865, -0.14273302257061005, 1.106329321861267, 1.1733673810958862, 0.8757143020629883, 0.2592490017414093, 0.0008120000129565597, 0.46804699301719666, 0.2775976359844208, 0.9202504754066467, 0.6338503360748291, 0.997087836265564, -0.14090123772621155, 0.19536687433719635, 0.9769654870033264, 1.8418110609054565, -0.18530160188674927, 0.18156659603118896, 1.2242960929870605, -0.06726498901844025, 0.7542856931686401, 0.2557950019836426, 0.28706300258636475, 0.3954949975013733, 0.07623374462127686, 0.009267302230000496, -0.02303243800997734, 0.9996932148933411, -0.11729474365711212, 0.01323777250945568], "mean": [-0.14855939149856567, 0.9099887013435364, -0.6723161339759827, -0.4367402493953705, 0.7368955016136169, 0.6923126578330994, 0.8141661286354065, 0.14907658100128174, -0.05822509899735451, 0.27153074741363525, -0.4687627851963043, 0.5253560543060303, 0.419625461101532, 0.7806307673454285, -0.6217731833457947, -0.010595634579658508, 0.6188884377479553, 1.1835343837738037, -1.0678443908691406, 0.0800701305270195, 0.9155689477920532, -0.5082064270973206, 0.5995402336120605, 0.1608591079711914, 0.16369646787643433, 0.30469757318496704, -0.14747068285942078, -0.7470778226852417, -0.7040720582008362, 0.39138349890708923, -0.5052320957183838, -0.12917488813400269], "std": [0.1641271710395813, 0.4886302053928375, 0.22379980981349945, 0.2543219029903412, 0.21420511603355408, 0.24534931778907776, 0.09760630875825882, 0.073790043592453, 0.04805941879749298, 0.06148122623562813, 0.32329487800598145, 0.2745947241783142, 0.22226035594940186, 0.16742059588432312, 0.2522999346256256, 0.10522276908159256, 0.33303794264793396, 0.5762804746627808, 0.31152868270874023, 0.03661446273326874, 0.2179231196641922, 0.23672987520694733, 0.19748465716838837, 0.06950387358665466, 0.10054831951856613, 0.063187375664711, 0.1882997751235962, 0.34872013330459595, 0.3356812596321106, 0.38315558433532715, 0.28131210803985596, 0.05995077267289162], "count": [418]}, "action": {"min": [-0.4437848627567291, 0.0033335788175463676, -1.0687174797058105, -0.8868367075920105, 0.2721317410469055, 0.20258036255836487, 0.5657142996788025, 0.014696000143885612, -0.18160900473594666, 0.13658300042152405, -0.7993536591529846, -0.13592486083507538, -0.04020865634083748, 0.34696587920188904, -0.9996767044067383, -0.23759618401527405, -0.015533430501818657, 0.00815068744122982, -1.2820664644241333, 0.00945968460291624, 0.2065422534942627, -0.8442157506942749, 0.04285714402794838, -0.012946000322699547, 2.5999999706982635e-05, 0.2002680003643036, -0.5706096887588501, -0.9999794363975525, -0.9930764436721802, -0.03354117274284363, -0.9995431303977966, -0.23458944261074066], "max": [0.19858355820178986, 1.5647574663162231, -0.2993239760398865, -0.14273302257061005, 1.106329321861267, 1.1733673810958862, 0.8757143020629883, 0.2592490017414093, 0.0008120000129565597, 0.46804699301719666, 0.2775976359844208, 0.9202504754066467, 0.6338503360748291, 0.997087836265564, -0.14090123772621155, 0.19536687433719635, 0.9769654870033264, 1.8418110609054565, -0.18530160188674927, 0.18156659603118896, 1.2242960929870605, -0.06726498901844025, 0.7542856931686401, 0.2557950019836426, 0.28706300258636475, 0.3954949975013733, 0.07623374462127686, 0.009267302230000496, -0.02303243800997734, 0.9996932148933411, -0.11729474365711212, 0.01323777250945568], "mean": [-0.1492096334695816, 0.9099928736686707, -0.672434389591217, -0.43818631768226624, 0.7374666333198547, 0.6937609314918518, 0.8142345547676086, 0.14903879165649414, -0.05831547826528549, 0.2715471684932709, -0.46875646710395813, 0.5267689824104309, 0.4197644591331482, 0.7803769111633301, -0.6217647790908813, -0.010412387549877167, 0.6191604137420654, 1.1835806369781494, -1.0685421228408813, 0.08041134476661682, 0.9165583252906799, -0.5084778070449829, 0.5991882085800171, 0.16077472269535065, 0.16372527182102203, 0.30482688546180725, -0.14775298535823822, -0.747630774974823, -0.7041802406311035, 0.3913179636001587, -0.50517737865448, -0.1291515976190567], "std": [0.16328662633895874, 0.48862186074256897, 0.22361594438552856, 0.2546553313732147, 0.2134643793106079, 0.24423842132091522, 0.09763925522565842, 0.07385331392288208, 0.04798392951488495, 0.06148470193147659, 0.32330477237701416, 0.27270737290382385, 0.2220340520143509, 0.1671822965145111, 0.25228753685951233, 0.10534711927175522, 0.33256569504737854, 0.5761868357658386, 0.30987289547920227, 0.0368930958211422, 0.21640630066394806, 0.23628927767276764, 0.19733892381191254, 0.06966612488031387, 0.10050321370363235, 0.06311111152172089, 0.18833395838737488, 0.34772008657455444, 0.33547094464302063, 0.38305410742759705, 0.2812194228172302, 0.05999147519469261], "count": [418]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4504225816993464]], [[0.4577087132352941]], [[0.4392734007352941]]], "std": [[[0.16562321926462661]], [[0.16197553509744456]], [[0.1703654085016874]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4404703982843137]], [[0.479889495506536]], [[0.42692461601307186]]], "std": [[[0.16989742187278223]], [[0.1716981389996522]], [[0.18865878355264676]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8666666666666667]], [[0.9411764705882353]]], "mean": [[[0.43761540441176466]], [[0.4729961683006536]], [[0.43384759599673206]]], "std": [[[0.17439560054029413]], [[0.14885962246630932]], [[0.1728896527246185]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.066586095495278], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [418]}, "index": {"min": [6943], "max": [7360], "mean": [7151.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [418]}}} +{"episode_index": 14, "stats": {"observation.state": {"min": [-0.7221648693084717, 0.005078908056020737, -1.0070898532867432, -1.5779695510864258, -0.10918779671192169, 0.18414968252182007, 0.45428571105003357, 0.027628999203443527, -0.2792400121688843, 0.1515129953622818, -0.7956240773200989, -0.018258489668369293, -0.027335936203598976, 0.008318924345076084, -0.9973679184913635, -0.3065749406814575, -0.02975786291062832, 0.02745402790606022, -1.1444123983383179, -1.0876193046569824, 0.31124454736709595, -0.9573654532432556, 0.03142857179045677, 0.012377000413835049, -0.02616799995303154, 0.2005150020122528, -0.6116912364959717, -0.9971631765365601, -0.9963650107383728, -0.01699063368141651, -0.9993264675140381, -0.36275893449783325], "max": [0.05806710198521614, 1.73026704788208, -0.2851693332195282, -0.11965977400541306, 0.9899856448173523, 1.7526421546936035, 0.8700000047683716, 0.2368129938840866, 0.0004990000161342323, 0.43955400586128235, 0.3787962794303894, 0.9672339558601379, 0.7066071033477783, 0.9991976022720337, -0.19663068652153015, 0.13455507159233093, 0.8165872097015381, 1.4346082210540771, -0.2566332221031189, 0.1290496438741684, 1.2220795154571533, 0.7561115026473999, 0.7328571677207947, 0.2007409930229187, 0.1445229947566986, 0.41339999437332153, 0.24763348698616028, 0.32381147146224976, 0.07198186963796616, 0.9998272657394409, -0.06838095188140869, 0.06861269474029541], "mean": [-0.15406155586242676, 0.7089424729347229, -0.5886342525482178, -0.6711239814758301, 0.5564168691635132, 0.8594081997871399, 0.7501013875007629, 0.11590644717216492, -0.051205337047576904, 0.2886770963668823, -0.29188960790634155, 0.3737905025482178, 0.2400427609682083, 0.8014996647834778, -0.8040197491645813, 0.0035479881335049868, 0.6695370674133301, 0.878262460231781, -0.7237647771835327, -0.21578963100910187, 0.8723627328872681, -0.25329121947288513, 0.4811011254787445, 0.11697851121425629, 0.08559999614953995, 0.2909065783023834, -0.18317151069641113, -0.695495069026947, -0.6858906149864197, 0.47019845247268677, -0.5062329769134521, -0.17214912176132202], "std": [0.2548580467700958, 0.5142143368721008, 0.21163462102413177, 0.6002342104911804, 0.3153049051761627, 0.5875389575958252, 0.1297122985124588, 0.06021556258201599, 0.08288473635911942, 0.05801299586892128, 0.32488566637039185, 0.32760894298553467, 0.22152559459209442, 0.30170732736587524, 0.23687441647052765, 0.13968242704868317, 0.2340439260005951, 0.3691798150539398, 0.151849165558815, 0.36563992500305176, 0.23267216980457306, 0.575484037399292, 0.20013096928596497, 0.045989710837602615, 0.046878669410943985, 0.05890340358018875, 0.17510801553726196, 0.3575245141983032, 0.3140677809715271, 0.35845476388931274, 0.3323080837726593, 0.09618403762578964], "count": [460]}, "action": {"min": [-0.7221648693084717, 0.005078908056020737, -1.0070898532867432, -1.5779695510864258, -0.10918779671192169, 0.18414968252182007, 0.45428571105003357, 0.027628999203443527, -0.2792400121688843, 0.1515129953622818, -0.7956240773200989, -0.018258489668369293, -0.027335936203598976, 0.008318924345076084, -0.9973615407943726, -0.3065749406814575, -0.02975786291062832, 0.02745402790606022, -1.1444123983383179, -1.0876193046569824, 0.31124454736709595, -0.9573654532432556, 0.03142857179045677, 0.012377000413835049, -0.02616799995303154, 0.2005150020122528, -0.6116912364959717, -0.9971631765365601, -0.9963650107383728, -0.01699063368141651, -0.9993264675140381, -0.36275893449783325], "max": [0.05806710198521614, 1.73026704788208, -0.2851693332195282, -0.11965977400541306, 0.9899856448173523, 1.7526421546936035, 0.8700000047683716, 0.2368129938840866, 0.0004990000161342323, 0.43955400586128235, 0.3787962794303894, 0.9672339558601379, 0.7066071033477783, 0.9991976022720337, -0.19663068652153015, 0.13455507159233093, 0.8165872097015381, 1.4346082210540771, -0.2566332221031189, 0.1290496438741684, 1.2220795154571533, 0.7561115026473999, 0.7328571677207947, 0.2007409930229187, 0.1445229947566986, 0.41339999437332153, 0.24763348698616028, 0.32381147146224976, 0.07198186963796616, 0.9998272657394409, -0.06838095188140869, 0.06861269474029541], "mean": [-0.15494640171527863, 0.7089532613754272, -0.5886319279670715, -0.6742936968803406, 0.5553719401359558, 0.8626512885093689, 0.7501137852668762, 0.1158977746963501, -0.05120266228914261, 0.2887468636035919, -0.29111456871032715, 0.37427955865859985, 0.2398298978805542, 0.8014538288116455, -0.8038833141326904, 0.0035062183160334826, 0.6695655584335327, 0.8784080147743225, -0.7243513464927673, -0.21762242913246155, 0.8724791407585144, -0.25188931822776794, 0.4809210002422333, 0.11691606044769287, 0.08555075526237488, 0.2910977303981781, -0.18265065550804138, -0.6949077844619751, -0.686253547668457, 0.4700835049152374, -0.5061472654342651, -0.172326922416687], "std": [0.25482630729675293, 0.5141999125480652, 0.21163778007030487, 0.601162850856781, 0.31670913100242615, 0.587919294834137, 0.12972363829612732, 0.060227569192647934, 0.08288624882698059, 0.058014336973428726, 0.3260005712509155, 0.32719650864601135, 0.2217334657907486, 0.3016791343688965, 0.23678119480609894, 0.13966456055641174, 0.23396036028862, 0.36885708570480347, 0.1505592316389084, 0.3670596778392792, 0.23240460455417633, 0.5771541595458984, 0.200065016746521, 0.0461120642721653, 0.046983957290649414, 0.05897393077611923, 0.17602992057800293, 0.3589736223220825, 0.31332898139953613, 0.3582938611507416, 0.3321860432624817, 0.09587385505437851], "count": [460]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.8941176470588236]], [[1.0]]], "mean": [[[0.4678541013071896]], [[0.47530072916666666]], [[0.4594066237745098]]], "std": [[[0.14338066571243388]], [[0.13980923990993951]], [[0.14891887308399784]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4229868402777778]], [[0.4904133680555556]], [[0.41589318014705884]]], "std": [[[0.19653307054921018]], [[0.17946293870718158]], [[0.21248065445303613]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8352941176470589]], [[0.8980392156862745]]], "mean": [[[0.43417420138888885]], [[0.4792622528594771]], [[0.4335507169117647]]], "std": [[[0.1803534792892195]], [[0.15378706116240742]], [[0.17505884352942372]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [45.9], "mean": [22.95], "std": [13.279024813592297], "count": [460]}, "frame_index": {"min": [0], "max": [459], "mean": [229.5], "std": [132.79024813592298], "count": [460]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [460]}, "index": {"min": [7361], "max": [7820], "mean": [7590.5], "std": [132.79024813592298], "count": [460]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [460]}}} +{"episode_index": 15, "stats": {"observation.state": {"min": [-0.5811597108840942, 0.0044156829826533794, -1.065628170967102, -1.5898727178573608, -0.12082914263010025, 0.9181129932403564, 0.008571428246796131, 0.022760000079870224, -0.2382580041885376, 0.14689700305461884, -0.5981171727180481, 0.20450207591056824, -0.04440072923898697, 0.113388791680336, -0.9968039989471436, -0.2536427974700928, 0.08435176312923431, 0.04478514939546585, -1.0632719993591309, -0.1380031853914261, 0.20717057585716248, -0.8933991193771362, 0.09428571164608002, 0.03903599828481674, 0.0011259999591857195, 0.2074899971485138, -0.7595236301422119, -0.9987255930900574, -0.9954866170883179, -0.01580534502863884, -0.9981507658958435, -0.252652108669281], "max": [0.06789330393075943, 1.6931438446044922, -0.2851693332195282, -0.2286730408668518, 1.008905053138733, 1.9354130029678345, 0.8628571629524231, 0.26301899552345276, -0.00017100000695791095, 0.42344799637794495, 0.35481688380241394, 0.9728059768676758, 0.9136816263198853, 0.9778749346733093, -0.21642257273197174, 0.8102993369102478, 0.8275478482246399, 1.6276416778564453, -0.2692868411540985, 0.22849850356578827, 1.2219399213790894, -0.011763518676161766, 0.677142858505249, 0.23755499720573425, 0.19965499639511108, 0.411422997713089, 0.10899966955184937, -0.06076938286423683, -0.0271395742893219, 0.9956538677215576, -0.07574448734521866, 0.06562138348817825], "mean": [-0.24636881053447723, 0.796919584274292, -0.5388708114624023, -0.8005759716033936, 0.6035188436508179, 1.3463420867919922, 0.6153774857521057, 0.12891024351119995, -0.06923839449882507, 0.26358622312545776, -0.11981003731489182, 0.6934002637863159, 0.5834834575653076, 0.5386916995048523, -0.6601769328117371, 0.2081623524427414, 0.5189211368560791, 0.9995489120483398, -0.8736399412155151, 0.048195067793130875, 0.9183861613273621, -0.45801907777786255, 0.5695335268974304, 0.14290688931941986, 0.10707764327526093, 0.29985979199409485, -0.2491082102060318, -0.6943389773368835, -0.6519990563392639, 0.4935888350009918, -0.4962805509567261, -0.09677542001008987], "std": [0.15385811030864716, 0.4500119090080261, 0.2503580152988434, 0.4521959722042084, 0.304997980594635, 0.28149035573005676, 0.1667732149362564, 0.06338714063167572, 0.059067532420158386, 0.05139153078198433, 0.25808656215667725, 0.23614197969436646, 0.29610875248908997, 0.251939594745636, 0.23466883599758148, 0.25775575637817383, 0.2641623616218567, 0.46821755170822144, 0.22458146512508392, 0.08552177995443344, 0.22996175289154053, 0.3084137439727783, 0.16772189736366272, 0.05814027413725853, 0.06808539479970932, 0.05316557362675667, 0.20770739018917084, 0.34976616501808167, 0.35584697127342224, 0.3714981973171234, 0.3110913634300232, 0.06745349615812302], "count": [458]}, "action": {"min": [-0.5811597108840942, 0.0044156829826533794, -1.065628170967102, -1.5898727178573608, -0.12082914263010025, 0.9181129932403564, 0.16571427881717682, 0.022760000079870224, -0.2382580041885376, 0.14689700305461884, -0.5981171727180481, 0.20450207591056824, -0.04440072923898697, 0.113388791680336, -0.9968039989471436, -0.2536427974700928, 0.08435176312923431, 0.04478514939546585, -1.0632719993591309, -0.1380031853914261, 0.20717057585716248, -0.8933991193771362, 0.09428571164608002, 0.03903599828481674, 0.0011259999591857195, 0.2074899971485138, -0.7595236301422119, -0.9987255930900574, -0.9954866170883179, -0.01580534502863884, -0.9981507658958435, -0.252652108669281], "max": [0.06789330393075943, 1.6931438446044922, -0.2851693332195282, -0.2286730408668518, 1.008905053138733, 1.9354130029678345, 0.8628571629524231, 0.26301899552345276, -0.00017100000695791095, 0.42344799637794495, 0.35481688380241394, 0.9728059768676758, 0.9136816263198853, 0.9778749346733093, -0.21642257273197174, 0.8102993369102478, 0.8275478482246399, 1.6276416778564453, -0.2692868411540985, 0.22849850356578827, 1.2219399213790894, -0.011763518676161766, 0.677142858505249, 0.23755499720573425, 0.19965499639511108, 0.411422997713089, 0.10899966955184937, -0.06076938286423683, -0.0271395742893219, 0.9956538677215576, -0.07574448734521866, 0.06562138348817825], "mean": [-0.24545904994010925, 0.7969073057174683, -0.5388998985290527, -0.7990383505821228, 0.6049891114234924, 1.345037817955017, 0.6170399785041809, 0.12890346348285675, -0.06931440532207489, 0.26352134346961975, -0.12037847936153412, 0.6936707496643066, 0.5841215252876282, 0.5385231375694275, -0.6602304577827454, 0.2086639553308487, 0.5190297961235046, 0.9997744560241699, -0.873898446559906, 0.048391133546829224, 0.9191969037055969, -0.4579794406890869, 0.569895327091217, 0.1429111361503601, 0.10708839446306229, 0.29985976219177246, -0.24988992512226105, -0.694520890712738, -0.6518700122833252, 0.49357926845550537, -0.4962224066257477, -0.09654904901981354], "std": [0.1544792652130127, 0.4500332772731781, 0.2503293752670288, 0.45074591040611267, 0.30317676067352295, 0.2813439667224884, 0.16449564695358276, 0.06339781731367111, 0.0590016208589077, 0.05135685205459595, 0.2573262155056, 0.2356589436531067, 0.2951091527938843, 0.2516726553440094, 0.23473422229290009, 0.2576773464679718, 0.2639937996864319, 0.4677824079990387, 0.22395376861095428, 0.08536253124475479, 0.22814929485321045, 0.3084700107574463, 0.16777558624744415, 0.05813303962349892, 0.068069227039814, 0.053165584802627563, 0.20707671344280243, 0.3494582772254944, 0.3560631275177002, 0.37148556113243103, 0.3110012412071228, 0.06764136254787445], "count": [458]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.46141739583333335]], [[0.4682778227124183]], [[0.45136350081699345]]], "std": [[[0.14987520102632818]], [[0.14697442699688373]], [[0.155265535042578]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4449709803921569]], [[0.4992322855392157]], [[0.44851277777777776]]], "std": [[[0.17022645701663183]], [[0.1583158209421242]], [[0.17959549762633917]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.8588235294117647]], [[0.9647058823529412]]], "mean": [[[0.4412373651960784]], [[0.4784130024509804]], [[0.44155232638888886]]], "std": [[[0.17607584297276502]], [[0.15277840214830127]], [[0.17224779018171768]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [45.7], "mean": [22.85], "std": [13.221289649652185], "count": [458]}, "frame_index": {"min": [0], "max": [457], "mean": [228.5], "std": [132.21289649652186], "count": [458]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [458]}, "index": {"min": [7821], "max": [8278], "mean": [8049.5], "std": [132.21289649652186], "count": [458]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [458]}}} +{"episode_index": 16, "stats": {"observation.state": {"min": [-0.5607044696807861, 0.002007128670811653, -1.0663787126541138, -1.4296340942382812, -0.05654866620898247, 0.3208089768886566, 0.38428571820259094, 0.02790299989283085, -0.24521799385547638, 0.14165300130844116, -0.5405192375183105, -0.006166035309433937, -0.0037660119123756886, -0.04160121828317642, -0.9965900182723999, -0.31476062536239624, -0.02480112761259079, 0.00815068744122982, -1.2891175746917725, -0.7872307300567627, 0.3405137360095978, -0.8823686242103577, 0.07000000029802322, 0.03082600049674511, -0.019835999235510826, 0.202224001288414, -0.6982107162475586, -0.9975335001945496, -0.9929924011230469, 0.026526357978582382, -0.9968388080596924, -0.28164219856262207], "max": [0.11508700996637344, 1.7887181043624878, -0.25329962372779846, -0.2621135413646698, 1.0431134700775146, 1.818790078163147, 0.8857142925262451, 0.2691029906272888, -0.0001740000006975606, 0.4015060067176819, 0.37525102496147156, 0.9905772805213928, 0.8157172203063965, 0.9969392418861389, -0.2748822867870331, 0.19478639960289001, 0.8127474784851074, 1.574286937713623, -0.29773572087287903, 0.14292500913143158, 1.2255526781082153, 0.6018767952919006, 0.6785714030265808, 0.23148399591445923, 0.18688799440860748, 0.38592201471328735, -0.0030197808519005775, 0.20595259964466095, -0.0065535856410861015, 0.999972939491272, 0.045607082545757294, 0.01264901738613844], "mean": [-0.12081364542245865, 0.9206036925315857, -0.5978249311447144, -0.8603663444519043, 0.7020585536956787, 1.3202561140060425, 0.7879482507705688, 0.14952132105827332, -0.06945979595184326, 0.25796571373939514, -0.24069544672966003, 0.6701372861862183, 0.479417085647583, 0.5949227213859558, -0.7385790348052979, 0.032702408730983734, 0.6075445413589478, 0.9947267770767212, -0.8443097472190857, -0.10927633941173553, 0.9144240021705627, -0.3315466344356537, 0.6080357432365417, 0.1405801922082901, 0.10482890158891678, 0.29334521293640137, -0.2286265641450882, -0.6867168545722961, -0.6841346025466919, 0.477465957403183, -0.48710185289382935, -0.1460295170545578], "std": [0.1995728313922882, 0.5285937190055847, 0.2469216287136078, 0.3776775300502777, 0.3010210692882538, 0.3587341904640198, 0.1693621575832367, 0.07056839764118195, 0.06989946961402893, 0.0509619377553463, 0.25442489981651306, 0.3110388517379761, 0.25539904832839966, 0.28555360436439514, 0.19174309074878693, 0.13276582956314087, 0.24889755249023438, 0.4701056182384491, 0.24380286037921906, 0.2794520854949951, 0.2299925535917282, 0.47792884707450867, 0.166345477104187, 0.06168089434504509, 0.06928308308124542, 0.052476849406957626, 0.18137168884277344, 0.3838639259338379, 0.33971622586250305, 0.3558569550514221, 0.3067881762981415, 0.0716627836227417], "count": [396]}, "action": {"min": [-0.5607044696807861, 0.002007128670811653, -1.0663787126541138, -1.4296340942382812, -0.05654866620898247, 0.3208089768886566, 0.38428571820259094, 0.02790299989283085, -0.24521799385547638, 0.14165300130844116, -0.5405192375183105, -0.006166035309433937, -0.0037660119123756886, -0.04160121828317642, -0.9965900182723999, -0.31476062536239624, -0.02480112761259079, 0.00815068744122982, -1.2891175746917725, -0.7872307300567627, 0.3405137360095978, -0.8823686242103577, 0.07000000029802322, 0.0309200007468462, -0.019835999235510826, 0.202224001288414, -0.6982107162475586, -0.9975335001945496, -0.9929924011230469, 0.026526357978582382, -0.9968388080596924, -0.28164219856262207], "max": [0.11508700996637344, 1.7887181043624878, -0.25329962372779846, -0.2621135413646698, 1.0431134700775146, 1.818790078163147, 0.8857142925262451, 0.2691029906272888, -0.0001740000006975606, 0.4015060067176819, 0.37525102496147156, 0.9905772805213928, 0.8157172203063965, 0.9969392418861389, -0.2748822867870331, 0.19478639960289001, 0.8127474784851074, 1.574286937713623, -0.29773572087287903, 0.14292500913143158, 1.2255526781082153, 0.6018767952919006, 0.6785714030265808, 0.23148399591445923, 0.18688799440860748, 0.38592201471328735, -0.0030197808519005775, 0.20595259964466095, -0.0065535856410861015, 0.999972939491272, 0.045607082545757294, 0.01264901738613844], "mean": [-0.12158189713954926, 0.9206072688102722, -0.5977107882499695, -0.8633050918579102, 0.7011997699737549, 1.323224663734436, 0.7882547974586487, 0.14951559901237488, -0.06947924196720123, 0.2580193877220154, -0.2397884577512741, 0.6707625985145569, 0.4792424738407135, 0.5948442816734314, -0.7384445667266846, 0.03274209424853325, 0.6085578203201294, 0.9951043725013733, -0.8442640900611877, -0.11083241552114487, 0.913902759552002, -0.33021873235702515, 0.6079996824264526, 0.14064961671829224, 0.10484231263399124, 0.29337549209594727, -0.22832180559635162, -0.687248945236206, -0.68435138463974, 0.4774143397808075, -0.4871164560317993, -0.14621546864509583], "std": [0.19924844801425934, 0.5285872220993042, 0.24707022309303284, 0.3775385618209839, 0.3022960126399994, 0.3552993834018707, 0.16942934691905975, 0.0705779567360878, 0.06988286226987839, 0.05098990350961685, 0.25581932067871094, 0.3099256157875061, 0.2556971609592438, 0.28544726967811584, 0.19158083200454712, 0.1327817291021347, 0.2471313178539276, 0.4693722724914551, 0.24390317499637604, 0.2806544303894043, 0.23105642199516296, 0.4795554280281067, 0.16633275151252747, 0.06157270073890686, 0.06926300376653671, 0.0524650439620018, 0.1816013753414154, 0.3830142319202423, 0.3393189609050751, 0.355782687664032, 0.30681222677230835, 0.07144167274236679], "count": [396]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[0.9058823529411765]], [[0.9803921568627451]]], "mean": [[[0.460906262254902]], [[0.46790364379084964]], [[0.45196396241830067]]], "std": [[[0.15199622371197072]], [[0.14849252849193703]], [[0.1576349941613066]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4431592075163399]], [[0.48877655228758166]], [[0.4342633088235294]]], "std": [[[0.1797412201935118]], [[0.17179090439097283]], [[0.19187934852262803]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.8470588235294118]], [[0.9058823529411765]]], "mean": [[[0.4304887397875817]], [[0.46920826797385623]], [[0.42887699142156865]]], "std": [[[0.17279293945468682]], [[0.1454426477874044]], [[0.16764698385268392]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [39.5], "mean": [19.75], "std": [11.431498881015852], "count": [396]}, "frame_index": {"min": [0], "max": [395], "mean": [197.5], "std": [114.31498881015851], "count": [396]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [396]}, "index": {"min": [8279], "max": [8674], "mean": [8476.5], "std": [114.31498881015851], "count": [396]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [396]}}} +{"episode_index": 17, "stats": {"observation.state": {"min": [-0.48549821972846985, 0.0035255649127066135, -1.0534284114837646, -1.1848516464233398, 0.0, 0.10431832820177078, 0.07000000029802322, 0.03779099881649017, -0.20423899590969086, 0.12934699654579163, -0.8787171840667725, 0.019154394045472145, -0.040371980518102646, 0.3491899073123932, -0.9994011521339417, -0.20262795686721802, -0.006841690745204687, 0.00663225119933486, -1.4466859102249146, -0.10475465655326843, 0.2762157917022705, -0.8844106793403625, 0.0, 0.019161999225616455, 0.0025969999842345715, 0.2039259970188141, -0.6775104999542236, -0.9958287477493286, -0.9962378144264221, -0.10546275228261948, -0.9998849630355835, -0.2615189552307129], "max": [-0.004660028964281082, 1.8281974792480469, -0.2283763289451599, -0.06812019646167755, 0.7653268575668335, 1.358721375465393, 0.9514285922050476, 0.32256901264190674, -0.0017269999952986836, 0.42396000027656555, 0.22823870182037354, 0.9281480312347412, 0.5013231635093689, 0.9990443587303162, -0.3698602616786957, 0.12281719595193863, 0.9537525773048401, 1.9395145177841187, -0.1984264850616455, 0.15343189239501953, 1.2251687049865723, -0.09801769256591797, 0.8914285898208618, 0.28897300362586975, 0.29685598611831665, 0.4051460027694702, 0.14595812559127808, -0.02505621500313282, 0.02500099316239357, 0.9995817542076111, -0.06280793994665146, 0.025075802579522133], "mean": [-0.13101962208747864, 0.567012369632721, -0.5269750952720642, -0.35681402683258057, 0.39468908309936523, 0.4504982531070709, 0.7984223961830139, 0.12453442066907883, -0.0408753827214241, 0.2681964635848999, -0.19263774156570435, 0.2494712918996811, 0.14234468340873718, 0.8985442519187927, -0.877791702747345, 0.019313832744956017, 0.5609105229377747, 1.2154998779296875, -1.1590710878372192, 0.040134694427251816, 0.9634979963302612, -0.4790515601634979, 0.6837053894996643, 0.18180997669696808, 0.15044774115085602, 0.3191714286804199, -0.2161497324705124, -0.7161172032356262, -0.6592687368392944, 0.46480792760849, -0.506029486656189, -0.1440105140209198], "std": [0.19325636327266693, 0.710464596748352, 0.3377383053302765, 0.4393496513366699, 0.17564153671264648, 0.48450303077697754, 0.1740294247865677, 0.11198923736810684, 0.06412358582019806, 0.05447419360280037, 0.3264351785182953, 0.3012496829032898, 0.15947291254997253, 0.18703284859657288, 0.20029416680335999, 0.0654013529419899, 0.2625953257083893, 0.5827471017837524, 0.32990550994873047, 0.07924137264490128, 0.1885509490966797, 0.25414925813674927, 0.28606629371643066, 0.07689759135246277, 0.10331105440855026, 0.0760158970952034, 0.2486780434846878, 0.28248175978660583, 0.3195447325706482, 0.4068862199783325, 0.31405341625213623, 0.07098595798015594], "count": [463]}, "action": {"min": [-0.48549821972846985, 0.0035255649127066135, -1.0534284114837646, -1.1848516464233398, 0.0, 0.10431832820177078, 0.3142857253551483, 0.03779099881649017, -0.20423899590969086, 0.12934699654579163, -0.8787171840667725, 0.019154394045472145, -0.040371980518102646, 0.3491899073123932, -0.9994011521339417, -0.20262795686721802, -0.006841690745204687, 0.00663225119933486, -1.4466859102249146, -0.10475465655326843, 0.2762157917022705, -0.8844106793403625, 0.0, 0.019161999225616455, 0.0025969999842345715, 0.2039259970188141, -0.6775104999542236, -0.9958287477493286, -0.9962378144264221, -0.10546275228261948, -0.9998849630355835, -0.2615189552307129], "max": [-0.004660028964281082, 1.8281974792480469, -0.2283763289451599, -0.06812019646167755, 0.7653268575668335, 1.358721375465393, 0.9514285922050476, 0.32256901264190674, -0.0017269999952986836, 0.42396000027656555, 0.22823870182037354, 0.9281480312347412, 0.5013231635093689, 0.9990443587303162, -0.3698602616786957, 0.12281719595193863, 0.9537525773048401, 1.9395145177841187, -0.1984264850616455, 0.15343189239501953, 1.2251687049865723, -0.09801769256591797, 0.8914285898208618, 0.28897300362586975, 0.29685598611831665, 0.4051460027694702, 0.14595812559127808, -0.02505621500313282, 0.02500099316239357, 0.9995817542076111, -0.06280793994665146, 0.025075802579522133], "mean": [-0.13205814361572266, 0.5674375891685486, -0.527166485786438, -0.35922595858573914, 0.3938167095184326, 0.4529850482940674, 0.8002304434776306, 0.12456440925598145, -0.040931351482868195, 0.2683163285255432, -0.19198739528656006, 0.2503734827041626, 0.1421855390071869, 0.8983073234558105, -0.8777522444725037, 0.01937921904027462, 0.5618395805358887, 1.216031551361084, -1.1601089239120483, 0.03989969566464424, 0.9647695422172546, -0.4790724217891693, 0.6856276988983154, 0.1817723512649536, 0.15046937763690948, 0.31936123967170715, -0.2167423814535141, -0.7170272469520569, -0.6598062515258789, 0.4645709693431854, -0.5058879852294922, -0.1442447304725647], "std": [0.1938655972480774, 0.7101855874061584, 0.3375939428806305, 0.4408207833766937, 0.17659392952919006, 0.4856732189655304, 0.17077064514160156, 0.11196847259998322, 0.0641014575958252, 0.05449998006224632, 0.3269397020339966, 0.30123162269592285, 0.1596095710992813, 0.186975359916687, 0.20027288794517517, 0.06543619930744171, 0.2613430321216583, 0.5817557573318481, 0.3276285231113434, 0.07916843891143799, 0.18587808310985565, 0.2541186809539795, 0.2844521701335907, 0.07696939259767532, 0.10328114777803421, 0.07596283406019211, 0.2484789937734604, 0.2809299826622009, 0.3186156451702118, 0.4066067337989807, 0.31384551525115967, 0.07063446938991547], "count": [463]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9490196078431372]]], "mean": [[[0.4506764746732026]], [[0.4582291319444445]], [[0.4313821711601307]]], "std": [[[0.17577481384220098]], [[0.17015591326666976]], [[0.18660726649884177]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35509719158496733]], [[0.4795166544117647]], [[0.38971905637254906]]], "std": [[[0.18800488194569598]], [[0.15611688079056876]], [[0.1765925813998416]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.44507255106209154]], [[0.46847166870915036]], [[0.4349606392973856]]], "std": [[[0.19173166423135177]], [[0.16643987443899003]], [[0.18677683102114206]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [46.2], "mean": [23.1], "std": [13.365627557282899], "count": [463]}, "frame_index": {"min": [0], "max": [462], "mean": [231.0], "std": [133.65627557282897], "count": [463]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [463]}, "index": {"min": [8675], "max": [9137], "mean": [8906.0], "std": [133.65627557282897], "count": [463]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [463]}}} +{"episode_index": 18, "stats": {"observation.state": {"min": [-0.3730292022228241, 0.003508111694827676, -0.916420042514801, -1.433159589767456, 0.24836035072803497, 0.2606998383998871, 0.3385714292526245, 0.01773899979889393, -0.17200499773025513, 0.14126700162887573, -0.8481951951980591, -0.052810803055763245, -0.046411946415901184, 0.46331295371055603, -0.9967423677444458, -0.34899166226387024, -0.080058254301548, 0.007871435023844242, -1.4539639949798584, -0.13320352137088776, 0.25247931480407715, -0.8366060853004456, 0.029999999329447746, -0.008441999554634094, -0.010894999839365482, 0.19494099915027618, -0.6805706024169922, -0.9983898401260376, -0.9875171184539795, -0.07343953847885132, -0.9997646808624268, -0.2820547819137573], "max": [0.08550367504358292, 1.805769920349121, -0.22685788571834564, -0.15444418787956238, 0.7667580246925354, 1.5173019170761108, 0.9757142663002014, 0.3332189917564392, 0.0039079999551177025, 0.41213199496269226, 0.2637943625450134, 0.8381255269050598, 0.33329400420188904, 0.9986962676048279, -0.41976892948150635, 0.18453778326511383, 0.9154601097106934, 1.9623957872390747, -0.19678586721420288, 0.1552295833826065, 1.2269489765167236, -0.04443608224391937, 0.8914285898208618, 0.2969689965248108, 0.28676000237464905, 0.4118199944496155, 0.1272764950990677, 0.08095570653676987, 0.05084946006536484, 0.9999180436134338, -0.14932826161384583, 0.0445672944188118], "mean": [-0.03868432715535164, 0.9375105500221252, -0.7092441320419312, -0.6005561351776123, 0.5917653441429138, 0.7379021644592285, 0.7585002183914185, 0.17754986882209778, -0.03629053756594658, 0.28288862109184265, -0.4763312339782715, 0.34871742129325867, 0.18137887120246887, 0.8758280873298645, -0.7830897569656372, -0.007198516279459, 0.534229040145874, 1.0921800136566162, -1.0950149297714233, 0.02240125648677349, 0.9513116478919983, -0.47206276655197144, 0.7094417214393616, 0.16434191167354584, 0.129485622048378, 0.3266628086566925, -0.21213486790657043, -0.6861695647239685, -0.6545090675354004, 0.49993589520454407, -0.5553795099258423, -0.19003452360630035], "std": [0.17725075781345367, 0.5346992611885071, 0.21189697086811066, 0.45899301767349243, 0.17499598860740662, 0.4241591691970825, 0.19967427849769592, 0.09052835404872894, 0.054894719272851944, 0.061164647340774536, 0.3072090446949005, 0.25755539536476135, 0.08916324377059937, 0.1690596491098404, 0.1570165902376175, 0.12787982821464539, 0.2652758061885834, 0.5931728482246399, 0.3520587682723999, 0.06493698060512543, 0.2140127271413803, 0.2676246166229248, 0.21742284297943115, 0.08040065318346024, 0.10336130857467651, 0.0704960972070694, 0.21823188662528992, 0.3098064064979553, 0.30806323885917664, 0.3751174807548523, 0.2750282883644104, 0.08018682152032852], "count": [457]}, "action": {"min": [-0.3730292022228241, 0.003508111694827676, -0.916420042514801, -1.433159589767456, 0.24836035072803497, 0.2606998383998871, 0.3385714292526245, 0.01773899979889393, -0.17200499773025513, 0.14126700162887573, -0.8481951951980591, -0.052810803055763245, -0.046411946415901184, 0.46331295371055603, -0.9967423677444458, -0.34899166226387024, -0.080058254301548, 0.007871435023844242, -1.4539639949798584, -0.13320352137088776, 0.25247931480407715, -0.8366060853004456, 0.029999999329447746, -0.008441999554634094, -0.010894999839365482, 0.19494099915027618, -0.6805706024169922, -0.9983898401260376, -0.9875171184539795, -0.07343953847885132, -0.9997646808624268, -0.2820547819137573], "max": [0.08550367504358292, 1.805769920349121, -0.22685788571834564, -0.15444418787956238, 0.7667580246925354, 1.5173019170761108, 0.9757142663002014, 0.3332189917564392, 0.0039079999551177025, 0.41213199496269226, 0.2637943625450134, 0.8381255269050598, 0.33329400420188904, 0.9986962676048279, -0.41976892948150635, 0.18453778326511383, 0.9154601097106934, 1.9623957872390747, -0.19678586721420288, 0.1552295833826065, 1.2269489765167236, -0.04443608224391937, 0.8914285898208618, 0.2969689965248108, 0.28676000237464905, 0.4118199944496155, 0.1272764950990677, 0.08095570653676987, 0.05084946006536484, 0.9999180436134338, -0.14932826161384583, 0.0445672944188118], "mean": [-0.03959644213318825, 0.9375090599060059, -0.7092074751853943, -0.6031134128570557, 0.5919305086135864, 0.7404231429100037, 0.7583595514297485, 0.17750589549541473, -0.036382436752319336, 0.2829170823097229, -0.4757523536682129, 0.3501678705215454, 0.18116562068462372, 0.8753127455711365, -0.7830262184143066, -0.0070445844903588295, 0.5354514122009277, 1.0922287702560425, -1.0959584712982178, 0.022226419299840927, 0.9525814652442932, -0.4721679985523224, 0.7091916799545288, 0.16422751545906067, 0.12946946918964386, 0.32683172821998596, -0.21230879426002502, -0.6872782707214355, -0.6549363136291504, 0.4997043311595917, -0.5553007125854492, -0.19026853144168854], "std": [0.17768123745918274, 0.5347018837928772, 0.2119782269001007, 0.45975539088249207, 0.1747807413339615, 0.4247385561466217, 0.19959300756454468, 0.09060025960206985, 0.05487087368965149, 0.06115904450416565, 0.3083517253398895, 0.2572489380836487, 0.08943970501422882, 0.1690613329410553, 0.15693725645542145, 0.12806807458400726, 0.26372432708740234, 0.5930845141410828, 0.35022255778312683, 0.06510438770055771, 0.2120990753173828, 0.26746585965156555, 0.21727950870990753, 0.08060891926288605, 0.10338254272937775, 0.07039859890937805, 0.21814851462841034, 0.3079744875431061, 0.3073439598083496, 0.3748438358306885, 0.2749071717262268, 0.07991691678762436], "count": [457]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.44797877246732026]], [[0.4556532700163399]], [[0.4288599203431373]]], "std": [[[0.17583184869443425]], [[0.16983741175750974]], [[0.18689967674915836]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38738668300653595]], [[0.4444408700980392]], [[0.38636614174836603]]], "std": [[[0.194008860218524]], [[0.1737389572889354]], [[0.19830483145427746]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.44184855800653594]], [[0.46701953431372545]], [[0.4309475714869281]]], "std": [[[0.1832532992612859]], [[0.156023807763427]], [[0.17838081640119266]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [45.6], "mean": [22.8], "std": [13.192422067232386], "count": [457]}, "frame_index": {"min": [0], "max": [456], "mean": [228.0], "std": [131.92422067232386], "count": [457]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [457]}, "index": {"min": [9138], "max": [9594], "mean": [9366.0], "std": [131.92422067232386], "count": [457]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [457]}}} +{"episode_index": 19, "stats": {"observation.state": {"min": [-0.4980122447013855, 0.0024434609804302454, -0.8913396596908569, -1.4108543395996094, -0.12330751121044159, 0.14910347759723663, 0.3385714292526245, 0.044436000287532806, -0.19428899884223938, 0.12790599465370178, -0.9035854339599609, -0.058602023869752884, -0.1599738597869873, 0.48791223764419556, -0.9997445940971375, -0.2509644329547882, -0.07951720058917999, 0.005951572675257921, -1.5595563650131226, -0.13466960191726685, 0.26865851879119873, -0.7816107869148254, 0.037142857909202576, -0.019646000117063522, -0.015274000354111195, 0.20151899755001068, -0.7290050983428955, -0.998680055141449, -0.9889783263206482, -0.02647707611322403, -0.9989046454429626, -0.27479493618011475], "max": [0.05281366407871246, 1.7698860168457031, -0.12419762462377548, -0.15519466996192932, 0.5936039090156555, 1.4414324760437012, 0.9757142663002014, 0.306098997592926, 0.000742000003810972, 0.3885680139064789, 0.134715273976326, 0.836390495300293, 0.4256008267402649, 0.9998760223388672, -0.3318977355957031, 0.1282057911157608, 0.9344667196273804, 1.9504228830337524, -0.19708257913589478, 0.09545205533504486, 1.2268617153167725, 0.0, 0.7771428823471069, 0.29319798946380615, 0.29353299736976624, 0.38602399826049805, 0.04637251794338226, 0.11531741172075272, 0.027391161769628525, 0.9981492161750793, -0.14330261945724487, 0.012515854090452194], "mean": [-0.1258513182401657, 0.8493527173995972, -0.5721662640571594, -0.501575767993927, 0.3600887358188629, 0.6040871143341064, 0.7479588389396667, 0.16456753015518188, -0.039575085043907166, 0.2622794508934021, -0.4032892882823944, 0.2704668641090393, 0.15631817281246185, 0.9103105068206787, -0.8136913776397705, 0.011703968979418278, 0.5637807846069336, 1.0875073671340942, -1.0389631986618042, 0.009874106384813786, 0.9355253577232361, -0.36320817470550537, 0.6821783185005188, 0.16179290413856506, 0.13516968488693237, 0.30978143215179443, -0.2801789343357086, -0.6707724332809448, -0.6338363885879517, 0.5359708666801453, -0.5396499037742615, -0.12979936599731445], "std": [0.22429685294628143, 0.5590547323226929, 0.24186578392982483, 0.480131596326828, 0.19711695611476898, 0.4619084596633911, 0.18781046569347382, 0.0836683139204979, 0.06115693971514702, 0.05287863686680794, 0.3162090480327606, 0.2618444859981537, 0.1411554366350174, 0.14798352122306824, 0.17582784593105316, 0.08708500117063522, 0.2946597933769226, 0.6106494069099426, 0.38934239745140076, 0.06440083682537079, 0.24007382988929749, 0.2652878761291504, 0.19695810973644257, 0.08300696313381195, 0.10352692753076553, 0.05729489400982857, 0.24324432015419006, 0.34358686208724976, 0.31164291501045227, 0.3513334393501282, 0.2687705159187317, 0.06682656705379486], "count": [472]}, "action": {"min": [-0.4980122447013855, 0.0024434609804302454, -0.8913396596908569, -1.4108543395996094, -0.12330751121044159, 0.14910347759723663, 0.3385714292526245, 0.044436000287532806, -0.19428899884223938, 0.12790599465370178, -0.9035854339599609, -0.058602023869752884, -0.1599738597869873, 0.48791223764419556, -0.9997445940971375, -0.2509644329547882, -0.07951720058917999, 0.005951572675257921, -1.5595563650131226, -0.13466960191726685, 0.26865851879119873, -0.7816107869148254, 0.037142857909202576, -0.019646000117063522, -0.015274000354111195, 0.20151899755001068, -0.7290050983428955, -0.998680055141449, -0.9889783263206482, -0.02647707611322403, -0.9989046454429626, -0.27479493618011475], "max": [0.05281366407871246, 1.7698860168457031, -0.12419762462377548, -0.15519466996192932, 0.5936039090156555, 1.4414324760437012, 0.9757142663002014, 0.306098997592926, 0.000742000003810972, 0.3885680139064789, 0.134715273976326, 0.836390495300293, 0.4256008267402649, 0.9998760223388672, -0.3318977355957031, 0.1282057911157608, 0.9344667196273804, 1.9504228830337524, -0.19708257913589478, 0.09545205533504486, 1.2268617153167725, 0.0, 0.7771428823471069, 0.29319798946380615, 0.29353299736976624, 0.38602399826049805, 0.04637251794338226, 0.11531741172075272, 0.027391161769628525, 0.9981492161750793, -0.14330261945724487, 0.012515854090452194], "mean": [-0.12701833248138428, 0.8493911623954773, -0.5720949172973633, -0.5042311549186707, 0.3594582974910736, 0.6063622832298279, 0.7480102777481079, 0.16456280648708344, -0.03961896896362305, 0.2623071074485779, -0.4029378294944763, 0.27147990465164185, 0.1557529866695404, 0.9100648760795593, -0.8136582970619202, 0.011309543624520302, 0.5651069283485413, 1.0875165462493896, -1.0399833917617798, 0.009938780218362808, 0.9365849494934082, -0.3633521497249603, 0.6821328401565552, 0.16166050732135773, 0.1351502686738968, 0.3099869191646576, -0.28007516264915466, -0.6720483303070068, -0.6340532898902893, 0.5356848239898682, -0.539638340473175, -0.12986166775226593], "std": [0.22479631006717682, 0.5589972138404846, 0.2419922798871994, 0.48168471455574036, 0.19785602390766144, 0.4628547430038452, 0.18783949315547943, 0.08367510139942169, 0.06113697588443756, 0.052870944142341614, 0.31671321392059326, 0.26169613003730774, 0.14188310503959656, 0.14794039726257324, 0.17579533159732819, 0.08707193285226822, 0.29316768050193787, 0.6106328964233398, 0.3877646327018738, 0.06433925032615662, 0.23881568014621735, 0.265109121799469, 0.19693972170352936, 0.08324632048606873, 0.10355409234762192, 0.057226091623306274, 0.24331995844841003, 0.3418455421924591, 0.31127291917800903, 0.3510158061981201, 0.2687511742115021, 0.06677877902984619], "count": [472]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.44905304592959294]], [[0.457137020319679]], [[0.43101605068595095]]], "std": [[[0.17563687119708254]], [[0.17044171404461075]], [[0.18744707948751824]]], "count": [101]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40627094253543]], [[0.4625546698052158]], [[0.40183202695269526]]], "std": [[[0.18901547729195484]], [[0.17498136287787078]], [[0.19455570398488375]]], "count": [101]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4407995474179771]], [[0.464572032938588]], [[0.4281910227787485]]], "std": [[[0.17990910834521784]], [[0.15693065559077965]], [[0.1790180535007872]]], "count": [101]}, "timestamp": {"min": [0.0], "max": [47.1], "mean": [23.55], "std": [13.625435772847778], "count": [472]}, "frame_index": {"min": [0], "max": [471], "mean": [235.5], "std": [136.2543577284778], "count": [472]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [472]}, "index": {"min": [9595], "max": [10066], "mean": [9830.5], "std": [136.2543577284778], "count": [472]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [472]}}} +{"episode_index": 20, "stats": {"observation.state": {"min": [-0.3840073347091675, 0.006213372107595205, -1.124794840812683, -1.1444473266601562, 0.07585200667381287, 0.058800142258405685, 0.4328571557998657, 0.037714000791311264, -0.17673499882221222, 0.14100000262260437, -0.8864100575447083, 0.0380871519446373, -0.08983150869607925, 0.4548996388912201, -1.0, -0.2898731827735901, -0.021153390407562256, 0.009791296906769276, -1.4179927110671997, -0.569849967956543, 0.3402519226074219, -0.8362745046615601, 0.044285714626312256, 0.00010199999815085903, -0.040734998881816864, 0.2034430056810379, -0.7045199871063232, -0.995712161064148, -0.9858227372169495, -0.05222988501191139, -0.9992992877960205, -0.32229381799697876], "max": [-0.029530970379710197, 1.638602375984192, -0.1751263290643692, -0.08683013170957565, 1.1857242584228516, 1.1285123825073242, 1.0042856931686401, 0.29427799582481384, -0.002491000108420849, 0.43494701385498047, 0.21693214774131775, 0.8433877825737, 0.5173076391220093, 0.9990365505218506, -0.13438397645950317, 0.06712866574525833, 0.9280962944030762, 1.9248014688491821, -0.25846579670906067, 0.07583455741405487, 1.2086753845214844, 0.44540801644325256, 0.8714285492897034, 0.2895619869232178, 0.29275500774383545, 0.4447520077228546, 0.07994569092988968, 0.020907675847411156, 0.047522492706775665, 0.9993894696235657, -0.15507248044013977, 0.0667981207370758], "mean": [-0.14427809417247772, 0.6129360795021057, -0.5291597247123718, -0.4191949665546417, 0.5133870244026184, 0.4649175703525543, 0.8180949091911316, 0.12007984519004822, -0.04566356912255287, 0.26946821808815, -0.2847484052181244, 0.32482507824897766, 0.14349672198295593, 0.8781800866127014, -0.7980133891105652, -0.08981949090957642, 0.6087651252746582, 1.1580889225006104, -1.1345082521438599, -0.03864659368991852, 0.9728948473930359, -0.3130291700363159, 0.7021072506904602, 0.17107443511486053, 0.1410011500120163, 0.32792210578918457, -0.2837047278881073, -0.6633210778236389, -0.6119341254234314, 0.5351420044898987, -0.5380432605743408, -0.11670872569084167], "std": [0.14790160953998566, 0.6366503238677979, 0.3358514904975891, 0.38265371322631836, 0.2978847920894623, 0.4390026032924652, 0.16143277287483215, 0.09333045035600662, 0.056864213198423386, 0.05402805283665657, 0.3521544933319092, 0.28249505162239075, 0.23462843894958496, 0.16430620849132538, 0.2871214747428894, 0.09175922721624374, 0.22440753877162933, 0.5577400326728821, 0.2867560386657715, 0.1788400262594223, 0.18343983590602875, 0.37713050842285156, 0.22959402203559875, 0.07701115310192108, 0.10142156481742859, 0.06970308721065521, 0.2718416750431061, 0.31878647208213806, 0.3317476511001587, 0.38519400358200073, 0.2675876021385193, 0.10003574192523956], "count": [460]}, "action": {"min": [-0.3840073347091675, 0.006213372107595205, -1.124794840812683, -1.1444473266601562, 0.07585200667381287, 0.058800142258405685, 0.4328571557998657, 0.037714000791311264, -0.17673499882221222, 0.14100000262260437, -0.8864100575447083, 0.0380871519446373, -0.08983150869607925, 0.4548996388912201, -1.0, -0.2898731827735901, -0.021153390407562256, 0.009791296906769276, -1.4179927110671997, -0.569849967956543, 0.3402519226074219, -0.8362745046615601, 0.044285714626312256, 0.00010199999815085903, -0.040734998881816864, 0.2034430056810379, -0.7045199871063232, -0.995712161064148, -0.9858227372169495, -0.05222988501191139, -0.9992992877960205, -0.32229381799697876], "max": [-0.029530970379710197, 1.638602375984192, -0.1751263290643692, -0.08683013170957565, 1.1857242584228516, 1.1285123825073242, 1.0042856931686401, 0.29427799582481384, -0.002491000108420849, 0.43494701385498047, 0.21693214774131775, 0.8433877825737, 0.5173076391220093, 0.9990365505218506, -0.13438397645950317, 0.06712866574525833, 0.9280962944030762, 1.9248014688491821, -0.25846579670906067, 0.07583455741405487, 1.2086753845214844, 0.44540801644325256, 0.8714285492897034, 0.2895619869232178, 0.29275500774383545, 0.4447520077228546, 0.07994569092988968, 0.020907675847411156, 0.047522492706775665, 0.9993894696235657, -0.15507248044013977, 0.0667981207370758], "mean": [-0.14504869282245636, 0.6130006313323975, -0.5292468070983887, -0.4214079678058624, 0.5131725668907166, 0.46709567308425903, 0.818110466003418, 0.12006282061338425, -0.04570785164833069, 0.2695225179195404, -0.2844265103340149, 0.32569217681884766, 0.14327943325042725, 0.8779578804969788, -0.7979635000228882, -0.0898180678486824, 0.6099807620048523, 1.1581565141677856, -1.135369896888733, -0.03972919285297394, 0.9740962982177734, -0.3119487166404724, 0.7020699977874756, 0.17099204659461975, 0.14091584086418152, 0.328082412481308, -0.2839621603488922, -0.6636507511138916, -0.6117232441902161, 0.5351212620735168, -0.5380191802978516, -0.11645136773586273], "std": [0.1482245922088623, 0.6365904211997986, 0.33576518297195435, 0.383667528629303, 0.2981533706188202, 0.43978309631347656, 0.16143791377544403, 0.09334473311901093, 0.05683877691626549, 0.05402526631951332, 0.3525450825691223, 0.28224146366119385, 0.23477479815483093, 0.1642126590013504, 0.2870889902114868, 0.09176123887300491, 0.22249895334243774, 0.5576037168502808, 0.2847105860710144, 0.18010564148426056, 0.1812853217124939, 0.3785877525806427, 0.22958755493164062, 0.07717308402061462, 0.10155722498893738, 0.0696420893073082, 0.2716623544692993, 0.31815823912620544, 0.3321346640586853, 0.3851693868637085, 0.2675468325614929, 0.10035473108291626], "count": [460]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9490196078431372]]], "mean": [[[0.4561487193627451]], [[0.4531867994281046]], [[0.40598853145424835]]], "std": [[[0.17324197669939773]], [[0.16539501766727338]], [[0.18868882379743449]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39217683415032684]], [[0.4877607495915033]], [[0.4036445343137255]]], "std": [[[0.19080940813699945]], [[0.16110399013066126]], [[0.18114319494675601]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8980392156862745]], [[0.9882352941176471]]], "mean": [[[0.44088805759803923]], [[0.46791782066993465]], [[0.403799681372549]]], "std": [[[0.19316018926086773]], [[0.1577178577051408]], [[0.19065962053906954]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [45.9], "mean": [22.95], "std": [13.279024813592297], "count": [460]}, "frame_index": {"min": [0], "max": [459], "mean": [229.5], "std": [132.79024813592298], "count": [460]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [460]}, "index": {"min": [10067], "max": [10526], "mean": [10296.5], "std": [132.79024813592298], "count": [460]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [460]}}} +{"episode_index": 21, "stats": {"observation.state": {"min": [-0.46526986360549927, 0.0035255649127066135, -0.963683545589447, -1.2744219303131104, -0.011623892933130264, 0.34311428666114807, 0.46000000834465027, 0.03980100154876709, -0.18387499451637268, 0.1389549970626831, -0.9046135544776917, 0.05461563542485237, -0.13936331868171692, 0.4841759502887726, -0.9998857975006104, -0.18022368848323822, 0.08635888993740082, 0.008360126987099648, -1.51164710521698, -0.1397136002779007, 0.23279200494289398, -0.8338834047317505, 0.04285714402794838, 0.017007999122142792, 0.0029949999880045652, 0.1962289959192276, -0.6225016713142395, -0.9947868585586548, -0.9935581088066101, -0.14871607720851898, -0.9770344495773315, -0.29955270886421204], "max": [-0.02485348843038082, 1.6057552099227905, -0.2151641845703125, -0.17270033061504364, 0.6699446439743042, 1.3517050743103027, 0.9757142663002014, 0.26768800616264343, -0.004786999896168709, 0.40024200081825256, 0.16242577135562897, 0.8656444549560547, 0.5089189410209656, 0.9953070282936096, -0.3146883249282837, 0.1311170607805252, 0.941186249256134, 1.9757999181747437, -0.2214822769165039, 0.14060372114181519, 1.2287815809249878, 0.25417229533195496, 0.822857141494751, 0.29580700397491455, 0.29169899225234985, 0.4117090106010437, 0.18390820920467377, -0.07821390777826309, 0.276009738445282, 0.9871893525123596, -0.08764256536960602, 0.2741760015487671], "mean": [-0.1365923434495926, 0.6959423422813416, -0.5378491878509521, -0.4751168191432953, 0.45807695388793945, 0.5844214558601379, 0.819876492023468, 0.13295096158981323, -0.04311831668019295, 0.26710960268974304, -0.3655827045440674, 0.32633575797080994, 0.17896342277526855, 0.9045851826667786, -0.8280159831047058, 0.02120346575975418, 0.5953921675682068, 1.2475427389144897, -1.1610020399093628, 0.025475231930613518, 0.9787040948867798, -0.45517343282699585, 0.6988831162452698, 0.18614932894706726, 0.1556176245212555, 0.31634771823883057, -0.2461746782064438, -0.7423368692398071, -0.6718230843544006, 0.4495573937892914, -0.4749745726585388, -0.12822696566581726], "std": [0.18079563975334167, 0.5649569630622864, 0.23269426822662354, 0.3808727264404297, 0.17971502244472504, 0.37415236234664917, 0.15800195932388306, 0.08761756122112274, 0.05560833588242531, 0.05142632871866226, 0.2874284088611603, 0.22210194170475006, 0.1448615938425064, 0.14572907984256744, 0.21239206194877625, 0.0649312436580658, 0.2226167917251587, 0.5345219969749451, 0.29991862177848816, 0.07131914049386978, 0.1746533364057541, 0.3013218343257904, 0.19830544292926788, 0.07165390998125076, 0.09841965138912201, 0.06298307329416275, 0.2736446261405945, 0.24502097070217133, 0.33073410391807556, 0.3978763818740845, 0.2796126902103424, 0.1097758412361145], "count": [438]}, "action": {"min": [-0.46526986360549927, 0.0035255649127066135, -0.963683545589447, -1.2744219303131104, -0.011623892933130264, 0.34311428666114807, 0.46000000834465027, 0.03980100154876709, -0.18387499451637268, 0.1389549970626831, -0.9046135544776917, 0.05461563542485237, -0.13936331868171692, 0.4841759502887726, -0.9998857975006104, -0.18022368848323822, 0.08635888993740082, 0.008360126987099648, -1.51164710521698, -0.1397136002779007, 0.23279200494289398, -0.8338834047317505, 0.04285714402794838, 0.017007999122142792, 0.0029949999880045652, 0.1962289959192276, -0.6225016713142395, -0.9947868585586548, -0.9935581088066101, -0.14871607720851898, -0.9770344495773315, -0.29955270886421204], "max": [-0.02485348843038082, 1.6057552099227905, -0.2151641845703125, -0.17270033061504364, 0.6699446439743042, 1.3517050743103027, 0.9757142663002014, 0.26768800616264343, -0.004786999896168709, 0.40024200081825256, 0.16242577135562897, 0.8656444549560547, 0.5089189410209656, 0.9953070282936096, -0.3146883249282837, 0.1311170607805252, 0.941186249256134, 1.9757999181747437, -0.2214822769165039, 0.14060372114181519, 1.2287815809249878, 0.25417229533195496, 0.822857141494751, 0.29580700397491455, 0.29169899225234985, 0.4117090106010437, 0.18390820920467377, -0.07821390777826309, 0.276009738445282, 0.9871893525123596, -0.08764256536960602, 0.2741760015487671], "mean": [-0.13759762048721313, 0.6963604092597961, -0.5380578637123108, -0.4774065613746643, 0.4576336145401001, 0.5864295959472656, 0.8199775218963623, 0.13297992944717407, -0.04316505044698715, 0.2671937346458435, -0.3654995560646057, 0.32721251249313354, 0.17847946286201477, 0.9043521285057068, -0.8279872536659241, 0.02089751698076725, 0.5961655974388123, 1.2480260133743286, -1.1621166467666626, 0.025540340691804886, 0.9801032543182373, -0.4557211995124817, 0.6990233659744263, 0.18609307706356049, 0.15562838315963745, 0.31654876470565796, -0.24684877693653107, -0.743060290813446, -0.6725693941116333, 0.4494257867336273, -0.47495386004447937, -0.12870806455612183], "std": [0.18139491975307465, 0.5645131468772888, 0.2324458658695221, 0.38265231251716614, 0.1806313395500183, 0.3752107322216034, 0.15804380178451538, 0.08758927136659622, 0.055585261434316635, 0.051458653062582016, 0.2875756621360779, 0.22182166576385498, 0.14556847512722015, 0.1456664353609085, 0.21237125992774963, 0.06496390700340271, 0.22143210470676422, 0.5334956645965576, 0.29732072353363037, 0.07128274440765381, 0.1711137443780899, 0.30024829506874084, 0.19835111498832703, 0.07177691906690598, 0.09840326011180878, 0.0629594549536705, 0.2732897400856018, 0.2435634434223175, 0.3290649354457855, 0.3977136015892029, 0.27957624197006226, 0.10868548601865768], "count": [438]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9450980392156862]]], "mean": [[[0.4523909517973856]], [[0.4502136989379085]], [[0.4028192320261438]]], "std": [[[0.17912076338148186]], [[0.1704328234543599]], [[0.19262302410928447]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38902301674836604]], [[0.4655034232026144]], [[0.39562287173202615]]], "std": [[[0.19391090070309572]], [[0.16304396871491095]], [[0.18541495501635555]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.45322659517973857]], [[0.4648207066993464]], [[0.4049754901960784]]], "std": [[[0.18762868477825032]], [[0.159133972447008]], [[0.1850666057738791]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [43.7], "mean": [21.849999999999998], "std": [12.643937941427373], "count": [438]}, "frame_index": {"min": [0], "max": [437], "mean": [218.5], "std": [126.43937941427373], "count": [438]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [438]}, "index": {"min": [10527], "max": [10964], "mean": [10745.5], "std": [126.43937941427373], "count": [438]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [438]}}} +{"episode_index": 22, "stats": {"observation.state": {"min": [-0.395107626914978, 0.005323254037648439, -1.1751301288604736, -1.1723376512527466, 0.3482629954814911, 0.23741713166236877, 0.5757142901420593, 0.005402999930083752, -0.18432700634002686, 0.14538399875164032, -0.9211336374282837, -0.03841979429125786, 0.041090644896030426, 0.27035701274871826, -0.9976735711097717, -0.28468194603919983, 0.01483529806137085, 0.006003932561725378, -1.4660416841506958, -0.08799950033426285, 0.44774675369262695, -0.8812865614891052, 0.03285714238882065, -0.08404400199651718, -0.05372000113129616, 0.19990800321102142, -0.7374816536903381, -0.9994186758995056, -0.9937394261360168, -0.11747199296951294, -1.0, -0.250987708568573], "max": [0.08745844662189484, 1.6901768445968628, -0.31002283096313477, -0.15081389248371124, 1.051316499710083, 1.3106200695037842, 0.9742857217788696, 0.30015799403190613, -0.0019320000428706408, 0.4713500142097473, 0.36970117688179016, 0.9428852796554565, 0.6398946046829224, 0.9980458617210388, -0.1681796908378601, 0.3235188126564026, 0.8363094329833984, 1.959533452987671, -0.3974289298057556, 0.18305012583732605, 1.2265475988388062, 0.0230383463203907, 0.7942857146263123, 0.29137900471687317, 0.2910740077495575, 0.43595701456069946, 0.1518799215555191, 0.002318304730579257, 0.022997306659817696, 0.9999494552612305, -0.10494503378868103, 0.08016419410705566], "mean": [-0.09110180288553238, 0.9815683960914612, -0.7233452200889587, -0.5308557152748108, 0.8264626264572144, 0.7361652851104736, 0.8786486983299255, 0.15885774791240692, -0.05483147129416466, 0.27528443932533264, -0.5490537285804749, 0.48376038670539856, 0.301705002784729, 0.7873712182044983, -0.5965291261672974, -0.06814354658126831, 0.5523657202720642, 1.1721893548965454, -1.2253376245498657, 0.06511067599058151, 1.0677180290222168, -0.49595633149147034, 0.6341103315353394, 0.1696188896894455, 0.13600508868694305, 0.3354244530200958, -0.2191968560218811, -0.7237585783004761, -0.6511695981025696, 0.4744873046875, -0.5190294981002808, -0.12483764439821243], "std": [0.21090304851531982, 0.446467787027359, 0.26364395022392273, 0.28398430347442627, 0.1938144415616989, 0.3389471173286438, 0.1432073563337326, 0.08140332251787186, 0.06037129461765289, 0.06696262955665588, 0.3917715847492218, 0.2743465304374695, 0.1829058676958084, 0.21391995251178741, 0.2544168531894684, 0.14265857636928558, 0.21632087230682373, 0.6212154030799866, 0.29595640301704407, 0.07953082770109177, 0.17693644762039185, 0.292631596326828, 0.2069840431213379, 0.10166961699724197, 0.1093640998005867, 0.07339153438806534, 0.2747794985771179, 0.27202144265174866, 0.3150251805782318, 0.3932253420352936, 0.2894728481769562, 0.08263349533081055], "count": [471]}, "action": {"min": [-0.395107626914978, 0.005323254037648439, -1.1751301288604736, -1.1723376512527466, 0.3482629954814911, 0.23741713166236877, 0.5757142901420593, 0.005402999930083752, -0.18432700634002686, 0.14538399875164032, -0.9211336374282837, -0.03841979429125786, 0.041090644896030426, 0.27035701274871826, -0.9976735711097717, -0.28468194603919983, 0.01483529806137085, 0.006003932561725378, -1.4660416841506958, -0.08799950033426285, 0.44774675369262695, -0.8812865614891052, 0.03285714238882065, -0.08404400199651718, -0.05372000113129616, 0.19990800321102142, -0.7374816536903381, -0.9994186758995056, -0.9937394261360168, -0.11747199296951294, -0.9998771548271179, -0.250987708568573], "max": [0.08745844662189484, 1.6901768445968628, -0.31002283096313477, -0.15081389248371124, 1.051316499710083, 1.3106200695037842, 0.9742857217788696, 0.30015799403190613, -0.0019320000428706408, 0.4713500142097473, 0.36970117688179016, 0.9428852796554565, 0.6398946046829224, 0.9980458617210388, -0.1681796908378601, 0.3235188126564026, 0.8363094329833984, 1.959533452987671, -0.3974289298057556, 0.18305012583732605, 1.2265475988388062, 0.0230383463203907, 0.7942857146263123, 0.29137900471687317, 0.2910740077495575, 0.43595701456069946, 0.1518799215555191, 0.002318304730579257, 0.022997306659817696, 0.9998610615730286, -0.10494503378868103, 0.08016419410705566], "mean": [-0.09212160855531693, 0.9819961786270142, -0.7236526012420654, -0.5321412682533264, 0.8271161913871765, 0.7374970316886902, 0.8786607384681702, 0.15884146094322205, -0.0549367293715477, 0.2753356397151947, -0.5491342544555664, 0.485429048538208, 0.3019503355026245, 0.7866349220275879, -0.5964915156364441, -0.06804037094116211, 0.5534160733222961, 1.1721936464309692, -1.2256616353988647, 0.06544877588748932, 1.0681296586990356, -0.4963856339454651, 0.6339101195335388, 0.16956199705600739, 0.13601894676685333, 0.33548274636268616, -0.219186931848526, -0.7249401807785034, -0.6513217687606812, 0.4741087853908539, -0.5190240144729614, -0.12496868520975113], "std": [0.21120958030223846, 0.4456278383731842, 0.2632455825805664, 0.28363126516342163, 0.1927165985107422, 0.33822348713874817, 0.14320974051952362, 0.0814293920993805, 0.06032218784093857, 0.06697811186313629, 0.39165350794792175, 0.2735542953014374, 0.18271411955356598, 0.21380329132080078, 0.2543594241142273, 0.14279736578464508, 0.21491308510303497, 0.6212075352668762, 0.29513266682624817, 0.0795324370265007, 0.1757841259241104, 0.2920181155204773, 0.20687498152256012, 0.10176003724336624, 0.10934725403785706, 0.07337299734354019, 0.27478763461112976, 0.2701208293437958, 0.3147277534008026, 0.39280492067337036, 0.28946375846862793, 0.08248425275087357], "count": [471]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9137254901960784]]], "mean": [[[0.4562566532388533]], [[0.45552556946871153]], [[0.4078783448197761]]], "std": [[[0.17782289750174424]], [[0.16403116951359462]], [[0.1791449768600764]]], "count": [101]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43320061436290686]], [[0.4565245704717531]], [[0.41398225061476734]]], "std": [[[0.18573211346490437]], [[0.17410562246488945]], [[0.19442130642277825]]], "count": [101]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4362941156247978]], [[0.4668009185109687]], [[0.4194594759108264]]], "std": [[[0.18804295105485896]], [[0.15505803435391005]], [[0.18202574546509145]]], "count": [101]}, "timestamp": {"min": [0.0], "max": [47.0], "mean": [23.5], "std": [13.596568194462407], "count": [471]}, "frame_index": {"min": [0], "max": [470], "mean": [235.0], "std": [135.96568194462407], "count": [471]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [471]}, "index": {"min": [10965], "max": [11435], "mean": [11200.0], "std": [135.96568194462407], "count": [471]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [471]}}} +{"episode_index": 23, "stats": {"observation.state": {"min": [-0.6853733062744141, 0.0, -1.1944859027862549, -1.3692282438278198, -0.2581341862678528, 0.2624102532863617, 0.6257143020629883, 0.02945699915289879, -0.2772819995880127, 0.14095500111579895, -0.7654851078987122, -0.03354028984904289, -0.0856776237487793, 0.16491910815238953, -0.9980420470237732, -0.1672113835811615, 0.13522811233997345, 0.008360126987099648, -1.0960667133331299, -0.21179570257663727, 0.16266468167304993, -1.1895465850830078, 0.03857142850756645, -0.0164209995418787, -0.020150000229477882, 0.20194700360298157, -0.6382492780685425, -0.9995241165161133, -0.992866575717926, -0.05773035064339638, -0.9996317625045776, -0.323080837726593], "max": [0.07485716789960861, 1.7562898397445679, -0.12796753644943237, -0.1725607067346573, 1.130013346672058, 1.5116994380950928, 0.8857142925262451, 0.26221299171447754, -0.0018370000179857016, 0.4002569913864136, 0.3585892617702484, 0.9852748513221741, 0.8418152928352356, 0.9979829788208008, -0.20299237966537476, 0.2887125611305237, 0.7473674416542053, 1.630556344985962, -0.2589719593524933, 0.17842499911785126, 1.0988069772720337, 0.1944296807050705, 0.9100000262260437, 0.2635219991207123, 0.1823740005493164, 0.3581260144710541, 0.099126435816288, -0.062424954026937485, 0.029946133494377136, 0.9979856610298157, -0.11247485131025314, 0.02542615309357643], "mean": [-0.16009634733200073, 0.5849906802177429, -0.5629259347915649, -0.503298819065094, 0.6264323592185974, 0.6341346502304077, 0.768291711807251, 0.10002807527780533, -0.06292571872472763, 0.27361249923706055, -0.26926395297050476, 0.39359673857688904, 0.22180896997451782, 0.7995361685752869, -0.8159778714179993, -0.017706574872136116, 0.5209810137748718, 1.0392451286315918, -0.8262669444084167, 0.007977924309670925, 0.8598171472549438, -0.5594968199729919, 0.6471863389015198, 0.1586749255657196, 0.09795241802930832, 0.2737748324871063, -0.2140660583972931, -0.7187629342079163, -0.6751470565795898, 0.44011807441711426, -0.47280704975128174, -0.148910254240036], "std": [0.30808597803115845, 0.6059028506278992, 0.2763424515724182, 0.33149001002311707, 0.2677236497402191, 0.47050514817237854, 0.06732593476772308, 0.08074057847261429, 0.08074747025966644, 0.045347847044467926, 0.22646060585975647, 0.34996044635772705, 0.3163019120693207, 0.27352795004844666, 0.24727928638458252, 0.09066629409790039, 0.10428886115550995, 0.5175178647041321, 0.19565851986408234, 0.12845219671726227, 0.15794838964939117, 0.5169255137443542, 0.3332812786102295, 0.07829411327838898, 0.06382222473621368, 0.051018357276916504, 0.3023920953273773, 0.2715063989162445, 0.3217528462409973, 0.4323832392692566, 0.282556414604187, 0.08264896273612976], "count": [611]}, "action": {"min": [-0.6853733062744141, 0.0, -1.1944859027862549, -1.3692282438278198, -0.2581341862678528, 0.2624102532863617, 0.6257143020629883, 0.02945699915289879, -0.2772819995880127, 0.14095500111579895, -0.7654851078987122, -0.03354028984904289, -0.0856776237487793, 0.16491910815238953, -0.9980420470237732, -0.1672113835811615, 0.13522811233997345, 0.008360126987099648, -1.0960667133331299, -0.21179570257663727, 0.16266468167304993, -1.1895465850830078, 0.03857142850756645, -0.0164209995418787, -0.020150000229477882, 0.20194700360298157, -0.6382492780685425, -0.9995241165161133, -0.992866575717926, -0.05773035064339638, -0.9996317625045776, -0.323080837726593], "max": [0.07485716789960861, 1.7562898397445679, -0.12796753644943237, -0.1725607067346573, 1.130013346672058, 1.5116994380950928, 0.8857142925262451, 0.26221299171447754, -0.0018370000179857016, 0.4002569913864136, 0.3585892617702484, 0.9852748513221741, 0.8418152928352356, 0.9979829788208008, -0.20299237966537476, 0.2887125611305237, 0.7473674416542053, 1.630556344985962, -0.2589719593524933, 0.17842499911785126, 1.0988069772720337, 0.1944296807050705, 0.9100000262260437, 0.2635219991207123, 0.1823740005493164, 0.3581260144710541, 0.099126435816288, -0.062424954026937485, 0.029946133494377136, 0.9979856610298157, -0.11247485131025314, 0.02542615309357643], "mean": [-0.161340594291687, 0.5850787162780762, -0.5626797080039978, -0.5052574276924133, 0.6255265474319458, 0.636021077632904, 0.7681701183319092, 0.10005807876586914, -0.06294591724872589, 0.2735779285430908, -0.2690747082233429, 0.39432719349861145, 0.2215011566877365, 0.7993981838226318, -0.8159560561180115, -0.01787298545241356, 0.5215597152709961, 1.0390828847885132, -0.8265138864517212, 0.008268037810921669, 0.8602936267852783, -0.5598565340042114, 0.6472798585891724, 0.1586180478334427, 0.09796036779880524, 0.2738155126571655, -0.21411994099617004, -0.7193530797958374, -0.6752058863639832, 0.4399366080760956, -0.47281089425086975, -0.14898718893527985], "std": [0.3086684048175812, 0.6058217883110046, 0.27666258811950684, 0.3330615162849426, 0.2697708308696747, 0.4713210165500641, 0.06718067079782486, 0.08071985840797424, 0.08073380589485168, 0.045352187007665634, 0.22679175436496735, 0.3495372533798218, 0.31650933623313904, 0.273450642824173, 0.2472643256187439, 0.09054264426231384, 0.10312047600746155, 0.5178257822990417, 0.19503606855869293, 0.1282336264848709, 0.15627461671829224, 0.516476035118103, 0.3333474397659302, 0.07838394492864609, 0.06381090730428696, 0.05103272572159767, 0.3023432195186615, 0.270568311214447, 0.32162749767303467, 0.4321731626987457, 0.2825637757778168, 0.08251199126243591], "count": [611]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.4532367673845495]], [[0.45772747408389586]], [[0.42859818989071036]]], "std": [[[0.17020091565716383]], [[0.1625377726103878]], [[0.1779475365749721]]], "count": [122]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40784884448998177]], [[0.47921710261973643]], [[0.41357989124611594]]], "std": [[[0.1939611166792208]], [[0.1576218660807782]], [[0.1863361073249415]]], "count": [122]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4347828839869281]], [[0.45722648799957144]], [[0.42311842219811424]]], "std": [[[0.18288729332453255]], [[0.1654177128463485]], [[0.18244608242426413]]], "count": [122]}, "timestamp": {"min": [0.0], "max": [61.0], "mean": [30.5], "std": [17.638027100557476], "count": [611]}, "frame_index": {"min": [0], "max": [610], "mean": [305.0], "std": [176.38027100557477], "count": [611]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [611]}, "index": {"min": [11436], "max": [12046], "mean": [11741.0], "std": [176.38027100557477], "count": [611]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [611]}}} +{"episode_index": 24, "stats": {"observation.state": {"min": [-0.7412064075469971, 0.0038920841179788113, -1.213579773902893, -1.3141804933547974, 0.2655867338180542, 0.1644798219203949, 0.5, -0.011349000036716461, -0.30811700224876404, 0.13621599972248077, -0.8076969385147095, 0.020582586526870728, -0.0012465111212804914, 0.07944998890161514, -0.9997406005859375, -0.30624285340309143, 0.004049163777381182, 0.008028514683246613, -1.2782965898513794, -0.2404714673757553, 0.29735174775123596, -1.1224037408828735, 0.0357142873108387, -0.02889999933540821, -0.031007999554276466, 0.20327599346637726, -0.6969295144081116, -0.9953747391700745, -0.9867749214172363, 0.0021964951884001493, -0.9963661432266235, -0.45447829365730286], "max": [0.02272418700158596, 1.91249680519104, -0.2656216621398926, -0.1740093231201172, 0.8326267600059509, 1.4494260549545288, 0.927142858505249, 0.3545910120010376, -0.0028510000556707382, 0.4120680093765259, 0.27214357256889343, 0.9613136649131775, 0.5341569781303406, 0.9997029304504395, -0.3750919997692108, 0.29092589020729065, 0.593795895576477, 1.5395549535751343, -0.26883307099342346, 0.12173671275377274, 1.2201945781707764, 0.12941616773605347, 0.8171428442001343, 0.25014999508857727, 0.13271400332450867, 0.43057599663734436, 0.061926789581775665, 0.017629358917474747, 0.0983666330575943, 0.9997228384017944, -0.16012237966060638, 0.09852156788110733], "mean": [-0.16818617284297943, 0.7514659762382507, -0.6493009328842163, -0.4738420844078064, 0.5101199746131897, 0.5654768943786621, 0.8044350147247314, 0.14139588177204132, -0.06736686825752258, 0.26976531744003296, -0.2790575921535492, 0.35563021898269653, 0.18259689211845398, 0.8087819218635559, -0.8655003309249878, -0.02530353143811226, 0.495400071144104, 0.8446707129478455, -0.8152345418930054, -0.021999618038535118, 0.9436069130897522, -0.35051652789115906, 0.6546786427497864, 0.12367699295282364, 0.06742816418409348, 0.3059728145599365, -0.33222585916519165, -0.6182762384414673, -0.5516853928565979, 0.5858713984489441, -0.5406150221824646, -0.10442319512367249], "std": [0.2734884023666382, 0.7325199842453003, 0.37795335054397583, 0.4086039066314697, 0.13991901278495789, 0.4535849392414093, 0.1337888538837433, 0.1158326268196106, 0.09985218942165375, 0.053701985627412796, 0.2597885727882385, 0.3540080189704895, 0.19536209106445312, 0.2814876437187195, 0.18448549509048462, 0.11917436867952347, 0.1770574003458023, 0.4476650357246399, 0.20279961824417114, 0.08035455644130707, 0.22937975823879242, 0.5331254601478577, 0.22981737554073334, 0.07286236435174942, 0.046557631343603134, 0.06031566485762596, 0.2947135865688324, 0.30200475454330444, 0.36113330721855164, 0.387820839881897, 0.27518928050994873, 0.14823555946350098], "count": [423]}, "action": {"min": [-0.7412064075469971, 0.0038920841179788113, -1.213579773902893, -1.3141804933547974, 0.2655867338180542, 0.1644798219203949, 0.5, -0.011349000036716461, -0.30811700224876404, 0.13621599972248077, -0.8076969385147095, 0.020582586526870728, -0.0012465111212804914, 0.07944998890161514, -0.9997406005859375, -0.30624285340309143, 0.004049163777381182, 0.008028514683246613, -1.2782965898513794, -0.2404714673757553, 0.29735174775123596, -1.1224037408828735, 0.0357142873108387, -0.02889999933540821, -0.031007999554276466, 0.20327599346637726, -0.6969295144081116, -0.9953747391700745, -0.9867749214172363, 0.0021964951884001493, -0.9963661432266235, -0.45447829365730286], "max": [0.02272418700158596, 1.91249680519104, -0.2656216621398926, -0.1740093231201172, 0.8326267600059509, 1.4494260549545288, 0.927142858505249, 0.3545910120010376, -0.0028510000556707382, 0.4120680093765259, 0.27214357256889343, 0.9613136649131775, 0.5341569781303406, 0.9997029304504395, -0.3750919997692108, 0.29092589020729065, 0.593795895576477, 1.5395549535751343, -0.26883307099342346, 0.12173671275377274, 1.2201945781707764, 0.12941616773605347, 0.8171428442001343, 0.25014999508857727, 0.13271400332450867, 0.43057599663734436, 0.061926789581775665, 0.017629358917474747, 0.0983666330575943, 0.9997228384017944, -0.16012237966060638, 0.09852156788110733], "mean": [-0.16932833194732666, 0.7514652609825134, -0.6498427391052246, -0.47486230731010437, 0.5107435584068298, 0.5669606328010559, 0.8042593002319336, 0.1412823498249054, -0.06741946935653687, 0.26989051699638367, -0.2785274088382721, 0.3571125268936157, 0.1829642653465271, 0.808059573173523, -0.8653935194015503, -0.024622265249490738, 0.49679428339004517, 0.8446788191795349, -0.8162961602210999, -0.022128475829958916, 0.9455433487892151, -0.35054051876068115, 0.6549691557884216, 0.1235288679599762, 0.06736833602190018, 0.30610451102256775, -0.33305564522743225, -0.6193960309028625, -0.552169919013977, 0.5855991244316101, -0.5405023694038391, -0.10453206300735474], "std": [0.27369746565818787, 0.7325211763381958, 0.3775692880153656, 0.40839287638664246, 0.13967549800872803, 0.45329776406288147, 0.1337064504623413, 0.11595869809389114, 0.09982477873563766, 0.053769275546073914, 0.26064786314964294, 0.3539641201496124, 0.19516438245773315, 0.28138935565948486, 0.1844208687543869, 0.1201428696513176, 0.17549718916416168, 0.4476519525051117, 0.20110537111759186, 0.08041790872812271, 0.22739894688129425, 0.5331043601036072, 0.2299431413412094, 0.07310164719820023, 0.04666142910718918, 0.06030723825097084, 0.29413771629333496, 0.3005785644054413, 0.36040008068084717, 0.3875734508037567, 0.27501311898231506, 0.14810463786125183], "count": [423]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.807843137254902]], [[0.8627450980392157]], [[0.9725490196078431]]], "mean": [[[0.46693227328431375]], [[0.45755702614379085]], [[0.3894133067810458]]], "std": [[[0.17400881121261444]], [[0.15897905642529678]], [[0.19443567736530767]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3975104738562092]], [[0.47179936683006535]], [[0.40370151143790844]]], "std": [[[0.20617675427287813]], [[0.1746745257415927]], [[0.20237398063736806]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44213661764705886]], [[0.4539225469771242]], [[0.4078084150326797]]], "std": [[[0.18523360492232427]], [[0.1695597429901288]], [[0.1920249409076773]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [42.2], "mean": [21.099999999999998], "std": [12.210924070956574], "count": [423]}, "frame_index": {"min": [0], "max": [422], "mean": [211.0], "std": [122.10924070956574], "count": [423]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [423]}, "index": {"min": [12047], "max": [12469], "mean": [12258.0], "std": [122.10924070956574], "count": [423]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [423]}}} +{"episode_index": 25, "stats": {"observation.state": {"min": [-0.6269746422767639, 0.0038920841179788113, -1.2429885864257812, -1.4584145545959473, 0.06897541135549545, 0.22970278561115265, 0.09285714477300644, 0.019148999825119972, -0.28876200318336487, 0.13730299472808838, -0.8793538808822632, -0.04609091207385063, -0.1369602382183075, 0.14278775453567505, -0.9997402429580688, -0.5166553854942322, 0.06209881231188774, 0.01005309633910656, -1.0384185314178467, -0.4563163220882416, 0.44687408208847046, -1.0212445259094238, 0.0, 0.012303000316023827, -0.009344999678432941, 0.20298799872398376, -0.754098117351532, -0.9868977069854736, -0.9944656491279602, -0.027474407106637955, -0.9995174407958984, -0.4634343683719635], "max": [0.0918915867805481, 1.9102802276611328, -0.06599089503288269, -0.15849334001541138, 1.0452601909637451, 1.4419212341308594, 0.9071428775787354, 0.34380999207496643, -0.0038300000596791506, 0.35926300287246704, 0.09041845798492432, 0.9063847064971924, 0.3964719772338867, 0.9994652271270752, -0.365477979183197, 0.19307784736156464, 0.6728942394256592, 1.5004769563674927, -0.35185837745666504, 0.030229102820158005, 1.22000253200531, 0.5748940110206604, 0.8928571343421936, 0.23803399503231049, 0.1335570067167282, 0.38909798860549927, 0.05326639860868454, 0.026503287255764008, 0.04429728165268898, 0.9996903538703918, -0.10091738402843475, 0.07231788337230682], "mean": [-0.0782679095864296, 0.6369103193283081, -0.6248813271522522, -0.6218439936637878, 0.6010587811470032, 0.6367053985595703, 0.7520262002944946, 0.12205713987350464, -0.05878441035747528, 0.2665640413761139, -0.30082234740257263, 0.30169713497161865, 0.10867942869663239, 0.8381859660148621, -0.8743084073066711, -0.10065001994371414, 0.5610539317131042, 0.8558375835418701, -0.7383827567100525, -0.2092352658510208, 0.9053828120231628, -0.15165887773036957, 0.6648208498954773, 0.1289748251438141, 0.06725067645311356, 0.2873469293117523, -0.34715521335601807, -0.5193269848823547, -0.5103201270103455, 0.5979143977165222, -0.5039038062095642, -0.15690632164478302], "std": [0.2840282618999481, 0.7955388426780701, 0.34129440784454346, 0.47082510590553284, 0.2026699036359787, 0.4664344787597656, 0.15761254727840424, 0.12985113263130188, 0.0887497216463089, 0.04758521914482117, 0.2792976498603821, 0.3085039556026459, 0.14724500477313995, 0.2674925923347473, 0.18327602744102478, 0.1719403862953186, 0.18110838532447815, 0.43083226680755615, 0.15543806552886963, 0.15524077415466309, 0.18977534770965576, 0.6635220050811768, 0.28487080335617065, 0.06507023423910141, 0.047988612204790115, 0.04797699674963951, 0.32679876685142517, 0.37134110927581787, 0.41334643959999084, 0.4290330111980438, 0.2957800626754761, 0.16191785037517548], "count": [495]}, "action": {"min": [-0.6269746422767639, 0.0038920841179788113, -1.2429885864257812, -1.4584145545959473, 0.06897541135549545, 0.22970278561115265, 0.29428571462631226, 0.019148999825119972, -0.28876200318336487, 0.13730299472808838, -0.8793538808822632, -0.04609091207385063, -0.1369602382183075, 0.14278775453567505, -0.9997402429580688, -0.5166553854942322, 0.06209881231188774, 0.01005309633910656, -1.0384185314178467, -0.4563163220882416, 0.44687408208847046, -1.0212445259094238, 0.0, 0.012303000316023827, -0.009344999678432941, 0.20298799872398376, -0.754098117351532, -0.9868977069854736, -0.9944656491279602, -0.027474407106637955, -0.9995174407958984, -0.4634343683719635], "max": [0.0918915867805481, 1.9102802276611328, -0.06599089503288269, -0.15849334001541138, 1.0452601909637451, 1.4419212341308594, 0.9071428775787354, 0.34380999207496643, -0.0038300000596791506, 0.35926300287246704, 0.09041845798492432, 0.9063847064971924, 0.3964719772338867, 0.9994652271270752, -0.365477979183197, 0.19307784736156464, 0.6728942394256592, 1.5004769563674927, -0.35185837745666504, 0.030229102820158005, 1.22000253200531, 0.5748940110206604, 0.8928571343421936, 0.23803399503231049, 0.1335570067167282, 0.38909798860549927, 0.05326639860868454, 0.026503287255764008, 0.04429728165268898, 0.9996903538703918, -0.10091738402843475, 0.07231788337230682], "mean": [-0.07972016930580139, 0.6370577216148376, -0.6241984963417053, -0.624353289604187, 0.6004642844200134, 0.6385725140571594, 0.7533364295959473, 0.12210357189178467, -0.05886387825012207, 0.26640623807907104, -0.3010801672935486, 0.30314430594444275, 0.10800617933273315, 0.8376809358596802, -0.8743330240249634, -0.10130873322486877, 0.5622878670692444, 0.8561190366744995, -0.7390396595001221, -0.20936624705791473, 0.9063240885734558, -0.15149599313735962, 0.6666246056556702, 0.12894466519355774, 0.06724054366350174, 0.28745391964912415, -0.34767717123031616, -0.5202642679214478, -0.5105392336845398, 0.5976841449737549, -0.5038177967071533, -0.15684223175048828], "std": [0.2849908769130707, 0.7954286932945251, 0.342072993516922, 0.4716576933860779, 0.2036772221326828, 0.4670742154121399, 0.154798224568367, 0.12981870770454407, 0.08871808648109436, 0.047578584402799606, 0.2790042757987976, 0.30854928493499756, 0.147604301571846, 0.2674602270126343, 0.1832907348871231, 0.17143774032592773, 0.1797805279493332, 0.4303266704082489, 0.1544869989156723, 0.1552167683839798, 0.18868200480937958, 0.6636068224906921, 0.283478707075119, 0.06512053310871124, 0.04800424352288246, 0.04803496226668358, 0.3264811336994171, 0.37060612440109253, 0.41309210658073425, 0.42884761095046997, 0.2956419289112091, 0.1619957834482193], "count": [495]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46102600435206137]], [[0.4517098141339869]], [[0.38399957971970844]]], "std": [[[0.16947633079496488]], [[0.15521012980228976]], [[0.19120552011718903]]], "count": [104]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39910987972913525]], [[0.4904944126288336]], [[0.4182363801690548]]], "std": [[[0.21006102446008643]], [[0.17815492215893577]], [[0.20305158446151253]]], "count": [104]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4400880722882101]], [[0.4543422574157868]], [[0.41626777353569633]]], "std": [[[0.1815101623748726]], [[0.16728434124738153]], [[0.1875466220438264]]], "count": [104]}, "timestamp": {"min": [0.0], "max": [49.4], "mean": [24.7], "std": [14.289390003308984], "count": [495]}, "frame_index": {"min": [0], "max": [494], "mean": [247.0], "std": [142.89390003308984], "count": [495]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [495]}, "index": {"min": [12470], "max": [12964], "mean": [12717.0], "std": [142.89390003308984], "count": [495]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [495]}}} +{"episode_index": 26, "stats": {"observation.state": {"min": [-0.6520898938179016, 0.0024958208668977022, -1.2432154417037964, -1.3848663568496704, -0.1235518530011177, 0.21554815769195557, 0.5314285755157471, 0.03835200145840645, -0.29301100969314575, 0.1342560052871704, -0.8748926520347595, -0.0764557421207428, -0.12656675279140472, 0.12021714448928833, -1.0, -0.42092400789260864, -0.02050761878490448, 0.009267698042094707, -1.1769453287124634, -0.14826571941375732, 0.09314822405576706, -1.0170032978057861, 0.029999999329447746, 0.008907999843358994, -0.0033760000951588154, 0.20442700386047363, -0.8344101309776306, -0.9931156039237976, -0.9937846064567566, 0.028211327269673347, -0.9923986792564392, -0.3002006411552429], "max": [0.0745953693985939, 1.9612089395523071, -0.13953907787799835, -0.16516050696372986, 0.8941147327423096, 1.4654133319854736, 0.9685714244842529, 0.37456798553466797, 0.0026080000679939985, 0.3785429894924164, 0.27069786190986633, 0.9486361145973206, 0.46689990162849426, 0.9998739361763, -0.3258651793003082, 0.08140797168016434, 0.6680945754051208, 1.6007287502288818, -0.17575465142726898, 0.16798794269561768, 1.228327751159668, 0.20554742217063904, 0.9700000286102295, 0.2580510079860687, 0.1489029973745346, 0.3738810122013092, 0.1626175493001938, 0.06272350996732712, 0.1491142362356186, 0.9990791082382202, -0.1072358712553978, 0.14432382583618164], "mean": [-0.11000452935695648, 0.9019933938980103, -0.6575558185577393, -0.5737119913101196, 0.4661407768726349, 0.6561339497566223, 0.7556134462356567, 0.17325462400913239, -0.05370352044701576, 0.25926223397254944, -0.4062176048755646, 0.2935634255409241, 0.13858109712600708, 0.8494359850883484, -0.8236998319625854, -0.05693091079592705, 0.4485589861869812, 0.9604648947715759, -0.8402345776557922, -0.02991977147758007, 0.9480199813842773, -0.30987393856048584, 0.7595329284667969, 0.14845682680606842, 0.07669120281934738, 0.29469066858291626, -0.40895965695381165, -0.5834853649139404, -0.5415217280387878, 0.6300044655799866, -0.4787052571773529, -0.07441724091768265], "std": [0.28624215722084045, 0.6681393980979919, 0.37815746665000916, 0.4694923460483551, 0.2459668517112732, 0.46912193298339844, 0.12757615745067596, 0.11145307868719101, 0.09249896556138992, 0.046577706933021545, 0.2896212935447693, 0.31953683495521545, 0.15717394649982452, 0.2620665729045868, 0.16946248710155487, 0.13511104881763458, 0.174821138381958, 0.4579029977321625, 0.2233162373304367, 0.08108393847942352, 0.2573126256465912, 0.47274428606033325, 0.2760523557662964, 0.07140079885721207, 0.05049639940261841, 0.05152832344174385, 0.3243175745010376, 0.3236601948738098, 0.35814571380615234, 0.3788578510284424, 0.27730169892311096, 0.09387098252773285], "count": [440]}, "action": {"min": [-0.6520898938179016, 0.0024958208668977022, -1.2432154417037964, -1.3848663568496704, -0.1235518530011177, 0.21554815769195557, 0.5314285755157471, 0.03835200145840645, -0.29301100969314575, 0.1342560052871704, -0.8748926520347595, -0.0764557421207428, -0.12656675279140472, 0.12021714448928833, -1.0, -0.42092400789260864, -0.02050761878490448, 0.009267698042094707, -1.1769453287124634, -0.14826571941375732, 0.09314822405576706, -1.0170032978057861, 0.029999999329447746, 0.008907999843358994, -0.0033760000951588154, 0.20442700386047363, -0.8344101309776306, -0.9931156039237976, -0.9937846064567566, 0.028211327269673347, -0.9923986792564392, -0.3002006411552429], "max": [0.0745953693985939, 1.9612089395523071, -0.13953907787799835, -0.16516050696372986, 0.8941147327423096, 1.4654133319854736, 0.9685714244842529, 0.37456798553466797, 0.0026080000679939985, 0.3785429894924164, 0.27069786190986633, 0.9486361145973206, 0.46689990162849426, 0.9998739361763, -0.3258651793003082, 0.08140797168016434, 0.6680945754051208, 1.6007287502288818, -0.17575465142726898, 0.16798794269561768, 1.228327751159668, 0.20554742217063904, 0.9700000286102295, 0.2580510079860687, 0.1489029973745346, 0.3738810122013092, 0.1626175493001938, 0.06272350996732712, 0.1491142362356186, 0.9990791082382202, -0.1072358712553978, 0.14432382583618164], "mean": [-0.11162704974412918, 0.902002215385437, -0.65767502784729, -0.5764481425285339, 0.46555110812187195, 0.658958375453949, 0.7559803128242493, 0.1732332557439804, -0.053740452975034714, 0.2593321204185486, -0.40580320358276367, 0.2947768270969391, 0.1382363736629486, 0.8491597771644592, -0.8236120939254761, -0.05693541467189789, 0.4497298300266266, 0.9610632658004761, -0.8417655825614929, -0.029853614047169685, 0.9500243663787842, -0.31006574630737305, 0.759711503982544, 0.1483730524778366, 0.07669039070606232, 0.2949581742286682, -0.40998122096061707, -0.5844342112541199, -0.5419666767120361, 0.6298375725746155, -0.47855401039123535, -0.07452679425477982], "std": [0.2872130274772644, 0.6681278944015503, 0.3780020475387573, 0.4707021117210388, 0.24706654250621796, 0.47020044922828674, 0.1277340054512024, 0.1114780530333519, 0.09248024225234985, 0.04658343270421028, 0.29045790433883667, 0.31922996044158936, 0.1575493961572647, 0.2619740962982178, 0.16938351094722748, 0.13510790467262268, 0.17339453101158142, 0.4568312466144562, 0.22105267643928528, 0.08102435618638992, 0.25466614961624146, 0.472552090883255, 0.27616313099861145, 0.07154269516468048, 0.050497740507125854, 0.051632948219776154, 0.32345783710479736, 0.3224625289440155, 0.3574870228767395, 0.37871330976486206, 0.27703940868377686, 0.09370805323123932], "count": [440]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.8117647058823529]], [[0.9137254901960784]], [[0.9921568627450981]]], "mean": [[[0.4590755024509804]], [[0.4494838684640523]], [[0.3802359620098039]]], "std": [[[0.17630136960633275]], [[0.16130845671790356]], [[0.19564656367934496]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4213479391339869]], [[0.4723190584150327]], [[0.42343896446078433]]], "std": [[[0.1945726737513282]], [[0.1749535906718221]], [[0.19878504597315177]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44561705678104574]], [[0.4553771343954248]], [[0.41066457516339866]]], "std": [[[0.17677376944121534]], [[0.16730172028159374]], [[0.19033374540694026]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [43.9], "mean": [21.95], "std": [12.701673118136839], "count": [440]}, "frame_index": {"min": [0], "max": [439], "mean": [219.5], "std": [127.01673118136839], "count": [440]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [440]}, "index": {"min": [12965], "max": [13404], "mean": [13184.5], "std": [127.01673118136839], "count": [440]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [440]}}} +{"episode_index": 27, "stats": {"observation.state": {"min": [-0.6628062129020691, 0.0039793504402041435, -1.31320321559906, -1.252971887588501, 0.14046409726142883, 0.18528415262699127, 0.36000001430511475, 0.03663500025868416, -0.2953430116176605, 0.14780400693416595, -0.7996631860733032, -0.07127156108617783, -0.032641537487506866, -0.10294748842716217, -0.999763548374176, -0.22601304948329926, -0.07283259183168411, 0.27090999484062195, -1.138635277748108, -0.1347743272781372, 0.21326178312301636, -1.058681845664978, 0.05428571254014969, 0.023022999987006187, -0.00674000009894371, 0.2068209946155548, -0.722543478012085, -0.9966917037963867, -0.9928042888641357, 0.04281558841466904, -0.9958128929138184, -0.2260889858007431], "max": [0.10444050282239914, 1.8805572986602783, -0.15625932812690735, -0.16510814428329468, 1.1190178394317627, 1.7348921298980713, 0.9242857098579407, 0.29950499534606934, 0.000610999995842576, 0.40007299184799194, 0.13954849541187286, 0.9994784593582153, 0.931820273399353, 0.9997816681861877, -0.21166595816612244, 0.1870558112859726, 0.6263986825942993, 1.6254076957702637, -0.3349112272262573, 0.12091641128063202, 1.2238248586654663, 0.11920598894357681, 0.9700000286102295, 0.267751008272171, 0.15057900547981262, 0.3923110067844391, -0.0326756089925766, 0.09597042202949524, 0.13554376363754272, 0.9993571043014526, -0.11450369656085968, 0.123998261988163], "mean": [-0.1480136662721634, 0.7197187542915344, -0.5546507835388184, -0.6067031025886536, 0.6086826324462891, 0.844970703125, 0.7859666347503662, 0.12095663696527481, -0.06719900667667389, 0.26385995745658875, -0.23882119357585907, 0.4663257896900177, 0.27129316329956055, 0.7063124179840088, -0.7942155599594116, -0.011350100859999657, 0.4521331787109375, 0.9343075752258301, -0.8446698784828186, 0.020428357645869255, 0.9664126038551331, -0.36515945196151733, 0.6184486746788025, 0.1405068188905716, 0.0747750848531723, 0.29938244819641113, -0.4004022181034088, -0.6194562315940857, -0.5481762290000916, 0.608665943145752, -0.5082942843437195, -0.05838802829384804], "std": [0.3000701367855072, 0.5801324844360352, 0.33168622851371765, 0.3672197461128235, 0.25515446066856384, 0.5207862854003906, 0.18364092707633972, 0.07930681109428406, 0.08654393255710602, 0.04636910557746887, 0.23320873081684113, 0.3910033106803894, 0.34145987033843994, 0.35133472084999084, 0.2600075304508209, 0.084945447742939, 0.15226073563098907, 0.44098466634750366, 0.1750767081975937, 0.06877319514751434, 0.19923941791057587, 0.4733611047267914, 0.21614970266819, 0.07422460615634918, 0.04893612489104271, 0.05282418802380562, 0.28050148487091064, 0.30689698457717896, 0.3520476222038269, 0.37435418367385864, 0.2796412706375122, 0.08979732543230057], "count": [491]}, "action": {"min": [-0.6628062129020691, 0.0039793504402041435, -1.31320321559906, -1.252971887588501, 0.14046409726142883, 0.18528415262699127, 0.36000001430511475, 0.03663500025868416, -0.2953430116176605, 0.14780400693416595, -0.7996631860733032, -0.07127156108617783, -0.032641537487506866, -0.10294748842716217, -0.999763548374176, -0.22601304948329926, -0.07283259183168411, 0.27090999484062195, -1.138635277748108, -0.1347743272781372, 0.21326178312301636, -1.058681845664978, 0.05428571254014969, 0.023022999987006187, -0.00674000009894371, 0.2068209946155548, -0.722543478012085, -0.9966917037963867, -0.9928042888641357, 0.04281558841466904, -0.9958128929138184, -0.2260889858007431], "max": [0.10444050282239914, 1.8805572986602783, -0.15625932812690735, -0.16510814428329468, 1.1190178394317627, 1.7348921298980713, 0.9242857098579407, 0.29950499534606934, 0.000610999995842576, 0.40007299184799194, 0.13954849541187286, 0.9994784593582153, 0.931820273399353, 0.9997816681861877, -0.21166595816612244, 0.1870558112859726, 0.6263986825942993, 1.6254076957702637, -0.3349112272262573, 0.12091641128063202, 1.2238248586654663, 0.11920598894357681, 0.9700000286102295, 0.267751008272171, 0.15057900547981262, 0.3923110067844391, -0.0326756089925766, 0.09597042202949524, 0.13554376363754272, 0.9993571043014526, -0.11450369656085968, 0.123998261988163], "mean": [-0.14944829046726227, 0.7199282646179199, -0.5544496178627014, -0.6089187264442444, 0.6084679961204529, 0.8472695350646973, 0.785949170589447, 0.12096439301967621, -0.06728725880384445, 0.2638200521469116, -0.23876918852329254, 0.4678116738796234, 0.2712128162384033, 0.705798864364624, -0.7942113280296326, -0.011253926903009415, 0.45327574014663696, 0.934398353099823, -0.8452873229980469, 0.02062261663377285, 0.9672768712043762, -0.36544695496559143, 0.6178172826766968, 0.14044976234436035, 0.07484231889247894, 0.2994992136955261, -0.40068408846855164, -0.6206451058387756, -0.5485844612121582, 0.6084202527999878, -0.5082286596298218, -0.0584852434694767], "std": [0.3005430996417999, 0.5798920392990112, 0.3318977355957031, 0.36782994866371155, 0.25550371408462524, 0.5203604698181152, 0.18363158404827118, 0.07929887622594833, 0.08649712055921555, 0.04636764153838158, 0.233285591006279, 0.3903598189353943, 0.3415200114250183, 0.351093053817749, 0.26000404357910156, 0.08501750230789185, 0.1504104733467102, 0.4408525228500366, 0.17380958795547485, 0.06868729740381241, 0.19715262949466705, 0.47311079502105713, 0.21557462215423584, 0.07428738474845886, 0.04884668067097664, 0.05285385996103287, 0.28028634190559387, 0.30524954199790955, 0.3514432907104492, 0.374141126871109, 0.279531866312027, 0.08969343453645706], "count": [491]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.4533781069318753]], [[0.45165343569318755]], [[0.4086737800087984]]], "std": [[[0.1694592747958468]], [[0.16378368278822858]], [[0.19206966039540113]]], "count": [104]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42839487886500754]], [[0.4777794019450729]], [[0.4015261477187029]]], "std": [[[0.20571106207735015]], [[0.16831150544546025]], [[0.20287098448123259]]], "count": [104]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.4466421372234791]], [[0.45593331880027654]], [[0.4238449617427099]]], "std": [[[0.176234414705372]], [[0.1603564448656875]], [[0.18076405463229392]]], "count": [104]}, "timestamp": {"min": [0.0], "max": [49.0], "mean": [24.5], "std": [14.17391971192161], "count": [491]}, "frame_index": {"min": [0], "max": [490], "mean": [245.0], "std": [141.7391971192161], "count": [491]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [491]}, "index": {"min": [13405], "max": [13895], "mean": [13650.0], "std": [141.7391971192161], "count": [491]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [491]}}} +{"episode_index": 28, "stats": {"observation.state": {"min": [-0.6859492659568787, 0.00094247778179124, -1.3461898565292358, -1.1185290813446045, 0.07168067246675491, 0.1572716236114502, 0.29571428894996643, 0.031029000878334045, -0.2983520030975342, 0.15286999940872192, -0.6962301135063171, -0.09864098578691483, -0.07706175744533539, 0.05262800678610802, -0.9988391399383545, -0.09840995818376541, 0.06843435764312744, 0.007260569371283054, -1.1077430248260498, -0.1621585339307785, 0.3188192844390869, -1.0027265548706055, 0.03999999910593033, 0.02548299916088581, -8.099999831756577e-05, 0.2035599946975708, -0.7408649921417236, -0.995113730430603, -0.9905568957328796, 0.04088059812784195, -1.0, -0.2656331956386566], "max": [0.0751713290810585, 1.8624931573867798, -0.09522516280412674, -0.11281807720661163, 1.149194598197937, 1.46436607837677, 0.918571412563324, 0.2910889983177185, -0.0015810000477358699, 0.4194850027561188, 0.192963644862175, 0.9969723224639893, 0.903367817401886, 0.9997305870056152, -0.03932957351207733, 0.1312355101108551, 0.625613272190094, 1.5960512161254883, -0.25277602672576904, 0.12405800074338913, 1.2195312976837158, 0.1716356724500656, 0.8114285469055176, 0.2587360143661499, 0.14871199429035187, 0.3611049950122833, 0.039684198796749115, -0.04967038705945015, 0.009513271041214466, 0.9974162578582764, -0.1284494251012802, 0.06857454776763916], "mean": [-0.18515659868717194, 0.6548328399658203, -0.5715910196304321, -0.4623599350452423, 0.5052129030227661, 0.6157235503196716, 0.7522146105766296, 0.11802211403846741, -0.06552314013242722, 0.2743861973285675, -0.15134696662425995, 0.40134310722351074, 0.22763291001319885, 0.7524840831756592, -0.8069986701011658, -0.026738738641142845, 0.47608184814453125, 0.9569609761238098, -0.8103518486022949, 0.003809981746599078, 0.9003382325172424, -0.3940839171409607, 0.6288766264915466, 0.14813575148582458, 0.08282329887151718, 0.28951916098594666, -0.37077516317367554, -0.6518192291259766, -0.5876387357711792, 0.5844482183456421, -0.4948427379131317, -0.09718220680952072], "std": [0.28774750232696533, 0.6501942276954651, 0.37445956468582153, 0.37939783930778503, 0.2809271216392517, 0.48334115743637085, 0.19094431400299072, 0.08707014471292496, 0.09023591876029968, 0.05059107020497322, 0.20286107063293457, 0.41906511783599854, 0.36996743083000183, 0.304866760969162, 0.30984270572662354, 0.05847816541790962, 0.12974834442138672, 0.44800788164138794, 0.17474333941936493, 0.08656047284603119, 0.16765202581882477, 0.4408239424228668, 0.1757986694574356, 0.06787624210119247, 0.047978781163692474, 0.04601045325398445, 0.2815748155117035, 0.2779479920864105, 0.33288463950157166, 0.369947612285614, 0.28677570819854736, 0.09996272623538971], "count": [430]}, "action": {"min": [-0.6859492659568787, 0.00094247778179124, -1.3461898565292358, -1.1185290813446045, 0.07168067246675491, 0.1572716236114502, 0.29571428894996643, 0.031029000878334045, -0.2983520030975342, 0.15286999940872192, -0.6962301135063171, -0.09864098578691483, -0.07706175744533539, 0.05262800678610802, -0.9988391399383545, -0.09840995818376541, 0.06843435764312744, 0.007260569371283054, -1.1077430248260498, -0.1621585339307785, 0.3188192844390869, -1.0027265548706055, 0.03999999910593033, 0.02548299916088581, -8.099999831756577e-05, 0.2035599946975708, -0.7408649921417236, -0.995113730430603, -0.9905568957328796, 0.04088059812784195, -1.0, -0.2656331956386566], "max": [0.0751713290810585, 1.8624931573867798, -0.09522516280412674, -0.11281807720661163, 1.149194598197937, 1.46436607837677, 0.918571412563324, 0.2910889983177185, -0.0015810000477358699, 0.4194850027561188, 0.192963644862175, 0.9969723224639893, 0.903367817401886, 0.9997305870056152, -0.03932957351207733, 0.1312355101108551, 0.625613272190094, 1.5960512161254883, -0.25277602672576904, 0.12405800074338913, 1.2195312976837158, 0.1716356724500656, 0.8114285469055176, 0.2587360143661499, 0.14871199429035187, 0.3611049950122833, 0.039684198796749115, -0.04967038705945015, 0.009513271041214466, 0.9974162578582764, -0.1284494251012802, 0.06857454776763916], "mean": [-0.18649783730506897, 0.6551042199134827, -0.5710942149162292, -0.46459275484085083, 0.5048231482505798, 0.6177218556404114, 0.7520983219146729, 0.11806880682706833, -0.06560897827148438, 0.27425748109817505, -0.15167003870010376, 0.4027460515499115, 0.2273784726858139, 0.7520729899406433, -0.8070124983787537, -0.026989182457327843, 0.47708892822265625, 0.9573677182197571, -0.8109510540962219, 0.0035262219607830048, 0.9013810753822327, -0.3936920464038849, 0.6288500428199768, 0.14812317490577698, 0.08284187316894531, 0.289600133895874, -0.37158331274986267, -0.6525672674179077, -0.5878629684448242, 0.5842568874359131, -0.4946862757205963, -0.09705506265163422], "std": [0.28787529468536377, 0.6499457955360413, 0.3749490976333618, 0.38042643666267395, 0.2813549041748047, 0.4833650290966034, 0.19088496267795563, 0.087028868496418, 0.09019263088703156, 0.05062312260270119, 0.20254498720169067, 0.4186064898967743, 0.3701275885105133, 0.30465415120124817, 0.3098509907722473, 0.05839899554848671, 0.1282522976398468, 0.4472234845161438, 0.17326568067073822, 0.08666706830263138, 0.16550937294960022, 0.4412288963794708, 0.17579558491706848, 0.06789705157279968, 0.047949615865945816, 0.04599994793534279, 0.28100740909576416, 0.2768356502056122, 0.33252084255218506, 0.3697553873062134, 0.28651800751686096, 0.10012083500623703], "count": [430]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.45456465890522874]], [[0.45112200163398697]], [[0.3990909538398693]]], "std": [[[0.1686674210856846]], [[0.16287396913504643]], [[0.2004919934358667]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41014352124183007]], [[0.49011304125816996]], [[0.4068669117647059]]], "std": [[[0.2066894440562032]], [[0.16333068328495054]], [[0.19286171089235526]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4465527920751634]], [[0.4585440155228758]], [[0.42006255310457513]]], "std": [[[0.18520472636787455]], [[0.1684567993343451]], [[0.19363945992137185]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [42.9], "mean": [21.45], "std": [12.412997220655454], "count": [430]}, "frame_index": {"min": [0], "max": [429], "mean": [214.5], "std": [124.12997220655453], "count": [430]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [430]}, "index": {"min": [13896], "max": [14325], "mean": [14110.5], "std": [124.12997220655453], "count": [430]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [430]}}} +{"episode_index": 29, "stats": {"observation.state": {"min": [-0.6061004996299744, 0.0037000980228185654, -1.2558691501617432, -0.9170483350753784, 0.3182433247566223, 0.10403907299041748, 0.46000000834465027, 0.003965000156313181, -0.2548840045928955, 0.1576869934797287, -0.860174834728241, -0.028875282034277916, 9.863382001640275e-05, 0.3700593411922455, -0.9987872838973999, -0.34295454621315, 0.04427900165319443, 0.0072082094848155975, -1.2593247890472412, -0.10896090418100357, 0.4539077579975128, -0.8832587599754333, 0.0, -0.008969999849796295, -0.003737000050023198, 0.2054309993982315, -0.8045334815979004, -0.9961477518081665, -0.9927176833152771, 0.061467383056879044, -0.998753547668457, -0.2666756808757782], "max": [0.024661501869559288, 1.7737257480621338, -0.2924124598503113, -0.04098033159971237, 0.9582729935646057, 0.9642769694328308, 0.941428542137146, 0.2822929918766022, -0.00033400001120753586, 0.44513800740242004, 0.05787380412220955, 0.8721011281013489, 0.5567037463188171, 0.9994009137153625, -0.05386967957019806, 0.17769773304462433, 0.715445339679718, 1.70192289352417, -0.3167946934700012, 0.12175416946411133, 1.223214030265808, 0.044889867305755615, 0.7742857336997986, 0.2709589898586273, 0.1843309998512268, 0.402646005153656, -0.03099091909825802, -0.03276803717017174, 0.0224153995513916, 0.9993656277656555, -0.11218002438545227, 0.09520526975393295], "mean": [-0.17368997633457184, 0.6164462566375732, -0.5929744243621826, -0.3138163089752197, 0.5509395599365234, 0.40242478251457214, 0.759397029876709, 0.11401870846748352, -0.05702889338135719, 0.277660071849823, -0.25118836760520935, 0.3434421718120575, 0.22471271455287933, 0.8353658318519592, -0.7891393899917603, -0.034523751586675644, 0.511014997959137, 1.0129538774490356, -0.9365509152412415, 0.033412519842386246, 1.0412230491638184, -0.341736376285553, 0.631457507610321, 0.1460248827934265, 0.09684468805789948, 0.3049400746822357, -0.4268554449081421, -0.654839277267456, -0.5949800610542297, 0.6010357737541199, -0.45214542746543884, -0.05865267291665077], "std": [0.23812603950500488, 0.6929333209991455, 0.3582293391227722, 0.32898733019828796, 0.23834513127803802, 0.310804158449173, 0.13363666832447052, 0.09854727238416672, 0.08055830746889114, 0.05563870817422867, 0.34580862522125244, 0.3552388846874237, 0.21658752858638763, 0.20115222036838531, 0.31172895431518555, 0.12791593372821808, 0.16816188395023346, 0.4775100648403168, 0.19062906503677368, 0.06446487456560135, 0.1754496693611145, 0.36701351404190063, 0.18580733239650726, 0.07784341275691986, 0.06370788812637329, 0.05511879548430443, 0.29151102900505066, 0.2716120481491089, 0.31666120886802673, 0.34915629029273987, 0.2722207009792328, 0.10401108860969543], "count": [374]}, "action": {"min": [-0.6061004996299744, 0.0037000980228185654, -1.2558691501617432, -0.9170483350753784, 0.3182433247566223, 0.10403907299041748, 0.46000000834465027, 0.003965000156313181, -0.2548840045928955, 0.1576869934797287, -0.860174834728241, -0.028875282034277916, 9.863382001640275e-05, 0.3700593411922455, -0.9987872838973999, -0.34295454621315, 0.04427900165319443, 0.0072082094848155975, -1.2593247890472412, -0.10896090418100357, 0.4539077579975128, -0.8832587599754333, 0.06142857298254967, -0.008969999849796295, -0.003737000050023198, 0.2054309993982315, -0.8045334815979004, -0.9961477518081665, -0.9927176833152771, 0.061467383056879044, -0.998753547668457, -0.2666756808757782], "max": [0.024661501869559288, 1.7737257480621338, -0.2924124598503113, -0.04098033159971237, 0.9582729935646057, 0.9642769694328308, 0.941428542137146, 0.2822929918766022, -0.00033400001120753586, 0.44513800740242004, 0.05787380412220955, 0.8721011281013489, 0.5567037463188171, 0.9994009137153625, -0.05386967957019806, 0.17769773304462433, 0.715445339679718, 1.70192289352417, -0.3167946934700012, 0.12175416946411133, 1.223214030265808, 0.044889867305755615, 0.7742857336997986, 0.2709589898586273, 0.1843309998512268, 0.402646005153656, -0.03099091909825802, -0.03276803717017174, 0.0224153995513916, 0.9993656277656555, -0.11218002438545227, 0.09520526975393295], "mean": [-0.1750951111316681, 0.6165959239006042, -0.5933166146278381, -0.31510311365127563, 0.5519985556602478, 0.4034362733364105, 0.7594009041786194, 0.1139390841126442, -0.0571252815425396, 0.27768591046333313, -0.2515561282634735, 0.3454994559288025, 0.22488905489444733, 0.8344644904136658, -0.789106011390686, -0.034684110432863235, 0.5122658610343933, 1.0135678052902222, -0.9380152821540833, 0.03350954130291939, 1.0430983304977417, -0.3417586088180542, 0.6332718729972839, 0.14591795206069946, 0.0968344509601593, 0.30519017577171326, -0.42773473262786865, -0.6560491323471069, -0.5955283641815186, 0.6006986498832703, -0.451870322227478, -0.0586019903421402], "std": [0.23850147426128387, 0.6928067803382874, 0.3580031096935272, 0.328858882188797, 0.23822394013404846, 0.31059157848358154, 0.13363803923130035, 0.09862401336431503, 0.08051204681396484, 0.055641885846853256, 0.3455626666545868, 0.35537368059158325, 0.21652135252952576, 0.20119553804397583, 0.31170785427093506, 0.1277722418308258, 0.16641661524772644, 0.47636303305625916, 0.18794697523117065, 0.06441188603639603, 0.17314019799232483, 0.36699092388153076, 0.18292365968227386, 0.07802809774875641, 0.06372363120317459, 0.05518796667456627, 0.29096081852912903, 0.2698426842689514, 0.31577008962631226, 0.34883207082748413, 0.27172183990478516, 0.10405590385198593], "count": [374]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.4576235049019608]], [[0.4532927757352941]], [[0.40212175040849674]]], "std": [[[0.16981562397258967]], [[0.16539070786824886]], [[0.20326311612534467]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39289788807189546]], [[0.48169286560457514]], [[0.39134867034313725]]], "std": [[[0.20380605804267882]], [[0.1744651123456149]], [[0.19770616804142002]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.45635882965686275]], [[0.4606590032679739]], [[0.4238148631535948]]], "std": [[[0.17685391716486273]], [[0.16092917557434325]], [[0.18453279699293887]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.3], "mean": [18.650000000000002], "std": [10.796411440844592], "count": [374]}, "frame_index": {"min": [0], "max": [373], "mean": [186.5], "std": [107.96411440844592], "count": [374]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [374]}, "index": {"min": [14326], "max": [14699], "mean": [14512.5], "std": [107.96411440844592], "count": [374]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [374]}}} +{"episode_index": 30, "stats": {"observation.state": {"min": [-0.3874107301235199, 0.003193952376022935, -1.1539244651794434, -1.071544885635376, 0.2670528292655945, 0.15707963705062866, 0.4985714256763458, 0.036052998155355453, -0.1833910048007965, 0.15072600543498993, -0.8993547558784485, -0.0432855598628521, -0.03791826218366623, 0.43049705028533936, -1.0, -0.24681727588176727, -0.007365289144217968, 0.010070549324154854, -1.546710729598999, -0.011414453387260437, 0.49925142526626587, -0.9037314653396606, 0.034285712987184525, 0.0014479999663308263, -0.0006890000076964498, 0.19308499991893768, -0.713517963886261, -0.9999845027923584, -0.981609046459198, -0.06682896614074707, -0.9983946681022644, -0.261392742395401], "max": [0.06724753230810165, 1.6756207942962646, -0.2644697427749634, -0.08854055404663086, 0.8522617220878601, 1.2266173362731934, 0.895714282989502, 0.30420300364494324, -0.0009009999921545386, 0.4306910037994385, 0.08403388410806656, 0.8777449727058411, 0.49949949979782104, 0.9997618198394775, -0.144287109375, 0.17983047664165497, 0.8445647954940796, 2.010392427444458, -0.3696083724498749, 0.20327849686145782, 1.1958820819854736, 0.030351275578141212, 0.8328571319580078, 0.3137750029563904, 0.2849330008029938, 0.39546000957489014, 0.1216934472322464, 0.014020479284226894, 0.030800852924585342, 0.9999375939369202, -0.19089466333389282, 0.07519512623548508], "mean": [-0.08153383433818817, 0.6611301302909851, -0.5567386150360107, -0.3810465335845947, 0.5595141053199768, 0.5296204090118408, 0.7742347121238708, 0.1276089996099472, -0.039938315749168396, 0.27086901664733887, -0.35540154576301575, 0.31805700063705444, 0.22168762981891632, 0.8672434091567993, -0.8112359046936035, 0.031457893550395966, 0.48061278462409973, 1.1017849445343018, -1.0304274559020996, 0.1115088164806366, 0.9659609198570251, -0.42250025272369385, 0.7040045857429504, 0.1665654480457306, 0.12518464028835297, 0.3027152419090271, -0.36582306027412415, -0.6471421122550964, -0.56650310754776, 0.5760790705680847, -0.5379374027252197, -0.05330542102456093], "std": [0.18598908185958862, 0.5838655829429626, 0.3072347044944763, 0.3510696589946747, 0.16055910289287567, 0.34650832414627075, 0.11640314757823944, 0.09370529651641846, 0.05767097324132919, 0.049164872616529465, 0.26980462670326233, 0.32093295454978943, 0.16579781472682953, 0.17654253542423248, 0.2572115361690521, 0.1075783520936966, 0.22328679263591766, 0.592391848564148, 0.35674601793289185, 0.0777909979224205, 0.12943965196609497, 0.31681495904922485, 0.18787236511707306, 0.08885179460048676, 0.10287859290838242, 0.0543677993118763, 0.30650779604911804, 0.2828015685081482, 0.31897321343421936, 0.39289599657058716, 0.24531589448451996, 0.11024925857782364], "count": [441]}, "action": {"min": [-0.3874107301235199, 0.003193952376022935, -1.1539244651794434, -1.071544885635376, 0.2670528292655945, 0.15707963705062866, 0.4985714256763458, 0.036052998155355453, -0.1833910048007965, 0.15072600543498993, -0.8993547558784485, -0.0432855598628521, -0.03791826218366623, 0.43049705028533936, -1.0, -0.24681727588176727, -0.007365289144217968, 0.010070549324154854, -1.546710729598999, -0.011414453387260437, 0.49925142526626587, -0.9037314653396606, 0.034285712987184525, 0.0014479999663308263, -0.0006890000076964498, 0.19308499991893768, -0.713517963886261, -0.9999845027923584, -0.981609046459198, -0.06682896614074707, -0.9983946681022644, -0.261392742395401], "max": [0.06724753230810165, 1.6756207942962646, -0.2644697427749634, -0.08854055404663086, 0.8522617220878601, 1.2266173362731934, 0.895714282989502, 0.30420300364494324, -0.0009009999921545386, 0.4306910037994385, 0.08403388410806656, 0.8777449727058411, 0.49949949979782104, 0.9997590780258179, -0.144287109375, 0.17983047664165497, 0.8445647954940796, 2.010392427444458, -0.3696083724498749, 0.20327849686145782, 1.1958820819854736, 0.030351275578141212, 0.8328571319580078, 0.3137750029563904, 0.2849330008029938, 0.39546000957489014, 0.1216934472322464, 0.014020479284226894, 0.030800852924585342, 0.9999375939369202, -0.19089466333389282, 0.07519512623548508], "mean": [-0.08256480097770691, 0.6616166234016418, -0.5569440126419067, -0.38210731744766235, 0.5602704286575317, 0.5307692885398865, 0.7742574214935303, 0.12760819494724274, -0.04004671424627304, 0.2708679139614105, -0.35593482851982117, 0.31968703866004944, 0.22217772901058197, 0.8665952682495117, -0.8111300468444824, 0.03148449584841728, 0.4814877212047577, 1.1022511720657349, -1.0311750173568726, 0.11169229447841644, 0.9672466516494751, -0.42268556356430054, 0.7042766809463501, 0.16652680933475494, 0.12520745396614075, 0.30281558632850647, -0.3666856586933136, -0.6481409668922424, -0.5669877529144287, 0.5758629441261292, -0.5376663208007812, -0.05332053825259209], "std": [0.1864212602376938, 0.5834064483642578, 0.30706942081451416, 0.35109421610832214, 0.16020585596561432, 0.346110999584198, 0.11640995740890503, 0.09370608627796173, 0.057644374668598175, 0.04916486144065857, 0.2692672908306122, 0.32104232907295227, 0.1654943972826004, 0.17657947540283203, 0.25714370608329773, 0.1075747013092041, 0.2221277803182602, 0.5916131734848022, 0.3557049036026001, 0.07759611308574677, 0.12763680517673492, 0.31657493114471436, 0.18791523575782776, 0.08891663700342178, 0.10285168141126633, 0.054380446672439575, 0.3061707317829132, 0.2812376916408539, 0.31824249029159546, 0.39268848299980164, 0.24487313628196716, 0.11023954302072525], "count": [441]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.8156862745098039]]], "mean": [[[0.4170758067810457]], [[0.46572541258169936]], [[0.4459298754084967]]], "std": [[[0.18104314550540107]], [[0.15118955044166202]], [[0.17353102158620468]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3104344158496732]], [[0.462923641748366]], [[0.43997745506535946]]], "std": [[[0.17228626007819148]], [[0.14986439337605242]], [[0.1888930643806322]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2848883455882353]], [[0.4812029616013072]], [[0.5156953145424836]]], "std": [[[0.20563935692399216]], [[0.15358138802035565]], [[0.18819929508788766]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [44.0], "mean": [22.0], "std": [12.730540705982078], "count": [441]}, "frame_index": {"min": [0], "max": [440], "mean": [220.0], "std": [127.30540705982078], "count": [441]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [441]}, "index": {"min": [14700], "max": [15140], "mean": [14920.0], "std": [127.30540705982078], "count": [441]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [441]}}} +{"episode_index": 31, "stats": {"observation.state": {"min": [-0.42329469323158264, 0.004974188283085823, -0.9775589108467102, -1.0920873880386353, 0.2580469250679016, 0.21664771437644958, 0.4214285612106323, 0.03992699831724167, -0.18045499920845032, 0.14617300033569336, -0.8799610733985901, 0.08734116703271866, -0.07133717834949493, 0.4339072108268738, -0.9994877576828003, -0.21129192411899567, -0.018971728160977364, 0.006422811653465033, -1.4525851011276245, -0.062203533947467804, 0.5496565103530884, -0.963823139667511, 0.04285714402794838, -0.006087999790906906, -0.0027169999666512012, 0.20210400223731995, -0.7482854723930359, -0.997560977935791, -0.9859199523925781, -0.08301132172346115, -0.9972177743911743, -0.25364741683006287], "max": [-0.049323003739118576, 1.8083356618881226, -0.23209388554096222, -0.028553586453199387, 0.7075215578079224, 1.3599954843521118, 0.9842857122421265, 0.3274730145931244, -0.005996000021696091, 0.39893001317977905, 0.06834354251623154, 0.8800896406173706, 0.539165735244751, 0.9946490526199341, -0.21662704646587372, 0.1346702128648758, 0.8935561776161194, 1.9517143964767456, -0.39816194772720337, 0.18439403176307678, 1.203945517539978, 0.10812314599752426, 1.0085713863372803, 0.3057189881801605, 0.2960349917411804, 0.39456498622894287, 0.12787632644176483, -0.03049440309405327, 0.06917533278465271, 0.9991534352302551, -0.162619948387146, 0.10380116105079651], "mean": [-0.12698706984519958, 0.6874897480010986, -0.544736385345459, -0.4349914789199829, 0.4909084439277649, 0.539404571056366, 0.7604441046714783, 0.13795214891433716, -0.03915173187851906, 0.26593315601348877, -0.369575560092926, 0.3495631515979767, 0.1732138693332672, 0.8913788795471191, -0.840844988822937, 0.008676653727889061, 0.5120357871055603, 1.249327540397644, -1.1576732397079468, 0.07657275348901749, 1.0089154243469238, -0.4759441912174225, 0.736426591873169, 0.1904294788837433, 0.14548546075820923, 0.30276352167129517, -0.3119395673274994, -0.6839433312416077, -0.6216786503791809, 0.49228572845458984, -0.4766857624053955, -0.08891104906797409], "std": [0.14651794731616974, 0.576465368270874, 0.29087746143341064, 0.3504396975040436, 0.11325693130493164, 0.3473373055458069, 0.15283651649951935, 0.09888382256031036, 0.047758784145116806, 0.0443439744412899, 0.23720908164978027, 0.23406235873699188, 0.16060395538806915, 0.15119107067584991, 0.2105410099029541, 0.07436208426952362, 0.24316714704036713, 0.5982354283332825, 0.2924581468105316, 0.05785934254527092, 0.13544826209545135, 0.3776572048664093, 0.318903386592865, 0.09325959533452988, 0.1081663966178894, 0.06372681260108948, 0.33753475546836853, 0.2938050925731659, 0.34145626425743103, 0.43220949172973633, 0.24178248643875122, 0.09404892474412918], "count": [432]}, "action": {"min": [-0.42329469323158264, 0.004974188283085823, -0.9775589108467102, -1.0920873880386353, 0.2580469250679016, 0.21664771437644958, 0.4214285612106323, 0.03992699831724167, -0.18045499920845032, 0.14617300033569336, -0.8799610733985901, 0.08734116703271866, -0.07133717834949493, 0.4339072108268738, -0.9994877576828003, -0.21129192411899567, -0.018971728160977364, 0.006422811653465033, -1.4525851011276245, -0.062203533947467804, 0.5496565103530884, -0.963823139667511, 0.04285714402794838, -0.006087999790906906, -0.0027169999666512012, 0.20210400223731995, -0.7482854723930359, -0.997560977935791, -0.9859199523925781, -0.08301132172346115, -0.9972177743911743, -0.25364741683006287], "max": [-0.049323003739118576, 1.8083356618881226, -0.23209388554096222, -0.028553586453199387, 0.7075215578079224, 1.3599954843521118, 0.9842857122421265, 0.3274730145931244, -0.005996000021696091, 0.39893001317977905, 0.06834354251623154, 0.8800896406173706, 0.539165735244751, 0.9946490526199341, -0.21662704646587372, 0.1346702128648758, 0.8935561776161194, 1.9517143964767456, -0.39816194772720337, 0.18439403176307678, 1.203945517539978, 0.10812314599752426, 1.0085713863372803, 0.3057189881801605, 0.2960349917411804, 0.39456498622894287, 0.12787632644176483, -0.03049440309405327, 0.06917533278465271, 0.9991534352302551, -0.162619948387146, 0.10380116105079651], "mean": [-0.12785275280475616, 0.6882743835449219, -0.5449514985084534, -0.4369228184223175, 0.491115003824234, 0.5410482287406921, 0.7606491446495056, 0.13800732791423798, -0.03927215561270714, 0.26597121357917786, -0.36999478936195374, 0.35087916254997253, 0.1731128692626953, 0.8908238410949707, -0.840839147567749, 0.008352229371666908, 0.512974739074707, 1.2497035264968872, -1.1584552526474, 0.07627160102128983, 1.0096235275268555, -0.4755561351776123, 0.7369226813316345, 0.19038890302181244, 0.14547346532344818, 0.30292123556137085, -0.31227678060531616, -0.6846537590026855, -0.62172532081604, 0.492143839597702, -0.47663694620132446, -0.08878908306360245], "std": [0.14715994894504547, 0.575766384601593, 0.2906804382801056, 0.3512936532497406, 0.11292798817157745, 0.34769535064697266, 0.152958482503891, 0.0988357812166214, 0.04774092882871628, 0.04435119777917862, 0.23660804331302643, 0.2341945618391037, 0.1606699675321579, 0.1512628197669983, 0.21053683757781982, 0.07428991049528122, 0.24189458787441254, 0.5975047945976257, 0.29087355732917786, 0.05808386951684952, 0.1338457614183426, 0.37817060947418213, 0.3191589415073395, 0.09333699941635132, 0.10818225890398026, 0.06378448009490967, 0.3373677432537079, 0.2925930917263031, 0.3413694500923157, 0.43205317854881287, 0.24167953431606293, 0.09423389285802841], "count": [432]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.40894429942810456]], [[0.4573336825980392]], [[0.4399571466503268]]], "std": [[[0.18342737162905895]], [[0.15931010214443656]], [[0.18090553069279658]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28621572508169935]], [[0.4516967749183007]], [[0.4168036274509804]]], "std": [[[0.21714122443967548]], [[0.1700516022784833]], [[0.19666791321043403]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24925536151960784]], [[0.4752372508169934]], [[0.5304997487745098]]], "std": [[[0.207358440589274]], [[0.15279952074479958]], [[0.18977914178119176]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [43.1], "mean": [21.55], "std": [12.470732402977248], "count": [432]}, "frame_index": {"min": [0], "max": [431], "mean": [215.5], "std": [124.70732402977247], "count": [432]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [432]}, "index": {"min": [15141], "max": [15572], "mean": [15356.5], "std": [124.70732402977247], "count": [432]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [432]}}} +{"episode_index": 32, "stats": {"observation.state": {"min": [-0.5126555562019348, 0.0033335788175463676, -1.253355860710144, -0.6882531046867371, 0.3411071300506592, 0.1932603120803833, 0.4985714256763458, -0.006616999860852957, -0.21490000188350677, 0.1464339941740036, -0.8404873609542847, 0.06118931621313095, 0.07710789144039154, 0.5088375806808472, -0.9952086210250854, -0.22091329097747803, 0.08155923336744308, 0.008360126987099648, -1.524370551109314, -0.16976816952228546, 0.35349899530410767, -0.9287769198417664, 0.02142857201397419, -0.04491699859499931, -0.027775999158620834, 0.19290700554847717, -0.7067429423332214, -0.9995168447494507, -0.9864189624786377, -0.045474667102098465, -1.0, -0.19900164008140564], "max": [-0.004136430099606514, 1.7418385744094849, -0.31635838747024536, -0.09143779426813126, 0.858527421951294, 0.8359079957008362, 0.9571428298950195, 0.3033910095691681, -0.006043999921530485, 0.462893009185791, 0.07244206964969635, 0.8327664732933044, 0.6105213165283203, 0.9922865033149719, -0.06768444180488586, 0.16542257368564606, 0.8463624715805054, 2.014807939529419, -0.27747243642807007, 0.15854570269584656, 1.2146618366241455, 0.1103048101067543, 1.0085713863372803, 0.3165000081062317, 0.2918449938297272, 0.3817810118198395, 0.04768679291009903, -0.03049665316939354, 0.0236346572637558, 0.9992866516113281, -0.1589852273464203, 0.025292392820119858], "mean": [-0.1586305797100067, 0.5413179397583008, -0.5752514004707336, -0.28707170486450195, 0.562073290348053, 0.39385735988616943, 0.8420628905296326, 0.10499660670757294, -0.04572145268321037, 0.28285956382751465, -0.2666199505329132, 0.333674818277359, 0.23040363192558289, 0.8829804062843323, -0.8301912546157837, 0.025259628891944885, 0.520298182964325, 1.1593763828277588, -1.130502462387085, 0.038457661867141724, 1.0087076425552368, -0.42910370230674744, 0.7657293677330017, 0.17303326725959778, 0.13133983314037323, 0.3072448670864105, -0.292605996131897, -0.6634387969970703, -0.6119359731674194, 0.5295459628105164, -0.5265071988105774, -0.09657326340675354], "std": [0.20676536858081818, 0.6261520981788635, 0.3514811396598816, 0.16548459231853485, 0.1880701631307602, 0.17855921387672424, 0.13337790966033936, 0.0967661663889885, 0.06321101635694504, 0.0565585121512413, 0.28084275126457214, 0.27923884987831116, 0.18816618621349335, 0.145513653755188, 0.26894378662109375, 0.09601536393165588, 0.21318890154361725, 0.6570127606391907, 0.33281004428863525, 0.09840883314609528, 0.18872405588626862, 0.38603681325912476, 0.3152720034122467, 0.10601237416267395, 0.11290185153484344, 0.06960023939609528, 0.27888280153274536, 0.3146909475326538, 0.33894920349121094, 0.409502238035202, 0.2646588385105133, 0.05815038084983826], "count": [396]}, "action": {"min": [-0.5126555562019348, 0.0033335788175463676, -1.253355860710144, -0.6882531046867371, 0.3411071300506592, 0.1932603120803833, 0.4985714256763458, -0.006616999860852957, -0.21490000188350677, 0.1464339941740036, -0.8404873609542847, 0.06118931621313095, 0.07710789144039154, 0.5088375806808472, -0.9952086210250854, -0.22091329097747803, 0.08155923336744308, 0.008360126987099648, -1.524370551109314, -0.16976816952228546, 0.35349899530410767, -0.9287769198417664, 0.02142857201397419, -0.04491699859499931, -0.027775999158620834, 0.19290700554847717, -0.7067429423332214, -0.9995168447494507, -0.9864189624786377, -0.045474667102098465, -1.0, -0.19900164008140564], "max": [-0.004136430099606514, 1.7418385744094849, -0.31635838747024536, -0.09143779426813126, 0.858527421951294, 0.8359079957008362, 0.9571428298950195, 0.3033910095691681, -0.006043999921530485, 0.462893009185791, 0.07244206964969635, 0.8327664732933044, 0.6105213165283203, 0.9922865033149719, -0.06768444180488586, 0.16542257368564606, 0.8463624715805054, 2.014807939529419, -0.27747243642807007, 0.15854570269584656, 1.2146618366241455, 0.1103048101067543, 1.0085713863372803, 0.3165000081062317, 0.2918449938297272, 0.3817810118198395, 0.04768679291009903, -0.03049665316939354, 0.0236346572637558, 0.9992866516113281, -0.1589852273464203, 0.025292392820119858], "mean": [-0.15991471707820892, 0.5413167476654053, -0.5757172703742981, -0.28716185688972473, 0.5633482933044434, 0.39358970522880554, 0.8419834971427917, 0.10490206629037857, -0.04574201628565788, 0.28288719058036804, -0.26727384328842163, 0.3351215720176697, 0.23051214218139648, 0.8824232220649719, -0.8301299214363098, 0.024946320801973343, 0.521156907081604, 1.1596009731292725, -1.1320997476577759, 0.03860870376229286, 1.0108342170715332, -0.42922618985176086, 0.765631914138794, 0.17282795906066895, 0.13127401471138, 0.3074975311756134, -0.29331478476524353, -0.6642004251480103, -0.6121184229850769, 0.52940434217453, -0.5263856649398804, -0.09649665653705597], "std": [0.2073797732591629, 0.6261524558067322, 0.35125964879989624, 0.16544444859027863, 0.18836398422718048, 0.17878007888793945, 0.1333586871623993, 0.09685682505369186, 0.063199482858181, 0.05656234547495842, 0.28038227558135986, 0.27932649850845337, 0.1881117969751358, 0.14552201330661774, 0.2689097225666046, 0.09591278433799744, 0.21210329234600067, 0.6566344499588013, 0.33022111654281616, 0.09817812591791153, 0.18627038598060608, 0.38587334752082825, 0.3152042031288147, 0.10635489225387573, 0.1129869744181633, 0.0696493610739708, 0.27852490544319153, 0.3135208785533905, 0.3386513888835907, 0.40934938192367554, 0.2644523084163666, 0.058268044143915176], "count": [396]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.8117647058823529]]], "mean": [[[0.4197258598856209]], [[0.4674770118464052]], [[0.4461584701797386]]], "std": [[[0.1793395013252071]], [[0.15139340188112993]], [[0.1726338976450469]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29505538398692815]], [[0.47824676062091503]], [[0.4185857066993464]]], "std": [[[0.19426610964734603]], [[0.1542222700465481]], [[0.18493739332082926]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.23870292892156864]], [[0.4814609272875817]], [[0.528281441993464]]], "std": [[[0.20836341918384788]], [[0.15473986802927342]], [[0.1953156937882234]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [39.5], "mean": [19.75], "std": [11.431498881015852], "count": [396]}, "frame_index": {"min": [0], "max": [395], "mean": [197.5], "std": [114.31498881015851], "count": [396]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [396]}, "index": {"min": [15573], "max": [15968], "mean": [15770.5], "std": [114.31498881015851], "count": [396]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [396]}}} +{"episode_index": 33, "stats": {"observation.state": {"min": [-0.47425830364227295, 0.003455751808360219, -1.0544581413269043, -0.8651422262191772, 0.2727425992488861, 0.2085493952035904, 0.43857142329216003, 0.030659999698400497, -0.18316100537776947, 0.14506399631500244, -0.761529266834259, 0.058361947536468506, -0.0759439468383789, 0.5141974091529846, -0.9998519420623779, -0.0873030498623848, 0.009704030118882656, 0.00815068744122982, -1.5640244483947754, -0.05845107510685921, 0.3608991801738739, -0.903905987739563, 0.055714286863803864, -0.0032309999223798513, -0.003865000093355775, 0.1984339952468872, -0.6354859471321106, -0.9975970983505249, -0.9912752509117126, -0.02893788181245327, -0.9997082948684692, -0.1964883953332901], "max": [-0.024644048884510994, 1.5672184228897095, -0.28736844658851624, -0.17727309465408325, 0.7631626725196838, 1.06124746799469, 1.0014286041259766, 0.27588701248168945, -0.006250999867916107, 0.4240629971027374, 0.057552456855773926, 0.853992760181427, 0.6540355682373047, 0.997616171836853, -0.13367484509944916, 0.1603306084871292, 0.8962265849113464, 2.0204803943634033, -0.2589195966720581, 0.18167132139205933, 1.188970685005188, 0.11142181605100632, 0.9700000286102295, 0.3159460127353668, 0.2873840034008026, 0.38812801241874695, 0.042546167969703674, 0.011716295033693314, 0.03856347128748894, 0.9998955726623535, -0.1276358813047409, 0.08628668636083603], "mean": [-0.15687678754329681, 0.6047408580780029, -0.5176169872283936, -0.37448570132255554, 0.5548052787780762, 0.5588178634643555, 0.8229157328605652, 0.11149188876152039, -0.04530300945043564, 0.27084124088287354, -0.3354075849056244, 0.4061908423900604, 0.28278809785842896, 0.861219048500061, -0.804969072341919, 0.06525295227766037, 0.5853937864303589, 1.2254682779312134, -1.1515331268310547, 0.058522410690784454, 1.0205367803573608, -0.4676002860069275, 0.7342643141746521, 0.18057316541671753, 0.149862140417099, 0.3068016767501831, -0.269941121339798, -0.7509503364562988, -0.6841930747032166, 0.45549848675727844, -0.4814545810222626, -0.09660632908344269], "std": [0.16933345794677734, 0.5175111293792725, 0.24417275190353394, 0.24344806373119354, 0.12903451919555664, 0.23914337158203125, 0.1517435610294342, 0.07708261907100677, 0.050346143543720245, 0.051050473004579544, 0.22415736317634583, 0.25007253885269165, 0.2153412103652954, 0.14090709388256073, 0.2508738338947296, 0.08160392940044403, 0.2044835090637207, 0.597517728805542, 0.3322370648384094, 0.051593489944934845, 0.16847264766693115, 0.3408122956752777, 0.2636919915676117, 0.09269053488969803, 0.10198307782411575, 0.06582525372505188, 0.2465738207101822, 0.2791217267513275, 0.32033759355545044, 0.3682795763015747, 0.25258150696754456, 0.07565045356750488], "count": [415]}, "action": {"min": [-0.47425830364227295, 0.003455751808360219, -1.0544581413269043, -0.8651422262191772, 0.2727425992488861, 0.2085493952035904, 0.43857142329216003, 0.030659999698400497, -0.18316100537776947, 0.14506399631500244, -0.761529266834259, 0.058361947536468506, -0.0759439468383789, 0.5141974091529846, -0.9998519420623779, -0.0873030498623848, 0.009704030118882656, 0.00815068744122982, -1.5640244483947754, -0.05845107510685921, 0.3608991801738739, -0.903905987739563, 0.055714286863803864, -0.0032309999223798513, -0.003865000093355775, 0.1984339952468872, -0.6354859471321106, -0.9975970983505249, -0.9912752509117126, -0.02893788181245327, -0.9997082948684692, -0.1964883953332901], "max": [-0.024644048884510994, 1.5672184228897095, -0.28736844658851624, -0.17727309465408325, 0.7631626725196838, 1.06124746799469, 1.0014286041259766, 0.27588701248168945, -0.006250999867916107, 0.4240629971027374, 0.057552456855773926, 0.853992760181427, 0.6540355682373047, 0.997616171836853, -0.13367484509944916, 0.1603306084871292, 0.8962265849113464, 2.0204803943634033, -0.2589195966720581, 0.18167132139205933, 1.188970685005188, 0.11142181605100632, 0.9700000286102295, 0.3159460127353668, 0.2873840034008026, 0.38812801241874695, 0.042546167969703674, 0.011716295033693314, 0.03856347128748894, 0.9998955726623535, -0.1276358813047409, 0.08628668636083603], "mean": [-0.15774208307266235, 0.6052749156951904, -0.5178050398826599, -0.37594497203826904, 0.5548588633537292, 0.560116708278656, 0.8230327367782593, 0.1115233302116394, -0.04539487510919571, 0.27089354395866394, -0.3355616629123688, 0.40743809938430786, 0.28272950649261475, 0.8607429265975952, -0.8049699068069458, 0.06512200832366943, 0.5865715742111206, 1.2260209321975708, -1.152811050415039, 0.058595210313797, 1.022375464439392, -0.4674869477748871, 0.7339062690734863, 0.18049000203609467, 0.14986425638198853, 0.30700913071632385, -0.2709737718105316, -0.7519774436950684, -0.6845472455024719, 0.4552743434906006, -0.48116007447242737, -0.0964469239115715], "std": [0.16957294940948486, 0.517004668712616, 0.24402529001235962, 0.24408802390098572, 0.12895625829696655, 0.2387380599975586, 0.15177996456623077, 0.07705368846654892, 0.05031001940369606, 0.051066718995571136, 0.22393155097961426, 0.24976111948490143, 0.21540886163711548, 0.14078758656978607, 0.2508745491504669, 0.08167457580566406, 0.20256279408931732, 0.5964967012405396, 0.32981231808662415, 0.051449522376060486, 0.16550277173519135, 0.3409971296787262, 0.2634718120098114, 0.0928337350487709, 0.10197990387678146, 0.06582856178283691, 0.24647027254104614, 0.2770901918411255, 0.3196510672569275, 0.36797645688056946, 0.2520480751991272, 0.07594240456819534], "count": [415]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.41438883169934637]], [[0.46138783088235297]], [[0.44156246323529413]]], "std": [[[0.18777218533029463]], [[0.15670533779813714]], [[0.1766337838553687]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3095822242647059]], [[0.4715453165849673]], [[0.4356792177287582]]], "std": [[[0.21751974237174507]], [[0.16182449052846667]], [[0.19072978609920854]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.2611981719771242]], [[0.48022183823529413]], [[0.532000655637255]]], "std": [[[0.20872774895018503]], [[0.15438232047194567]], [[0.18878990143570112]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [41.4], "mean": [20.7], "std": [11.97998330549755], "count": [415]}, "frame_index": {"min": [0], "max": [414], "mean": [207.0], "std": [119.7998330549755], "count": [415]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [415]}, "index": {"min": [15969], "max": [16383], "mean": [16176.0], "std": [119.7998330549755], "count": [415]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [415]}}} +{"episode_index": 34, "stats": {"observation.state": {"min": [-0.6307969093322754, 0.005375613924115896, -1.2461127042770386, -1.0966776609420776, 0.23682372272014618, 0.12449433654546738, 0.5157142877578735, 0.024082999676465988, -0.2704150080680847, 0.14601600170135498, -0.6430805325508118, -0.03359594941139221, -0.05681072920560837, 0.10866691917181015, -1.0, -0.15065723657608032, -0.04864232614636421, 0.006649704184383154, -1.0739185810089111, -0.33288663625717163, 0.37147587537765503, -0.9934588670730591, 0.04857143014669418, -0.021524999290704727, -0.03597300127148628, 0.20585200190544128, -0.6402907371520996, -0.998305082321167, -0.9922276735305786, 0.04731443524360657, -0.9998590350151062, -0.3295194208621979], "max": [0.07370525598526001, 1.8086671829223633, -0.2027548998594284, -0.12637929618358612, 0.9861109852790833, 1.4627255201339722, 0.9071428775787354, 0.27483201026916504, -0.0007680000271648169, 0.42870399355888367, 0.17539143562316895, 0.9901860952377319, 0.811316192150116, 0.9996520280838013, -0.20842382311820984, 0.20063215494155884, 0.7242767214775085, 1.6590750217437744, -0.32702234387397766, 0.14121459424495697, 1.2227427959442139, 0.08887216448783875, 0.9071428775787354, 0.26208001375198364, 0.18085099756717682, 0.3806140124797821, 0.03639550507068634, 0.0489218570291996, 0.022517304867506027, 0.999970018863678, -0.11505851149559021, 0.02178422547876835], "mean": [-0.158626988530159, 0.8030886054039001, -0.6096242070198059, -0.5928776264190674, 0.6881494522094727, 0.7817839980125427, 0.7673320770263672, 0.13340416550636292, -0.07285772264003754, 0.2668777108192444, -0.3891391456127167, 0.5247625708580017, 0.2996130883693695, 0.742246687412262, -0.7597300410270691, -0.03669119253754616, 0.5433390736579895, 0.9191393852233887, -0.8168649077415466, 0.011903466656804085, 0.9080515503883362, -0.5052852034568787, 0.6783596873283386, 0.1333819478750229, 0.09113673120737076, 0.28737276792526245, -0.2151431292295456, -0.742214560508728, -0.6867839694023132, 0.4815784990787506, -0.5066171288490295, -0.15356743335723877], "std": [0.27487754821777344, 0.5360928177833557, 0.31629955768585205, 0.24387109279632568, 0.17967849969863892, 0.3374476134777069, 0.11003883183002472, 0.07492682337760925, 0.07966875284910202, 0.05085708573460579, 0.2652006447315216, 0.30103740096092224, 0.2620120346546173, 0.2735725939273834, 0.206476092338562, 0.08295974880456924, 0.16342724859714508, 0.5413721799850464, 0.19620400667190552, 0.11392658203840256, 0.16107384860515594, 0.3555750548839569, 0.2879650592803955, 0.08193719387054443, 0.06665342301130295, 0.04925454035401344, 0.1746167242527008, 0.28180041909217834, 0.32158249616622925, 0.3293536901473999, 0.30244457721710205, 0.07570116966962814], "count": [492]}, "action": {"min": [-0.6307969093322754, 0.005375613924115896, -1.2461127042770386, -1.0966776609420776, 0.23682372272014618, 0.12449433654546738, 0.5157142877578735, 0.024082999676465988, -0.2704150080680847, 0.14601600170135498, -0.6430805325508118, -0.03359594941139221, -0.05681072920560837, 0.10866691917181015, -1.0, -0.15065723657608032, -0.04864232614636421, 0.006649704184383154, -1.0739185810089111, -0.33288663625717163, 0.37147587537765503, -0.9934588670730591, 0.04857143014669418, -0.021524999290704727, -0.03597300127148628, 0.20585200190544128, -0.6402907371520996, -0.998305082321167, -0.9922276735305786, 0.04731443524360657, -0.999854326248169, -0.3295194208621979], "max": [0.07370525598526001, 1.8086671829223633, -0.2027548998594284, -0.12637929618358612, 0.9861109852790833, 1.4627255201339722, 0.9071428775787354, 0.27483201026916504, -0.0007680000271648169, 0.42870399355888367, 0.17539143562316895, 0.9901860952377319, 0.811316192150116, 0.9996520280838013, -0.20842382311820984, 0.20063215494155884, 0.7242767214775085, 1.6590750217437744, -0.32702234387397766, 0.14121459424495697, 1.2227427959442139, 0.08887216448783875, 0.9071428775787354, 0.26208001375198364, 0.18085099756717682, 0.3806140124797821, 0.03639550507068634, 0.0489218570291996, 0.022517304867506027, 0.999970018863678, -0.11505851149559021, 0.02178422547876835], "mean": [-0.15974704921245575, 0.8032206296920776, -0.6095288991928101, -0.5941558480262756, 0.6878927946090698, 0.7832579612731934, 0.7671840786933899, 0.13340304791927338, -0.07292897999286652, 0.2668749690055847, -0.38886696100234985, 0.5260166525840759, 0.29973888397216797, 0.7418416738510132, -0.7597152590751648, -0.036466579884290695, 0.544578492641449, 0.9191493391990662, -0.8172968029975891, 0.011682143434882164, 0.9088143706321716, -0.5050884485244751, 0.6782870292663574, 0.13332755863666534, 0.09112776070833206, 0.28743287920951843, -0.21543926000595093, -0.7432610392570496, -0.6869092583656311, 0.4813467264175415, -0.5065946578979492, -0.1535532921552658], "std": [0.2750510573387146, 0.535904049873352, 0.3164151608943939, 0.24306994676589966, 0.18023210763931274, 0.33615490794181824, 0.11003224551677704, 0.0749281570315361, 0.07962029427289963, 0.05085732042789459, 0.2656385898590088, 0.3000125288963318, 0.261884868144989, 0.2733387053012848, 0.20645920932292938, 0.08322147279977798, 0.16123002767562866, 0.5413563847541809, 0.19535687565803528, 0.11405512690544128, 0.15951310098171234, 0.3558771312236786, 0.2879108488559723, 0.0820145532488823, 0.06666617840528488, 0.04926889017224312, 0.1743505746126175, 0.27981036901474, 0.32133015990257263, 0.3290298581123352, 0.3024085760116577, 0.07572904229164124], "count": [492]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.44691225765145803]], [[0.4512912228192559]], [[0.42268028649761186]]], "std": [[[0.17335435473299743]], [[0.16624402930651153]], [[0.18151917068081036]]], "count": [104]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41550302248303167]], [[0.4549855651395174]], [[0.4066992796317245]]], "std": [[[0.20087708864294265]], [[0.1795854745595915]], [[0.2041981732476162]]], "count": [104]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43617437507855705]], [[0.4684149619783811]], [[0.4302306651426596]]], "std": [[[0.18851092851356774]], [[0.16277110287934515]], [[0.18203541304038948]]], "count": [104]}, "timestamp": {"min": [0.0], "max": [49.1], "mean": [24.55], "std": [14.202787285130572], "count": [492]}, "frame_index": {"min": [0], "max": [491], "mean": [245.5], "std": [142.02787285130574], "count": [492]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [492]}, "index": {"min": [16384], "max": [16875], "mean": [16629.5], "std": [142.02787285130574], "count": [492]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [492]}}} +{"episode_index": 35, "stats": {"observation.state": {"min": [-0.4626518785953522, 0.0014486232539638877, -1.1626510620117188, -0.8517904877662659, 0.3119950592517853, 0.13402383029460907, 0.4285714328289032, 0.030500000342726707, -0.19279499351978302, 0.1501230001449585, -0.7161172032356262, 0.06964478641748428, -0.0036652488633990288, 0.45136013627052307, -0.9994262456893921, -0.07768722623586655, -0.04115486145019531, 0.006667157635092735, -1.5326783657073975, -0.12451178580522537, 0.5366887450218201, -0.9567720293998718, 0.027142856270074844, -0.0029849999118596315, -0.0064199999906122684, 0.18924300372600555, -0.6652123332023621, -0.9988579154014587, -0.9856463074684143, -0.072520412504673, -0.9898483157157898, -0.26908281445503235], "max": [-0.06414084881544113, 1.659738302230835, -0.3143163323402405, 0.0472460612654686, 1.043968677520752, 1.1280760765075684, 0.9257143139839172, 0.3001300096511841, -0.0032309999223798513, 0.4324190020561218, 0.09485204517841339, 0.890351414680481, 0.7154577374458313, 0.9946518540382385, -0.024589210748672485, 0.1869850903749466, 0.8729613423347473, 2.0104098320007324, -0.31089550256729126, 0.1736602634191513, 1.1447614431381226, 0.11285299062728882, 0.8100000023841858, 0.31544700264930725, 0.2802950143814087, 0.38474199175834656, 0.10626418143510818, 0.099443219602108, 0.08209235966205597, 0.9994542002677917, -0.16685478389263153, 0.07268471270799637], "mean": [-0.21931950747966766, 0.6019108891487122, -0.5496829748153687, -0.2740517556667328, 0.5450313091278076, 0.41174930334091187, 0.8207949995994568, 0.1103609949350357, -0.04975424334406853, 0.27776697278022766, -0.2608414888381958, 0.4105616807937622, 0.24861878156661987, 0.8352906107902527, -0.7874639630317688, 0.02521226927638054, 0.5498188138008118, 1.2049212455749512, -1.1005045175552368, 0.09008018672466278, 0.9939874410629272, -0.4960416555404663, 0.6716886162757874, 0.18070898950099945, 0.1441393792629242, 0.29719290137290955, -0.29221266508102417, -0.7335874438285828, -0.6693474650382996, 0.472732812166214, -0.49220550060272217, -0.08670338243246078], "std": [0.17148609459400177, 0.5761820673942566, 0.2896278500556946, 0.310542494058609, 0.20283780992031097, 0.3389482796192169, 0.1552383303642273, 0.08584745228290558, 0.058123454451560974, 0.05213980749249458, 0.24783974885940552, 0.3125346899032593, 0.29083767533302307, 0.1793041080236435, 0.3225521445274353, 0.05713668838143349, 0.20741894841194153, 0.6064839363098145, 0.3309091627597809, 0.07440678775310516, 0.13231945037841797, 0.3450920581817627, 0.2301071733236313, 0.0922098383307457, 0.10214143246412277, 0.05978408455848694, 0.2749168574810028, 0.27768465876579285, 0.30048611760139465, 0.38525837659835815, 0.24176062643527985, 0.07295826077461243], "count": [410]}, "action": {"min": [-0.4626518785953522, 0.0014486232539638877, -1.1626510620117188, -0.8517904877662659, 0.3119950592517853, 0.13402383029460907, 0.4285714328289032, 0.030500000342726707, -0.19279499351978302, 0.1501230001449585, -0.7161172032356262, 0.06964478641748428, -0.0036652488633990288, 0.45136013627052307, -0.9994262456893921, -0.07768722623586655, -0.04115486145019531, 0.006667157635092735, -1.5326783657073975, -0.12451178580522537, 0.5366887450218201, -0.9567720293998718, 0.027142856270074844, -0.0029849999118596315, -0.0064199999906122684, 0.18924300372600555, -0.6652123332023621, -0.9988579154014587, -0.9856463074684143, -0.072520412504673, -0.9898483157157898, -0.26908281445503235], "max": [-0.06414084881544113, 1.659738302230835, -0.3143163323402405, 0.0472460612654686, 1.043968677520752, 1.1280760765075684, 0.9257143139839172, 0.3001300096511841, -0.0032309999223798513, 0.4324190020561218, 0.09485204517841339, 0.890351414680481, 0.7154577374458313, 0.9946518540382385, -0.024589210748672485, 0.1869850903749466, 0.8729613423347473, 2.0104098320007324, -0.31089550256729126, 0.1736602634191513, 1.1447614431381226, 0.11285299062728882, 0.8100000023841858, 0.31544700264930725, 0.2802950143814087, 0.38474199175834656, 0.10626418143510818, 0.099443219602108, 0.08209235966205597, 0.9994542002677917, -0.16685478389263153, 0.07268471270799637], "mean": [-0.22029146552085876, 0.6025665998458862, -0.5500791668891907, -0.2759537398815155, 0.5455376505851746, 0.41322776675224304, 0.8208961486816406, 0.11036472767591476, -0.049885015934705734, 0.277855783700943, -0.2611905038356781, 0.4122421145439148, 0.24854260683059692, 0.8344311714172363, -0.787456750869751, 0.02487579919397831, 0.5509917736053467, 1.2051247358322144, -1.1012850999832153, 0.09035024791955948, 0.9949917197227478, -0.49631690979003906, 0.6715666055679321, 0.18063034117221832, 0.14415353536605835, 0.2973313331604004, -0.29256579279899597, -0.7348684072494507, -0.6697314977645874, 0.4725129306316376, -0.4921061396598816, -0.08672629296779633], "std": [0.17173294723033905, 0.5756509900093079, 0.28941673040390015, 0.3115229606628418, 0.20266620814800262, 0.3390558063983917, 0.155293270945549, 0.08584406971931458, 0.05807950720191002, 0.05217868834733963, 0.24752357602119446, 0.31259262561798096, 0.29088345170021057, 0.17939190566539764, 0.32254767417907715, 0.05714850127696991, 0.20542487502098083, 0.6060956716537476, 0.32942065596580505, 0.07387658953666687, 0.13039331138134003, 0.3446512818336487, 0.23004642128944397, 0.09235122054815292, 0.10212092846632004, 0.05977865681052208, 0.27481430768966675, 0.275037944316864, 0.29970020055770874, 0.3849859833717346, 0.24156437814235687, 0.07292941957712173], "count": [410]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9372549019607843]]], "mean": [[[0.41679687295751633]], [[0.4643953594771242]], [[0.44336853758169936]]], "std": [[[0.18458899092619802]], [[0.15461817171370584]], [[0.17496031583677216]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32634281045751634]], [[0.48705137050653596]], [[0.43098900122549016]]], "std": [[[0.19994678621310905]], [[0.15744027262325075]], [[0.18703762281945205]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2567697732843137]], [[0.4763421098856209]], [[0.527413876633987]]], "std": [[[0.19200943146321217]], [[0.15166585630345156]], [[0.190590915596385]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [40.9], "mean": [20.45], "std": [11.835645314050264], "count": [410]}, "frame_index": {"min": [0], "max": [409], "mean": [204.5], "std": [118.35645314050265], "count": [410]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [410]}, "index": {"min": [16876], "max": [17285], "mean": [17080.5], "std": [118.35645314050265], "count": [410]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [410]}}} +{"episode_index": 36, "stats": {"observation.state": {"min": [-0.4861789047718048, 0.0035604715812951326, -1.186928629875183, -0.8514763116836548, 0.09295623749494553, 0.21505947411060333, 0.415714293718338, 0.035422999411821365, -0.2077849954366684, 0.14013899862766266, -0.8712164163589478, 0.02819129265844822, -0.13664546608924866, 0.43450599908828735, -1.0, -0.26176348328590393, 0.042359139770269394, 0.006143558770418167, -1.5063064098358154, -0.08241444826126099, 0.5443507432937622, -0.9043598175048828, 0.055714286863803864, 0.0012919999426230788, -0.00611699977889657, 0.19701899588108063, -0.6698346734046936, -0.9990793466567993, -0.9808769226074219, -0.022944271564483643, -0.9950260519981384, -0.21271391212940216], "max": [-0.0018325956771150231, 1.7046456336975098, -0.20655971765518188, -0.04159119352698326, 0.9666506052017212, 1.0167065858840942, 1.0028570890426636, 0.2975600063800812, -0.003017999930307269, 0.39740198850631714, 0.09480524063110352, 0.8680048584938049, 0.5888158679008484, 0.9984310269355774, -0.06970424205064774, 0.13497868180274963, 0.8344768285751343, 1.9764806032180786, -0.3701843321323395, 0.17475982010364532, 1.0979865789413452, 0.06649704277515411, 0.7942857146263123, 0.311396986246109, 0.27859699726104736, 0.3724350035190582, 0.048960234969854355, -0.06433645635843277, -0.01802191324532032, 0.9955001473426819, -0.19438843429088593, 0.005149254109710455], "mean": [-0.1705605834722519, 0.6788274049758911, -0.5340574383735657, -0.3861424922943115, 0.5075387358665466, 0.4460469186306, 0.8176379203796387, 0.1261248141527176, -0.049239061772823334, 0.26816707849502563, -0.36865925788879395, 0.3437494933605194, 0.17212112247943878, 0.8848395347595215, -0.782508909702301, -0.038203466683626175, 0.514750599861145, 1.1518151760101318, -1.0507678985595703, 0.09695953130722046, 0.9199156761169434, -0.4516465961933136, 0.6689487099647522, 0.17899394035339355, 0.13677357137203217, 0.29961565136909485, -0.3083288371562958, -0.6913080811500549, -0.6158952713012695, 0.5404923558235168, -0.5408319234848022, -0.08314348012208939], "std": [0.19888435304164886, 0.5477522015571594, 0.2996874749660492, 0.2722914516925812, 0.23867757618427277, 0.2600180208683014, 0.16465279459953308, 0.08031619340181351, 0.05897277593612671, 0.047639451920986176, 0.2821923792362213, 0.2615879774093628, 0.229333758354187, 0.15552547574043274, 0.29986220598220825, 0.06942076236009598, 0.21946755051612854, 0.6085008978843689, 0.3290002942085266, 0.06744295358657837, 0.12921711802482605, 0.3174540400505066, 0.22159455716609955, 0.09081286936998367, 0.0972159206867218, 0.053060755133628845, 0.2583017349243164, 0.28877487778663635, 0.3190104365348816, 0.3682689666748047, 0.25420448184013367, 0.06353192031383514], "count": [392]}, "action": {"min": [-0.4861789047718048, 0.0035604715812951326, -1.186928629875183, -0.8514763116836548, 0.09295623749494553, 0.21505947411060333, 0.415714293718338, 0.035422999411821365, -0.2077849954366684, 0.14013899862766266, -0.8712164163589478, 0.02819129265844822, -0.13664546608924866, 0.43450599908828735, -1.0, -0.26176348328590393, 0.042359139770269394, 0.006143558770418167, -1.5063064098358154, -0.08241444826126099, 0.5443507432937622, -0.9043598175048828, 0.055714286863803864, 0.0012919999426230788, -0.00611699977889657, 0.19701899588108063, -0.6698346734046936, -0.9990793466567993, -0.9808769226074219, -0.022944271564483643, -0.9950260519981384, -0.21271391212940216], "max": [-0.0018325956771150231, 1.7046456336975098, -0.20655971765518188, -0.04159119352698326, 0.9666506052017212, 1.0167065858840942, 1.0028570890426636, 0.2975600063800812, -0.003017999930307269, 0.39740198850631714, 0.09480524063110352, 0.8680048584938049, 0.5888158679008484, 0.9984310269355774, -0.06970424205064774, 0.13497868180274963, 0.8344768285751343, 1.9764806032180786, -0.3701843321323395, 0.17475982010364532, 1.0979865789413452, 0.06649704277515411, 0.7942857146263123, 0.311396986246109, 0.27859699726104736, 0.3724350035190582, 0.048960234969854355, -0.06433645635843277, -0.01802191324532032, 0.9955001473426819, -0.19438843429088593, 0.005149254109710455], "mean": [-0.17179615795612335, 0.6795735955238342, -0.5342716574668884, -0.38782554864883423, 0.5072330832481384, 0.4472316801548004, 0.8174812197685242, 0.1261826902627945, -0.04934917017817497, 0.2682320773601532, -0.36885884404182434, 0.3450934886932373, 0.17169849574565887, 0.8844096660614014, -0.7825238108634949, -0.038707975298166275, 0.5157784223556519, 1.15215003490448, -1.051609754562378, 0.09663091599941254, 0.920937180519104, -0.4512735605239868, 0.6689450740814209, 0.17893540859222412, 0.13674964010715485, 0.2997658848762512, -0.30875927209854126, -0.692076563835144, -0.6160586476325989, 0.5403174757957458, -0.5407353043556213, -0.08305013179779053], "std": [0.19933660328388214, 0.5470304489135742, 0.29948318004608154, 0.2727704346179962, 0.23903705179691315, 0.26022911071777344, 0.16458046436309814, 0.080264151096344, 0.05892760306596756, 0.04764018580317497, 0.28195104002952576, 0.261369913816452, 0.22956164181232452, 0.15546546876430511, 0.2998727262020111, 0.0689031183719635, 0.21819521486759186, 0.6079056859016418, 0.327677458524704, 0.06800001114606857, 0.12787654995918274, 0.3179434537887573, 0.22159388661384583, 0.09091989696025848, 0.09724993258714676, 0.05309800058603287, 0.2580859065055847, 0.28752848505973816, 0.31874826550483704, 0.3680693209171295, 0.25403982400894165, 0.06358485668897629], "count": [392]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.41000363970588233]], [[0.4596093096405229]], [[0.43945236723856207]]], "std": [[[0.186237359086556]], [[0.15634757843867253]], [[0.17638647290149922]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.311064381127451]], [[0.4745255739379085]], [[0.43276037173202614]]], "std": [[[0.19880920435157992]], [[0.1623367382911009]], [[0.189244392152557]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.26138825980392155]], [[0.4774980718954248]], [[0.5164119199346405]]], "std": [[[0.2195126529002096]], [[0.15118270417113247]], [[0.19111717016180524]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [39.1], "mean": [19.55], "std": [11.316028455248777], "count": [392]}, "frame_index": {"min": [0], "max": [391], "mean": [195.5], "std": [113.16028455248777], "count": [392]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [392]}, "index": {"min": [17286], "max": [17677], "mean": [17481.5], "std": [113.16028455248777], "count": [392]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [392]}}} +{"episode_index": 37, "stats": {"observation.state": {"min": [-0.7435451745986938, 0.002286381321027875, -1.3343216180801392, -1.457035779953003, -0.1840973198413849, 0.21968458592891693, 0.2314285784959793, 0.029765000566840172, -0.32878199219703674, 0.14657600224018097, -0.849269449710846, 0.0034867192152887583, -0.08161195367574692, 0.11744561791419983, -0.9995864033699036, -0.3751709461212158, -0.01261872984468937, 0.006056292448192835, -0.8677602410316467, -0.2878047823905945, 0.48781952261924744, -1.0242290496826172, 0.07428571581840515, -0.0334319993853569, -0.016641000285744667, 0.20541100203990936, -0.7320364713668823, -0.9634471535682678, -0.9935958981513977, 0.08775543421506882, -0.9990520477294922, -0.520365834236145], "max": [0.041172318160533905, 1.9450472593307495, -0.11587240546941757, -0.13473941385746002, 0.8346164226531982, 1.6734216213226318, 0.9757142663002014, 0.37099599838256836, -0.0032190000638365746, 0.4482940137386322, 0.274103581905365, 0.9375494718551636, 0.4268544018268585, 0.9986020922660828, -0.413199782371521, 0.17218172550201416, 0.5313131213188171, 1.4798471927642822, -0.38639843463897705, 0.09615018963813782, 1.209425926208496, 0.15707963705062866, 0.8414285778999329, 0.24768300354480743, 0.090208999812603, 0.3418479859828949, -0.019972795620560646, 0.019279640167951584, 0.04771070554852486, 0.9997245073318481, -0.07055734843015671, 0.0803857296705246], "mean": [-0.1944611817598343, 0.7493613362312317, -0.6474040746688843, -0.6219647526741028, 0.4325218200683594, 0.686649739742279, 0.7753823399543762, 0.1444459706544876, -0.0685444250702858, 0.26624470949172974, -0.2574270963668823, 0.32355189323425293, 0.12538549304008484, 0.834056556224823, -0.8688381910324097, -0.04202914610505104, 0.4036811590194702, 0.7549502849578857, -0.7420364022254944, -0.053186096251010895, 0.9375098347663879, -0.34607741236686707, 0.6225959062576294, 0.11408773809671402, 0.04524125158786774, 0.2963148355484009, -0.3888421356678009, -0.5749862194061279, -0.5244474411010742, 0.6510716080665588, -0.5390279293060303, -0.14089609682559967], "std": [0.33223041892051697, 0.7868878245353699, 0.40935125946998596, 0.5329238176345825, 0.2474084198474884, 0.5590227246284485, 0.22515566647052765, 0.12430868297815323, 0.10633381456136703, 0.058306481689214706, 0.3224346339702606, 0.3249751329421997, 0.159854918718338, 0.2704707384109497, 0.18333584070205688, 0.13832345604896545, 0.11563939601182938, 0.44688788056373596, 0.12216974049806595, 0.08234188705682755, 0.1788925975561142, 0.4653632938861847, 0.2347404509782791, 0.07868870347738266, 0.03443676233291626, 0.047049932181835175, 0.23686116933822632, 0.2918892502784729, 0.36355292797088623, 0.3408653736114502, 0.3081100285053253, 0.15574587881565094], "count": [425]}, "action": {"min": [-0.7435451745986938, 0.002286381321027875, -1.3343216180801392, -1.457035779953003, -0.1840973198413849, 0.21968458592891693, 0.2314285784959793, 0.029765000566840172, -0.32878199219703674, 0.14657600224018097, -0.849269449710846, 0.0034867192152887583, -0.08161195367574692, 0.11744561791419983, -0.9995864033699036, -0.3751709461212158, -0.01261872984468937, 0.006056292448192835, -0.8677602410316467, -0.2878047823905945, 0.48781952261924744, -1.0242290496826172, 0.07428571581840515, -0.0334319993853569, -0.016641000285744667, 0.20541100203990936, -0.7320364713668823, -0.9634471535682678, -0.9935958981513977, 0.08775543421506882, -0.9990520477294922, -0.520365834236145], "max": [0.041172318160533905, 1.9450472593307495, -0.11587240546941757, -0.13473941385746002, 0.8346164226531982, 1.6734216213226318, 0.9757142663002014, 0.37099599838256836, -0.0032190000638365746, 0.4482940137386322, 0.274103581905365, 0.9375494718551636, 0.4268544018268585, 0.9986020922660828, -0.413199782371521, 0.17218172550201416, 0.5313131213188171, 1.4798471927642822, -0.38639843463897705, 0.09615018963813782, 1.209425926208496, 0.15707963705062866, 0.8414285778999329, 0.24768300354480743, 0.090208999812603, 0.3418479859828949, -0.019972795620560646, 0.019279640167951584, 0.04771070554852486, 0.9997245073318481, -0.07055734843015671, 0.0803857296705246], "mean": [-0.19630756974220276, 0.7493590116500854, -0.6469070315361023, -0.6250760555267334, 0.4312029182910919, 0.6900635957717896, 0.7753791213035583, 0.14448243379592896, -0.06858178973197937, 0.2661675214767456, -0.256872296333313, 0.3246876299381256, 0.12524139881134033, 0.8337295055389404, -0.8687595725059509, -0.04185638949275017, 0.4047863185405731, 0.755038857460022, -0.742247462272644, -0.05303670093417168, 0.9377224445343018, -0.34609469771385193, 0.6224278211593628, 0.11406654864549637, 0.04526635631918907, 0.29635757207870483, -0.3889826536178589, -0.5761170983314514, -0.524509072303772, 0.6507992744445801, -0.5390112996101379, -0.14078368246555328], "std": [0.3330950438976288, 0.786889374256134, 0.4098675847053528, 0.5339289903640747, 0.2491915076971054, 0.5606057643890381, 0.22515466809272766, 0.1242772713303566, 0.10631368309259415, 0.05830159783363342, 0.32314521074295044, 0.3247015178203583, 0.15990659594535828, 0.2703597843647003, 0.18328914046287537, 0.13854487240314484, 0.1138865277171135, 0.44674351811408997, 0.12163183838129044, 0.08248405903577805, 0.178503155708313, 0.4653491675853729, 0.2346787303686142, 0.07871465384960175, 0.03440723195672035, 0.04704977571964264, 0.2367057204246521, 0.29051265120506287, 0.36346033215522766, 0.3406333923339844, 0.30808550119400024, 0.15588834881782532], "count": [425]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.3839818178104575]], [[0.45868287581699346]], [[0.4341683129084967]]], "std": [[[0.2024979986707033]], [[0.15077890086278153]], [[0.16385605120471172]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35118662173202614]], [[0.479612595996732]], [[0.4427629493464052]]], "std": [[[0.1624008122579662]], [[0.15981678107918282]], [[0.18854785907199703]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0196078431372549]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2885247222222222]], [[0.4614253165849673]], [[0.49429291666666664]]], "std": [[[0.22988218443541777]], [[0.1695852302228781]], [[0.20076317379911918]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [42.4], "mean": [21.2], "std": [12.268659258452], "count": [425]}, "frame_index": {"min": [0], "max": [424], "mean": [212.0], "std": [122.68659258452001], "count": [425]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [425]}, "index": {"min": [17678], "max": [18102], "mean": [17890.0], "std": [122.68659258452001], "count": [425]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [425]}}} +{"episode_index": 38, "stats": {"observation.state": {"min": [-0.6413212418556213, 0.002286381321027875, -1.1946254968643188, -1.4589556455612183, -0.1840973198413849, 0.650309681892395, 0.022857142612338066, -0.00431900005787611, -0.2687569856643677, 0.13657699525356293, -0.8801708817481995, -0.2524217665195465, 0.03690183535218239, 0.2997369170188904, -0.9985657930374146, -0.30403104424476624, 0.014416418969631195, 0.010018189437687397, -1.1601552963256836, -0.2623404264450073, 0.5954714417457581, -0.9640849828720093, 0.017142856493592262, -0.03529300168156624, -0.060106001794338226, 0.19434399902820587, -0.815742015838623, -0.9908915162086487, -0.9902954697608948, 0.032919544726610184, -0.9939340949058533, -0.24324637651443481], "max": [0.03307398781180382, 1.841671347618103, -0.11587240546941757, -0.357722669839859, 0.7583106160163879, 1.6749401092529297, 0.8628571629524231, 0.3329870104789734, 0.018076999112963676, 0.42159900069236755, 0.23168188333511353, 0.9252583384513855, 0.5124949812889099, 0.9904128313064575, -0.3384259045124054, 0.21473903954029083, 0.7187963724136353, 1.7062687873840332, -0.4744502902030945, 0.08895943313837051, 1.224470615386963, 0.36168456077575684, 0.7771428823471069, 0.27164798974990845, 0.18079900741577148, 0.38191598653793335, -0.0037648831494152546, -0.03854123875498772, 0.07885698229074478, 0.9975423812866211, -0.1382570117712021, 0.16036507487297058], "mean": [-0.1292092204093933, 0.8342740535736084, -0.5891168713569641, -1.0577983856201172, 0.4334556758403778, 1.188442587852478, 0.7182727456092834, 0.15699248015880585, -0.06042156741023064, 0.26796790957450867, -0.2651146352291107, 0.4252704381942749, 0.2069198489189148, 0.8186368942260742, -0.8532040119171143, -0.00527686532586813, 0.565454363822937, 0.8695082664489746, -0.8947042226791382, -0.025849655270576477, 1.0121955871582031, -0.22070670127868652, 0.6455624103546143, 0.11988896131515503, 0.08066779375076294, 0.3070312738418579, -0.3706150949001312, -0.6023326516151428, -0.5001770853996277, 0.617537260055542, -0.5357173085212708, -0.031239395961165428], "std": [0.25769543647766113, 0.613783061504364, 0.3545632064342499, 0.361101359128952, 0.23132891952991486, 0.3251354396343231, 0.17375722527503967, 0.09786741435527802, 0.07877089083194733, 0.057059187442064285, 0.3137737214565277, 0.302372545003891, 0.13898544013500214, 0.20464612543582916, 0.2029057741165161, 0.12506482005119324, 0.2400069385766983, 0.563849151134491, 0.17806844413280487, 0.10054237395524979, 0.21202537417411804, 0.5055488348007202, 0.20853742957115173, 0.09406445175409317, 0.07516549527645111, 0.05799853056669235, 0.2931988537311554, 0.31223922967910767, 0.3910463750362396, 0.3731353282928467, 0.29426395893096924, 0.13469810783863068], "count": [392]}, "action": {"min": [-0.6413212418556213, 0.002286381321027875, -1.1946254968643188, -1.4589556455612183, -0.1840973198413849, 0.650309681892395, 0.20714285969734192, -0.00431900005787611, -0.2687569856643677, 0.13657699525356293, -0.8801708817481995, -0.2524217665195465, 0.03690183535218239, 0.2997369170188904, -0.9985657930374146, -0.30403104424476624, 0.014416418969631195, 0.010018189437687397, -1.1601552963256836, -0.2623404264450073, 0.5954714417457581, -0.9640849828720093, 0.017142856493592262, -0.03529300168156624, -0.060106001794338226, 0.19434399902820587, -0.815742015838623, -0.9908915162086487, -0.9902954697608948, 0.032919544726610184, -0.9939340949058533, -0.24324637651443481], "max": [0.03307398781180382, 1.841671347618103, -0.11587240546941757, -0.357722669839859, 0.7583106160163879, 1.6749401092529297, 0.8628571629524231, 0.3329870104789734, 0.018076999112963676, 0.42159900069236755, 0.23168188333511353, 0.9252583384513855, 0.5124949812889099, 0.9904128313064575, -0.3384259045124054, 0.21473903954029083, 0.7187963724136353, 1.7062687873840332, -0.4744502902030945, 0.08895943313837051, 1.224470615386963, 0.36168456077575684, 0.7771428823471069, 0.27164798974990845, 0.18079900741577148, 0.38191598653793335, -0.0037648831494152546, -0.03854123875498772, 0.07885698229074478, 0.9975423812866211, -0.1382570117712021, 0.16036507487297058], "mean": [-0.13067539036273956, 0.8342788219451904, -0.5898466110229492, -1.055324912071228, 0.4357652962207794, 1.1858400106430054, 0.7203609943389893, 0.15687042474746704, -0.06054852902889252, 0.26804590225219727, -0.26539283990859985, 0.42786407470703125, 0.20703749358654022, 0.8177589178085327, -0.8532077074050903, -0.005167408846318722, 0.5672512650489807, 0.8694223761558533, -0.8956807851791382, -0.026660436764359474, 1.0136457681655884, -0.2201044261455536, 0.6458612680435181, 0.1197570413351059, 0.0805063471198082, 0.3071586489677429, -0.3709914982318878, -0.6033114790916443, -0.5004214644432068, 0.6172912120819092, -0.5356450080871582, -0.03118080273270607], "std": [0.2584020495414734, 0.6137768626213074, 0.3538818657398224, 0.3616653084754944, 0.22966523468494415, 0.3253137171268463, 0.17027105391025543, 0.09803581982851028, 0.07868432998657227, 0.057060204446315765, 0.313436895608902, 0.3009054958820343, 0.13901448249816895, 0.20480935275554657, 0.20290766656398773, 0.12523846328258514, 0.2385072559118271, 0.5639777779579163, 0.17681454122066498, 0.10111870616674423, 0.211480975151062, 0.5059870481491089, 0.20864221453666687, 0.09424562007188797, 0.07539846003055573, 0.05805052071809769, 0.29298698902130127, 0.3110765218734741, 0.3907161056995392, 0.3729175627231598, 0.294156014919281, 0.13475237786769867], "count": [392]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.41016360089869286]], [[0.45681069444444444]], [[0.4290352573529412]]], "std": [[[0.21418966998714756]], [[0.1607804947775228]], [[0.17469886963507691]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3030293096405229]], [[0.45971874183006534]], [[0.4137164767156863]]], "std": [[[0.19683441058102405]], [[0.16716728975189718]], [[0.1873161244974388]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25426453022875817]], [[0.47502389297385617]], [[0.5160481474673203]]], "std": [[[0.2102387308806523]], [[0.15584289240921823]], [[0.19930316720561536]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [39.1], "mean": [19.55], "std": [11.316028455248777], "count": [392]}, "frame_index": {"min": [0], "max": [391], "mean": [195.5], "std": [113.16028455248777], "count": [392]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [392]}, "index": {"min": [18103], "max": [18494], "mean": [18298.5], "std": [113.16028455248777], "count": [392]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [392]}}} +{"episode_index": 39, "stats": {"observation.state": {"min": [-0.602505087852478, 0.003036872949451208, -1.1534357070922852, -1.3623865842819214, -0.11988666653633118, 0.23897047340869904, 0.1128571406006813, 0.02881300076842308, -0.2628529965877533, 0.14861999452114105, -0.8575577735900879, 0.11578797549009323, -0.09908665716648102, 0.14862507581710815, -0.9995499849319458, -0.3051390051841736, 0.049323003739118576, 0.00996582955121994, -1.2651368379592896, -0.13704325258731842, 0.472373366355896, -0.9184097051620483, 0.0, -0.036302998661994934, -0.035826001316308975, 0.20422600209712982, -0.6635704636573792, -0.993294894695282, -0.9830390810966492, 0.07222451269626617, -0.9986900687217712, -0.2113906741142273], "max": [-0.04455825686454773, 1.8788992166519165, -0.07937757670879364, -0.21867230534553528, 0.9671741724014282, 1.5468155145645142, 0.9814285635948181, 0.35410499572753906, -0.008286000229418278, 0.41439300775527954, 0.3579351007938385, 0.9542039632797241, 0.481450617313385, 0.9909060001373291, -0.3153509199619293, 0.13631688058376312, 0.6964735984802246, 1.7112778425216675, -0.3513871431350708, 0.12194615602493286, 1.2248022556304932, 0.22432716190814972, 0.7742857336997986, 0.27800899744033813, 0.17864899337291718, 0.39349299669265747, -0.04514520615339279, -0.10298921912908554, 0.038963865488767624, 0.9942677617073059, -0.1588473618030548, 0.1425737589597702], "mean": [-0.20653852820396423, 0.7483406066894531, -0.6133458614349365, -0.5782440304756165, 0.5095537304878235, 0.6982274055480957, 0.7639378309249878, 0.14359073340892792, -0.05694359913468361, 0.26923611760139465, -0.3439967632293701, 0.3916640281677246, 0.18305569887161255, 0.8442196846008301, -0.8331447243690491, -0.0009239300270564854, 0.5126858949661255, 0.914675772190094, -0.8741893172264099, 0.03243611007928848, 0.9742287993431091, -0.3628101050853729, 0.5686683058738708, 0.13315129280090332, 0.08558247983455658, 0.2945278286933899, -0.3471798300743103, -0.6714358925819397, -0.5693557858467102, 0.5847808122634888, -0.5154522061347961, -0.05375538766384125], "std": [0.23903831839561462, 0.6549073457717896, 0.3456166088581085, 0.4892871081829071, 0.2683221101760864, 0.4990796446800232, 0.1636531800031662, 0.10950308293104172, 0.07755246758460999, 0.05080445483326912, 0.3207029402256012, 0.25441232323646545, 0.14623254537582397, 0.23697270452976227, 0.17260688543319702, 0.11405874043703079, 0.1690407246351242, 0.5799558758735657, 0.23097620904445648, 0.07781470566987991, 0.18286742269992828, 0.40756508708000183, 0.2550989091396332, 0.09869463741779327, 0.07060544937849045, 0.053108636289834976, 0.24099834263324738, 0.2786587178707123, 0.3779212236404419, 0.3391248881816864, 0.2978304624557495, 0.10797973722219467], "count": [374]}, "action": {"min": [-0.602505087852478, 0.003036872949451208, -1.1534357070922852, -1.3623865842819214, -0.11988666653633118, 0.2439621239900589, 0.39571428298950195, 0.02881300076842308, -0.2628529965877533, 0.14861999452114105, -0.8575577735900879, 0.11578797549009323, -0.09908665716648102, 0.14862507581710815, -0.9995499849319458, -0.3051390051841736, 0.049323003739118576, 0.00996582955121994, -1.2651368379592896, -0.13704325258731842, 0.472373366355896, -0.9184097051620483, 0.0, -0.036302998661994934, -0.035826001316308975, 0.20422600209712982, -0.6635704636573792, -0.993294894695282, -0.9830390810966492, 0.07222451269626617, -0.9986900687217712, -0.2113906741142273], "max": [-0.04455825686454773, 1.8788992166519165, -0.07937757670879364, -0.21867230534553528, 0.9671741724014282, 1.5468155145645142, 0.9814285635948181, 0.35410499572753906, -0.008286000229418278, 0.41439300775527954, 0.3579351007938385, 0.9542039632797241, 0.481450617313385, 0.9907187819480896, -0.3153509199619293, 0.13631688058376312, 0.6964735984802246, 1.7112778425216675, -0.3513871431350708, 0.12194615602493286, 1.2248022556304932, 0.22432716190814972, 0.7742857336997986, 0.27800899744033813, 0.17864899337291718, 0.39349299669265747, -0.04514520615339279, -0.10298921912908554, 0.038963865488767624, 0.9942677617073059, -0.1588473618030548, 0.1425737589597702], "mean": [-0.20802085101604462, 0.7483375072479248, -0.6127200126647949, -0.5811233520507812, 0.5081584453582764, 0.7013061046600342, 0.766122579574585, 0.14363491535186768, -0.05697156488895416, 0.26913559436798096, -0.34347158670425415, 0.39251863956451416, 0.1828935742378235, 0.843951404094696, -0.8330892324447632, -0.000830905744805932, 0.5140576362609863, 0.9146766662597656, -0.8753732442855835, 0.03179505094885826, 0.9758040308952332, -0.3619914650917053, 0.5705857872962952, 0.1329813301563263, 0.08547347784042358, 0.2947115898132324, -0.34766677021980286, -0.6722427010536194, -0.5693085789680481, 0.5845353007316589, -0.5153707265853882, -0.05345079302787781], "std": [0.23974712193012238, 0.6549108624458313, 0.3463703393936157, 0.49034228920936584, 0.2702280580997467, 0.4997881054878235, 0.160367950797081, 0.10946089774370193, 0.07753714174032211, 0.05081989988684654, 0.32143867015838623, 0.2540678083896637, 0.14643026888370514, 0.23686325550079346, 0.17255669832229614, 0.11410260945558548, 0.16734786331653595, 0.5799545049667358, 0.22942350804805756, 0.07806701958179474, 0.18130163848400116, 0.4084349572658539, 0.25350677967071533, 0.09893131256103516, 0.0707586258649826, 0.05318550765514374, 0.24062199890613556, 0.2774524986743927, 0.3779961168766022, 0.33886227011680603, 0.29770296812057495, 0.10837166011333466], "count": [374]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.4166288337418301]], [[0.4617400674019608]], [[0.4335015053104575]]], "std": [[[0.21353031776654705]], [[0.1585583972179421]], [[0.17171038669855535]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35507685661764704]], [[0.4550983762254902]], [[0.41179569444444447]]], "std": [[[0.16841379312512483]], [[0.16237784120031587]], [[0.19071102411149018]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2634546548202614]], [[0.4700332598039216]], [[0.5073933006535948]]], "std": [[[0.22128321942127263]], [[0.15749035931152827]], [[0.20214645148881127]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.3], "mean": [18.650000000000002], "std": [10.796411440844592], "count": [374]}, "frame_index": {"min": [0], "max": [373], "mean": [186.5], "std": [107.96411440844592], "count": [374]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [374]}, "index": {"min": [18495], "max": [18868], "mean": [18681.5], "std": [107.96411440844592], "count": [374]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [374]}}} +{"episode_index": 40, "stats": {"observation.state": {"min": [-0.6638534069061279, 0.00376991112716496, -1.4027734994888306, -0.9504364728927612, 0.31182050704956055, 0.027803095057606697, 0.4714285731315613, 0.009809000417590141, -0.2869350016117096, 0.14681699872016907, -0.858343780040741, -0.08038880676031113, -0.12251079082489014, 0.35769757628440857, -1.0, -0.2741326689720154, 0.0131772356107831, 0.010157816112041473, -1.2591502666473389, -0.2289522886276245, 0.3652450442314148, -0.9878563284873962, 0.037142857909202576, -0.02565399929881096, -0.037741001695394516, 0.20238900184631348, -0.764328122138977, -0.9964465498924255, -0.9831621646881104, 0.06271831691265106, -1.0, -0.2670683264732361], "max": [0.09258971363306046, 1.833276391029358, -0.23897047340869904, -0.024434609338641167, 0.9171879887580872, 1.018678903579712, 0.9457142949104309, 0.2888529896736145, 0.002566999988630414, 0.4487549960613251, 0.02299441024661064, 0.8982045650482178, 0.5825878381729126, 0.9999617338180542, -0.05763372406363487, 0.13637514412403107, 0.6945013999938965, 1.700317144393921, -0.3295530676841736, 0.14278538525104523, 1.2204912900924683, 0.16411331295967102, 0.7171428799629211, 0.27257901430130005, 0.17634999752044678, 0.42112499475479126, 0.0430191271007061, -0.04268518090248108, 0.015198726207017899, 0.9990187287330627, -0.17400911450386047, 0.10402004420757294], "mean": [-0.18193815648555756, 0.5822819471359253, -0.5636216402053833, -0.2812667489051819, 0.5376711487770081, 0.30959129333496094, 0.7749312520027161, 0.10864030569791794, -0.05806213617324829, 0.2728999853134155, -0.2753435969352722, 0.3052150309085846, 0.14806032180786133, 0.8421651721000671, -0.8295376896858215, -0.06062006205320358, 0.5236498713493347, 0.8869568109512329, -0.8963953852653503, 0.040248576551675797, 1.005885362625122, -0.3080415427684784, 0.613967776298523, 0.12480184435844421, 0.0812959372997284, 0.3104460537433624, -0.37030377984046936, -0.6317430138587952, -0.5408149361610413, 0.6221155524253845, -0.5356627106666565, -0.032548751682043076], "std": [0.3077259361743927, 0.6622110605239868, 0.38073721528053284, 0.28743916749954224, 0.173048198223114, 0.32509949803352356, 0.12579578161239624, 0.09236755222082138, 0.0904620885848999, 0.0556999109685421, 0.2711990177631378, 0.37602925300598145, 0.25488606095314026, 0.19961169362068176, 0.27498260140419006, 0.11262109875679016, 0.20934191346168518, 0.5388450026512146, 0.22896866500377655, 0.10755883157253265, 0.24524202942848206, 0.4340735673904419, 0.17783255875110626, 0.08896142244338989, 0.06705047935247421, 0.06078057363629341, 0.2780754268169403, 0.2916552722454071, 0.34742647409439087, 0.34106507897377014, 0.29228243231773376, 0.106888547539711], "count": [385]}, "action": {"min": [-0.6638534069061279, 0.00376991112716496, -1.4027734994888306, -0.9504364728927612, 0.31182050704956055, 0.027803095057606697, 0.4714285731315613, 0.009809000417590141, -0.2869350016117096, 0.14681699872016907, -0.858343780040741, -0.08038880676031113, -0.12251079082489014, 0.35769757628440857, -1.0, -0.2741326689720154, 0.0131772356107831, 0.010157816112041473, -1.2591502666473389, -0.2289522886276245, 0.3652450442314148, -0.9878563284873962, 0.037142857909202576, -0.02565399929881096, -0.037741001695394516, 0.20238900184631348, -0.764328122138977, -0.9964465498924255, -0.9831621646881104, 0.06271831691265106, -1.0, -0.2670683264732361], "max": [0.09258971363306046, 1.833276391029358, -0.23897047340869904, -0.024434609338641167, 0.9171879887580872, 1.018678903579712, 0.9457142949104309, 0.2888529896736145, 0.002566999988630414, 0.4487549960613251, 0.02299441024661064, 0.8982045650482178, 0.5825878381729126, 0.9999617338180542, -0.05763372406363487, 0.13637514412403107, 0.6945013999938965, 1.700317144393921, -0.3295530676841736, 0.14278538525104523, 1.2204912900924683, 0.16411331295967102, 0.7171428799629211, 0.27257901430130005, 0.17634999752044678, 0.42112499475479126, 0.0430191271007061, -0.04268518090248108, 0.015198726207017899, 0.9990187287330627, -0.17400911450386047, 0.10402004420757294], "mean": [-0.1835377812385559, 0.5822798013687134, -0.5641042590141296, -0.2815527021884918, 0.5381789803504944, 0.3097820281982422, 0.7744044661521912, 0.10856451094150543, -0.05810672789812088, 0.2730054557323456, -0.2751195430755615, 0.30688583850860596, 0.14818589389324188, 0.8416837453842163, -0.8295422792434692, -0.060673002153635025, 0.5252612829208374, 0.886962890625, -0.8973477482795715, 0.03984157368540764, 1.0076467990875244, -0.3073838949203491, 0.6138675808906555, 0.12466686964035034, 0.08122735470533371, 0.3105596601963043, -0.37112003564834595, -0.6329352855682373, -0.5409976840019226, 0.6217461824417114, -0.535524308681488, -0.03227857127785683], "std": [0.30789515376091003, 0.6622128486633301, 0.3804430067539215, 0.28725260496139526, 0.17308296263217926, 0.3250312805175781, 0.12556977570056915, 0.09243658185005188, 0.0904366746544838, 0.05569710209965706, 0.27134770154953003, 0.3758351504802704, 0.25487884879112244, 0.19947504997253418, 0.27498528361320496, 0.11254177242517471, 0.2077883630990982, 0.5388352870941162, 0.22736547887325287, 0.10768868774175644, 0.24334272742271423, 0.4345962405204773, 0.17778584361076355, 0.08914365619421005, 0.06714357435703278, 0.06077215448021889, 0.27744776010513306, 0.29019343852996826, 0.3471604287624359, 0.3407335877418518, 0.2920752167701721, 0.10710175335407257], "count": [385]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.8549019607843137]]], "mean": [[[0.42891024305555553]], [[0.4669304166666667]], [[0.43274932189542487]]], "std": [[[0.21575262032427406]], [[0.15436815949990124]], [[0.16617658964685691]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.355848533496732]], [[0.47636943831699347]], [[0.4504821466503268]]], "std": [[[0.1795233512726325]], [[0.15812749440686139]], [[0.19492476975226847]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0196078431372549]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25959163194444446]], [[0.4799888357843137]], [[0.5128293545751634]]], "std": [[[0.2229861476224636]], [[0.15692884246822036]], [[0.19633450014804318]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [38.4], "mean": [19.2], "std": [11.113955191559844], "count": [385]}, "frame_index": {"min": [0], "max": [384], "mean": [192.0], "std": [111.13955191559843], "count": [385]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [385]}, "index": {"min": [18869], "max": [19253], "mean": [19061.0], "std": [111.13955191559843], "count": [385]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [385]}}} +{"episode_index": 41, "stats": {"observation.state": {"min": [-0.585767388343811, 0.004747295286506414, -1.28485906124115, -1.0252063274383545, 0.20512855052947998, 0.23450243473052979, 0.02428571507334709, 0.03782600164413452, -0.2574999928474426, 0.14919300377368927, -0.8324004411697388, -0.09749004989862442, -0.031940434128046036, 0.3039662539958954, -0.9998973608016968, -0.30502089858055115, 0.08573057502508163, 0.008883725851774216, -1.2672661542892456, -0.39358919858932495, 0.4086862802505493, -0.9870883822441101, 0.029999999329447746, 0.02585200034081936, -0.00672800000756979, 0.19923000037670135, -0.7290688157081604, -0.9944606423377991, -0.9850664734840393, 0.06329821050167084, -0.9980463981628418, -0.2668905258178711], "max": [0.1552295833826065, 1.7983523607254028, -0.22888247668743134, -0.1730843037366867, 0.9993405938148499, 1.1519173383712769, 0.8585714101791382, 0.29140400886535645, 0.0012929999502375722, 0.4371669888496399, 0.11648567020893097, 0.9086921811103821, 0.5666948556900024, 0.9992033839225769, 0.02150079794228077, 0.1473006010055542, 0.6737843751907349, 1.6960934400558472, -0.2803173363208771, 0.14503686130046844, 1.223807454109192, 0.2696010172367096, 0.7200000286102295, 0.27296099066734314, 0.172325998544693, 0.40454500913619995, 0.015186114236712456, -0.14009791612625122, -0.002521658316254616, 0.9901238679885864, -0.15672750771045685, 0.007082345429807901], "mean": [-0.15361715853214264, 0.8316373229026794, -0.6463515758514404, -0.44781941175460815, 0.6873565912246704, 0.5728521943092346, 0.706630527973175, 0.13855592906475067, -0.06090054661035538, 0.2768009901046753, -0.48420286178588867, 0.4342528283596039, 0.267585426568985, 0.8301535248756409, -0.7028612494468689, -0.048602163791656494, 0.5517885684967041, 0.9480127096176147, -0.8291200995445251, -0.01860143058001995, 0.9252778887748718, -0.3691856563091278, 0.564892590045929, 0.14333531260490417, 0.09195277094841003, 0.2871025800704956, -0.3105846643447876, -0.6902391314506531, -0.6243374347686768, 0.5627171397209167, -0.49027329683303833, -0.10617802292108536], "std": [0.25871098041534424, 0.4952554702758789, 0.2892540693283081, 0.24216683208942413, 0.22470779716968536, 0.22894155979156494, 0.1485137939453125, 0.07153458148241043, 0.0728013813495636, 0.05679729953408241, 0.29132458567619324, 0.26716795563697815, 0.18078617751598358, 0.19083145260810852, 0.2870151698589325, 0.1100522056221962, 0.1885378211736679, 0.5452190041542053, 0.26979556679725647, 0.1674460470676422, 0.25790953636169434, 0.4480137228965759, 0.19934074580669403, 0.08096782118082047, 0.05983690172433853, 0.0519893541932106, 0.2611778974533081, 0.273507684469223, 0.33648404479026794, 0.3416833281517029, 0.3032102882862091, 0.06397117674350739], "count": [352]}, "action": {"min": [-0.585767388343811, 0.004747295286506414, -1.28485906124115, -1.0252063274383545, 0.20512855052947998, 0.23450243473052979, 0.2142857164144516, 0.03782600164413452, -0.2574999928474426, 0.14919300377368927, -0.8324004411697388, -0.09749004989862442, -0.031940434128046036, 0.3039662539958954, -0.9998973608016968, -0.30502089858055115, 0.08573057502508163, 0.008883725851774216, -1.2672661542892456, -0.39358919858932495, 0.4086862802505493, -0.9870883822441101, 0.029999999329447746, 0.02585200034081936, -0.00672800000756979, 0.19923000037670135, -0.7290688157081604, -0.9944606423377991, -0.9850664734840393, 0.06329821050167084, -0.9980463981628418, -0.2668905258178711], "max": [0.1552295833826065, 1.7983523607254028, -0.22888247668743134, -0.1730843037366867, 0.9993405938148499, 1.1519173383712769, 0.8585714101791382, 0.29140400886535645, 0.0012929999502375722, 0.4371669888496399, 0.11648567020893097, 0.9086921811103821, 0.5666948556900024, 0.9992033839225769, 0.02150079794228077, 0.1473006010055542, 0.6737843751907349, 1.6960934400558472, -0.2803173363208771, 0.14503686130046844, 1.223807454109192, 0.2696010172367096, 0.7200000286102295, 0.27296099066734314, 0.172325998544693, 0.40454500913619995, 0.015186114236712456, -0.14009791612625122, -0.002521658316254616, 0.9901238679885864, -0.15672750771045685, 0.007082345429807901], "mean": [-0.1554969698190689, 0.832604169845581, -0.6465656757354736, -0.4485025703907013, 0.6876705884933472, 0.5739840865135193, 0.7090006470680237, 0.13863050937652588, -0.0610547810792923, 0.27679234743118286, -0.48483696579933167, 0.4363280236721039, 0.2682704031467438, 0.8295013308525085, -0.7027834057807922, -0.048240140080451965, 0.553459107875824, 0.9482524991035461, -0.8293047547340393, -0.019956188276410103, 0.925065279006958, -0.36820411682128906, 0.5648033618927002, 0.1433512568473816, 0.09197559952735901, 0.287176251411438, -0.31020021438598633, -0.6912830471992493, -0.6246078014373779, 0.5623244643211365, -0.4902740716934204, -0.10647282004356384], "std": [0.2588639259338379, 0.49397122859954834, 0.2889726459980011, 0.24200484156608582, 0.22412262856960297, 0.2282499223947525, 0.14419975876808167, 0.07144584506750107, 0.07272733747959137, 0.05679851397871971, 0.2902790307998657, 0.2658790051937103, 0.18017473816871643, 0.19065868854522705, 0.28693974018096924, 0.11034180968999863, 0.18699908256530762, 0.5448247790336609, 0.2694409191608429, 0.16817909479141235, 0.2583039700984955, 0.44892004132270813, 0.19929851591587067, 0.08094697445631027, 0.05980655550956726, 0.051971614360809326, 0.26155737042427063, 0.2721262276172638, 0.3360395133495331, 0.3412720859050751, 0.30321162939071655, 0.06374869495630264], "count": [352]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.40324511642156863]], [[0.45614348039215685]], [[0.4277301245915033]]], "std": [[[0.21309979922690492]], [[0.15933656706343438]], [[0.17209566246826097]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3851231760620915]], [[0.4633080739379085]], [[0.4387392483660131]]], "std": [[[0.1881150469364482]], [[0.1684652082170571]], [[0.20069755581415843]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24181164828431373]], [[0.47560113357843137]], [[0.5132268157679739]]], "std": [[[0.21044597751295546]], [[0.15668295668424687]], [[0.20937107662578794]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [35.1], "mean": [17.55], "std": [10.161323732663968], "count": [352]}, "frame_index": {"min": [0], "max": [351], "mean": [175.5], "std": [101.61323732663968], "count": [352]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [352]}, "index": {"min": [19254], "max": [19605], "mean": [19429.5], "std": [101.61323732663968], "count": [352]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [352]}}} +{"episode_index": 42, "stats": {"observation.state": {"min": [-0.6750235557556152, 0.0028797932900488377, -1.368093729019165, -0.901637077331543, 0.3235491216182709, 0.1042659655213356, 0.44857141375541687, 0.028551999479532242, -0.2906689941883087, 0.1559479981660843, -0.7632238864898682, 0.00620389636605978, 0.038020260632038116, 0.21818679571151733, -0.9984143376350403, -0.269349604845047, -0.005270894151180983, 0.008656833320856094, -1.1879757642745972, -0.16238543391227722, 0.542745053768158, -0.9706299304962158, 0.03857142850756645, -0.003984000068157911, -0.017405999824404716, 0.2030629962682724, -0.7542818188667297, -0.9975494146347046, -0.9917344450950623, 0.025640230625867844, -0.9977736473083496, -0.25551310181617737], "max": [0.005724679678678513, 1.88266921043396, -0.33342769742012024, 0.0, 0.872245728969574, 1.071248173713684, 0.8585714101791382, 0.28185799717903137, -0.001572999986819923, 0.454602986574173, 0.09538795799016953, 0.9476457238197327, 0.6700150370597839, 0.9988327026367188, -0.024467073380947113, 0.15666009485721588, 0.7697076201438904, 1.7126566171646118, -0.39994218945503235, 0.1442863643169403, 1.2223936319351196, 0.22434461116790771, 0.6957142949104309, 0.27655500173568726, 0.18369799852371216, 0.36577001214027405, 0.006598757114261389, -0.05691113322973251, 0.03332100436091423, 0.9979947805404663, -0.12050069123506546, 0.21578562259674072], "mean": [-0.24780020117759705, 0.7021599411964417, -0.6196301579475403, -0.2731439173221588, 0.6171013116836548, 0.38014715909957886, 0.782835841178894, 0.11925189942121506, -0.06673817336559296, 0.2765407860279083, -0.36078107357025146, 0.39267662167549133, 0.243379145860672, 0.8054708242416382, -0.7906564474105835, -0.008959103375673294, 0.6290991306304932, 0.9507812857627869, -0.8830978274345398, 0.045024339109659195, 1.0065383911132812, -0.3669355809688568, 0.5838714241981506, 0.13021807372570038, 0.09586463123559952, 0.29330751299858093, -0.3246418237686157, -0.746964156627655, -0.6272883415222168, 0.4959070682525635, -0.46846601366996765, -0.030303794890642166], "std": [0.29196232557296753, 0.5959011316299438, 0.36191612482070923, 0.2855392098426819, 0.15472646057605743, 0.31916487216949463, 0.1331307291984558, 0.08128935843706131, 0.09143046289682388, 0.0569060854613781, 0.22027096152305603, 0.35488757491111755, 0.24307148158550262, 0.24515420198440552, 0.2790386974811554, 0.10438262671232224, 0.21735107898712158, 0.5513007044792175, 0.19694270193576813, 0.08434437215328217, 0.16643008589744568, 0.47069108486175537, 0.20605230331420898, 0.09647435694932938, 0.06661909818649292, 0.05392169952392578, 0.28068575263023376, 0.23758317530155182, 0.3361673653125763, 0.34419193863868713, 0.29977086186408997, 0.14243781566619873], "count": [334]}, "action": {"min": [-0.6750235557556152, 0.0028797932900488377, -1.368093729019165, -0.901637077331543, 0.3309493362903595, 0.1042659655213356, 0.44857141375541687, 0.02861200086772442, -0.2906689941883087, 0.1559479981660843, -0.7632238864898682, 0.007176531478762627, 0.038020260632038116, 0.21818679571151733, -0.9984143376350403, -0.269349604845047, -0.005270894151180983, 0.008656833320856094, -1.1879757642745972, -0.16238543391227722, 0.542745053768158, -0.9706299304962158, 0.03857142850756645, -0.003984000068157911, -0.017405999824404716, 0.2030629962682724, -0.7542818188667297, -0.9975494146347046, -0.9917344450950623, 0.025640230625867844, -0.9977736473083496, -0.25551310181617737], "max": [0.005724679678678513, 1.88266921043396, -0.33342769742012024, 0.0, 0.872245728969574, 1.071248173713684, 0.8585714101791382, 0.28185799717903137, -0.001610000035725534, 0.454602986574173, 0.0880829244852066, 0.9476457238197327, 0.6700150370597839, 0.9988327026367188, -0.024467073380947113, 0.15666009485721588, 0.7697076201438904, 1.7126566171646118, -0.39994218945503235, 0.1442863643169403, 1.2223936319351196, 0.22434461116790771, 0.6957142949104309, 0.27655500173568726, 0.18369799852371216, 0.36577001214027405, 0.006598757114261389, -0.05691113322973251, 0.03332100436091423, 0.9979947805404663, -0.12050069123506546, 0.21578562259674072], "mean": [-0.24983836710453033, 0.7024582028388977, -0.6196433901786804, -0.27296414971351624, 0.6177408695220947, 0.3800666630268097, 0.7826775908470154, 0.11926642060279846, -0.06681350618600845, 0.2764761447906494, -0.36136680841445923, 0.3945707082748413, 0.2437949925661087, 0.8047686219215393, -0.7905939817428589, -0.008881039917469025, 0.6314162015914917, 0.9510893821716309, -0.884101927280426, 0.04416755959391594, 1.0077325105667114, -0.3664097487926483, 0.5840339660644531, 0.13015230000019073, 0.09579547494649887, 0.29348573088645935, -0.3249295949935913, -0.7485841512680054, -0.6278302073478699, 0.49531686305999756, -0.46839743852615356, -0.030481820926070213], "std": [0.29256075620651245, 0.5955759286880493, 0.3619057238101959, 0.2856920659542084, 0.15395130217075348, 0.31923094391822815, 0.1330890655517578, 0.08127359300851822, 0.09138708561658859, 0.056899793446063995, 0.21931518614292145, 0.3545079827308655, 0.24290134012699127, 0.24494010210037231, 0.27899572253227234, 0.1044556051492691, 0.2146850824356079, 0.5508026480674744, 0.19532588124275208, 0.0849909782409668, 0.16451801359653473, 0.47110646963119507, 0.2061174362897873, 0.0965561643242836, 0.06672456115484238, 0.05402027815580368, 0.28046560287475586, 0.23469983041286469, 0.3352615535259247, 0.34349867701530457, 0.2996523976325989, 0.14240224659442902], "count": [334]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.8666666666666667]]], "mean": [[[0.42288587418300655]], [[0.46193837009803923]], [[0.42693315767973855]]], "std": [[[0.21785457676345016]], [[0.15970843872651438]], [[0.17097486877050236]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3840656760620915]], [[0.4700708721405229]], [[0.4387593014705882]]], "std": [[[0.1842111646077673]], [[0.16013409597627723]], [[0.2009659247497621]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0196078431372549]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24968312091503267]], [[0.46799700980392156]], [[0.5158970159313726]]], "std": [[[0.21291773084747956]], [[0.1593890600265158]], [[0.1993159708082138]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [33.3], "mean": [16.650000000000002], "std": [9.641706280529396], "count": [334]}, "frame_index": {"min": [0], "max": [333], "mean": [166.5], "std": [96.41706280529397], "count": [334]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [334]}, "index": {"min": [19606], "max": [19939], "mean": [19772.5], "std": [96.41706280529397], "count": [334]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [334]}}} +{"episode_index": 43, "stats": {"observation.state": {"min": [-0.3834139108657837, 0.004799655172973871, -1.2255702018737793, -1.0789450407028198, 0.2413790374994278, 0.2611885070800781, 0.3271428644657135, 0.022693999111652374, -0.1913120001554489, 0.13651800155639648, -0.8917978405952454, 0.07229503989219666, -0.07824306190013885, 0.43283611536026, -0.9984465837478638, -0.3280963599681854, -0.016999507322907448, 0.008447393774986267, -1.5891746282577515, -0.06633996218442917, 0.49898961186408997, -1.0320830345153809, 0.03857142850756645, -0.05671200156211853, -0.01792900077998638, 0.1990939974784851, -0.6217119693756104, -0.9946280717849731, -0.9804924130439758, -0.12844854593276978, -0.992081880569458, -0.29304903745651245], "max": [0.0691499412059784, 1.996901035308838, -0.3453482985496521, -0.031381018459796906, 0.8561712503433228, 1.1732102632522583, 0.9657142758369446, 0.38997501134872437, 0.0030010000336915255, 0.3674449920654297, 0.13700862228870392, 0.8538236618041992, 0.48622873425483704, 0.9972743988037109, -0.3234715461730957, 0.19476991891860962, 0.833464503288269, 2.0437281131744385, -0.2911558151245117, 0.14482742547988892, 1.2230569124221802, 0.06014404445886612, 0.7771428823471069, 0.31639599800109863, 0.298554003238678, 0.4019460082054138, 0.19343991577625275, 0.04671792685985565, 0.04731624200940132, 0.9998552203178406, -0.17392317950725555, 0.04405752196907997], "mean": [-0.11218337714672089, 0.9877802729606628, -0.7294034361839294, -0.41600126028060913, 0.5006827116012573, 0.5347227454185486, 0.7736483216285706, 0.19584918022155762, -0.04177353158593178, 0.26933643221855164, -0.4733903408050537, 0.3370093107223511, 0.1886463463306427, 0.8847241997718811, -0.78694748878479, 0.01093593705445528, 0.4914934039115906, 1.1689351797103882, -1.154744029045105, 0.06155919283628464, 1.0109401941299438, -0.5164782404899597, 0.6500933170318604, 0.18039929866790771, 0.13422979414463043, 0.31022167205810547, -0.2625853717327118, -0.6899153590202332, -0.6447128057479858, 0.49387410283088684, -0.520439863204956, -0.14607729017734528], "std": [0.1499190628528595, 0.5971778035163879, 0.3387657403945923, 0.3843007981777191, 0.14921681582927704, 0.3504517078399658, 0.16656911373138428, 0.11496075242757797, 0.05622003227472305, 0.05025346204638481, 0.266044020652771, 0.2449171543121338, 0.13078483939170837, 0.16730791330337524, 0.18205226957798004, 0.12486984580755234, 0.2244509756565094, 0.6637336015701294, 0.36155375838279724, 0.05561540275812149, 0.16429273784160614, 0.3375588059425354, 0.21856477856636047, 0.1102210134267807, 0.11211435496807098, 0.06251426041126251, 0.2856907546520233, 0.28744634985923767, 0.3079565763473511, 0.41278618574142456, 0.26092153787612915, 0.0758187547326088], "count": [373]}, "action": {"min": [-0.3834139108657837, 0.004799655172973871, -1.2255702018737793, -1.0789450407028198, 0.2413790374994278, 0.2611885070800781, 0.3271428644657135, 0.022693999111652374, -0.1913120001554489, 0.13651800155639648, -0.8917978405952454, 0.07229503989219666, -0.07824306190013885, 0.43283611536026, -0.9984465837478638, -0.3280963599681854, -0.016999507322907448, 0.008447393774986267, -1.5891746282577515, -0.06633996218442917, 0.49898961186408997, -1.0320830345153809, 0.03857142850756645, -0.05671200156211853, -0.01792900077998638, 0.1990939974784851, -0.6217119693756104, -0.9946280717849731, -0.9804924130439758, -0.12844854593276978, -0.992081880569458, -0.29304903745651245], "max": [0.0691499412059784, 1.996901035308838, -0.3453482985496521, -0.031381018459796906, 0.8561712503433228, 1.1732102632522583, 0.9657142758369446, 0.38997501134872437, 0.0030010000336915255, 0.3674449920654297, 0.13700862228870392, 0.8538236618041992, 0.48622873425483704, 0.9972743988037109, -0.3234715461730957, 0.1933606117963791, 0.833464503288269, 2.0437281131744385, -0.2911558151245117, 0.14482742547988892, 1.2230569124221802, 0.06014404445886612, 0.7771428823471069, 0.31639599800109863, 0.298554003238678, 0.4019460082054138, 0.19343991577625275, 0.04671792685985565, 0.04731624200940132, 0.9998552203178406, -0.17392317950725555, 0.04405752196907997], "mean": [-0.11328952014446259, 0.9880524277687073, -0.7293164730072021, -0.41757166385650635, 0.5000970363616943, 0.5360846519470215, 0.773625373840332, 0.19586743414402008, -0.04184383153915405, 0.26937875151634216, -0.4727261960506439, 0.33827659487724304, 0.1883259415626526, 0.8842562437057495, -0.7869881987571716, 0.010815507732331753, 0.49254605174064636, 1.168936014175415, -1.1559631824493408, 0.06203090026974678, 1.012758493423462, -0.5169402360916138, 0.6502810120582581, 0.1801891028881073, 0.13422036170959473, 0.31040605902671814, -0.2629985809326172, -0.6913430094718933, -0.6452937722206116, 0.4935387969017029, -0.5202789902687073, -0.1461578905582428], "std": [0.1500990390777588, 0.5967533588409424, 0.3388601541519165, 0.38488009572029114, 0.14920973777770996, 0.351057767868042, 0.16655215620994568, 0.11493382602930069, 0.05619937554001808, 0.0502706877887249, 0.26724910736083984, 0.24495072662830353, 0.1308867484331131, 0.1672990620136261, 0.18209533393383026, 0.12471411377191544, 0.2229800820350647, 0.6637318730354309, 0.35939961671829224, 0.055374737828969955, 0.16278988122940063, 0.33688682317733765, 0.2186436951160431, 0.11057528853416443, 0.11212611198425293, 0.0624672994017601, 0.2856615483760834, 0.28509700298309326, 0.30691176652908325, 0.41242659091949463, 0.26065269112586975, 0.07567024230957031], "count": [373]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4510577900326797]], [[0.4450189317810458]], [[0.41566053308823525]]], "std": [[[0.16930273626650605]], [[0.15976991184229686]], [[0.17689487145072458]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3906736254084967]], [[0.43685539624183006]], [[0.3847872937091503]]], "std": [[[0.20314276949896903]], [[0.1777705481019601]], [[0.20349464634800288]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4360114767156863]], [[0.45668432598039216]], [[0.4416219281045752]]], "std": [[[0.18969737284193774]], [[0.1516882727211912]], [[0.17337599829510794]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.2], "mean": [18.599999999999998], "std": [10.767543823918249], "count": [373]}, "frame_index": {"min": [0], "max": [372], "mean": [186.0], "std": [107.67543823918248], "count": [373]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [373]}, "index": {"min": [19940], "max": [20312], "mean": [20126.0], "std": [107.67543823918248], "count": [373]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [373]}}} +{"episode_index": 44, "stats": {"observation.state": {"min": [-0.4224918484687805, 0.003909537568688393, -1.0698693990707397, -1.1543956995010376, 0.2214648276567459, 0.21422171592712402, 0.1842857152223587, 0.0317390002310276, -0.19418999552726746, 0.14362399280071259, -0.8873791694641113, -0.04992212355136871, -0.010631425306200981, 0.3513985574245453, -0.9995341300964355, -0.3375217020511627, 0.06372196972370148, 0.00855211354792118, -1.4257071018218994, -0.042236968874931335, 0.3718423843383789, -0.9127897024154663, 0.0357142873108387, 0.00047500000800937414, -0.0031469999812543392, 0.19628000259399414, -0.7190976738929749, -0.9993795156478882, -0.9744537472724915, -0.02361490949988365, -0.9998801946640015, -0.20123831927776337], "max": [0.08038986474275589, 1.896457314491272, -0.22593286633491516, -0.1097288504242897, 0.8695404529571533, 1.3373584747314453, 0.941428542137146, 0.3633570075035095, 0.012707999907433987, 0.3773820102214813, 0.019920336082577705, 0.8817204236984253, 0.486285537481308, 0.9998236894607544, -0.389011412858963, 0.10946153849363327, 0.8858767747879028, 1.879998803138733, -0.27000242471694946, 0.17722073197364807, 1.1632269620895386, 0.0, 0.772857129573822, 0.27993398904800415, 0.2612070143222809, 0.36635199189186096, 0.07203345000743866, -0.10431133955717087, -0.006666968576610088, 0.9945328235626221, -0.22452588379383087, 0.04698925465345383], "mean": [-0.033387769013643265, 0.644326388835907, -0.5783684849739075, -0.4773353636264801, 0.5227915048599243, 0.541281521320343, 0.7885773777961731, 0.13494636118412018, -0.03359184414148331, 0.2648637294769287, -0.3202258348464966, 0.2511654198169708, 0.11273622512817383, 0.8964953422546387, -0.8691865801811218, -0.04372568055987358, 0.5312148928642273, 1.093745470046997, -0.9422273635864258, 0.10879813879728317, 0.8963301777839661, -0.46875032782554626, 0.6226171851158142, 0.1608479917049408, 0.1306665688753128, 0.2809835970401764, -0.298464298248291, -0.6952943801879883, -0.6150261163711548, 0.515565037727356, -0.5231562256813049, -0.07027601450681686], "std": [0.20044972002506256, 0.7099732160568237, 0.3246895670890808, 0.3468226194381714, 0.15357699990272522, 0.3870527446269989, 0.22898028790950775, 0.12317053973674774, 0.05725597217679024, 0.04649241641163826, 0.26943111419677734, 0.2924136817455292, 0.14442874491214752, 0.18444189429283142, 0.18923312425613403, 0.10851842910051346, 0.22305208444595337, 0.609114408493042, 0.33249104022979736, 0.06325827538967133, 0.16091343760490417, 0.3366469740867615, 0.23206716775894165, 0.08604362607002258, 0.09943811595439911, 0.050480734556913376, 0.2960969805717468, 0.2834916412830353, 0.3264240324497223, 0.4012008607387543, 0.25444716215133667, 0.06700795143842697], "count": [386]}, "action": {"min": [-0.4224918484687805, 0.003909537568688393, -1.0698693990707397, -1.1543956995010376, 0.2214648276567459, 0.21422171592712402, 0.1842857152223587, 0.0317390002310276, -0.19418999552726746, 0.14362399280071259, -0.8873791694641113, -0.04992212355136871, -0.010631425306200981, 0.3513985574245453, -0.9995341300964355, -0.3375217020511627, 0.06372196972370148, 0.00855211354792118, -1.4257071018218994, -0.042236968874931335, 0.3718423843383789, -0.9127897024154663, 0.0357142873108387, 0.00047500000800937414, -0.0031469999812543392, 0.19628000259399414, -0.7190976738929749, -0.9993795156478882, -0.9744537472724915, -0.02361490949988365, -0.9998801946640015, -0.20123831927776337], "max": [0.08038986474275589, 1.896457314491272, -0.22593286633491516, -0.1097288504242897, 0.8695404529571533, 1.3373584747314453, 0.941428542137146, 0.3633570075035095, 0.012707999907433987, 0.3773820102214813, 0.019920336082577705, 0.8817204236984253, 0.486285537481308, 0.9998236894607544, -0.389011412858963, 0.10946153849363327, 0.8858767747879028, 1.879998803138733, -0.27000242471694946, 0.17722073197364807, 1.1632269620895386, 0.0, 0.772857129573822, 0.27993398904800415, 0.2612070143222809, 0.36635199189186096, 0.07203345000743866, -0.10431133955717087, -0.006666968576610088, 0.9945328235626221, -0.22452588379383087, 0.04698925465345383], "mean": [-0.034685999155044556, 0.6450262069702148, -0.5785199999809265, -0.47936245799064636, 0.522386908531189, 0.5430759787559509, 0.7885884642601013, 0.13500282168388367, -0.03370743989944458, 0.2649288773536682, -0.3201119899749756, 0.25269588828086853, 0.11256396025419235, 0.8960670828819275, -0.8692041635513306, -0.04395822435617447, 0.532138466835022, 1.0940165519714355, -0.9432516694068909, 0.10839825123548508, 0.8977416157722473, -0.4684649705886841, 0.6225727200508118, 0.1607542783021927, 0.13064256310462952, 0.28115779161453247, -0.29903051257133484, -0.6960182785987854, -0.6153636574745178, 0.5153785943984985, -0.5230517387390137, -0.07035154849290848], "std": [0.20132948458194733, 0.7094749212265015, 0.3245384693145752, 0.34697866439819336, 0.15416346490383148, 0.387138307094574, 0.22898493707180023, 0.12313240766525269, 0.05723412707448006, 0.046494655311107635, 0.2695460319519043, 0.2924778461456299, 0.14448025822639465, 0.18440698087215424, 0.1892448514699936, 0.10829515755176544, 0.22185009717941284, 0.6086538434028625, 0.331024169921875, 0.06372219324111938, 0.15874861180782318, 0.33699730038642883, 0.2320397049188614, 0.08619842678308487, 0.09946934133768082, 0.05055072531104088, 0.2957877814769745, 0.28233838081359863, 0.3258627951145172, 0.4009949564933777, 0.25425949692726135, 0.06695045530796051], "count": [386]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.8392156862745098]], [[0.9294117647058824]], [[1.0]]], "mean": [[[0.4617349571078431]], [[0.4496602185457516]], [[0.41350138071895426]]], "std": [[[0.1732170129823505]], [[0.16236868935836613]], [[0.18164916985177745]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36255493668300653]], [[0.4641651552287582]], [[0.4152414910130719]]], "std": [[[0.21094943774188096]], [[0.16422647004429458]], [[0.181547299471214]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4452496425653595]], [[0.462025522875817]], [[0.4273917442810457]]], "std": [[[0.1909857906237848]], [[0.15554586218781688]], [[0.17437004253029276]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [38.5], "mean": [19.25], "std": [11.142822802144885], "count": [386]}, "frame_index": {"min": [0], "max": [385], "mean": [192.5], "std": [111.42822802144886], "count": [386]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [386]}, "index": {"min": [20313], "max": [20698], "mean": [20505.5], "std": [111.42822802144886], "count": [386]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [386]}}} +{"episode_index": 45, "stats": {"observation.state": {"min": [-0.8129568696022034, 0.004398229531943798, -1.0542311668395996, -1.7359567880630493, -0.3646341860294342, 0.10896090418100357, 0.45571428537368774, 0.036479998379945755, -0.2904469966888428, 0.1435219943523407, -0.7121325135231018, -0.1208546981215477, -0.02591024711728096, 0.013167058117687702, -0.9998120069503784, -0.2336258590221405, 0.04380776360630989, 0.009773843921720982, -1.0919302701950073, -0.10458012670278549, 0.37924259901046753, -1.0167241096496582, 0.04285714402794838, 0.0011650000233203173, -0.0024949999060481787, 0.2077219933271408, -0.6895574927330017, -0.999386191368103, -0.9902991652488708, -0.004699815530329943, -0.9995415806770325, -0.19473408162593842], "max": [0.14268065989017487, 1.7178926467895508, -0.19676841795444489, -0.054890602827072144, 0.9010436534881592, 1.9299850463867188, 0.9200000166893005, 0.23743000626564026, 0.0037879999727010727, 0.3923780024051666, 0.3351803719997406, 0.9871340394020081, 0.7882221341133118, 0.9998425245285034, -0.35893818736076355, 0.3535338044166565, 0.6952170133590698, 1.5359944105148315, -0.270159512758255, 0.17488199472427368, 1.2235455513000488, 0.11070623248815536, 0.8728571534156799, 0.23193800449371338, 0.1528639942407608, 0.3720020055770874, 0.16850493848323822, 0.009702001698315144, 0.03826482966542244, 0.9999771118164062, -0.1386718600988388, 0.03821660578250885], "mean": [-0.3073093593120575, 0.9213128089904785, -0.6056132912635803, -0.7720445394515991, 0.5685049295425415, 1.0701936483383179, 0.7264781594276428, 0.1412971019744873, -0.09001389890909195, 0.25977349281311035, -0.3370863199234009, 0.6223316788673401, 0.40609392523765564, 0.6720632910728455, -0.7222925424575806, 0.014005823992192745, 0.6106229424476624, 0.8763874769210815, -0.7838043570518494, 0.07327130436897278, 0.9466791749000549, -0.487496554851532, 0.5990806221961975, 0.1171538457274437, 0.08823759108781815, 0.29326558113098145, -0.24594822525978088, -0.7940059900283813, -0.6738796830177307, 0.45989954471588135, -0.5117131471633911, -0.09211903810501099], "std": [0.34750786423683167, 0.47009050846099854, 0.23878240585327148, 0.3666260838508606, 0.36237066984176636, 0.43674635887145996, 0.14333252608776093, 0.05384238064289093, 0.0864950641989708, 0.04991169646382332, 0.3461281359195709, 0.24545645713806152, 0.22948060929775238, 0.28763246536254883, 0.1651950627565384, 0.13362529873847961, 0.14960023760795593, 0.45036202669143677, 0.15253287553787231, 0.06240342929959297, 0.20406869053840637, 0.3651486933231354, 0.22237272560596466, 0.0683431327342987, 0.04738837480545044, 0.049228452146053314, 0.23673184216022491, 0.2198254019021988, 0.2956743836402893, 0.31206825375556946, 0.2829839587211609, 0.062049414962530136], "count": [477]}, "action": {"min": [-0.8129568696022034, 0.004398229531943798, -1.0542311668395996, -1.7359567880630493, -0.3646341860294342, 0.10896090418100357, 0.45571428537368774, 0.036479998379945755, -0.2904469966888428, 0.1435219943523407, -0.7121325135231018, -0.1203237920999527, -0.02591024711728096, 0.013167058117687702, -0.9998120069503784, -0.2336258590221405, 0.04380776360630989, 0.009773843921720982, -1.0919302701950073, -0.10458012670278549, 0.37924259901046753, -1.0167241096496582, 0.04285714402794838, 0.0011650000233203173, -0.0024949999060481787, 0.2077219933271408, -0.6895574927330017, -0.999386191368103, -0.9902991652488708, -0.004699815530329943, -0.9995415806770325, -0.19473408162593842], "max": [0.14268065989017487, 1.7178926467895508, -0.19676841795444489, -0.057246796786785126, 0.9010436534881592, 1.9299850463867188, 0.9200000166893005, 0.23743000626564026, 0.003713000100106001, 0.3923780024051666, 0.3351803719997406, 0.9871340394020081, 0.7882221341133118, 0.9998425245285034, -0.35893818736076355, 0.3535338044166565, 0.6952170133590698, 1.5359944105148315, -0.270159512758255, 0.17488199472427368, 1.2235455513000488, 0.11070623248815536, 0.8728571534156799, 0.23193800449371338, 0.1528639942407608, 0.3720020055770874, 0.16850493848323822, 0.009702001698315144, 0.03826482966542244, 0.9999771118164062, -0.1386718600988388, 0.03821660578250885], "mean": [-0.3093127906322479, 0.9213125109672546, -0.6055030822753906, -0.7755688428878784, 0.5669889450073242, 1.0739808082580566, 0.7267237901687622, 0.14131680130958557, -0.0900307297706604, 0.2597912549972534, -0.3365388810634613, 0.6234436631202698, 0.4059721529483795, 0.6718878149986267, -0.7222447991371155, 0.014072824269533157, 0.6119885444641113, 0.8763882517814636, -0.7843073010444641, 0.07343285530805588, 0.9470683336257935, -0.4880460202693939, 0.5985594391822815, 0.11708644032478333, 0.08824683725833893, 0.2933829426765442, -0.24561351537704468, -0.7952867150306702, -0.6741557717323303, 0.4594116508960724, -0.5116796493530273, -0.0925082340836525], "std": [0.34766238927841187, 0.47009140253067017, 0.23895898461341858, 0.36779338121414185, 0.3647509217262268, 0.43635261058807373, 0.14343872666358948, 0.05380654335021973, 0.08647759258747101, 0.04991434887051582, 0.346809446811676, 0.24327871203422546, 0.2296755313873291, 0.2874637544155121, 0.1651189774274826, 0.1336621195077896, 0.14737489819526672, 0.4503607749938965, 0.15122844278812408, 0.06204164773225784, 0.20316164195537567, 0.36445221304893494, 0.22202688455581665, 0.06843756884336472, 0.0473712794482708, 0.04923411086201668, 0.23714953660964966, 0.21698538959026337, 0.2950999438762665, 0.31140464544296265, 0.2829273045063019, 0.06201157346367836], "count": [477]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9450980392156862]]], "mean": [[[0.4487458950083301]], [[0.4546056124247085]], [[0.4268767120818916]]], "std": [[[0.17322788396341451]], [[0.16378309681265193]], [[0.17751507458520446]]], "count": [102]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4277649882256824]], [[0.4595897391227733]], [[0.41002268158080224]]], "std": [[[0.19239662270678887]], [[0.18143350418990875]], [[0.19895504734753988]]], "count": [102]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43821155525118544]], [[0.4638160302928361]], [[0.4321835291714725]]], "std": [[[0.18393350518051993]], [[0.15739922790990682]], [[0.17602040506351588]]], "count": [102]}, "timestamp": {"min": [0.0], "max": [47.6], "mean": [23.8], "std": [13.769773660691257], "count": [477]}, "frame_index": {"min": [0], "max": [476], "mean": [238.0], "std": [137.69773660691257], "count": [477]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [477]}, "index": {"min": [20699], "max": [21175], "mean": [20937.0], "std": [137.69773660691257], "count": [477]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [477]}}} +{"episode_index": 46, "stats": {"observation.state": {"min": [-0.5458167791366577, 0.002460914198309183, -0.9674534201622009, -0.9945409297943115, 0.10740756243467331, 0.1716531217098236, 0.5342857241630554, 0.031069999560713768, -0.19692499935626984, 0.13907599449157715, -0.8879945278167725, -0.01845509372651577, -0.0561864860355854, 0.5003077983856201, -1.0, -0.2885158061981201, -0.04124213010072708, 0.008185594342648983, -1.4688864946365356, -0.03364994749426842, 0.5739864110946655, -0.9040281772613525, 0.037142857909202576, -0.028125999495387077, -0.005700999870896339, 0.19858400523662567, -0.705549955368042, -0.9999698400497437, -0.9941413998603821, -0.11233692616224289, -0.995242714881897, -0.25958967208862305], "max": [0.06881833076477051, 1.8204307556152344, -0.1713738739490509, -0.15367624163627625, 0.6844483017921448, 1.0913543701171875, 0.9514285922050476, 0.32164499163627625, -0.0008149999775923789, 0.3795259892940521, 0.048625554889440536, 0.8165308833122253, 0.4547825753688812, 0.9999985098838806, -0.29477423429489136, 0.10498559474945068, 0.885283350944519, 1.9588004350662231, -0.3972020149230957, 0.15097098052501678, 1.2172973155975342, -0.021275563165545464, 0.8885714411735535, 0.28664299845695496, 0.280674010515213, 0.3970099985599518, 0.1465744525194168, 0.04123909771442413, 0.043771810829639435, 0.999678909778595, -0.10791260004043579, 0.04970821365714073], "mean": [-0.09252455830574036, 0.7382182478904724, -0.5507297515869141, -0.40607529878616333, 0.4697699546813965, 0.4677724242210388, 0.8045828938484192, 0.14329326152801514, -0.03880982846021652, 0.26092714071273804, -0.42638593912124634, 0.2502724230289459, 0.12418247014284134, 0.9110339879989624, -0.8187346458435059, -0.032864946871995926, 0.5436569452285767, 1.1532526016235352, -1.050856590270996, 0.0783049538731575, 1.0149809122085571, -0.469129353761673, 0.6567882299423218, 0.16513684391975403, 0.13874636590480804, 0.28951478004455566, -0.2973366975784302, -0.7101528644561768, -0.6478526592254639, 0.47956788539886475, -0.4645504057407379, -0.06565665453672409], "std": [0.23953919112682343, 0.571195125579834, 0.27295103669166565, 0.3309120237827301, 0.14689689874649048, 0.33346647024154663, 0.11407514661550522, 0.09472064673900604, 0.05845167115330696, 0.04510687664151192, 0.2550906836986542, 0.2808240056037903, 0.16294366121292114, 0.13700447976589203, 0.20205342769622803, 0.09310474991798401, 0.24517913162708282, 0.6334201097488403, 0.33595895767211914, 0.048962827771902084, 0.13692879676818848, 0.31589475274086, 0.2769639790058136, 0.09388008713722229, 0.1061207503080368, 0.05462411046028137, 0.296665757894516, 0.28821706771850586, 0.32495230436325073, 0.4159046709537506, 0.2871690094470978, 0.0730803906917572], "count": [377]}, "action": {"min": [-0.5458167791366577, 0.002460914198309183, -0.9674534201622009, -0.9945409297943115, 0.10740756243467331, 0.1716531217098236, 0.5342857241630554, 0.031069999560713768, -0.19692499935626984, 0.13907599449157715, -0.8879945278167725, -0.018395237624645233, -0.0561864860355854, 0.5003077983856201, -1.0, -0.2885158061981201, -0.04124213010072708, 0.008185594342648983, -1.4688864946365356, -0.03364994749426842, 0.5739864110946655, -0.9040281772613525, 0.037142857909202576, -0.028125999495387077, -0.005700999870896339, 0.19858400523662567, -0.705549955368042, -0.9999698400497437, -0.9941413998603821, -0.11233692616224289, -0.995242714881897, -0.25958967208862305], "max": [0.06881833076477051, 1.8204307556152344, -0.1713738739490509, -0.15367624163627625, 0.6844483017921448, 1.0913543701171875, 0.9514285922050476, 0.32164499163627625, -0.0008149999775923789, 0.3795259892940521, 0.048625554889440536, 0.8165308833122253, 0.4547825753688812, 0.9999985098838806, -0.29477423429489136, 0.10498559474945068, 0.885283350944519, 1.9588004350662231, -0.3972020149230957, 0.15097098052501678, 1.2172973155975342, -0.021275563165545464, 0.8885714411735535, 0.28664299845695496, 0.280674010515213, 0.3970099985599518, 0.1465744525194168, 0.04123909771442413, 0.043771810829639435, 0.999678909778595, -0.10791260004043579, 0.04970821365714073], "mean": [-0.09415489435195923, 0.7387242913246155, -0.5503608584403992, -0.40825018286705017, 0.4691275358200073, 0.46968498826026917, 0.8046890497207642, 0.14335614442825317, -0.038917168974876404, 0.2608482241630554, -0.4266040027141571, 0.2518913745880127, 0.12392043322324753, 0.9105159044265747, -0.8187350630760193, -0.033149849623441696, 0.5448848009109497, 1.1534582376480103, -1.0517792701721191, 0.07851925492286682, 1.016512393951416, -0.4693729281425476, 0.6571406722068787, 0.1650080382823944, 0.13873447477817535, 0.28964051604270935, -0.29788562655448914, -0.7115849256515503, -0.6484942436218262, 0.4792138934135437, -0.4642976224422455, -0.06570853292942047], "std": [0.24052532017230988, 0.5706273317337036, 0.2733690142631531, 0.33193883299827576, 0.14794683456420898, 0.3339128792285919, 0.11416914314031601, 0.09465440362691879, 0.05842223018407822, 0.045093148946762085, 0.25471946597099304, 0.2810294032096863, 0.1631501317024231, 0.13704070448875427, 0.20205388963222504, 0.09303305298089981, 0.24339967966079712, 0.6330604553222656, 0.3346368968486786, 0.04876616969704628, 0.13595084846019745, 0.3155849874019623, 0.27717331051826477, 0.09411157667636871, 0.10613669455051422, 0.05466480553150177, 0.29660993814468384, 0.2858131527900696, 0.3239494860172272, 0.415519118309021, 0.28675132989883423, 0.07305991649627686], "count": [377]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9725490196078431]], [[1.0]], [[1.0]]], "mean": [[[0.4585565461601307]], [[0.4474034293300654]], [[0.4114698937908497]]], "std": [[[0.1780207770836349]], [[0.16676607591150272]], [[0.18479746089978943]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3823268075980392]], [[0.4540194015522876]], [[0.4257196670751634]]], "std": [[[0.214619326771057]], [[0.17340431288789473]], [[0.19645077053518792]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45456119689542485]], [[0.4625620996732026]], [[0.4387507026143791]]], "std": [[[0.18255554202679916]], [[0.15555911056175564]], [[0.1720684167353001]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.6], "mean": [18.8], "std": [10.883014288330232], "count": [377]}, "frame_index": {"min": [0], "max": [376], "mean": [188.0], "std": [108.83014288330233], "count": [377]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [377]}, "index": {"min": [21176], "max": [21552], "mean": [21364.0], "std": [108.83014288330233], "count": [377]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [377]}}} +{"episode_index": 47, "stats": {"observation.state": {"min": [-0.511538565158844, 0.002373647643253207, -1.1659672260284424, -0.8561014533042908, 0.26452210545539856, 0.2612757980823517, 0.4528571367263794, 0.027103999629616737, -0.2059600055217743, 0.13850200176239014, -0.7928308844566345, 0.08511190861463547, 0.01586366817355156, 0.3848521411418915, -0.999409556388855, -0.19106672704219818, -0.01261872984468937, 0.008272860199213028, -1.4027036428451538, -0.2004859745502472, 0.5444554686546326, -0.798924446105957, 0.03857142850756645, -0.004100999794900417, -0.02175300009548664, 0.19783300161361694, -0.675360918045044, -0.9997870922088623, -0.991584837436676, -0.06944074481725693, -0.9965161681175232, -0.21423675119876862], "max": [-0.0429176464676857, 1.6009206771850586, -0.28909632563591003, -0.042586032301187515, 0.997909426689148, 1.0756813287734985, 0.9128571152687073, 0.27437499165534973, -0.005919000133872032, 0.42481499910354614, 0.09221503138542175, 0.9108050465583801, 0.7159628868103027, 0.9899417161941528, 0.07783269882202148, 0.17635425925254822, 0.94694584608078, 1.8880622386932373, -0.38575267791748047, 0.15138985216617584, 1.225378155708313, 0.24698153138160706, 0.8885714411735535, 0.27600300312042236, 0.26885101199150085, 0.3897069990634918, 0.09851081669330597, -0.026658574119210243, -0.032041992992162704, 0.9988799691200256, -0.11597734689712524, 0.09172745048999786], "mean": [-0.29616278409957886, 0.9388035535812378, -0.6737529039382935, -0.3275553584098816, 0.7815472483634949, 0.5299620628356934, 0.7522741556167603, 0.1480657458305359, -0.06936410814523697, 0.26681947708129883, -0.5482162833213806, 0.5697024464607239, 0.42718505859375, 0.7815934419631958, -0.5557827949523926, -0.01803923025727272, 0.6379138231277466, 1.1184015274047852, -1.016586422920227, 0.03896646946668625, 0.9915428757667542, -0.4519060552120209, 0.5979354381561279, 0.15163835883140564, 0.14245562255382538, 0.2952166795730591, -0.24000412225723267, -0.7550435066223145, -0.6942620873451233, 0.42787402868270874, -0.47534412145614624, -0.11183835566043854], "std": [0.13309170305728912, 0.43357911705970764, 0.23622208833694458, 0.2648765742778778, 0.22747449576854706, 0.23886719346046448, 0.11572787165641785, 0.06520478427410126, 0.0520099438726902, 0.05190705880522728, 0.2872779369354248, 0.18699681758880615, 0.194922536611557, 0.14737990498542786, 0.29589489102363586, 0.0868116244673729, 0.2451838105916977, 0.5871874690055847, 0.2984253764152527, 0.08531835675239563, 0.15179142355918884, 0.30657488107681274, 0.23604072630405426, 0.08263344317674637, 0.10124880075454712, 0.0553579106926918, 0.2482915222644806, 0.2900856137275696, 0.31622952222824097, 0.38104546070098877, 0.2698083221912384, 0.0705636665225029], "count": [385]}, "action": {"min": [-0.511538565158844, 0.002373647643253207, -1.1659672260284424, -0.8561014533042908, 0.26452210545539856, 0.2612757980823517, 0.4528571367263794, 0.027103999629616737, -0.2059600055217743, 0.13850200176239014, -0.7928308844566345, 0.08511190861463547, 0.01586366817355156, 0.3848521411418915, -0.999409556388855, -0.19106672704219818, -0.01261872984468937, 0.008272860199213028, -1.4027036428451538, -0.2004859745502472, 0.5444554686546326, -0.798924446105957, 0.03857142850756645, -0.004100999794900417, -0.02175300009548664, 0.19783300161361694, -0.675360918045044, -0.9997870922088623, -0.991584837436676, -0.06944074481725693, -0.9965161681175232, -0.21423675119876862], "max": [-0.0429176464676857, 1.6009206771850586, -0.28909632563591003, -0.042586032301187515, 0.997909426689148, 1.0756813287734985, 0.9128571152687073, 0.27437499165534973, -0.005919000133872032, 0.42481499910354614, 0.09221503138542175, 0.9108050465583801, 0.7159628868103027, 0.9899417161941528, 0.07783269882202148, 0.17635425925254822, 0.94694584608078, 1.8880622386932373, -0.38575267791748047, 0.15138985216617584, 1.225378155708313, 0.24698153138160706, 0.8885714411735535, 0.27600300312042236, 0.26885101199150085, 0.3897069990634918, 0.09851081669330597, -0.026658574119210243, -0.032041992992162704, 0.9988799691200256, -0.11597734689712524, 0.09172745048999786], "mean": [-0.2973710596561432, 0.9391013383865356, -0.6737812757492065, -0.32901257276535034, 0.7813727259635925, 0.5312597751617432, 0.7520033121109009, 0.14806953072547913, -0.06944692134857178, 0.2668459713459015, -0.5481021404266357, 0.571099042892456, 0.4269425868988037, 0.7810332179069519, -0.5557898879051208, -0.01814999245107174, 0.6393711566925049, 1.1186997890472412, -1.0174033641815186, 0.03827020153403282, 0.9932264685630798, -0.4509749412536621, 0.597293496131897, 0.15157023072242737, 0.142391636967659, 0.29530641436576843, -0.2410578578710556, -0.7557461261749268, -0.6943806409835815, 0.42775627970695496, -0.47501736879348755, -0.11155707389116287], "std": [0.13291393220424652, 0.43297627568244934, 0.23617663979530334, 0.2654848098754883, 0.2278401404619217, 0.23876126110553741, 0.11547349393367767, 0.06519823521375656, 0.051934778690338135, 0.05191529542207718, 0.28752344846725464, 0.18542560935020447, 0.1953754723072052, 0.1469988375902176, 0.29590556025505066, 0.08667106926441193, 0.2429705560207367, 0.5866521000862122, 0.29712480306625366, 0.08616748452186584, 0.1504189372062683, 0.3081476390361786, 0.2355840802192688, 0.08275027573108673, 0.10134468972682953, 0.05537542700767517, 0.24846239387989044, 0.2886447608470917, 0.31599709391593933, 0.3808760344982147, 0.26925376057624817, 0.07102286070585251], "count": [385]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46437945874183006]], [[0.4482054064542484]], [[0.40685842116013077]]], "std": [[[0.18363055346067428]], [[0.1732335184834505]], [[0.19042891810729207]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42824216707516344]], [[0.45363301674836604]], [[0.43018093545751634]]], "std": [[[0.1939101665475318]], [[0.17001789683064258]], [[0.20056730085996832]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47014509395424836]], [[0.4684948590686275]], [[0.4284418504901961]]], "std": [[[0.1813238319369254]], [[0.15454002690105592]], [[0.17119371448861326]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [38.4], "mean": [19.2], "std": [11.113955191559844], "count": [385]}, "frame_index": {"min": [0], "max": [384], "mean": [192.0], "std": [111.13955191559843], "count": [385]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [385]}, "index": {"min": [21553], "max": [21937], "mean": [21745.0], "std": [111.13955191559843], "count": [385]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [385]}}} +{"episode_index": 48, "stats": {"observation.state": {"min": [-0.5818403959274292, 0.0039618974551558495, -1.2677024602890015, -0.6647435426712036, 0.24720843136310577, 0.21696187555789948, 0.4000000059604645, 0.006812000181525946, -0.23037700355052948, 0.14123399555683136, -0.7579267621040344, -0.06020573899149895, 0.01965184137225151, 0.3206380307674408, -0.9983688592910767, -0.18652163445949554, 0.05970771238207817, 0.008203047327697277, -1.3860182762145996, -0.28811895847320557, 0.4910832941532135, -0.8365537524223328, 0.044285714626312256, -0.006682999897748232, -0.03429799899458885, 0.20542900264263153, -0.6513532400131226, -0.9980096817016602, -0.9909350872039795, -0.0758337676525116, -0.9931196570396423, -0.24019920825958252], "max": [0.08032005280256271, 1.6904560327529907, -0.3156777024269104, -0.08173377066850662, 1.164710521697998, 0.9340129494667053, 0.9214285612106323, 0.2761920094490051, -0.0005970000056549907, 0.40143701434135437, 0.148320272564888, 0.9295836091041565, 0.7466747164726257, 0.9985241889953613, 0.055229008197784424, 0.1845492124557495, 0.9153379201889038, 1.8895282745361328, -0.3159569501876831, 0.09787806123495102, 1.2251513004302979, 0.26309093832969666, 0.6757143139839172, 0.2755360007286072, 0.2703860104084015, 0.3990190029144287, 0.1062072217464447, -0.029315445572137833, -0.05120287090539932, 0.9976845979690552, -0.12765318155288696, 0.0296507328748703], "mean": [-0.2782052755355835, 0.899872899055481, -0.6664688587188721, -0.22598807513713837, 0.8583176136016846, 0.5307092666625977, 0.7290762066841125, 0.13600346446037292, -0.06409294158220291, 0.261834055185318, -0.5113445520401001, 0.6106828451156616, 0.5227981805801392, 0.7307164072990417, -0.4938512444496155, 0.016700007021427155, 0.6259787678718567, 1.0638618469238281, -1.033368468284607, -0.05734472721815109, 1.0296292304992676, -0.3650048077106476, 0.5540483593940735, 0.14946188032627106, 0.12677361071109772, 0.30484825372695923, -0.26458466053009033, -0.6896316409111023, -0.6618306636810303, 0.48942863941192627, -0.48533064126968384, -0.14609070122241974], "std": [0.17033562064170837, 0.48185890913009644, 0.2817474901676178, 0.18848568201065063, 0.23779042065143585, 0.17591775953769684, 0.12967799603939056, 0.07310124486684799, 0.06087685748934746, 0.0533619150519371, 0.252993643283844, 0.2454051375389099, 0.23441140353679657, 0.1530008614063263, 0.31994548439979553, 0.09596008062362671, 0.22862187027931213, 0.6249271631240845, 0.32031428813934326, 0.11580122262239456, 0.2008339762687683, 0.3645842671394348, 0.1875552237033844, 0.087892547249794, 0.10721519589424133, 0.06092124804854393, 0.26048538088798523, 0.31198933720588684, 0.3228747844696045, 0.40178194642066956, 0.29039353132247925, 0.0689830332994461], "count": [379]}, "action": {"min": [-0.5818403959274292, 0.0039618974551558495, -1.2677024602890015, -0.6647435426712036, 0.24720843136310577, 0.21696187555789948, 0.4000000059604645, 0.006812000181525946, -0.23037700355052948, 0.14123399555683136, -0.7579267621040344, -0.06020573899149895, 0.01965184137225151, 0.3206380307674408, -0.9983688592910767, -0.18652163445949554, 0.05970771238207817, 0.008203047327697277, -1.3860182762145996, -0.28811895847320557, 0.4910832941532135, -0.8365537524223328, 0.044285714626312256, -0.006682999897748232, -0.03429799899458885, 0.20542900264263153, -0.6513532400131226, -0.9980096817016602, -0.9909350872039795, -0.0758337676525116, -0.9931196570396423, -0.24019920825958252], "max": [0.08032005280256271, 1.6904560327529907, -0.3156777024269104, -0.08173377066850662, 1.164710521697998, 0.9340129494667053, 0.9214285612106323, 0.2761920094490051, -0.0005970000056549907, 0.40143701434135437, 0.148320272564888, 0.9295836091041565, 0.7466747164726257, 0.9985241889953613, 0.055229008197784424, 0.1845492124557495, 0.9153379201889038, 1.8895282745361328, -0.3159569501876831, 0.09787806123495102, 1.2251513004302979, 0.26309093832969666, 0.6757143139839172, 0.2755360007286072, 0.2703860104084015, 0.3990190029144287, 0.1062072217464447, -0.029315445572137833, -0.05120287090539932, 0.9976845979690552, -0.12765318155288696, 0.0296507328748703], "mean": [-0.27969253063201904, 0.8998736143112183, -0.6666987538337708, -0.2266714721918106, 0.8588207960128784, 0.5310291647911072, 0.7292797565460205, 0.135938823223114, -0.0641542375087738, 0.2618674337863922, -0.511504590511322, 0.6124526858329773, 0.522636890411377, 0.7301115393638611, -0.49385717511177063, 0.016433395445346832, 0.6274932026863098, 1.064147710800171, -1.0344363451004028, -0.05785239115357399, 1.0315487384796143, -0.36433202028274536, 0.5539465546607971, 0.1493716835975647, 0.12669704854488373, 0.30499494075775146, -0.26552531123161316, -0.6904345154762268, -0.6620035171508789, 0.48928961157798767, -0.48503538966178894, -0.14585083723068237], "std": [0.16965772211551666, 0.4818575382232666, 0.2814967930316925, 0.18863706290721893, 0.23700255155563354, 0.17545656859874725, 0.1298540234565735, 0.07320445775985718, 0.06082625314593315, 0.053378064185380936, 0.2526838779449463, 0.24319800734519958, 0.23473021388053894, 0.15240444242954254, 0.31995493173599243, 0.09589871019124985, 0.22675926983356476, 0.6244684457778931, 0.3185900151729584, 0.11632996052503586, 0.199147030711174, 0.36546286940574646, 0.18751907348632812, 0.08803091198205948, 0.10731714218854904, 0.06090911477804184, 0.2605046033859253, 0.3106778562068939, 0.32258790731430054, 0.4016161262989044, 0.28993549942970276, 0.0693306177854538], "count": [379]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46239156658496733]], [[0.4485613276143791]], [[0.40978625204248365]]], "std": [[[0.1777779023903343]], [[0.16797238570969977]], [[0.18636807181201306]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4399621160130719]], [[0.4522059415849673]], [[0.4439108210784314]]], "std": [[[0.1928223985865311]], [[0.17722164297866214]], [[0.20451154040479877]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9019607843137255]], [[1.0]]], "mean": [[[0.46080035947712417]], [[0.46599247753267975]], [[0.42469541870915034]]], "std": [[[0.18493406011998811]], [[0.1523360681629927]], [[0.16827798534910832]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.940749517286282], "count": [379]}, "frame_index": {"min": [0], "max": [378], "mean": [189.0], "std": [109.40749517286281], "count": [379]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [379]}, "index": {"min": [21938], "max": [22316], "mean": [22127.0], "std": [109.40749517286281], "count": [379]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [379]}}} +{"episode_index": 49, "stats": {"observation.state": {"min": [-0.4991815984249115, 0.0024958208668977022, -1.2057956457138062, -0.7973710894584656, 0.2681872844696045, 0.028640853241086006, 0.46000000834465027, 0.03023100085556507, -0.20992200076580048, 0.14753900468349457, -0.824604868888855, -0.04543608799576759, -0.04608406126499176, 0.41311556100845337, -0.9997014999389648, -0.3274928629398346, -0.09997245669364929, 0.006667157635092735, -1.3960539102554321, -0.27490681409835815, 0.44657739996910095, -0.9131911396980286, 0.03857142850756645, -0.012744000181555748, -0.03437500074505806, 0.20127099752426147, -0.6765832304954529, -0.9997788667678833, -0.9838367700576782, -0.04424607753753662, -0.9940677285194397, -0.2710561156272888], "max": [0.07511896640062332, 1.6919395923614502, -0.2797239124774933, 0.013142328709363937, 1.1354414224624634, 0.9639453291893005, 0.8742856979370117, 0.28140801191329956, -0.00026500000967644155, 0.3691540062427521, 0.10148877650499344, 0.8850347995758057, 0.6221569180488586, 0.9992609620094299, 0.08134707808494568, 0.22716137766838074, 0.8185070157051086, 1.9063881635665894, -0.3166201710700989, 0.25221753120422363, 1.2251862287521362, 0.2509085237979889, 0.7171428799629211, 0.28377199172973633, 0.2685210108757019, 0.4235050082206726, 0.06449449062347412, 0.07435617595911026, -0.06384709477424622, 0.9976044297218323, -0.1763460636138916, 0.07846030592918396], "mean": [-0.1940152645111084, 0.9900650978088379, -0.716168224811554, -0.293515682220459, 0.8886198401451111, 0.5390173196792603, 0.7659370303153992, 0.15618686378002167, -0.05862309783697128, 0.26177796721458435, -0.5955107808113098, 0.5311208367347717, 0.44025999307632446, 0.7922075986862183, -0.46608179807662964, -0.053786005824804306, 0.5581038594245911, 1.0531278848648071, -0.9693455100059509, 0.07004986703395844, 1.0434616804122925, -0.46670928597450256, 0.5769222378730774, 0.1478542685508728, 0.12391466647386551, 0.2864587604999542, -0.2918756604194641, -0.7085893750190735, -0.6725863218307495, 0.4754675328731537, -0.46950289607048035, -0.06651099026203156], "std": [0.1395045518875122, 0.4884643256664276, 0.2503795027732849, 0.2622659504413605, 0.25921720266342163, 0.21607956290245056, 0.11920693516731262, 0.07301833480596542, 0.058496054261922836, 0.04943741858005524, 0.28432828187942505, 0.21994692087173462, 0.2058810293674469, 0.150614932179451, 0.33328235149383545, 0.1279183328151703, 0.24285216629505157, 0.6390224695205688, 0.35602083802223206, 0.13991911709308624, 0.1953715831041336, 0.3699246346950531, 0.18687225878238678, 0.09182132035493851, 0.10325120389461517, 0.05235089734196663, 0.2621772885322571, 0.33673933148384094, 0.32253095507621765, 0.3853054940700531, 0.2631358504295349, 0.07452686876058578], "count": [346]}, "action": {"min": [-0.4991815984249115, 0.0024958208668977022, -1.2057956457138062, -0.7973710894584656, 0.2681872844696045, 0.028640853241086006, 0.46000000834465027, 0.03023100085556507, -0.20992200076580048, 0.14753900468349457, -0.824604868888855, -0.04543608799576759, -0.04600844159722328, 0.41311556100845337, -0.9997014999389648, -0.3274928629398346, -0.09997245669364929, 0.006667157635092735, -1.3960539102554321, -0.27490681409835815, 0.44657739996910095, -0.9131911396980286, 0.03857142850756645, -0.012744000181555748, -0.03437500074505806, 0.20127099752426147, -0.6765832304954529, -0.9997788667678833, -0.9838367700576782, -0.04424607753753662, -0.9940677285194397, -0.2710561156272888], "max": [0.07511896640062332, 1.6919395923614502, -0.2797239124774933, 0.013142328709363937, 1.1354414224624634, 0.9639453291893005, 0.8742856979370117, 0.28140801191329956, -0.00026500000967644155, 0.3691540062427521, 0.10148877650499344, 0.8850347995758057, 0.6221569180488586, 0.9992609620094299, 0.08134707808494568, 0.22716137766838074, 0.8185070157051086, 1.9063881635665894, -0.3166201710700989, 0.25221753120422363, 1.2251862287521362, 0.2509085237979889, 0.7171428799629211, 0.28377199172973633, 0.2685210108757019, 0.4235050082206726, 0.06449449062347412, 0.07435617595911026, -0.06384709477424622, 0.9976044297218323, -0.1763460636138916, 0.07846030592918396], "mean": [-0.19504845142364502, 0.9902117848396301, -0.7160544395446777, -0.2950752079486847, 0.8883154392242432, 0.5407611131668091, 0.7657924890518188, 0.1562015265226364, -0.058694079518318176, 0.2617762088775635, -0.5953144431114197, 0.5324612259864807, 0.440387487411499, 0.7919430732727051, -0.46607154607772827, -0.053529877215623856, 0.5600032806396484, 1.0531446933746338, -0.9702523946762085, 0.06912090629339218, 1.0456634759902954, -0.4655624032020569, 0.5770089626312256, 0.1477304846048355, 0.12381905317306519, 0.28653594851493835, -0.2929910123348236, -0.7095420360565186, -0.6726095676422119, 0.4753938913345337, -0.4691966474056244, -0.06617387384176254], "std": [0.13882982730865479, 0.4881744980812073, 0.2505687177181244, 0.26261278986930847, 0.25988292694091797, 0.2143816351890564, 0.11910554021596909, 0.07299362868070602, 0.058440305292606354, 0.04943664371967316, 0.28478574752807617, 0.21784505248069763, 0.20559319853782654, 0.1503334641456604, 0.333266019821167, 0.1280193030834198, 0.24025417864322662, 0.6389951705932617, 0.35475388169288635, 0.14113402366638184, 0.192983016371727, 0.371529221534729, 0.1868857741355896, 0.0920068696141243, 0.10338231176137924, 0.05235467851161957, 0.2620221674442291, 0.3349873721599579, 0.32248979806900024, 0.38520896434783936, 0.26258763670921326, 0.07462646812200546], "count": [346]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.4637414848856209]], [[0.448267385620915]], [[0.4087074979575164]]], "std": [[[0.1774080508041645]], [[0.16710162491338892]], [[0.18550441222680128]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4325996568627451]], [[0.44992462826797386]], [[0.43632439746732027]]], "std": [[[0.19206052170627913]], [[0.17842529930569734]], [[0.20471709273366775]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4618875878267974]], [[0.467363029003268]], [[0.43489310866013076]]], "std": [[[0.18023087964353224]], [[0.15031338881425502]], [[0.166986787853151]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [34.5], "mean": [17.25], "std": [9.988117940833497], "count": [346]}, "frame_index": {"min": [0], "max": [345], "mean": [172.5], "std": [99.88117940833499], "count": [346]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [346]}, "index": {"min": [22317], "max": [22662], "mean": [22489.5], "std": [99.88117940833499], "count": [346]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [346]}}} +{"episode_index": 50, "stats": {"observation.state": {"min": [-0.718185544013977, 0.003804817795753479, -1.1470303535461426, -0.9797230958938599, 0.2577851116657257, 0.16713272035121918, 0.6285714507102966, 0.026218999177217484, -0.2724500000476837, 0.126460999250412, -0.8603674173355103, 0.03974044322967529, -0.042960911989212036, 0.32701942324638367, -0.9994513988494873, -0.24154287576675415, 0.03300417587161064, 0.00890117883682251, -1.3058552742004395, -0.12545426189899445, 0.3977605402469635, -1.038732647895813, 0.03285714238882065, -0.007817000150680542, -0.0160910002887249, 0.20138999819755554, -0.6956368088722229, -0.9993902444839478, -0.9860098958015442, -0.012634335085749626, -0.9977385401725769, -0.2448958158493042], "max": [-0.025621432811021805, 1.973862648010254, -0.27181756496429443, -0.00654498441144824, 0.797859787940979, 1.090394377708435, 0.9242857098579407, 0.36438098549842834, -0.0029879999347031116, 0.3650049865245819, 0.11545896530151367, 0.9138251543045044, 0.5842644572257996, 0.9959133863449097, -0.25480449199676514, 0.21174275875091553, 0.6803118586540222, 1.7765357494354248, -0.2696184515953064, 0.19570375978946686, 1.225535273551941, 0.06731735169887543, 0.7971428632736206, 0.2802950143814087, 0.19530299305915833, 0.3835200071334839, 0.04943723604083061, -0.02173791266977787, -0.02645212970674038, 0.9991097450256348, -0.16620083153247833, 0.021322844550013542], "mean": [-0.23451243340969086, 1.0758072137832642, -0.7689056396484375, -0.3031902015209198, 0.615869402885437, 0.44881176948547363, 0.7888389825820923, 0.192628875374794, -0.06907226145267487, 0.2631201446056366, -0.5808306932449341, 0.4260752499103546, 0.29900091886520386, 0.8503775596618652, -0.6554843187332153, 0.013247975148260593, 0.4943254292011261, 1.0967622995376587, -0.9504547119140625, 0.08181020617485046, 1.0416635274887085, -0.5578776597976685, 0.6321484446525574, 0.16352012753486633, 0.10758481919765472, 0.28575828671455383, -0.32555651664733887, -0.7400464415550232, -0.703744649887085, 0.4764379858970642, -0.42775464057922363, -0.07746857404708862], "std": [0.20795902609825134, 0.5262449383735657, 0.2699195444583893, 0.33392930030822754, 0.16157008707523346, 0.30094635486602783, 0.08066593110561371, 0.08897417783737183, 0.08128206431865692, 0.04624146595597267, 0.2896246612071991, 0.22971121966838837, 0.14648400247097015, 0.18513604998588562, 0.1955345869064331, 0.08999813348054886, 0.15051411092281342, 0.5386467576026917, 0.24570634961128235, 0.10438817739486694, 0.17714187502861023, 0.3936797082424164, 0.22610273957252502, 0.08777100592851639, 0.07350828498601913, 0.05001818388700485, 0.2691304087638855, 0.2834194600582123, 0.2919881343841553, 0.3680552840232849, 0.241028293967247, 0.05954680219292641], "count": [380]}, "action": {"min": [-0.718185544013977, 0.003804817795753479, -1.1470303535461426, -0.9797230958938599, 0.2577851116657257, 0.16713272035121918, 0.6285714507102966, 0.026218999177217484, -0.2724500000476837, 0.126460999250412, -0.8603674173355103, 0.03974044322967529, -0.042960911989212036, 0.32701942324638367, -0.9994513988494873, -0.24154287576675415, 0.03300417587161064, 0.00890117883682251, -1.3058552742004395, -0.12545426189899445, 0.3977605402469635, -1.038732647895813, 0.03285714238882065, -0.007817000150680542, -0.0160910002887249, 0.20138999819755554, -0.6956368088722229, -0.9993902444839478, -0.9860098958015442, -0.012634335085749626, -0.9977385401725769, -0.2448958158493042], "max": [-0.025621432811021805, 1.973862648010254, -0.27181756496429443, -0.00654498441144824, 0.797859787940979, 1.090394377708435, 0.9242857098579407, 0.36438098549842834, -0.0029879999347031116, 0.3650049865245819, 0.11545896530151367, 0.9138251543045044, 0.5842644572257996, 0.9959133863449097, -0.25480449199676514, 0.21174275875091553, 0.6803118586540222, 1.7765357494354248, -0.2696184515953064, 0.19570375978946686, 1.225535273551941, 0.06731735169887543, 0.7971428632736206, 0.2802950143814087, 0.19530299305915833, 0.3835200071334839, 0.04943723604083061, -0.02173791266977787, -0.02645212970674038, 0.9991097450256348, -0.16620083153247833, 0.021322844550013542], "mean": [-0.2354392409324646, 1.075806975364685, -0.7688680291175842, -0.3045884072780609, 0.6159707903862, 0.4499983489513397, 0.7891397476196289, 0.1926082968711853, -0.06913573294878006, 0.26311108469963074, -0.5808387994766235, 0.427337110042572, 0.2987305223941803, 0.8500037789344788, -0.6554920673370361, 0.013127976097166538, 0.4954972565174103, 1.0971438884735107, -0.9517114162445068, 0.08157868683338165, 1.0437636375427246, -0.5576388835906982, 0.6325995922088623, 0.16340231895446777, 0.10754292458295822, 0.28594106435775757, -0.32658451795578003, -0.7409270405769348, -0.7041463851928711, 0.47626808285713196, -0.4274008870124817, -0.07741811871528625], "std": [0.207810640335083, 0.5262457728385925, 0.26998797059059143, 0.3341504633426666, 0.16135762631893158, 0.3007221519947052, 0.08095681667327881, 0.0890117958188057, 0.08123984187841415, 0.04623773321509361, 0.2896052598953247, 0.2289009690284729, 0.14698922634124756, 0.18498525023460388, 0.19554780423641205, 0.08993789553642273, 0.14863969385623932, 0.5379273295402527, 0.24343185126781464, 0.10474946349859238, 0.17447343468666077, 0.3940314054489136, 0.22625410556793213, 0.08797058463096619, 0.07357415556907654, 0.050064150243997574, 0.2689017057418823, 0.28170156478881836, 0.29120612144470215, 0.3678293228149414, 0.24029208719730377, 0.05957082659006119], "count": [380]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.45952157679738564]], [[0.4432524591503268]], [[0.3987343178104575]]], "std": [[[0.17984056625678796]], [[0.16623481510454846]], [[0.184896983848969]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40385758782679737]], [[0.4222413848039216]], [[0.4047325816993464]]], "std": [[[0.21294219590313915]], [[0.18902864221657992]], [[0.218759590115874]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.46320180147058826]], [[0.46133683823529414]], [[0.42357332312091506]]], "std": [[[0.1798536786167924]], [[0.1550689974397023]], [[0.16795230596292707]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.9], "mean": [18.95], "std": [10.969617130966787], "count": [380]}, "frame_index": {"min": [0], "max": [379], "mean": [189.5], "std": [109.69617130966787], "count": [380]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [380]}, "index": {"min": [22663], "max": [23042], "mean": [22852.5], "std": [109.69617130966787], "count": [380]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [380]}}} +{"episode_index": 51, "stats": {"observation.state": {"min": [-0.5464974641799927, 0.00427605677396059, -1.0554180145263672, -1.3363986015319824, 0.08834856748580933, 0.21558307111263275, 0.5757142901420593, 0.03206399828195572, -0.2346230000257492, 0.13757699728012085, -0.9135985970497131, -0.0431041494011879, -0.06552118808031082, 0.2821296751499176, -0.9998907446861267, -0.46830663084983826, 0.15491542220115662, 0.00830776710063219, -1.2769352197647095, -0.1633279025554657, 0.4228234589099884, -0.918758749961853, 0.02142857201397419, -0.027533000335097313, -0.038940999656915665, 0.1951950043439865, -0.7040987610816956, -0.9974605441093445, -0.9887531995773315, 0.034126508980989456, -0.9962280988693237, -0.201995387673378], "max": [0.09848892688751221, 1.894956350326538, -0.16393877565860748, -0.16557937860488892, 0.9254084825515747, 1.4417990446090698, 0.9399999976158142, 0.3530060052871704, -0.0021720000077039003, 0.356222003698349, 0.1359122097492218, 0.9090738892555237, 0.4464448392391205, 0.9988698959350586, -0.33283600211143494, 0.08732157945632935, 0.68999844789505, 1.7594314813613892, -0.2555510997772217, 0.1664694994688034, 1.2234059572219849, 0.17954201996326447, 0.7942857146263123, 0.27275800704956055, 0.20070600509643555, 0.3473210036754608, -0.010961185209453106, -0.17100128531455994, 0.019718697294592857, 0.9852393865585327, -0.13887926936149597, 0.08475802093744278], "mean": [-0.16677068173885345, 1.0471060276031494, -0.7126073837280273, -0.5857388973236084, 0.5521996021270752, 0.6619815230369568, 0.7945998311042786, 0.1922765076160431, -0.06260108202695847, 0.25936347246170044, -0.5252653360366821, 0.37217363715171814, 0.18149113655090332, 0.831354022026062, -0.7388883829116821, -0.07833848893642426, 0.5845876336097717, 0.9611510634422302, -0.8697673082351685, 0.014211506582796574, 1.000360131263733, -0.3461831510066986, 0.6539113521575928, 0.13822641968727112, 0.09729061275720596, 0.2868330776691437, -0.367243230342865, -0.7032133936882019, -0.6248238682746887, 0.5578098893165588, -0.4805474281311035, -0.06818538159132004], "std": [0.2406693696975708, 0.5721640586853027, 0.274802029132843, 0.5065218210220337, 0.1942715048789978, 0.4759816527366638, 0.11492285877466202, 0.0933358445763588, 0.0800849124789238, 0.04504484310746193, 0.3119801878929138, 0.28814753890037537, 0.1188613772392273, 0.23550525307655334, 0.1836862564086914, 0.16034269332885742, 0.18425725400447845, 0.5602490305900574, 0.2524983882904053, 0.08956348150968552, 0.21072456240653992, 0.4124976098537445, 0.21992315351963043, 0.08864077180624008, 0.07324334979057312, 0.04817630723118782, 0.2568221390247345, 0.25770530104637146, 0.3247930407524109, 0.34462687373161316, 0.2689848244190216, 0.06714976578950882], "count": [360]}, "action": {"min": [-0.5464974641799927, 0.00427605677396059, -1.0554180145263672, -1.3363986015319824, 0.08834856748580933, 0.21558307111263275, 0.5757142901420593, 0.03206399828195572, -0.2346230000257492, 0.13757699728012085, -0.9135985970497131, -0.0431041494011879, -0.06552118808031082, 0.2821296751499176, -0.9998907446861267, -0.46830663084983826, 0.15491542220115662, 0.00830776710063219, -1.2769352197647095, -0.1633279025554657, 0.4228234589099884, -0.918758749961853, 0.02142857201397419, -0.027533000335097313, -0.038940999656915665, 0.1951950043439865, -0.7040987610816956, -0.9974605441093445, -0.9887531995773315, 0.034126508980989456, -0.9962280988693237, -0.201995387673378], "max": [0.09848892688751221, 1.894956350326538, -0.16393877565860748, -0.16557937860488892, 0.9254084825515747, 1.4417990446090698, 0.9399999976158142, 0.3530060052871704, -0.0021720000077039003, 0.356222003698349, 0.1359122097492218, 0.9090738892555237, 0.4464448392391205, 0.9988698959350586, -0.33283600211143494, 0.08732157945632935, 0.68999844789505, 1.7594314813613892, -0.2555510997772217, 0.1664694994688034, 1.2234059572219849, 0.17954201996326447, 0.7942857146263123, 0.27275800704956055, 0.20070600509643555, 0.3473210036754608, -0.010961185209453106, -0.17100128531455994, 0.019718697294592857, 0.9852393865585327, -0.13887926936149597, 0.08475802093744278], "mean": [-0.16856230795383453, 1.047310709953308, -0.7122049927711487, -0.5888170003890991, 0.551548421382904, 0.6650168299674988, 0.7945363521575928, 0.19230520725250244, -0.06269171833992004, 0.25929737091064453, -0.5250895023345947, 0.37392428517341614, 0.18118254840373993, 0.8308276534080505, -0.738866925239563, -0.07838194072246552, 0.5860681533813477, 0.9611581563949585, -0.8711316585540771, 0.013649030588567257, 1.0025635957717896, -0.345559298992157, 0.6558438539505005, 0.13805142045021057, 0.09716204553842545, 0.28702858090400696, -0.36798807978630066, -0.7040678858757019, -0.6251363158226013, 0.5575072169303894, -0.4803498685359955, -0.0680093914270401], "std": [0.24108867347240448, 0.571804940700531, 0.27549827098846436, 0.5074524283409119, 0.19542883336544037, 0.4766090214252472, 0.1148577630519867, 0.09328827261924744, 0.08003494143486023, 0.04502376541495323, 0.3123345971107483, 0.28753605484962463, 0.11935644596815109, 0.23534353077411652, 0.18365663290023804, 0.16031187772750854, 0.18293480575084686, 0.5602377653121948, 0.25049465894699097, 0.09003955125808716, 0.20883506536483765, 0.41312175989151, 0.21808408200740814, 0.08890131115913391, 0.07344147562980652, 0.04820505529642105, 0.25639793276786804, 0.2564457356929779, 0.3242674469947815, 0.34429922699928284, 0.2686322033405304, 0.06739021092653275], "count": [360]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.462288010620915]], [[0.4461868954248366]], [[0.4024843096405229]]], "std": [[[0.17993529939092373]], [[0.1664774138696258]], [[0.18630953742332573]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3977065992647059]], [[0.432806875]], [[0.41362054330065356]]], "std": [[[0.22153203536997534]], [[0.19314334077143433]], [[0.223786919652149]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4571992769607843]], [[0.46173123774509806]], [[0.42536875]]], "std": [[[0.19030546010161026]], [[0.15796195841181845]], [[0.17366546867445204]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [35.9], "mean": [17.95], "std": [10.392264751567227], "count": [360]}, "frame_index": {"min": [0], "max": [359], "mean": [179.5], "std": [103.92264751567228], "count": [360]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [360]}, "index": {"min": [23043], "max": [23402], "mean": [23222.5], "std": [103.92264751567228], "count": [360]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [360]}}} +{"episode_index": 52, "stats": {"observation.state": {"min": [-0.6411990523338318, 0.001570796244777739, -1.1282681226730347, -0.9590933322906494, 0.2358987033367157, 0.02139773592352867, 0.5099999904632568, -0.014957999810576439, -0.2497979998588562, 0.12474299967288971, -0.9057025909423828, 0.023417966440320015, 0.03466624766588211, 0.4038085341453552, -0.9993385672569275, -0.19060316681861877, 0.039304815232753754, 0.008796459063887596, -1.2570908069610596, -0.3053104281425476, 0.3188192844390869, -1.0365509986877441, 0.041428569704294205, -0.025822000578045845, -0.05864100158214569, 0.19164499640464783, -0.7025624513626099, -0.9971287250518799, -0.9817796945571899, 0.012715725228190422, -0.9998143911361694, -0.4018867015838623], "max": [0.025080380961298943, 1.8089988231658936, -0.21626374125480652, 0.11515682190656662, 0.8204792737960815, 1.1069750785827637, 0.9071428775787354, 0.3115690052509308, 0.014415999874472618, 0.40148499608039856, 0.09595992416143417, 0.90790194272995, 0.5668091177940369, 0.9983922839164734, -0.3333626091480255, 0.1753751039505005, 0.7439989447593689, 1.738592267036438, -0.2778738737106323, 0.1817760318517685, 1.2173845767974854, 0.26312583684921265, 0.7914285659790039, 0.2718299925327301, 0.19825400412082672, 0.37721899151802063, 0.039597105234861374, 0.007855228148400784, -0.015357140451669693, 0.9998712539672852, -0.18780989944934845, 0.059921663254499435], "mean": [-0.18049325048923492, 0.9863919615745544, -0.729491114616394, -0.31607091426849365, 0.5865455269813538, 0.4611845016479492, 0.7885584235191345, 0.1783091425895691, -0.05169910192489624, 0.26745134592056274, -0.5308391451835632, 0.3790472745895386, 0.2548013925552368, 0.8733864426612854, -0.7080441117286682, 0.008802683092653751, 0.6032291054725647, 0.9114535450935364, -0.9073510766029358, -0.01903814822435379, 1.0094894170761108, -0.33788543939590454, 0.6351290345191956, 0.1287272572517395, 0.08961484581232071, 0.3036002218723297, -0.29935136437416077, -0.676543653011322, -0.6074616312980652, 0.5405839085578918, -0.5317176580429077, -0.0806758925318718], "std": [0.23503518104553223, 0.5705810785293579, 0.23503465950489044, 0.2822197675704956, 0.13771380484104156, 0.2817505896091461, 0.10810782015323639, 0.09418177604675293, 0.0749225914478302, 0.05816350504755974, 0.3136010766029358, 0.2344762235879898, 0.12149020284414291, 0.17641253769397736, 0.19711394608020782, 0.08567652106285095, 0.21737994253635406, 0.5792163610458374, 0.25136569142341614, 0.15947535634040833, 0.25360196828842163, 0.48481571674346924, 0.19162175059318542, 0.09238594770431519, 0.08322729915380478, 0.05436864495277405, 0.2578948736190796, 0.3085065186023712, 0.3393543064594269, 0.3687925636768341, 0.2774609923362732, 0.11119942367076874], "count": [379]}, "action": {"min": [-0.6411990523338318, 0.001570796244777739, -1.1282681226730347, -0.9590933322906494, 0.2358987033367157, 0.02139773592352867, 0.5099999904632568, -0.014957999810576439, -0.2497979998588562, 0.12474299967288971, -0.9057025909423828, 0.023417966440320015, 0.03466624766588211, 0.4038085341453552, -0.9993385672569275, -0.19060316681861877, 0.039304815232753754, 0.008796459063887596, -1.2570908069610596, -0.3053104281425476, 0.3188192844390869, -1.0365509986877441, 0.041428569704294205, -0.025822000578045845, -0.05864100158214569, 0.19164499640464783, -0.7025624513626099, -0.9971287250518799, -0.9817796945571899, 0.012715725228190422, -0.9998143911361694, -0.4018867015838623], "max": [0.025080380961298943, 1.8089988231658936, -0.21626374125480652, 0.11515682190656662, 0.8204792737960815, 1.1069750785827637, 0.9071428775787354, 0.3115690052509308, 0.014415999874472618, 0.40148499608039856, 0.09595992416143417, 0.90790194272995, 0.5668091177940369, 0.9983922839164734, -0.3333626091480255, 0.1753751039505005, 0.7439989447593689, 1.738592267036438, -0.2778738737106323, 0.1817760318517685, 1.2173845767974854, 0.26312583684921265, 0.7914285659790039, 0.2718299925327301, 0.19825400412082672, 0.37721899151802063, 0.039597105234861374, 0.007855228148400784, -0.015368200838565826, 0.9998712539672852, -0.18780989944934845, 0.059921663254499435], "mean": [-0.18177250027656555, 0.9863887429237366, -0.7299044728279114, -0.31517285108566284, 0.5874240398406982, 0.46051567792892456, 0.7884718179702759, 0.17826056480407715, -0.05170225352048874, 0.26750147342681885, -0.5311570167541504, 0.3800240159034729, 0.25507622957229614, 0.8731530904769897, -0.7080128788948059, 0.008973934687674046, 0.605088472366333, 0.9114583730697632, -0.9087033867835999, -0.01954130455851555, 1.011621356010437, -0.33758679032325745, 0.6348538398742676, 0.1285725235939026, 0.0894758403301239, 0.30379483103752136, -0.2999669909477234, -0.6776912212371826, -0.6077831983566284, 0.5403276681900024, -0.5315866470336914, -0.0806393250823021], "std": [0.23523204028606415, 0.5705864429473877, 0.234267920255661, 0.2830478847026825, 0.13661344349384308, 0.2824919819831848, 0.10803042352199554, 0.09425685554742813, 0.0749206468462944, 0.05816769599914551, 0.3130648732185364, 0.23377618193626404, 0.12116142362356186, 0.17630617320537567, 0.19706909358501434, 0.08584210276603699, 0.21555495262145996, 0.5792087316513062, 0.2493457943201065, 0.16006974875926971, 0.25193896889686584, 0.4851142466068268, 0.19147183001041412, 0.09258966147899628, 0.08342503756284714, 0.05437123775482178, 0.2575789988040924, 0.30677419900894165, 0.33885037899017334, 0.36850705742836, 0.27725207805633545, 0.11122308671474457], "count": [379]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.46490437500000004]], [[0.44860450367647053]], [[0.40452600694444446]]], "std": [[[0.175606521973585]], [[0.16267022908889828]], [[0.1834601238004694]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38291273488562094]], [[0.42945456290849676]], [[0.40732353349673206]]], "std": [[[0.21014457696506209]], [[0.18182497606764123]], [[0.20905856013525023]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45201695057189545]], [[0.46571681781045754]], [[0.4212168300653595]]], "std": [[[0.1934587559096694]], [[0.15250190689783485]], [[0.16941729281133974]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.8], "mean": [18.900000000000002], "std": [10.940749517286282], "count": [379]}, "frame_index": {"min": [0], "max": [378], "mean": [189.0], "std": [109.40749517286281], "count": [379]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [379]}, "index": {"min": [23403], "max": [23781], "mean": [23592.0], "std": [109.40749517286281], "count": [379]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [379]}}} +{"episode_index": 53, "stats": {"observation.state": {"min": [-0.6049834489822388, 0.0033510320354253054, -1.0538123846054077, -1.2559388875961304, -0.1719672828912735, 0.050021134316921234, 0.16285714507102966, 0.02942200005054474, -0.2397560030221939, 0.161188006401062, -0.7662822604179382, 0.033325254917144775, -0.021249432116746902, 0.27114975452423096, -1.0, -0.2241884022951126, 0.02768092229962349, 0.008848818950355053, -1.215098261833191, -0.13264502584934235, 0.5210505723953247, -0.9876468777656555, 0.029999999329447746, -0.01714400015771389, -0.020020000636577606, 0.2001280039548874, -0.7633259892463684, -0.9994720220565796, -0.9853934049606323, -0.008127100765705109, -1.0, -0.2639296352863312], "max": [-0.026232298463582993, 1.6486729383468628, -0.15529939532279968, -0.01722639985382557, 0.9449561238288879, 1.502937912940979, 0.8928571343421936, 0.2604829967021942, -0.0019950000569224358, 0.3738909959793091, 0.11068429797887802, 0.9592267870903015, 0.6557945609092712, 0.9990954399108887, -0.013229209929704666, 0.1316991150379181, 0.711431086063385, 1.7326058149337769, -0.4573286175727844, 0.14926055073738098, 1.2241389751434326, 0.15765558183193207, 0.8157142996788025, 0.2741850018501282, 0.19744999706745148, 0.36969101428985596, 0.024735422804951668, -0.07223816961050034, 6.938893903907228e-18, 0.9972150921821594, -0.07179338485002518, 0.08144164830446243], "mean": [-0.28628137707710266, 0.8249582052230835, -0.5892595648765564, -0.4153255224227905, 0.6513304710388184, 0.581917405128479, 0.6937326788902283, 0.1325336992740631, -0.07062053680419922, 0.26111605763435364, -0.47485795617103577, 0.48168590664863586, 0.3262408673763275, 0.79454505443573, -0.6937943696975708, 0.015494853258132935, 0.5526929497718811, 0.9418902397155762, -0.8377124071121216, 0.050473652780056, 1.0565208196640015, -0.40765076875686646, 0.5992462038993835, 0.12988366186618805, 0.09279108047485352, 0.2775248885154724, -0.3843679428100586, -0.7070510983467102, -0.6489595174789429, 0.5335357785224915, -0.4279894232749939, -0.058523647487163544], "std": [0.22589340806007385, 0.4877031445503235, 0.25644975900650024, 0.47110623121261597, 0.27888721227645874, 0.4630640149116516, 0.24757221341133118, 0.06712739169597626, 0.07813065499067307, 0.04334301874041557, 0.26547664403915405, 0.27509626746177673, 0.1994703859090805, 0.23074570298194885, 0.27651306986808777, 0.08668152987957001, 0.1521359384059906, 0.5579005479812622, 0.22809991240501404, 0.08140282332897186, 0.19480395317077637, 0.42343103885650635, 0.22663789987564087, 0.09327013045549393, 0.07354191690683365, 0.04234837368130684, 0.30545350909233093, 0.260981023311615, 0.30829259753227234, 0.36678799986839294, 0.2441132366657257, 0.09668203443288803], "count": [418]}, "action": {"min": [-0.6049834489822388, 0.0033510320354253054, -1.0538123846054077, -1.2559388875961304, -0.1719672828912735, 0.050021134316921234, 0.16285714507102966, 0.02942200005054474, -0.2397560030221939, 0.161188006401062, -0.7662822604179382, 0.033325254917144775, -0.021249432116746902, 0.27114975452423096, -1.0, -0.2241884022951126, 0.02768092229962349, 0.008848818950355053, -1.215098261833191, -0.13264502584934235, 0.5210505723953247, -0.9876468777656555, 0.029999999329447746, -0.01714400015771389, -0.020020000636577606, 0.2001280039548874, -0.7633259892463684, -0.9994720220565796, -0.9853934049606323, -0.008127100765705109, -1.0, -0.2639296352863312], "max": [-0.026232298463582993, 1.6486729383468628, -0.15529939532279968, -0.01722639985382557, 0.9449561238288879, 1.502937912940979, 0.8928571343421936, 0.2604829967021942, -0.0019950000569224358, 0.3738909959793091, 0.11068429797887802, 0.9592267870903015, 0.6557945609092712, 0.9990954399108887, -0.013229209929704666, 0.1316991150379181, 0.711431086063385, 1.7326058149337769, -0.4573286175727844, 0.14926055073738098, 1.2241389751434326, 0.15765558183193207, 0.8157142996788025, 0.2741850018501282, 0.19744999706745148, 0.36969101428985596, 0.024735422804951668, -0.07223816961050034, 6.938893903907228e-18, 0.9972150921821594, -0.07179338485002518, 0.08144164830446243], "mean": [-0.2876659631729126, 0.8256622552871704, -0.5889992117881775, -0.41780850291252136, 0.6502464413642883, 0.5843941569328308, 0.6936130523681641, 0.13262782990932465, -0.07069985568523407, 0.26106372475624084, -0.4749809205532074, 0.48262539505958557, 0.32621753215789795, 0.7943070530891418, -0.6937990784645081, 0.015485812909901142, 0.5540021657943726, 0.9419029355049133, -0.8381228446960449, 0.05002829432487488, 1.058113694190979, -0.40704345703125, 0.5995811820030212, 0.1298139989376068, 0.09273260831832886, 0.2775002121925354, -0.3854745626449585, -0.7078947424888611, -0.6492630243301392, 0.5333098769187927, -0.42771244049072266, -0.058320049196481705], "std": [0.22606922686100006, 0.4867277145385742, 0.25683459639549255, 0.4719729721546173, 0.2811952233314514, 0.4629811644554138, 0.2475026249885559, 0.06702041625976562, 0.07807829976081848, 0.04333962872624397, 0.26523756980895996, 0.27426937222480774, 0.19951041042804718, 0.2305859923362732, 0.27651816606521606, 0.08668424934148788, 0.14995154738426208, 0.5578793883323669, 0.22756755352020264, 0.08169226348400116, 0.19313384592533112, 0.4240591526031494, 0.22685454785823822, 0.09336820244789124, 0.07362181693315506, 0.04233097657561302, 0.3048321306705475, 0.2594931423664093, 0.30773255228996277, 0.3665315508842468, 0.2435295432806015, 0.0968555212020874], "count": [418]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.46625623774509806]], [[0.44693165849673205]], [[0.4006048631535947]]], "std": [[[0.17696018867961494]], [[0.1653013337100604]], [[0.18531149675089623]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42326027573529407]], [[0.46078576593137255]], [[0.4427215890522876]]], "std": [[[0.20673321897666344]], [[0.1807948231224119]], [[0.21260046250960338]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46643222017973857]], [[0.46467886846405226]], [[0.43272638276143793]]], "std": [[[0.1784649012506159]], [[0.15499696755755862]], [[0.1694457725075082]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [41.7], "mean": [20.849999999999998], "std": [12.066586095495278], "count": [418]}, "frame_index": {"min": [0], "max": [417], "mean": [208.5], "std": [120.66586095495279], "count": [418]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [418]}, "index": {"min": [23782], "max": [24199], "mean": [23990.5], "std": [120.66586095495279], "count": [418]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [418]}}} +{"episode_index": 54, "stats": {"observation.state": {"min": [-0.6041107773780823, 0.004049163777381182, -1.0338108539581299, -1.0439860820770264, 0.31902873516082764, 0.239633709192276, 0.5428571701049805, 0.03095800057053566, -0.22908399999141693, 0.148825004696846, -0.8690809607505798, -0.002835477003827691, 0.035242486745119095, 0.4380946159362793, -0.9991118311882019, -0.23514127731323242, 0.046443209052085876, 0.008220500312745571, -1.0821913480758667, -0.07077310234308243, 0.318522572517395, -0.9863728284835815, 0.029999999329447746, -0.012663000263273716, -0.018495000898838043, 0.19467200338840485, -0.7295302748680115, -0.998291015625, -0.9871950149536133, 0.031866297125816345, -1.0, -0.20612742006778717], "max": [0.0696909949183464, 1.6501389741897583, -0.2863212525844574, 0.017383478581905365, 1.0035817623138428, 1.1705573797225952, 0.9399999976158142, 0.26287299394607544, -0.0034620000515133142, 0.3792310059070587, 0.020764978602528572, 0.8848360776901245, 0.5471221208572388, 0.9990456700325012, -0.09923291206359863, 0.28499579429626465, 0.7031756639480591, 1.711836338043213, -0.3390825688838959, 0.18303267657756805, 1.222428560256958, 0.2237686663866043, 0.808571457862854, 0.26415300369262695, 0.19444599747657776, 0.34182700514793396, 0.10125991702079773, -0.022754542529582977, 0.005745706148445606, 0.998863935470581, -0.15669304132461548, 0.13660256564617157], "mean": [-0.22211363911628723, 0.8103080987930298, -0.6253780722618103, -0.2903144657611847, 0.7497739791870117, 0.518650472164154, 0.7711718678474426, 0.12917491793632507, -0.0574796088039875, 0.26679641008377075, -0.5641200542449951, 0.4682193994522095, 0.372714638710022, 0.8178155422210693, -0.6471782326698303, 0.0715389996767044, 0.6108086705207825, 1.023145318031311, -0.8584699034690857, 0.06204191595315933, 1.0011762380599976, -0.44546642899513245, 0.621112585067749, 0.14165253937244415, 0.10783021152019501, 0.2751420736312866, -0.3335631489753723, -0.7624748349189758, -0.6936723589897156, 0.4682764410972595, -0.43466299772262573, -0.05977005884051323], "std": [0.2284412682056427, 0.47346726059913635, 0.20870140194892883, 0.3844413459300995, 0.20851737260818481, 0.2830503582954407, 0.10945899039506912, 0.07063189893960953, 0.07453636080026627, 0.044148873537778854, 0.2187536656856537, 0.23050978779792786, 0.1377064436674118, 0.16389690339565277, 0.23915673792362213, 0.16381032764911652, 0.16548147797584534, 0.5342831015586853, 0.1922641098499298, 0.0801316648721695, 0.20480795204639435, 0.45468029379844666, 0.25889328122138977, 0.08542298525571823, 0.06996165215969086, 0.048475753515958786, 0.27957406640052795, 0.2548341751098633, 0.2975683808326721, 0.351779580116272, 0.22784806787967682, 0.08419181406497955], "count": [374]}, "action": {"min": [-0.6041107773780823, 0.004049163777381182, -1.0338108539581299, -1.0439860820770264, 0.31902873516082764, 0.239633709192276, 0.5428571701049805, 0.03095800057053566, -0.22908399999141693, 0.148825004696846, -0.8690809607505798, -0.0027289525605738163, 0.035242486745119095, 0.4380946159362793, -0.9991118311882019, -0.23514127731323242, 0.046443209052085876, 0.008220500312745571, -1.0821913480758667, -0.07077310234308243, 0.318522572517395, -0.9863728284835815, 0.029999999329447746, -0.012663000263273716, -0.018495000898838043, 0.19467200338840485, -0.7295302748680115, -0.998291015625, -0.9871950149536133, 0.031866297125816345, -1.0, -0.20612742006778717], "max": [0.0696909949183464, 1.6501389741897583, -0.2863212525844574, 0.017383478581905365, 1.0035817623138428, 1.1705573797225952, 0.9399999976158142, 0.26287299394607544, -0.0034620000515133142, 0.3792310059070587, 0.020764978602528572, 0.8848360776901245, 0.5471221208572388, 0.9990456700325012, -0.09923291206359863, 0.28499579429626465, 0.7031756639480591, 1.711836338043213, -0.3390825688838959, 0.18303267657756805, 1.222428560256958, 0.2237686663866043, 0.808571457862854, 0.26415300369262695, 0.19444599747657776, 0.34182700514793396, 0.10125991702079773, -0.023745886981487274, 0.005745706148445606, 0.998863935470581, -0.15669304132461548, 0.13660256564617157], "mean": [-0.22391526401042938, 0.8112288117408752, -0.6254832744598389, -0.29148370027542114, 0.7497724890708923, 0.519447922706604, 0.7714812755584717, 0.12923689186573029, -0.05763732269406319, 0.2667916715145111, -0.5647194385528564, 0.47014105319976807, 0.37274986505508423, 0.8170103430747986, -0.647118866443634, 0.07109146565198898, 0.6125646829605103, 1.023158073425293, -0.85915207862854, 0.06199856102466583, 1.0035816431045532, -0.44482699036598206, 0.6209788918495178, 0.14154233038425446, 0.10778139531612396, 0.27513059973716736, -0.33519262075424194, -0.7637794017791748, -0.6939724087715149, 0.46787962317466736, -0.43425559997558594, -0.05923639237880707], "std": [0.22878959774971008, 0.47223275899887085, 0.20854049921035767, 0.384827196598053, 0.20852023363113403, 0.282796710729599, 0.10972751677036285, 0.07055919617414474, 0.07448505610227585, 0.04414801299571991, 0.21745409071445465, 0.2295685112476349, 0.1376369148492813, 0.1637614518404007, 0.2390730232000351, 0.16397641599178314, 0.16294799745082855, 0.534259021282196, 0.19086778163909912, 0.08019919693470001, 0.2020915150642395, 0.45545250177383423, 0.2588105797767639, 0.08559495210647583, 0.07004334032535553, 0.04847162589430809, 0.2788333296775818, 0.2522800862789154, 0.29698795080184937, 0.3512653112411499, 0.22698350250720978, 0.08478663861751556], "count": [374]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9529411764705882]], [[1.0]]], "mean": [[[0.46806546977124186]], [[0.4484550122549019]], [[0.40208875408496736]]], "std": [[[0.17506216655790502]], [[0.16277487739472662]], [[0.18308213080653696]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4225828880718954]], [[0.4443748529411765]], [[0.4377174571078431]]], "std": [[[0.20023599294085642]], [[0.18261141041312146]], [[0.21271769013129313]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47755473651960784]], [[0.46572758782679735]], [[0.43477777573529414]]], "std": [[[0.18214479837889877]], [[0.15714316528615244]], [[0.169333683540004]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [37.3], "mean": [18.650000000000002], "std": [10.796411440844592], "count": [374]}, "frame_index": {"min": [0], "max": [373], "mean": [186.5], "std": [107.96411440844592], "count": [374]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [374]}, "index": {"min": [24200], "max": [24573], "mean": [24386.5], "std": [107.96411440844592], "count": [374]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [374]}}} +{"episode_index": 55, "stats": {"observation.state": {"min": [-0.6335545182228088, 0.003263765713199973, -1.2675976753234863, -1.0717368125915527, 0.2681174874305725, 0.2212030291557312, 0.5699999928474426, 0.022374000400304794, -0.27250799536705017, 0.1396300047636032, -0.9300935864448547, -0.04848872870206833, 0.0404023751616478, 0.2981649339199066, -0.9986604452133179, -0.38859543204307556, -0.005916666239500046, 0.0076445420272648335, -1.2675104141235352, -0.3672172725200653, 0.3724358081817627, -1.105788230895996, 0.044285714626312256, -0.036097001284360886, -0.07585299760103226, 0.19943900406360626, -0.7321949601173401, -0.9993414282798767, -0.9846323728561401, -0.019167862832546234, -0.9988417029380798, -0.26210564374923706], "max": [0.05974261835217476, 1.8208496570587158, -0.3159569501876831, -0.10932742059230804, 1.1862130165100098, 1.1725295782089233, 0.9242857098579407, 0.2813139855861664, -0.000818000000435859, 0.44060400128364563, 0.12740886211395264, 0.9223546981811523, 0.54302978515625, 0.9945020079612732, 0.03653906285762787, 0.1365896761417389, 0.7546629309654236, 1.7194983959197998, -0.26949629187583923, 0.18210765719413757, 1.2241215705871582, 0.5093219876289368, 0.7742857336997986, 0.2728959918022156, 0.19643500447273254, 0.3906460106372833, 0.06743892282247543, -0.0019328262424096465, 0.14131034910678864, 0.9994794726371765, -0.17461062967777252, 0.23506836593151093], "mean": [-0.19344434142112732, 0.8335915207862854, -0.678027868270874, -0.35919874906539917, 0.7636424899101257, 0.43074333667755127, 0.7877416014671326, 0.1348491907119751, -0.06208636611700058, 0.27387917041778564, -0.540188193321228, 0.3961891829967499, 0.24246564507484436, 0.8423964977264404, -0.6665960550308228, -0.08321969211101532, 0.6178261637687683, 0.9314451813697815, -0.9029518365859985, -0.020560329779982567, 1.0151957273483276, -0.3056231439113617, 0.6317768096923828, 0.12894552946090698, 0.09056919068098068, 0.29949265718460083, -0.3133178949356079, -0.6560421586036682, -0.5710815787315369, 0.5392392873764038, -0.520248293876648, -0.04897499084472656], "std": [0.20813678205013275, 0.5601935386657715, 0.2846240997314453, 0.29588782787323, 0.1965235024690628, 0.2959900200366974, 0.09288298338651657, 0.07945041358470917, 0.0793653205037117, 0.057590171694755554, 0.2908332645893097, 0.2545831501483917, 0.1473758965730667, 0.20956267416477203, 0.3142492473125458, 0.13321906328201294, 0.22663924098014832, 0.5665951371192932, 0.22715047001838684, 0.17424331605434418, 0.22690421342849731, 0.5723641514778137, 0.24129842221736908, 0.09136436134576797, 0.08382546156644821, 0.05879504978656769, 0.29356685280799866, 0.3187114894390106, 0.38404572010040283, 0.4022091031074524, 0.26714587211608887, 0.1143789142370224], "count": [426]}, "action": {"min": [-0.6335545182228088, 0.003263765713199973, -1.2675976753234863, -1.0717368125915527, 0.2681174874305725, 0.2212030291557312, 0.5699999928474426, 0.022374000400304794, -0.27250799536705017, 0.1396300047636032, -0.9300935864448547, -0.04848872870206833, 0.0404023751616478, 0.2981649339199066, -0.9986604452133179, -0.38859543204307556, -0.005916666239500046, 0.0076445420272648335, -1.2675104141235352, -0.3672172725200653, 0.3724358081817627, -1.105788230895996, 0.044285714626312256, -0.036097001284360886, -0.07585299760103226, 0.19943900406360626, -0.7321949601173401, -0.9993414282798767, -0.9846323728561401, -0.019167862832546234, -0.9988417029380798, -0.26210564374923706], "max": [0.05974261835217476, 1.8208496570587158, -0.3159569501876831, -0.10932742059230804, 1.1862130165100098, 1.1725295782089233, 0.9242857098579407, 0.2813139855861664, -0.000818000000435859, 0.44060400128364563, 0.12740886211395264, 0.9223546981811523, 0.54302978515625, 0.9945020079612732, 0.03653906285762787, 0.1365896761417389, 0.7546629309654236, 1.7194983959197998, -0.26949629187583923, 0.18210765719413757, 1.2241215705871582, 0.5093219876289368, 0.7742857336997986, 0.2728959918022156, 0.19643500447273254, 0.3906460106372833, 0.06743892282247543, -0.0019328262424096465, 0.14131034910678864, 0.9994794726371765, -0.17461062967777252, 0.23506836593151093], "mean": [-0.194466233253479, 0.8335927128791809, -0.6780295372009277, -0.35978323221206665, 0.764082670211792, 0.43099820613861084, 0.7873928546905518, 0.13482990860939026, -0.062141623347997665, 0.2738450765609741, -0.5405183434486389, 0.39749446511268616, 0.24223116040229797, 0.8420888781547546, -0.6666300892829895, -0.08349692821502686, 0.6196115612983704, 0.9314478635787964, -0.9044468402862549, -0.021465566009283066, 1.017110824584961, -0.3044283092021942, 0.6318203806877136, 0.1287749856710434, 0.09039008617401123, 0.29973191022872925, -0.31382137537002563, -0.6568227410316467, -0.5706369280815125, 0.5390373468399048, -0.5201417207717896, -0.048317041248083115], "std": [0.20795977115631104, 0.5601917505264282, 0.2846218943595886, 0.2956395745277405, 0.19566549360752106, 0.295871376991272, 0.09266974776983261, 0.07947671413421631, 0.0793309435248375, 0.057584505528211594, 0.29017603397369385, 0.2537478804588318, 0.14761760830879211, 0.2094423472881317, 0.3142843544483185, 0.13288450241088867, 0.22470510005950928, 0.5665908455848694, 0.2250625342130661, 0.17503854632377625, 0.2252103090286255, 0.5733909606933594, 0.2413215935230255, 0.09160362929105759, 0.08409886807203293, 0.058860745280981064, 0.29331374168395996, 0.31751933693885803, 0.3847585618495941, 0.40199989080429077, 0.2669648230075836, 0.11517933756113052], "count": [426]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46776360294117647]], [[0.44851167687908494]], [[0.4012193035130719]]], "std": [[[0.17584467485593647]], [[0.16344841903441304]], [[0.1845440748159634]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41444839052287585]], [[0.43879073937908497]], [[0.41685187500000004]]], "std": [[[0.20653118490211259]], [[0.18486171490534403]], [[0.2151433372632214]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4463684824346405]], [[0.46090535130718957]], [[0.4171399714052288]]], "std": [[[0.1965754686861721]], [[0.15561023009066055]], [[0.17333366195290123]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [42.5], "mean": [21.25], "std": [12.297526851634302], "count": [426]}, "frame_index": {"min": [0], "max": [425], "mean": [212.5], "std": [122.97526851634302], "count": [426]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [426]}, "index": {"min": [24574], "max": [24999], "mean": [24786.5], "std": [122.97526851634302], "count": [426]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [426]}}} +{"episode_index": 56, "stats": {"observation.state": {"min": [-0.27635541558265686, 0.005951572675257921, -0.7790451645851135, -1.6271355152130127, 0.10880382359027863, 0.21825341880321503, 0.11714285612106323, 0.03925999999046326, -0.1554660052061081, 0.13064000010490417, -0.8796287178993225, -0.11102855950593948, -0.02681940421462059, 0.13936133682727814, -1.0, -0.35193222761154175, -0.08672540634870529, 0.009599310345947742, -1.3022774457931519, -0.005358160939067602, 0.3730466663837433, -0.9285675287246704, 0.0, -0.012601000256836414, -0.00304200011305511, 0.20270900428295135, -0.6213815212249756, -0.9941566586494446, -0.9870989322662354, -0.13181789219379425, -0.9982737898826599, -0.3275303840637207], "max": [0.1051211804151535, 1.7550681829452515, -0.19465656578540802, -0.15704472362995148, 1.1442378759384155, 1.9224103689193726, 0.9742857217788696, 0.3058220148086548, 0.013472000136971474, 0.37603700160980225, 0.15637831389904022, 0.9383002519607544, 0.34472015500068665, 0.9997222423553467, -0.4264582097530365, 0.145243838429451, 1.0389420986175537, 1.8540632724761963, -0.2894977629184723, 0.27783894538879395, 1.160451889038086, 0.05845107510685921, 0.8342857360839844, 0.2587969899177551, 0.3079099953174591, 0.370961993932724, 0.17373737692832947, 0.12196090817451477, 0.08075574785470963, 0.9994930624961853, -0.10614258795976639, 0.07516011595726013], "mean": [0.0011508014285936952, 0.8044252395629883, -0.5640192627906799, -0.6673399806022644, 0.6378988027572632, 0.7972990870475769, 0.7482151389122009, 0.14701756834983826, -0.034414153546094894, 0.2615979313850403, -0.4454420506954193, 0.336558997631073, 0.136275976896286, 0.851901650428772, -0.8251718282699585, -0.03995988890528679, 0.5037804245948792, 1.0794517993927002, -0.9430726170539856, 0.13844096660614014, 0.8182344436645508, -0.5224729776382446, 0.5301154255867004, 0.1562151312828064, 0.13455067574977875, 0.29364797472953796, -0.21103091537952423, -0.6661502718925476, -0.5816543698310852, 0.4938567578792572, -0.5741283297538757, -0.1173030361533165], "std": [0.14160074293613434, 0.559117317199707, 0.18076160550117493, 0.49229228496551514, 0.2766282558441162, 0.5724596977233887, 0.1363757997751236, 0.08989760279655457, 0.046866487711668015, 0.04966316372156143, 0.2678696811199188, 0.28497806191444397, 0.0877845287322998, 0.2522677779197693, 0.15047025680541992, 0.12059574574232101, 0.3325738310813904, 0.5809973478317261, 0.30301064252853394, 0.11075636744499207, 0.16094167530536652, 0.25442424416542053, 0.21306462585926056, 0.0691986009478569, 0.10930518805980682, 0.052164629101753235, 0.29374849796295166, 0.2987377941608429, 0.33799394965171814, 0.448729932308197, 0.294943630695343, 0.08936221897602081], "count": [579]}, "action": {"min": [-0.27635541558265686, 0.005951572675257921, -0.7790451645851135, -1.6271355152130127, 0.10880382359027863, 0.21825341880321503, 0.334285706281662, 0.03925999999046326, -0.1554660052061081, 0.13064000010490417, -0.8796287178993225, -0.11102855950593948, -0.02681940421462059, 0.13936133682727814, -1.0, -0.35193222761154175, -0.08672540634870529, 0.009599310345947742, -1.3022774457931519, -0.005358160939067602, 0.3730466663837433, -0.9285675287246704, 0.0, -0.012601000256836414, -0.00304200011305511, 0.20270900428295135, -0.6213815212249756, -0.9941566586494446, -0.9870989322662354, -0.13181789219379425, -0.9982737898826599, -0.3275303840637207], "max": [0.1051211804151535, 1.7550681829452515, -0.19465656578540802, -0.15704472362995148, 1.1442378759384155, 1.9224103689193726, 0.9742857217788696, 0.3058220148086548, 0.013472000136971474, 0.37603700160980225, 0.15637831389904022, 0.9383002519607544, 0.34472015500068665, 0.9997222423553467, -0.4264582097530365, 0.145243838429451, 1.0389420986175537, 1.8540632724761963, -0.2894977629184723, 0.27783894538879395, 1.160451889038086, 0.05845107510685921, 0.8342857360839844, 0.2587969899177551, 0.3079099953174591, 0.370961993932724, 0.17373737692832947, 0.12196090817451477, 0.08075574785470963, 0.9994930624961853, -0.10614258795976639, 0.07516011595726013], "mean": [0.0004919532220810652, 0.8048760294914246, -0.5640397071838379, -0.6689032316207886, 0.6379286050796509, 0.7988623976707458, 0.7496017217636108, 0.1470591425895691, -0.034484513103961945, 0.2615944445133209, -0.44554808735847473, 0.33751294016838074, 0.1362961083650589, 0.8516952395439148, -0.8251700401306152, -0.039983101189136505, 0.5044184327125549, 1.0794601440429688, -0.943419873714447, 0.1389208287000656, 0.8189977407455444, -0.5230583548545837, 0.5310900211334229, 0.15615464746952057, 0.1345885843038559, 0.2936882972717285, -0.21134045720100403, -0.6671246886253357, -0.5819998979568481, 0.4936552345752716, -0.5740854144096375, -0.1174716055393219], "std": [0.14200231432914734, 0.5585777163505554, 0.1807197779417038, 0.49215400218963623, 0.2765851318836212, 0.5723357200622559, 0.1340133398771286, 0.08985552936792374, 0.04684371128678322, 0.04966352880001068, 0.2676894962787628, 0.28453224897384644, 0.08778609335422516, 0.2522049844264984, 0.15046820044517517, 0.1205635666847229, 0.3317936658859253, 0.5809808373451233, 0.30237627029418945, 0.11075704544782639, 0.1598728895187378, 0.2534744143486023, 0.21192629635334015, 0.06931973993778229, 0.10926126688718796, 0.052158698439598083, 0.29362159967422485, 0.29719623923301697, 0.337441086769104, 0.44853103160858154, 0.2948840856552124, 0.08912237733602524], "count": [579]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4450207883294561]], [[0.4512225268638529]], [[0.42538140266699903]]], "std": [[[0.17375457810685355]], [[0.1705861046736379]], [[0.1857486901899975]]], "count": [118]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4139000377340202]], [[0.4557403397446549]], [[0.40801574616428493]]], "std": [[[0.20261257897110319]], [[0.18792686350388862]], [[0.2104246916399187]]], "count": [118]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44806792123629113]], [[0.4688666794754625]], [[0.43461740819209044]]], "std": [[[0.1790848726239646]], [[0.15363862735336759]], [[0.17441850483636126]]], "count": [118]}, "timestamp": {"min": [0.0], "max": [57.8], "mean": [28.9], "std": [16.714265364252977], "count": [579]}, "frame_index": {"min": [0], "max": [578], "mean": [289.0], "std": [167.14265364252975], "count": [579]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [579]}, "index": {"min": [25000], "max": [25578], "mean": [25289.0], "std": [167.14265364252975], "count": [579]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [579]}}} +{"episode_index": 57, "stats": {"observation.state": {"min": [-0.4634023606777191, 0.003630284685641527, -1.0694854259490967, -1.0650347471237183, 0.14645057916641235, 0.10922270268201828, 0.44285714626312256, 0.02131599932909012, -0.1996700018644333, 0.12886999547481537, -0.8792920112609863, -0.02509116567671299, -0.04290163144469261, 0.3635401725769043, -0.999875545501709, -0.3415988087654114, -0.0224623866379261, 0.008761553093791008, -1.3604317903518677, -0.13978341221809387, 0.13262756168842316, -0.899071455001831, 0.037142857909202576, -0.026913000270724297, -0.0339060015976429, 0.19891700148582458, -0.7158161401748657, -0.9999979734420776, -0.9878880381584167, -0.06539832800626755, -1.0, -0.22677820920944214], "max": [0.032096605747938156, 1.7560805082321167, -0.22851595282554626, -0.09815731644630432, 0.8524711728096008, 1.19607412815094, 1.0085713863372803, 0.30108898878097534, -0.00010399999882793054, 0.42305299639701843, 0.1824243664741516, 0.8775535821914673, 0.5174468159675598, 0.9998940825462341, -0.3737163841724396, 0.048514626920223236, 0.9526879787445068, 1.905166506767273, -0.13056807219982147, 0.22624702751636505, 1.2052022218704224, 0.17873916029930115, 0.854285717010498, 0.27092400193214417, 0.2956770062446594, 0.3822920024394989, 0.11345759779214859, 0.07046192139387131, 0.11646518111228943, 0.999069094657898, -0.14483976364135742, 0.11103326082229614], "mean": [-0.13776615262031555, 0.8426733613014221, -0.6177096962928772, -0.42056772112846375, 0.5698702335357666, 0.4567044973373413, 0.836234450340271, 0.15386855602264404, -0.05150136724114418, 0.2650594115257263, -0.49929478764533997, 0.3362475037574768, 0.1444641351699829, 0.8555685877799988, -0.7822003364562988, -0.0841321349143982, 0.6331353187561035, 1.0538856983184814, -1.012625813484192, 0.06832429766654968, 0.9069198369979858, -0.4042482078075409, 0.6828534603118896, 0.14839684963226318, 0.1347077488899231, 0.310037761926651, -0.2175672948360443, -0.7413967847824097, -0.6097904443740845, 0.48235252499580383, -0.5815950036048889, -0.08665362745523453], "std": [0.22055721282958984, 0.542523205280304, 0.2892942726612091, 0.3013073801994324, 0.16418661177158356, 0.35107770562171936, 0.15205320715904236, 0.08846757560968399, 0.06749304383993149, 0.05296395719051361, 0.24430738389492035, 0.3086487054824829, 0.18384981155395508, 0.20805898308753967, 0.15656016767024994, 0.09647832810878754, 0.2320801466703415, 0.6129167079925537, 0.3237791061401367, 0.10825611650943756, 0.2260507047176361, 0.34184110164642334, 0.23935317993164062, 0.08556044846773148, 0.10386411845684052, 0.06093243509531021, 0.2356094866991043, 0.2793102264404297, 0.33772993087768555, 0.3557405471801758, 0.27017322182655334, 0.07478170096874237], "count": [544]}, "action": {"min": [-0.4634023606777191, 0.003630284685641527, -1.0694854259490967, -1.0650347471237183, 0.14645057916641235, 0.10922270268201828, 0.44285714626312256, 0.02131599932909012, -0.1996700018644333, 0.12886999547481537, -0.8792920112609863, -0.02509116567671299, -0.04290163144469261, 0.3635401725769043, -0.999875545501709, -0.3415988087654114, -0.0224623866379261, 0.008761553093791008, -1.3604317903518677, -0.13978341221809387, 0.13262756168842316, -0.899071455001831, 0.037142857909202576, -0.026913000270724297, -0.0339060015976429, 0.19891700148582458, -0.7158161401748657, -0.9999979734420776, -0.9878880381584167, -0.06539832800626755, -1.0, -0.22677820920944214], "max": [0.032096605747938156, 1.7560805082321167, -0.22851595282554626, -0.09815731644630432, 0.8524711728096008, 1.19607412815094, 1.0085713863372803, 0.30108898878097534, -0.00010399999882793054, 0.42305299639701843, 0.1824243664741516, 0.8775535821914673, 0.5174468159675598, 0.9998940825462341, -0.3737163841724396, 0.048514626920223236, 0.9526879787445068, 1.905166506767273, -0.13056807219982147, 0.22624702751636505, 1.2052022218704224, 0.17873916029930115, 0.854285717010498, 0.27092400193214417, 0.2956770062446594, 0.3822920024394989, 0.11345759779214859, 0.07046192139387131, 0.11646518111228943, 0.999069094657898, -0.14483976364135742, 0.11103326082229614], "mean": [-0.13867700099945068, 0.8429445028305054, -0.6176794171333313, -0.42095717787742615, 0.5699944496154785, 0.45688045024871826, 0.8358274102210999, 0.15388812124729156, -0.051563482731580734, 0.26502707600593567, -0.4997246563434601, 0.3372262716293335, 0.1444142460823059, 0.8552918434143066, -0.7821784019470215, -0.08435197174549103, 0.6343846321105957, 1.0538849830627441, -1.0131200551986694, 0.06856357306241989, 0.9073339700698853, -0.4045894145965576, 0.6833183169364929, 0.14833632111549377, 0.13473854959011078, 0.31015753746032715, -0.21751442551612854, -0.742612361907959, -0.6098491549491882, 0.4819702208042145, -0.5815966129302979, -0.0867624282836914], "std": [0.22087648510932922, 0.5421406626701355, 0.28933411836624146, 0.3010271489620209, 0.16398224234580994, 0.3509407341480255, 0.15215519070625305, 0.08844330906867981, 0.06746215373277664, 0.052966244518756866, 0.24352197349071503, 0.30839672684669495, 0.18388105928897858, 0.2079681009054184, 0.15653102099895477, 0.09632600098848343, 0.23036986589431763, 0.6129178404808044, 0.3226364850997925, 0.10798335820436478, 0.2249734252691269, 0.3413510024547577, 0.23936188220977783, 0.08564186841249466, 0.10382575541734695, 0.060854360461235046, 0.23566265404224396, 0.27730879187583923, 0.3376157879829407, 0.355298787355423, 0.27017587423324585, 0.07460906356573105], "count": [544]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4437275618580766]], [[0.44834614444736226]], [[0.4226105822537348]]], "std": [[[0.17895476846939617]], [[0.1749176052060927]], [[0.1886605258944278]]], "count": [112]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41445931445494866]], [[0.4458606406104108]], [[0.4014299573996265]]], "std": [[[0.1982927959997633]], [[0.18553986027743957]], [[0.2093286342897762]]], "count": [112]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4344532307714753]], [[0.4639553279645191]], [[0.4282025086076097]]], "std": [[[0.18415375729794328]], [[0.15508019549346855]], [[0.17888915808933942]]], "count": [112]}, "timestamp": {"min": [0.0], "max": [54.3], "mean": [27.150000000000002], "std": [15.703900789294357], "count": [544]}, "frame_index": {"min": [0], "max": [543], "mean": [271.5], "std": [157.0390078929436], "count": [544]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [544]}, "index": {"min": [25579], "max": [26122], "mean": [25850.5], "std": [157.0390078929436], "count": [544]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [544]}}} +{"episode_index": 58, "stats": {"observation.state": {"min": [-0.2424960434436798, 0.003455751808360219, -0.9858317375183105, -1.3889155387878418, 0.32525956630706787, 0.23726005852222443, 0.008571428246796131, 0.03387099876999855, -0.14897499978542328, 0.13180500268936157, -0.89974445104599, -0.014214037917554379, -0.05581936240196228, 0.2200545221567154, -1.0, -0.4492887258529663, -0.17421875894069672, 0.008429939858615398, -1.1656705141067505, -0.22059215605258942, 0.4329114556312561, -0.787946343421936, 0.0, 0.021165000274777412, -0.003326999954879284, 0.19535599648952484, -0.8150417804718018, -0.9855782389640808, -0.9694677591323853, -0.0792069137096405, -0.9989902973175049, -0.39077824354171753], "max": [0.0927467942237854, 1.8725463151931763, -0.15257668495178223, -0.1737126111984253, 1.1393684148788452, 1.5300079584121704, 0.9471428394317627, 0.342835009098053, 0.013244999572634697, 0.43313199281692505, 0.16495904326438904, 0.9083001613616943, 0.4662122130393982, 0.9999508857727051, -0.3639828860759735, 0.18647126853466034, 0.972916305065155, 1.8011623620986938, -0.3994360566139221, 0.0915774255990982, 1.0973931550979614, 0.021676989272236824, 0.8928571343421936, 0.2523539960384369, 0.2834640145301819, 0.39021700620651245, 0.18405237793922424, 0.16897287964820862, 0.07144134491682053, 0.9978697896003723, -0.2372620552778244, 0.06522718816995621], "mean": [-0.027124403044581413, 1.225165605545044, -0.8558710217475891, -0.7138222455978394, 0.7120029926300049, 0.8780514001846313, 0.6188942193984985, 0.23710200190544128, -0.042964477092027664, 0.265344500541687, -0.549519419670105, 0.45353060960769653, 0.2319667637348175, 0.7987089157104492, -0.6986456513404846, -0.12035756558179855, 0.5471259355545044, 1.0649604797363281, -0.9472164511680603, -0.010635566897690296, 0.7897061705589294, -0.37387609481811523, 0.5981788039207458, 0.15483292937278748, 0.12894044816493988, 0.3052743375301361, -0.21155887842178345, -0.6069349646568298, -0.5634869933128357, 0.5103781819343567, -0.5726003050804138, -0.1836506724357605], "std": [0.1293794959783554, 0.5520234704017639, 0.2636101245880127, 0.3894413411617279, 0.23290129005908966, 0.3953666388988495, 0.21889907121658325, 0.09415051341056824, 0.04877442121505737, 0.05718643218278885, 0.32389482855796814, 0.25334101915359497, 0.1200404092669487, 0.231760635972023, 0.1918209046125412, 0.15488995611667633, 0.3660942316055298, 0.5318920016288757, 0.23307748138904572, 0.09282562136650085, 0.19242680072784424, 0.3004748523235321, 0.26186883449554443, 0.06419865787029266, 0.10517742484807968, 0.058255814015865326, 0.33627113699913025, 0.3771111071109772, 0.3656453490257263, 0.41589412093162537, 0.25115495920181274, 0.14911429584026337], "count": [486]}, "action": {"min": [-0.2424960434436798, 0.003455751808360219, -0.9858317375183105, -1.3889155387878418, 0.32525956630706787, 0.23726005852222443, 0.16285714507102966, 0.03387099876999855, -0.14897499978542328, 0.13180500268936157, -0.89974445104599, -0.014214037917554379, -0.05581936240196228, 0.2200545221567154, -1.0, -0.4492887258529663, -0.17421875894069672, 0.008429939858615398, -1.1656705141067505, -0.22059215605258942, 0.4329114556312561, -0.787946343421936, 0.0, 0.021165000274777412, -0.003326999954879284, 0.19535599648952484, -0.8150417804718018, -0.9855782389640808, -0.9694677591323853, -0.0792069137096405, -0.9989902973175049, -0.39077824354171753], "max": [0.0927467942237854, 1.8725463151931763, -0.15257668495178223, -0.1737126111984253, 1.1393684148788452, 1.5300079584121704, 0.9471428394317627, 0.342835009098053, 0.013244999572634697, 0.43313199281692505, 0.16495904326438904, 0.9083001613616943, 0.4662122130393982, 0.9999508857727051, -0.3639828860759735, 0.18647126853466034, 0.972916305065155, 1.8011623620986938, -0.3994360566139221, 0.0915774255990982, 1.0973931550979614, 0.021676989272236824, 0.8928571343421936, 0.2523539960384369, 0.2834640145301819, 0.39021700620651245, 0.18405237793922424, 0.16897287964820862, 0.07144134491682053, 0.9978697896003723, -0.2372620552778244, 0.06522718816995621], "mean": [-0.02781420387327671, 1.225203275680542, -0.8557147979736328, -0.7160452008247375, 0.7120771408081055, 0.8803655505180359, 0.6206755638122559, 0.23708727955818176, -0.043039463460445404, 0.26533639430999756, -0.5492259860038757, 0.45468592643737793, 0.2319861352443695, 0.7983464598655701, -0.6986281871795654, -0.12016412615776062, 0.5489020943641663, 1.0655354261398315, -0.9474243521690369, -0.011072401888668537, 0.7900242805480957, -0.3738173246383667, 0.5993369817733765, 0.15489839017391205, 0.12901009619235992, 0.30528950691223145, -0.21191713213920593, -0.6084645986557007, -0.5640839338302612, 0.5099970698356628, -0.5724924206733704, -0.1840076744556427], "std": [0.1296321302652359, 0.5519403219223022, 0.2640034258365631, 0.3902032971382141, 0.23278658092021942, 0.39490020275115967, 0.21744243800640106, 0.09418182820081711, 0.04874445125460625, 0.05718749389052391, 0.32444852590560913, 0.2525782883167267, 0.1199946254491806, 0.23158566653728485, 0.19179415702819824, 0.1550290882587433, 0.3646816909313202, 0.5308998823165894, 0.23263302445411682, 0.0932248905301094, 0.19196365773677826, 0.30054906010627747, 0.26046234369277954, 0.06407848000526428, 0.10510090738534927, 0.058256201446056366, 0.3360910415649414, 0.37546446919441223, 0.3649701774120331, 0.41554319858551025, 0.2509828507900238, 0.14887629449367523], "count": [486]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.7725490196078432]], [[0.8]], [[0.8352941176470589]]], "mean": [[[0.445854571197411]], [[0.45270155546037183]], [[0.4292806689828035]]], "std": [[[0.17497628180294916]], [[0.1714215672981016]], [[0.18415620057390722]]], "count": [103]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40622539699536775]], [[0.43992712695919794]], [[0.38262003458341265]]], "std": [[[0.20622768644266715]], [[0.19853094139046198]], [[0.2207321052976015]]], "count": [103]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42788136144425404]], [[0.46138691779300717]], [[0.42495960839837554]]], "std": [[[0.18058276918711744]], [[0.16267921073712083]], [[0.17611730440351614]]], "count": [103]}, "timestamp": {"min": [0.0], "max": [48.5], "mean": [24.25], "std": [14.029581842188549], "count": [486]}, "frame_index": {"min": [0], "max": [485], "mean": [242.5], "std": [140.2958184218855], "count": [486]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [486]}, "index": {"min": [26123], "max": [26608], "mean": [26365.5], "std": [140.2958184218855], "count": [486]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [486]}}} +{"episode_index": 59, "stats": {"observation.state": {"min": [-0.4063475430011749, 0.0036477381363511086, -1.0768506526947021, -0.9611179232597351, 0.144565612077713, 0.06009168550372124, 0.46857142448425293, 0.027661999687552452, -0.17971399426460266, 0.14312900602817535, -0.8472582697868347, -0.0424378402531147, -0.061975330114364624, 0.2704922556877136, -1.0, -0.3114977180957794, -0.06415830552577972, 0.008883725851774216, -1.3700485229492188, -0.17095500230789185, 0.14212216436862946, -0.9276075959205627, 0.03857142850756645, 0.015713000670075417, -0.0070050000213086605, 0.19691500067710876, -0.6120343804359436, -0.9990521669387817, -0.9851183891296387, -0.0649401992559433, -1.0, -0.28932464122772217], "max": [0.04490732029080391, 1.6256171464920044, -0.12719959020614624, -0.066811203956604, 1.214155673980713, 1.4105925559997559, 0.9071428775787354, 0.2761079967021942, 0.00018600000475998968, 0.43462300300598145, 0.23389308154582977, 0.9584888219833374, 0.7821627259254456, 0.9999443888664246, -0.18098261952400208, 0.24853257834911346, 0.9477311968803406, 1.9143469333648682, -0.13030627369880676, 0.16596335172653198, 1.129943609237671, 0.17921040952205658, 0.8714285492897034, 0.282151997089386, 0.2926439940929413, 0.37099599838256836, 0.13030178844928741, 0.10947686433792114, 0.10492391139268875, 0.9995653033256531, -0.16718174517154694, 0.09712007641792297], "mean": [-0.10353688150644302, 0.6100895404815674, -0.5495822429656982, -0.34885331988334656, 0.6700531840324402, 0.5702766180038452, 0.756078839302063, 0.10592848062515259, -0.04238514229655266, 0.26810628175735474, -0.3056047558784485, 0.3680146038532257, 0.2952679693698883, 0.8101725578308105, -0.7667810320854187, 0.00984466727823019, 0.6270130276679993, 1.128310203552246, -0.9197510480880737, 0.07657492905855179, 0.7810832858085632, -0.47419026494026184, 0.6142510175704956, 0.16078069806098938, 0.15418286621570587, 0.2754787802696228, -0.16688203811645508, -0.7467318177223206, -0.6691891551017761, 0.41941705346107483, -0.541705310344696, -0.10732168704271317], "std": [0.18093767762184143, 0.6015230417251587, 0.2530008554458618, 0.29373079538345337, 0.23522046208381653, 0.4511685073375702, 0.11861831694841385, 0.08468109369277954, 0.05254986509680748, 0.05402607470750809, 0.2550261914730072, 0.369865357875824, 0.2914734184741974, 0.23565325140953064, 0.2854354977607727, 0.1255219727754593, 0.2689685821533203, 0.6033025979995728, 0.3713319003582001, 0.10128697007894516, 0.2098834365606308, 0.3393051028251648, 0.22046376764774323, 0.07575660943984985, 0.09818871319293976, 0.046788785606622696, 0.21548180282115936, 0.33266720175743103, 0.3348013162612915, 0.37189850211143494, 0.2690121531486511, 0.077369324862957], "count": [567]}, "action": {"min": [-0.4063475430011749, 0.0036477381363511086, -1.0768506526947021, -0.9611179232597351, 0.144565612077713, 0.06009168550372124, 0.46857142448425293, 0.027661999687552452, -0.17971399426460266, 0.14312900602817535, -0.8472582697868347, -0.0424378402531147, -0.061975330114364624, 0.2704922556877136, -1.0, -0.3114977180957794, -0.06415830552577972, 0.008883725851774216, -1.3700485229492188, -0.17095500230789185, 0.14212216436862946, -0.9276075959205627, 0.03857142850756645, 0.015713000670075417, -0.0070050000213086605, 0.19691500067710876, -0.6120343804359436, -0.9990521669387817, -0.9851183891296387, -0.0649401992559433, -1.0, -0.28932464122772217], "max": [0.04490732029080391, 1.6256171464920044, -0.12719959020614624, -0.066811203956604, 1.214155673980713, 1.4105925559997559, 0.9071428775787354, 0.2761079967021942, 0.00018600000475998968, 0.43462300300598145, 0.23389308154582977, 0.9584888219833374, 0.7821627259254456, 0.9999443888664246, -0.18098261952400208, 0.24853257834911346, 0.9477311968803406, 1.9143469333648682, -0.13030627369880676, 0.16596335172653198, 1.129943609237671, 0.17921040952205658, 0.8714285492897034, 0.282151997089386, 0.2926439940929413, 0.37099599838256836, 0.13030178844928741, 0.10947686433792114, 0.10492391139268875, 0.9995653033256531, -0.16718174517154694, 0.09712007641792297], "mean": [-0.10433275252580643, 0.6100960969924927, -0.5493754744529724, -0.3500358760356903, 0.6698291301727295, 0.5713370442390442, 0.7558394074440002, 0.1059327945113182, -0.042433805763721466, 0.2680646479129791, -0.3053932785987854, 0.3688971698284149, 0.2950456738471985, 0.8099913597106934, -0.7667956352233887, 0.009744108654558659, 0.6277644634246826, 1.1284046173095703, -0.9201726913452148, 0.07657375931739807, 0.7813705801963806, -0.47441163659095764, 0.6142410039901733, 0.1607542186975479, 0.15420734882354736, 0.2755851149559021, -0.1668127477169037, -0.7474604845046997, -0.6694581508636475, 0.4193430244922638, -0.5417089462280273, -0.10753074288368225], "std": [0.18127548694610596, 0.6015171408653259, 0.25329795479774475, 0.2939491868019104, 0.2356584072113037, 0.45122772455215454, 0.11853938549757004, 0.08467774838209152, 0.05252329260110855, 0.05403425917029381, 0.2553684413433075, 0.369491845369339, 0.29157155752182007, 0.23556752502918243, 0.28544649481773376, 0.12536993622779846, 0.26763075590133667, 0.6031308770179749, 0.3705700933933258, 0.10128921270370483, 0.20936189591884613, 0.3389219045639038, 0.22046524286270142, 0.07579834014177322, 0.09815027564764023, 0.04674854129552841, 0.21550899744033813, 0.3312435448169708, 0.3342703580856323, 0.37178802490234375, 0.2690182328224182, 0.07708333432674408], "count": [567]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9215686274509803]]], "mean": [[[0.4509871129845616]], [[0.45512638395875593]], [[0.4288902059386973]]], "std": [[[0.17211390539613777]], [[0.16850210760166096]], [[0.18228158831651692]]], "count": [116]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.402448480110435]], [[0.47916213270509356]], [[0.41387524650664864]]], "std": [[[0.19608199283471564]], [[0.16118969335923847]], [[0.18535800253706822]]], "count": [116]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4306190944050034]], [[0.461373223391368]], [[0.4229814574177372]]], "std": [[[0.18165485111454885]], [[0.15408174813687076]], [[0.1773808829970011]]], "count": [116]}, "timestamp": {"min": [0.0], "max": [56.6], "mean": [28.3], "std": [16.36785467514502], "count": [567]}, "frame_index": {"min": [0], "max": [566], "mean": [283.0], "std": [163.6785467514502], "count": [567]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [567]}, "index": {"min": [26609], "max": [27175], "mean": [26892.0], "std": [163.6785467514502], "count": [567]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [567]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..3601777f367bef75455e54aac594a2f1b747bfe5 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,176 @@ +{ + "codebase_version": "v2.1", + "robot_type": "aloha", + "total_episodes": 60, + "total_frames": 27176, + "total_tasks": 1, + "total_videos": 0, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 10, + "splits": { + "train": "0:60" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": null, + "features": { + "observation.state": { + "dtype": "float32", + "shape": [ + 32 + ], + "names": [ + [ + "left_joint_waist", + "left_joint_shoulder", + "left_joint_elbow", + "left_joint_forearm_roll", + "left_joint_wrist_angle", + "left_joint_wrist_rotate", + "left_gripper", + "left_ee_pos_x", + "left_ee_pos_y", + "left_ee_pos_z", + "left_ee_rot6d_0", + "left_ee_rot6d_1", + "left_ee_rot6d_2", + "left_ee_rot6d_3", + "left_ee_rot6d_4", + "left_ee_rot6d_5", + "right_joint_waist", + "right_joint_shoulder", + "right_joint_elbow", + "right_joint_forearm_roll", + "right_joint_wrist_angle", + "right_joint_wrist_rotate", + "right_gripper", + "right_ee_pos_x", + "right_ee_pos_y", + "right_ee_pos_z", + "right_ee_rot6d_0", + "right_ee_rot6d_1", + "right_ee_rot6d_2", + "right_ee_rot6d_3", + "right_ee_rot6d_4", + "right_ee_rot6d_5" + ] + ] + }, + "action": { + "dtype": "float32", + "shape": [ + 32 + ], + "names": [ + [ + "left_joint_waist", + "left_joint_shoulder", + "left_joint_elbow", + "left_joint_forearm_roll", + "left_joint_wrist_angle", + "left_joint_wrist_rotate", + "left_gripper", + "left_ee_pos_x", + "left_ee_pos_y", + "left_ee_pos_z", + "left_ee_rot6d_0", + "left_ee_rot6d_1", + "left_ee_rot6d_2", + "left_ee_rot6d_3", + "left_ee_rot6d_4", + "left_ee_rot6d_5", + "right_joint_waist", + "right_joint_shoulder", + "right_joint_elbow", + "right_joint_forearm_roll", + "right_joint_wrist_angle", + "right_joint_wrist_rotate", + "right_gripper", + "right_ee_pos_x", + "right_ee_pos_y", + "right_ee_pos_z", + "right_ee_rot6d_0", + "right_ee_rot6d_1", + "right_ee_rot6d_2", + "right_ee_rot6d_3", + "right_ee_rot6d_4", + "right_ee_rot6d_5" + ] + ] + }, + "observation.images.cam_high": { + "dtype": "image", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ] + }, + "observation.images.cam_left_wrist": { + "dtype": "image", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ] + }, + "observation.images.cam_right_wrist": { + "dtype": "image", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ] + }, + "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/stats.json b/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..95fb388a9f97c593cbcaa491822d239f9983b621 --- /dev/null +++ b/meta/stats.json @@ -0,0 +1,588 @@ +{ + "index": { + "min": [ + 0 + ], + "max": [ + 27175 + ], + "mean": [ + 13587.5 + ], + "std": [ + 7845.035452437421 + ], + "count": [ + 27176 + ] + }, + "action": { + "min": [ + -0.8129568696022034, + -0.00457276264205575, + -1.4027734994888306, + -1.738871455192566, + -0.5606520771980286, + -0.12658873200416565, + 0.0, + -0.014957999810576439, + -0.32878199219703674, + 0.12242399901151657, + -0.9547194838523865, + -0.2524217665195465, + -0.19147677719593048, + -0.10294748842716217, + -1.0, + -0.5937030911445618, + -0.17421875894069672, + 0.001117010717280209, + -1.5891746282577515, + -1.0876193046569824, + 0.09314822405576706, + -1.2364610433578491, + 0.0, + -0.08404400199651718, + -0.07585299760103226, + 0.18924300372600555, + -0.8581975698471069, + -0.9999986886978149, + -0.9981507658958435, + -0.16642887890338898, + -1.0, + -0.520365834236145 + ], + "max": [ + 0.19858355820178986, + 1.996901035308838, + -0.055571284145116806, + 0.11515682190656662, + 1.2146967649459839, + 2.130680561065674, + 1.2599999904632568, + 0.38997501134872437, + 0.04640800133347511, + 0.4713500142097473, + 0.41276291012763977, + 0.9994784593582153, + 0.931820273399353, + 0.9999985098838806, + 0.08134707808494568, + 0.8102993369102478, + 1.1158064603805542, + 2.0437281131744385, + -0.13030627369880676, + 0.3688927888870239, + 1.2287815809249878, + 0.8521395325660706, + 1.0085713863372803, + 0.3165000081062317, + 0.3186210095882416, + 0.47422298789024353, + 0.3143325448036194, + 0.32381147146224976, + 0.276009738445282, + 0.9999841451644897, + 0.045607082545757294, + 0.2741760015487671 + ], + "mean": [ + -0.14641934756681121, + 0.8036928207388442, + -0.6225133757727934, + -0.5103975464862684, + 0.5897322905622475, + 0.6574818618367498, + 0.7723412975703999, + 0.14414237250105383, + -0.05358596894845382, + 0.26821629225731775, + -0.38480768313871044, + 0.39235515294671686, + 0.23597415430185625, + 0.8214454654936477, + -0.7586474033817758, + -0.024117281566520533, + 0.568604828069885, + 1.0364555232808068, + -0.9453588118636858, + 0.013911153165679696, + 0.9403045135107432, + -0.3900470961913936, + 0.6359447532448307, + 0.14866770659171732, + 0.11598374208348784, + 0.29920114936405207, + -0.27711377722645175, + -0.6852278704937323, + -0.6185181613519132, + 0.5125191968744789, + -0.5131683771026673, + -0.09642382444379852 + ], + "std": [ + 0.2346700540276201, + 0.610767374069946, + 0.3002286046292792, + 0.43123799942233026, + 0.26747560204885396, + 0.4741900350789906, + 0.1691162167535391, + 0.09492803929027249, + 0.07208318777880061, + 0.05485414593364085, + 0.3241059713919261, + 0.3081892270650184, + 0.22725402580505405, + 0.23713500685762828, + 0.2529908888904664, + 0.13960464593495137, + 0.24515105063234202, + 0.5608509642616109, + 0.30065486757188126, + 0.15933970014977958, + 0.2118362004247713, + 0.4195795338338748, + 0.24476668114241898, + 0.08114247663068438, + 0.09186708889456396, + 0.05899698897427706, + 0.27374234843368367, + 0.3120513576084813, + 0.34716416694017915, + 0.38664323421994234, + 0.2860830871375864, + 0.10779694076184711 + ], + "count": [ + 27176 + ] + }, + "observation.images.cam_left_wrist": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.3968055323261537 + ] + ], + [ + [ + 0.4675293617346683 + ] + ], + [ + [ + 0.4168520212724968 + ] + ] + ], + "std": [ + [ + [ + 0.19918567405002421 + ] + ], + [ + [ + 0.17459555111523264 + ] + ], + [ + [ + 0.20005293201013968 + ] + ] + ], + "count": [ + 6234 + ] + }, + "observation.images.cam_right_wrist": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.00784313725490196 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.40719333139896957 + ] + ], + [ + [ + 0.467954817797614 + ] + ], + [ + [ + 0.4443690109425225 + ] + ] + ], + "std": [ + [ + [ + 0.20226493664610862 + ] + ], + [ + [ + 0.1568576780776365 + ] + ], + [ + [ + 0.18452953066487277 + ] + ] + ], + "count": [ + 6234 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 68.3 + ], + "mean": [ + 23.273704739475992 + ], + "std": [ + 14.312516561169918 + ], + "count": [ + 27176 + ] + }, + "observation.state": { + "min": [ + -0.8129568696022034, + -0.00457276264205575, + -1.4027734994888306, + -1.738871455192566, + -0.5606520771980286, + -0.12658873200416565, + 0.0, + -0.014957999810576439, + -0.32878199219703674, + 0.12242399901151657, + -0.9547194838523865, + -0.2524217665195465, + -0.19147677719593048, + -0.10294748842716217, + -1.0, + -0.5937030911445618, + -0.17421875894069672, + 0.001117010717280209, + -1.5891746282577515, + -1.0876193046569824, + 0.09314822405576706, + -1.2364610433578491, + 0.0, + -0.08404400199651718, + -0.07585299760103226, + 0.18924300372600555, + -0.8581975698471069, + -0.9999986886978149, + -0.9981507658958435, + -0.16642887890338898, + -1.0, + -0.520365834236145 + ], + "max": [ + 0.19858355820178986, + 1.996901035308838, + -0.055571284145116806, + 0.11515682190656662, + 1.2146967649459839, + 2.130680561065674, + 1.2599999904632568, + 0.38997501134872437, + 0.04640800133347511, + 0.4713500142097473, + 0.41276291012763977, + 0.9994784593582153, + 0.931820273399353, + 0.9999985098838806, + 0.08134707808494568, + 0.8102993369102478, + 1.1158064603805542, + 2.0437281131744385, + -0.13030627369880676, + 0.3688927888870239, + 1.2287815809249878, + 0.8521395325660706, + 1.0085713863372803, + 0.3165000081062317, + 0.3186210095882416, + 0.47422298789024353, + 0.3143325448036194, + 0.32381147146224976, + 0.276009738445282, + 0.9999841451644897, + 0.045607082545757294, + 0.2741760015487671 + ], + "mean": [ + -0.14541818450634103, + 0.8035087550663759, + -0.6225194095696704, + -0.5087136398948245, + 0.5899366420403909, + 0.6558266401977391, + 0.7720432369554432, + 0.14413872254671886, + -0.05353048715192397, + 0.2682075866311349, + -0.3849195740965663, + 0.3913083671849064, + 0.23602823290561564, + 0.8217747535513786, + -0.7586785161103927, + -0.02409393827970297, + 0.567571301162375, + 1.0362835311831733, + -0.9446986865670076, + 0.014190779629578862, + 0.9393744098572546, + -0.3903208283243072, + 0.6356693063877698, + 0.1487267759963344, + 0.11599843751738922, + 0.29909111430316343, + -0.2767586703295715, + -0.6844232141761033, + -0.6183491575501227, + 0.5127156451640582, + -0.5132589572325041, + -0.09646329930311105 + ], + "std": [ + 0.23432629511104694, + 0.6109750115653187, + 0.30018675216275453, + 0.4306448689723662, + 0.26687571757322465, + 0.47392935830067395, + 0.1697707579029904, + 0.0949286096274799, + 0.072108316300721, + 0.05484833528567606, + 0.3238998784596026, + 0.30859241915813024, + 0.22716837842247986, + 0.2372265346602977, + 0.2530177993507848, + 0.13956259634176466, + 0.24637932046632777, + 0.5611348239154594, + 0.3016772285773083, + 0.1588378680495559, + 0.2128482598384632, + 0.41917524184372146, + 0.2450796477440099, + 0.0810404530941563, + 0.09184253812167885, + 0.05899347642995544, + 0.27383650709341123, + 0.31323882639793205, + 0.34742489424936096, + 0.3868585858220044, + 0.2862229044335385, + 0.10772287120058727 + ], + "count": [ + 27176 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 27176 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 683 + ], + "mean": [ + 232.73704739476008 + ], + "std": [ + 143.12516561169926 + ], + "count": [ + 27176 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 59 + ], + "mean": [ + 28.115506329113924 + ], + "std": [ + 17.834352142400803 + ], + "count": [ + 27176 + ] + }, + "observation.images.cam_high": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.44714081686372015 + ] + ], + [ + [ + 0.45620026856989176 + ] + ], + [ + [ + 0.42484206604856123 + ] + ] + ], + "std": [ + [ + [ + 0.17757550527899607 + ] + ], + [ + [ + 0.16190983249542862 + ] + ], + [ + [ + 0.18008194192144983 + ] + ] + ], + "count": [ + 6234 + ] + } +} \ No newline at end of file diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9c771f3dd669fdb97ea6cc466ff981554cb63379 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Open the drawer, pick the tomato with the other arm then place it in the drawer."}