diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0bbecf36af00e17c0284e048411e5b89a499109a --- /dev/null +++ b/README.md @@ -0,0 +1,60 @@ +# Piper LeRobot Dataset + +Generated on `2026-04-20` by `convert_piper_hdf5_to_lerobot.py`. + +## Summary + +- Repo id: `ZhaoRunyi/Piper_click_bell_0403` +- Robot type: `aloha` +- Input dir: `/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell` +- Output dir: `/home/edemlab/challenge_ws/data/ZhaoRunyi/Piper_click_bell_0403` +- 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..54914554cb8238e03ce3b442777e36c0e76216b0 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c399b428c1c90139cb4d3386c920fd44be7f54f9c52a098789cb42ea6991cc7 +size 181616951 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef4b57eda58bdfd68678aa9699923e0ce5c7b25b --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08a6801a05f1deb470cc096e6a1fa21af21d8daffd2191f3f7febe34028283d +size 209439738 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..720304671db8e0501c1899b6671ac2f417284c69 --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b990f24f3618a53cbe26e965c2ef478ef3632d94ed1a813b91fadbceed5dccf +size 146571265 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2fad81e81e3bc049d76727233a773eab0f1e1b3 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd57d420d64ea20cbdc0cb4d5ae10190ad50112c54a6268b7254d2810450b16b +size 149380588 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad7311f19e96f50e58e5f8d433c2e2832b056d0c --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff05062581231179e0de077fd0e0ddeca760dc4c5bfbd4527d50abab277690fb +size 140263112 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3812feb161b75bd3eee5ed4e9d8129455ef03bdf --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f385969525c4f4a273a8018d8a7f91f02df0d68a856c2d7558a1ddb79a13a9 +size 141548777 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c8d9bfb2393f9d19e41d24705eb78214e07d540 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d4a50a5b6ce27045d78d5696abb54cb2485711fd5a1cbe209dadcf9c171237 +size 146890446 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29bbf63905981481a9f0c3d06a85ab38974ea9ab --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a84910ee1ef192d3fdd770ba3080dcfb017162a96cd0151fb33d18441a32bcd +size 135975981 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fb2d17ba3efa47ab206e865f3d3bb8ffac6e245 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d6174d99903568d19f2918b5904da5e7fbf8c487819b24e4e715994b7069a3 +size 136677323 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..924456e86de90117487fe9d98b259ccf602f3466 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e11fbfcaeee82e83d9a8c68bd8f44c53fe19b4c0789e7f2b2caa2e254d6858 +size 124519326 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5859223560be57119ac108a30d096098f896425c --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbcb9fe9b388f9810975f1ca7d5eb13c237dab34a21c3211b17fe29ecfe647d +size 106342515 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b067cf5224fc629295a32029a84ccc29f67e7cb --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188c53b610b9b0a42d3e545f2085ae657e7379adc0e2d0fe064b9631f4623e1f +size 116341800 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ad36aa2e1a3cd8d484b7644f3136c17ae05a32b --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47ef4f7227d0f810e0c84a513155c2342b0866d439d0bee644bd7154b0c615d +size 158070505 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cddc746759553703440d70cbdc68f14c5b0cebdc --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425fe35c5a6b3f41e5478bf0e83d93306af8d0e510e7b17150788c0ace378904 +size 103705095 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e8e0583214780a8fba5515c532e6e8b4a8e1904 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d910f2f314913e3085befa9e0abb7e4970fe339d1fc38d12e1170339825146 +size 101790183 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c686b2c2d45aa20a16d6258c9cb63b9c69b8737f --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c3a19b86e4d4935cd4fb0459ee298b2c3815b39724ed1e97e3955d3eb68fed +size 101109756 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa968d8559eefe77aded4ee516ce0c7c12afb746 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c56da4d226bc7ddc765738843d3f02a7ef81ec6cafd089edb7f688303cc5b44 +size 90307410 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..010ad1f36b933f2f5d7714bf70a6fb5befb45834 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939adc789a4f6ddac30c4140392a5732bab80cdaab4c8d9d19870fb5a1e93c52 +size 181008866 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..144d3a8e4355e1d2debdba1a2ebdff4dd602b243 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb7afb24a1fe3104d73bb2ace02b4dbfea03cf174e4e690404663e97a46b97a +size 161205119 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a4e27bf7116c6bc29304c6f2b4fe907884e15cb --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d25de6320e514115a946ae6f03bda95bc8d4ccb4b85aaa6674af6a5ce5368d +size 158745874 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa8a0b29cec84aa5b8ce2ea00a260d1b252ba3ef --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7044ac1b3ecabd90a95334a532e6cf1ece603f9aa1f8713569b7972a40e6a1c +size 179531147 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5167e7afc012bf2b3e31d2ab07dd463cf625aac --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7198cb5e5a0805cae7e78b8e7fc5a11924da32d7d0b75acf8e80bcfd565e59a +size 189379344 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb0f03ca248516aed446c407d5791c09c0da2440 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e936f27649b00484bdf06a15eb4676183e66d1e120ab21d5da145e353b3b32 +size 183468689 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ca4bc4787c660e26c0268a6adbaaba241f3006a --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8380da669a1e02d1e32ad6d09fa542ea1594c3df18aebe107c322a9ffb3de7 +size 163848411 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..905e77af40fa4c50add0389d685041e5f1056f33 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89fc42931bd4f1869f1ff2c436a09aa0e8f579ca2609ed7c68395e9188a2db1 +size 149595409 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f9263e9e1e578ffcb8c8fd5d9f2361b51afd806 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75ecae2e672ec47095752a38d86da817cf2509f7ece4b5746d828eee396ed2c +size 160412331 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e55737947e7af9ba7ed97a81249c45b562638c98 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be07f85fc1a1c92944babc132f09a7ba368f61854e2cb796877d41a3b8eeb8ff +size 137234662 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..653a2284a1a61a04e67f9dda2841dae63e3e3d9e --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0b60b4bf537d31c26a0639a867d6a11a3b18309616e6795d86cf90c81d99c8 +size 152145914 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f705c813a19486571d48c156b5d2dc41912e8fe9 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e57710143bb2c0b03e1e47777195fd83ab46c1ea08c68a3c06164235ef4394 +size 151239620 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38b1ae0b96c6abcd5b9dcc539be348fa0c34a1cd --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30729ee301eafa71a08064d6b6dd3128a0be94e7199d360cd5d1c20e56d03061 +size 159921830 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89939237a9c3cace343218af4a6c6054fadbc8db --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34be93391a3ac189ca0bdf1827efb440fc970ca988bebccae23d8c5db788da52 +size 248859317 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..105073a0fa5aec1556a1e3cea5f0c0252553ae5f --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5570d05f0e7549e3237094744826394bc8bd5c8e1b5ed0a774b335b5837a76be +size 220051656 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31fa853e5ca2ddea01bf9441c568934ed715c7e7 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03678897287d96bc87b6d112975e722f10148ce9cbfd24156d1fb395006efdd6 +size 239908830 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffd29cef1c00f7abc7790831d3e444b65df8ef2a --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a467c56b77cc0e34b7514badc893b985fc58bd5967465cee6d17e5855132f18 +size 203143306 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f7c903ceef304096dea361b5e29ac8c42d70d6b --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a995eb539535837227bf9344ac5cb24baf9b900101fc23b3532d7687bcd0389 +size 169399281 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0f66c732a56d4857b8a2293c2f81d68ab942c3a --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8fde1c6963ee314f3fc75990e904d23b60e5ee93466b9fecf5a5055faa69f1 +size 216450899 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee7ce97ebd34396b9cf3224b990d4e165361fc52 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1500d5e46adf2d8bac7dec6663b32b74e41130b2d4b5372c03e923c9be19f691 +size 182135933 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4d6f96ef19b4b616f5e142566876321305e0d7a --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aae85b3d7612df3fdb170e555d716510958eabea2105fa417a57e7cfb07cc6f +size 183457138 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e55f489eb7e7845633b688041b6ddb0ef62c8e1d --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d7ef1d7cfe2a858275c3de8f8571ac50c4b5b3b29e87e92de11aaaeee4332f +size 207268093 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b20aa5818d8eb73e5c4d8d9d4c82943af370c078 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edf294e5ce42d7bfe51ba6482c421d35fa694c11f5964483e9e1a0b4985857f +size 196633436 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c0b226cd6957417ce8cd715ff3f95ffcd7e1677 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64f3054a55a7bd282073f0a885f3b51dd590913402c8e2c00dcbfbc52734dfe +size 179228319 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..367ff60d96bad28fa5b981373be5031c3ff642be --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c58f830b8b7ce0e1fb6d460ea40b0861a02cb29dbe61414c5a1f4f7800bbc15 +size 154620230 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c82da06a811ac016c76ed01a6bcd37ec1da705bf --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0438d8f1eed1a4d1d06beb1bbe0d965b2420f9ab844bc9d5795be2eafa694f4 +size 197230137 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b027e695931c43c07671a187e4f04167f54a55a --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789c93c1c39356339cfc14c5585d52410e803e3993318f42542bf6246719e7fe +size 228784956 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf49e0851f713b296f4778ed0ec1e1f83baf6acc --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b387a9f80df0f7c6d8eca5425773132d5cfab0817a565d3ea5736f372358da +size 202080195 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..921ac313aef8d73f1be28e16018d9a19191224ab --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c589e3be4f867f8341ca4bca7f647e7b68dae43335e9b00e3989c1aed60f10 +size 150929306 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc917f6445c5ffafb06e65496be2827d513a08c1 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac5ad30969540ba1b4178b8da83eea71d737282ced140645064455044baf0ff +size 196153521 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31622ff26e09b13fdae8184f61f65f30b985658e --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b745c7b5c7ec0dec1919999322ebc3068453f2deec52be1faf7707861da00f +size 212284395 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..115e75261708384f8aff1e422f73a77150f40171 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc93b2e72515157d2028dbc0dd6e5f75d5bdfb50b8bbde6ff021238fe47a5891 +size 198404436 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d925b55a073aca3b08b6bef718e9532831d9646 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247ef4a9f78b6136257d9d1d8eb7582199c173c95353a849b5f565f4baded16c +size 207853183 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0d00c0c50d03e2a89674fb244526aaa2cb8af32 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c8b341d9e3ffbbb9b2aa60689ec571d8daa22f490aee50f48d4818c16c772a +size 176776684 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0316486dba433db1cf11dc4c7f43624fb25383ea --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0497ee03164e8113fa86850ebfa79e08409baf0a90f1560ef215ceecc236ff9 +size 176721415 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc72aa74990300e30dfec9a80264612fe81ce76e --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9c2aeed7434c27f4ec645868c7ea5c18df94d8945ea8815912e52c592071aa +size 157559555 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f724e61e412cdfc559b45efd1665eaa7706700c --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a15df201080e8fac4befeb30a2f3cbc89c16d78ea25364d4af15c0fa44bfa2e +size 189794407 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22e97cc1bd48bbd55adcec9a121b3db955e25b0b --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65af4d5f5ce3b4d3336707fe5cafae23d949051152f1fa28a912839a2549e509 +size 186020484 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c8a689032e0512325ea5bb9e999014ac1b036f2 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530671e4145d5787d18ff4e6e70f9e12bddd399deff8e18ec837d16b1f48ee8c +size 149468990 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ed31cd6acda8c44c5330fdfaaf915ce2a7b03f1 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7aad79321048b624ce0385f3775dee42ea359b3fa41e8dee80c8c91e0fbcc1 +size 145531351 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29c60243f4c118adc0661c8f409b4ed3f735c3ce --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2d92ee07749b3cd0447a60f28c6097baf78c9dd3803569270be74b44c4db0a +size 145683869 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c90a014b3ff584d49ac89d756362ad2ea3ed1e4 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26f93e157c8c747f29bfa13580b6adb254ffe657bc0544d744e63943b1651db +size 121355399 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..669b6fbc42815947255e70ed2a68157a5802d2a8 --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9363eb27a4e15493056f6ed3bb6f1ded03bd1f115555162288617441b5b8cddf +size 173421178 diff --git a/episode_mapping.json b/episode_mapping.json new file mode 100644 index 0000000000000000000000000000000000000000..4735ec29c8086fcb41e21422757406d0ab3954c2 --- /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/click_bell/0.hdf5", + "file_hash": "903b26e85adc6f9c9a7ad836691ec2c9d3ba5e6e7fc004a645591f5b7f7d991a", + "num_source_frames": 287, + "num_anchor_frames": 286, + "num_output_frames": 286, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.622 + }, + { + "episode_index": 1, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/1.hdf5", + "file_hash": "c0c221d8fc62a1e7b7a04ecac4b1a086f53b9d8477421cfdfb021822b4cd7998", + "num_source_frames": 343, + "num_anchor_frames": 342, + "num_output_frames": 342, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.711 + }, + { + "episode_index": 2, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/10.hdf5", + "file_hash": "f60487ca77b78409ef525dfc2617721afff3de2b22bc0d5c0234d69dffae7786", + "num_source_frames": 245, + "num_anchor_frames": 244, + "num_output_frames": 244, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.819 + }, + { + "episode_index": 3, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/11.hdf5", + "file_hash": "eddfc9507001afd585a6be6b92ef6aebe957adf44efdb79e7b6cc4ff9b8ef8b4", + "num_source_frames": 249, + "num_anchor_frames": 248, + "num_output_frames": 248, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.924 + }, + { + "episode_index": 4, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/12.hdf5", + "file_hash": "5ff4f0549ec3a287780ba4471b4f025e35751637613d6051fc8639940d5f0268", + "num_source_frames": 287, + "num_anchor_frames": 286, + "num_output_frames": 286, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.733 + }, + { + "episode_index": 5, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/13.hdf5", + "file_hash": "3c1885502988be225256d37bc09abdfc7b145ad23e112c08677684c69783eeef", + "num_source_frames": 289, + "num_anchor_frames": 288, + "num_output_frames": 288, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.703 + }, + { + "episode_index": 6, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/14.hdf5", + "file_hash": "300232b80eb5b1b98f90a8653bcbc61b7a5d0c096ec842ac77289aa659e9c1bd", + "num_source_frames": 301, + "num_anchor_frames": 300, + "num_output_frames": 300, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.847 + }, + { + "episode_index": 7, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/15.hdf5", + "file_hash": "9bd96806d5bf7786982cbdd6ad1b076bc14851b7a63691997cb73cc3ca4e784a", + "num_source_frames": 282, + "num_anchor_frames": 281, + "num_output_frames": 281, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.623 + }, + { + "episode_index": 8, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/16.hdf5", + "file_hash": "5390efcd03b40c754a544d9d3ea5eaebd4401ebb137d16b4071401be3c7f8977", + "num_source_frames": 281, + "num_anchor_frames": 280, + "num_output_frames": 280, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.681 + }, + { + "episode_index": 9, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/17.hdf5", + "file_hash": "5422b86111148ca5b87f7caf1b140e00baff501670daad0341ff9a3e6d7db728", + "num_source_frames": 257, + "num_anchor_frames": 256, + "num_output_frames": 256, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.407 + }, + { + "episode_index": 10, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/18.hdf5", + "file_hash": "924f18f369d8717165d1a54d104265c9ea200533abbfcae622fd1cca14e821f0", + "num_source_frames": 220, + "num_anchor_frames": 219, + "num_output_frames": 219, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.202 + }, + { + "episode_index": 11, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/19.hdf5", + "file_hash": "9f3c723e6ce8baa2f486f2f2d33df8e319a807e8c904354a8e0d1924388761bc", + "num_source_frames": 236, + "num_anchor_frames": 235, + "num_output_frames": 235, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.368 + }, + { + "episode_index": 12, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/2.hdf5", + "file_hash": "e15a862120cbced2cd52c1c8191ac24c77bd24998e14f82b046c1fd13e56db05", + "num_source_frames": 254, + "num_anchor_frames": 253, + "num_output_frames": 253, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.982 + }, + { + "episode_index": 13, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/20.hdf5", + "file_hash": "06d43ec36fd074fa1576c9e036c8e494cd3d4ab81930c2ad683e34639b036ce9", + "num_source_frames": 211, + "num_anchor_frames": 210, + "num_output_frames": 210, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 2.954 + }, + { + "episode_index": 14, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/21.hdf5", + "file_hash": "abfcc30f6e8c17cffa1d3033bbc2c2cad6516fc6f98673fe7b4f97c77b251e1a", + "num_source_frames": 215, + "num_anchor_frames": 214, + "num_output_frames": 214, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 2.962 + }, + { + "episode_index": 15, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/22.hdf5", + "file_hash": "455e7c0f7f310903b5633ec2935a263e6ec3e2250b7b747ed6eb55bf74e6204b", + "num_source_frames": 214, + "num_anchor_frames": 213, + "num_output_frames": 213, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 2.99 + }, + { + "episode_index": 16, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/23.hdf5", + "file_hash": "5dfe3250250f443321491326d340bead9ff3d241804f809d38c0b7663e712e68", + "num_source_frames": 192, + "num_anchor_frames": 191, + "num_output_frames": 191, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 2.856 + }, + { + "episode_index": 17, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/24.hdf5", + "file_hash": "81f6b0af8446d77dfdb4bfe6d7539f8344b394e01c28ed25ad081da7c423807a", + "num_source_frames": 279, + "num_anchor_frames": 278, + "num_output_frames": 278, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.511 + }, + { + "episode_index": 18, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/25.hdf5", + "file_hash": "d1c5a371dc2875f5b8c65b6ab7b9bf8502bdf33fa0062aabdfa448da5d5ee3cd", + "num_source_frames": 255, + "num_anchor_frames": 254, + "num_output_frames": 254, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.061 + }, + { + "episode_index": 19, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/26.hdf5", + "file_hash": "e8c74d2e35d7965a217b2fabed0cb296fcfe7715f085d8c627ce0b253088d86b", + "num_source_frames": 251, + "num_anchor_frames": 250, + "num_output_frames": 250, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.014 + }, + { + "episode_index": 20, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/27.hdf5", + "file_hash": "5c75be4d807142f959e8f935f63a62f5b0de0f0066180c55a1109194d5bde389", + "num_source_frames": 274, + "num_anchor_frames": 273, + "num_output_frames": 273, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.429 + }, + { + "episode_index": 21, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/28.hdf5", + "file_hash": "37eef2253eec2ddfc4b474fc2cb4758e41cfff3c2ffa3ea98d7a67be59dd6085", + "num_source_frames": 295, + "num_anchor_frames": 294, + "num_output_frames": 294, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.481 + }, + { + "episode_index": 22, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/29.hdf5", + "file_hash": "12b1d1ee3f4b5c6b84af2e37645e9e7ad844eae7d95d87fa8b32262ecde7553e", + "num_source_frames": 283, + "num_anchor_frames": 282, + "num_output_frames": 282, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.368 + }, + { + "episode_index": 23, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/3.hdf5", + "file_hash": "f934a36296da92e87bf37162588e982335236765eff5750825f3f3d500a160f9", + "num_source_frames": 268, + "num_anchor_frames": 267, + "num_output_frames": 267, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.099 + }, + { + "episode_index": 24, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/30.hdf5", + "file_hash": "f763181070e38278466b07ea944054166555ace9384066ce81ca1d885130338f", + "num_source_frames": 238, + "num_anchor_frames": 237, + "num_output_frames": 237, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.892 + }, + { + "episode_index": 25, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/31.hdf5", + "file_hash": "efb2ed5b1f7529568d67ba3d08eb06d6d7471d402356787a6c1a0565781ae6bf", + "num_source_frames": 254, + "num_anchor_frames": 253, + "num_output_frames": 253, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.121 + }, + { + "episode_index": 26, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/32.hdf5", + "file_hash": "83c57ccaad89fd6bd4bf1482ae10b3dbcc80e090cc543ef9eb1e6e8b7b7722e3", + "num_source_frames": 218, + "num_anchor_frames": 217, + "num_output_frames": 217, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.619 + }, + { + "episode_index": 27, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/33.hdf5", + "file_hash": "3673e4b422471663f24a4105d56ff2d1153218ae8bc842573995049e85625481", + "num_source_frames": 242, + "num_anchor_frames": 241, + "num_output_frames": 241, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.9 + }, + { + "episode_index": 28, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/34.hdf5", + "file_hash": "4293950757dcb75e814a35de6e4ced0d61ac69edbbb07bea625c47b44fcb9c92", + "num_source_frames": 240, + "num_anchor_frames": 239, + "num_output_frames": 239, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.916 + }, + { + "episode_index": 29, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/35.hdf5", + "file_hash": "8f34ec44d269a57d83445de9dc28944c108f76f27662d6b3884ae55298748f07", + "num_source_frames": 254, + "num_anchor_frames": 253, + "num_output_frames": 253, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.201 + }, + { + "episode_index": 30, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/36.hdf5", + "file_hash": "f0b0fd4ab171ffdbe7d1328bdf6f5ff7a57dc40c15bc287251bfecc464e932af", + "num_source_frames": 283, + "num_anchor_frames": 282, + "num_output_frames": 282, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.702 + }, + { + "episode_index": 31, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/37.hdf5", + "file_hash": "f1fd9c0c16ea21c4900c1f1af38176fb5c9814bf3fa787cdd27a67afeea0c443", + "num_source_frames": 249, + "num_anchor_frames": 248, + "num_output_frames": 248, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.237 + }, + { + "episode_index": 32, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/38.hdf5", + "file_hash": "cc4dd914709b520dc0d2c140252fbe60c4da0b275da6cde5da237387899b20a1", + "num_source_frames": 270, + "num_anchor_frames": 269, + "num_output_frames": 269, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.729 + }, + { + "episode_index": 33, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/39.hdf5", + "file_hash": "484188022744b236cf99b4ffd53cfbe7372f8c67151b3b29f89bee275e865e5b", + "num_source_frames": 231, + "num_anchor_frames": 230, + "num_output_frames": 230, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.088 + }, + { + "episode_index": 34, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/4.hdf5", + "file_hash": "fd38ccac2082d773b21331748b38097e56551e7da95ba2157a1e1782ec5e391a", + "num_source_frames": 277, + "num_anchor_frames": 276, + "num_output_frames": 276, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.221 + }, + { + "episode_index": 35, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/40.hdf5", + "file_hash": "363f9e703c1781bb36bad9a356dd1334d8d61e4636fd54140855e31e31ce8533", + "num_source_frames": 247, + "num_anchor_frames": 246, + "num_output_frames": 246, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.186 + }, + { + "episode_index": 36, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/41.hdf5", + "file_hash": "f9e818bf27ff99cf34897e04deec4911d2992a581cc9746ade7489ac0dca20cb", + "num_source_frames": 212, + "num_anchor_frames": 211, + "num_output_frames": 211, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.749 + }, + { + "episode_index": 37, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/42.hdf5", + "file_hash": "4920d2677a3c2ae9bd4c3a53302c2e436601d869c9f4f9491f83aa0bdb3ef4e5", + "num_source_frames": 211, + "num_anchor_frames": 210, + "num_output_frames": 210, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.84 + }, + { + "episode_index": 38, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/43.hdf5", + "file_hash": "563c242e98128d955d423cbe0d9000a98fd8d461047a9ab73a5fe072bb165e9f", + "num_source_frames": 239, + "num_anchor_frames": 238, + "num_output_frames": 238, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.114 + }, + { + "episode_index": 39, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/44.hdf5", + "file_hash": "4e488e5bd17314ca08782e3045d8c823dc554ec38a8cb1255d463147b01bcf4c", + "num_source_frames": 230, + "num_anchor_frames": 229, + "num_output_frames": 229, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.988 + }, + { + "episode_index": 40, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/45.hdf5", + "file_hash": "153ed5744bc95324545db40bc0ec605a01e52bbd56e1d987ad7639c37f00ee64", + "num_source_frames": 211, + "num_anchor_frames": 210, + "num_output_frames": 210, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.65 + }, + { + "episode_index": 41, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/46.hdf5", + "file_hash": "44a6a23322747f061a1cc8cb243fc8e88b9f75913fb691336676585b798a7f69", + "num_source_frames": 182, + "num_anchor_frames": 181, + "num_output_frames": 181, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.375 + }, + { + "episode_index": 42, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/47.hdf5", + "file_hash": "0942e7627afd5a41345fa2ffb380f1fb71d6ffe2c4257125606977206b505b0e", + "num_source_frames": 229, + "num_anchor_frames": 228, + "num_output_frames": 228, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.918 + }, + { + "episode_index": 43, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/48.hdf5", + "file_hash": "463f082097e5b04b3e0e8222c7b191c31a03a0ca4f69c1c36d76fd599d992a2f", + "num_source_frames": 282, + "num_anchor_frames": 281, + "num_output_frames": 281, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.382 + }, + { + "episode_index": 44, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/49.hdf5", + "file_hash": "77e4e7547612e40794ed0cd81e65e5af656acdc2835d5c9582d1b7cabe99e8ee", + "num_source_frames": 250, + "num_anchor_frames": 249, + "num_output_frames": 249, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.971 + }, + { + "episode_index": 45, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/5.hdf5", + "file_hash": "d51d46b85ce453249d942bd0d6d3940356e4d9e618ab3061ebad2ece34725e4d", + "num_source_frames": 247, + "num_anchor_frames": 246, + "num_output_frames": 246, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.876 + }, + { + "episode_index": 46, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/50.hdf5", + "file_hash": "6f1d02edc931ea6e9b5d6d2b2cf04d1dfd3f20e406f7f7d659665963e03a6e5d", + "num_source_frames": 245, + "num_anchor_frames": 244, + "num_output_frames": 244, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.83 + }, + { + "episode_index": 47, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/51.hdf5", + "file_hash": "29cc16e6b90935e15ba9f363c68f6b9d2a9bb275aa0d62912581e26327c5fc0a", + "num_source_frames": 263, + "num_anchor_frames": 262, + "num_output_frames": 262, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.077 + }, + { + "episode_index": 48, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/52.hdf5", + "file_hash": "e542289d5bbdac818446a03ce7b718130da37fcfa8ed3bcb3d183380e66fcf4f", + "num_source_frames": 244, + "num_anchor_frames": 243, + "num_output_frames": 243, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.953 + }, + { + "episode_index": 49, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/53.hdf5", + "file_hash": "e4f3cb0c87a8c4d1d238b35fa145a8424172406fda29c73892e3cccbc39a4a34", + "num_source_frames": 260, + "num_anchor_frames": 259, + "num_output_frames": 259, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.021 + }, + { + "episode_index": 50, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/54.hdf5", + "file_hash": "fc6b9111647dd5b64e3b5925b13b1481168deb8fd6a39d62fa45ef910749864f", + "num_source_frames": 222, + "num_anchor_frames": 221, + "num_output_frames": 221, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.538 + }, + { + "episode_index": 51, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/55.hdf5", + "file_hash": "cbd726bad229598a70facc57ac9a6583a6cbcb0ff7451dca0cb468e197d71487", + "num_source_frames": 219, + "num_anchor_frames": 218, + "num_output_frames": 218, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.536 + }, + { + "episode_index": 52, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/56.hdf5", + "file_hash": "2602fef88e3707e0f2705ac4b186a79401fff693de8a142349b6c5af79ee6896", + "num_source_frames": 195, + "num_anchor_frames": 194, + "num_output_frames": 194, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.248 + }, + { + "episode_index": 53, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/57.hdf5", + "file_hash": "5b9a6509937cc0ba2ac63a94743f056aa68beac5fccf4449757c4bf7a2f59681", + "num_source_frames": 234, + "num_anchor_frames": 233, + "num_output_frames": 233, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.878 + }, + { + "episode_index": 54, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/58.hdf5", + "file_hash": "34be497b02085e5d8422feee1899cd9dbdbc2348049734421d1bc3ea4b70e56a", + "num_source_frames": 228, + "num_anchor_frames": 227, + "num_output_frames": 227, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.723 + }, + { + "episode_index": 55, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/59.hdf5", + "file_hash": "a4a3ab5a4f1d45d0a6e688442e161758307c0722afef881811dfee8a9d4dec99", + "num_source_frames": 186, + "num_anchor_frames": 185, + "num_output_frames": 185, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.141 + }, + { + "episode_index": 56, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/6.hdf5", + "file_hash": "edc0771a90776f23f5950ff916e0964ee46186623be1b3821637731fc224e62e", + "num_source_frames": 242, + "num_anchor_frames": 241, + "num_output_frames": 241, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.796 + }, + { + "episode_index": 57, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/7.hdf5", + "file_hash": "f1c3e83960b14cab9bdd94306b30a18623f56f7a1ffe4265cbf4b648bcdc4088", + "num_source_frames": 249, + "num_anchor_frames": 248, + "num_output_frames": 248, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.901 + }, + { + "episode_index": 58, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/8.hdf5", + "file_hash": "9016c4d5dd02932423675f14af8c2f8306b98dcf2563980a01bc540293383a17", + "num_source_frames": 208, + "num_anchor_frames": 207, + "num_output_frames": 207, + "num_dropped_frames": 0, + "task": "Click the bell", + "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": 3.395 + }, + { + "episode_index": 59, + "original_file": "/home/edemlab/challenge_ws/control_your_robot/example/teleop/save/dual_piper_data/click_bell/9.hdf5", + "file_hash": "34d7cf67afffd8c08bcf8a723737d5b9545ec90325a1001652e0a237a2a2eb1c", + "num_source_frames": 291, + "num_anchor_frames": 290, + "num_output_frames": 290, + "num_dropped_frames": 0, + "task": "Click the bell", + "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.229 + } +] \ No newline at end of file diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1071da1fccc97dc080be83afab6b3ec9892e604f --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,60 @@ +{"episode_index": 0, "tasks": ["Click the bell"], "length": 286} +{"episode_index": 1, "tasks": ["Click the bell"], "length": 342} +{"episode_index": 2, "tasks": ["Click the bell"], "length": 244} +{"episode_index": 3, "tasks": ["Click the bell"], "length": 248} +{"episode_index": 4, "tasks": ["Click the bell"], "length": 286} +{"episode_index": 5, "tasks": ["Click the bell"], "length": 288} +{"episode_index": 6, "tasks": ["Click the bell"], "length": 300} +{"episode_index": 7, "tasks": ["Click the bell"], "length": 281} +{"episode_index": 8, "tasks": ["Click the bell"], "length": 280} +{"episode_index": 9, "tasks": ["Click the bell"], "length": 256} +{"episode_index": 10, "tasks": ["Click the bell"], "length": 219} +{"episode_index": 11, "tasks": ["Click the bell"], "length": 235} +{"episode_index": 12, "tasks": ["Click the bell"], "length": 253} +{"episode_index": 13, "tasks": ["Click the bell"], "length": 210} +{"episode_index": 14, "tasks": ["Click the bell"], "length": 214} +{"episode_index": 15, "tasks": ["Click the bell"], "length": 213} +{"episode_index": 16, "tasks": ["Click the bell"], "length": 191} +{"episode_index": 17, "tasks": ["Click the bell"], "length": 278} +{"episode_index": 18, "tasks": ["Click the bell"], "length": 254} +{"episode_index": 19, "tasks": ["Click the bell"], "length": 250} +{"episode_index": 20, "tasks": ["Click the bell"], "length": 273} +{"episode_index": 21, "tasks": ["Click the bell"], "length": 294} +{"episode_index": 22, "tasks": ["Click the bell"], "length": 282} +{"episode_index": 23, "tasks": ["Click the bell"], "length": 267} +{"episode_index": 24, "tasks": ["Click the bell"], "length": 237} +{"episode_index": 25, "tasks": ["Click the bell"], "length": 253} +{"episode_index": 26, "tasks": ["Click the bell"], "length": 217} +{"episode_index": 27, "tasks": ["Click the bell"], "length": 241} +{"episode_index": 28, "tasks": ["Click the bell"], "length": 239} +{"episode_index": 29, "tasks": ["Click the bell"], "length": 253} +{"episode_index": 30, "tasks": ["Click the bell"], "length": 282} +{"episode_index": 31, "tasks": ["Click the bell"], "length": 248} +{"episode_index": 32, "tasks": ["Click the bell"], "length": 269} +{"episode_index": 33, "tasks": ["Click the bell"], "length": 230} +{"episode_index": 34, "tasks": ["Click the bell"], "length": 276} +{"episode_index": 35, "tasks": ["Click the bell"], "length": 246} +{"episode_index": 36, "tasks": ["Click the bell"], "length": 211} +{"episode_index": 37, "tasks": ["Click the bell"], "length": 210} +{"episode_index": 38, "tasks": ["Click the bell"], "length": 238} +{"episode_index": 39, "tasks": ["Click the bell"], "length": 229} +{"episode_index": 40, "tasks": ["Click the bell"], "length": 210} +{"episode_index": 41, "tasks": ["Click the bell"], "length": 181} +{"episode_index": 42, "tasks": ["Click the bell"], "length": 228} +{"episode_index": 43, "tasks": ["Click the bell"], "length": 281} +{"episode_index": 44, "tasks": ["Click the bell"], "length": 249} +{"episode_index": 45, "tasks": ["Click the bell"], "length": 246} +{"episode_index": 46, "tasks": ["Click the bell"], "length": 244} +{"episode_index": 47, "tasks": ["Click the bell"], "length": 262} +{"episode_index": 48, "tasks": ["Click the bell"], "length": 243} +{"episode_index": 49, "tasks": ["Click the bell"], "length": 259} +{"episode_index": 50, "tasks": ["Click the bell"], "length": 221} +{"episode_index": 51, "tasks": ["Click the bell"], "length": 218} +{"episode_index": 52, "tasks": ["Click the bell"], "length": 194} +{"episode_index": 53, "tasks": ["Click the bell"], "length": 233} +{"episode_index": 54, "tasks": ["Click the bell"], "length": 227} +{"episode_index": 55, "tasks": ["Click the bell"], "length": 185} +{"episode_index": 56, "tasks": ["Click the bell"], "length": 241} +{"episode_index": 57, "tasks": ["Click the bell"], "length": 248} +{"episode_index": 58, "tasks": ["Click the bell"], "length": 207} +{"episode_index": 59, "tasks": ["Click the bell"], "length": 290} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3f2e55dccc5eda6c46ad468a1b72ba7ce75dc641 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,60 @@ +{"episode_index": 0, "stats": {"observation.state": {"min": [-0.05918411538004875, 0.0007679448463022709, -0.12870058417320251, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.04824899882078171, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008667673915624619, 0.9951221346855164, -0.9969542026519775, 0.0009567484958097339, -0.006230825092643499, 0.007592182140797377, -1.770845890045166, -0.08838347345590591, 0.3234618604183197, -0.1417207270860672, 0.0, 0.03907100111246109, 0.0007399999885819852, 0.16592299938201904, -0.8322222828865051, -0.7502486109733582, -0.7488230466842651, 0.66107577085495, -0.9993129372596741, -0.034965880215168], "max": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.0064500002190470695, 0.22972799837589264, -0.07750609517097473, 0.09864580631256104, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009827365865930915, 0.7135953307151794, 2.2193257808685303, -0.210277259349823, 0.30567696690559387, 1.2292004823684692, 0.08686503767967224, 1.085714340209961, 0.3351610004901886, 0.2938370108604431, 0.37747299671173096, -0.03339175134897232, -0.04033086076378822, 0.1119641587138176, 0.9984761476516724, 0.006841637194156647, 0.2217283844947815], "mean": [-0.05918412655591965, 0.0007679460104554892, -0.1284496933221817, -0.13549010455608368, 0.2958679795265198, 0.13372762501239777, 0.0, 0.048266325145959854, -0.00645115040242672, 0.22964496910572052, -0.0777556449174881, 0.09863883256912231, 0.008682025596499443, 0.9951199889183044, -0.9969325661659241, 0.0009729207959026098, 0.45258310437202454, 1.2833353281021118, -1.1712113618850708, 0.0749095231294632, 0.9883847832679749, -0.08644641190767288, 0.13603822886943817, 0.20780010521411896, 0.15080298483371735, 0.28175339102745056, -0.5760689973831177, -0.4884064793586731, -0.4219518303871155, 0.8086472749710083, -0.4508998990058899, 0.05138567462563515], "std": [1.1175870895385742e-08, 1.1641532182693481e-09, 0.0003215318429283798, 1.9371509552001953e-07, 2.384185791015625e-07, 5.066394805908203e-07, 0.0, 2.230044083262328e-05, 1.4543796851285151e-06, 0.00010762576130218804, 0.0003205164393875748, 8.74255238159094e-06, 1.843241807364393e-05, 2.9511970751627814e-06, 2.5277169697801583e-05, 1.2598833563970402e-05, 0.2882384955883026, 0.7434902787208557, 0.5342750549316406, 0.09684938937425613, 0.33198195695877075, 0.0718727707862854, 0.31051191687583923, 0.10343904793262482, 0.11285662651062012, 0.061111245304346085, 0.23378819227218628, 0.2852669954299927, 0.33205926418304443, 0.13588730990886688, 0.3490983843803406, 0.0711698904633522], "count": [286]}, "action": {"min": [-0.05918411538004875, 0.0007679448463022709, -0.12870058417320251, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.04824899882078171, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008667673915624619, 0.9951221346855164, -0.9969542026519775, 0.0009567484958097339, -0.006230825092643499, 0.007592182140797377, -1.770845890045166, -0.08838347345590591, 0.3234618604183197, -0.1417207270860672, 0.0, 0.03907100111246109, 0.0007399999885819852, 0.16592299938201904, -0.8322222828865051, -0.7502486109733582, -0.7488230466842651, 0.66107577085495, -0.9993129372596741, -0.034965880215168], "max": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.0064500002190470695, 0.22972799837589264, -0.07750609517097473, 0.09864580631256104, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009827365865930915, 0.7135953307151794, 2.2193257808685303, -0.210277259349823, 0.30567696690559387, 1.2292004823684692, 0.08686503767967224, 1.085714340209961, 0.3351610004901886, 0.2938370108604431, 0.37747299671173096, -0.03339175134897232, -0.04033086076378822, 0.1119641587138176, 0.9984761476516724, 0.006841637194156647, 0.2217283844947815], "mean": [-0.05918412655591965, 0.0007679460104554892, -0.12844738364219666, -0.13549010455608368, 0.2958679795265198, 0.13372762501239777, 0.0, 0.04826648533344269, -0.0064511606469750404, 0.22964419424533844, -0.07775794714689255, 0.09863876551389694, 0.008682159706950188, 0.9951199889183044, -0.9969324469566345, 0.0009728299337439239, 0.45224902033805847, 1.2833279371261597, -1.1712799072265625, 0.07573098689317703, 0.9882882833480835, -0.08708883076906204, 0.13594332337379456, 0.20779336988925934, 0.15081611275672913, 0.2817852795124054, -0.5758962631225586, -0.48836657404899597, -0.4217962920665741, 0.808646023273468, -0.4509107172489166, 0.051529545336961746], "std": [1.1175870895385742e-08, 1.1641532182693481e-09, 0.0003221085062250495, 1.9371509552001953e-07, 2.384185791015625e-07, 5.066394805908203e-07, 0.0, 2.2340429495670833e-05, 1.4569837958333665e-06, 0.00010781858873087913, 0.00032109112362377346, 8.758304829825647e-06, 1.846546001615934e-05, 2.9576301585620968e-06, 2.5317322069895454e-05, 1.2621423593373038e-05, 0.28871461749076843, 0.7435029149055481, 0.5341535210609436, 0.09645644575357437, 0.33215874433517456, 0.0711381584405899, 0.3105488717556, 0.10344986617565155, 0.11283940076828003, 0.06109553575515747, 0.23415546119213104, 0.28532835841178894, 0.33226528763771057, 0.1358855813741684, 0.3491152822971344, 0.0711107850074768], "count": [286]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.792156862745098]], [[0.7568627450980392]], [[0.8392156862745098]]], "mean": [[[0.4668101041666667]], [[0.4746037397875817]], [[0.45030206086601304]]], "std": [[[0.14844262538013178]], [[0.13862502139583716]], [[0.14999143030201922]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7529411764705882]], [[0.7490196078431373]], [[0.7686274509803922]]], "mean": [[[0.3534412867647059]], [[0.48036129901960783]], [[0.36382917892156863]]], "std": [[[0.18915895506141986]], [[0.11698237201130282]], [[0.17393219826065973]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8823529411764706]], [[0.8196078431372549]], [[0.8509803921568627]]], "mean": [[[0.41000775939542483]], [[0.45246254697712424]], [[0.41240537581699344]]], "std": [[[0.16632291637859295]], [[0.1238481929470537]], [[0.15398302942059816]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.5], "mean": [14.25], "std": [8.256058381576524], "count": [286]}, "frame_index": {"min": [0], "max": [285], "mean": [142.5], "std": [82.56058381576526], "count": [286]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [286]}, "index": {"min": [0], "max": [285], "mean": [142.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [286]}}} +{"episode_index": 1, "stats": {"observation.state": {"min": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, -0.0725882425904274, 0.007592182140797377, -1.771910548210144, 0.022305307909846306, 0.31841787695884705, -0.5903576016426086, 0.0, 0.03725900128483772, 0.004507000092417002, 0.1604360044002533, -0.6890742182731628, -0.9355025291442871, -0.9297602772712708, 0.3528138995170593, -0.998474657535553, -0.09112408757209778], "max": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, 0.7662169933319092, 2.2004587650299072, -0.17580701410770416, 0.30257028341293335, 1.231294870376587, -0.09686577320098877, 0.7914285659790039, 0.3548800051212311, 0.2773590087890625, 0.3635160028934479, -0.037612639367580414, -0.0246444009244442, 0.04258660227060318, 0.9981033205986023, -0.09784344583749771, 0.11645136028528214], "mean": [-0.059184275567531586, 0.0007679460104554892, -0.12803684175014496, -0.13549016416072845, 0.2958679497241974, 0.13372769951820374, 0.0, 0.04829498752951622, -0.006453016307204962, 0.229506716132164, -0.07816707342863083, 0.09862755984067917, 0.008705680258572102, 0.9951200485229492, -0.9968986511230469, 0.0009567461092956364, 0.45884382724761963, 1.3214137554168701, -1.1984182596206665, 0.14909131824970245, 1.022024393081665, -0.4111084043979645, 0.10846696048974991, 0.21193626523017883, 0.1571914106607437, 0.27788349986076355, -0.4204213619232178, -0.6725391745567322, -0.6262214779853821, 0.6241450905799866, -0.44366246461868286, -0.005360766313970089], "std": [1.601874828338623e-07, 1.1641532182693481e-09, 5.066394805908203e-07, 2.5331974029541016e-07, 2.682209014892578e-07, 5.811452865600586e-07, 0.0, 1.1175870895385742e-08, 1.6298145055770874e-08, 7.152557373046875e-07, 1.6391277313232422e-07, 2.1606683731079102e-07, 1.4901161193847656e-08, 3.874301910400391e-06, 3.5762786865234375e-06, 2.3865140974521637e-09, 0.2742563784122467, 0.7366384863853455, 0.5038443207740784, 0.08608360588550568, 0.27985328435897827, 0.12393932044506073, 0.24461092054843903, 0.11165594309568405, 0.10608299821615219, 0.06298026442527771, 0.15902256965637207, 0.31579115986824036, 0.32966431975364685, 0.23594337701797485, 0.3166855275630951, 0.05207298323512077], "count": [342]}, "action": {"min": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, -0.0725882425904274, 0.007592182140797377, -1.771910548210144, 0.022305307909846306, 0.31841787695884705, -0.5903576016426086, 0.0, 0.03725900128483772, 0.004507000092417002, 0.1604360044002533, -0.6890742182731628, -0.9355025291442871, -0.9297602772712708, 0.3528138995170593, -0.998474657535553, -0.09112408757209778], "max": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, 0.7662169933319092, 2.2004587650299072, -0.17580701410770416, 0.30257028341293335, 1.231294870376587, -0.09686577320098877, 0.7914285659790039, 0.3548800051212311, 0.2773590087890625, 0.3635160028934479, -0.037612639367580414, -0.0246444009244442, 0.040842555463314056, 0.9981033205986023, -0.09784344583749771, 0.11645136028528214], "mean": [-0.059184275567531586, 0.0007679460104554892, -0.12803684175014496, -0.13549016416072845, 0.2958679497241974, 0.13372769951820374, 0.0, 0.04829498752951622, -0.006453016307204962, 0.229506716132164, -0.07816707342863083, 0.09862755984067917, 0.008705680258572102, 0.9951200485229492, -0.9968986511230469, 0.0009567461092956364, 0.4587956964969635, 1.321418046951294, -1.1982601881027222, 0.14954042434692383, 1.0218874216079712, -0.4119400978088379, 0.10846696048974991, 0.2119508534669876, 0.15719984471797943, 0.27784696221351624, -0.42039230465888977, -0.6726283431053162, -0.6266140937805176, 0.6241312623023987, -0.44365420937538147, -0.00575035996735096], "std": [1.601874828338623e-07, 1.1641532182693481e-09, 5.066394805908203e-07, 2.5331974029541016e-07, 2.682209014892578e-07, 5.811452865600586e-07, 0.0, 1.1175870895385742e-08, 1.6298145055770874e-08, 7.152557373046875e-07, 1.6391277313232422e-07, 2.1606683731079102e-07, 1.4901161193847656e-08, 3.874301910400391e-06, 3.5762786865234375e-06, 2.3865140974521637e-09, 0.2743394374847412, 0.7366310358047485, 0.5041565895080566, 0.0864810049533844, 0.2801859974861145, 0.12277679890394211, 0.24461090564727783, 0.11163391172885895, 0.10607099533081055, 0.06299638748168945, 0.15909025073051453, 0.3156181275844574, 0.32894665002822876, 0.23592165112495422, 0.31667107343673706, 0.05219301953911781], "count": [342]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7764705882352941]], [[0.7843137254901961]], [[0.8549019607843137]]], "mean": [[[0.46073131331699346]], [[0.46990887459150327]], [[0.44579132965686274]]], "std": [[[0.14658902363431633]], [[0.1365253230337656]], [[0.1481365414936713]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7568627450980392]], [[0.7686274509803922]]], "mean": [[[0.35809848651960785]], [[0.4874292116013072]], [[0.37027071282679735]]], "std": [[[0.19123763499116264]], [[0.11786411715374913]], [[0.17586430617715493]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8705882352941177]], [[0.8313725490196079]], [[0.8941176470588236]]], "mean": [[[0.42199023488562093]], [[0.4616357638888889]], [[0.4267499325980392]]], "std": [[[0.164165075507827]], [[0.12259355698126627]], [[0.15085358815941075]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [34.1], "mean": [17.05], "std": [9.872647399085347], "count": [342]}, "frame_index": {"min": [0], "max": [341], "mean": [170.5], "std": [98.72647399085346], "count": [342]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [342]}, "index": {"min": [286], "max": [627], "mean": [456.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [342]}}} +{"episode_index": 2, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.06693337857723236, 0.0073303827084600925, -1.4550111293792725, -0.01218239776790142, 0.36332517862319946, -0.08286823332309723, 0.0, 0.03114200010895729, -0.0063749998807907104, 0.1656699925661087, -0.9809033274650574, -0.3338274359703064, -0.2829608619213104, 0.9422986507415771, -1.0, -0.08961476385593414], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3079633414745331, 2.042419195175171, -0.2799857258796692, 0.14095278084278107, 1.1737513542175293, -0.014503685757517815, 0.8614285588264465, 0.379036009311676, 0.0972760021686554, 0.365774005651474, -6.241783978566673e-08, 0.05732819065451622, 0.015046637505292892, 0.9992132186889648, 0.032841190695762634, 0.11256414651870728], "mean": [-0.055117588490247726, -0.03359750658273697, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803122282028, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.16826631128787994, 1.1498255729675293, -0.999184787273407, 0.07591275125741959, 0.8723419904708862, -0.04554268717765808, 0.06574356555938721, 0.22171065211296082, 0.05446312949061394, 0.27663710713386536, -0.6767427325248718, -0.18071842193603516, -0.15344364941120148, 0.9746164083480835, -0.5012425184249878, 0.044412191957235336], "std": [9.313225746154785e-08, 8.195638656616211e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 6.705522537231445e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.11070707440376282, 0.7090715169906616, 0.4200863838195801, 0.04286303371191025, 0.2684941291809082, 0.020976997911930084, 0.19977547228336334, 0.1266372948884964, 0.03904777020215988, 0.06346990168094635, 0.3325597941875458, 0.1065848246216774, 0.08468249440193176, 0.015860574319958687, 0.38660523295402527, 0.062281642109155655], "count": [244]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.06693337857723236, 0.0073303827084600925, -1.4550111293792725, -0.01218239776790142, 0.36332517862319946, -0.08286823332309723, 0.0, 0.03114200010895729, -0.0063749998807907104, 0.1656699925661087, -0.9809033274650574, -0.3338274359703064, -0.2829608619213104, 0.9422986507415771, -1.0, -0.08961476385593414], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3079633414745331, 2.042419195175171, -0.2799857258796692, 0.14095278084278107, 1.1737513542175293, -0.014503685757517815, 0.8614285588264465, 0.379036009311676, 0.0972760021686554, 0.365774005651474, -6.241783978566673e-08, 0.05732819065451622, 0.015046637505292892, 0.9992132186889648, 0.032841190695762634, 0.11256414651870728], "mean": [-0.055117588490247726, -0.03359750658273697, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803122282028, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.16793297231197357, 1.1498255729675293, -0.9990394115447998, 0.07597240805625916, 0.8717615604400635, -0.04572658985853195, 0.06569672375917435, 0.2217298150062561, 0.05445040389895439, 0.27664393186569214, -0.6762951016426086, -0.18038177490234375, -0.1535043865442276, 0.974617600440979, -0.5012674331665039, 0.04433201253414154], "std": [9.313225746154785e-08, 8.195638656616211e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 6.705522537231445e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.11129076778888702, 0.7090716361999512, 0.4203292429447174, 0.0428539477288723, 0.26943886280059814, 0.021106339991092682, 0.19979049265384674, 0.12660883367061615, 0.03906498849391937, 0.06346934288740158, 0.3333958685398102, 0.10714911669492722, 0.08456703275442123, 0.015862515196204185, 0.3866371214389801, 0.062326155602931976], "count": [244]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7058823529411765]], [[0.7176470588235294]], [[0.8117647058823529]]], "mean": [[[0.45217002450980387]], [[0.4599728676470588]], [[0.4354368178104575]]], "std": [[[0.13577072741697074]], [[0.1255474367285746]], [[0.13825855126050285]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6745098039215687]], [[0.6980392156862745]]], "mean": [[[0.4086343464052287]], [[0.45857496527777775]], [[0.4148525408496732]]], "std": [[[0.17304094908461407]], [[0.113726859686336]], [[0.1569289576014712]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8784313725490196]], [[0.8392156862745098]], [[0.9215686274509803]]], "mean": [[[0.40731919321895427]], [[0.4579037214052288]], [[0.4079752573529412]]], "std": [[[0.17341427691620248]], [[0.12889115296275167]], [[0.16725684685098297]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.3], "mean": [12.15], "std": [7.043614129124338], "count": [244]}, "frame_index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [244]}, "index": {"min": [628], "max": [871], "mean": [749.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [244]}}} +{"episode_index": 3, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.06693337857723236, 0.007173303049057722, -1.4770022630691528, 0.06588617712259293, 0.313338965177536, -0.08286823332309723, 0.0, 0.02902499958872795, -8.299999899463728e-05, 0.16429400444030762, -0.9842355251312256, -0.3099024295806885, -0.21567799150943756, 0.9453959465026855, -1.0, -0.01579599268734455], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.25647613406181335, 2.058964967727661, -0.2799857258796692, 0.13864895701408386, 1.2208752632141113, 0.0, 0.9399999976158142, 0.38063299655914307, 0.10298000276088715, 0.411980003118515, 0.0994691476225853, 0.04143162816762924, 0.03893948346376419, 0.9996148943901062, 0.08639069646596909, 0.12693443894386292], "mean": [-0.055117588490247726, -0.033597514033317566, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.1503380388021469, 1.0837082862854004, -1.032185673713684, 0.10862606763839722, 0.9118295907974243, -0.038681138306856155, 0.0740380510687828, 0.20731650292873383, 0.052538275718688965, 0.2985374927520752, -0.6297481656074524, -0.16475053131580353, -0.11606501042842865, 0.9769375324249268, -0.5262678265571594, 0.07243824005126953], "std": [9.313225746154785e-08, 7.450580596923828e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.11922069638967514, 0.7204688191413879, 0.4430665373802185, 0.02026643231511116, 0.3331942558288574, 0.031091028824448586, 0.21937774121761322, 0.13038232922554016, 0.03873445466160774, 0.07035548985004425, 0.3749906122684479, 0.10510088503360748, 0.09205331653356552, 0.01586536504328251, 0.40484151244163513, 0.043644730001688004], "count": [248]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.06693337857723236, 0.007173303049057722, -1.4770022630691528, 0.06588617712259293, 0.313338965177536, -0.08286823332309723, 0.0, 0.02902499958872795, -8.299999899463728e-05, 0.16429400444030762, -0.9842355251312256, -0.3099024295806885, -0.21567799150943756, 0.9453959465026855, -1.0, -0.01579599268734455], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.25647613406181335, 2.058964967727661, -0.2799857258796692, 0.13864895701408386, 1.2208752632141113, 0.0, 0.9399999976158142, 0.38063299655914307, 0.10298000276088715, 0.411980003118515, 0.0994691476225853, 0.04143162816762924, 0.03893948346376419, 0.9996148943901062, 0.08639069646596909, 0.12693443894386292], "mean": [-0.055117588490247726, -0.033597514033317566, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.15072278678417206, 1.083707571029663, -1.0324020385742188, 0.1087152361869812, 0.9116280674934387, -0.03858387470245361, 0.07401501387357712, 0.20728889107704163, 0.052552442997694016, 0.2986241281032562, -0.6293470859527588, -0.16516172885894775, -0.11590798944234848, 0.976930558681488, -0.5262447595596313, 0.07257050275802612], "std": [9.313225746154785e-08, 7.450580596923828e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.11867178976535797, 0.7204697728157043, 0.44271180033683777, 0.020178020000457764, 0.3335408568382263, 0.03099020943045616, 0.21938584744930267, 0.13041937351226807, 0.0387159138917923, 0.07033637166023254, 0.3757164180278778, 0.10449924319982529, 0.09228405356407166, 0.015855960547924042, 0.4048146903514862, 0.04347437620162964], "count": [248]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7019607843137254]], [[0.7176470588235294]], [[0.803921568627451]]], "mean": [[[0.4558759599673202]], [[0.4639243974673203]], [[0.439133245506536]]], "std": [[[0.1351352313668778]], [[0.12517349471434705]], [[0.13753555836961073]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6745098039215687]], [[0.6980392156862745]]], "mean": [[[0.4105738337418301]], [[0.4603024019607843]], [[0.41597270220588234]]], "std": [[[0.17331229374704715]], [[0.11398958283741575]], [[0.15728447852879454]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.3997187867647059]], [[0.4594052389705882]], [[0.39822881331699345]]], "std": [[[0.17268858463010428]], [[0.1307481177491486]], [[0.16472347220831243]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.7], "mean": [12.35], "std": [7.15908513708281], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [248]}, "index": {"min": [872], "max": [1119], "mean": [995.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [248]}}} +{"episode_index": 4, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.02848377265036106, 0.007173303049057722, -1.782766580581665, 0.0072082094848155975, 0.31443852186203003, -0.17208945751190186, 0.0, 0.028635000810027122, 0.0034229999873787165, 0.16672800481319427, -0.7660909295082092, -0.7702666521072388, -0.7548126578330994, 0.6313738822937012, -0.9983658194541931, -0.04201783612370491], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7358307838439941, 2.213007688522339, -0.24692918360233307, 0.2053205370903015, 1.2265825271606445, -0.029688050970435143, 0.9657142758369446, 0.3228909969329834, 0.30874401330947876, 0.3604409992694855, 0.09790981560945511, -0.0500343032181263, 0.08736671507358551, 0.99872225522995, -0.029125425964593887, 0.13423985242843628], "mean": [-0.055117592215538025, -0.03359757363796234, 0.03157297149300575, 0.20580971240997314, 0.3854745924472809, -0.12006138265132904, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180590027943254, 0.08659794181585312, 0.9959540963172913, -0.9546175003051758, 0.08986484259366989, 0.4787450432777405, 1.1781315803527832, -1.1030020713806152, 0.11990363150835037, 0.9502929449081421, -0.11747756600379944, 0.19808189570903778, 0.1834765523672104, 0.1484827846288681, 0.2856181263923645, -0.5212458372116089, -0.5209936499595642, -0.4367655813694, 0.7907890677452087, -0.5062319040298462, 0.07119131088256836], "std": [9.685754776000977e-08, 1.4901161193847656e-08, 3.3527612686157227e-08, 4.917383193969727e-07, 1.1920928955078125e-06, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.7939677238464355e-09, 1.564621925354004e-07, 1.430511474609375e-06, 2.1457672119140625e-06, 1.4156103134155273e-07, 0.28781554102897644, 0.7646501660346985, 0.5355666875839233, 0.04424154758453369, 0.32446396350860596, 0.0455319881439209, 0.35933879017829895, 0.10687871277332306, 0.11453451216220856, 0.05619063228368759, 0.24900318682193756, 0.27440109848976135, 0.3178898096084595, 0.1453871876001358, 0.34381943941116333, 0.041432127356529236], "count": [286]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.02848377265036106, 0.007173303049057722, -1.782766580581665, 0.0072082094848155975, 0.31695178151130676, -0.17208945751190186, 0.0, 0.028635000810027122, 0.0034229999873787165, 0.16672800481319427, -0.7660909295082092, -0.7702666521072388, -0.7548126578330994, 0.6313738822937012, -0.9983658194541931, -0.04201783612370491], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7358307838439941, 2.213007688522339, -0.24692918360233307, 0.2053205370903015, 1.2265825271606445, -0.029688050970435143, 0.9657142758369446, 0.3228909969329834, 0.30874401330947876, 0.3604409992694855, 0.09540901333093643, -0.0500343032181263, 0.08736671507358551, 0.99872225522995, -0.029125425964593887, 0.13423985242843628], "mean": [-0.055117592215538025, -0.03359757363796234, 0.03157297149300575, 0.20580971240997314, 0.3854745924472809, -0.12006138265132904, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180590027943254, 0.08659794181585312, 0.9959540963172913, -0.9546175003051758, 0.08986484259366989, 0.4787476062774658, 1.178135871887207, -1.1027016639709473, 0.11996537446975708, 0.950675904750824, -0.11734959483146667, 0.19804693758487701, 0.18351027369499207, 0.14848944544792175, 0.285488486289978, -0.5219421982765198, -0.5210196375846863, -0.4366157054901123, 0.7907764911651611, -0.5062223672866821, 0.07138808816671371], "std": [9.685754776000977e-08, 1.4901161193847656e-08, 3.3527612686157227e-08, 4.917383193969727e-07, 1.1920928955078125e-06, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.7939677238464355e-09, 1.564621925354004e-07, 1.430511474609375e-06, 2.1457672119140625e-06, 1.4156103134155273e-07, 0.28781113028526306, 0.7646433115005493, 0.5360222458839417, 0.044228773564100266, 0.32377728819847107, 0.04572668671607971, 0.35935690999031067, 0.10683150589466095, 0.1145261749625206, 0.05621519312262535, 0.24754485487937927, 0.27435800433158875, 0.3181214928627014, 0.145369291305542, 0.34380608797073364, 0.04135715961456299], "count": [286]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.8274509803921568]], [[0.8117647058823529]], [[0.8862745098039215]]], "mean": [[[0.46830806576797385]], [[0.4768765788398693]], [[0.45803898284313727]]], "std": [[[0.13266832094859957]], [[0.12504487210449086]], [[0.13227311149735796]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6745098039215687]], [[0.6901960784313725]]], "mean": [[[0.4297302205882353]], [[0.4827471098856209]], [[0.43035808210784315]]], "std": [[[0.18190356236992747]], [[0.12813096938312968]], [[0.19703199079460437]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8627450980392157]], [[0.8274509803921568]], [[0.9176470588235294]]], "mean": [[[0.4298487928921569]], [[0.4785395894607843]], [[0.4349645812908497]]], "std": [[[0.15133888024538888]], [[0.11254765486883364]], [[0.1404262136923685]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.5], "mean": [14.25], "std": [8.256058381576524], "count": [286]}, "frame_index": {"min": [0], "max": [285], "mean": [142.5], "std": [82.56058381576526], "count": [286]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [286]}, "index": {"min": [1120], "max": [1405], "mean": [1262.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [286]}}} +{"episode_index": 5, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.029216811060905457, 0.00678933085873723, -1.7356600761413574, 0.10739010572433472, 0.27436575293540955, -0.20814795792102814, 0.0, 0.02583399973809719, 0.005646000150591135, 0.16604499518871307, -0.7302875518798828, -0.7590897083282471, -0.7464892864227295, 0.6405288577079773, -0.997995913028717, -0.06433325260877609], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7085338234901428, 2.202169179916382, -0.18791960179805756, 0.20429079234600067, 1.2149585485458374, -0.029688050970435143, 0.9128571152687073, 0.3258959949016571, 0.2991029918193817, 0.34866800904273987, 0.00927467830479145, -0.07088371366262436, 0.07855721563100815, 0.9938047528266907, -0.04989568889141083, 0.16000786423683167], "mean": [-0.055117592215538025, -0.03359757363796234, 0.03157297521829605, 0.20580971240997314, 0.3854745924472809, -0.12006136775016785, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180590027943254, 0.08659794181585312, 0.9959539771080017, -0.9546175003051758, 0.08986484259366989, 0.45245039463043213, 1.1482594013214111, -1.0411146879196167, 0.14664560556411743, 0.9242888689041138, -0.1792955994606018, 0.23565970361232758, 0.18601584434509277, 0.1370733678340912, 0.2783854007720947, -0.5407797694206238, -0.5307297706604004, -0.44658172130584717, 0.8001196980476379, -0.5138584971427917, 0.059828657656908035], "std": [9.685754776000977e-08, 1.4901161193847656e-08, 2.9802322387695312e-08, 4.917383193969727e-07, 1.1920928955078125e-06, 1.7136335372924805e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.7939677238464355e-09, 1.564621925354004e-07, 1.3113021850585938e-06, 2.1457672119140625e-06, 1.4156103134155273e-07, 0.22748857736587524, 0.7477403879165649, 0.547221302986145, 0.028358768671751022, 0.33466559648513794, 0.05003555491566658, 0.38002705574035645, 0.10590344667434692, 0.10744230449199677, 0.05087963119149208, 0.2444734424352646, 0.23096957802772522, 0.28151455521583557, 0.13117007911205292, 0.3241203725337982, 0.06326363235712051], "count": [288]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.029216811060905457, 0.00678933085873723, -1.7356600761413574, 0.10739010572433472, 0.27436575293540955, -0.20814795792102814, 0.0, 0.02583399973809719, 0.005646000150591135, 0.16604499518871307, -0.7302875518798828, -0.7590897083282471, -0.7464892864227295, 0.6405288577079773, -0.997995913028717, -0.06433325260877609], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7085338234901428, 2.202169179916382, -0.18791960179805756, 0.20429079234600067, 1.2149585485458374, -0.029688050970435143, 0.9128571152687073, 0.3258959949016571, 0.2991029918193817, 0.34866800904273987, 0.00927467830479145, -0.07103454321622849, 0.07855721563100815, 0.993800163269043, -0.04989568889141083, 0.16000786423683167], "mean": [-0.055117592215538025, -0.03359757363796234, 0.03157297521829605, 0.20580971240997314, 0.3854745924472809, -0.12006136775016785, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180590027943254, 0.08659794181585312, 0.9959539771080017, -0.9546175003051758, 0.08986484259366989, 0.4526604413986206, 1.1482583284378052, -1.0409098863601685, 0.1467403769493103, 0.9237692952156067, -0.17991489171981812, 0.23565970361232758, 0.18603533506393433, 0.13708028197288513, 0.27836620807647705, -0.5404140949249268, -0.5309336185455322, -0.447076678276062, 0.8001046776771545, -0.5138797760009766, 0.059308070689439774], "std": [9.685754776000977e-08, 1.4901161193847656e-08, 2.9802322387695312e-08, 4.917383193969727e-07, 1.1920928955078125e-06, 1.7136335372924805e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.7939677238464355e-09, 1.564621925354004e-07, 1.3113021850585938e-06, 2.1457672119140625e-06, 1.4156103134155273e-07, 0.22712543606758118, 0.7477419972419739, 0.5475297570228577, 0.028320763260126114, 0.33555665612220764, 0.04927806928753853, 0.38002705574035645, 0.1058768555521965, 0.10743390023708344, 0.05088898167014122, 0.24520809948444366, 0.2305891215801239, 0.2807154953479767, 0.131148099899292, 0.3241521120071411, 0.06366501748561859], "count": [288]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.807843137254902]], [[0.8705882352941177]]], "mean": [[[0.466069381127451]], [[0.4747557883986928]], [[0.45690767156862744]]], "std": [[[0.1294463197662611]], [[0.12152297331037656]], [[0.12898811268816934]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6862745098039216]], [[0.6980392156862745]]], "mean": [[[0.4317246364379085]], [[0.489344669117647]], [[0.43605958333333333]]], "std": [[[0.18219128655813263]], [[0.12925150715334643]], [[0.1981579506960724]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.788235294117647]], [[0.7568627450980392]], [[0.796078431372549]]], "mean": [[[0.42738419321895427]], [[0.47243249795751635]], [[0.42785560457516336]]], "std": [[[0.1535197672377069]], [[0.10820548369692146]], [[0.14487416590778032]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999998], "std": [8.313793758968686], "count": [288]}, "frame_index": {"min": [0], "max": [287], "mean": [143.5], "std": [83.13793758968686], "count": [288]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [288]}, "index": {"min": [1406], "max": [1693], "mean": [1549.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [288]}}} +{"episode_index": 6, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.033126350492239, 0.007295476272702217, -1.7521010637283325, 0.05787511542439461, 0.26747170090675354, -0.20804324746131897, 0.0, 0.039354000240564346, 0.0036959999706596136, 0.16325199604034424, -0.7466974258422852, -0.7704201340675354, -0.7513762712478638, 0.6326076984405518, -1.0, -0.10805647820234299], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7085687518119812, 2.21614933013916, -0.15535175800323486, 0.19148007035255432, 1.2305095195770264, -0.12348204106092453, 0.9714285731315613, 0.3304789960384369, 0.30223798751831055, 0.35985100269317627, 0.009969012811779976, -0.06164845451712608, 0.012780006043612957, 0.9959211945533752, -0.07539641857147217, 0.15392667055130005], "mean": [-0.05511756241321564, -0.033597588539123535, 0.031572986394166946, 0.20580974221229553, 0.38547462224960327, -0.12006131559610367, 0.0, 0.05152798071503639, 0.004158985801041126, 0.1704866737127304, -0.284973680973053, 0.0016180590027943254, 0.08659791946411133, 0.9959535002708435, -0.9546176195144653, 0.08986484259366989, 0.46980056166648865, 1.250458002090454, -1.1375309228897095, 0.13614511489868164, 0.9441989064216614, -0.18755052983760834, 0.17829997837543488, 0.2025475949048996, 0.15329833328723907, 0.27652648091316223, -0.5299659371376038, -0.5467031598091125, -0.4846717417240143, 0.7830158472061157, -0.488321989774704, 0.04670786112546921], "std": [6.705522537231445e-08, 0.0, 1.862645149230957e-08, 5.21540641784668e-07, 1.2218952178955078e-06, 1.1920928955078125e-07, 0.0, 1.862645149230957e-08, 1.3969838619232178e-08, 3.2782554626464844e-07, 4.76837158203125e-07, 2.7939677238464355e-09, 1.7881393432617188e-07, 8.344650268554688e-07, 2.2649765014648438e-06, 1.4156103134155273e-07, 0.24421894550323486, 0.7753216028213501, 0.573142945766449, 0.02975860796868801, 0.35237860679626465, 0.021787632256746292, 0.3459232747554779, 0.10856597870588303, 0.11473505944013596, 0.06014222279191017, 0.2458755224943161, 0.2487628310918808, 0.2708700895309448, 0.1371491551399231, 0.334582656621933, 0.07160137593746185], "count": [300]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.033126350492239, 0.007295476272702217, -1.7521010637283325, 0.05787511542439461, 0.26747170090675354, -0.20804324746131897, 0.0, 0.039354000240564346, 0.0036959999706596136, 0.16325199604034424, -0.7466974258422852, -0.7704201340675354, -0.7513762712478638, 0.6326076984405518, -1.0, -0.10805647820234299], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7085687518119812, 2.21614933013916, -0.15535175800323486, 0.19148007035255432, 1.2305095195770264, -0.12348204106092453, 0.9714285731315613, 0.3304789960384369, 0.30223798751831055, 0.35985100269317627, 0.009969012811779976, -0.06164845451712608, 0.012780006043612957, 0.9959211945533752, -0.07539641857147217, 0.15392667055130005], "mean": [-0.05511756241321564, -0.033597588539123535, 0.031572986394166946, 0.20580974221229553, 0.38547462224960327, -0.12006131559610367, 0.0, 0.05152798071503639, 0.004158985801041126, 0.1704866737127304, -0.284973680973053, 0.0016180590027943254, 0.08659791946411133, 0.9959535002708435, -0.9546176195144653, 0.08986484259366989, 0.4696154296398163, 1.2504552602767944, -1.1374224424362183, 0.13606394827365875, 0.9441758990287781, -0.18745645880699158, 0.17825235426425934, 0.2025575190782547, 0.15328815579414368, 0.27649277448654175, -0.530066192150116, -0.5464999675750732, -0.48465871810913086, 0.7830373048782349, -0.4883216917514801, 0.046727150678634644], "std": [6.705522537231445e-08, 0.0, 1.862645149230957e-08, 5.21540641784668e-07, 1.2218952178955078e-06, 1.1920928955078125e-07, 0.0, 1.862645149230957e-08, 1.3969838619232178e-08, 3.2782554626464844e-07, 4.76837158203125e-07, 2.7939677238464355e-09, 1.7881393432617188e-07, 8.344650268554688e-07, 2.2649765014648438e-06, 1.4156103134155273e-07, 0.24452751874923706, 0.7753257751464844, 0.5733256936073303, 0.029756704345345497, 0.3524225652217865, 0.021759839728474617, 0.34594544768333435, 0.10855164378881454, 0.11474813520908356, 0.06015942618250847, 0.2456638365983963, 0.24912795424461365, 0.27089041471481323, 0.13718204200267792, 0.3345821797847748, 0.0715722143650055], "count": [300]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.8274509803921568]], [[0.8117647058823529]], [[0.8784313725490196]]], "mean": [[[0.4645517483660131]], [[0.4729638623366013]], [[0.4549708210784314]]], "std": [[[0.13113996953102813]], [[0.12297590748005512]], [[0.13043387883549082]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6823529411764706]], [[0.6980392156862745]]], "mean": [[[0.42996104370915034]], [[0.48807379901960785]], [[0.4348414317810458]]], "std": [[[0.18175735941220267]], [[0.12929618142127794]], [[0.19802604233241689]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.8117647058823529]], [[0.792156862745098]], [[0.8196078431372549]]], "mean": [[[0.42902972834967323]], [[0.4740669076797386]], [[0.42744332516339867]]], "std": [[[0.15446768632079183]], [[0.11028720915839146]], [[0.14476814751309952]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [29.9], "mean": [14.95], "std": [8.660205925188308], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [300]}, "index": {"min": [1694], "max": [1993], "mean": [1843.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}} +{"episode_index": 7, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.007574728690087795, 0.007295476272702217, -1.3969440460205078, 0.032934363931417465, 0.25075143575668335, -0.29185396432876587, 0.0, 0.03753700107336044, 0.004170000087469816, 0.1660979986190796, -0.7788200378417969, -0.9204997420310974, -0.9230607748031616, 0.36893582344055176, -1.0, -0.09324274957180023], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9668425917625427, 2.008507490158081, -0.15535175800323486, 0.28811895847320557, 1.229933500289917, -0.17982126772403717, 1.0299999713897705, 0.20717500150203705, 0.3228900134563446, 0.3263239860534668, -6.241783978566673e-08, -0.04450511932373047, 0.0028270415496081114, 0.9969773888587952, -0.018499435856938362, 0.16475658118724823], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006140500307083, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.5532005429267883, 1.09146249294281, -0.9036450386047363, 0.14839592576026917, 0.9274523258209229, -0.24343261122703552, 0.21991857886314392, 0.14104951918125153, 0.14734627306461334, 0.2647339105606079, -0.4351891875267029, -0.6111500859260559, -0.5641131401062012, 0.6749451756477356, -0.44193536043167114, 0.0488276481628418], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.3565616309642792, 0.6778216361999512, 0.42811211943626404, 0.06633424013853073, 0.34138235449790955, 0.04325561225414276, 0.3828122615814209, 0.059494178742170334, 0.117974191904068, 0.0463251918554306, 0.21590447425842285, 0.31936532258987427, 0.34711331129074097, 0.24357585608959198, 0.36052384972572327, 0.08507436513900757], "count": [281]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.007574728690087795, 0.007295476272702217, -1.3969440460205078, 0.032934363931417465, 0.25075143575668335, -0.29185396432876587, 0.0, 0.03753700107336044, 0.004170000087469816, 0.1660979986190796, -0.7788200378417969, -0.9204997420310974, -0.9230607748031616, 0.36893582344055176, -1.0, -0.09324274957180023], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9668425917625427, 2.008507490158081, -0.15535175800323486, 0.28811895847320557, 1.229933500289917, -0.17982126772403717, 1.0299999713897705, 0.20717500150203705, 0.3228900134563446, 0.3263239860534668, -6.241783978566673e-08, -0.04450511932373047, 0.0028270415496081114, 0.9969773888587952, -0.018499435856938362, 0.16475658118724823], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006140500307083, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.5530520081520081, 1.0914644002914429, -0.9040305018424988, 0.14841923117637634, 0.9278268814086914, -0.24358460307121277, 0.21991857886314392, 0.14101454615592957, 0.1473444700241089, 0.26482534408569336, -0.43517521023750305, -0.6110592484474182, -0.5642539262771606, 0.6749398112297058, -0.44192519783973694, 0.048683661967515945], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.3567861020565033, 0.677818238735199, 0.4274861812591553, 0.06632909178733826, 0.3407151997089386, 0.04310663044452667, 0.3828122615814209, 0.05955209955573082, 0.11797641217708588, 0.04630312696099281, 0.21593116223812103, 0.3195227086544037, 0.3469146192073822, 0.24356888234615326, 0.36050814390182495, 0.08528020977973938], "count": [281]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.9333333333333333]], [[0.9529411764705882]], [[1.0]]], "mean": [[[0.4598306535947712]], [[0.46899406862745097]], [[0.4512985294117647]]], "std": [[[0.14063902803665687]], [[0.13362853216969475]], [[0.14049539857054294]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7294117647058823]], [[0.6784313725490196]], [[0.6901960784313725]]], "mean": [[[0.4374443484477124]], [[0.4838006004901961]], [[0.43242175857843135]]], "std": [[[0.18290470973490028]], [[0.12821837223773616]], [[0.19698034594867347]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8392156862745098]], [[0.7803921568627451]], [[0.7725490196078432]]], "mean": [[[0.4401449489379085]], [[0.4779494097222223]], [[0.4364886131535948]]], "std": [[[0.14963751534400643]], [[0.10698503145484296]], [[0.14275470769780726]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.0], "mean": [14.0], "std": [8.111719916269298], "count": [281]}, "frame_index": {"min": [0], "max": [280], "mean": [140.0], "std": [81.11719916269298], "count": [281]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [281]}, "index": {"min": [1994], "max": [2274], "mean": [2134.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [281]}}} +{"episode_index": 8, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.007574728690087795, 0.00708603672683239, -1.4374357461929321, 0.04743804782629013, 0.3568849265575409, -0.23715533316135406, 0.0, 0.021313000470399857, 0.0042860000394284725, 0.1657949984073639, -0.7530126571655273, -0.911660373210907, -0.9169251918792725, 0.39428043365478516, -0.9974991083145142, -0.09149342030286789], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9860761165618896, 2.0315282344818115, -0.17709855735301971, 0.25823891162872314, 1.2301952838897705, -0.1091703400015831, 1.1200000047683716, 0.2212900072336197, 0.3280009925365448, 0.3593299984931946, -0.019996503368020058, -0.04476172477006912, 0.04637434706091881, 0.9977765679359436, 0.04205003380775452, 0.1836549937725067], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572964042425156, 0.20580968260765076, 0.3854745924472809, -0.12006141245365143, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659795671701431, 0.9959543347358704, -0.954617440700531, 0.08986485004425049, 0.5651534199714661, 1.0276613235473633, -0.910936713218689, 0.14826971292495728, 0.9565937519073486, -0.1705046445131302, 0.21904076635837555, 0.12653659284114838, 0.14420533180236816, 0.27298831939697266, -0.45105528831481934, -0.5894666910171509, -0.5121036171913147, 0.7008902430534363, -0.47265270352363586, 0.07217991352081299], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 4.0978193283081055e-08, 4.6193599700927734e-07, 1.1920928955078125e-06, 2.1606683731079102e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4156103134155273e-07, 1.6689300537109375e-06, 2.086162567138672e-06, 1.341104507446289e-07, 0.3697569966316223, 0.7071821093559265, 0.4290202260017395, 0.04792721942067146, 0.3050207495689392, 0.04611465334892273, 0.3779919743537903, 0.06493457406759262, 0.12005900591611862, 0.054612498730421066, 0.2097787857055664, 0.31645432114601135, 0.35555747151374817, 0.22780579328536987, 0.3747938573360443, 0.0635068342089653], "count": [280]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.007574728690087795, 0.00708603672683239, -1.4374357461929321, 0.04743804782629013, 0.3568849265575409, -0.23715533316135406, 0.0, 0.021313000470399857, 0.004383999854326248, 0.1657949984073639, -0.7530126571655273, -0.911660373210907, -0.9169251918792725, 0.39428043365478516, -0.9974991083145142, -0.08870328217744827], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9860761165618896, 2.0315282344818115, -0.17709855735301971, 0.25823891162872314, 1.2301952838897705, -0.1091703400015831, 1.1200000047683716, 0.2212900072336197, 0.3280009925365448, 0.3593299984931946, -0.019996503368020058, -0.045756563544273376, 0.04637434706091881, 0.9977765679359436, 0.04205003380775452, 0.1836549937725067], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572964042425156, 0.20580968260765076, 0.3854745924472809, -0.12006141245365143, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659795671701431, 0.9959543347358704, -0.954617440700531, 0.08986485004425049, 0.565248966217041, 1.027658224105835, -0.9106286764144897, 0.1482737511396408, 0.9565432071685791, -0.17011189460754395, 0.21904076635837555, 0.12656362354755402, 0.14420898258686066, 0.27289333939552307, -0.4513283669948578, -0.5895421504974365, -0.5117127299308777, 0.700900137424469, -0.47265130281448364, 0.07259038090705872], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 4.0978193283081055e-08, 4.6193599700927734e-07, 1.1920928955078125e-06, 2.1606683731079102e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4156103134155273e-07, 1.6689300537109375e-06, 2.086162567138672e-06, 1.341104507446289e-07, 0.36961254477500916, 0.7071866393089294, 0.42951539158821106, 0.04792647808790207, 0.3051190674304962, 0.046138204634189606, 0.37799200415611267, 0.06489905714988708, 0.12005479633808136, 0.05464665964245796, 0.20926770567893982, 0.31632691621780396, 0.35607844591140747, 0.22781848907470703, 0.3747919797897339, 0.06281528621912003], "count": [280]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9490196078431372]], [[1.0]]], "mean": [[[0.4608881004901961]], [[0.47043441380718953]], [[0.4545050408496732]]], "std": [[[0.14062197635622536]], [[0.13356284309611707]], [[0.14114435599372388]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7333333333333333]], [[0.6784313725490196]], [[0.6941176470588235]]], "mean": [[[0.43198953227124187]], [[0.4894334272875817]], [[0.43617525326797385]]], "std": [[[0.18147668286270296]], [[0.1289876822889567]], [[0.19794952731138588]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8235294117647058]], [[0.807843137254902]], [[0.8352941176470589]]], "mean": [[[0.43798028390522875]], [[0.4785773406862745]], [[0.4360646017156863]]], "std": [[[0.14669391134903512]], [[0.10737461490338136]], [[0.14209568864961475]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [27.9], "mean": [13.95], "std": [8.082852219359204], "count": [280]}, "frame_index": {"min": [0], "max": [279], "mean": [139.5], "std": [80.82852219359204], "count": [280]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [280]}, "index": {"min": [2275], "max": [2554], "mean": [2414.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [280]}}} +{"episode_index": 9, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.019163714721798897, 0.00708603672683239, -1.433840274810791, 0.05845107510685921, 0.28216737508773804, -0.2312561273574829, 0.0, 0.04247400164604187, 0.004927999805659056, 0.16797299683094025, -0.7645968198776245, -0.9280855655670166, -0.931226372718811, 0.3614761233329773, -0.99958735704422, -0.07425935566425323], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.0247176885604858, 2.023028612136841, -0.1774127185344696, 0.17706364393234253, 1.2290433645248413, -0.09608037024736404, 1.041428565979004, 0.22558100521564484, 0.336091011762619, 0.3439359962940216, -0.007635478861629963, -0.06230487674474716, 0.05605321004986763, 0.997742772102356, 0.020384034141898155, 0.11515606939792633], "mean": [-0.055117588490247726, -0.03359752893447876, 0.03157293424010277, 0.2058096081018448, 0.3854745328426361, -0.1200614720582962, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.0865980014204979, 0.9959554672241211, -0.9546171426773071, 0.08986485749483109, 0.5051261782646179, 0.9532634019851685, -0.8516222238540649, 0.11567516624927521, 0.8747838735580444, -0.1575806885957718, 0.24957509338855743, 0.1262539178133011, 0.12842732667922974, 0.2760082483291626, -0.420727014541626, -0.5341418385505676, -0.4554777145385742, 0.7377130389213562, -0.5347684025764465, 0.04237242788076401], "std": [9.313225746154785e-08, 5.960464477539063e-08, 7.078051567077637e-08, 3.8743019104003906e-07, 1.1324882507324219e-06, 2.7567148208618164e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 9.685754776000977e-08, 2.8014183044433594e-06, 1.7881393432617188e-06, 1.2665987014770508e-07, 0.3757827579975128, 0.693933367729187, 0.44906848669052124, 0.04230144992470741, 0.36819395422935486, 0.046612247824668884, 0.4154033660888672, 0.06153114512562752, 0.1209137886762619, 0.04866829887032509, 0.23482662439346313, 0.3300463557243347, 0.37635108828544617, 0.24091710150241852, 0.3643733263015747, 0.041291311383247375], "count": [256]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.019163714721798897, 0.00708603672683239, -1.433840274810791, 0.05845107510685921, 0.28216737508773804, -0.2312561273574829, 0.0, 0.04247400164604187, 0.004927999805659056, 0.16797299683094025, -0.7645968198776245, -0.9280855655670166, -0.931226372718811, 0.3614761233329773, -0.99958735704422, -0.07425935566425323], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.0247176885604858, 2.023028612136841, -0.1774127185344696, 0.17706364393234253, 1.2290433645248413, -0.09608037024736404, 1.041428565979004, 0.22558100521564484, 0.336091011762619, 0.3439359962940216, -0.007635478861629963, -0.06230487674474716, 0.05605321004986763, 0.997742772102356, 0.020384034141898155, 0.11515606939792633], "mean": [-0.055117588490247726, -0.03359752893447876, 0.03157293424010277, 0.2058096081018448, 0.3854745328426361, -0.1200614720582962, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.0865980014204979, 0.9959554672241211, -0.9546171426773071, 0.08986485749483109, 0.5052527785301208, 0.9532727003097534, -0.8517552614212036, 0.11550921201705933, 0.8746399879455566, -0.15751633048057556, 0.24958625435829163, 0.12624460458755493, 0.12842613458633423, 0.27606359124183655, -0.42046117782592773, -0.5342060923576355, -0.45556288957595825, 0.7377095818519592, -0.5347857475280762, 0.0422712080180645], "std": [9.313225746154785e-08, 5.960464477539063e-08, 7.078051567077637e-08, 3.8743019104003906e-07, 1.1324882507324219e-06, 2.7567148208618164e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 9.685754776000977e-08, 2.8014183044433594e-06, 1.7881393432617188e-06, 1.2665987014770508e-07, 0.3756245970726013, 0.6939208507537842, 0.4488738179206848, 0.04228070750832558, 0.36840346455574036, 0.046685680747032166, 0.415395587682724, 0.06154361739754677, 0.12091502547264099, 0.048635438084602356, 0.23523160815238953, 0.32995694875717163, 0.3762461841106415, 0.24091321229934692, 0.364395409822464, 0.04136459156870842], "count": [256]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4613288419117647]], [[0.47152353349673204]], [[0.45452342524509803]]], "std": [[[0.13701524406054716]], [[0.13005692320591364]], [[0.13763507932863736]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6823529411764706]], [[0.6901960784313725]]], "mean": [[[0.43181489787581695]], [[0.4892785743464052]], [[0.4360648570261438]]], "std": [[[0.18135506426669962]], [[0.12901634073546858]], [[0.19780152964129818]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8117647058823529]], [[0.7725490196078432]], [[0.7647058823529411]]], "mean": [[[0.4265995751633987]], [[0.47892689746732026]], [[0.4275409170751634]]], "std": [[[0.1556788121870201]], [[0.10746020908516105]], [[0.15230721215118698]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.390027063549903], "count": [256]}, "frame_index": {"min": [0], "max": [255], "mean": [127.5], "std": [73.90027063549903], "count": [256]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [256]}, "index": {"min": [2555], "max": [2810], "mean": [2682.5], "std": [73.90027063549903], "count": [256]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [256]}}} +{"episode_index": 10, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.051574479788541794, 0.00945968460291624, -0.8983209729194641, -0.017680184915661812, 0.31953486800193787, -0.13948671519756317, 0.0, 0.03207600116729736, 0.005071999970823526, 0.16640600562095642, -0.8774048686027527, -0.5225054025650024, -0.5032111406326294, 0.8521435260772705, -0.9991718530654907, -0.09723500162363052], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.4573460817337036, 1.5878132581710815, -0.1969953030347824, 0.14566518366336823, 1.218798279762268, -0.06647959351539612, 1.0071429014205933, 0.22757500410079956, 0.12379100173711777, 0.3405410051345825, -0.03102869540452957, -0.0821002721786499, 0.026322631165385246, 0.9962080121040344, 0.05111585929989815, 0.12439440190792084], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294541597366, 0.20580944418907166, 0.38547441363334656, -0.12006140500307083, 0.0, 0.05152798071503639, 0.004158989526331425, 0.17048676311969757, -0.2849738895893097, 0.0016180595848709345, 0.08659809827804565, 0.9959552884101868, -0.9546166062355042, 0.08986487984657288, 0.3270461857318878, 0.9534422159194946, -0.6940733194351196, 0.09223867952823639, 0.8613216280937195, -0.09852024167776108, 0.09731248021125793, 0.14553692936897278, 0.06998603045940399, 0.25169679522514343, -0.6435773372650146, -0.367536723613739, -0.32505592703819275, 0.9102316498756409, -0.4157930910587311, 0.04982718825340271], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.960464477539063e-08, 2.2351741790771484e-07, 1.0132789611816406e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.0244548320770264e-08, 2.384185791015625e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 0.0, 2.6226043701171875e-06, 1.2516975402832031e-06, 1.043081283569336e-07, 0.16373561322689056, 0.5764985084533691, 0.2387581467628479, 0.048051491379737854, 0.3042844533920288, 0.026719294488430023, 0.26264432072639465, 0.07150442153215408, 0.046923838555812836, 0.05187155678868294, 0.3081268072128296, 0.16322539746761322, 0.19762976467609406, 0.056154295802116394, 0.4162490665912628, 0.06415703892707825], "count": [219]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.051574479788541794, 0.00945968460291624, -0.8983209729194641, -0.017680184915661812, 0.31953486800193787, -0.13948671519756317, 0.0, 0.03207600116729736, 0.005071999970823526, 0.16640600562095642, -0.8774048686027527, -0.5225054025650024, -0.5032111406326294, 0.8521435260772705, -0.9991718530654907, -0.09723500162363052], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.4573460817337036, 1.5878132581710815, -0.1969953030347824, 0.14566518366336823, 1.218798279762268, -0.06647959351539612, 1.0071429014205933, 0.22757500410079956, 0.12379100173711777, 0.3405410051345825, -0.03102869540452957, -0.0821002721786499, 0.026322631165385246, 0.9962080121040344, 0.05111585929989815, 0.12439440190792084], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294541597366, 0.20580944418907166, 0.38547441363334656, -0.12006140500307083, 0.0, 0.05152798071503639, 0.004158989526331425, 0.17048676311969757, -0.2849738895893097, 0.0016180595848709345, 0.08659809827804565, 0.9959552884101868, -0.9546166062355042, 0.08986487984657288, 0.3273318111896515, 0.9534469246864319, -0.694007396697998, 0.09182354807853699, 0.8613187670707703, -0.09851641952991486, 0.09729943424463272, 0.1455429643392563, 0.06998708844184875, 0.25167471170425415, -0.6436091661453247, -0.36770594120025635, -0.32546094059944153, 0.9102087616920471, -0.4157845377922058, 0.04943365976214409], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.960464477539063e-08, 2.2351741790771484e-07, 1.0132789611816406e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.0244548320770264e-08, 2.384185791015625e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 0.0, 2.6226043701171875e-06, 1.2516975402832031e-06, 1.043081283569336e-07, 0.16330882906913757, 0.5764912962913513, 0.2388935685157776, 0.04837211221456528, 0.30428940057754517, 0.026723839342594147, 0.2626486122608185, 0.07149578630924225, 0.04692237451672554, 0.051871560513973236, 0.30806413292884827, 0.16294842958450317, 0.1969994455575943, 0.056120362132787704, 0.41623708605766296, 0.06454791873693466], "count": [219]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.807843137254902]], [[0.792156862745098]], [[0.8745098039215686]]], "mean": [[[0.46912421364379087]], [[0.47910453022875815]], [[0.4600393178104575]]], "std": [[[0.11657372076371922]], [[0.10934126613925227]], [[0.11732984634818198]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6862745098039216]], [[0.7019607843137254]]], "mean": [[[0.43527510620915033]], [[0.4918809027777778]], [[0.4386581107026144]]], "std": [[[0.18256621837212664]], [[0.12954038383194738]], [[0.19878091003252707]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8431372549019608]], [[0.796078431372549]], [[0.8156862745098039]]], "mean": [[[0.4334766380718954]], [[0.47701532066993463]], [[0.43155354370915033]]], "std": [[[0.15387815460377904]], [[0.11232354137127734]], [[0.147027077213216]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.321919539717875], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [219]}, "index": {"min": [2811], "max": [3029], "mean": [2920.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [219]}}} +{"episode_index": 11, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.01563815027475357, 0.007627088576555252, -0.9056338667869568, 0.0, 0.19134044647216797, -0.06647959351539612, 0.0, 0.02128399908542633, 0.0008500000112690032, 0.16875900328159332, -0.9318007230758667, -0.48642897605895996, -0.4459924101829529, 0.8737014532089233, -1.0, -0.05746426060795784], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.486266165971756, 1.6762316226959229, -0.1969953030347824, 0.14467033743858337, 1.2216781377792358, 0.04920082911849022, 1.118571400642395, 0.2291409969329834, 0.13225899636745453, 0.3533009886741638, 0.11772485822439194, -0.015949836000800133, 0.047020167112350464, 0.9997260570526123, 0.14464980363845825, 0.1573263257741928], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580951869487762, 0.38547447323799133, -0.12006143480539322, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048674821853638, -0.2849738299846649, 0.0016180593520402908, 0.08659805357456207, 0.9959554076194763, -0.9546168446540833, 0.08986487239599228, 0.3095344007015228, 0.9093349575996399, -0.7071048021316528, 0.07455247640609741, 0.8561145067214966, -0.009643432684242725, 0.28713515400886536, 0.1423683613538742, 0.06527046859264374, 0.26506102085113525, -0.6440856456756592, -0.28540006279945374, -0.24112848937511444, 0.9409693479537964, -0.4519311487674713, 0.06404167413711548], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 2.980232238769531e-07, 1.0728836059570312e-06, 2.384185791015625e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 4.470348358154297e-08, 2.7418136596679688e-06, 1.4901161193847656e-06, 1.1175870895385742e-07, 0.17087258398532867, 0.5592920184135437, 0.27194762229919434, 0.05253095179796219, 0.3781818151473999, 0.031622227281332016, 0.44103994965553284, 0.06956598907709122, 0.04966619983315468, 0.05013434961438179, 0.35038867592811584, 0.15224160254001617, 0.17535509169101715, 0.04398630931973457, 0.4113973379135132, 0.06253769993782043], "count": [235]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.01563815027475357, 0.007627088576555252, -0.9056338667869568, 0.0, 0.19134044647216797, -0.06647959351539612, 0.0, 0.02128399908542633, 0.0008500000112690032, 0.16875900328159332, -0.9318007230758667, -0.48642897605895996, -0.4459924101829529, 0.8737014532089233, -1.0, -0.05746426060795784], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.486266165971756, 1.6762316226959229, -0.1969953030347824, 0.14467033743858337, 1.2216781377792358, 0.04920082911849022, 1.118571400642395, 0.2291409969329834, 0.13225899636745453, 0.3533009886741638, 0.11772485822439194, -0.015949836000800133, 0.047020167112350464, 0.9997260570526123, 0.14464980363845825, 0.1573263257741928], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580951869487762, 0.38547447323799133, -0.12006143480539322, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048674821853638, -0.2849738299846649, 0.0016180593520402908, 0.08659805357456207, 0.9959554076194763, -0.9546168446540833, 0.08986487239599228, 0.30911532044410706, 0.9093227386474609, -0.7072436809539795, 0.0745660662651062, 0.8555727005004883, -0.00948471948504448, 0.28713515400886536, 0.1423528492450714, 0.06525144726037979, 0.2651558220386505, -0.6434237360954285, -0.2849612534046173, -0.24092738330364227, 0.9410055875778198, -0.45191240310668945, 0.06421338766813278], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 2.980232238769531e-07, 1.0728836059570312e-06, 2.384185791015625e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 4.470348358154297e-08, 2.7418136596679688e-06, 1.4901161193847656e-06, 1.1175870895385742e-07, 0.17147096991539001, 0.55931156873703, 0.27169519662857056, 0.05251455307006836, 0.3790411949157715, 0.03142957389354706, 0.44103994965553284, 0.06958834081888199, 0.04969000071287155, 0.05012572556734085, 0.35167795419692993, 0.15286743640899658, 0.1755870282649994, 0.04403114691376686, 0.41137248277664185, 0.06225879490375519], "count": [235]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.8117647058823529]], [[0.8]], [[0.8823529411764706]]], "mean": [[[0.4711447630718954]], [[0.4817520608660131]], [[0.4646927839052288]]], "std": [[[0.11715540970746839]], [[0.10962366871241007]], [[0.11814096699683883]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6862745098039216]], [[0.6980392156862745]]], "mean": [[[0.4322900326797386]], [[0.48957828022875816]], [[0.43668137050653594]]], "std": [[[0.18182621411186406]], [[0.12943978846801696]], [[0.1979185217280371]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8705882352941177]], [[0.8117647058823529]], [[0.8392156862745098]]], "mean": [[[0.42670304330065356]], [[0.4790176695261438]], [[0.4290410375816993]]], "std": [[[0.15951313916820584]], [[0.11441757008583177]], [[0.15199606050241288]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [23.4], "mean": [11.7], "std": [6.783804242458652], "count": [235]}, "frame_index": {"min": [0], "max": [234], "mean": [117.0], "std": [67.83804242458652], "count": [235]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [235]}, "index": {"min": [3030], "max": [3264], "mean": [3147.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [235]}}} +{"episode_index": 12, "stats": {"observation.state": {"min": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, -0.02200860157608986, 0.006684611085802317, -1.6746084690093994, 0.05377359315752983, 0.07923794537782669, -0.3813020884990692, 0.0, 0.041168998926877975, 0.002535999985411763, 0.1651660054922104, -0.7648154497146606, -0.755383312702179, -0.7571287155151367, 0.6460540294647217, -0.999849796295166, -0.1593395173549652], "max": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, 0.6458939909934998, 2.1691999435424805, -0.08738863468170166, 0.48925068974494934, 1.20865797996521, -0.20099210739135742, 1.0257142782211304, 0.3417949974536896, 0.2620759904384613, 0.3821530044078827, 0.0905560851097107, -0.031158514320850372, 0.0846158117055893, 0.9982603788375854, -0.002076940145343542, 0.12863951921463013], "mean": [-0.05918407812714577, 0.0007679459522478282, -0.1280369609594345, -0.1354900747537613, 0.2958679795265198, 0.13372758030891418, 0.0, 0.04829501733183861, -0.006453009322285652, 0.2295064628124237, -0.07816711068153381, 0.09862758964300156, 0.008705702610313892, 0.9951210021972656, -0.9969024062156677, 0.0009567469242028892, 0.3532913327217102, 1.14559006690979, -1.0144293308258057, 0.19571639597415924, 0.8910279273986816, -0.28726527094841003, 0.12157537788152695, 0.19553731381893158, 0.12073193490505219, 0.27435675263404846, -0.5067510008811951, -0.5086154341697693, -0.4383881390094757, 0.8102173805236816, -0.5075361728668213, 0.03567441180348396], "std": [3.725290298461914e-08, 1.1059455573558807e-09, 3.8743019104003906e-07, 1.6391277313232422e-07, 2.384185791015625e-07, 4.6193599700927734e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 4.6193599700927734e-07, 1.2665987014770508e-07, 1.862645149230957e-07, 7.450580596923828e-09, 2.9206275939941406e-06, 1.7881393432617188e-07, 1.57160684466362e-09, 0.24547003209590912, 0.7545954585075378, 0.5359720587730408, 0.1362055540084839, 0.38078755140304565, 0.06952512264251709, 0.282062292098999, 0.11048906296491623, 0.09666449576616287, 0.058413293212652206, 0.27139419317245483, 0.24720656871795654, 0.2821488678455353, 0.12552843987941742, 0.3743840456008911, 0.0819590613245964], "count": [253]}, "action": {"min": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, -0.02200860157608986, 0.006684611085802317, -1.6746084690093994, 0.05377359315752983, 0.07923794537782669, -0.3813020884990692, 0.0, 0.041168998926877975, 0.002535999985411763, 0.1651660054922104, -0.7648154497146606, -0.755383312702179, -0.7571287155151367, 0.6460540294647217, -0.999849796295166, -0.1593395173549652], "max": [-0.05918411538004875, 0.0007679448463022709, -0.12803734838962555, -0.13548991084098816, 0.2958682179450989, 0.13372711837291718, 0.0, 0.048294998705387115, -0.006453000009059906, 0.2295060008764267, -0.07816723734140396, 0.09862777590751648, 0.008705695159733295, 0.9951239228248596, -0.9969022274017334, 0.0009567484958097339, 0.6458939909934998, 2.1691999435424805, -0.08738863468170166, 0.48925068974494934, 1.20865797996521, -0.20099210739135742, 1.0257142782211304, 0.3417949974536896, 0.2620759904384613, 0.3821530044078827, 0.0905560851097107, -0.031158514320850372, 0.0846158117055893, 0.9982603788375854, -0.002076940145343542, 0.12863951921463013], "mean": [-0.05918407812714577, 0.0007679459522478282, -0.1280369609594345, -0.1354900747537613, 0.2958679795265198, 0.13372758030891418, 0.0, 0.04829501733183861, -0.006453009322285652, 0.2295064628124237, -0.07816711068153381, 0.09862758964300156, 0.008705702610313892, 0.9951210021972656, -0.9969024062156677, 0.0009567469242028892, 0.3534923493862152, 1.1456011533737183, -1.0140844583511353, 0.19525057077407837, 0.8900825381278992, -0.28666773438453674, 0.12155842781066895, 0.19556376338005066, 0.12071322649717331, 0.2743232846260071, -0.5062311291694641, -0.5084710717201233, -0.4381965696811676, 0.810236394405365, -0.5075358152389526, 0.03583808243274689], "std": [3.725290298461914e-08, 1.1059455573558807e-09, 3.8743019104003906e-07, 1.6391277313232422e-07, 2.384185791015625e-07, 4.6193599700927734e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 4.6193599700927734e-07, 1.2665987014770508e-07, 1.862645149230957e-07, 7.450580596923828e-09, 2.9206275939941406e-06, 1.7881393432617188e-07, 1.57160684466362e-09, 0.2451835572719574, 0.7545788288116455, 0.5365399122238159, 0.1360282301902771, 0.3825010359287262, 0.06936377286911011, 0.2820698916912079, 0.11045388132333755, 0.09668684750795364, 0.058433156460523605, 0.2724090814590454, 0.24746941030025482, 0.2824028730392456, 0.12555646896362305, 0.3743835687637329, 0.0817592591047287], "count": [253]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7764705882352941]], [[0.7215686274509804]], [[0.792156862745098]]], "mean": [[[0.4629765788398693]], [[0.47208930759803924]], [[0.4480606331699346]]], "std": [[[0.14160512015468227]], [[0.13134105243933264]], [[0.14344650600259232]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7647058823529411]], [[0.7568627450980392]], [[0.7725490196078432]]], "mean": [[[0.35073291870915035]], [[0.48288997140522877]], [[0.3675280412581699]]], "std": [[[0.19416614610686844]], [[0.11777120300667253]], [[0.17462460512581227]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9215686274509803]], [[0.8509803921568627]], [[0.9254901960784314]]], "mean": [[[0.41192861315359475]], [[0.4628504758986928]], [[0.4142629248366013]]], "std": [[[0.17369645524503274]], [[0.12398195554101545]], [[0.15697526186747765]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.2], "mean": [12.600000000000001], "std": [7.303423854604086], "count": [253]}, "frame_index": {"min": [0], "max": [252], "mean": [126.0], "std": [73.03423854604085], "count": [253]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [253]}, "index": {"min": [3265], "max": [3517], "mean": [3391.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [253]}}} +{"episode_index": 13, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.041119955480098724, 0.007627088576555252, -0.968971848487854, -0.035063665360212326, 0.1984439343214035, -0.02918190509080887, 0.009999999776482582, 0.030486999079585075, 0.0010779999429360032, 0.16600799560546875, -0.8934102058410645, -0.49204716086387634, -0.47127971053123474, 0.8697863221168518, -1.0, -0.03481539338827133], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.5088332891464233, 1.6446586847305298, -0.16166985034942627, 0.08056439459323883, 1.2204737663269043, 0.0, 0.5557143092155457, 0.22213199734687805, 0.1301569938659668, 0.3712430000305176, 0.11325180530548096, -0.032733991742134094, 0.00863749347627163, 0.9988835453987122, 0.09572414308786392, 0.06549477577209473], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580939948558807, 0.38547438383102417, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180595848709345, 0.08659812062978745, 0.995955228805542, -0.9546164274215698, 0.08986488729715347, 0.3735218346118927, 0.9578374028205872, -0.7798194289207458, 0.036201585084199905, 0.9155701994895935, -0.004708481952548027, 0.051075030118227005, 0.14275230467319489, 0.07366406917572021, 0.2767762243747711, -0.6541856527328491, -0.35092028975486755, -0.3051518499851227, 0.9202737212181091, -0.4424065351486206, 0.029054516926407814], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.7881393432617188e-07, 9.834766387939453e-07, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.562999725341797e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.17843221127986908, 0.5301374793052673, 0.22864767909049988, 0.036665551364421844, 0.3038202226161957, 0.005611313972622156, 0.13668188452720642, 0.06841716170310974, 0.05020757019519806, 0.06352492421865463, 0.29852429032325745, 0.15989066660404205, 0.1787751466035843, 0.04890718311071396, 0.40264397859573364, 0.03391912952065468], "count": [210]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.041119955480098724, 0.007627088576555252, -0.968971848487854, -0.035063665360212326, 0.21275563538074493, -0.02918190509080887, 0.009999999776482582, 0.030486999079585075, 0.0010779999429360032, 0.16600799560546875, -0.8934102058410645, -0.49204716086387634, -0.47127971053123474, 0.8697863221168518, -1.0, -0.03481539338827133], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.5088332891464233, 1.6446586847305298, -0.16166985034942627, 0.08056439459323883, 1.2204737663269043, 0.0, 0.5557143092155457, 0.22213199734687805, 0.1301569938659668, 0.3712430000305176, 0.10440676659345627, -0.032733991742134094, 0.00863749347627163, 0.9988835453987122, 0.09572414308786392, 0.06549477577209473], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580939948558807, 0.38547438383102417, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180595848709345, 0.08659812062978745, 0.995955228805542, -0.9546164274215698, 0.08986488729715347, 0.3731253147125244, 0.9578448534011841, -0.7794877290725708, 0.03595690801739693, 0.9159247279167175, -0.004569520708173513, 0.04847639799118042, 0.14278703927993774, 0.07364402711391449, 0.2766355872154236, -0.6548758149147034, -0.35047751665115356, -0.30532321333885193, 0.9203066229820251, -0.44243186712265015, 0.02895636484026909], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.7881393432617188e-07, 9.834766387939453e-07, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.562999725341797e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.17907686531543732, 0.530124306678772, 0.22949159145355225, 0.036967623978853226, 0.3030256927013397, 0.005359206814318895, 0.1321762502193451, 0.06836680322885513, 0.05023568868637085, 0.06356877833604813, 0.2969123423099518, 0.16064053773880005, 0.17849873006343842, 0.04895772039890289, 0.4026787579059601, 0.034071486443281174], "count": [210]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.8117647058823529]], [[0.8]], [[0.8784313725490196]]], "mean": [[[0.4679424897875817]], [[0.47838677083333336]], [[0.4614447446895425]]], "std": [[[0.11709157918134913]], [[0.10960022505293163]], [[0.11782618189705577]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6862745098039216]], [[0.6980392156862745]]], "mean": [[[0.4420996139705882]], [[0.48792867647058824]], [[0.43660361315359475]]], "std": [[[0.18367541853051522]], [[0.12879183190122265]], [[0.19766621623653136]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.984313725490196]], [[0.8588235294117647]], [[0.9882352941176471]]], "mean": [[[0.4362915767973856]], [[0.47730944240196077]], [[0.4381688848039215]]], "std": [[[0.15717106524252897]], [[0.1172826082031977]], [[0.150340684506923]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.9], "mean": [10.45], "std": [6.062109093926525], "count": [210]}, "frame_index": {"min": [0], "max": [209], "mean": [104.5], "std": [60.621090939265244], "count": [210]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [210]}, "index": {"min": [3518], "max": [3727], "mean": [3622.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [210]}}} +{"episode_index": 14, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.041119955480098724, 0.009180431254208088, -1.405059814453125, -0.035063665360212326, 0.25040239095687866, -0.08203047513961792, 0.0, 0.038072001188993454, 0.00108299998100847, 0.16685700416564941, -0.9715535044670105, -0.3238489031791687, -0.3033953607082367, 0.9438466429710388, -1.0, -0.03408268094062805], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.277123361825943, 2.008699417114258, -0.16182692348957062, 0.14152874052524567, 1.2243659496307373, 0.0385892279446125, 1.041428565979004, 0.36323198676109314, 0.11386600136756897, 0.34095999598503113, -6.241783978566673e-08, -0.03276044875383377, 0.019245749339461327, 0.9994041323661804, 0.044316843152046204, 0.12924185395240784], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580942928791046, 0.38547441363334656, -0.12006139010190964, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048677802085876, -0.2849738895893097, 0.0016180595848709345, 0.08659811317920685, 0.9959552884101868, -0.9546164870262146, 0.08986487984657288, 0.227357417345047, 1.07430100440979, -0.9178991317749023, 0.08013355731964111, 0.9446997046470642, -0.02796803042292595, 0.25594788789749146, 0.19652536511421204, 0.058095596730709076, 0.26648765802383423, -0.7125475406646729, -0.23197385668754578, -0.17465882003307343, 0.9647506475448608, -0.4407150447368622, 0.07170428335666656], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 2.086162567138672e-07, 1.0132789611816406e-06, 1.9371509552001953e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.2351741790771484e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 1.4901161193847656e-08, 2.6226043701171875e-06, 1.1324882507324219e-06, 1.043081283569336e-07, 0.0739036351442337, 0.7034932374954224, 0.4187982678413391, 0.0542035810649395, 0.31349530816078186, 0.04881951957941055, 0.41365188360214233, 0.12300089001655579, 0.0408492386341095, 0.05274706706404686, 0.32942330837249756, 0.08895548433065414, 0.10328944772481918, 0.01842156983911991, 0.3851657211780548, 0.045286498963832855], "count": [214]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.041119955480098724, 0.009180431254208088, -1.405059814453125, -0.035063665360212326, 0.25040239095687866, -0.08203047513961792, 0.0, 0.038072001188993454, 0.00108299998100847, 0.16685700416564941, -0.9715535044670105, -0.3238489031791687, -0.3033953607082367, 0.9438466429710388, -1.0, -0.03408268094062805], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.277123361825943, 2.008699417114258, -0.16182692348957062, 0.14152874052524567, 1.2243659496307373, 0.0385892279446125, 1.041428565979004, 0.36323198676109314, 0.11386600136756897, 0.34095999598503113, -6.241783978566673e-08, -0.03276044875383377, 0.019245749339461327, 0.9994041323661804, 0.044316843152046204, 0.12924185395240784], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580942928791046, 0.38547441363334656, -0.12006139010190964, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048677802085876, -0.2849738895893097, 0.0016180595848709345, 0.08659811317920685, 0.9959552884101868, -0.9546164870262146, 0.08986487984657288, 0.22846023738384247, 1.0746738910675049, -0.9187077283859253, 0.08069165796041489, 0.9459901452064514, -0.02828015200793743, 0.2559145390987396, 0.1964825838804245, 0.05816061422228813, 0.2666177749633789, -0.7133629322052002, -0.23328620195388794, -0.1747434437274933, 0.9645196795463562, -0.44061315059661865, 0.07193109393119812], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 2.086162567138672e-07, 1.0132789611816406e-06, 1.9371509552001953e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.2351741790771484e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 1.4901161193847656e-08, 2.6226043701171875e-06, 1.1324882507324219e-06, 1.043081283569336e-07, 0.07286987453699112, 0.7029494643211365, 0.4175024926662445, 0.053626369684934616, 0.311288058757782, 0.048853203654289246, 0.41367146372795105, 0.12305436283349991, 0.04076944291591644, 0.052721135318279266, 0.32794973254203796, 0.0880742147564888, 0.10318244248628616, 0.018301689997315407, 0.38502079248428345, 0.044875871390104294], "count": [214]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7843137254901961]], [[0.7725490196078432]], [[0.8352941176470589]]], "mean": [[[0.4604492136437908]], [[0.4718424019607843]], [[0.4546935191993464]]], "std": [[[0.1186001646682607]], [[0.10948740768448592]], [[0.1177717587561869]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6901960784313725]], [[0.7019607843137254]]], "mean": [[[0.44442466911764705]], [[0.49236713439542484]], [[0.44011667892156864]]], "std": [[[0.1856984065205481]], [[0.13049768513242144]], [[0.19993112560240625]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8666666666666667]], [[0.7803921568627451]], [[0.8156862745098039]]], "mean": [[[0.4283901960784314]], [[0.46730331290849675]], [[0.4266318852124183]]], "std": [[[0.1593835234311573]], [[0.11779501088998688]], [[0.1494505724405984]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.3], "mean": [10.65], "std": [6.177580432499442], "count": [214]}, "frame_index": {"min": [0], "max": [213], "mean": [106.5], "std": [61.775804324994425], "count": [214]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [214]}, "index": {"min": [3728], "max": [3941], "mean": [3834.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [214]}}} +{"episode_index": 15, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.11046188324689865, 0.006702064070850611, -1.3951637744903564, 0.04738568887114525, 0.43071234226226807, -0.09761626273393631, 0.009999999776482582, 0.028673000633716583, 0.0011810000287368894, 0.16811400651931763, -0.9518464207649231, -0.37807124853134155, -0.3129013180732727, 0.9233105182647705, -0.9955026507377625, -0.04363764077425003], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.277123361825943, 2.000601053237915, -0.23054054379463196, 0.1454906463623047, 1.2048356533050537, -0.05752605199813843, 0.7057142853736877, 0.3615120053291321, 0.11295600235462189, 0.4342089891433716, -0.07883206754922867, 0.06438245624303818, 0.037004005163908005, 0.9993767738342285, 0.04368913173675537, 0.11076831817626953], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580941438674927, 0.38547441363334656, -0.12006139010190964, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048677802085876, -0.2849738895893097, 0.0016180595848709345, 0.08659811317920685, 0.9959552884101868, -0.9546164870262146, 0.08986487984657288, 0.20106248557567596, 1.0471019744873047, -0.9905464053153992, 0.10955198854207993, 0.9902771711349487, -0.07861218601465225, 0.19032086431980133, 0.1911574751138687, 0.05812966078519821, 0.29457423090934753, -0.6897791028022766, -0.2526051998138428, -0.1898355484008789, 0.9571219682693481, -0.49781423807144165, 0.06567735224962234], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 1.9371509552001953e-07, 1.0132789611816406e-06, 1.9371509552001953e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.2351741790771484e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 1.4901161193847656e-08, 2.6226043701171875e-06, 1.1324882507324219e-06, 1.043081283569336e-07, 0.1135653629899025, 0.6764154434204102, 0.39521849155426025, 0.023015836253762245, 0.24958504736423492, 0.014740247279405594, 0.29343849420547485, 0.12250702828168869, 0.04095963016152382, 0.06504090130329132, 0.30578190088272095, 0.11495180428028107, 0.11378028243780136, 0.023091450333595276, 0.3659231662750244, 0.04525033384561539], "count": [213]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.11046188324689865, 0.006702064070850611, -1.3951637744903564, 0.04738568887114525, 0.43071234226226807, -0.09761626273393631, 0.009999999776482582, 0.028673000633716583, 0.0011810000287368894, 0.16811400651931763, -0.9518464207649231, -0.37807124853134155, -0.3129013180732727, 0.9233105182647705, -0.9955026507377625, -0.04363764077425003], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.277123361825943, 2.000601053237915, -0.23054054379463196, 0.1454906463623047, 1.2048356533050537, -0.05752605199813843, 0.7057142853736877, 0.3615120053291321, 0.11295600235462189, 0.4342089891433716, -0.07883206754922867, 0.06438245624303818, 0.037004005163908005, 0.9993767738342285, 0.04368913173675537, 0.11076831817626953], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580941438674927, 0.38547441363334656, -0.12006139010190964, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048677802085876, -0.2849738895893097, 0.0016180595848709345, 0.08659811317920685, 0.9959552884101868, -0.9546164870262146, 0.08986487984657288, 0.20175528526306152, 1.0471047163009644, -0.9900590777397156, 0.10936155915260315, 0.9897508025169373, -0.07871198654174805, 0.1870545744895935, 0.1912100464105606, 0.05814036354422569, 0.29446661472320557, -0.6897457838058472, -0.25320523977279663, -0.19017040729522705, 0.9571197032928467, -0.49781569838523865, 0.06541323661804199], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 1.9371509552001953e-07, 1.0132789611816406e-06, 1.9371509552001953e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.2351741790771484e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 1.4901161193847656e-08, 2.6226043701171875e-06, 1.1324882507324219e-06, 1.043081283569336e-07, 0.1121036559343338, 0.676410973072052, 0.39608994126319885, 0.02330477349460125, 0.25064411759376526, 0.014731832779943943, 0.29154932498931885, 0.12243974208831787, 0.04094504937529564, 0.06509475409984589, 0.30584385991096497, 0.11362481862306595, 0.11324231326580048, 0.023087652400135994, 0.365925133228302, 0.04567675292491913], "count": [213]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.792156862745098]], [[0.7803921568627451]], [[0.8431372549019608]]], "mean": [[[0.4671095098039216]], [[0.47837968954248367]], [[0.46134760212418296]]], "std": [[[0.11785028654828823]], [[0.10892854581181015]], [[0.1172953241641936]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6823529411764706]], [[0.6941176470588235]]], "mean": [[[0.4294849448529412]], [[0.4870721262254902]], [[0.4342546915849673]]], "std": [[[0.18174568205765226]], [[0.12929139268701753]], [[0.19780271722047355]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8509803921568627]], [[0.807843137254902]], [[0.8313725490196079]]], "mean": [[[0.4218881229575163]], [[0.46397082312091503]], [[0.42286440767973854]]], "std": [[[0.1560727119502594]], [[0.11564748702808934]], [[0.15173915491071166]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.2], "mean": [10.600000000000001], "std": [6.1487126023800025], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [213]}, "index": {"min": [3942], "max": [4154], "mean": [4048.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [213]}}} +{"episode_index": 16, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.03710569813847542, 0.007295476272702217, -1.4111510515213013, 0.04831071197986603, 0.43071234226226807, -0.08578293025493622, 0.0, 0.0005389999714680016, 0.003343000076711178, 0.16754500567913055, -0.9600791335105896, -0.32156744599342346, -0.29744261503219604, 0.9460494518280029, -0.9960348606109619, -0.03478367254137993], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.322536826133728, 2.011317491531372, -0.23465950787067413, 0.10122909396886826, 1.211310863494873, 0.0, 0.0, 0.36153098940849304, 0.12062200158834457, 0.341405987739563, -0.08060688525438309, -0.06225035712122917, -0.007754139136523008, 0.9978529810905457, 0.04475274309515953, 0.09233955293893814], "mean": [-0.05511758103966713, -0.03359750658273697, 0.031572967767715454, 0.20580929517745972, 0.3854743242263794, -0.12006133794784546, 0.0, 0.05152798071503639, 0.0041589923202991486, 0.17048680782318115, -0.28497397899627686, 0.0016180598177015781, 0.08659819513559341, 0.9959551692008972, -0.9546160697937012, 0.08986490219831467, 0.2670968174934387, 1.1513341665267944, -1.0091053247451782, 0.07236994802951813, 0.983195424079895, -0.02046138234436512, 0.0, 0.20863273739814758, 0.06920480728149414, 0.2743034362792969, -0.7283608913421631, -0.2668074667453766, -0.19940613210201263, 0.9589486122131348, -0.430084228515625, 0.057925689965486526], "std": [8.568167686462402e-08, 8.195638656616211e-08, 3.725290298461914e-08, 7.450580596923828e-08, 9.238719940185547e-07, 1.4156103134155273e-07, 0.0, 1.862645149230957e-08, 7.450580596923828e-09, 1.9371509552001953e-07, 1.7881393432617188e-07, 1.979060471057892e-09, 9.685754776000977e-08, 2.5033950805664062e-06, 7.152557373046875e-07, 8.195638656616211e-08, 0.08140992373228073, 0.6980882883071899, 0.37524789571762085, 0.017964346334338188, 0.23436421155929565, 0.018770718947052956, 0.0, 0.1270485520362854, 0.045342180877923965, 0.055110957473516464, 0.2985835373401642, 0.06890775263309479, 0.1037878468632698, 0.014983395114541054, 0.3805668354034424, 0.03005414642393589], "count": [191]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.03710569813847542, 0.007295476272702217, -1.4111510515213013, 0.04831071197986603, 0.43071234226226807, -0.08578293025493622, 0.0, 0.0005389999714680016, 0.003343000076711178, 0.16754500567913055, -0.9600791335105896, -0.32156744599342346, -0.29744261503219604, 0.9460494518280029, -0.9960348606109619, -0.03478367254137993], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.322536826133728, 2.011317491531372, -0.24027948081493378, 0.10122909396886826, 1.211310863494873, 0.0, 0.0, 0.36153098940849304, 0.12062200158834457, 0.341405987739563, -0.08060688525438309, -0.06225035712122917, -0.007754139136523008, 0.9978529810905457, 0.04475274309515953, 0.09233955293893814], "mean": [-0.05511758103966713, -0.03359750658273697, 0.031572967767715454, 0.20580929517745972, 0.3854743242263794, -0.12006133794784546, 0.0, 0.05152798071503639, 0.0041589923202991486, 0.17048680782318115, -0.28497397899627686, 0.0016180598177015781, 0.08659819513559341, 0.9959551692008972, -0.9546160697937012, 0.08986490219831467, 0.26847344636917114, 1.1513426303863525, -1.0106360912322998, 0.07234051823616028, 0.9848484396934509, -0.020012248307466507, 0.0, 0.2084282487630844, 0.06920389086008072, 0.27462008595466614, -0.72853022813797, -0.2681576609611511, -0.19923271238803864, 0.9586798548698425, -0.43006640672683716, 0.058311186730861664], "std": [8.568167686462402e-08, 8.195638656616211e-08, 3.725290298461914e-08, 7.450580596923828e-08, 9.238719940185547e-07, 1.4156103134155273e-07, 0.0, 1.862645149230957e-08, 7.450580596923828e-09, 1.9371509552001953e-07, 1.7881393432617188e-07, 1.979060471057892e-09, 9.685754776000977e-08, 2.5033950805664062e-06, 7.152557373046875e-07, 8.195638656616211e-08, 0.07971462607383728, 0.698074221611023, 0.3726731538772583, 0.01799892634153366, 0.23155829310417175, 0.018220603466033936, 0.0, 0.12735123932361603, 0.045343514531850815, 0.05515364557504654, 0.29824352264404297, 0.06742467731237411, 0.10407986491918564, 0.014749919064342976, 0.38054051995277405, 0.02933850698173046], "count": [191]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7843137254901961]], [[0.7725490196078432]], [[0.8352941176470589]]], "mean": [[[0.45880634395424835]], [[0.4701839624183007]], [[0.4527088950163399]]], "std": [[[0.12022242688550872]], [[0.1110829141920233]], [[0.11905402305335]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7294117647058823]], [[0.6784313725490196]], [[0.6901960784313725]]], "mean": [[[0.4381687091503268]], [[0.4848055126633987]], [[0.4335248366013072]]], "std": [[[0.18318922616686553]], [[0.12805100196148858]], [[0.19715481524132125]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8196078431372549]], [[0.7764705882352941]], [[0.8470588235294118]]], "mean": [[[0.4220157679738562]], [[0.4622562479575163]], [[0.4237550531045752]]], "std": [[[0.15691400180127413]], [[0.1143314569204513]], [[0.14759259018077944]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.513619500836088], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [191]}, "index": {"min": [4155], "max": [4345], "mean": [4250.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}}} +{"episode_index": 17, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.04375540465116501, 0.007260569371283054, -1.8126640319824219, 0.022654373198747635, 0.3254689872264862, -0.2981894910335541, 0.009999999776482582, 0.03099299967288971, 0.0033340000081807375, 0.16573600471019745, -0.7399460673332214, -0.836570680141449, -0.8128737807273865, 0.5402841567993164, -0.9976028800010681, -0.09449420124292374], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7345218062400818, 2.2455055713653564, -0.1834690123796463, 0.18936821818351746, 1.1922169923782349, 0.0, 1.1071428060531616, 0.32783499360084534, 0.317236989736557, 0.34961000084877014, -0.051342930644750595, -0.05918953940272331, 0.04240794479846954, 0.9972031116485596, -0.09733971953392029, 0.1535930037498474], "mean": [-0.055117588490247726, -0.033597562462091446, 0.031572964042425156, 0.20580968260765076, 0.3854745924472809, -0.12006141990423203, 0.0, 0.05152798071503639, 0.004158986732363701, 0.1704867035150528, -0.28497371077537537, 0.0016180591192096472, 0.08659795671701431, 0.9959544539451599, -0.9546173810958862, 0.08986485004425049, 0.48757779598236084, 1.182145118713379, -1.1097557544708252, 0.11355554312467575, 0.9262419939041138, -0.1997029334306717, 0.2679869532585144, 0.19086644053459167, 0.15133033692836761, 0.28207239508628845, -0.4756409227848053, -0.5712448358535767, -0.4912271201610565, 0.7513216137886047, -0.5408533215522766, 0.026620076969265938], "std": [9.313225746154785e-08, 2.60770320892334e-08, 4.0978193283081055e-08, 4.6193599700927734e-07, 1.1920928955078125e-06, 2.2351741790771484e-07, 0.0, 1.862645149230957e-08, 1.30385160446167e-08, 2.980232238769531e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4156103134155273e-07, 1.7881393432617188e-06, 2.0265579223632812e-06, 1.341104507446289e-07, 0.24889929592609406, 0.7920205593109131, 0.5865316987037659, 0.04618493840098381, 0.30586332082748413, 0.09848306328058243, 0.3981989324092865, 0.11022169142961502, 0.11932875961065292, 0.05309360846877098, 0.21297422051429749, 0.2745460569858551, 0.30709752440452576, 0.17232339084148407, 0.31665781140327454, 0.0584426149725914], "count": [278]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.04375540465116501, 0.007260569371283054, -1.8126640319824219, 0.022654373198747635, 0.3254689872264862, -0.2981894910335541, 0.009999999776482582, 0.03099299967288971, 0.0033340000081807375, 0.16573600471019745, -0.7399460673332214, -0.836570680141449, -0.8128737807273865, 0.5402841567993164, -0.9976028800010681, -0.09449420124292374], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7345218062400818, 2.2455055713653564, -0.1834690123796463, 0.18936821818351746, 1.1922169923782349, 0.0, 1.1071428060531616, 0.32783499360084534, 0.317236989736557, 0.34961000084877014, -0.051342930644750595, -0.05918953940272331, 0.04240794479846954, 0.9972031116485596, -0.09733971953392029, 0.1535930037498474], "mean": [-0.055117588490247726, -0.033597562462091446, 0.031572964042425156, 0.20580968260765076, 0.3854745924472809, -0.12006141990423203, 0.0, 0.05152798071503639, 0.004158986732363701, 0.1704867035150528, -0.28497371077537537, 0.0016180591192096472, 0.08659795671701431, 0.9959544539451599, -0.9546173810958862, 0.08986485004425049, 0.487636536359787, 1.1821476221084595, -1.1095249652862549, 0.1140352115035057, 0.9260451793670654, -0.20050665736198425, 0.2679818272590637, 0.19088682532310486, 0.15134693682193756, 0.2820168733596802, -0.47562897205352783, -0.5714645385742188, -0.49157506227493286, 0.7513015270233154, -0.540851891040802, 0.026283947750926018], "std": [9.313225746154785e-08, 2.60770320892334e-08, 4.0978193283081055e-08, 4.6193599700927734e-07, 1.1920928955078125e-06, 2.2351741790771484e-07, 0.0, 1.862645149230957e-08, 1.30385160446167e-08, 2.980232238769531e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4156103134155273e-07, 1.7881393432617188e-06, 2.0265579223632812e-06, 1.341104507446289e-07, 0.2487964928150177, 0.7920173406600952, 0.5868832468986511, 0.046196140348911285, 0.3062320351600647, 0.09775882214307785, 0.39820143580436707, 0.11019415408372879, 0.11930850148200989, 0.05312430486083031, 0.21299812197685242, 0.2741602957248688, 0.3065471351146698, 0.17229489982128143, 0.316655695438385, 0.0586007796227932], "count": [278]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7294117647058823]], [[0.7764705882352941]], [[0.7803921568627451]]], "mean": [[[0.4535899509803921]], [[0.46258335988562094]], [[0.44005614583333336]]], "std": [[[0.15041436004179745]], [[0.14116965400528914]], [[0.15348467104072622]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6862745098039216]], [[0.7019607843137254]]], "mean": [[[0.4124891237745098]], [[0.4616297446895425]], [[0.41904318423202613]]], "std": [[[0.17306903590341294]], [[0.11383439935504888]], [[0.15679311098670023]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8784313725490196]], [[0.8392156862745098]], [[0.8470588235294118]]], "mean": [[[0.40964922385620917]], [[0.45765095588235294]], [[0.41344248366013076]]], "std": [[[0.17282275478210626]], [[0.1274997316547097]], [[0.15985407630948936]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [27.7], "mean": [13.850000000000001], "std": [8.025116821579608], "count": [278]}, "frame_index": {"min": [0], "max": [277], "mean": [138.5], "std": [80.25116821579608], "count": [278]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [278]}, "index": {"min": [4346], "max": [4623], "mean": [4484.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [278]}}} +{"episode_index": 18, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.03467969223856926, 0.0072082094848155975, -1.7932908535003662, 0.1077391728758812, 0.2684490978717804, -0.34143877029418945, 0.0, 0.043407998979091644, 0.007104000076651573, 0.16617199778556824, -0.7066415548324585, -0.8602407574653625, -0.8382650017738342, 0.5001234412193298, -0.9995706677436829, -0.1297723650932312], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7458664178848267, 2.2336199283599854, -0.18355627357959747, 0.22427479922771454, 1.1860908269882202, -0.1788438856601715, 1.0257142782211304, 0.32233700156211853, 0.3200240135192871, 0.33847200870513916, 0.009551269002258778, -0.10514295101165771, -0.022830838337540627, 0.9944143891334534, -0.11386214941740036, 0.15387074649333954], "mean": [-0.055117588490247726, -0.03359752520918846, 0.03157293051481247, 0.2058096081018448, 0.3854745328426361, -0.1200614720582962, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.08659800887107849, 0.9959554672241211, -0.9546171426773071, 0.08986485749483109, 0.4802723228931427, 1.1819274425506592, -1.0659973621368408, 0.1686077117919922, 0.902675211429596, -0.26522159576416016, 0.2051180750131607, 0.18904821574687958, 0.15173554420471191, 0.27085456252098083, -0.4652571380138397, -0.5943673849105835, -0.5107828378677368, 0.7326779961585999, -0.5289856791496277, 0.039726756513118744], "std": [9.313225746154785e-08, 6.332993507385254e-08, 7.450580596923828e-08, 3.8743019104003906e-07, 1.1324882507324219e-06, 2.7567148208618164e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 8.940696716308594e-08, 2.8014183044433594e-06, 1.7881393432617188e-06, 1.2665987014770508e-07, 0.2547104060649872, 0.7925875186920166, 0.5866297483444214, 0.032785043120384216, 0.31868892908096313, 0.044898614287376404, 0.3746294677257538, 0.10863376408815384, 0.11797131597995758, 0.05065552890300751, 0.21871085464954376, 0.2689332365989685, 0.3004303276538849, 0.17721357941627502, 0.32360199093818665, 0.06783891469240189], "count": [254]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.03467969223856926, 0.0072082094848155975, -1.7932908535003662, 0.1077391728758812, 0.2684490978717804, -0.34143877029418945, 0.0, 0.043407998979091644, 0.007104000076651573, 0.16617199778556824, -0.7066415548324585, -0.8602407574653625, -0.8382650017738342, 0.5001234412193298, -0.9995706677436829, -0.1297723650932312], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7458664178848267, 2.2336199283599854, -0.18355627357959747, 0.22427479922771454, 1.1860908269882202, -0.1788438856601715, 1.0257142782211304, 0.32233700156211853, 0.3200240135192871, 0.33847200870513916, 0.009551269002258778, -0.10514295101165771, -0.022830838337540627, 0.9944143891334534, -0.11386214941740036, 0.15387074649333954], "mean": [-0.055117588490247726, -0.03359752520918846, 0.03157293051481247, 0.2058096081018448, 0.3854745328426361, -0.1200614720582962, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.08659800887107849, 0.9959554672241211, -0.9546171426773071, 0.08986485749483109, 0.480172336101532, 1.1819409132003784, -1.0660406351089478, 0.16857989132404327, 0.9030107855796814, -0.26504600048065186, 0.2051180750131607, 0.18904393911361694, 0.1517350673675537, 0.2708379626274109, -0.46557551622390747, -0.5943107008934021, -0.5106604099273682, 0.7326887249946594, -0.5289620161056519, 0.03987882658839226], "std": [9.313225746154785e-08, 6.332993507385254e-08, 7.450580596923828e-08, 3.8743019104003906e-07, 1.1324882507324219e-06, 2.7567148208618164e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 8.940696716308594e-08, 2.8014183044433594e-06, 1.7881393432617188e-06, 1.2665987014770508e-07, 0.25488004088401794, 0.7925677299499512, 0.586565375328064, 0.032777056097984314, 0.31812193989753723, 0.04514817148447037, 0.3746294677257538, 0.10863948613405228, 0.11797191202640533, 0.05066459998488426, 0.21816155314445496, 0.26903489232063293, 0.30062270164489746, 0.17722947895526886, 0.32356807589530945, 0.0676855742931366], "count": [254]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.7803921568627451]], [[0.788235294117647]]], "mean": [[[0.4567288235294118]], [[0.46586219771241827]], [[0.4420852614379085]]], "std": [[[0.15158916908097536]], [[0.14359146256841918]], [[0.15436774893808677]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7333333333333333]], [[0.6745098039215687]], [[0.6941176470588235]]], "mean": [[[0.4103440890522876]], [[0.461012199754902]], [[0.4182859579248366]]], "std": [[[0.17267659531356067]], [[0.11335390671096257]], [[0.15634038890196472]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.8392156862745098]], [[0.8745098039215686]]], "mean": [[[0.4164930065359477]], [[0.4635335294117647]], [[0.4198332986111111]]], "std": [[[0.17600926158355806]], [[0.1292921997760882]], [[0.15969434023445897]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.3], "mean": [12.65], "std": [7.3322915926741485], "count": [254]}, "frame_index": {"min": [0], "max": [253], "mean": [126.5], "std": [73.32291592674149], "count": [254]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [254]}, "index": {"min": [4624], "max": [4877], "mean": [4750.5], "std": [73.32291592674149], "count": [254]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [254]}}} +{"episode_index": 19, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.029775315895676613, 0.007941247895359993, -1.804181694984436, 0.10293951630592346, 0.33915236592292786, -0.3197617530822754, 0.0, 0.03932400047779083, 0.0033760000951588154, 0.16513100266456604, -0.7570821046829224, -0.827203094959259, -0.8177692890167236, 0.5376907587051392, -0.9996815323829651, -0.13724172115325928], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7355515360832214, 2.2437078952789307, -0.19453439116477966, 0.2729869484901428, 1.2300207614898682, -0.1788438856601715, 1.0285714864730835, 0.3300270140171051, 0.31942498683929443, 0.358940988779068, -0.020337913185358047, -0.04134369269013405, -0.014892516657710075, 0.9972996711730957, -0.09793028980493546, 0.19658812880516052], "mean": [-0.055117588490247726, -0.033597517758607864, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.1200614646077156, 0.0, 0.05152798071503639, 0.004158988129347563, 0.170486718416214, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554672241211, -0.9546170830726624, 0.08986485749483109, 0.44728654623031616, 1.2317721843719482, -1.1124293804168701, 0.17246046662330627, 0.9335460066795349, -0.2619337737560272, 0.1825016885995865, 0.19672717154026031, 0.15279129147529602, 0.27083733677864075, -0.48420193791389465, -0.5616860389709473, -0.5042328834533691, 0.7473369836807251, -0.4985243082046509, 0.05250543728470802], "std": [9.313225746154785e-08, 7.078051567077637e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.682209014892578e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.8312206268310547e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.8014183044433594e-06, 1.7285346984863281e-06, 1.2665987014770508e-07, 0.2784897983074188, 0.7969744205474854, 0.5801694989204407, 0.04347860440611839, 0.3347998261451721, 0.046641331166028976, 0.35650622844696045, 0.10851596295833588, 0.12124472856521606, 0.056492485105991364, 0.21922430396080017, 0.2902642786502838, 0.30988454818725586, 0.17911601066589355, 0.3445047438144684, 0.0830889493227005], "count": [250]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.029775315895676613, 0.007941247895359993, -1.804181694984436, 0.10293951630592346, 0.33915236592292786, -0.3197617530822754, 0.0, 0.03932400047779083, 0.0033760000951588154, 0.16513100266456604, -0.7570821046829224, -0.827203094959259, -0.8177692890167236, 0.5376907587051392, -0.9996815323829651, -0.13724172115325928], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7355515360832214, 2.2437078952789307, -0.19453439116477966, 0.2729869484901428, 1.2300207614898682, -0.1788438856601715, 1.0285714864730835, 0.3300270140171051, 0.31942498683929443, 0.358940988779068, -0.020337913185358047, -0.04134369269013405, -0.014892516657710075, 0.9972996711730957, -0.09793028980493546, 0.19658812880516052], "mean": [-0.055117588490247726, -0.033597517758607864, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.1200614646077156, 0.0, 0.05152798071503639, 0.004158988129347563, 0.170486718416214, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554672241211, -0.9546170830726624, 0.08986485749483109, 0.4470287263393402, 1.2317588329315186, -1.1124451160430908, 0.17257633805274963, 0.9334123134613037, -0.26222750544548035, 0.18254168331623077, 0.19672715663909912, 0.15278179943561554, 0.2708556652069092, -0.48403042554855347, -0.5614606738090515, -0.5043821930885315, 0.7473480105400085, -0.49853572249412537, 0.05231959745287895], "std": [9.313225746154785e-08, 7.078051567077637e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.682209014892578e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.8312206268310547e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.8014183044433594e-06, 1.7285346984863281e-06, 1.2665987014770508e-07, 0.27890127897262573, 0.7969949841499329, 0.5801448225975037, 0.043522413820028305, 0.3350191116333008, 0.0463474839925766, 0.35648587346076965, 0.10851597040891647, 0.12125619500875473, 0.05648375302553177, 0.21952353417873383, 0.2906412184238434, 0.30966123938560486, 0.1791314333677292, 0.34452104568481445, 0.0832788422703743], "count": [250]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7333333333333333]], [[0.7686274509803922]], [[0.8509803921568627]]], "mean": [[[0.4555021221405229]], [[0.46476216911764706]], [[0.4412637377450981]]], "std": [[[0.15143613250955995]], [[0.14329537690639083]], [[0.15424831138215417]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6705882352941176]], [[0.6941176470588235]]], "mean": [[[0.41016123161764706]], [[0.45913175449346405]], [[0.41699417687908497]]], "std": [[[0.17263995381724198]], [[0.11320989494245973]], [[0.1560181176709649]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8705882352941177]], [[0.8431372549019608]], [[0.9254901960784314]]], "mean": [[[0.4119838174019608]], [[0.46067581086601306]], [[0.4144861928104575]]], "std": [[[0.18158006436105906]], [[0.13192969618036016]], [[0.16661334658430438]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.9], "mean": [12.45], "std": [7.216820629612461], "count": [250]}, "frame_index": {"min": [0], "max": [249], "mean": [124.5], "std": [72.16820629612461], "count": [250]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [250]}, "index": {"min": [4878], "max": [5127], "mean": [5002.5], "std": [72.16820629612461], "count": [250]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [250]}}} +{"episode_index": 20, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.029775315895676613, 0.007609635591506958, -1.4918376207351685, -0.46334999799728394, 0.36386623978614807, -0.373325914144516, 0.0, 0.02493000030517578, -0.009708999656140804, 0.1655369997024536, -0.7399899363517761, -0.9680116176605225, -0.9695493578910828, 0.2304902970790863, -0.9977209568023682, -0.18595494329929352], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.0128320455551147, 2.06489896774292, -0.1984613835811615, 0.233839213848114, 1.2297415733337402, 0.299620658159256, 0.9257143139839172, 0.2208240032196045, 0.34494298696517944, 0.3439219892024994, -0.013967796228826046, -0.04733813926577568, 0.01330220140516758, 0.9979258179664612, -0.015724768862128258, 0.1717655509710312], "mean": [-0.055117588490247726, -0.03359755501151085, 0.03157295659184456, 0.20580966770648956, 0.3854745626449585, -0.12006144970655441, 0.0, 0.05152798071503639, 0.004158986732363701, 0.1704867035150528, -0.28497374057769775, 0.0016180591192096472, 0.08659796416759491, 0.995954692363739, -0.9546173214912415, 0.08986485004425049, 0.5853872895240784, 1.0751725435256958, -0.9572539329528809, 0.09306128323078156, 0.9649962186813354, -0.24238966405391693, 0.21009418368339539, 0.13325107097625732, 0.1509128361940384, 0.2752099931240082, -0.35367366671562195, -0.6341299414634705, -0.5813512206077576, 0.6226749420166016, -0.4653615355491638, 0.029252881184220314], "std": [9.313225746154785e-08, 3.3527612686157227e-08, 4.842877388000488e-08, 4.470348358154297e-07, 1.1622905731201172e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.30385160446167e-08, 2.980232238769531e-07, 4.172325134277344e-07, 2.6775524020195007e-09, 1.341104507446289e-07, 2.0265579223632812e-06, 1.9669532775878906e-06, 1.341104507446289e-07, 0.3558625876903534, 0.7202019095420837, 0.43405288457870483, 0.1845390796661377, 0.308760404586792, 0.1781512349843979, 0.36092984676361084, 0.06573814153671265, 0.12943404912948608, 0.04869171231985092, 0.2149437814950943, 0.3340997099876404, 0.3699824810028076, 0.30135253071784973, 0.3705357313156128, 0.08284599334001541], "count": [273]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.029775315895676613, 0.007609635591506958, -1.4918376207351685, -0.46334999799728394, 0.36386623978614807, -0.373325914144516, 0.0, 0.02493000030517578, -0.009708999656140804, 0.1655369997024536, -0.7399899363517761, -0.9680116176605225, -0.9695493578910828, 0.2304902970790863, -0.9977209568023682, -0.18595494329929352], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.0128320455551147, 2.06489896774292, -0.1984613835811615, 0.233839213848114, 1.2297415733337402, 0.299620658159256, 0.9257143139839172, 0.2208240032196045, 0.34494298696517944, 0.3439219892024994, -0.013967796228826046, -0.04733813926577568, 0.01330220140516758, 0.9979258179664612, -0.015724768862128258, 0.1717655509710312], "mean": [-0.055117588490247726, -0.03359755501151085, 0.03157295659184456, 0.20580966770648956, 0.3854745626449585, -0.12006144970655441, 0.0, 0.05152798071503639, 0.004158986732363701, 0.1704867035150528, -0.28497374057769775, 0.0016180591192096472, 0.08659796416759491, 0.995954692363739, -0.9546173214912415, 0.08986485004425049, 0.5866856575012207, 1.0756607055664062, -0.9580199718475342, 0.09068123996257782, 0.9652487635612488, -0.2403680682182312, 0.21006278693675995, 0.13325931131839752, 0.15088574588298798, 0.27542316913604736, -0.3534786105155945, -0.6344847679138184, -0.5815815925598145, 0.6226207613945007, -0.4653509557247162, 0.029027601704001427], "std": [9.313225746154785e-08, 3.3527612686157227e-08, 4.842877388000488e-08, 4.470348358154297e-07, 1.1622905731201172e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.30385160446167e-08, 2.980232238769531e-07, 4.172325134277344e-07, 2.6775524020195007e-09, 1.341104507446289e-07, 2.0265579223632812e-06, 1.9669532775878906e-06, 1.341104507446289e-07, 0.35425859689712524, 0.7195231318473816, 0.4328960180282593, 0.18726976215839386, 0.3082997798919678, 0.1811339408159256, 0.36094680428504944, 0.06572701781988144, 0.1294652670621872, 0.04869161918759346, 0.21521589159965515, 0.33352774381637573, 0.3696768879890442, 0.30128657817840576, 0.37052059173583984, 0.08316004276275635], "count": [273]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7725490196078432]], [[0.8156862745098039]]], "mean": [[[0.45602000204248366]], [[0.4658246793300654]], [[0.4422659109477124]]], "std": [[[0.1573345738616073]], [[0.14962313290059287]], [[0.15861646371339796]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6745098039215687]], [[0.7098039215686275]]], "mean": [[[0.41353550040849674]], [[0.4637475183823529]], [[0.42153495506535943]]], "std": [[[0.17349807911690993]], [[0.11409773166400831]], [[0.15802618355694006]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.8431372549019608]], [[0.8745098039215686]]], "mean": [[[0.42630632148692815]], [[0.4685464052287582]], [[0.42473049019607845]]], "std": [[[0.16814797131514966]], [[0.12007191125505676]], [[0.15503981413512574]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [27.2], "mean": [13.600000000000001], "std": [7.8807783033572685], "count": [273]}, "frame_index": {"min": [0], "max": [272], "mean": [136.0], "std": [78.80778303357269], "count": [273]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [273]}, "index": {"min": [5128], "max": [5400], "mean": [5264.0], "std": [78.80778303357269], "count": [273]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [273]}}} +{"episode_index": 21, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.016720253974199295, 0.007400196045637131, -1.4586414098739624, -0.16913986206054688, 0.31953486800193787, -0.33196163177490234, 0.0, 0.02347699925303459, -0.007151999976485968, 0.16607500612735748, -0.6876853108406067, -0.970130443572998, -0.9721412658691406, 0.22599978744983673, -0.9978771805763245, -0.10744347423315048], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.0874099731445312, 2.0461018085479736, -0.24649284780025482, 0.21329668164253235, 1.2297589778900146, 0.24115213751792908, 1.2028571367263794, 0.2194640040397644, 0.3419019877910614, 0.37012800574302673, 0.04684055596590042, 0.09116055816411972, 0.09710075706243515, 0.9994156360626221, 0.013997083529829979, 0.19074244797229767], "mean": [-0.05511758103966713, -0.03359758108854294, 0.03157298266887665, 0.20580972731113434, 0.38547462224960327, -0.12006134539842606, 0.0, 0.05152798071503639, 0.004158985801041126, 0.1704866886138916, -0.284973680973053, 0.0016180590027943254, 0.08659792691469193, 0.9959537386894226, -0.9546175599098206, 0.08986484259366989, 0.6253466010093689, 1.1054209470748901, -0.9911124110221863, 0.09585420042276382, 0.9543213248252869, -0.19642238318920135, 0.28084519505500793, 0.1283486932516098, 0.1599843055009842, 0.2819279134273529, -0.3407183289527893, -0.6264001131057739, -0.5848159193992615, 0.6115495562553406, -0.47182023525238037, 0.045304786413908005], "std": [8.568167686462402e-08, 7.450580596923828e-09, 2.2351741790771484e-08, 5.066394805908203e-07, 1.2218952178955078e-06, 1.4901161193847656e-07, 0.0, 1.862645149230957e-08, 1.3969838619232178e-08, 3.129243850708008e-07, 4.76837158203125e-07, 2.7939677238464355e-09, 1.7136335372924805e-07, 1.0728836059570312e-06, 2.205371856689453e-06, 1.4156103134155273e-07, 0.39714404940605164, 0.7033795714378357, 0.405359148979187, 0.11341715604066849, 0.3210045397281647, 0.1709822416305542, 0.47323936223983765, 0.05988079309463501, 0.13141630589962006, 0.05900455638766289, 0.19744910299777985, 0.3732229769229889, 0.38009852170944214, 0.29198870062828064, 0.36854544281959534, 0.08381227403879166], "count": [294]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.016720253974199295, 0.007400196045637131, -1.4586414098739624, -0.16730725765228271, 0.31953486800193787, -0.33196163177490234, 0.0, 0.02347699925303459, -0.007151999976485968, 0.16607500612735748, -0.6876853108406067, -0.970130443572998, -0.9721412658691406, 0.22599978744983673, -0.9978771805763245, -0.10744347423315048], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.0874099731445312, 2.0461018085479736, -0.24649284780025482, 0.21329668164253235, 1.2297589778900146, 0.24115213751792908, 1.2028571367263794, 0.2194640040397644, 0.3419019877910614, 0.37012800574302673, 0.04684055596590042, 0.09116055816411972, 0.09710075706243515, 0.9994156360626221, 0.013997083529829979, 0.19074244797229767], "mean": [-0.05511758103966713, -0.03359758108854294, 0.03157298266887665, 0.20580972731113434, 0.38547462224960327, -0.12006134539842606, 0.0, 0.05152798071503639, 0.004158985801041126, 0.1704866886138916, -0.284973680973053, 0.0016180590027943254, 0.08659792691469193, 0.9959537386894226, -0.9546175599098206, 0.08986484259366989, 0.6254162192344666, 1.1054168939590454, -0.9910051822662354, 0.09707438200712204, 0.9544400572776794, -0.1980593055486679, 0.28083550930023193, 0.12835946679115295, 0.16002364456653595, 0.28188350796699524, -0.3409387469291687, -0.62686687707901, -0.585297703742981, 0.6115539073944092, -0.47182729840278625, 0.044818323105573654], "std": [8.568167686462402e-08, 7.450580596923828e-09, 2.2351741790771484e-08, 5.066394805908203e-07, 1.2218952178955078e-06, 1.4901161193847656e-07, 0.0, 1.862645149230957e-08, 1.3969838619232178e-08, 3.129243850708008e-07, 4.76837158203125e-07, 2.7939677238464355e-09, 1.7136335372924805e-07, 1.0728836059570312e-06, 2.205371856689453e-06, 1.4156103134155273e-07, 0.39703309535980225, 0.7033858299255371, 0.4055517613887787, 0.11248559504747391, 0.3207766115665436, 0.16907843947410583, 0.47324541211128235, 0.059864431619644165, 0.1313685029745102, 0.059014108031988144, 0.19705404341220856, 0.37244123220443726, 0.3793449103832245, 0.2919943630695343, 0.3685554563999176, 0.08400997519493103], "count": [294]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.803921568627451]], [[0.7647058823529411]], [[0.8235294117647058]]], "mean": [[[0.45678135416666665]], [[0.46613304330065364]], [[0.44297346609477123]]], "std": [[[0.1581209157827179]], [[0.15069300063034707]], [[0.15947229121836307]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7333333333333333]], [[0.6745098039215687]], [[0.7019607843137254]]], "mean": [[[0.41102675449346404]], [[0.4607539808006536]], [[0.41904991625816995]]], "std": [[[0.17241395245247365]], [[0.1132182617106038]], [[0.15716528988610842]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4420275469771242]], [[0.4848224223856209]], [[0.4374096058006536]]], "std": [[[0.16483990954812813]], [[0.12367704772062427]], [[0.15154898113066212]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [29.3], "mean": [14.65], "std": [8.486999862534855], "count": [294]}, "frame_index": {"min": [0], "max": [293], "mean": [146.5], "std": [84.86999862534856], "count": [294]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [294]}, "index": {"min": [5401], "max": [5694], "mean": [5547.5], "std": [84.86999862534856], "count": [294]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [294]}}} +{"episode_index": 22, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.003735004458576441, 0.007400196045637131, -1.5068998336791992, 0.07021459192037582, 0.34552282094955444, -0.37552502751350403, 0.0, 0.02990500070154667, 0.0039029999170452356, 0.1649709939956665, -0.76673424243927, -0.9694833159446716, -0.975608229637146, 0.21585993468761444, -0.9986286163330078, -0.07257059961557388], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.02428138256073, 2.074288845062256, -0.24649284780025482, 0.22764329612255096, 1.2306665182113647, -0.13899801671504974, 0.7714285850524902, 0.218516007065773, 0.3481549918651581, 0.360370010137558, 0.02839687094092369, -0.04781351238489151, 0.07459224760532379, 0.9976473450660706, 0.0030019618570804596, 0.1761741191148758], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006139755249023, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.5845146179199219, 1.0930908918380737, -0.9652067422866821, 0.1601092368364334, 0.9690372943878174, -0.28776299953460693, 0.15190979838371277, 0.13169163465499878, 0.15398426353931427, 0.27417221665382385, -0.3473486304283142, -0.6610286235809326, -0.5729060769081116, 0.6021206378936768, -0.4532811939716339, 0.060308247804641724], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.0116567611694336e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.3740410804748535, 0.7178871631622314, 0.4193330705165863, 0.05761811509728432, 0.31514260172843933, 0.09235215932130814, 0.2935996949672699, 0.06450973451137543, 0.12839730083942413, 0.05356375128030777, 0.22040021419525146, 0.3237500488758087, 0.3857126235961914, 0.2969924211502075, 0.38511401414871216, 0.0619385689496994], "count": [282]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.003735004458576441, 0.007400196045637131, -1.5068998336791992, 0.07021459192037582, 0.34552282094955444, -0.37552502751350403, 0.0, 0.02990500070154667, 0.0039029999170452356, 0.1649709939956665, -0.76673424243927, -0.9694833159446716, -0.975608229637146, 0.21585993468761444, -0.9986286163330078, -0.07257059961557388], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 1.02428138256073, 2.074288845062256, -0.24649284780025482, 0.22764329612255096, 1.2306665182113647, -0.13899801671504974, 0.7714285850524902, 0.218516007065773, 0.3481549918651581, 0.360370010137558, 0.02839687094092369, -0.04781351238489151, 0.07459224760532379, 0.9976473450660706, 0.0030019618570804596, 0.1761741191148758], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006139755249023, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.5845233798027039, 1.0930917263031006, -0.9654543995857239, 0.15973776578903198, 0.969132661819458, -0.28783875703811646, 0.15178315341472626, 0.13166527450084686, 0.15397416055202484, 0.2742404043674469, -0.3471878468990326, -0.6609236598014832, -0.5733346343040466, 0.602133572101593, -0.45328640937805176, 0.059870894998311996], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.0116567611694336e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.37402743101119995, 0.7178859114646912, 0.41892874240875244, 0.05752384662628174, 0.3149581253528595, 0.09223880618810654, 0.29365792870521545, 0.06454911082983017, 0.12840895354747772, 0.05356285721063614, 0.2206575572490692, 0.32394328713417053, 0.38505950570106506, 0.29700949788093567, 0.38512134552001953, 0.062262892723083496], "count": [282]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.8549019607843137]], [[0.788235294117647]], [[0.8]]], "mean": [[[0.454927193627451]], [[0.4622213745915033]], [[0.4331860559640523]]], "std": [[[0.1584058248960461]], [[0.14966357245550863]], [[0.1641300617656538]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7294117647058823]], [[0.6627450980392157]], [[0.6980392156862745]]], "mean": [[[0.40627484477124187]], [[0.45526110906862743]], [[0.41431751633986924]]], "std": [[[0.17029785332130426]], [[0.11186852079807103]], [[0.1553125106036283]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.8980392156862745]], [[1.0]]], "mean": [[[0.4303847120098039]], [[0.46656166053921566]], [[0.4105350245098039]]], "std": [[[0.16655635972888086]], [[0.12178048600262172]], [[0.16365018515206567]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.1], "mean": [14.05], "std": [8.140587611878313], "count": [282]}, "frame_index": {"min": [0], "max": [281], "mean": [140.5], "std": [81.40587611878314], "count": [282]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [282]}, "index": {"min": [5695], "max": [5976], "mean": [5835.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [282]}}} +{"episode_index": 23, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3837280869483948, -0.12006119638681412, 0.0, 0.051527999341487885, 0.004126999992877245, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9551026821136475, 0.08980635553598404, -0.00047123889089562, 0.0, -1.4470874071121216, 0.10548769682645798, 0.31923815608024597, -0.2914874255657196, 0.0, 0.025637999176979065, 0.003882999997586012, 0.16487300395965576, -0.6426378488540649, -0.9205031394958496, -0.9228003025054932, 0.37776806950569153, -0.9994250535964966, -0.033656876534223557], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.05157199874520302, 0.0041589997708797455, 0.17063599824905396, -0.2833230495452881, 0.0018271328881382942, 0.08664220571517944, 0.9959575533866882, -0.9546153545379639, 0.08986498415470123, 0.9352521300315857, 2.039207696914673, -0.26508060097694397, 0.25474825501441956, 1.2293051481246948, -0.1627170443534851, 0.677142858505249, 0.2350360006093979, 0.318901002407074, 0.34524300694465637, 0.0405636802315712, -0.04126233607530594, 0.02905779331922531, 0.9985837936401367, 0.02239070273935795, 0.12537112832069397], "mean": [-0.055117588490247726, -0.03359754756093025, 0.03157294914126396, 0.20580965280532837, 0.3844412863254547, -0.1200614795088768, 0.0, 0.05155399441719055, 0.004140055272728205, 0.17057479918003082, -0.28399649262428284, 0.0017417799681425095, 0.08662405610084534, 0.9959560036659241, -0.9549056887626648, 0.08983027189970016, 0.5674971342086792, 1.1352736949920654, -0.967930257320404, 0.14192119240760803, 0.9146842956542969, -0.22357279062271118, 0.05364901199936867, 0.15056034922599792, 0.15469896793365479, 0.2752167582511902, -0.4249344766139984, -0.6233652830123901, -0.5492721796035767, 0.6721420288085938, -0.474801242351532, 0.04722512885928154], "std": [9.313225746154785e-08, 4.0978193283081055e-08, 5.587935447692871e-08, 4.3213367462158203e-07, 0.0008578357519581914, 2.8312206268310547e-07, 0.0, 2.1626128727803007e-05, 1.5728155631222762e-05, 7.323399040615186e-05, 0.0008115325472317636, 0.00010276005923515186, 2.1679610654246062e-05, 2.4432595182588557e-06, 0.0002395331539446488, 2.8816431949962862e-05, 0.34939494729042053, 0.6672161221504211, 0.39970719814300537, 0.046671777963638306, 0.31478285789489746, 0.05116305500268936, 0.1585041582584381, 0.06802511215209961, 0.11471311748027802, 0.04973549395799637, 0.1696881502866745, 0.3157663345336914, 0.36178532242774963, 0.23626653850078583, 0.36415913701057434, 0.04336575046181679], "count": [267]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3837280869483948, -0.12006119638681412, 0.0, 0.051527999341487885, 0.004126999992877245, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9551026821136475, 0.08980635553598404, -0.00047123889089562, 0.0, -1.4470874071121216, 0.10548769682645798, 0.31923815608024597, -0.2914874255657196, 0.0, 0.025637999176979065, 0.003882999997586012, 0.16487300395965576, -0.6426378488540649, -0.9205031394958496, -0.9228003025054932, 0.37776806950569153, -0.9994250535964966, -0.033656876534223557], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.05157199874520302, 0.0041589997708797455, 0.17063599824905396, -0.2833230495452881, 0.0018271328881382942, 0.08664220571517944, 0.9959575533866882, -0.9546153545379639, 0.08986498415470123, 0.9352521300315857, 2.039207696914673, -0.26508060097694397, 0.25474825501441956, 1.2293051481246948, -0.1627170443534851, 0.677142858505249, 0.2350360006093979, 0.318901002407074, 0.34524300694465637, 0.0405636802315712, -0.04126233607530594, 0.02905779331922531, 0.9985837936401367, 0.02239070273935795, 0.12537112832069397], "mean": [-0.055117588490247726, -0.03359754756093025, 0.03157294914126396, 0.20580965280532837, 0.3844478130340576, -0.1200614795088768, 0.0, 0.05155383050441742, 0.004140174947679043, 0.17057424783706665, -0.2840026617050171, 0.0017409969586879015, 0.0866238921880722, 0.9959560036659241, -0.9549039006233215, 0.08983048796653748, 0.567346453666687, 1.1353024244308472, -0.9676511287689209, 0.14150947332382202, 0.9137589335441589, -0.22345329821109772, 0.05361691117286682, 0.15060381591320038, 0.15466490387916565, 0.27520787715911865, -0.4243452548980713, -0.6228925585746765, -0.5494306683540344, 0.6721916794776917, -0.4748280346393585, 0.04698183760046959], "std": [9.313225746154785e-08, 4.0978193283081055e-08, 5.587935447692871e-08, 4.3213367462158203e-07, 0.0008590295328758657, 2.8312206268310547e-07, 0.0, 2.1656214812537655e-05, 1.5750047168694437e-05, 7.333591929636896e-05, 0.0008126641041599214, 0.00010290323552908376, 2.1709802240366116e-05, 2.4499488517903956e-06, 0.00023986709129530936, 2.8856586141046137e-05, 0.34963107109069824, 0.6671674251556396, 0.4001712501049042, 0.04622089862823486, 0.316165566444397, 0.051267653703689575, 0.15851444005966187, 0.06794890761375427, 0.1147565022110939, 0.04973585903644562, 0.1709904968738556, 0.3165415823459625, 0.3615493178367615, 0.23633378744125366, 0.36419737339019775, 0.04363347962498665], "count": [267]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.8941176470588236]]], "mean": [[[0.45565112336601304]], [[0.4649918545751634]], [[0.4434019628267974]]], "std": [[[0.15683024764827005]], [[0.14837402201676206]], [[0.15777805428781425]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6784313725490196]], [[0.7019607843137254]]], "mean": [[[0.4092730535130719]], [[0.457327091503268]], [[0.41324777573529414]]], "std": [[[0.1721490615189352]], [[0.11239717475308794]], [[0.15611478114986138]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8705882352941177]], [[0.8352941176470589]], [[0.8901960784313725]]], "mean": [[[0.4272812030228758]], [[0.4638323876633987]], [[0.4252533272058823]]], "std": [[[0.15760912727786058]], [[0.11187048356478982]], [[0.14578750972192414]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [26.6], "mean": [13.3], "std": [7.707572034477957], "count": [267]}, "frame_index": {"min": [0], "max": [266], "mean": [133.0], "std": [77.07572034477957], "count": [267]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [267]}, "index": {"min": [5977], "max": [6243], "mean": [6110.0], "std": [77.07572034477957], "count": [267]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [267]}}} +{"episode_index": 24, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.006230825092643499, 0.006841690745204687, -0.8831017017364502, 0.052028264850378036, 0.36646679043769836, -0.16036084294319153, 0.0, 0.0215000007301569, 0.003000000026077032, 0.16922299563884735, -0.9197408556938171, -0.4928911030292511, -0.45041942596435547, 0.8694256544113159, -0.999869704246521, -0.04762841761112213], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.4813443422317505, 1.6288982629776, -0.3157300651073456, 0.232757106423378, 1.2221318483352661, -0.03670427203178406, 1.1571428775787354, 0.2214449942111969, 0.12752099335193634, 0.35072100162506104, 0.034407082945108414, -0.029638102278113365, 0.04219096899032593, 0.999333918094635, 0.13723710179328918, 0.20772847533226013], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580953359603882, 0.38547447323799133, -0.12006144225597382, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.2849738299846649, 0.0016180593520402908, 0.08659804612398148, 0.9959554076194763, -0.954616904258728, 0.08986486494541168, 0.2883118987083435, 0.84908527135849, -0.7069725394248962, 0.1432327926158905, 0.8908352255821228, -0.0761314183473587, 0.22530928254127502, 0.12861469388008118, 0.06319601833820343, 0.27227291464805603, -0.6183075308799744, -0.31803345680236816, -0.24377882480621338, 0.9300596714019775, -0.4722307324409485, 0.08389218896627426], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 3.129243850708008e-07, 1.0728836059570312e-06, 2.4586915969848633e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 5.21540641784668e-08, 2.7418136596679688e-06, 1.5497207641601562e-06, 1.1920928955078125e-07, 0.18383710086345673, 0.5699056386947632, 0.22313134372234344, 0.05222256854176521, 0.3148369789123535, 0.045584212988615036, 0.39977309107780457, 0.07074356824159622, 0.046249061822891235, 0.05294672027230263, 0.35082539916038513, 0.14773225784301758, 0.18621155619621277, 0.04342702031135559, 0.421322226524353, 0.055629000067710876], "count": [237]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.006230825092643499, 0.006841690745204687, -0.8831017017364502, 0.052028264850378036, 0.36646679043769836, -0.16036084294319153, 0.0, 0.0215000007301569, 0.003000000026077032, 0.16922299563884735, -0.9197408556938171, -0.4928911030292511, -0.45041942596435547, 0.8694256544113159, -0.999869704246521, -0.045169897377491], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.4813443422317505, 1.6288982629776, -0.3157300651073456, 0.232757106423378, 1.2221318483352661, -0.03670427203178406, 1.1571428775787354, 0.2214449942111969, 0.12752099335193634, 0.35072100162506104, 0.034407082945108414, -0.029638102278113365, 0.04219096899032593, 0.999333918094635, 0.13723710179328918, 0.20772847533226013], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580953359603882, 0.38547447323799133, -0.12006144225597382, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.2849738299846649, 0.0016180593520402908, 0.08659804612398148, 0.9959554076194763, -0.954616904258728, 0.08986486494541168, 0.28831231594085693, 0.8490818738937378, -0.7069699764251709, 0.14313636720180511, 0.8908677697181702, -0.07566659897565842, 0.2253514677286148, 0.1286146640777588, 0.06319314241409302, 0.27226895093917847, -0.618360161781311, -0.31801116466522217, -0.24340590834617615, 0.930061936378479, -0.4722326993942261, 0.08426778763532639], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 3.129243850708008e-07, 1.0728836059570312e-06, 2.4586915969848633e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 5.21540641784668e-08, 2.7418136596679688e-06, 1.5497207641601562e-06, 1.1920928955078125e-07, 0.1838364154100418, 0.5699104070663452, 0.22313599288463593, 0.05228244885802269, 0.3147834837436676, 0.0452837236225605, 0.39975059032440186, 0.0707436054944992, 0.046252746134996414, 0.052945930510759354, 0.3507291376590729, 0.14777329564094543, 0.18669477105140686, 0.04343046620488167, 0.42132481932640076, 0.05503707006573677], "count": [237]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.8862745098039215]], [[0.9490196078431372]], [[1.0]]], "mean": [[[0.46463295343137256]], [[0.46977889297385617]], [[0.43644486111111114]]], "std": [[[0.1430453764901119]], [[0.13384372522892327]], [[0.1562357587246976]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7490196078431373]], [[0.6901960784313725]], [[0.7098039215686275]]], "mean": [[[0.41250882761437907]], [[0.4628103308823529]], [[0.41935066380718955]]], "std": [[[0.17211068100897484]], [[0.11261346168474637]], [[0.15479780267377974]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9411764705882353]], [[1.0]]], "mean": [[[0.4375988929738562]], [[0.4802838419117647]], [[0.41739299019607845]]], "std": [[[0.17761020942515193]], [[0.13030910597985396]], [[0.17283567772935585]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [23.6], "mean": [11.799999999999999], "std": [6.841539787698867], "count": [237]}, "frame_index": {"min": [0], "max": [236], "mean": [118.0], "std": [68.41539787698868], "count": [237]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [237]}, "index": {"min": [6244], "max": [6480], "mean": [6362.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [237]}}} +{"episode_index": 25, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.006335544865578413, 0.007138396613299847, -0.9802990555763245, 0.03237585723400116, 0.2942974269390106, -0.109467051923275, 0.009999999776482582, 0.01933000050485134, 0.0035600000992417336, 0.1656460016965866, -0.9163762331008911, -0.4737917184829712, -0.4554722011089325, 0.8798184990882874, -0.9998288750648499, 0.01808779314160347], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.48492226004600525, 1.6719032526016235, -0.21099284291267395, 0.1451415717601776, 1.2241215705871582, -0.0074525559321045876, 1.2528570890426636, 0.22835899889469147, 0.12881000339984894, 0.3578369915485382, 0.01718783564865589, -0.04401622340083122, 0.05831683799624443, 0.9981436729431152, 0.14437347650527954, 0.13612930476665497], "mean": [-0.055117588490247726, -0.03359752520918846, 0.03157293051481247, 0.2058095932006836, 0.3854745328426361, -0.1200614646077156, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.08659800887107849, 0.9959554672241211, -0.9546170830726624, 0.08986485749483109, 0.31743738055229187, 0.9250012040138245, -0.7406708598136902, 0.09955129772424698, 0.9038812518119812, -0.041236039251089096, 0.34141865372657776, 0.14163649082183838, 0.06909365206956863, 0.2685485780239105, -0.6462929248809814, -0.32661959528923035, -0.26575860381126404, 0.9286943078041077, -0.4338224232196808, 0.07029545307159424], "std": [9.313225746154785e-08, 6.332993507385254e-08, 7.450580596923828e-08, 3.725290298461914e-07, 1.1324882507324219e-06, 2.682209014892578e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 8.940696716308594e-08, 2.8014183044433594e-06, 1.7285346984863281e-06, 1.2665987014770508e-07, 0.17755651473999023, 0.5708977580070496, 0.24835845828056335, 0.032869111746549606, 0.3296869099140167, 0.03216405212879181, 0.45945829153060913, 0.07365904003381729, 0.04784591868519783, 0.05375882238149643, 0.332091748714447, 0.15143874287605286, 0.18741850554943085, 0.04329577088356018, 0.4219777584075928, 0.03312024101614952], "count": [253]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.006335544865578413, 0.007138396613299847, -0.9802990555763245, 0.03237585723400116, 0.2942974269390106, -0.109467051923275, 0.009999999776482582, 0.01933000050485134, 0.0035600000992417336, 0.1656460016965866, -0.9163762331008911, -0.4737917184829712, -0.4554722011089325, 0.8798184990882874, -0.9998288750648499, 0.01808779314160347], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.48492226004600525, 1.6719032526016235, -0.21099284291267395, 0.1451415717601776, 1.2241215705871582, -0.0074525559321045876, 1.2528570890426636, 0.22835899889469147, 0.12881000339984894, 0.3578369915485382, 0.01718783564865589, -0.04401622340083122, 0.05831683799624443, 0.9981436729431152, 0.14437347650527954, 0.13612930476665497], "mean": [-0.055117588490247726, -0.03359752520918846, 0.03157293051481247, 0.2058095932006836, 0.3854745328426361, -0.1200614646077156, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.08659800887107849, 0.9959554672241211, -0.9546170830726624, 0.08986485749483109, 0.31770825386047363, 0.925004780292511, -0.7402569055557251, 0.09931226074695587, 0.9035483002662659, -0.041116006672382355, 0.34140175580978394, 0.14168007671833038, 0.06909637153148651, 0.26844584941864014, -0.6463823318481445, -0.3267861008644104, -0.2658582031726837, 0.9286862015724182, -0.43382593989372253, 0.07020058482885361], "std": [9.313225746154785e-08, 6.332993507385254e-08, 7.450580596923828e-08, 3.725290298461914e-07, 1.1324882507324219e-06, 2.682209014892578e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 8.940696716308594e-08, 2.8014183044433594e-06, 1.7285346984863281e-06, 1.2665987014770508e-07, 0.17713315784931183, 0.5708916187286377, 0.24915248155593872, 0.03308388218283653, 0.33025923371315, 0.03218705579638481, 0.4594726860523224, 0.07359719276428223, 0.04784221574664116, 0.05375726893544197, 0.33191612362861633, 0.1511508822441101, 0.18726107478141785, 0.0432831235229969, 0.4219825565814972, 0.03323507681488991], "count": [253]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.4643078472222222]], [[0.4699227798202614]], [[0.4368115625]]], "std": [[[0.1442398527071506]], [[0.13511356767444627]], [[0.15732959580706612]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6901960784313725]], [[0.7098039215686275]]], "mean": [[[0.41166626633986925]], [[0.462173329248366]], [[0.4183425592320262]]], "std": [[[0.17125655680373186]], [[0.11181437373727893]], [[0.15375393265182608]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.9137254901960784]], [[1.0]]], "mean": [[[0.43948598243464054]], [[0.47409198529411767]], [[0.4161654820261438]]], "std": [[[0.17140776655013684]], [[0.12892801982493377]], [[0.1687094598406249]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.2], "mean": [12.600000000000001], "std": [7.303423854604086], "count": [253]}, "frame_index": {"min": [0], "max": [252], "mean": [126.0], "std": [73.03423854604085], "count": [253]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [253]}, "index": {"min": [6481], "max": [6733], "mean": [6607.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [253]}}} +{"episode_index": 26, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.07161086052656174, 0.0080634206533432, -0.9050055742263794, 0.032393310219049454, 0.24378758668899536, -0.13405874371528625, 0.0, 0.040414001792669296, 0.0039090001955628395, 0.16632099449634552, -0.8824561834335327, -0.538077712059021, -0.5410752296447754, 0.8395060896873474, -0.9996907114982605, 0.011237160302698612], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.5349783301353455, 1.636176347732544, -0.21099284291267395, 0.20373228192329407, 1.2198455333709717, 0.0, 0.9700000286102295, 0.22138500213623047, 0.12898699939250946, 0.3486030101776123, 0.05137169361114502, -0.08309844881296158, 0.08267996460199356, 0.9964779615402222, 0.10926590859889984, 0.15089567005634308], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580944418907166, 0.38547441363334656, -0.12006139755249023, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048676311969757, -0.2849738895893097, 0.0016180595848709345, 0.08659809827804565, 0.9959552884101868, -0.9546165466308594, 0.08986487984657288, 0.33379244804382324, 0.9578849077224731, -0.6921443939208984, 0.12088991701602936, 0.8393354415893555, -0.08228986710309982, 0.1360829621553421, 0.14687654376029968, 0.07131030410528183, 0.25422894954681396, -0.6350153684616089, -0.35299140214920044, -0.28829047083854675, 0.9140479564666748, -0.4173002243041992, 0.08562763780355453], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 2.2351741790771484e-07, 1.0132789611816406e-06, 2.0116567611694336e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.384185791015625e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 0.0, 2.6226043701171875e-06, 1.1920928955078125e-06, 1.043081283569336e-07, 0.17234155535697937, 0.5621240139007568, 0.25907477736473083, 0.06067045405507088, 0.34745097160339355, 0.05137617141008377, 0.29197636246681213, 0.06541696190834045, 0.04793920740485191, 0.05160406976938248, 0.3315044939517975, 0.16552411019802094, 0.23059599101543427, 0.05791018530726433, 0.42004114389419556, 0.04277858883142471], "count": [217]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.07161086052656174, 0.0080634206533432, -0.9050055742263794, 0.032393310219049454, 0.24378758668899536, -0.13405874371528625, 0.0, 0.040414001792669296, 0.0039090001955628395, 0.16632099449634552, -0.8824561834335327, -0.538077712059021, -0.5410752296447754, 0.8395060896873474, -0.9996481537818909, 0.011237160302698612], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.5349783301353455, 1.636176347732544, -0.21099284291267395, 0.20373228192329407, 1.2198455333709717, 0.0, 0.9700000286102295, 0.22138500213623047, 0.12898699939250946, 0.3486030101776123, 0.05137169361114502, -0.08309844881296158, 0.08267996460199356, 0.9964779615402222, 0.10926590859889984, 0.15089567005634308], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580944418907166, 0.38547441363334656, -0.12006139755249023, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048676311969757, -0.2849738895893097, 0.0016180595848709345, 0.08659809827804565, 0.9959552884101868, -0.9546165466308594, 0.08986487984657288, 0.333777517080307, 0.9578863978385925, -0.6922315359115601, 0.1216464415192604, 0.8392390012741089, -0.08274445682764053, 0.13603687286376953, 0.146866112947464, 0.07132567465305328, 0.2542678415775299, -0.6348498463630676, -0.3531780540943146, -0.28799930214881897, 0.9140152931213379, -0.41727975010871887, 0.08589287847280502], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 2.2351741790771484e-07, 1.0132789611816406e-06, 2.0116567611694336e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.384185791015625e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 0.0, 2.6226043701171875e-06, 1.1920928955078125e-06, 1.043081283569336e-07, 0.17236396670341492, 0.5621215105056763, 0.2589159607887268, 0.06067521125078201, 0.3476107120513916, 0.05125778913497925, 0.2919962406158447, 0.06543374806642532, 0.04791822284460068, 0.05161024257540703, 0.33183804154396057, 0.16524527966976166, 0.23102401196956635, 0.05786612257361412, 0.4200129508972168, 0.04253682121634483], "count": [217]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.46518652777777775]], [[0.4706033026960784]], [[0.43727316380718956]]], "std": [[[0.14441540562247282]], [[0.13499114054117548]], [[0.1572314103289977]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6901960784313725]], [[0.7058823529411765]]], "mean": [[[0.41066989583333335]], [[0.46109938316993465]], [[0.41845769403594774]]], "std": [[[0.17097283623052895]], [[0.11142031780791152]], [[0.15307224772328207]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9254901960784314]], [[1.0]]], "mean": [[[0.42037859272875816]], [[0.4577892258986928]], [[0.40207082720588233]]], "std": [[[0.16587045165316108]], [[0.12485337006161681]], [[0.16358140758535672]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.6], "mean": [10.799999999999999], "std": [6.26418390534633], "count": [217]}, "frame_index": {"min": [0], "max": [216], "mean": [108.0], "std": [62.6418390534633], "count": [217]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [217]}, "index": {"min": [6734], "max": [6950], "mean": [6842.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [217]}}} +{"episode_index": 27, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.07161086052656174, 0.0076445420272648335, -1.3517749309539795, 0.08557349443435669, 0.25244441628456116, -0.11847294867038727, 0.008571428246796131, -0.047419000416994095, -0.003028000006452203, 0.16578400135040283, -0.9736303091049194, -0.3023260831832886, -0.26599740982055664, 0.951241672039032, -0.9990398287773132, -0.040238793939352036], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.22588050365447998, 1.9805996417999268, -0.22991222143173218, 0.20373228192329407, 1.2280136346817017, -0.06178465485572815, 1.0214285850524902, 0.357901006937027, 0.0778840035200119, 0.3729510009288788, 0.05137169361114502, -0.1262248009443283, 0.08267996460199356, 0.9891125559806824, 0.09515081346035004, 0.12916016578674316], "mean": [-0.055117588490247726, -0.03359750285744667, 0.03157293424010277, 0.2058095484972, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803867340088, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.17852933704853058, 0.9477409720420837, -0.9051017761230469, 0.1257573664188385, 0.9608237743377686, -0.09634142369031906, 0.19005219638347626, 0.16788320243358612, 0.04116225987672806, 0.2825027108192444, -0.6288524866104126, -0.24566099047660828, -0.14671927690505981, 0.9645692110061646, -0.4887557327747345, 0.06642906367778778], "std": [9.313225746154785e-08, 8.568167686462402e-08, 7.078051567077637e-08, 3.2782554626464844e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 5.960464477539063e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.050017062574625015, 0.7346762418746948, 0.359762579202652, 0.04113853722810745, 0.29571497440338135, 0.019926903769373894, 0.3430733382701874, 0.13476960361003876, 0.028064120560884476, 0.06341303139925003, 0.38665997982025146, 0.04735429584980011, 0.1110650822520256, 0.010268328711390495, 0.4269590675830841, 0.04996103420853615], "count": [241]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.07161086052656174, 0.0076445420272648335, -1.3517749309539795, 0.08557349443435669, 0.25244441628456116, -0.11847294867038727, 0.009999999776482582, -0.047419000416994095, -0.003028000006452203, 0.16578400135040283, -0.9736303091049194, -0.3023260831832886, -0.26599740982055664, 0.951241672039032, -0.9990398287773132, -0.040238793939352036], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.22588050365447998, 1.9805996417999268, -0.22991222143173218, 0.20373228192329407, 1.2280136346817017, -0.06178465485572815, 1.0214285850524902, 0.357901006937027, 0.0778840035200119, 0.3729510009288788, 0.05137169361114502, -0.1262248009443283, 0.08267996460199356, 0.9891125559806824, 0.09515081346035004, 0.12916016578674316], "mean": [-0.055117588490247726, -0.03359750285744667, 0.03157293424010277, 0.2058095484972, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803867340088, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.1791694611310959, 0.9477453231811523, -0.9053512215614319, 0.1253056824207306, 0.9620378017425537, -0.09628283232450485, 0.19005811214447021, 0.16784699261188507, 0.04118034616112709, 0.282471239566803, -0.629744291305542, -0.2462770789861679, -0.1473168283700943, 0.9644543528556824, -0.4887116253376007, 0.06605598330497742], "std": [9.313225746154785e-08, 8.568167686462402e-08, 7.078051567077637e-08, 3.2782554626464844e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 5.960464477539063e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.049630358815193176, 0.7346707582473755, 0.3593151569366455, 0.04087670147418976, 0.2933955788612366, 0.019882475957274437, 0.34307000041007996, 0.13480500876903534, 0.02804381772875786, 0.06342276930809021, 0.38533565402030945, 0.046758510172367096, 0.11021336913108826, 0.010147263295948505, 0.4269072115421295, 0.05022575333714485], "count": [241]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.796078431372549]], [[0.7647058823529411]], [[0.8901960784313725]]], "mean": [[[0.4586278410947712]], [[0.4617540502450981]], [[0.424980835375817]]], "std": [[[0.13945604050425162]], [[0.12778389245116206]], [[0.1505903820779529]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6823529411764706]], [[0.6941176470588235]]], "mean": [[[0.41356721200980395]], [[0.4626739440359477]], [[0.42091932598039217]]], "std": [[[0.17293132670191638]], [[0.1127897440342748]], [[0.15583541887655966]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.42159251225490196]], [[0.47188487745098034]], [[0.4098073508986928]]], "std": [[[0.18089487094630627]], [[0.13896207491544085]], [[0.17394969442808178]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.0], "mean": [12.0], "std": [6.957010852370435], "count": [241]}, "frame_index": {"min": [0], "max": [240], "mean": [120.0], "std": [69.57010852370435], "count": [241]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [241]}, "index": {"min": [6951], "max": [7191], "mean": [7071.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [241]}}} +{"episode_index": 28, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.05234242230653763, 0.00769690191373229, -1.4593744277954102, 0.069708451628685, 0.4990769028663635, -0.12891001999378204, 0.0, -0.010871999897062778, 0.0027979998849332333, 0.16682599484920502, -0.9709995985031128, -0.2877914309501648, -0.2695133090019226, 0.9539434909820557, -0.9935540556907654, -0.015613874420523643], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.20038124918937683, 2.042227268218994, -0.2900038957595825, 0.14414674043655396, 1.2198455333709717, -0.06633996218442917, 0.9700000286102295, 0.3785009980201721, 0.08696500211954117, 0.3822120130062103, -0.11040715873241425, -0.10076678544282913, -0.01069510355591774, 0.9948299527168274, 0.06228536367416382, 0.13103698194026947], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.2058095484972, 0.3854745030403137, -0.12006144225597382, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803867340088, 0.9959554076194763, -0.954616904258728, 0.08986486494541168, 0.1633726805448532, 1.0404127836227417, -1.0150268077850342, 0.11465097963809967, 0.9789079427719116, -0.1007528007030487, 0.17719660699367523, 0.19779756665229797, 0.04519924893975258, 0.2873322367668152, -0.6542942523956299, -0.2350608855485916, -0.1588742434978485, 0.9670740365982056, -0.5169325470924377, 0.06063854694366455], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 3.2782554626464844e-07, 1.1026859283447266e-06, 2.4586915969848633e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 5.960464477539063e-08, 2.7418136596679688e-06, 1.5497207641601562e-06, 1.1920928955078125e-07, 0.054232507944107056, 0.7773408889770508, 0.43389537930488586, 0.02661333791911602, 0.24436861276626587, 0.01718910038471222, 0.3355587422847748, 0.1463828682899475, 0.03168155625462532, 0.06637806445360184, 0.33589377999305725, 0.05476465821266174, 0.0929776281118393, 0.012343368493020535, 0.39745384454727173, 0.051827359944581985], "count": [239]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.05234242230653763, 0.00769690191373229, -1.4593744277954102, 0.069708451628685, 0.4990769028663635, -0.12891001999378204, 0.0, -0.010871999897062778, 0.0027979998849332333, 0.16682599484920502, -0.9709995985031128, -0.2877914309501648, -0.2695133090019226, 0.9539434909820557, -0.9935540556907654, -0.015613874420523643], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.20038124918937683, 2.042227268218994, -0.2900038957595825, 0.14414674043655396, 1.2198455333709717, -0.06633996218442917, 0.9700000286102295, 0.3785009980201721, 0.08696500211954117, 0.3822120130062103, -0.11040715873241425, -0.10076678544282913, -0.01069510355591774, 0.9948299527168274, 0.06228536367416382, 0.13103698194026947], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.2058095484972, 0.3854745030403137, -0.12006144225597382, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803867340088, 0.9959554076194763, -0.954616904258728, 0.08986486494541168, 0.16399207711219788, 1.0404554605484009, -1.015191912651062, 0.11466813832521439, 0.9789072871208191, -0.10059390217065811, 0.17718465626239777, 0.19778190553188324, 0.04521823301911354, 0.2873828113079071, -0.6541900634765625, -0.2356521189212799, -0.15878510475158691, 0.9669676423072815, -0.5169510841369629, 0.0608052983880043], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 3.2782554626464844e-07, 1.1026859283447266e-06, 2.4586915969848633e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 5.960464477539063e-08, 2.7418136596679688e-06, 1.5497207641601562e-06, 1.1920928955078125e-07, 0.05380459502339363, 0.7772845029830933, 0.4336269199848175, 0.026601890102028847, 0.24436986446380615, 0.017330046743154526, 0.335565447807312, 0.14640064537525177, 0.03165953978896141, 0.06636121869087219, 0.336047887802124, 0.05410969257354736, 0.09310933947563171, 0.012216014787554741, 0.3974757194519043, 0.05164983496069908], "count": [239]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7843137254901961]], [[0.7450980392156863]], [[0.8549019607843137]]], "mean": [[[0.4603839031862745]], [[0.46285893586601307]], [[0.42556521854575163]]], "std": [[[0.1409948538838453]], [[0.12940614673536907]], [[0.15218039916205597]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6823529411764706]], [[0.7019607843137254]]], "mean": [[[0.4117175285947713]], [[0.46072971609477126]], [[0.41953590482026143]]], "std": [[[0.1726050063778384]], [[0.11282243574557634]], [[0.1559604736755439]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.8352941176470589]], [[0.9215686274509803]]], "mean": [[[0.4087894301470588]], [[0.44919275122549024]], [[0.40063603349673205]]], "std": [[[0.1764225401031407]], [[0.13291577317526257]], [[0.17207482496780704]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [23.8], "mean": [11.9], "std": [6.899275324264136], "count": [239]}, "frame_index": {"min": [0], "max": [238], "mean": [119.0], "std": [68.99275324264136], "count": [239]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [239]}, "index": {"min": [7192], "max": [7430], "mean": [7311.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [239]}}} +{"episode_index": 29, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.011100294068455696, 0.007260569371283054, -1.457786202430725, 0.048956483602523804, 0.19800759851932526, -0.14299482107162476, 0.0, 0.040817998349666595, 0.0012700000079348683, 0.16727299988269806, -0.9581063389778137, -0.3045767545700073, -0.30639976263046265, 0.9403136968612671, -1.0, -0.027782456949353218], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.28787460923194885, 2.0398361682891846, -0.19336502254009247, 0.22595031559467316, 1.2244880199432373, -0.012391837313771248, 0.8728571534156799, 0.37766700983047485, 0.09351900219917297, 0.35389798879623413, 0.08423780649900436, -0.010722406208515167, 0.03092736192047596, 0.999488353729248, 0.0663783922791481, 0.19283540546894073], "mean": [-0.055117588490247726, -0.03359752520918846, 0.03157293051481247, 0.2058095932006836, 0.3854745328426361, -0.1200614646077156, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.08659800887107849, 0.9959554672241211, -0.9546170830726624, 0.08986485749483109, 0.18546395003795624, 1.151971459388733, -0.9981427788734436, 0.0947582870721817, 0.9918671250343323, -0.07679829746484756, 0.15501974523067474, 0.2118305265903473, 0.05423722043633461, 0.2697356641292572, -0.723583459854126, -0.23489591479301453, -0.19234317541122437, 0.9640861749649048, -0.4016970098018646, 0.06753002852201462], "std": [9.313225746154785e-08, 6.332993507385254e-08, 7.450580596923828e-08, 3.725290298461914e-07, 1.1324882507324219e-06, 2.682209014892578e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 8.940696716308594e-08, 2.8014183044433594e-06, 1.7285346984863281e-06, 1.2665987014770508e-07, 0.07980996370315552, 0.7127904295921326, 0.4222257435321808, 0.04106587544083595, 0.3228556215763092, 0.04193196818232536, 0.3212350010871887, 0.13027751445770264, 0.03481585532426834, 0.05938276648521423, 0.33699455857276917, 0.08963834494352341, 0.11405407637357712, 0.01912250742316246, 0.38922569155693054, 0.0489952452480793], "count": [253]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.011100294068455696, 0.007260569371283054, -1.457786202430725, 0.048956483602523804, 0.19800759851932526, -0.14299482107162476, 0.0, 0.040817998349666595, 0.0012700000079348683, 0.16727299988269806, -0.9581063389778137, -0.3045767545700073, -0.30639976263046265, 0.9403136968612671, -1.0, -0.027782456949353218], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.28787460923194885, 2.0398361682891846, -0.19336502254009247, 0.22595031559467316, 1.2244880199432373, -0.012391837313771248, 0.8728571534156799, 0.37766700983047485, 0.09351900219917297, 0.35389798879623413, 0.08423780649900436, -0.010722406208515167, 0.03092736192047596, 0.999488353729248, 0.0663783922791481, 0.19283540546894073], "mean": [-0.055117588490247726, -0.03359752520918846, 0.03157293051481247, 0.2058095932006836, 0.3854745328426361, -0.1200614646077156, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.08659800887107849, 0.9959554672241211, -0.9546170830726624, 0.08986485749483109, 0.18575561046600342, 1.1519758701324463, -0.9981157779693604, 0.09457892924547195, 0.9922943115234375, -0.0768059641122818, 0.15156972408294678, 0.21183165907859802, 0.05424802005290985, 0.26968759298324585, -0.7240366339683533, -0.23516611754894257, -0.19255048036575317, 0.9640744924545288, -0.4016866087913513, 0.06735128909349442], "std": [9.313225746154785e-08, 6.332993507385254e-08, 7.450580596923828e-08, 3.725290298461914e-07, 1.1324882507324219e-06, 2.682209014892578e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 8.940696716308594e-08, 2.8014183044433594e-06, 1.7285346984863281e-06, 1.2665987014770508e-07, 0.07922371476888657, 0.7127833962440491, 0.42227718234062195, 0.04114995151758194, 0.32194221019744873, 0.04192988947033882, 0.31818100810050964, 0.13027606904506683, 0.034799978137016296, 0.059397853910923004, 0.3360532820224762, 0.08907326310873032, 0.11369616538286209, 0.019101718440651894, 0.3892097771167755, 0.04921400174498558], "count": [253]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.792156862745098]], [[0.803921568627451]], [[0.9098039215686274]]], "mean": [[[0.460801670751634]], [[0.46435771241830065]], [[0.4282362152777778]]], "std": [[[0.14348872034674345]], [[0.13161083037683738]], [[0.15450605422064903]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6705882352941176]], [[0.6980392156862745]]], "mean": [[[0.41083475490196075]], [[0.46097021650326797]], [[0.4188518913398693]]], "std": [[[0.17338516036271312]], [[0.11285529565144017]], [[0.1558541436115882]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4150982026143791]], [[0.4529602348856209]], [[0.4049156209150327]]], "std": [[[0.17142863055752716]], [[0.13796974879132617]], [[0.16785828275001052]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.2], "mean": [12.600000000000001], "std": [7.303423854604086], "count": [253]}, "frame_index": {"min": [0], "max": [252], "mean": [126.0], "std": [73.03423854604085], "count": [253]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [253]}, "index": {"min": [7431], "max": [7683], "mean": [7557.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [253]}}} +{"episode_index": 30, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.04021238535642624, 0.006597344297915697, -1.851829171180725, 0.025132739916443825, 0.2111499309539795, -0.322083055973053, 0.0, 0.027228999882936478, 0.004222000017762184, 0.16710999608039856, -0.6712979674339294, -0.8418100476264954, -0.8311591744422913, 0.5314524173736572, -1.0, -0.07471253722906113], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7742105722427368, 2.2613184452056885, -0.15362387895584106, 0.25558599829673767, 1.230090618133545, -0.06438519805669785, 0.9257143139839172, 0.337909996509552, 0.31446099281311035, 0.3581869900226593, 0.020621225237846375, -0.08049467206001282, 0.028312601149082184, 0.996755063533783, -0.09810398519039154, 0.12186897546052933], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006139755249023, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.516530454158783, 1.192718744277954, -1.1233835220336914, 0.1127089112997055, 0.9527395367622375, -0.20905566215515137, 0.1487075239419937, 0.18640214204788208, 0.15664798021316528, 0.2786051034927368, -0.4533049464225769, -0.5999552011489868, -0.5191055536270142, 0.7237193584442139, -0.5143691301345825, 0.026640864089131355], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.0116567611694336e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.2601756453514099, 0.8114771842956543, 0.6204035878181458, 0.06055688112974167, 0.36906641721725464, 0.08510733395814896, 0.3025522232055664, 0.11373259127140045, 0.12206750363111496, 0.05604176968336105, 0.21190018951892853, 0.2840743362903595, 0.3275134563446045, 0.17925596237182617, 0.3290921449661255, 0.05237453058362007], "count": [282]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.04021238535642624, 0.006597344297915697, -1.851829171180725, 0.025132739916443825, 0.2111499309539795, -0.322083055973053, 0.0, 0.027228999882936478, 0.004222000017762184, 0.16710999608039856, -0.6712979674339294, -0.8418100476264954, -0.8311591744422913, 0.5314524173736572, -1.0, -0.07471253722906113], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7742105722427368, 2.2613184452056885, -0.15362387895584106, 0.25558599829673767, 1.230090618133545, -0.06438519805669785, 0.9257143139839172, 0.337909996509552, 0.31446099281311035, 0.3581869900226593, 0.020621225237846375, -0.08049467206001282, 0.028312601149082184, 0.996755063533783, -0.09810398519039154, 0.12186897546052933], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006139755249023, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.5164507031440735, 1.192712426185608, -1.1232640743255615, 0.11324005573987961, 0.9522573947906494, -0.20946554839611053, 0.14871765673160553, 0.18641221523284912, 0.15665271878242493, 0.2786112427711487, -0.45293286442756653, -0.5999612212181091, -0.5189666152000427, 0.7237180471420288, -0.5143811106681824, 0.026748284697532654], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.0116567611694336e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.2603183388710022, 0.8114863634109497, 0.6205870509147644, 0.06073267012834549, 0.36993569135665894, 0.08468694239854813, 0.3025473654270172, 0.1137201339006424, 0.12206161022186279, 0.056037984788417816, 0.2126356065273285, 0.2840634286403656, 0.3277354836463928, 0.17925399541854858, 0.3291096091270447, 0.05233430862426758], "count": [282]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.7568627450980392]], [[0.9764705882352941]]], "mean": [[[0.46251307802287583]], [[0.4619002859477124]], [[0.4381166339869281]]], "std": [[[0.1538627563951225]], [[0.13581766069159235]], [[0.16684321666215104]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[0.7647058823529411]], [[0.9725490196078431]]], "mean": [[[0.3774415196078431]], [[0.4487031229575163]], [[0.431004470996732]]], "std": [[[0.2048618716612206]], [[0.10615397096871482]], [[0.13927523818378998]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8941176470588236]], [[0.8666666666666667]], [[1.0]]], "mean": [[[0.38945410743464054]], [[0.4511069281045752]], [[0.4386453513071895]]], "std": [[[0.19513344857502227]], [[0.12401088324137155]], [[0.15466826820575283]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.1], "mean": [14.05], "std": [8.140587611878313], "count": [282]}, "frame_index": {"min": [0], "max": [281], "mean": [140.5], "std": [81.40587611878314], "count": [282]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [282]}, "index": {"min": [7684], "max": [7965], "mean": [7824.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [282]}}} +{"episode_index": 31, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.02148500271141529, 0.004834562074393034, -1.8719353675842285, 0.0, 0.28523916006088257, -0.24486969411373138, 0.009999999776482582, 0.029805999249219894, 0.005394000094383955, 0.1674489974975586, -0.6577743291854858, -0.811469554901123, -0.8035518527030945, 0.5802093744277954, -0.9998531341552734, -0.08946908265352249], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7340331077575684, 2.270568609237671, -0.24589943885803223, 0.23378685116767883, 1.2301429510116577, -0.1779886782169342, 0.904285728931427, 0.3371950089931488, 0.31377100944519043, 0.3486059904098511, 0.11749046295881271, -0.05382763594388962, 0.04779394716024399, 0.9984598755836487, -0.05083697289228439, 0.13068395853042603], "mean": [-0.055117588490247726, -0.033597514033317566, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.4947182536125183, 1.2361564636230469, -1.1298646926879883, 0.1332526057958603, 0.97506183385849, -0.21912555396556854, 0.09521335363388062, 0.18992473185062408, 0.15680524706840515, 0.277116596698761, -0.4974875748157501, -0.5820682048797607, -0.5224077105522156, 0.7396382689476013, -0.4723071753978729, 0.028872743248939514], "std": [9.313225746154785e-08, 7.450580596923828e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.29602086544036865, 0.7657359838485718, 0.5741574764251709, 0.08517686277627945, 0.3308093547821045, 0.02664538100361824, 0.2119978666305542, 0.10817860811948776, 0.1181040108203888, 0.05295012518763542, 0.20991738140583038, 0.2833544611930847, 0.3204270899295807, 0.16828280687332153, 0.3313359022140503, 0.06847649812698364], "count": [248]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.02148500271141529, 0.004834562074393034, -1.8719353675842285, 0.0, 0.3013485372066498, -0.24486969411373138, 0.009999999776482582, 0.029805999249219894, 0.005394000094383955, 0.1674489974975586, -0.6577743291854858, -0.811469554901123, -0.8035518527030945, 0.5802093744277954, -0.9998531341552734, -0.08946908265352249], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7340331077575684, 2.270568609237671, -0.24589943885803223, 0.23378685116767883, 1.2301429510116577, -0.1779886782169342, 0.8871428370475769, 0.3371950089931488, 0.31377100944519043, 0.3486059904098511, 0.10395229607820511, -0.05382763594388962, 0.046204306185245514, 0.9984598755836487, -0.05083697289228439, 0.13068395853042603], "mean": [-0.055117588490247726, -0.033597514033317566, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.4947664141654968, 1.2361717224121094, -1.1295734643936157, 0.13326533138751984, 0.9752280712127686, -0.21936960518360138, 0.09160736203193665, 0.18996082246303558, 0.15681226551532745, 0.277008980512619, -0.4979272186756134, -0.5821366906166077, -0.5226677656173706, 0.7396320104598999, -0.4723389446735382, 0.02866062894463539], "std": [9.313225746154785e-08, 7.450580596923828e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.29594770073890686, 0.7657113671302795, 0.5745871663093567, 0.08519157767295837, 0.3304726779460907, 0.026544515043497086, 0.2057175189256668, 0.10812670737504959, 0.11809518933296204, 0.05294676125049591, 0.2087397575378418, 0.2832421362400055, 0.31999003887176514, 0.16827338933944702, 0.3313862979412079, 0.06853875517845154], "count": [248]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7647058823529411]], [[0.8196078431372549]], [[0.984313725490196]]], "mean": [[[0.4633836274509804]], [[0.46223245710784316]], [[0.43579986315359476]]], "std": [[[0.15530998376248084]], [[0.1371960872719709]], [[0.1673376212869623]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[0.7568627450980392]], [[0.9686274509803922]]], "mean": [[[0.3783589133986928]], [[0.45157387050653597]], [[0.4344260110294118]]], "std": [[[0.2072785827230021]], [[0.10634438602919641]], [[0.13913018945643957]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8823529411764706]], [[1.0]]], "mean": [[[0.41412028186274513]], [[0.44600555147058824]], [[0.43305004493464055]]], "std": [[[0.19609167800706273]], [[0.12554421401315163]], [[0.15566023814292543]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.7], "mean": [12.35], "std": [7.15908513708281], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [248]}, "index": {"min": [7966], "max": [8213], "mean": [8089.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [248]}}} +{"episode_index": 32, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.05216788873076439, 0.006684611085802317, -1.9336851835250854, 0.08480554819107056, 0.13905037939548492, -0.3288723826408386, 0.0, 0.036782000213861465, 0.0071319998241961, 0.16520699858665466, -0.8479807376861572, -0.8578761219978333, -0.8527778387069702, 0.5116167664527893, -1.0, -0.017641227692365646], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7260395288467407, 2.299349069595337, -0.14151129126548767, 0.3234618604183197, 1.2301952838897705, -0.22345450520515442, 0.9257143139839172, 0.34539899230003357, 0.3162280023097992, 0.3720340132713318, 0.08318213373422623, -0.11341339349746704, 0.05062127858400345, 0.9935095906257629, -0.06754513084888458, 0.22266067564487457], "mean": [-0.055117588490247726, -0.03359754756093025, 0.03157295286655426, 0.20580965280532837, 0.3854745626449585, -0.1200614720582962, 0.0, 0.05152798071503639, 0.004158987198024988, 0.1704867035150528, -0.28497374057769775, 0.0016180591192096472, 0.0865979716181755, 0.9959548711776733, -0.9546173214912415, 0.08986485004425049, 0.4414321184158325, 1.2218672037124634, -1.113364338874817, 0.19337613880634308, 0.9295993447303772, -0.27480223774909973, 0.20223574340343475, 0.2013479769229889, 0.14673133194446564, 0.2751682698726654, -0.4892684817314148, -0.5714614987373352, -0.48068010807037354, 0.7519811391830444, -0.5030930638313293, 0.061505407094955444], "std": [9.313225746154785e-08, 4.0978193283081055e-08, 5.21540641784668e-08, 4.3213367462158203e-07, 1.1622905731201172e-06, 2.7567148208618164e-07, 0.0, 1.862645149230957e-08, 1.257285475730896e-08, 2.980232238769531e-07, 4.172325134277344e-07, 2.6775524020195007e-09, 1.2665987014770508e-07, 2.205371856689453e-06, 1.9669532775878906e-06, 1.341104507446289e-07, 0.23895204067230225, 0.7914702296257019, 0.643729567527771, 0.07625200599431992, 0.39179250597953796, 0.03409632295370102, 0.35573020577430725, 0.11440897732973099, 0.11298806220293045, 0.057228438556194305, 0.2656409740447998, 0.26675617694854736, 0.3174513280391693, 0.17180730402469635, 0.3242224156856537, 0.059130311012268066], "count": [269]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.05216788873076439, 0.006684611085802317, -1.9336851835250854, 0.08480554819107056, 0.13905037939548492, -0.3288723826408386, 0.0, 0.036782000213861465, 0.0071319998241961, 0.16520699858665466, -0.8479807376861572, -0.8578761219978333, -0.8527778387069702, 0.5116167664527893, -1.0, -0.017641227692365646], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.7260395288467407, 2.299349069595337, -0.14151129126548767, 0.3234618604183197, 1.2301952838897705, -0.22345450520515442, 0.9257143139839172, 0.34539899230003357, 0.3162280023097992, 0.3720340132713318, 0.08318213373422623, -0.11341339349746704, 0.05062127858400345, 0.9935095906257629, -0.06754513084888458, 0.22266067564487457], "mean": [-0.055117588490247726, -0.03359754756093025, 0.03157295286655426, 0.20580965280532837, 0.3854745626449585, -0.1200614720582962, 0.0, 0.05152798071503639, 0.004158987198024988, 0.1704867035150528, -0.28497374057769775, 0.0016180591192096472, 0.0865979716181755, 0.9959548711776733, -0.9546173214912415, 0.08986485004425049, 0.4415147602558136, 1.2218599319458008, -1.1129761934280396, 0.19357280433177948, 0.9289026260375977, -0.27480483055114746, 0.2022038847208023, 0.2013808786869049, 0.14672519266605377, 0.2751044034957886, -0.48899075388908386, -0.5714281797409058, -0.4804297685623169, 0.7519827485084534, -0.5030760169029236, 0.061722271144390106], "std": [9.313225746154785e-08, 4.0978193283081055e-08, 5.21540641784668e-08, 4.3213367462158203e-07, 1.1622905731201172e-06, 2.7567148208618164e-07, 0.0, 1.862645149230957e-08, 1.257285475730896e-08, 2.980232238769531e-07, 4.172325134277344e-07, 2.6775524020195007e-09, 1.2665987014770508e-07, 2.205371856689453e-06, 1.9669532775878906e-06, 1.341104507446289e-07, 0.23882117867469788, 0.7914813756942749, 0.6442835330963135, 0.07642263919115067, 0.39302897453308105, 0.034093596041202545, 0.3557469844818115, 0.11436355113983154, 0.11299563944339752, 0.05724891647696495, 0.2661997973918915, 0.26681241393089294, 0.3178432583808899, 0.17180949449539185, 0.324196457862854, 0.05894633010029793], "count": [269]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.7686274509803922]], [[0.984313725490196]]], "mean": [[[0.4602264562908497]], [[0.45992032066993466]], [[0.4360443198529412]]], "std": [[[0.1503346559652476]], [[0.1324880005328456]], [[0.16423618494943917]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.803921568627451]], [[0.7686274509803922]], [[0.9803921568627451]]], "mean": [[[0.38331655024509803]], [[0.45139222630718956]], [[0.4295393035130719]]], "std": [[[0.20295890980851355]], [[0.10652802389156694]], [[0.14039579395426244]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.8117647058823529]], [[1.0]]], "mean": [[[0.3946206658496732]], [[0.45372946895424837]], [[0.44097136437908496]]], "std": [[[0.19480839758822358]], [[0.12374797013157242]], [[0.1540531509465199]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [26.8], "mean": [13.400000000000002], "std": [7.765307463326871], "count": [269]}, "frame_index": {"min": [0], "max": [268], "mean": [134.0], "std": [77.6530746332687], "count": [269]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [269]}, "index": {"min": [8214], "max": [8482], "mean": [8348.0], "std": [77.6530746332687], "count": [269]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [269]}}} +{"episode_index": 33, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.04944517835974693, 0.006684611085802317, -1.504159688949585, -0.009250245057046413, 0.13905037939548492, -0.3787190020084381, 0.0, 0.041443001478910446, 0.0069149998016655445, 0.1677210032939911, -0.7029581665992737, -0.9718211889266968, -0.9713516235351562, 0.23570716381072998, -1.0, -0.14643098413944244], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9629155993461609, 2.066068410873413, -0.14151129126548767, 0.3821572959423065, 1.2310854196548462, -0.11758282780647278, 1.0657142400741577, 0.23409399390220642, 0.3321009874343872, 0.34360799193382263, 0.08260077983140945, -0.1003151461482048, 0.1395045965909958, 0.9941364526748657, 0.012758010067045689, 0.13478757441043854], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580950379371643, 0.38547447323799133, -0.12006142735481262, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738299846649, 0.0016180594684556127, 0.08659806102514267, 0.9959553480148315, -0.9546167850494385, 0.08986487239599228, 0.5681522488594055, 1.0873056650161743, -0.9340424537658691, 0.14659863710403442, 0.9040560722351074, -0.30068501830101013, 0.2245391607284546, 0.14139853417873383, 0.15082614123821259, 0.27083754539489746, -0.3135248124599457, -0.6536314487457275, -0.5567919611930847, 0.6069904565811157, -0.4551422595977783, 0.031695395708084106], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.8312206268310547e-07, 1.0728836059570312e-06, 2.3096799850463867e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.3283064365386963e-09, 3.725290298461914e-08, 2.682209014892578e-06, 1.430511474609375e-06, 1.1175870895385742e-07, 0.36238721013069153, 0.716278612613678, 0.46040964126586914, 0.12089119106531143, 0.3847547173500061, 0.07586629688739777, 0.38316211104393005, 0.0657496228814125, 0.12235809862613678, 0.05087321624159813, 0.22560042142868042, 0.32701095938682556, 0.42550796270370483, 0.3021022081375122, 0.39061209559440613, 0.07156511396169662], "count": [230]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.04944517835974693, 0.006684611085802317, -1.504159688949585, -0.009250245057046413, 0.13905037939548492, -0.3787190020084381, 0.0028571428265422583, 0.041443001478910446, 0.0069149998016655445, 0.1677210032939911, -0.7029581665992737, -0.9718211889266968, -0.9713516235351562, 0.23570716381072998, -1.0, -0.14643098413944244], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9629155993461609, 2.066068410873413, -0.14151129126548767, 0.3821572959423065, 1.2310854196548462, -0.11758282780647278, 1.0657142400741577, 0.23409399390220642, 0.3321009874343872, 0.34360799193382263, 0.08212042599916458, -0.1003151461482048, 0.1395045965909958, 0.9941364526748657, 0.012758010067045689, 0.13478757441043854], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580950379371643, 0.38547447323799133, -0.12006142735481262, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738299846649, 0.0016180594684556127, 0.08659806102514267, 0.9959553480148315, -0.9546167850494385, 0.08986487239599228, 0.5680437088012695, 1.0873156785964966, -0.9340810775756836, 0.1463393270969391, 0.9045221209526062, -0.3001561760902405, 0.22458264231681824, 0.1413983553647995, 0.15082737803459167, 0.27080774307250977, -0.3139820396900177, -0.6535679697990417, -0.5565733909606934, 0.6069762110710144, -0.45513787865638733, 0.031965188682079315], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.8312206268310547e-07, 1.0728836059570312e-06, 2.3096799850463867e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.3283064365386963e-09, 3.725290298461914e-08, 2.682209014892578e-06, 1.430511474609375e-06, 1.1175870895385742e-07, 0.36253881454467773, 0.7162638306617737, 0.46034321188926697, 0.12064043432474136, 0.38389158248901367, 0.07671213895082474, 0.38313761353492737, 0.065749891102314, 0.12235665321350098, 0.05088847503066063, 0.22490264475345612, 0.3271162211894989, 0.42583614587783813, 0.3020840883255005, 0.3906060457229614, 0.07174073904752731], "count": [230]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7764705882352941]], [[0.8352941176470589]], [[1.0]]], "mean": [[[0.4569267075163399]], [[0.4552329166666667]], [[0.4285011662581699]]], "std": [[[0.16090079301563026]], [[0.14268889620658295]], [[0.1702710349906741]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[0.7568627450980392]], [[0.9450980392156862]]], "mean": [[[0.3789874183006536]], [[0.4468078125]], [[0.4200614154411765]]], "std": [[[0.2067522504561071]], [[0.10540329462199909]], [[0.13910573768302253]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8470588235294118]], [[1.0]]], "mean": [[[0.4096595302287581]], [[0.4655202389705882]], [[0.4523360702614379]]], "std": [[[0.19324136209649181]], [[0.11641657195040309]], [[0.14587073454773056]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [22.9], "mean": [11.45], "std": [6.639465339920076], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [230]}, "index": {"min": [8483], "max": [8712], "mean": [8597.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [230]}}} +{"episode_index": 34, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.00047123889089562, 0.007661995477974415, -1.3369396924972534, 0.02551671303808689, 0.19994491338729858, -0.23841197788715363, 0.0, 0.03647800162434578, 0.0037609999999403954, 0.16543099284172058, -0.662334144115448, -0.9051237106323242, -0.9071916937828064, 0.40917330980300903, -1.0, -0.07929568737745285], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9758310317993164, 1.9725885391235352, -0.17852972447872162, 0.17463764548301697, 1.0986323356628418, -0.15538665652275085, 0.0, 0.24757300317287445, 0.31027600169181824, 0.3594610095024109, 0.06116856634616852, -0.043523985892534256, -3.469446951953614e-18, 0.9988145232200623, 0.01015764195472002, 0.1367827206850052], "mean": [-0.055117588490247726, -0.03359755873680115, 0.03157296031713486, 0.20580968260765076, 0.3854745924472809, -0.12006143480539322, 0.0, 0.05152798071503639, 0.004158986732363701, 0.1704867035150528, -0.28497371077537537, 0.0016180591192096472, 0.08659796416759491, 0.9959545135498047, -0.9546173810958862, 0.08986485004425049, 0.6070209741592407, 1.200127363204956, -0.9439209699630737, 0.12055376172065735, 0.8115323185920715, -0.1859331876039505, 0.0, 0.15791361033916473, 0.1647070050239563, 0.26156216859817505, -0.4241989552974701, -0.6166443228721619, -0.5573859214782715, 0.6825023889541626, -0.47496628761291504, 0.03210635855793953], "std": [9.313225746154785e-08, 2.9802322387695312e-08, 4.470348358154297e-08, 4.6193599700927734e-07, 1.1920928955078125e-06, 2.384185791015625e-07, 0.0, 1.862645149230957e-08, 1.30385160446167e-08, 2.980232238769531e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.341104507446289e-07, 1.8477439880371094e-06, 2.0265579223632812e-06, 1.341104507446289e-07, 0.3599427342414856, 0.6503307819366455, 0.3805839419364929, 0.03482838347554207, 0.3054966628551483, 0.023647120222449303, 0.0, 0.06286993622779846, 0.1164831668138504, 0.053074371069669724, 0.1911170482635498, 0.3141317665576935, 0.3444873094558716, 0.22535572946071625, 0.3585888743400574, 0.0587010383605957], "count": [276]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.00047123889089562, 0.007661995477974415, -1.3369396924972534, 0.02551671303808689, 0.19994491338729858, -0.23841197788715363, 0.0, 0.03647800162434578, 0.0037609999999403954, 0.16543099284172058, -0.662334144115448, -0.9051237106323242, -0.9071916937828064, 0.40917330980300903, -1.0, -0.07929568737745285], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9758310317993164, 1.9725885391235352, -0.17852972447872162, 0.17463764548301697, 1.0986323356628418, -0.15538665652275085, 0.0, 0.24757300317287445, 0.31027600169181824, 0.3594610095024109, 0.06116856634616852, -0.044161394238471985, -3.469446951953614e-18, 0.9988145232200623, 0.01015764195472002, 0.1367827206850052], "mean": [-0.055117588490247726, -0.03359755873680115, 0.03157296031713486, 0.20580968260765076, 0.3854745924472809, -0.12006143480539322, 0.0, 0.05152798071503639, 0.004158986732363701, 0.1704867035150528, -0.28497371077537537, 0.0016180591192096472, 0.08659796416759491, 0.9959545135498047, -0.9546173810958862, 0.08986485004425049, 0.6070720553398132, 1.2001285552978516, -0.943604052066803, 0.12066731601953506, 0.81110018491745, -0.18599414825439453, 0.0, 0.1579435169696808, 0.16470593214035034, 0.2614987790584564, -0.42408812046051025, -0.6166589856147766, -0.557316780090332, 0.6825028657913208, -0.47496238350868225, 0.03216977417469025], "std": [9.313225746154785e-08, 2.9802322387695312e-08, 4.470348358154297e-08, 4.6193599700927734e-07, 1.1920928955078125e-06, 2.384185791015625e-07, 0.0, 1.862645149230957e-08, 1.30385160446167e-08, 2.980232238769531e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.341104507446289e-07, 1.8477439880371094e-06, 2.0265579223632812e-06, 1.341104507446289e-07, 0.3598577082157135, 0.6503283977508545, 0.3811843991279602, 0.034953221678733826, 0.30627626180648804, 0.023608893156051636, 0.0, 0.06281444430351257, 0.116484634578228, 0.05307227000594139, 0.19138942658901215, 0.31410521268844604, 0.3445957899093628, 0.22535651922225952, 0.3585832118988037, 0.05864561349153519], "count": [276]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.8]], [[0.8352941176470589]]], "mean": [[[0.45717230800653597]], [[0.46708073529411764]], [[0.4451323039215686]]], "std": [[[0.15948362870579974]], [[0.15107675762564915]], [[0.16039609709541303]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7333333333333333]], [[0.6666666666666666]], [[0.6980392156862745]]], "mean": [[[0.40773152165032683]], [[0.4570457618464052]], [[0.41263047794117647]]], "std": [[[0.17018365289172477]], [[0.11143475031223303]], [[0.1546876206629091]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.984313725490196]], [[0.9450980392156862]], [[1.0]]], "mean": [[[0.42840058619281046]], [[0.47085179942810457]], [[0.42863005923202613]]], "std": [[[0.15916646691375538]], [[0.11624717872187659]], [[0.14704426779681906]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [27.5], "mean": [13.75], "std": [7.96738141842517], "count": [276]}, "frame_index": {"min": [0], "max": [275], "mean": [137.5], "std": [79.6738141842517], "count": [276]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [276]}, "index": {"min": [8713], "max": [8988], "mean": [8850.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [276]}}} +{"episode_index": 35, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.01424188632518053, 0.008133234456181526, -1.4450104236602783, 0.009756390005350113, 0.14844025671482086, -0.29106855392456055, 0.0, 0.044210001826286316, 0.003797000041231513, 0.16844500601291656, -0.7214495539665222, -0.9342373013496399, -0.9327986836433411, 0.3513976037502289, -0.9993129372596741, -0.07951630651950836], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9757786393165588, 1.976218819618225, -0.15041247010231018, 0.2540326714515686, 1.2303000688552856, -0.10545279085636139, 0.8500000238418579, 0.21661099791526794, 0.3240799903869629, 0.32513898611068726, 0.0755222737789154, -0.042698364704847336, 0.13114796578884125, 0.9980534315109253, -0.012077384628355503, 0.13297021389007568], "mean": [-0.055117588490247726, -0.03359751030802727, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659802377223969, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.560985803604126, 1.0693001747131348, -0.8782313466072083, 0.11288940161466599, 0.8549137711524963, -0.20092274248600006, 0.2040872871875763, 0.13874860107898712, 0.1479739099740982, 0.2602083086967468, -0.3770534098148346, -0.5980218052864075, -0.5239756107330322, 0.6682682633399963, -0.46969616413116455, 0.0369841493666172], "std": [9.313225746154785e-08, 7.82310962677002e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 7.450580596923828e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.38494977355003357, 0.7128769755363464, 0.45958682894706726, 0.07645335793495178, 0.3900192379951477, 0.06399821490049362, 0.33680418133735657, 0.06212453916668892, 0.12428206205368042, 0.04841766506433487, 0.2173709273338318, 0.3503805100917816, 0.41322481632232666, 0.2623749077320099, 0.380342960357666, 0.05303846672177315], "count": [246]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.01424188632518053, 0.008133234456181526, -1.4450104236602783, 0.009756390005350113, 0.14844025671482086, -0.29106855392456055, 0.0, 0.044210001826286316, 0.003797000041231513, 0.16844500601291656, -0.7214495539665222, -0.9342373013496399, -0.9327986836433411, 0.3513976037502289, -0.9993129372596741, -0.07951630651950836], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9757786393165588, 1.976218819618225, -0.15041247010231018, 0.2540326714515686, 1.2303000688552856, -0.10545279085636139, 0.8500000238418579, 0.21661099791526794, 0.3240799903869629, 0.32513898611068726, 0.0755222737789154, -0.042698364704847336, 0.13114796578884125, 0.9980534315109253, -0.012077384628355503, 0.13297021389007568], "mean": [-0.055117588490247726, -0.03359751030802727, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659802377223969, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.5608426928520203, 1.0692968368530273, -0.8782384991645813, 0.11285853385925293, 0.8548284769058228, -0.20088088512420654, 0.20379692316055298, 0.13874852657318115, 0.1479652225971222, 0.26021841168403625, -0.37695419788360596, -0.5978627800941467, -0.5239562392234802, 0.6682786345481873, -0.4696963131427765, 0.03699551150202751], "std": [9.313225746154785e-08, 7.82310962677002e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 7.450580596923828e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.3851467967033386, 0.7128821611404419, 0.45957547426223755, 0.07643631100654602, 0.39015382528305054, 0.06405722349882126, 0.33694928884506226, 0.06212466582655907, 0.1242920383810997, 0.048413846641778946, 0.217538520693779, 0.3506208658218384, 0.413251131772995, 0.2623879015445709, 0.3803432285785675, 0.05303919315338135], "count": [246]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7686274509803922]], [[0.8]], [[1.0]]], "mean": [[[0.4582732455065359]], [[0.45597322303921567]], [[0.42846709763071894]]], "std": [[[0.16047651076659483]], [[0.14237702677558084]], [[0.1702317522268435]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[0.7568627450980392]], [[0.9686274509803922]]], "mean": [[[0.38576318627450984]], [[0.4532392054738562]], [[0.4331513684640523]]], "std": [[[0.20744975610051197]], [[0.10672437588052185]], [[0.13952037672915418]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9137254901960784]], [[1.0]]], "mean": [[[0.4120840155228758]], [[0.4646469709967321]], [[0.44802280637254904]]], "std": [[[0.1894326972024808]], [[0.11657173358951099]], [[0.14890363148522856]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.5], "mean": [12.25], "std": [7.101349636982161], "count": [246]}, "frame_index": {"min": [0], "max": [245], "mean": [122.5], "std": [71.01349636982161], "count": [246]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [246]}, "index": {"min": [8989], "max": [9234], "mean": [9111.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [246]}}} +{"episode_index": 36, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.02839650586247444, 0.007557275705039501, -1.410452961921692, 0.09382890164852142, 0.17029176652431488, -0.2021789401769638, 0.0, 0.04032000154256821, 0.002920999890193343, 0.16363699734210968, -0.773239016532898, -0.8961835503578186, -0.8954752683639526, 0.43702247738838196, -0.9994379878044128, -0.031205127015709877], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9681864976882935, 2.013848066329956, -0.15217524766921997, 0.19053758680820465, 1.2260937690734863, -0.10362019389867783, 1.0485714673995972, 0.2228659987449646, 0.32229599356651306, 0.31601598858833313, 0.06124626100063324, -0.028955712914466858, 0.08496499061584473, 0.9993676543235779, -0.03392269089818001, 0.11497411876916885], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580941438674927, 0.38547441363334656, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849738895893097, 0.0016180595848709345, 0.08659812062978745, 0.9959552884101868, -0.9546164274215698, 0.08986488729715347, 0.5293784141540527, 1.1054719686508179, -0.8554468154907227, 0.13300135731697083, 0.8712894320487976, -0.16991040110588074, 0.16672976315021515, 0.14315620064735413, 0.1452631652355194, 0.24494120478630066, -0.4774540066719055, -0.5586976408958435, -0.5110421776771545, 0.7265129685401917, -0.42189404368400574, 0.06330288201570511], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.9371509552001953e-07, 1.0132789611816406e-06, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.6226043701171875e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.37306731939315796, 0.7108975648880005, 0.42397230863571167, 0.033053986728191376, 0.3288021385669708, 0.03565080091357231, 0.3343041241168976, 0.06659888476133347, 0.12170698493719101, 0.04316876083612442, 0.23666206002235413, 0.3292490243911743, 0.36657339334487915, 0.21489261090755463, 0.37748363614082336, 0.03800949826836586], "count": [211]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.02839650586247444, 0.007557275705039501, -1.410452961921692, 0.09382890164852142, 0.17029176652431488, -0.2021789401769638, 0.0, 0.04032000154256821, 0.002920999890193343, 0.16363699734210968, -0.773239016532898, -0.8961835503578186, -0.8954752683639526, 0.43702247738838196, -0.9994379878044128, -0.031205127015709877], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9681864976882935, 2.013848066329956, -0.15217524766921997, 0.19053758680820465, 1.2260937690734863, -0.10362019389867783, 1.0485714673995972, 0.2228659987449646, 0.32229599356651306, 0.31601598858833313, 0.06124626100063324, -0.028955712914466858, 0.08496499061584473, 0.9993676543235779, -0.03392269089818001, 0.11497411876916885], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580941438674927, 0.38547441363334656, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849738895893097, 0.0016180595848709345, 0.08659812062978745, 0.9959552884101868, -0.9546164274215698, 0.08986488729715347, 0.5291762948036194, 1.1054691076278687, -0.8558436632156372, 0.13293519616127014, 0.871852695941925, -0.17027194797992706, 0.16663497686386108, 0.14312098920345306, 0.14526133239269257, 0.24501997232437134, -0.47759124636650085, -0.5585723519325256, -0.511490523815155, 0.7265299558639526, -0.4219039976596832, 0.06285936385393143], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.9371509552001953e-07, 1.0132789611816406e-06, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.6226043701171875e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.3733578026294708, 0.7109019160270691, 0.4233528673648834, 0.03297054395079613, 0.32780125737190247, 0.035362403839826584, 0.33434754610061646, 0.06665121018886566, 0.12170910090208054, 0.043180912733078, 0.23639214038848877, 0.32944557070732117, 0.3659157454967499, 0.21491406857967377, 0.37749889492988586, 0.03843742236495018], "count": [211]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7686274509803922]], [[0.8]], [[1.0]]], "mean": [[[0.46058007557189545]], [[0.45769455065359477]], [[0.43032436683006536]]], "std": [[[0.1585554037736839]], [[0.1407247082504687]], [[0.16930184894212685]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.788235294117647]], [[0.7568627450980392]], [[0.9490196078431372]]], "mean": [[[0.37708971609477127]], [[0.4472081413398693]], [[0.42798873161764706]]], "std": [[[0.20531144412902022]], [[0.10561493571039872]], [[0.13862837393458308]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.8705882352941177]], [[1.0]]], "mean": [[[0.41672675040849677]], [[0.45912320465686274]], [[0.44588795343137255]]], "std": [[[0.18851088124240334]], [[0.11495410384268515]], [[0.14759963160588466]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.0], "mean": [10.5], "std": [6.0909769331364245], "count": [211]}, "frame_index": {"min": [0], "max": [210], "mean": [105.0], "std": [60.909769331364245], "count": [211]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [211]}, "index": {"min": [9235], "max": [9445], "mean": [9340.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [211]}}} +{"episode_index": 37, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.02839650586247444, 0.007557275705039501, -1.1320379972457886, 0.11239920556545258, 0.26714009046554565, -0.15514230728149414, 0.0028571428265422583, 0.03314799815416336, 0.005559000186622143, 0.16727599501609802, -0.9130474925041199, -0.4876192808151245, -0.4655580222606659, 0.8667522668838501, -0.9993005990982056, -0.03806782513856888], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.41688933968544006, 1.8400657176971436, -0.21102775633335114, 0.2543642818927765, 1.2248371839523315, -0.11196286976337433, 1.0442856550216675, 0.2966119945049286, 0.13260899484157562, 0.34258100390434265, 0.028521593660116196, -0.04608819633722305, 0.10990467667579651, 0.9949270486831665, 0.09084115922451019, 0.15230463445186615], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580939948558807, 0.38547438383102417, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180595848709345, 0.08659812062978745, 0.995955228805542, -0.9546164274215698, 0.08986488729715347, 0.2650139331817627, 0.994882345199585, -0.7660821676254272, 0.16100427508354187, 0.8924956321716309, -0.13722632825374603, 0.17547491192817688, 0.16312339901924133, 0.06911241263151169, 0.25400909781455994, -0.6581754684448242, -0.33301258087158203, -0.27446675300598145, 0.9243820905685425, -0.4166434407234192, 0.0901699960231781], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.7881393432617188e-07, 9.834766387939453e-07, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.562999725341797e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.15623389184474945, 0.6395087242126465, 0.3206583857536316, 0.04055100306868553, 0.33852291107177734, 0.017374038696289062, 0.32346710562705994, 0.09361161291599274, 0.04649884253740311, 0.049529075622558594, 0.32515066862106323, 0.14567911624908447, 0.19129031896591187, 0.044288069009780884, 0.41900625824928284, 0.05749579146504402], "count": [210]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.02839650586247444, 0.007557275705039501, -1.1320379972457886, 0.11239920556545258, 0.26714009046554565, -0.15514230728149414, 0.009999999776482582, 0.03314799815416336, 0.005559000186622143, 0.16727599501609802, -0.9130474925041199, -0.4876192808151245, -0.4655580222606659, 0.8667522668838501, -0.9993005990982056, -0.03806782513856888], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.41688933968544006, 1.8400657176971436, -0.21102775633335114, 0.2543642818927765, 1.2248371839523315, -0.11196286976337433, 1.0442856550216675, 0.2966119945049286, 0.13260899484157562, 0.34258100390434265, 0.028521593660116196, -0.04608819633722305, 0.10990467667579651, 0.9949270486831665, 0.09084115922451019, 0.15230463445186615], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580939948558807, 0.38547438383102417, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180595848709345, 0.08659812062978745, 0.995955228805542, -0.9546164274215698, 0.08986488729715347, 0.265506386756897, 0.9948865175247192, -0.7659714221954346, 0.16037462651729584, 0.8918920159339905, -0.1373593956232071, 0.17550891637802124, 0.16313450038433075, 0.06910517811775208, 0.25402364134788513, -0.6576809883117676, -0.3332303464412689, -0.2751578688621521, 0.9243917465209961, -0.4166809916496277, 0.08944328874349594], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.7881393432617188e-07, 9.834766387939453e-07, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.562999725341797e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.15546953678131104, 0.6395024657249451, 0.32084599137306213, 0.04012076556682587, 0.3395228385925293, 0.017403708770871162, 0.3234495520591736, 0.0935971587896347, 0.04650851711630821, 0.04953007772564888, 0.32611432671546936, 0.14530490338802338, 0.19015918672084808, 0.04430310055613518, 0.4190581142902374, 0.05814395472407341], "count": [210]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[0.7490196078431373]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4595019158496732]], [[0.4573375551470588]], [[0.42900072303921566]]], "std": [[[0.14025483023060578]], [[0.12394076195314342]], [[0.15886130724239741]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.8]], [[0.7607843137254902]], [[0.9764705882352941]]], "mean": [[[0.38888776552287585]], [[0.4526439583333334]], [[0.42630168913398697]]], "std": [[[0.20198386765733756]], [[0.1064994933583006]], [[0.1396168373194229]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9607843137254902]], [[0.8666666666666667]], [[1.0]]], "mean": [[[0.39927121119281045]], [[0.4520885968137255]], [[0.43683614787581704]]], "std": [[[0.19043086975271784]], [[0.11628048220956778]], [[0.14993638739575724]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.9], "mean": [10.45], "std": [6.062109093926525], "count": [210]}, "frame_index": {"min": [0], "max": [209], "mean": [104.5], "std": [60.621090939265244], "count": [210]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [210]}, "index": {"min": [9446], "max": [9655], "mean": [9550.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [210]}}} +{"episode_index": 38, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.12541936337947845, 0.006981316953897476, -1.130554437637329, 0.15076154470443726, 0.25190335512161255, -0.15514230728149414, 0.0, 0.02848000079393387, -0.0014039999805390835, 0.16552099585533142, -0.9180968999862671, -0.42719438672065735, -0.41114458441734314, 0.8901664018630981, -0.9996110796928406, 0.008915475569665432], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3575132489204407, 1.844638466835022, -0.21102775633335114, 0.2998301088809967, 1.2206658124923706, -0.1123468428850174, 0.9257143139839172, 0.2969439923763275, 0.12484599649906158, 0.3632659912109375, 0.12120133638381958, 0.08117905259132385, 0.1135578528046608, 0.9992089867591858, 0.0822342112660408, 0.2397703230381012], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580953359603882, 0.38547447323799133, -0.12006144225597382, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.2849738299846649, 0.0016180593520402908, 0.08659804612398148, 0.9959554076194763, -0.954616904258728, 0.08986486494541168, 0.21767166256904602, 1.013921856880188, -0.7768883109092712, 0.20046982169151306, 0.8389315605163574, -0.133005753159523, 0.15793515741825104, 0.17095185816287994, 0.06578706949949265, 0.2578737735748291, -0.6441716551780701, -0.27543964982032776, -0.2107440084218979, 0.9356607794761658, -0.4402422606945038, 0.12801995873451233], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 3.129243850708008e-07, 1.0728836059570312e-06, 2.4586915969848633e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 5.21540641784668e-08, 2.7418136596679688e-06, 1.5497207641601562e-06, 1.1920928955078125e-07, 0.17007359862327576, 0.6357871890068054, 0.32442793250083923, 0.04057525843381882, 0.3676232695579529, 0.016182277351617813, 0.3237776756286621, 0.09284594655036926, 0.0474083311855793, 0.05415306240320206, 0.3586260676383972, 0.16851308941841125, 0.201182022690773, 0.03950551897287369, 0.4215799570083618, 0.04821614548563957], "count": [238]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.12541936337947845, 0.006981316953897476, -1.130554437637329, 0.15076154470443726, 0.25190335512161255, -0.15514230728149414, 0.0, 0.02848000079393387, -0.0014039999805390835, 0.16552099585533142, -0.9180968999862671, -0.42719438672065735, -0.41114458441734314, 0.8901664018630981, -0.9996110796928406, 0.008915475569665432], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3575132489204407, 1.844638466835022, -0.21102775633335114, 0.2998301088809967, 1.2206658124923706, -0.1123468428850174, 0.9257143139839172, 0.2969439923763275, 0.12484599649906158, 0.3632659912109375, 0.12120133638381958, 0.08117905259132385, 0.1135578528046608, 0.9992089867591858, 0.0822342112660408, 0.2397703230381012], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580953359603882, 0.38547447323799133, -0.12006144225597382, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.2849738299846649, 0.0016180593520402908, 0.08659804612398148, 0.9959554076194763, -0.954616904258728, 0.08986486494541168, 0.21811158955097198, 1.013915777206421, -0.7774134874343872, 0.2007674276828766, 0.8390570282936096, -0.13288123905658722, 0.15779109299182892, 0.1708908975124359, 0.06581684947013855, 0.25803130865097046, -0.6437760591506958, -0.27603715658187866, -0.21033811569213867, 0.9356468915939331, -0.44019022583961487, 0.12838751077651978], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 3.129243850708008e-07, 1.0728836059570312e-06, 2.4586915969848633e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 5.21540641784668e-08, 2.7418136596679688e-06, 1.5497207641601562e-06, 1.1920928955078125e-07, 0.16931921243667603, 0.6357967853546143, 0.3236115872859955, 0.04061932861804962, 0.36743319034576416, 0.016125371679663658, 0.32383987307548523, 0.09293464571237564, 0.04736838862299919, 0.05421094596385956, 0.35941722989082336, 0.16750042140483856, 0.20171716809272766, 0.03948439285159111, 0.42151182889938354, 0.04763675853610039], "count": [238]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.9450980392156862]], [[1.0]]], "mean": [[[0.45912491625817]], [[0.45897622549019607]], [[0.4310440992647059]]], "std": [[[0.14064184760464768]], [[0.12427039740973554]], [[0.15939691228102154]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8]], [[0.7686274509803922]], [[0.9686274509803922]]], "mean": [[[0.3846536723856209]], [[0.45209645016339867]], [[0.43021768586601306]]], "std": [[[0.2051904666298863]], [[0.10610553484498376]], [[0.13916736826374232]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9215686274509803]], [[1.0]]], "mean": [[[0.3942540359477124]], [[0.4534544730392157]], [[0.4370444056372549]]], "std": [[[0.18758666030110036]], [[0.11762479241483773]], [[0.14911876184377296]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [23.7], "mean": [11.85], "std": [6.870407557052202], "count": [238]}, "frame_index": {"min": [0], "max": [237], "mean": [118.5], "std": [68.70407557052202], "count": [238]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [238]}, "index": {"min": [9656], "max": [9893], "mean": [9774.5], "std": [68.70407557052202], "count": [238]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [238]}}} +{"episode_index": 39, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.032393310219049454, 0.006981316953897476, -1.0966427326202393, 0.018151424825191498, 0.3574608862400055, -0.20031143724918365, 0.0, 0.03647200018167496, -0.0017379999626427889, 0.16596299409866333, -0.9286626577377319, -0.4755188822746277, -0.44617176055908203, 0.8775487542152405, -0.9990344643592834, -0.037256211042404175], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3571467101573944, 1.8205878734588623, -0.23664918541908264, 0.18470819294452667, 1.1866493225097656, -0.006283184979110956, 1.0057142972946167, 0.29162099957466125, 0.12373200058937073, 0.33293598890304565, -0.0424380786716938, 0.028550544753670692, 0.019892269745469093, 0.9998987913131714, 0.04632190987467766, 0.171149343252182], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580950379371643, 0.38547447323799133, -0.12006142735481262, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738299846649, 0.0016180594684556127, 0.08659806847572327, 0.9959553480148315, -0.9546167850494385, 0.08986487239599228, 0.21959201991558075, 0.9700946807861328, -0.7464335560798645, 0.12077881395816803, 0.8786921501159668, -0.11913911253213882, 0.09675610810518265, 0.16119331121444702, 0.05998924747109413, 0.25456932187080383, -0.6728898882865906, -0.282478004693985, -0.2574657201766968, 0.9357324838638306, -0.4435945153236389, 0.07404011487960815], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.8312206268310547e-07, 1.0728836059570312e-06, 2.3096799850463867e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.3283064365386963e-09, 2.9802322387695312e-08, 2.682209014892578e-06, 1.430511474609375e-06, 1.1175870895385742e-07, 0.16795149445533752, 0.6218857169151306, 0.2924055755138397, 0.05152852460741997, 0.2781667411327362, 0.0702010840177536, 0.25232070684432983, 0.0900796577334404, 0.04672956094145775, 0.04993123561143875, 0.3074854612350464, 0.18142369389533997, 0.18549586832523346, 0.048358991742134094, 0.39395207166671753, 0.062253087759017944], "count": [229]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.032393310219049454, 0.006981316953897476, -1.0966427326202393, 0.018151424825191498, 0.3574608862400055, -0.20031143724918365, 0.0, 0.03647200018167496, -0.0017379999626427889, 0.16596299409866333, -0.9286626577377319, -0.4755188822746277, -0.44617176055908203, 0.8775487542152405, -0.9990344643592834, -0.037256211042404175], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3571467101573944, 1.8205878734588623, -0.23664918541908264, 0.18470819294452667, 1.1866493225097656, -0.006283184979110956, 1.0057142972946167, 0.29162099957466125, 0.12373200058937073, 0.33293598890304565, -0.0424380786716938, 0.028550544753670692, 0.019892269745469093, 0.9998987913131714, 0.04632190987467766, 0.171149343252182], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580950379371643, 0.38547447323799133, -0.12006142735481262, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738299846649, 0.0016180594684556127, 0.08659806847572327, 0.9959553480148315, -0.9546167850494385, 0.08986487239599228, 0.21961702406406403, 0.9701036810874939, -0.746331512928009, 0.12035879492759705, 0.8783243298530579, -0.11853357404470444, 0.09236433357000351, 0.1612067073583603, 0.05997307226061821, 0.25456854701042175, -0.6726495623588562, -0.2822990119457245, -0.257243812084198, 0.9357371926307678, -0.44361457228660583, 0.07424747943878174], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.8312206268310547e-07, 1.0728836059570312e-06, 2.3096799850463867e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.3283064365386963e-09, 2.9802322387695312e-08, 2.682209014892578e-06, 1.430511474609375e-06, 1.1175870895385742e-07, 0.1679161787033081, 0.621872067451477, 0.2925794720649719, 0.051969461143016815, 0.27879947423934937, 0.07057291269302368, 0.24511094391345978, 0.0900615006685257, 0.04674968495965004, 0.04993116855621338, 0.307956337928772, 0.18169079720973969, 0.18578673899173737, 0.04836517572402954, 0.39398011565208435, 0.06196296587586403], "count": [229]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7529411764705882]], [[0.9333333333333333]], [[1.0]]], "mean": [[[0.45971544934640524]], [[0.45983532475490196]], [[0.43183498978758167]]], "std": [[[0.1391986258525207]], [[0.12301725360523834]], [[0.15897405650407045]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.788235294117647]], [[0.7607843137254902]], [[0.9686274509803922]]], "mean": [[[0.3816660437091503]], [[0.4516075776143791]], [[0.43241682393790853]]], "std": [[[0.20717037635834523]], [[0.10633730183143968]], [[0.1391351211290094]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.8313725490196079]], [[0.8549019607843137]], [[1.0]]], "mean": [[[0.39211811683006537]], [[0.44838666870915034]], [[0.4346260968137255]]], "std": [[[0.1807510843487347]], [[0.11638603002124212]], [[0.15173204747090116]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [22.8], "mean": [11.4], "std": [6.6105975524153635], "count": [229]}, "frame_index": {"min": [0], "max": [228], "mean": [114.0], "std": [66.10597552415364], "count": [229]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [229]}, "index": {"min": [9894], "max": [10122], "mean": [10008.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [229]}}} +{"episode_index": 40, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.013404128141701221, 0.0074525559321045876, -1.6435765027999878, 0.018151424825191498, 0.3191159963607788, -0.18969982862472534, 0.0, 0.039845000952482224, -9.999999974752427e-07, 0.164901003241539, -0.913661003112793, -0.4450061321258545, -0.4396750032901764, 0.8864315748214722, -0.9997864961624146, -0.06982786953449249], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3476521372795105, 2.15220046043396, -0.19003143906593323, 0.18399260938167572, 1.1930546760559082, -0.006283184979110956, 0.0, 0.399493008852005, 0.1536410003900528, 0.33011600375175476, -0.01742657832801342, 0.00766195310279727, 0.017819298431277275, 0.9999945163726807, 0.0003490658418741077, 0.1462046504020691], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580939948558807, 0.38547438383102417, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180595848709345, 0.08659812062978745, 0.995955228805542, -0.9546164274215698, 0.08986488729715347, 0.21648350358009338, 1.227954387664795, -1.0277762413024902, 0.10115406662225723, 0.9280248284339905, -0.12284551560878754, 0.0, 0.2313176840543747, 0.0757053792476654, 0.25492075085639954, -0.6902545690536499, -0.29679062962532043, -0.26892369985580444, 0.9338593482971191, -0.4264393746852875, 0.06792722642421722], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.7881393432617188e-07, 9.834766387939453e-07, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.562999725341797e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.13403406739234924, 0.7572386860847473, 0.5243018269538879, 0.052882418036460876, 0.33012819290161133, 0.06347649544477463, 0.0, 0.13364547491073608, 0.05757675692439079, 0.0504441075026989, 0.30420878529548645, 0.17051029205322266, 0.18022502958774567, 0.044868823140859604, 0.37993937730789185, 0.06420212984085083], "count": [210]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.013404128141701221, 0.0074525559321045876, -1.6435765027999878, 0.018151424825191498, 0.3191159963607788, -0.18969982862472534, 0.0, 0.039845000952482224, -9.999999974752427e-07, 0.164901003241539, -0.913661003112793, -0.4450061321258545, -0.4396750032901764, 0.8864315748214722, -0.9997864961624146, -0.06982786953449249], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3476521372795105, 2.15220046043396, -0.19003143906593323, 0.18399260938167572, 1.1930546760559082, -0.006283184979110956, 0.0, 0.399493008852005, 0.1536410003900528, 0.33011600375175476, -0.01742657832801342, 0.00766195310279727, 0.017819298431277275, 0.9999945163726807, 0.0003490658418741077, 0.1462046504020691], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580939948558807, 0.38547438383102417, -0.12006138265132904, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180595848709345, 0.08659812062978745, 0.995955228805542, -0.9546164274215698, 0.08986488729715347, 0.21669918298721313, 1.2279549837112427, -1.0275542736053467, 0.10138761252164841, 0.9278607368469238, -0.12303110212087631, 0.0, 0.23133769631385803, 0.07572116702795029, 0.25486382842063904, -0.6903148889541626, -0.29707399010658264, -0.2688966989517212, 0.9338522553443909, -0.42643624544143677, 0.06796826422214508], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.7881393432617188e-07, 9.834766387939453e-07, 1.862645149230957e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.2118911147117615e-09, 2.2351741790771484e-08, 2.562999725341797e-06, 1.0728836059570312e-06, 9.685754776000977e-08, 0.13370008766651154, 0.7572377920150757, 0.5246463418006897, 0.05262300744652748, 0.33042219281196594, 0.06319174915552139, 0.0, 0.13361719250679016, 0.05755646526813507, 0.050446007400751114, 0.3040807843208313, 0.170053169131279, 0.18026742339134216, 0.044858746230602264, 0.37993475794792175, 0.06416845321655273], "count": [210]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7019607843137254]], [[0.807843137254902]], [[1.0]]], "mean": [[[0.44754630310457516]], [[0.4459598304738562]], [[0.4172089644607843]]], "std": [[[0.14136487965593483]], [[0.12411695562508145]], [[0.15958006410480466]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.796078431372549]], [[0.7647058823529411]], [[0.9686274509803922]]], "mean": [[[0.37490899305555553]], [[0.4477424101307189]], [[0.4291650919117647]]], "std": [[[0.20624765539943074]], [[0.10618735640013635]], [[0.13868237457066884]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.8980392156862745]], [[1.0]]], "mean": [[[0.39427117647058824]], [[0.44055512050653595]], [[0.41846488357843137]]], "std": [[[0.18458167604033815]], [[0.12995162693387524]], [[0.15812298951711637]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.9], "mean": [10.45], "std": [6.062109093926525], "count": [210]}, "frame_index": {"min": [0], "max": [209], "mean": [104.5], "std": [60.621090939265244], "count": [210]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [210]}, "index": {"min": [10123], "max": [10332], "mean": [10227.5], "std": [60.621090939265244], "count": [210]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [210]}}} +{"episode_index": 41, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.034173544496297836, 0.006859143730252981, -1.649964451789856, 0.06339035928249359, 0.2973342835903168, -0.13294172286987305, 0.009999999776482582, 0.04463899880647659, 0.003544999985024333, 0.16616199910640717, -0.9158220887184143, -0.4429117739200592, -0.4371141493320465, 0.8938510417938232, -0.9982429146766663, 0.01817430555820465], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.35763540863990784, 2.149512529373169, -0.10178759694099426, 0.2036450207233429, 1.2077503204345703, -0.04525638744235039, 1.0042856931686401, 0.3934830129146576, 0.15601199865341187, 0.3360689878463745, -0.05632708594202995, -0.055163003504276276, 0.04263466224074364, 0.9982457160949707, 0.017783965915441513, 0.17828330397605896], "mean": [-0.05511758103966713, -0.03359751030802727, 0.03157297521829605, 0.20580922067165375, 0.3854742646217346, -0.12006130814552307, 0.0, 0.05152798071503639, 0.004158993251621723, 0.17048682272434235, -0.28497403860092163, 0.0016180599341169, 0.08659821003675461, 0.9959550499916077, -0.9546158313751221, 0.08986490964889526, 0.28126898407936096, 1.1589691638946533, -0.9900684952735901, 0.09981438517570496, 0.9451712965965271, -0.08660013228654861, 0.11008699238300323, 0.21413803100585938, 0.08201279491186142, 0.2600144147872925, -0.6967340111732483, -0.33335891366004944, -0.27056241035461426, 0.9299147725105286, -0.44320040941238403, 0.06787138432264328], "std": [8.568167686462402e-08, 7.82310962677002e-08, 2.9802322387695312e-08, 0.0, 8.642673492431641e-07, 1.1175870895385742e-07, 0.0, 1.862645149230957e-08, 6.51925802230835e-09, 1.7881393432617188e-07, 1.1920928955078125e-07, 1.862645149230957e-09, 1.1175870895385742e-07, 2.384185791015625e-06, 4.76837158203125e-07, 7.450580596923828e-08, 0.1130460649728775, 0.745452344417572, 0.5363286733627319, 0.03841929882764816, 0.31589439511299133, 0.02889346331357956, 0.2557566165924072, 0.13350795209407806, 0.057198092341423035, 0.047741182148456573, 0.28577181696891785, 0.1272672414779663, 0.17397750914096832, 0.038278255611658096, 0.3646880090236664, 0.043148115277290344], "count": [181]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.03623303398489952, 0.006859143730252981, -1.649964451789856, 0.06339035928249359, 0.2973342835903168, -0.13294172286987305, 0.009999999776482582, 0.04495200142264366, 0.0036989999935030937, 0.16616199910640717, -0.9158220887184143, -0.4429117739200592, -0.4371141493320465, 0.8938510417938232, -0.9978234171867371, 0.01817430555820465], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.35763540863990784, 2.149512529373169, -0.10178759694099426, 0.2036450207233429, 1.2077503204345703, -0.04525638744235039, 0.9928571581840515, 0.3934830129146576, 0.15601199865341187, 0.3360689878463745, -0.06348594278097153, -0.05762964487075806, 0.04263466224074364, 0.9981063604354858, 0.017783965915441513, 0.17828330397605896], "mean": [-0.05511758103966713, -0.03359751030802727, 0.03157297521829605, 0.20580922067165375, 0.3854742646217346, -0.12006130814552307, 0.0, 0.05152798071503639, 0.004158993251621723, 0.17048682272434235, -0.28497403860092163, 0.0016180599341169, 0.08659821003675461, 0.9959550499916077, -0.9546158313751221, 0.08986490964889526, 0.2814110219478607, 1.1589330434799194, -0.9895445108413696, 0.10010550916194916, 0.9450104236602783, -0.08672019094228745, 0.10459371656179428, 0.21417073905467987, 0.08202790468931198, 0.25985851883888245, -0.6970703601837158, -0.33354830741882324, -0.27042847871780396, 0.9298944473266602, -0.4431670010089874, 0.06804706156253815], "std": [8.568167686462402e-08, 7.82310962677002e-08, 2.9802322387695312e-08, 0.0, 8.642673492431641e-07, 1.1175870895385742e-07, 0.0, 1.862645149230957e-08, 6.51925802230835e-09, 1.7881393432617188e-07, 1.1920928955078125e-07, 1.862645149230957e-09, 1.1175870895385742e-07, 2.384185791015625e-06, 4.76837158203125e-07, 7.450580596923828e-08, 0.11275119334459305, 0.7455081939697266, 0.53714919090271, 0.03838586434721947, 0.3162168860435486, 0.02876630425453186, 0.24702084064483643, 0.13346713781356812, 0.05717772617936134, 0.047824423760175705, 0.28505268692970276, 0.12687799334526062, 0.1742090880870819, 0.03824291005730629, 0.3646373450756073, 0.04302353784441948], "count": [181]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7215686274509804]], [[0.807843137254902]], [[1.0]]], "mean": [[[0.45674856413398696]], [[0.4542676041666666]], [[0.4252807986111111]]], "std": [[[0.14182393836876062]], [[0.12490447128657235]], [[0.16019389032774298]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[0.7607843137254902]], [[0.9607843137254902]]], "mean": [[[0.378022085375817]], [[0.4506805024509804]], [[0.432404381127451]]], "std": [[[0.2074004343461033]], [[0.10648232987307939]], [[0.13919963712791975]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.8784313725490196]], [[1.0]]], "mean": [[[0.4061927900326797]], [[0.4417173835784314]], [[0.41807489379084967]]], "std": [[[0.185889012487439]], [[0.12864689006761393]], [[0.15802867144285643]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.0], "mean": [9.0], "std": [5.224940191045253], "count": [181]}, "frame_index": {"min": [0], "max": [180], "mean": [90.0], "std": [52.24940191045253], "count": [181]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [181]}, "index": {"min": [10333], "max": [10513], "mean": [10423.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [181]}}} +{"episode_index": 42, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.05211552977561951, 0.006859143730252981, -1.2719086408615112, 0.11152653396129608, 0.08168140798807144, -0.16769123077392578, 0.0, 0.04363499954342842, 0.004420999903231859, 0.16716599464416504, -0.9141774773597717, -0.46490049362182617, -0.4446764588356018, 0.8831658959388733, -0.9996364712715149, 0.0009059978765435517], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.35814157128334045, 1.9278557300567627, -0.10178759694099426, 0.28269097208976746, 1.223789930343628, -0.0653974860906601, 0.7328571677207947, 0.3271310031414032, 0.13247999548912048, 0.32287201285362244, 0.0928628146648407, -0.08036647737026215, 0.1404748111963272, 0.9959262013435364, 0.05707613751292229, 0.23412282764911652], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580948889255524, 0.38547444343566895, -0.12006141990423203, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738597869873, 0.0016180594684556127, 0.08659806847572327, 0.9959553480148315, -0.9546167254447937, 0.08986487239599228, 0.23758898675441742, 0.9471526145935059, -0.7431965470314026, 0.1604052633047104, 0.8281723260879517, -0.12615695595741272, 0.14018180966377258, 0.1658056527376175, 0.06337567418813705, 0.25649845600128174, -0.6317628026008606, -0.3048805296421051, -0.22558148205280304, 0.9324469566345215, -0.4809513986110687, 0.10147236287593842], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.682209014892578e-07, 1.043081283569336e-06, 2.2351741790771484e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 2.980232238769531e-07, 2.3283064365386963e-09, 2.9802322387695312e-08, 2.682209014892578e-06, 1.3709068298339844e-06, 1.1175870895385742e-07, 0.1387004852294922, 0.6503186821937561, 0.3926742374897003, 0.04779663309454918, 0.39932718873023987, 0.03128764033317566, 0.23462502658367157, 0.09931085258722305, 0.047493498772382736, 0.0412234365940094, 0.349041610956192, 0.15096047520637512, 0.2127358764410019, 0.04581323266029358, 0.38934290409088135, 0.04904759302735329], "count": [228]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.05211552977561951, 0.006859143730252981, -1.2719086408615112, 0.11152653396129608, 0.08168140798807144, -0.16769123077392578, 0.0, 0.04363499954342842, 0.004420999903231859, 0.16716599464416504, -0.9141774773597717, -0.46490049362182617, -0.4446764588356018, 0.8831658959388733, -0.9996364712715149, 0.0009059978765435517], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.35814157128334045, 1.9278557300567627, -0.10178759694099426, 0.28269097208976746, 1.223789930343628, -0.0653974860906601, 0.7328571677207947, 0.3271310031414032, 0.13247999548912048, 0.32287201285362244, 0.0928628146648407, -0.08036647737026215, 0.1404748111963272, 0.9959262013435364, 0.05707613751292229, 0.23412282764911652], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580948889255524, 0.38547444343566895, -0.12006141990423203, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738597869873, 0.0016180594684556127, 0.08659806847572327, 0.9959553480148315, -0.9546167254447937, 0.08986487239599228, 0.237557053565979, 0.9471660256385803, -0.7435718178749084, 0.16047576069831848, 0.8283575177192688, -0.12645143270492554, 0.14022566378116608, 0.16577966511249542, 0.06337673962116241, 0.2566052973270416, -0.6315616965293884, -0.30491986870765686, -0.22580228745937347, 0.9324498772621155, -0.48097437620162964, 0.10123572498559952], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.682209014892578e-07, 1.043081283569336e-06, 2.2351741790771484e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 2.980232238769531e-07, 2.3283064365386963e-09, 2.9802322387695312e-08, 2.682209014892578e-06, 1.3709068298339844e-06, 1.1175870895385742e-07, 0.13874222338199615, 0.6502993106842041, 0.39210155606269836, 0.04775160551071167, 0.3990897238254547, 0.031029295176267624, 0.23459979891777039, 0.09934171289205551, 0.04749222472310066, 0.04116151109337807, 0.3493521511554718, 0.15090544521808624, 0.21248146891593933, 0.04581722617149353, 0.389373242855072, 0.04940079152584076], "count": [228]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.8862745098039215]], [[1.0]]], "mean": [[[0.4523230494281046]], [[0.44969433619281046]], [[0.4176809824346405]]], "std": [[[0.14200290428916937]], [[0.1258758462824378]], [[0.1634902180348475]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8]], [[0.7647058823529411]], [[0.9686274509803922]]], "mean": [[[0.38192636437908495]], [[0.45327966299019606]], [[0.43253461805555554]]], "std": [[[0.20828231781548068]], [[0.10671684746376553]], [[0.14046598161515364]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9882352941176471]], [[0.8941176470588236]], [[1.0]]], "mean": [[[0.39524123161764707]], [[0.4539784885620915]], [[0.4320213174019608]]], "std": [[[0.19680487833281426]], [[0.12161620700489363]], [[0.1560012531707544]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [22.7], "mean": [11.350000000000001], "std": [6.581729762506713], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [228]}, "index": {"min": [10514], "max": [10741], "mean": [10627.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}} +{"episode_index": 43, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.040770892053842545, 0.008813912980258465, -2.004301071166992, 0.03967133164405823, 0.29565876722335815, -0.3190985321998596, 0.0, 0.04196999967098236, 0.005568999797105789, 0.16383099555969238, -0.7993720173835754, -0.8158565163612366, -0.808643102645874, 0.5684800744056702, -0.9997228384017944, -0.07740769535303116], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.6853559017181396, 2.313206911087036, -0.1302015632390976, 0.23340287804603577, 1.2341572046279907, -0.13254030048847198, 0.9700000286102295, 0.38009700179100037, 0.30813300609588623, 0.34347501397132874, -0.023095766082406044, -0.08894482254981995, 0.004577538464218378, 0.9957042932510376, -0.08419959247112274, 0.16133512556552887], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006140500307083, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.38478565216064453, 1.2334339618682861, -1.1285332441329956, 0.12573005259037018, 0.9614993929862976, -0.2493831068277359, 0.1809149980545044, 0.21086448431015015, 0.13658159971237183, 0.26509323716163635, -0.521522581577301, -0.5250674486160278, -0.47928285598754883, 0.7823125123977661, -0.48169955611228943, 0.026890208944678307], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.2528701722621918, 0.8374713659286499, 0.6661810278892517, 0.044859111309051514, 0.3593606948852539, 0.07260066270828247, 0.3520852029323578, 0.12640248239040375, 0.11745798587799072, 0.04824458435177803, 0.24052107334136963, 0.28367531299591064, 0.307218462228775, 0.16464027762413025, 0.3376895785331726, 0.06316613405942917], "count": [281]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.040770892053842545, 0.008813912980258465, -2.004301071166992, 0.03967133164405823, 0.29565876722335815, -0.3190985321998596, 0.0, 0.04196999967098236, 0.005568999797105789, 0.16383099555969238, -0.7993720173835754, -0.8158565163612366, -0.808643102645874, 0.5684800744056702, -0.9997228384017944, -0.07740769535303116], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.6853559017181396, 2.313206911087036, -0.1302015632390976, 0.23340287804603577, 1.2341572046279907, -0.13254030048847198, 0.9700000286102295, 0.38009700179100037, 0.30813300609588623, 0.34347501397132874, -0.023095766082406044, -0.08894482254981995, 0.004577538464218378, 0.9957042932510376, -0.08419959247112274, 0.16133512556552887], "mean": [-0.055117588490247726, -0.033597566187381744, 0.031572967767715454, 0.20580969750881195, 0.3854745924472809, -0.12006140500307083, 0.0, 0.05152798071503639, 0.0041589862667024136, 0.1704866886138916, -0.28497371077537537, 0.0016180591192096472, 0.08659794926643372, 0.9959542751312256, -0.954617440700531, 0.08986484259366989, 0.3847435414791107, 1.2334333658218384, -1.1283297538757324, 0.1256713569164276, 0.9616522192955017, -0.24946729838848114, 0.1809149980545044, 0.21087729930877686, 0.13658010959625244, 0.26501235365867615, -0.5218647122383118, -0.5250464677810669, -0.47944027185440063, 0.782312273979187, -0.48165714740753174, 0.026761731132864952], "std": [9.313225746154785e-08, 2.2351741790771484e-08, 3.725290298461914e-08, 4.76837158203125e-07, 1.1920928955078125e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.3504177331924438e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.6775524020195007e-09, 1.4901161193847656e-07, 1.6093254089355469e-06, 2.086162567138672e-06, 1.4156103134155273e-07, 0.2529267370700836, 0.8374724984169006, 0.6664769649505615, 0.04485384747385979, 0.35910195112228394, 0.07247871160507202, 0.3520852029323578, 0.12638582289218903, 0.11745963990688324, 0.048296406865119934, 0.23993557691574097, 0.2837073504924774, 0.30698680877685547, 0.16463996469974518, 0.33762532472610474, 0.0632556900382042], "count": [281]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[0.8509803921568627]], [[0.8784313725490196]]], "mean": [[[0.37195421772875814]], [[0.46813364583333333]], [[0.4790209722222222]]], "std": [[[0.10557005555304891]], [[0.11058445897517302]], [[0.13206494802916566]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6784313725490196]], [[0.6745098039215687]], [[0.7490196078431373]]], "mean": [[[0.36296981413398693]], [[0.46325268586601304]], [[0.44221693218954244]]], "std": [[[0.09974098919818165]], [[0.09019267774239102]], [[0.16172618239315636]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.32017924632352945]], [[0.45566067606209154]], [[0.4879968586601307]]], "std": [[[0.12398766596746681]], [[0.11233318061540142]], [[0.163348691799233]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.0], "mean": [14.0], "std": [8.111719916269298], "count": [281]}, "frame_index": {"min": [0], "max": [280], "mean": [140.0], "std": [81.11719916269298], "count": [281]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [281]}, "index": {"min": [10742], "max": [11022], "mean": [10882.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [281]}}} +{"episode_index": 44, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.039793506264686584, 0.008761553093791008, -1.9531280994415283, -0.005445427261292934, 0.09283406287431717, -0.3761533498764038, 0.0, 0.03847699984908104, 0.003043999895453453, 0.1670289933681488, -0.8128888010978699, -0.8563070297241211, -0.8451696038246155, 0.5116322040557861, -1.0, -0.08328050374984741], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.6863681674003601, 2.31549334526062, -0.1302015632390976, 0.1869073063135147, 1.2301255464553833, -0.06618288159370422, 0.0, 0.3593910038471222, 0.3094330132007599, 0.32705798745155334, 0.11782227456569672, -0.04809555783867836, 0.0018635019659996033, 0.998430073261261, -0.1077217310667038, 0.1406640261411667], "mean": [-0.055117588490247726, -0.033597517758607864, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554672241211, -0.9546170234680176, 0.08986485749483109, 0.41186580061912537, 1.238097071647644, -1.0972613096237183, 0.11216278374195099, 0.907833456993103, -0.2265545278787613, 0.0, 0.20771467685699463, 0.1429644078016281, 0.2602878212928772, -0.48505011200904846, -0.524104654788971, -0.4811231195926666, 0.7699035406112671, -0.47732484340667725, 0.03264370933175087], "std": [9.313225746154785e-08, 7.078051567077637e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.8014183044433594e-06, 1.6689300537109375e-06, 1.2665987014770508e-07, 0.26362496614456177, 0.8290719985961914, 0.6543495059013367, 0.04767141863703728, 0.40039485692977905, 0.09758663922548294, 0.0, 0.11888845264911652, 0.11885867267847061, 0.044579993933439255, 0.2723320424556732, 0.307899534702301, 0.3274289667606354, 0.18480126559734344, 0.35218432545661926, 0.0504344217479229], "count": [249]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.039793506264686584, 0.008761553093791008, -1.9531280994415283, -0.005445427261292934, 0.09283406287431717, -0.3761533498764038, 0.0, 0.03847699984908104, 0.003043999895453453, 0.1670289933681488, -0.8128888010978699, -0.8563070297241211, -0.8451696038246155, 0.5116322040557861, -1.0, -0.08328050374984741], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.6863681674003601, 2.31549334526062, -0.1302015632390976, 0.1869073063135147, 1.2301255464553833, -0.06618288159370422, 0.0, 0.3593910038471222, 0.3094330132007599, 0.32705798745155334, 0.11782227456569672, -0.04809555783867836, 0.0018635019659996033, 0.998430073261261, -0.1077217310667038, 0.1406640261411667], "mean": [-0.055117588490247726, -0.033597517758607864, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554672241211, -0.9546170234680176, 0.08986485749483109, 0.4118618667125702, 1.2380967140197754, -1.0977323055267334, 0.11195193976163864, 0.9074696898460388, -0.2261936217546463, 0.0, 0.20767858624458313, 0.14295364916324615, 0.2604738771915436, -0.4842412769794464, -0.5239756107330322, -0.4809180796146393, 0.7699156403541565, -0.4773753881454468, 0.032781872898340225], "std": [9.313225746154785e-08, 7.078051567077637e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.8014183044433594e-06, 1.6689300537109375e-06, 1.2665987014770508e-07, 0.2636304497718811, 0.8290722966194153, 0.6536954641342163, 0.04774579033255577, 0.40092170238494873, 0.09801143407821655, 0.0, 0.11893823742866516, 0.11887116730213165, 0.0445202961564064, 0.27360233664512634, 0.30808770656585693, 0.327715128660202, 0.18481633067131042, 0.35225823521614075, 0.0502949059009552], "count": [249]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[0.8274509803921568]], [[0.8352941176470589]]], "mean": [[[0.3753882945261438]], [[0.47096468137254904]], [[0.4818088480392157]]], "std": [[[0.11023413180271655]], [[0.11391789644222394]], [[0.13550409786073792]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6705882352941176]], [[0.7294117647058823]]], "mean": [[[0.3778554248366013]], [[0.46726968750000003]], [[0.43002929942810453]]], "std": [[[0.09946851472637927]], [[0.09085698532342272]], [[0.16159606245223262]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8313725490196079]], [[1.0]]], "mean": [[[0.3220866544117647]], [[0.4525276327614379]], [[0.4733281352124183]]], "std": [[[0.12021619007491836]], [[0.11080117810411234]], [[0.16728979085391643]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.8], "mean": [12.4], "std": [7.187952884282608], "count": [249]}, "frame_index": {"min": [0], "max": [248], "mean": [124.0], "std": [71.87952884282609], "count": [249]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [249]}, "index": {"min": [11023], "max": [11271], "mean": [11147.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [249]}}} +{"episode_index": 45, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.013631021603941917, 0.00799360778182745, -1.267580270767212, -0.026651177555322647, 0.1920909285545349, -0.18444639444351196, 0.0, 0.04402900114655495, 0.002426000079140067, 0.16442400217056274, -0.6386647820472717, -0.8781020045280457, -0.8685715794563293, 0.4750388264656067, -1.0, -0.09846341609954834], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9137845635414124, 1.9342087507247925, -0.17852972447872162, 0.2010793834924698, 1.2230743169784546, -0.11489502340555191, 0.0, 0.26401400566101074, 0.2852320075035095, 0.3498440086841583, 0.07851707190275192, 0.021219829097390175, 0.013614146038889885, 0.9999552965164185, 0.07384740561246872, 0.13591399788856506], "mean": [-0.055117588490247726, -0.03359751030802727, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659802377223969, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.5906772613525391, 1.1628576517105103, -0.9296706318855286, 0.08790482580661774, 0.8635770082473755, -0.1615455150604248, 0.0, 0.15187710523605347, 0.15273863077163696, 0.26604101061820984, -0.43150603771209717, -0.5977490544319153, -0.562502384185791, 0.6972284317016602, -0.43973034620285034, 0.01620030775666237], "std": [9.313225746154785e-08, 7.82310962677002e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 7.450580596923828e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.36469167470932007, 0.6409941911697388, 0.3733792304992676, 0.0632217600941658, 0.36678561568260193, 0.026641417294740677, 0.0, 0.06497766077518463, 0.11231619864702225, 0.0519203282892704, 0.1953263133764267, 0.3243102431297302, 0.33952489495277405, 0.21348272264003754, 0.38807421922683716, 0.07452384382486343], "count": [246]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.013631021603941917, 0.00799360778182745, -1.267580270767212, -0.026651177555322647, 0.1920909285545349, -0.18444639444351196, 0.0, 0.04402900114655495, 0.002426000079140067, 0.16442400217056274, -0.6386647820472717, -0.8781020045280457, -0.8685715794563293, 0.4750388264656067, -1.0, -0.09846341609954834], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.9137845635414124, 1.9342087507247925, -0.17852972447872162, 0.2010793834924698, 1.2230743169784546, -0.11489502340555191, 0.0, 0.26401400566101074, 0.2852320075035095, 0.3498440086841583, 0.07851707190275192, 0.021219829097390175, 0.013614146038889885, 0.9999552965164185, 0.07384740561246872, 0.13591399788856506], "mean": [-0.055117588490247726, -0.03359751030802727, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659802377223969, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.5907447338104248, 1.1628663539886475, -0.9297511577606201, 0.08746807277202606, 0.8636125922203064, -0.161283940076828, 0.0, 0.15187117457389832, 0.1527339220046997, 0.26606282591819763, -0.4314732551574707, -0.5977215766906738, -0.5626645088195801, 0.6972251534461975, -0.4397241473197937, 0.016038216650485992], "std": [9.313225746154785e-08, 7.82310962677002e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 7.450580596923828e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.36458608508110046, 0.6409787535667419, 0.3732190728187561, 0.06297308206558228, 0.3667217195034027, 0.02677898108959198, 0.0, 0.0649874210357666, 0.11232247203588486, 0.05191662535071373, 0.19540970027446747, 0.3243570327758789, 0.3392679989337921, 0.21347811818122864, 0.3880653381347656, 0.07461909204721451], "count": [246]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7529411764705882]], [[0.8117647058823529]], [[0.8196078431372549]]], "mean": [[[0.4566483598856209]], [[0.46643522263071896]], [[0.4443825040849673]]], "std": [[[0.15904975345137126]], [[0.15054773716709569]], [[0.15963586167208368]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.6823529411764706]], [[0.7098039215686275]]], "mean": [[[0.41535829044117645]], [[0.4643976695261438]], [[0.4199169689542484]]], "std": [[[0.17396036745173882]], [[0.11347282912324769]], [[0.1576005003842879]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[0.9764705882352941]], [[0.9215686274509803]], [[0.996078431372549]]], "mean": [[[0.4280123223039216]], [[0.46919980800653593]], [[0.4256007414215686]]], "std": [[[0.16187083433870675]], [[0.1160245873895699]], [[0.14710448121084554]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.5], "mean": [12.25], "std": [7.101349636982161], "count": [246]}, "frame_index": {"min": [0], "max": [245], "mean": [122.5], "std": [71.01349636982161], "count": [246]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [246]}, "index": {"min": [11272], "max": [11517], "mean": [11394.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [246]}}} +{"episode_index": 46, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.016982052475214005, 0.006527531426399946, -1.6328078508377075, -0.0354301817715168, 0.20889845490455627, -0.24757495522499084, 0.0, 0.024707000702619553, 0.0003539999888744205, 0.16854099929332733, -0.8367133736610413, -0.7208083271980286, -0.7202433943748474, 0.6812880635261536, -0.9982942342758179, -0.1436448097229004], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.6165375709533691, 2.1381330490112305, -0.18905405700206757, 0.1897871047258377, 1.2298985719680786, -0.04459316283464432, 0.854285717010498, 0.3379949927330017, 0.2545900046825409, 0.3355630040168762, 0.056857626885175705, 0.047612499445676804, 0.11765097081661224, 0.9986087679862976, -0.02448452264070511, 0.1742914617061615], "mean": [-0.055117588490247726, -0.03359750658273697, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803122282028, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.3347345292568207, 1.058923602104187, -0.9353576898574829, 0.11114637553691864, 0.9267116785049438, -0.16944807767868042, 0.21064992249011993, 0.17754808068275452, 0.10529165714979172, 0.2630148231983185, -0.547260582447052, -0.4352370500564575, -0.38210493326187134, 0.8471899032592773, -0.46387580037117004, 0.053811341524124146], "std": [9.313225746154785e-08, 8.195638656616211e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 6.705522537231445e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.2393639236688614, 0.7821374535560608, 0.5185849666595459, 0.0670434907078743, 0.368765264749527, 0.07201357930898666, 0.3476182818412781, 0.11561769992113113, 0.09863948076963425, 0.04309409484267235, 0.30764490365982056, 0.25895756483078003, 0.31364279985427856, 0.12379256635904312, 0.38249671459198, 0.08693881332874298], "count": [244]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.016982052475214005, 0.006527531426399946, -1.6328078508377075, -0.0354301817715168, 0.20889845490455627, -0.24757495522499084, 0.0, 0.024707000702619553, 0.0003539999888744205, 0.16854099929332733, -0.8367133736610413, -0.7208083271980286, -0.7202433943748474, 0.6812880635261536, -0.9982942342758179, -0.1436448097229004], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.6165375709533691, 2.1381330490112305, -0.18905405700206757, 0.1897871047258377, 1.2298985719680786, -0.04459316283464432, 0.854285717010498, 0.3379949927330017, 0.2545900046825409, 0.3355630040168762, 0.056857626885175705, 0.047612499445676804, 0.11765097081661224, 0.9986087679862976, -0.02448452264070511, 0.1742914617061615], "mean": [-0.055117588490247726, -0.03359750658273697, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803122282028, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.33450227975845337, 1.0589312314987183, -0.9351266622543335, 0.1107158288359642, 0.9263882040977478, -0.16972188651561737, 0.2105621099472046, 0.17757175862789154, 0.10526932775974274, 0.26296767592430115, -0.5471491813659668, -0.4348362684249878, -0.3827947676181793, 0.8472272753715515, -0.4638928472995758, 0.05313552916049957], "std": [9.313225746154785e-08, 8.195638656616211e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 6.705522537231445e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.239677295088768, 0.7821272015571594, 0.5189049243927002, 0.06702608615159988, 0.36935970187187195, 0.07166451215744019, 0.34766948223114014, 0.11558996886014938, 0.09866262227296829, 0.043094534426927567, 0.3078586757183075, 0.259565532207489, 0.3127307891845703, 0.12383689731359482, 0.3825204074382782, 0.0871194452047348], "count": [244]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.36571640318627446]], [[0.46065099673202614]], [[0.4709070751633987]]], "std": [[[0.10913977492086889]], [[0.10991971212397546]], [[0.130992127414924]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[0.6745098039215687]], [[0.7490196078431373]]], "mean": [[[0.3679821241830065]], [[0.46108338031045754]], [[0.430961868872549]]], "std": [[[0.09882373031517579]], [[0.09032604968093626]], [[0.16115242872178256]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.33152897263071895]], [[0.4624850714869281]], [[0.48504174428104574]]], "std": [[[0.12080217926796981]], [[0.11473909089813435]], [[0.16831475589296485]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.3], "mean": [12.15], "std": [7.043614129124338], "count": [244]}, "frame_index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [244]}, "index": {"min": [11518], "max": [11761], "mean": [11639.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [244]}}} +{"episode_index": 47, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.01687733270227909, 0.008429939858615398, -1.5277564525604248, -0.11384782195091248, 0.20727530121803284, -0.2526538670063019, 0.0, 0.026412999257445335, -0.003344000084325671, 0.16485199332237244, -0.8610109686851501, -0.8777994513511658, -0.8836449980735779, 0.4618023931980133, -0.9998747110366821, -0.14067469537258148], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.8945510387420654, 2.0859127044677734, -0.18905405700206757, 0.160116508603096, 1.229252815246582, -0.017592918127775192, 1.0042856931686401, 0.2470560073852539, 0.32106301188468933, 0.31726598739624023, 0.05871972069144249, 0.03311637043952942, -0.008008765056729317, 0.9998775124549866, -0.007452486548572779, 0.1431029736995697], "mean": [-0.055117588490247726, -0.033597540110349655, 0.031572941690683365, 0.20580962300300598, 0.3854745328426361, -0.1200614795088768, 0.0, 0.05152798071503639, 0.004158987198024988, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.0865979865193367, 0.995955228805542, -0.9546172022819519, 0.08986485749483109, 0.5026306509971619, 1.1556888818740845, -0.9513492584228516, 0.08385588228702545, 0.9446746706962585, -0.17981363832950592, 0.17365317046642303, 0.15714053809642792, 0.14564567804336548, 0.25583896040916443, -0.48279890418052673, -0.5477890968322754, -0.5431886911392212, 0.72520911693573, -0.4003230929374695, 0.03385430574417114], "std": [9.313225746154785e-08, 4.842877388000488e-08, 6.332993507385254e-08, 4.023313522338867e-07, 1.1324882507324219e-06, 2.8312206268310547e-07, 0.0, 1.862645149230957e-08, 1.257285475730896e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 1.1175870895385742e-07, 2.562999725341797e-06, 1.8477439880371094e-06, 1.2665987014770508e-07, 0.35429903864860535, 0.7235878705978394, 0.4632059335708618, 0.07481849938631058, 0.34497854113578796, 0.08355987071990967, 0.34621918201446533, 0.07427950203418732, 0.12707068026065826, 0.047871917486190796, 0.2472938895225525, 0.34522780776023865, 0.33168262243270874, 0.2186087816953659, 0.3747331202030182, 0.07668359577655792], "count": [262]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.01687733270227909, 0.008429939858615398, -1.5277564525604248, -0.11384782195091248, 0.20727530121803284, -0.2526538670063019, 0.0, 0.026412999257445335, -0.003344000084325671, 0.16485199332237244, -0.8610109686851501, -0.8777994513511658, -0.8836449980735779, 0.4618023931980133, -0.9998747110366821, -0.14067469537258148], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.8945510387420654, 2.0859127044677734, -0.18905405700206757, 0.160116508603096, 1.229252815246582, -0.017592918127775192, 1.0042856931686401, 0.2470560073852539, 0.32106301188468933, 0.31726598739624023, 0.05871972069144249, 0.03311637043952942, -0.008008765056729317, 0.9998775124549866, -0.007452486548572779, 0.1431029736995697], "mean": [-0.055117588490247726, -0.033597540110349655, 0.031572941690683365, 0.20580962300300598, 0.3854745328426361, -0.1200614795088768, 0.0, 0.05152798071503639, 0.004158987198024988, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.0865979865193367, 0.995955228805542, -0.9546172022819519, 0.08986485749483109, 0.5027009844779968, 1.155680775642395, -0.9520053267478943, 0.08330824226140976, 0.9455899000167847, -0.17945556342601776, 0.17365317046642303, 0.15706942975521088, 0.14563216269016266, 0.2559652030467987, -0.48305678367614746, -0.5476912260055542, -0.5433387756347656, 0.7251964807510376, -0.4003189206123352, 0.03370194137096405], "std": [9.313225746154785e-08, 4.842877388000488e-08, 6.332993507385254e-08, 4.023313522338867e-07, 1.1324882507324219e-06, 2.8312206268310547e-07, 0.0, 1.862645149230957e-08, 1.257285475730896e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 1.1175870895385742e-07, 2.562999725341797e-06, 1.8477439880371094e-06, 1.2665987014770508e-07, 0.3541978895664215, 0.7236010432243347, 0.46224647760391235, 0.07549043744802475, 0.34333536028862, 0.08405182510614395, 0.34621918201446533, 0.07439564913511276, 0.12708628177642822, 0.04791834205389023, 0.24676395952701569, 0.34538859128952026, 0.33146849274635315, 0.2185930460691452, 0.3747265040874481, 0.0768900215625763], "count": [262]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9686274509803922]]], "mean": [[[0.3718337724673203]], [[0.4605582883986928]], [[0.4680066973039216]]], "std": [[[0.12353903134071091]], [[0.12432312609537878]], [[0.14502507432998246]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6745098039215687]], [[0.6745098039215687]], [[0.7568627450980392]]], "mean": [[[0.36855906454248366]], [[0.4618658986928104]], [[0.43034232230392155]]], "std": [[[0.09712047705634164]], [[0.08939351950383954]], [[0.16091304625112432]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.3485800285947712]], [[0.4727689256535948]], [[0.49504513888888885]]], "std": [[[0.11838053063021489]], [[0.10658843542865619]], [[0.15526100784587235]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [26.1], "mean": [13.049999999999997], "std": [7.563233435508916], "count": [262]}, "frame_index": {"min": [0], "max": [261], "mean": [130.5], "std": [75.63233435508916], "count": [262]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [262]}, "index": {"min": [11762], "max": [12023], "mean": [11892.5], "std": [75.63233435508916], "count": [262]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [262]}}} +{"episode_index": 48, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.009197885170578957, 0.007941247895359993, -1.6035910844802856, -0.050823986530303955, 0.2209063172340393, -0.2646966278553009, 0.0, 0.028790999203920364, 0.00038499999209307134, 0.16260500252246857, -0.8745076060295105, -0.8984277248382568, -0.8964356780052185, 0.4371345341205597, -0.9997646808624268, -0.05701250210404396], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.8737990856170654, 2.1331937313079834, -0.18544122576713562, 0.16669639945030212, 1.228327751159668, 0.022881265729665756, 0.9100000262260437, 0.2649959921836853, 0.3224619925022125, 0.3172779977321625, 0.044097594916820526, -0.00030176155269145966, 0.15929432213306427, 0.9998108148574829, 0.05944575369358063, 0.17184869945049286], "mean": [-0.055117588490247726, -0.03359750658273697, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803122282028, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.5061008930206299, 1.2911477088928223, -1.0427684783935547, 0.09008009731769562, 1.00990629196167, -0.17800724506378174, 0.09895943850278854, 0.17901307344436646, 0.15762121975421906, 0.2503434419631958, -0.526902437210083, -0.5662769079208374, -0.5363101363182068, 0.7158110737800598, -0.3220638930797577, 0.056088391691446304], "std": [9.313225746154785e-08, 8.195638656616211e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 6.705522537231445e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.34638261795043945, 0.701473593711853, 0.4731752276420593, 0.04833143204450607, 0.340969979763031, 0.09522077441215515, 0.2527962923049927, 0.0775703489780426, 0.12569443881511688, 0.048073314130306244, 0.2298765331506729, 0.3314797580242157, 0.36816298961639404, 0.225051611661911, 0.37766698002815247, 0.05719507485628128], "count": [243]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.009197885170578957, 0.007941247895359993, -1.6035910844802856, -0.050823986530303955, 0.2209063172340393, -0.2646966278553009, 0.0, 0.028790999203920364, 0.00038499999209307134, 0.16260500252246857, -0.8745076060295105, -0.8984277248382568, -0.8964356780052185, 0.4371345341205597, -0.9997646808624268, -0.05701250210404396], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.8737990856170654, 2.1331937313079834, -0.18544122576713562, 0.16669639945030212, 1.228327751159668, 0.022881265729665756, 0.9100000262260437, 0.2649959921836853, 0.3224619925022125, 0.3172779977321625, 0.044097594916820526, -0.00030176155269145966, 0.15929432213306427, 0.9998108148574829, 0.05944575369358063, 0.17184869945049286], "mean": [-0.055117588490247726, -0.03359750658273697, 0.03157293424010277, 0.2058095633983612, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803122282028, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.5060566663742065, 1.2911474704742432, -1.0421431064605713, 0.08968031406402588, 1.008958101272583, -0.17837785184383392, 0.09522046148777008, 0.17907893657684326, 0.15759968757629395, 0.25022822618484497, -0.5265564918518066, -0.5660351514816284, -0.5370241403579712, 0.7158669233322144, -0.3221103549003601, 0.055365242063999176], "std": [9.313225746154785e-08, 8.195638656616211e-08, 7.078051567077637e-08, 3.427267074584961e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 6.705522537231445e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.34644758701324463, 0.7014738321304321, 0.4742063879966736, 0.04827893525362015, 0.3428371846675873, 0.0946115180850029, 0.24745571613311768, 0.07744968682527542, 0.12572087347507477, 0.04802926257252693, 0.23067083954811096, 0.33187076449394226, 0.3669930100440979, 0.22512036561965942, 0.37774959206581116, 0.0570557676255703], "count": [243]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.3756981290849673]], [[0.4651341074346405]], [[0.4732702348856209]]], "std": [[[0.12635010474386624]], [[0.1271135436824035]], [[0.1479467102154306]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.6745098039215687]], [[0.6588235294117647]], [[0.7215686274509804]]], "mean": [[[0.37153996732026145]], [[0.460560618872549]], [[0.4264033925653595]]], "std": [[[0.09629082854960619]], [[0.08901061995214508]], [[0.1592997023435866]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.8705882352941177]], [[1.0]]], "mean": [[[0.3513381556372549]], [[0.4666753982843137]], [[0.5016023999183007]]], "std": [[[0.12079592787367359]], [[0.106852026336325]], [[0.1568420707781212]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.2], "mean": [12.1], "std": [7.01474637222663], "count": [243]}, "frame_index": {"min": [0], "max": [242], "mean": [121.0], "std": [70.14746372226631], "count": [243]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [243]}, "index": {"min": [12024], "max": [12266], "mean": [12145.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [243]}}} +{"episode_index": 49, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.009197885170578957, 0.007941247895359993, -1.557182788848877, 0.05564109608530998, 0.19116590917110443, -0.19919443130493164, 0.0, 0.028934000059962273, 0.000539999979082495, 0.1653739959001541, -0.8731657862663269, -0.8349676132202148, -0.8423659801483154, 0.5338647365570068, -1.0, -0.01326005719602108], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.8636935949325562, 2.1028947830200195, -0.17692402005195618, 0.15645131468772888, 1.23031747341156, -0.060126591473817825, 0.9071428775787354, 0.26777100563049316, 0.31868401169776917, 0.3254159986972809, 0.08926693350076675, 0.0534096360206604, 0.023012373596429825, 0.9999915957450867, 0.019319593906402588, 0.14553196728229523], "mean": [-0.055117588490247726, -0.03359753265976906, 0.031572937965393066, 0.20580962300300598, 0.3854745328426361, -0.1200614795088768, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.0865979939699173, 0.9959554076194763, -0.9546172022819519, 0.08986485749483109, 0.4426369369029999, 1.161332607269287, -0.9273889660835266, 0.10398444533348083, 0.9525463581085205, -0.14448781311511993, 0.12241039425134659, 0.16397875547409058, 0.1310415267944336, 0.2520817518234253, -0.5641892552375793, -0.4852719008922577, -0.45995426177978516, 0.7923174500465393, -0.3670257031917572, 0.06462764739990234], "std": [9.313225746154785e-08, 5.587935447692871e-08, 6.705522537231445e-08, 4.023313522338867e-07, 1.1324882507324219e-06, 2.8312206268310547e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 1.043081283569336e-07, 2.7418136596679688e-06, 1.8477439880371094e-06, 1.2665987014770508e-07, 0.33275914192199707, 0.6974062919616699, 0.4508361518383026, 0.03094388172030449, 0.35662102699279785, 0.05687133967876434, 0.26327475905418396, 0.07802337408065796, 0.1201992928981781, 0.044364944100379944, 0.28521251678466797, 0.3079981505870819, 0.33381524682044983, 0.18694880604743958, 0.3776848018169403, 0.05248738452792168], "count": [259]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, -0.009197885170578957, 0.007941247895359993, -1.557182788848877, 0.05564109608530998, 0.19116590917110443, -0.19919443130493164, 0.0, 0.028934000059962273, 0.000539999979082495, 0.1653739959001541, -0.8731657862663269, -0.8349676132202148, -0.8423659801483154, 0.5338647365570068, -1.0, -0.013248586095869541], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.8636935949325562, 2.1028947830200195, -0.17692402005195618, 0.15645131468772888, 1.23031747341156, -0.060126591473817825, 0.9071428775787354, 0.26777100563049316, 0.31868401169776917, 0.3254159986972809, 0.08926693350076675, 0.0534096360206604, 0.023012373596429825, 0.9999915957450867, 0.019319593906402588, 0.14553196728229523], "mean": [-0.055117588490247726, -0.03359753265976906, 0.031572937965393066, 0.20580962300300598, 0.3854745328426361, -0.1200614795088768, 0.0, 0.05152798071503639, 0.0041589876636862755, 0.170486718416214, -0.28497377038002014, 0.001618059235624969, 0.0865979939699173, 0.9959554076194763, -0.9546172022819519, 0.08986485749483109, 0.4430965185165405, 1.1613330841064453, -0.9279978275299072, 0.10398612916469574, 0.9530156254768372, -0.14446058869361877, 0.11890791356563568, 0.16391372680664062, 0.13105784356594086, 0.2522341310977936, -0.564048707485199, -0.4857558310031891, -0.45989251136779785, 0.7922865152359009, -0.3670160174369812, 0.06464584171772003], "std": [9.313225746154785e-08, 5.587935447692871e-08, 6.705522537231445e-08, 4.023313522338867e-07, 1.1324882507324219e-06, 2.8312206268310547e-07, 0.0, 1.862645149230957e-08, 1.210719347000122e-08, 2.8312206268310547e-07, 3.8743019104003906e-07, 2.561137080192566e-09, 1.043081283569336e-07, 2.7418136596679688e-06, 1.8477439880371094e-06, 1.2665987014770508e-07, 0.33221670985221863, 0.6974053382873535, 0.44992756843566895, 0.030941272154450417, 0.3557141423225403, 0.05690997838973999, 0.2588084042072296, 0.07812879979610443, 0.1201818659901619, 0.04443707317113876, 0.2855253517627716, 0.30733513832092285, 0.3338994085788727, 0.18691517412662506, 0.3776686489582062, 0.0524611696600914], "count": [259]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9607843137254902]]], "mean": [[[0.3754883169934641]], [[0.46603212214052286]], [[0.47518870302287586]]], "std": [[[0.1215809472713074]], [[0.12188317010795198]], [[0.14211652966422356]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6705882352941176]], [[0.7294117647058823]]], "mean": [[[0.378060727124183]], [[0.4671292892156863]], [[0.4290618300653595]]], "std": [[[0.09700468998679457]], [[0.08971240869140246]], [[0.16010211617207537]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.8627450980392157]], [[1.0]]], "mean": [[[0.33704615808823535]], [[0.4645611744281046]], [[0.4912048508986928]]], "std": [[[0.11584738016640353]], [[0.10739518059230758]], [[0.1578186927176216]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.899999999999999], "std": [7.476630257007497], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [259]}, "index": {"min": [12267], "max": [12525], "mean": [12396.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}}} +{"episode_index": 50, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.10983356833457947, 0.006352998316287994, -0.9435075521469116, 0.0406138114631176, 0.26738443970680237, -0.19366173446178436, 0.0, 0.014685999602079391, 0.00482999999076128, 0.167386993765831, -0.8873949646949768, -0.5584193468093872, -0.5590236186981201, 0.8228646516799927, -0.999851644039154, -0.0736662819981575], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.4833689332008362, 1.706076741218567, -0.22888247668743134, 0.17421875894069672, 1.2229173183441162, -0.021153390407562256, 1.1057143211364746, 0.24237999320030212, 0.13522200286388397, 0.3271409869194031, 0.08926693350076675, -0.12669971585273743, 0.019603636115789413, 0.9919043183326721, 0.08313868194818497, 0.14633433520793915], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294541597366, 0.20580945909023285, 0.38547444343566895, -0.12006140500307083, 0.0, 0.05152798071503639, 0.004158989526331425, 0.17048676311969757, -0.2849738597869873, 0.0016180594684556127, 0.08659809082746506, 0.9959552884101868, -0.9546166062355042, 0.08986487984657288, 0.3049874007701874, 0.8862118124961853, -0.6821750402450562, 0.10977063328027725, 0.8942462205886841, -0.12419441342353821, 0.20490624010562897, 0.1322544813156128, 0.06353343278169632, 0.25499293208122253, -0.6260676383972168, -0.37152335047721863, -0.31344687938690186, 0.9078990817070007, -0.42650800943374634, 0.06418425589799881], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.960464477539063e-08, 2.384185791015625e-07, 1.043081283569336e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.0244548320770264e-08, 2.384185791015625e-07, 2.980232238769531e-07, 2.3283064365386963e-09, 7.450580596923828e-09, 2.6226043701171875e-06, 1.2516975402832031e-06, 1.043081283569336e-07, 0.1469600945711136, 0.5938334465026855, 0.2196662873029709, 0.04406820610165596, 0.3232128322124481, 0.04802807793021202, 0.3703811466693878, 0.07895166426897049, 0.047770265489816666, 0.04832321032881737, 0.33651167154312134, 0.15926918387413025, 0.21075977385044098, 0.06149447336792946, 0.4125789701938629, 0.06649770587682724], "count": [221]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.10983356833457947, 0.006352998316287994, -0.9435075521469116, 0.0406138114631176, 0.26738443970680237, -0.19366173446178436, 0.0, 0.014685999602079391, 0.0048420000821352005, 0.167386993765831, -0.8873949646949768, -0.5584193468093872, -0.5590236186981201, 0.8228646516799927, -0.999851644039154, -0.0736662819981575], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.4833689332008362, 1.706076741218567, -0.22888247668743134, 0.17421875894069672, 1.2229173183441162, -0.021153390407562256, 1.1057143211364746, 0.24237999320030212, 0.13522200286388397, 0.3271409869194031, 0.0873093381524086, -0.1268114596605301, 0.019603636115789413, 0.9918898940086365, 0.08313868194818497, 0.14633433520793915], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294541597366, 0.20580945909023285, 0.38547444343566895, -0.12006140500307083, 0.0, 0.05152798071503639, 0.004158989526331425, 0.17048676311969757, -0.2849738597869873, 0.0016180594684556127, 0.08659809082746506, 0.9959552884101868, -0.9546166062355042, 0.08986487984657288, 0.3050932288169861, 0.8862131834030151, -0.6817010641098022, 0.10987362265586853, 0.8939871191978455, -0.12442629039287567, 0.20488683879375458, 0.13230648636817932, 0.06354475021362305, 0.2548660933971405, -0.6262606978416443, -0.3716374337673187, -0.3135926127433777, 0.9078801870346069, -0.4265191853046417, 0.0640592873096466], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.960464477539063e-08, 2.384185791015625e-07, 1.043081283569336e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 1.0244548320770264e-08, 2.384185791015625e-07, 2.980232238769531e-07, 2.3283064365386963e-09, 7.450580596923828e-09, 2.6226043701171875e-06, 1.2516975402832031e-06, 1.043081283569336e-07, 0.14682768285274506, 0.593831479549408, 0.2205270379781723, 0.043969061225652695, 0.3236915171146393, 0.047841500490903854, 0.3703920543193817, 0.07888734340667725, 0.047756634652614594, 0.04826026409864426, 0.3361131250858307, 0.1591026782989502, 0.21055203676223755, 0.06146930903196335, 0.4125945568084717, 0.06666002422571182], "count": [221]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3717715625]], [[0.46941662990196076]], [[0.4808144730392157]]], "std": [[[0.10999408886908742]], [[0.10301249281299873]], [[0.12116261155200715]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6745098039215687]], [[0.6705882352941176]], [[0.7411764705882353]]], "mean": [[[0.37320668096405224]], [[0.46454515727124185]], [[0.4351033986928105]]], "std": [[[0.09707087112193735]], [[0.0896190314439382]], [[0.15968994378587803]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.3401732230392157]], [[0.4613695669934641]], [[0.48966913194444445]]], "std": [[[0.1161005535642633]], [[0.10870750464500033]], [[0.1619988928259771]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [22.0], "mean": [11.0], "std": [6.3796551630946325], "count": [221]}, "frame_index": {"min": [0], "max": [220], "mean": [110.0], "std": [63.796551630946325], "count": [221]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [221]}, "index": {"min": [12526], "max": [12746], "mean": [12636.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [221]}}} +{"episode_index": 51, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.07443828880786896, 0.00839503388851881, -1.0010684728622437, 0.08091346174478531, 0.13840460777282715, -0.291522353887558, 0.0, 0.0400100015103817, 0.006616999860852957, 0.1662759929895401, -0.8219150900840759, -0.6114252209663391, -0.6153566837310791, 0.7855833172798157, -0.9993999004364014, -0.044421158730983734], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.48579493165016174, 1.7550855875015259, -0.024556782096624374, 0.2344326227903366, 1.223650336265564, -0.11136946082115173, 0.8100000023841858, 0.2549949884414673, 0.1336819976568222, 0.3314499855041504, 0.04877607524394989, -0.09665943682193756, -0.027074869722127914, 0.9943257570266724, 0.13332891464233398, 0.1601269394159317], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580944418907166, 0.38547441363334656, -0.12006140500307083, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048676311969757, -0.2849738895893097, 0.0016180595848709345, 0.08659809827804565, 0.9959552884101868, -0.9546166062355042, 0.08986487984657288, 0.33190593123435974, 1.0542420148849487, -0.7447724938392639, 0.14749382436275482, 0.8986056447029114, -0.22314223647117615, 0.16841363906860352, 0.16157840192317963, 0.07780864089727402, 0.2484050840139389, -0.6435728669166565, -0.45068874955177307, -0.4070451259613037, 0.8649545907974243, -0.36309146881103516, 0.07053802162408829], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 2.2351741790771484e-07, 1.0132789611816406e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.384185791015625e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 0.0, 2.6226043701171875e-06, 1.2516975402832031e-06, 1.043081283569336e-07, 0.14988979697227478, 0.5573930144309998, 0.2817588150501251, 0.0422048419713974, 0.3615341782569885, 0.05332168936729431, 0.2677226960659027, 0.07016412913799286, 0.04774184897542, 0.05344042181968689, 0.2743821442127228, 0.18043045699596405, 0.2186862975358963, 0.0806315615773201, 0.4064283072948456, 0.06855940818786621], "count": [218]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.07443828880786896, 0.00839503388851881, -1.0010684728622437, 0.08091346174478531, 0.13840460777282715, -0.291522353887558, 0.0, 0.0400100015103817, 0.006616999860852957, 0.1662759929895401, -0.8219150900840759, -0.6114252209663391, -0.6153566837310791, 0.7855833172798157, -0.9993999004364014, -0.044421158730983734], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.48579493165016174, 1.7550855875015259, -0.024556782096624374, 0.2344326227903366, 1.223650336265564, -0.11136946082115173, 0.8100000023841858, 0.2549949884414673, 0.1336819976568222, 0.3314499855041504, 0.04877607524394989, -0.09665943682193756, -0.027074869722127914, 0.9943257570266724, 0.13332891464233398, 0.1601269394159317], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157294914126396, 0.20580944418907166, 0.38547441363334656, -0.12006140500307083, 0.0, 0.05152798071503639, 0.004158989991992712, 0.17048676311969757, -0.2849738895893097, 0.0016180595848709345, 0.08659809827804565, 0.9959552884101868, -0.9546166062355042, 0.08986487984657288, 0.3316362798213959, 1.0542447566986084, -0.7438305616378784, 0.1480279117822647, 0.898011326789856, -0.22373493015766144, 0.16838085651397705, 0.16164849698543549, 0.07780516147613525, 0.24814756214618683, -0.6439148783683777, -0.45045995712280273, -0.4071362614631653, 0.8649822473526001, -0.3630911707878113, 0.07049230486154556], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.587935447692871e-08, 2.2351741790771484e-07, 1.0132789611816406e-06, 2.086162567138672e-07, 0.0, 1.862645149230957e-08, 9.778887033462524e-09, 2.384185791015625e-07, 2.682209014892578e-07, 2.2118911147117615e-09, 0.0, 2.6226043701171875e-06, 1.2516975402832031e-06, 1.043081283569336e-07, 0.1502992808818817, 0.5573880076408386, 0.2838139832019806, 0.04209545627236366, 0.3626750409603119, 0.052791424095630646, 0.2677428722381592, 0.07005058974027634, 0.04774701967835426, 0.05349569022655487, 0.2735671401023865, 0.1808394342660904, 0.21853207051753998, 0.08067470043897629, 0.4064277410507202, 0.06863250583410263], "count": [218]}, "observation.images.cam_high": {"min": [[[0.00392156862745098]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3762163296568627]], [[0.47310728349673203]], [[0.48152245506535946]]], "std": [[[0.11306135311671248]], [[0.105851882494251]], [[0.12440125895725912]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6823529411764706]], [[0.6705882352941176]], [[0.7529411764705882]]], "mean": [[[0.36996814133986927]], [[0.4635845424836601]], [[0.4343739215686274]]], "std": [[[0.09733072826290595]], [[0.08914285532483678]], [[0.15874910635282358]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9098039215686274]], [[1.0]]], "mean": [[[0.3475519424019608]], [[0.4589039848856209]], [[0.49794058210784314]]], "std": [[[0.11980143162424658]], [[0.10728068340174697]], [[0.16120031098048035]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [21.7], "mean": [10.850000000000001], "std": [6.293051723925365], "count": [218]}, "frame_index": {"min": [0], "max": [217], "mean": [108.5], "std": [62.930517239253646], "count": [218]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [218]}, "index": {"min": [12747], "max": [12964], "mean": [12855.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [218]}}} +{"episode_index": 52, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.016423547640442848, 0.007504915818572044, -0.9460731744766235, 0.046355944126844406, 0.25904175639152527, -0.21985912322998047, 0.009999999776482582, 0.038825999945402145, 0.002423000056296587, 0.16609899699687958, -0.871414840221405, -0.5436897277832031, -0.5275921821594238, 0.8377670049667358, -0.9998133778572083, -0.12455654889345169], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.40744709968566895, 1.7167407274246216, -0.23891811072826385, 0.1921607404947281, 1.2229173183441162, -0.17957691848278046, 1.058571457862854, 0.2507379949092865, 0.12396000325679779, 0.3390220105648041, 0.06763685494661331, -0.001737054088152945, -0.01585535705089569, 0.9944489598274231, 0.07866788655519485, 0.16911624372005463], "mean": [-0.05511758103966713, -0.03359750658273697, 0.031572964042425156, 0.2058093100786209, 0.3854743242263794, -0.12006134539842606, 0.0, 0.05152798071503639, 0.004158991854637861, 0.17048680782318115, -0.28497397899627686, 0.0016180598177015781, 0.08659818023443222, 0.9959551692008972, -0.954616129398346, 0.08986489474773407, 0.2797304093837738, 0.9468453526496887, -0.7395201325416565, 0.14190958440303802, 0.8706918358802795, -0.1918061226606369, 0.1306629478931427, 0.14989842474460602, 0.065139040350914, 0.26748591661453247, -0.6210410594940186, -0.37973564863204956, -0.33412984013557434, 0.9032951593399048, -0.45787113904953003, 0.04658106341958046], "std": [8.568167686462402e-08, 8.195638656616211e-08, 4.0978193283081055e-08, 8.940696716308594e-08, 9.238719940185547e-07, 1.4901161193847656e-07, 0.0, 1.862645149230957e-08, 7.916241884231567e-09, 1.9371509552001953e-07, 1.7881393432617188e-07, 1.979060471057892e-09, 8.195638656616211e-08, 2.5033950805664062e-06, 7.748603820800781e-07, 8.940696716308594e-08, 0.1544538140296936, 0.554685115814209, 0.23193107545375824, 0.04740673303604126, 0.31969398260116577, 0.01320614106953144, 0.2805245518684387, 0.07314112782478333, 0.04423148185014725, 0.055060047656297684, 0.31662535667419434, 0.1619097739458084, 0.18024879693984985, 0.05792031064629555, 0.40034738183021545, 0.09011030942201614], "count": [194]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.016423547640442848, 0.007504915818572044, -0.9460731744766235, 0.046355944126844406, 0.25904175639152527, -0.21985912322998047, 0.009999999776482582, 0.038825999945402145, 0.002423000056296587, 0.16609899699687958, -0.871414840221405, -0.5436897277832031, -0.5275921821594238, 0.8377670049667358, -0.9998133778572083, -0.12455654889345169], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.40744709968566895, 1.7167407274246216, -0.23891811072826385, 0.1921607404947281, 1.2229173183441162, -0.17957691848278046, 1.058571457862854, 0.2507379949092865, 0.12396000325679779, 0.3390220105648041, 0.06763685494661331, -0.001737054088152945, -0.01623321697115898, 0.9944489598274231, 0.07866788655519485, 0.16911624372005463], "mean": [-0.05511758103966713, -0.03359750658273697, 0.031572964042425156, 0.2058093100786209, 0.3854743242263794, -0.12006134539842606, 0.0, 0.05152798071503639, 0.004158991854637861, 0.17048680782318115, -0.28497397899627686, 0.0016180598177015781, 0.08659818023443222, 0.9959551692008972, -0.954616129398346, 0.08986489474773407, 0.27943137288093567, 0.946841299533844, -0.739540159702301, 0.14135971665382385, 0.8704960346221924, -0.19173750281333923, 0.1252579391002655, 0.14989787340164185, 0.06511127203702927, 0.26750850677490234, -0.6208354234695435, -0.3792305290699005, -0.334587424993515, 0.9033061265945435, -0.4578336477279663, 0.04612993076443672], "std": [8.568167686462402e-08, 8.195638656616211e-08, 4.0978193283081055e-08, 8.940696716308594e-08, 9.238719940185547e-07, 1.4901161193847656e-07, 0.0, 1.862645149230957e-08, 7.916241884231567e-09, 1.9371509552001953e-07, 1.7881393432617188e-07, 1.979060471057892e-09, 8.195638656616211e-08, 2.5033950805664062e-06, 7.748603820800781e-07, 8.940696716308594e-08, 0.1549062281847, 0.5546919107437134, 0.2318878471851349, 0.047547224909067154, 0.32005685567855835, 0.013234881684184074, 0.2725834250450134, 0.07314196974039078, 0.0442691296339035, 0.055060114711523056, 0.31705936789512634, 0.16284790635108948, 0.17955151200294495, 0.05793728306889534, 0.4002969563007355, 0.09065623581409454], "count": [194]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3724488562091503]], [[0.46680949142156863]], [[0.4774219812091503]]], "std": [[[0.11019498345977027]], [[0.10290991317348087]], [[0.121480570971181]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.6705882352941176]], [[0.7450980392156863]]], "mean": [[[0.36622940359477124]], [[0.4639365910947712]], [[0.44478983660130716]]], "std": [[[0.09836361254160488]], [[0.08946451374735952]], [[0.15859987835775813]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9215686274509803]], [[1.0]]], "mean": [[[0.3337669424019608]], [[0.4578394362745098]], [[0.49241620506535944]]], "std": [[[0.1126132947784748]], [[0.1081096287829696]], [[0.16366760353238377]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [19.3], "mean": [9.65], "std": [5.6002232098372655], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [194]}, "index": {"min": [12965], "max": [13158], "mean": [13061.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [194]}}} +{"episode_index": 53, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.015760323032736778, 0.007504915818572044, -1.6321970224380493, 0.0483805276453495, 0.2520953416824341, -0.2839301526546478, 0.0, 0.021376000717282295, 0.002374999923631549, 0.16499599814414978, -0.9084243178367615, -0.5186202526092529, -0.4933755695819855, 0.8432610630989075, -0.996360182762146, -0.10679955035448074], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.32625439763069153, 2.1438403129577637, -0.2428102046251297, 0.1938362568616867, 1.2224111557006836, -0.15681782364845276, 0.8414285778999329, 0.3987720012664795, 0.14711999893188477, 0.35684001445770264, 0.07444750517606735, -0.027649277821183205, -0.07218432426452637, 0.9952457547187805, -0.01237406861037016, 0.17791269719600677], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580951869487762, 0.38547447323799133, -0.12006143480539322, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048674821853638, -0.2849738299846649, 0.0016180593520402908, 0.08659805357456207, 0.9959553480148315, -0.9546168446540833, 0.08986487239599228, 0.197254940867424, 1.1471914052963257, -1.0031079053878784, 0.12680909037590027, 0.9243465065956116, -0.2105759084224701, 0.15537655353546143, 0.2157202810049057, 0.07046552002429962, 0.26759251952171326, -0.6447473168373108, -0.33237388730049133, -0.31363189220428467, 0.920863687992096, -0.4729425609111786, 0.03513920679688454], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 2.980232238769531e-07, 1.0728836059570312e-06, 2.384185791015625e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 4.470348358154297e-08, 2.682209014892578e-06, 1.4901161193847656e-06, 1.1175870895385742e-07, 0.13577240705490112, 0.7551488876342773, 0.48978322744369507, 0.04274054244160652, 0.31307148933410645, 0.04472655430436134, 0.2732507586479187, 0.13480514287948608, 0.05735160782933235, 0.05112847313284874, 0.324859082698822, 0.1706535816192627, 0.15723571181297302, 0.053617335855960846, 0.36332374811172485, 0.0911397933959961], "count": [233]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.015760323032736778, 0.007504915818572044, -1.6321970224380493, 0.0483805276453495, 0.2520953416824341, -0.2839301526546478, 0.0, 0.021376000717282295, 0.002374999923631549, 0.16499599814414978, -0.9084243178367615, -0.5186202526092529, -0.4933755695819855, 0.8432610630989075, -0.996360182762146, -0.10679955035448074], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.32625439763069153, 2.1438403129577637, -0.2428102046251297, 0.1938362568616867, 1.2224111557006836, -0.15681782364845276, 0.8414285778999329, 0.3987720012664795, 0.14711999893188477, 0.35684001445770264, 0.07444750517606735, -0.027649277821183205, -0.07218432426452637, 0.9952457547187805, -0.01237406861037016, 0.17791269719600677], "mean": [-0.055117588490247726, -0.03359749913215637, 0.031572937965393066, 0.20580951869487762, 0.38547447323799133, -0.12006143480539322, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048674821853638, -0.2849738299846649, 0.0016180593520402908, 0.08659805357456207, 0.9959553480148315, -0.9546168446540833, 0.08986487239599228, 0.1972520798444748, 1.1471984386444092, -1.0037752389907837, 0.1269054114818573, 0.9255126714706421, -0.21047824621200562, 0.15538881719112396, 0.21564263105392456, 0.07047602534294128, 0.2676958441734314, -0.6452405452728271, -0.33254653215408325, -0.31349292397499084, 0.9208694100379944, -0.4729609489440918, 0.03530134633183479], "std": [9.313225746154785e-08, 8.940696716308594e-08, 6.705522537231445e-08, 2.980232238769531e-07, 1.0728836059570312e-06, 2.384185791015625e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.5331974029541016e-07, 3.2782554626464844e-07, 2.444721758365631e-09, 4.470348358154297e-08, 2.682209014892578e-06, 1.4901161193847656e-06, 1.1175870895385742e-07, 0.13577617704868317, 0.7551385760307312, 0.4888519048690796, 0.04265151917934418, 0.3110835552215576, 0.04481888562440872, 0.27324408292770386, 0.13491182029247284, 0.05733936280012131, 0.05115767568349838, 0.3238598108291626, 0.17036616802215576, 0.1574345976114273, 0.05362541973590851, 0.36335012316703796, 0.09092056751251221], "count": [233]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[0.9372549019607843]], [[0.9725490196078431]]], "mean": [[[0.35405745915032677]], [[0.449568954248366]], [[0.4629643545751634]]], "std": [[[0.0994797602078584]], [[0.10179271991164685]], [[0.12387855816076435]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6784313725490196]], [[0.6705882352941176]], [[0.7529411764705882]]], "mean": [[[0.36155867034313727]], [[0.4603702430555555]], [[0.43883868259803926]]], "std": [[[0.10078979429217448]], [[0.0907969497871775]], [[0.16194753784839885]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9372549019607843]], [[1.0]]], "mean": [[[0.3170364889705882]], [[0.4533421895424837]], [[0.48849618055555555]]], "std": [[[0.11868443528918539]], [[0.11711522166584613]], [[0.16736914899223035]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [23.2], "mean": [11.6], "std": [6.726068688320096], "count": [233]}, "frame_index": {"min": [0], "max": [232], "mean": [116.0], "std": [67.26068688320095], "count": [233]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [233]}, "index": {"min": [13159], "max": [13391], "mean": [13275.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [233]}}} +{"episode_index": 54, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.013124875724315643, 0.007155849598348141, -1.401045560836792, 0.024678954854607582, 0.36559411883354187, -0.15681782364845276, 0.0, 0.02135699987411499, 0.0019910000264644623, 0.16634300351142883, -0.910297155380249, -0.47684967517852783, -0.4799790382385254, 0.8694133758544922, -0.9997149705886841, -0.06902237236499786], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.41809362173080444, 2.0061862468719482, -0.2817310392856598, 0.17362534999847412, 1.181448221206665, -0.06743951886892319, 0.8714285492897034, 0.3455129861831665, 0.16203700006008148, 0.3416840136051178, -0.002705900464206934, -0.02994256094098091, -0.023719951510429382, 0.9992722868919373, 0.0312363114207983, 0.15059690177440643], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580948889255524, 0.38547444343566895, -0.12006141990423203, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738597869873, 0.0016180594684556127, 0.08659807592630386, 0.9959553480148315, -0.9546167254447937, 0.08986487239599228, 0.2407459318637848, 1.0408053398132324, -0.8970075845718384, 0.10046055167913437, 0.9077874422073364, -0.11896415054798126, 0.09826947748661041, 0.18238309025764465, 0.07324514538049698, 0.26837047934532166, -0.6435826420783997, -0.3089783489704132, -0.27828487753868103, 0.9315891861915588, -0.4795873165130615, 0.03839628025889397], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.682209014892578e-07, 1.043081283569336e-06, 2.2351741790771484e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 2.980232238769531e-07, 2.3283064365386963e-09, 2.2351741790771484e-08, 2.682209014892578e-06, 1.3709068298339844e-06, 1.1175870895385742e-07, 0.17344772815704346, 0.7067708969116211, 0.3752310276031494, 0.05252499505877495, 0.2712632119655609, 0.04064331576228142, 0.2391139268875122, 0.1183512806892395, 0.05970488861203194, 0.05348026379942894, 0.3171626031398773, 0.1685246378183365, 0.17288224399089813, 0.049267061054706573, 0.3845444917678833, 0.06611877679824829], "count": [227]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.013124875724315643, 0.007155849598348141, -1.401045560836792, 0.024678954854607582, 0.36559411883354187, -0.15681782364845276, 0.0, 0.02135699987411499, 0.0019910000264644623, 0.16634300351142883, -0.910297155380249, -0.47684967517852783, -0.4799790382385254, 0.8694133758544922, -0.9997149705886841, -0.06902237236499786], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.41809362173080444, 2.0061862468719482, -0.2817310392856598, 0.17362534999847412, 1.181448221206665, -0.06743951886892319, 0.8714285492897034, 0.3455129861831665, 0.16203700006008148, 0.3416840136051178, -0.002705900464206934, -0.02994256094098091, -0.023719951510429382, 0.9992722868919373, 0.0312363114207983, 0.15059690177440643], "mean": [-0.05511758476495743, -0.03359749913215637, 0.031572941690683365, 0.20580948889255524, 0.38547444343566895, -0.12006141990423203, 0.0, 0.05152798071503639, 0.004158989060670137, 0.17048674821853638, -0.2849738597869873, 0.0016180594684556127, 0.08659807592630386, 0.9959553480148315, -0.9546167254447937, 0.08986487239599228, 0.24073433876037598, 1.0407966375350952, -0.8964939713478088, 0.10023249685764313, 0.9070783853530884, -0.11857040971517563, 0.09828835725784302, 0.18244551122188568, 0.07323259115219116, 0.26827481389045715, -0.6434042453765869, -0.3088087737560272, -0.2780719995498657, 0.9316069483757019, -0.47960165143013, 0.03859610855579376], "std": [8.940696716308594e-08, 8.940696716308594e-08, 6.332993507385254e-08, 2.682209014892578e-07, 1.043081283569336e-06, 2.2351741790771484e-07, 0.0, 1.862645149230957e-08, 1.0710209608078003e-08, 2.5331974029541016e-07, 2.980232238769531e-07, 2.3283064365386963e-09, 2.2351741790771484e-08, 2.682209014892578e-06, 1.3709068298339844e-06, 1.1175870895385742e-07, 0.17346301674842834, 0.7067835927009583, 0.37599214911460876, 0.0526447594165802, 0.2724664509296417, 0.04070758819580078, 0.23910623788833618, 0.11827008426189423, 0.059719569981098175, 0.053453147411346436, 0.31751134991645813, 0.1687857061624527, 0.17316557466983795, 0.049290578812360764, 0.3845638930797577, 0.06586199998855591], "count": [227]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.3667011928104575]], [[0.4599577900326797]], [[0.47086682598039215]]], "std": [[[0.10707821792977805]], [[0.10639791778905994]], [[0.1273504928204085]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6862745098039216]], [[0.6745098039215687]], [[0.7490196078431373]]], "mean": [[[0.3648761928104575]], [[0.46347633374183006]], [[0.4414605555555555]]], "std": [[[0.10071535427154868]], [[0.0908989119019926]], [[0.16154864592223261]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.31971511233660127]], [[0.45419662173202613]], [[0.4864114889705882]]], "std": [[[0.12445035504412855]], [[0.11367308523691455]], [[0.16774701866574526]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [22.6], "mean": [11.299999999999999], "std": [6.5528619701623505], "count": [227]}, "frame_index": {"min": [0], "max": [226], "mean": [113.0], "std": [65.5286197016235], "count": [227]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [227]}, "index": {"min": [13392], "max": [13618], "mean": [13505.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [227]}}} +{"episode_index": 55, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.013124875724315643, 0.007155849598348141, -1.3481969833374023, 0.04239404574036598, 0.13878858089447021, -0.2540675699710846, 0.0028571428265422583, 0.02080399915575981, 0.0022219999227672815, 0.16633400321006775, -0.8835194706916809, -0.5383421182632446, -0.5361728668212891, 0.8362360596656799, -1.0, -0.060631364583969116], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3856653869152069, 1.974927306175232, -0.07236135005950928, 0.1734159141778946, 1.1169408559799194, -0.06604325771331787, 0.8971428275108337, 0.34248000383377075, 0.15050199627876282, 0.3095329999923706, 0.017959730699658394, -0.03247915208339691, 0.007550353184342384, 0.9993510842323303, -0.020314235240221024, 0.12399904429912567], "mean": [-0.05511758103966713, -0.03359750658273697, 0.03157297149300575, 0.20580925047397614, 0.385474294424057, -0.12006131559610367, 0.0, 0.05152798071503639, 0.004158992785960436, 0.17048682272434235, -0.28497400879859924, 0.0016180599341169, 0.0865982174873352, 0.9959551095962524, -0.9546158909797668, 0.08986490964889526, 0.27825576066970825, 1.109419822692871, -0.8554352521896362, 0.10742282122373581, 0.8334262371063232, -0.16622857749462128, 0.038355350494384766, 0.19714316725730896, 0.07939604669809341, 0.24829953908920288, -0.6363924145698547, -0.3771109879016876, -0.33083152770996094, 0.9046388268470764, -0.4503590762615204, 0.047768160700798035], "std": [8.568167686462402e-08, 8.195638656616211e-08, 3.3527612686157227e-08, 2.9802322387695312e-08, 8.940696716308594e-07, 1.1920928955078125e-07, 0.0, 1.862645149230957e-08, 6.984919309616089e-09, 1.7881393432617188e-07, 1.4901161193847656e-07, 1.862645149230957e-09, 1.1920928955078125e-07, 2.4437904357910156e-06, 5.364418029785156e-07, 7.450580596923828e-08, 0.13504648208618164, 0.6960217952728271, 0.40392395853996277, 0.033545199781656265, 0.3005194365978241, 0.06349096447229385, 0.1395416408777237, 0.1126510351896286, 0.05559152737259865, 0.04216766357421875, 0.3159153461456299, 0.17421206831932068, 0.2053138017654419, 0.06165226921439171, 0.37520113587379456, 0.05461620166897774], "count": [185]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.013124875724315643, 0.007155849598348141, -1.3481969833374023, 0.04239404574036598, 0.13878858089447021, -0.2540675699710846, 0.0028571428265422583, 0.02080399915575981, 0.00227600010111928, 0.16633400321006775, -0.8835194706916809, -0.5383421182632446, -0.5361728668212891, 0.8362360596656799, -1.0, -0.060631364583969116], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3856653869152069, 1.974927306175232, -0.07236135005950928, 0.1734159141778946, 1.1169408559799194, -0.06604325771331787, 0.8585714101791382, 0.34248000383377075, 0.15050199627876282, 0.3095329999923706, 0.017959730699658394, -0.033274371176958084, 0.007550353184342384, 0.9993234872817993, -0.020314235240221024, 0.12399904429912567], "mean": [-0.05511758103966713, -0.03359750658273697, 0.03157297149300575, 0.20580925047397614, 0.385474294424057, -0.12006131559610367, 0.0, 0.05152798071503639, 0.004158992785960436, 0.17048682272434235, -0.28497400879859924, 0.0016180599341169, 0.0865982174873352, 0.9959551095962524, -0.9546158909797668, 0.08986490964889526, 0.27878814935684204, 1.1094306707382202, -0.8543034791946411, 0.10766744613647461, 0.8322002291679382, -0.16647329926490784, 0.0335213765501976, 0.19723789393901825, 0.07942298799753189, 0.24803999066352844, -0.6363022923469543, -0.37761014699935913, -0.3308093845844269, 0.9045995473861694, -0.45035889744758606, 0.047780897468328476], "std": [8.568167686462402e-08, 8.195638656616211e-08, 3.3527612686157227e-08, 2.9802322387695312e-08, 8.940696716308594e-07, 1.1920928955078125e-07, 0.0, 1.862645149230957e-08, 6.984919309616089e-09, 1.7881393432617188e-07, 1.4901161193847656e-07, 1.862645149230957e-09, 1.1920928955078125e-07, 2.4437904357910156e-06, 5.364418029785156e-07, 7.450580596923828e-08, 0.1341918408870697, 0.6960046291351318, 0.4058185815811157, 0.03331884741783142, 0.30287879705429077, 0.06319089978933334, 0.12437397986650467, 0.1125224232673645, 0.055555310100317, 0.04216489568352699, 0.31609851121902466, 0.17335402965545654, 0.20534802973270416, 0.06159422546625137, 0.3752008378505707, 0.05460169166326523], "count": [185]}, "observation.images.cam_high": {"min": [[[0.00392156862745098]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.984313725490196]]], "mean": [[[0.37156543913398693]], [[0.4635214889705882]], [[0.4738789848856209]]], "std": [[[0.10936541983934346]], [[0.1079728612515485]], [[0.12855118886868375]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6901960784313725]], [[0.6705882352941176]], [[0.7450980392156863]]], "mean": [[[0.37325156454248365]], [[0.4635623529411765]], [[0.4313254718137255]]], "std": [[[0.09970832064491647]], [[0.09105069137756838]], [[0.16068880383745773]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.3241906740196078]], [[0.4558928962418301]], [[0.4911462602124183]]], "std": [[[0.12530316261428598]], [[0.11582041986834059]], [[0.17319458818548897]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [18.4], "mean": [9.2], "std": [5.340411969127475], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [185]}, "index": {"min": [13619], "max": [13803], "mean": [13711.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [185]}}} +{"episode_index": 56, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.0302465558052063, 0.008412486873567104, -0.9172752499580383, -0.011990412138402462, 0.16322319209575653, -0.11519172787666321, 0.0, 0.0378899984061718, 0.0016659999964758754, 0.16467200219631195, -0.9698745608329773, -0.4383881390094757, -0.35565483570098877, 0.8975483179092407, -1.0, -0.047254227101802826], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.40596356987953186, 1.669739007949829, -0.19833920896053314, 0.09866346418857574, 1.222062110900879, 0.061226148158311844, 0.854285717010498, 0.24152399599552155, 0.09047099947929382, 0.3705579936504364, 0.11489167809486389, -0.03620859608054161, 0.022496087476611137, 0.9988607168197632, 0.19241920113563538, 0.08326076716184616], "mean": [-0.055117588490247726, -0.03359750285744667, 0.03157293424010277, 0.2058095484972, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803867340088, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.26021379232406616, 0.961266040802002, -0.7499996423721313, 0.05674975365400314, 0.909064531326294, 0.006916416343301535, 0.10793716460466385, 0.15183836221694946, 0.05164075270295143, 0.26933553814888, -0.6833198070526123, -0.23233044147491455, -0.18820513784885406, 0.9647706747055054, -0.40341660380363464, 0.04225313663482666], "std": [9.313225746154785e-08, 8.568167686462402e-08, 7.078051567077637e-08, 3.2782554626464844e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 5.960464477539063e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.11818091571331024, 0.540194571018219, 0.2360108643770218, 0.03522580862045288, 0.3419252932071686, 0.04654566943645477, 0.2641928791999817, 0.07276318222284317, 0.03210580721497536, 0.060063522309064865, 0.3503803610801697, 0.1089504286646843, 0.11682984977960587, 0.026546983048319817, 0.4455246925354004, 0.02964772656559944], "count": [241]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.0302465558052063, 0.008412486873567104, -0.9172752499580383, -0.011990412138402462, 0.16929693520069122, -0.11519172787666321, 0.0, 0.0378899984061718, 0.0016659999964758754, 0.16467200219631195, -0.9698745608329773, -0.4383881390094757, -0.35565483570098877, 0.8975483179092407, -1.0, -0.047254227101802826], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.40596356987953186, 1.669739007949829, -0.19833920896053314, 0.09866346418857574, 1.222062110900879, 0.061226148158311844, 0.854285717010498, 0.24152399599552155, 0.09047099947929382, 0.3705579936504364, 0.10815542936325073, -0.03699216619133949, 0.022496087476611137, 0.9988607168197632, 0.19241920113563538, 0.08326076716184616], "mean": [-0.055117588490247726, -0.03359750285744667, 0.03157293424010277, 0.2058095484972, 0.3854745030403137, -0.12006144970655441, 0.0, 0.05152798071503639, 0.00415898859500885, 0.17048673331737518, -0.28497380018234253, 0.0016180593520402908, 0.08659803867340088, 0.9959554076194763, -0.9546169638633728, 0.08986486494541168, 0.26030418276786804, 0.9612588882446289, -0.7502549886703491, 0.056409966200590134, 0.9095192551612854, 0.007521485909819603, 0.10439241677522659, 0.15181435644626617, 0.05163796618580818, 0.2693767249584198, -0.683527410030365, -0.23238781094551086, -0.1879345029592514, 0.96477210521698, -0.40343809127807617, 0.04252878576517105], "std": [9.313225746154785e-08, 8.568167686462402e-08, 7.078051567077637e-08, 3.2782554626464844e-07, 1.1026859283447266e-06, 2.5331974029541016e-07, 0.0, 1.862645149230957e-08, 1.1175870895385742e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.444721758365631e-09, 5.960464477539063e-08, 2.7418136596679688e-06, 1.6093254089355469e-06, 1.1920928955078125e-07, 0.11801319569349289, 0.5402069687843323, 0.23544642329216003, 0.03549125790596008, 0.34100472927093506, 0.04589760676026344, 0.2598510682582855, 0.07279980927705765, 0.03211011737585068, 0.06006331369280815, 0.34992191195487976, 0.10885076969861984, 0.11724132299423218, 0.026548733934760094, 0.44555336236953735, 0.02911916747689247], "count": [241]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.8196078431372549]], [[0.9450980392156862]]], "mean": [[[0.4650306495098039]], [[0.47554541258169936]], [[0.45355042892156866]]], "std": [[[0.1302619350668887]], [[0.12116991438057878]], [[0.13336034688420492]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7450980392156863]], [[0.6784313725490196]], [[0.6941176470588235]]], "mean": [[[0.4112483251633987]], [[0.4601250428921569]], [[0.41668506944444444]]], "std": [[[0.16983619732332259]], [[0.11138252683570206]], [[0.1546917510527552]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9254901960784314]], [[1.0]]], "mean": [[[0.42477390727124187]], [[0.46438974673202615]], [[0.42058712622549016]]], "std": [[[0.16250324443669292]], [[0.12287314230401826]], [[0.15306432218459684]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.0], "mean": [12.0], "std": [6.957010852370435], "count": [241]}, "frame_index": {"min": [0], "max": [240], "mean": [120.0], "std": [69.57010852370435], "count": [241]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [241]}, "index": {"min": [13804], "max": [14044], "mean": [13924.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [241]}}} +{"episode_index": 57, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.03380702808499336, 0.006771877408027649, -0.9097179770469666, -0.027523841708898544, 0.27668705582618713, -0.05935864523053169, 0.0, 0.028125999495387077, 0.0001900000061141327, 0.1674879938364029, -0.9673657417297363, -0.3347318172454834, -0.2950311601161957, 0.938714325428009, -1.0, 2.0694745916927104e-09], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3550697863101959, 1.6091586351394653, -0.2174505740404129, 0.18907152116298676, 1.2204563617706299, 0.030630527064204216, 0.8885714411735535, 0.2362709939479828, 0.08615300059318542, 0.37071800231933594, 0.06141383945941925, -0.02597280591726303, 0.11648916453123093, 0.9996175765991211, 0.08477349579334259, 0.12109025567770004], "mean": [-0.055117588490247726, -0.033597514033317566, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.23353485763072968, 0.9038568139076233, -0.7105308771133423, 0.076792411506176, 0.8812738656997681, -0.017035171389579773, 0.10001154989004135, 0.14384634792804718, 0.04487070441246033, 0.26649191975593567, -0.6883076429367065, -0.22732308506965637, -0.16428756713867188, 0.9671459794044495, -0.45194435119628906, 0.0645013228058815], "std": [9.313225746154785e-08, 7.450580596923828e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.10259656608104706, 0.5408045649528503, 0.22991982102394104, 0.05257825553417206, 0.31896674633026123, 0.043098174035549164, 0.24944762885570526, 0.07666388899087906, 0.0293930284678936, 0.05710124969482422, 0.33875519037246704, 0.08783108741044998, 0.13455146551132202, 0.017523156479001045, 0.40265294909477234, 0.027762016281485558], "count": [248]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.03380702808499336, 0.006771877408027649, -0.9097179770469666, -0.027523841708898544, 0.28330183029174805, -0.05935864523053169, 0.0, 0.028125999495387077, 0.0001900000061141327, 0.1674879938364029, -0.9673657417297363, -0.3347318172454834, -0.2950311601161957, 0.938714325428009, -1.0, 2.0694745916927104e-09], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3550697863101959, 1.6091586351394653, -0.2174505740404129, 0.18907152116298676, 1.2204563617706299, 0.030630527064204216, 0.8885714411735535, 0.2362709939479828, 0.08615300059318542, 0.37071800231933594, 0.059587012976408005, -0.02597280591726303, 0.11648916453123093, 0.9996175765991211, 0.08477349579334259, 0.12109025567770004], "mean": [-0.055117588490247726, -0.033597514033317566, 0.03157293051481247, 0.2058095782995224, 0.3854745030403137, -0.12006145715713501, 0.0, 0.05152798071503639, 0.004158988129347563, 0.17048673331737518, -0.28497380018234253, 0.001618059235624969, 0.08659801632165909, 0.9959554076194763, -0.9546170234680176, 0.08986486494541168, 0.23385661840438843, 0.9038555026054382, -0.7103598117828369, 0.07760314643383026, 0.8814425468444824, -0.017398031428456306, 0.10001154989004135, 0.1438596546649933, 0.04490744322538376, 0.26642343401908875, -0.6887043714523315, -0.22787430882453918, -0.16390329599380493, 0.9670609831809998, -0.45192262530326843, 0.06491187959909439], "std": [9.313225746154785e-08, 7.450580596923828e-08, 7.450580596923828e-08, 3.5762786865234375e-07, 1.1026859283447266e-06, 2.60770320892334e-07, 0.0, 1.862645149230957e-08, 1.1641532182693481e-08, 2.682209014892578e-07, 3.5762786865234375e-07, 2.561137080192566e-09, 8.195638656616211e-08, 2.7418136596679688e-06, 1.6689300537109375e-06, 1.1920928955078125e-07, 0.10209359973669052, 0.540806770324707, 0.23027056455612183, 0.05275290459394455, 0.31865808367729187, 0.04307417944073677, 0.24944762885570526, 0.07664579153060913, 0.029343795031309128, 0.05710280314087868, 0.33793362975120544, 0.08702705800533295, 0.13521505892276764, 0.01741778664290905, 0.4026236832141876, 0.027842847630381584], "count": [248]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7647058823529411]], [[0.807843137254902]], [[0.9294117647058824]]], "mean": [[[0.46641344771241827]], [[0.47644871732026145]], [[0.453910835375817]]], "std": [[[0.12940790932952798]], [[0.12044991603105147]], [[0.13281163251572084]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6784313725490196]], [[0.6980392156862745]]], "mean": [[[0.4105463541666667]], [[0.45943546772875815]], [[0.41635195465686275]]], "std": [[[0.1707650245323262]], [[0.11143346041844207]], [[0.1541316815853062]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4277121793300654]], [[0.4661320894607843]], [[0.42109242647058825]]], "std": [[[0.1650932638406765]], [[0.12780583489705816]], [[0.15635152896571572]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [24.7], "mean": [12.35], "std": [7.15908513708281], "count": [248]}, "frame_index": {"min": [0], "max": [247], "mean": [123.5], "std": [71.5908513708281], "count": [248]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [248]}, "index": {"min": [14045], "max": [14292], "mean": [14168.5], "std": [71.5908513708281], "count": [248]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [248]}}} +{"episode_index": 58, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.032759830355644226, 0.005724679678678513, -0.8472351431846619, 0.04691445082426071, 0.11074113845825195, -0.08258897811174393, 0.0, 0.013283999636769295, 0.004304999951273203, 0.16650499403476715, -0.9737616181373596, -0.339874804019928, -0.30044347047805786, 0.9372285008430481, -1.0, -0.0361442044377327], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3473728895187378, 1.6394400596618652, -0.1716880351305008, 0.15484561026096344, 1.221381425857544, 0.015358896926045418, 1.085714340209961, 0.2431820034980774, 0.07962600141763687, 0.34382399916648865, 0.18171602487564087, -0.06076694279909134, 0.026575574651360512, 0.9980577230453491, 0.1345396339893341, 0.13433539867401123], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580938458442688, 0.38547438383102417, -0.12006137520074844, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180597012862563, 0.08659813553094864, 0.995955228805542, -0.954616367816925, 0.08986488729715347, 0.20498375594615936, 0.8491076827049255, -0.6790043115615845, 0.10159523785114288, 0.8730044364929199, -0.046846408396959305, 0.19881300628185272, 0.13577105104923248, 0.04052700847387314, 0.2653484344482422, -0.6552272439002991, -0.21114543080329895, -0.15501241385936737, 0.9702761769294739, -0.45852306485176086, 0.06971031427383423], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.6391277313232422e-07, 9.834766387939453e-07, 1.7881393432617188e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.0954757928848267e-09, 3.725290298461914e-08, 2.562999725341797e-06, 1.0132789611816406e-06, 9.685754776000977e-08, 0.09486692398786545, 0.5656507015228271, 0.23621279001235962, 0.03853071108460426, 0.34878817200660706, 0.0400952473282814, 0.36391034722328186, 0.07710792124271393, 0.027912497520446777, 0.053963541984558105, 0.38061195611953735, 0.07949763536453247, 0.11215963959693909, 0.017748592421412468, 0.4230365455150604, 0.04987368360161781], "count": [207]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.032759830355644226, 0.005724679678678513, -0.8472351431846619, 0.04691445082426071, 0.11074113845825195, -0.08258897811174393, 0.0, 0.013283999636769295, 0.004304999951273203, 0.16650499403476715, -0.9737616181373596, -0.339874804019928, -0.30044347047805786, 0.9372285008430481, -1.0, -0.03611860051751137], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.3473728895187378, 1.6394400596618652, -0.1716880351305008, 0.15484561026096344, 1.221381425857544, 0.015358896926045418, 1.085714340209961, 0.2431820034980774, 0.07962600141763687, 0.34382399916648865, 0.18171602487564087, -0.06076694279909134, 0.026575574651360512, 0.9980577230453491, 0.1345396339893341, 0.13433539867401123], "mean": [-0.05511758476495743, -0.03359750285744667, 0.03157295286655426, 0.20580938458442688, 0.38547438383102417, -0.12006137520074844, 0.0, 0.05152798071503639, 0.004158990457653999, 0.17048677802085876, -0.2849739193916321, 0.0016180597012862563, 0.08659813553094864, 0.995955228805542, -0.954616367816925, 0.08986488729715347, 0.2046130746603012, 0.8491049408912659, -0.678813636302948, 0.10184935480356216, 0.8737898468971252, -0.04684986174106598, 0.19356800615787506, 0.1357915997505188, 0.04052267223596573, 0.26521554589271545, -0.6562120914459229, -0.21091045439243317, -0.15487191081047058, 0.9703007936477661, -0.4585614800453186, 0.0699523463845253], "std": [8.940696716308594e-08, 8.568167686462402e-08, 5.21540641784668e-08, 1.6391277313232422e-07, 9.834766387939453e-07, 1.7881393432617188e-07, 0.0, 1.862645149230957e-08, 9.313225746154785e-09, 2.2351741790771484e-07, 2.384185791015625e-07, 2.0954757928848267e-09, 3.725290298461914e-08, 2.562999725341797e-06, 1.0132789611816406e-06, 9.685754776000977e-08, 0.09536504000425339, 0.5656547546386719, 0.2366059124469757, 0.038342222571372986, 0.34734708070755005, 0.04009838029742241, 0.35887911915779114, 0.07708340138196945, 0.0279180146753788, 0.05398787185549736, 0.3788127899169922, 0.0798458606004715, 0.1123473048210144, 0.017782868817448616, 0.42308518290519714, 0.04947942867875099], "count": [207]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7607843137254902]], [[0.8196078431372549]], [[0.9490196078431372]]], "mean": [[[0.4682984354575163]], [[0.47827168913398693]], [[0.45547934027777776]]], "std": [[[0.1289219101815972]], [[0.12004623904653038]], [[0.13227800307660376]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6745098039215687]], [[0.7058823529411765]]], "mean": [[[0.4117920690359477]], [[0.4602423345588236]], [[0.41772671772875813]]], "std": [[[0.1713410699951564]], [[0.11191590753297276]], [[0.15478152780269128]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9490196078431372]], [[1.0]]], "mean": [[[0.4178272079248366]], [[0.4558789767156863]], [[0.41767789011437906]]], "std": [[[0.15501041919017877]], [[0.1261150445190068]], [[0.15020929984671416]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.6], "mean": [10.299999999999999], "std": [5.975505557412416], "count": [207]}, "frame_index": {"min": [0], "max": [206], "mean": [103.0], "std": [59.75505557412416], "count": [207]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [207]}, "index": {"min": [14293], "max": [14499], "mean": [14396.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [207]}}} +{"episode_index": 59, "stats": {"observation.state": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.014398965984582901, 0.007347836159169674, -1.4526898860931396, 0.07742280513048172, 0.2226341962814331, -0.08834856748580933, 0.0, 0.031380001455545425, 0.00406799977645278, 0.16652800142765045, -0.9805787205696106, -0.2907651662826538, -0.24470818042755127, 0.9446658492088318, -0.9993200302124023, 0.011881286278367043], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.2546086311340332, 2.038649320602417, -0.1716880351305008, 0.1929461508989334, 1.2239644527435303, -0.021502455696463585, 0.9514285922050476, 0.3756150007247925, 0.09571900218725204, 0.4045960009098053, 0.07849463075399399, -0.03768498823046684, 0.09246701747179031, 0.9975748658180237, 0.0727682113647461, 0.1628110408782959], "mean": [-0.055117592215538025, -0.03359757736325264, 0.03157297521829605, 0.20580971240997314, 0.3854745924472809, -0.12006136029958725, 0.0, 0.05152798071503639, 0.004158985801041126, 0.1704866886138916, -0.28497371077537537, 0.0016180590027943254, 0.08659793436527252, 0.9959539175033569, -0.9546175003051758, 0.08986484259366989, 0.1665959358215332, 1.0649925470352173, -0.9976422786712646, 0.13312022387981415, 0.8910122513771057, -0.04316582530736923, 0.20111821591854095, 0.20505255460739136, 0.0528881661593914, 0.2938905656337738, -0.6312293410301208, -0.19038750231266022, -0.10265590995550156, 0.972805917263031, -0.5301288962364197, 0.0985141471028328], "std": [9.685754776000977e-08, 1.1175870895385742e-08, 2.9802322387695312e-08, 4.917383193969727e-07, 1.1920928955078125e-06, 1.6391277313232422e-07, 0.0, 1.862645149230957e-08, 1.3969838619232178e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.7939677238464355e-09, 1.6391277313232422e-07, 1.2516975402832031e-06, 2.1457672119140625e-06, 1.4156103134155273e-07, 0.08873221278190613, 0.7187559008598328, 0.4735431373119354, 0.022481001913547516, 0.36662572622299194, 0.023112813010811806, 0.35018521547317505, 0.12727543711662292, 0.03598649427294731, 0.07085782289505005, 0.37590742111206055, 0.08057337999343872, 0.11340152472257614, 0.016035079956054688, 0.39472559094429016, 0.030781017616391182], "count": [290]}, "action": {"min": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.014398965984582901, 0.007347836159169674, -1.4526898860931396, 0.07742280513048172, 0.2226341962814331, -0.08834856748580933, 0.0, 0.031380001455545425, 0.00406799977645278, 0.16652800142765045, -0.9805787205696106, -0.2907651662826538, -0.24470818042755127, 0.9446658492088318, -0.9993200302124023, 0.011881286278367043], "max": [-0.055117495357990265, -0.033597588539123535, 0.03157300502061844, 0.20580922067165375, 0.3854734003543854, -0.12006119638681412, 0.0, 0.051527999341487885, 0.0041589997708797455, 0.17048700153827667, -0.2849741578102112, 0.0016180617967620492, 0.08659809827804565, 0.9959526658058167, -0.9546153545379639, 0.08986498415470123, 0.2546086311340332, 2.038649320602417, -0.1716880351305008, 0.1929461508989334, 1.2239644527435303, -0.021502455696463585, 0.9514285922050476, 0.3756150007247925, 0.09571900218725204, 0.4045960009098053, 0.07849463075399399, -0.03768498823046684, 0.09246701747179031, 0.9975748658180237, 0.0727682113647461, 0.1628110408782959], "mean": [-0.055117592215538025, -0.03359757736325264, 0.03157297521829605, 0.20580971240997314, 0.3854745924472809, -0.12006136029958725, 0.0, 0.05152798071503639, 0.004158985801041126, 0.1704866886138916, -0.28497371077537537, 0.0016180590027943254, 0.08659793436527252, 0.9959539175033569, -0.9546175003051758, 0.08986484259366989, 0.1665123999118805, 1.064992070198059, -0.9981380105018616, 0.13321447372436523, 0.8910109996795654, -0.04299839958548546, 0.20111821591854095, 0.20500238239765167, 0.052886225283145905, 0.2940503656864166, -0.6307435631752014, -0.19035844504833221, -0.10238704830408096, 0.9727967381477356, -0.5301124453544617, 0.0987519919872284], "std": [9.685754776000977e-08, 1.1175870895385742e-08, 2.9802322387695312e-08, 4.917383193969727e-07, 1.1920928955078125e-06, 1.6391277313232422e-07, 0.0, 1.862645149230957e-08, 1.3969838619232178e-08, 3.129243850708008e-07, 4.470348358154297e-07, 2.7939677238464355e-09, 1.6391277313232422e-07, 1.2516975402832031e-06, 2.1457672119140625e-06, 1.4156103134155273e-07, 0.08886394649744034, 0.7187566161155701, 0.47275251150131226, 0.022405460476875305, 0.36662769317626953, 0.02297326549887657, 0.35018521547317505, 0.12734097242355347, 0.03598910570144653, 0.07079232484102249, 0.37673234939575195, 0.08061857521533966, 0.11375447362661362, 0.01602167636156082, 0.39470598101615906, 0.030374813824892044], "count": [290]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7137254901960784]], [[0.7176470588235294]], [[0.803921568627451]]], "mean": [[[0.4538787316176471]], [[0.46169771037581697]], [[0.43773852124183005]]], "std": [[[0.1344407791263572]], [[0.12433612179096358]], [[0.13696139596383838]]], "count": [100]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6784313725490196]], [[0.6980392156862745]]], "mean": [[[0.40609255514705883]], [[0.45508169321895425]], [[0.41237688521241833]]], "std": [[[0.1731385693866042]], [[0.11367586060503347]], [[0.1572883919820375]]], "count": [100]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[1.0]]], "mean": [[[0.39998730187908493]], [[0.4588678533496732]], [[0.3996682945261438]]], "std": [[[0.17553642494740945]], [[0.12993027388210926]], [[0.16789923414688657]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [28.9], "mean": [14.45], "std": [8.371529131526689], "count": [290]}, "frame_index": {"min": [0], "max": [289], "mean": [144.5], "std": [83.7152913152669], "count": [290]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [290]}, "index": {"min": [14500], "max": [14789], "mean": [14644.5], "std": [83.7152913152669], "count": [290]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [290]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..62d4f1d1680d9f3ba2a807eb1913c9d607df2ae5 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,176 @@ +{ + "codebase_version": "v2.1", + "robot_type": "aloha", + "total_episodes": 60, + "total_frames": 14790, + "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..c300cc6106b4061276b2c7ef9820c837b707bb53 --- /dev/null +++ b/meta/stats.json @@ -0,0 +1,588 @@ +{ + "episode_index": { + "min": [ + 0 + ], + "max": [ + 59 + ], + "mean": [ + 28.62346179851251 + ], + "std": [ + 17.455939043610545 + ], + "count": [ + 14790 + ] + }, + "observation.state": { + "min": [ + -0.05918411538004875, + -0.033597588539123535, + -0.12870058417320251, + -0.13548991084098816, + 0.2958682179450989, + -0.12006119638681412, + 0.0, + 0.04824899882078171, + -0.006453000009059906, + 0.17048700153827667, + -0.2849741578102112, + 0.0016180617967620492, + 0.008667673915624619, + 0.9951221346855164, + -0.9969542026519775, + 0.0009567484958097339, + -0.12541936337947845, + 0.0, + -2.004301071166992, + -0.46334999799728394, + 0.07923794537782669, + -0.5903576016426086, + 0.0, + -0.047419000416994095, + -0.009708999656140804, + 0.1604360044002533, + -0.9842355251312256, + -0.9718211889266968, + -0.975608229637146, + 0.21585993468761444, + -1.0, + -0.18595494329929352 + ], + "max": [ + -0.055117495357990265, + 0.0007679448463022709, + 0.03157300502061844, + 0.20580922067165375, + 0.3854734003543854, + 0.13372711837291718, + 0.0, + 0.05157199874520302, + 0.0041589997708797455, + 0.22972799837589264, + -0.07750609517097473, + 0.09864580631256104, + 0.08664220571517944, + 0.9959575533866882, + -0.9546153545379639, + 0.08986498415470123, + 1.0874099731445312, + 2.31549334526062, + -0.024556782096624374, + 0.48925068974494934, + 1.2341572046279907, + 0.299620658159256, + 1.2528570890426636, + 0.399493008852005, + 0.3481549918651581, + 0.4342089891433716, + 0.18171602487564087, + 0.09116055816411972, + 0.15929432213306427, + 0.9999945163726807, + 0.19241920113563538, + 0.2397703230381012 + ], + "mean": [ + -0.05535982203965174, + -0.03155046896159317, + 0.02205744356954718, + 0.18547927022705696, + 0.3801182303680931, + -0.10494389670615747, + 0.0, + 0.05133531599294865, + 0.0035265544685078604, + 0.17400665062154122, + -0.27262929173298495, + 0.007399102929063984, + 0.08195820716433255, + 0.9959053167706813, + -0.9571415143451472, + 0.08456853810832628, + 0.38253958509672004, + 1.0949700182398243, + -0.9401441696368817, + 0.11997706802502688, + 0.9190157223384553, + -0.1558876194817689, + 0.1554568106110854, + 0.17253672812559698, + 0.10816850356702228, + 0.26946335941089655, + -0.5521266648159227, + -0.44178662401969726, + -0.38347796802286205, + 0.8222468367132325, + -0.46245210072613796, + 0.05384259548244785 + ], + "std": [ + 0.0009624927320576835, + 0.00813373564884997, + 0.03780876767600433, + 0.08077995681363508, + 0.02120444004909461, + 0.06006764867723329, + 0.0, + 0.0007675407035755687, + 0.002511457249546137, + 0.013979279023434137, + 0.04897521868888198, + 0.02296085111587125, + 0.01843775839421513, + 0.0001975846916006014, + 0.010009044869181133, + 0.021041673496713716, + 0.2877383252272801, + 0.7108931085702958, + 0.470277005298646, + 0.07017987521067283, + 0.33629875269613957, + 0.10971877358251236, + 0.32180926851883457, + 0.10286384225818855, + 0.10188518539438093, + 0.05552493973012218, + 0.30323733735660585, + 0.286958727218872, + 0.3127949094533322, + 0.1982652609973685, + 0.3800596100701701, + 0.0646624228744667 + ], + "count": [ + 14790 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 34.1 + ], + "mean": [ + 12.474787018255581 + ], + "std": [ + 7.457945053917697 + ], + "count": [ + 14790 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 14790 + ] + }, + "observation.images.cam_high": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.00392156862745098 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.44250673188997824 + ] + ], + [ + [ + 0.46609517997685196 + ] + ], + [ + [ + 0.4485601560457519 + ] + ] + ], + "std": [ + [ + [ + 0.14139228753954192 + ] + ], + [ + [ + 0.1276612791652645 + ] + ], + [ + [ + 0.1464089936862446 + ] + ] + ], + "count": [ + 6000 + ] + }, + "action": { + "min": [ + -0.05918411538004875, + -0.033597588539123535, + -0.12870058417320251, + -0.13548991084098816, + 0.2958682179450989, + -0.12006119638681412, + 0.0, + 0.04824899882078171, + -0.006453000009059906, + 0.17048700153827667, + -0.2849741578102112, + 0.0016180617967620492, + 0.008667673915624619, + 0.9951221346855164, + -0.9969542026519775, + 0.0009567484958097339, + -0.12541936337947845, + 0.0, + -2.004301071166992, + -0.46334999799728394, + 0.07923794537782669, + -0.5903576016426086, + 0.0, + -0.047419000416994095, + -0.009708999656140804, + 0.1604360044002533, + -0.9842355251312256, + -0.9718211889266968, + -0.975608229637146, + 0.21585993468761444, + -1.0, + -0.18595494329929352 + ], + "max": [ + -0.055117495357990265, + 0.0007679448463022709, + 0.03157300502061844, + 0.20580922067165375, + 0.3854734003543854, + 0.13372711837291718, + 0.0, + 0.05157199874520302, + 0.0041589997708797455, + 0.22972799837589264, + -0.07750609517097473, + 0.09864580631256104, + 0.08664220571517944, + 0.9959575533866882, + -0.9546153545379639, + 0.08986498415470123, + 1.0874099731445312, + 2.31549334526062, + -0.024556782096624374, + 0.48925068974494934, + 1.2341572046279907, + 0.299620658159256, + 1.2528570890426636, + 0.399493008852005, + 0.3481549918651581, + 0.4342089891433716, + 0.18171602487564087, + 0.09116055816411972, + 0.15929432213306427, + 0.9999945163726807, + 0.19241920113563538, + 0.2397703230381012 + ], + "mean": [ + -0.05535982203965174, + -0.03155046896159317, + 0.022057488232730127, + 0.18547927022705696, + 0.3801183481930558, + -0.10494389670615747, + 0.0, + 0.0513353161314821, + 0.003526556430865606, + 0.1740066256845134, + -0.27262944762089353, + 0.007399087496926134, + 0.08195820679860424, + 0.9959053167706813, + -0.9571414797591389, + 0.08456854025188734, + 0.38264000707578627, + 1.0949862119190756, + -0.9401362084633116, + 0.1199533790679922, + 0.9189953808932791, + -0.1559166301463109, + 0.1547150942911926, + 0.17253830461706798, + 0.10816992129387486, + 0.2694614298384765, + -0.5521272476296554, + -0.4418662586784024, + -0.3835389123475173, + 0.8222359548395272, + -0.4624516598089391, + 0.05379390301179088 + ], + "std": [ + 0.0009624927320576835, + 0.00813373564884997, + 0.03780858997901195, + 0.08077995681363508, + 0.021204464960911173, + 0.06006764867723329, + 0.0, + 0.0007675275131370816, + 0.002511458566899582, + 0.01397922186948656, + 0.048975067814131, + 0.02296084945803679, + 0.01843774734009878, + 0.0001975846949560399, + 0.010009043064929385, + 0.0210416814538461, + 0.2876430378096198, + 0.7108695220937952, + 0.4703043955546161, + 0.07028342054887438, + 0.33635640799832395, + 0.10971650116665965, + 0.32112615817899026, + 0.1028624809960982, + 0.10188377702866074, + 0.05553144088225081, + 0.30323655230385577, + 0.28687282640353445, + 0.31272126773537584, + 0.19825689338277802, + 0.3800590323959924, + 0.06470387239387086 + ], + "count": [ + 14790 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 341 + ], + "mean": [ + 124.74787018255577 + ], + "std": [ + 74.57945053917696 + ], + "count": [ + 14790 + ] + }, + "observation.images.cam_right_wrist": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.00392156862745098 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4009284652777779 + ] + ], + [ + [ + 0.46275510396241815 + ] + ], + [ + [ + 0.4374701722834968 + ] + ] + ], + "std": [ + [ + [ + 0.16647359346489116 + ] + ], + [ + [ + 0.1199725327067233 + ] + ], + [ + [ + 0.15946860586479203 + ] + ] + ], + "count": [ + 6000 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 14789 + ], + "mean": [ + 7394.5 + ], + "std": [ + 4269.50523089815 + ], + "count": [ + 14790 + ] + }, + "observation.images.cam_left_wrist": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 0.803921568627451 + ] + ], + [ + [ + 0.7686274509803922 + ] + ], + [ + [ + 0.9803921568627451 + ] + ] + ], + "mean": [ + [ + [ + 0.39849678050108933 + ] + ], + [ + [ + 0.46565214453976017 + ] + ], + [ + [ + 0.4244325357094225 + ] + ] + ], + "std": [ + [ + [ + 0.17305974028021381 + ] + ], + [ + [ + 0.11192897422090242 + ] + ], + [ + [ + 0.16475873942794958 + ] + ] + ], + "count": [ + 6000 + ] + } +} \ No newline at end of file diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f468945e31b40fa5089a6dc3c9648a8e8fe33d2d --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Click the bell"}